@carlonicora/nextjs-jsonapi 1.133.0 → 1.134.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-H626BS5Y.js → BlockNoteEditor-2WOKHBLM.js} +19 -19
- package/dist/{BlockNoteEditor-H626BS5Y.js.map → BlockNoteEditor-2WOKHBLM.js.map} +1 -1
- package/dist/{BlockNoteEditor-VXK7INMR.mjs → BlockNoteEditor-3IHMNBZ2.mjs} +4 -4
- package/dist/billing/index.js +357 -357
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-F6KBHC2X.js → chunk-C2LEIBUK.js} +7 -7
- package/dist/{chunk-F6KBHC2X.js.map → chunk-C2LEIBUK.js.map} +1 -1
- package/dist/{chunk-WEDLGKSS.mjs → chunk-DV5YYI3G.mjs} +1990 -1906
- package/dist/chunk-DV5YYI3G.mjs.map +1 -0
- package/dist/{chunk-DZL2G7NB.mjs → chunk-DVOBOFCF.mjs} +38 -11
- package/dist/chunk-DVOBOFCF.mjs.map +1 -0
- package/dist/{chunk-TVJFCWST.js → chunk-LBXHYRZH.js} +813 -729
- package/dist/chunk-LBXHYRZH.js.map +1 -0
- package/dist/{chunk-VSAAVVHY.mjs → chunk-M5IAN7IR.mjs} +2 -2
- package/dist/{chunk-5IE6DZ2D.js → chunk-W73JBOIR.js} +39 -12
- package/dist/{chunk-5IE6DZ2D.js.map → chunk-W73JBOIR.js.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +5 -1
- package/dist/components/index.d.ts +5 -1
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/contexts/index.d.mts +42 -2
- package/dist/contexts/index.d.ts +42 -2
- package/dist/contexts/index.js +12 -4
- package/dist/contexts/index.js.map +1 -1
- package/dist/contexts/index.mjs +11 -3
- package/dist/core/index.d.mts +3 -1
- package/dist/core/index.d.ts +3 -1
- package/dist/core/index.js +6 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +5 -1
- package/dist/features/help/index.js +37 -37
- package/dist/features/help/index.mjs +3 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/PageContainer.tsx +7 -2
- package/src/components/containers/RoundPageContainer.tsx +16 -4
- package/src/components/navigations/Header.tsx +17 -6
- package/src/components/pages/PageContentContainer.tsx +1 -1
- package/src/contexts/HeaderChildrenContext.tsx +23 -2
- package/src/contexts/HeaderLogoContext.tsx +25 -0
- package/src/contexts/ViewportContext.tsx +46 -0
- package/src/contexts/index.ts +2 -0
- package/src/core/registry/__tests__/viewportStore.test.ts +50 -0
- package/src/core/registry/viewportStore.ts +47 -0
- package/src/utils/__tests__/use-mobile.test.tsx +137 -0
- package/src/utils/index.ts +1 -1
- package/src/utils/use-mobile.tsx +70 -13
- package/dist/chunk-DZL2G7NB.mjs.map +0 -1
- package/dist/chunk-TVJFCWST.js.map +0 -1
- package/dist/chunk-WEDLGKSS.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-VXK7INMR.mjs.map → BlockNoteEditor-3IHMNBZ2.mjs.map} +0 -0
- /package/dist/{chunk-VSAAVVHY.mjs.map → chunk-M5IAN7IR.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkLBXHYRZHjs = require('../chunk-LBXHYRZH.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -43,7 +43,7 @@ var _chunkTVJFCWSTjs = require('../chunk-TVJFCWST.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunkC2LEIBUKjs = require('../chunk-C2LEIBUK.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ var _chunkF6KBHC2Xjs = require('../chunk-F6KBHC2X.js');
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
var
|
|
58
|
+
var _chunkW73JBOIRjs = require('../chunk-W73JBOIR.js');
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -125,5 +125,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
exports.ClientJsonApiDelete =
|
|
128
|
+
exports.ClientJsonApiDelete = _chunkW73JBOIRjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkW73JBOIRjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkW73JBOIRjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkW73JBOIRjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkW73JBOIRjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkLBXHYRZHjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkLBXHYRZHjs.TableGeneratorRegistry; exports.buildClientUrl = _chunkW73JBOIRjs.buildClientUrl; exports.computeLayeredLayout = _chunkLBXHYRZHjs.computeLayeredLayout; exports.configureClientConfig = _chunkC2LEIBUKjs.configureClientConfig; exports.configureClientJsonApi = _chunkW73JBOIRjs.configureClientJsonApi; exports.configureI18n = _chunkC2LEIBUKjs.configureI18n; exports.configureJsonApi = _chunkC2LEIBUKjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkLBXHYRZHjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkC2LEIBUKjs.getApiUrl; exports.getAppUrl = _chunkC2LEIBUKjs.getAppUrl; exports.getClientApiUrl = _chunkW73JBOIRjs.getClientApiUrl; exports.getClientAppUrl = _chunkW73JBOIRjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkW73JBOIRjs.getClientTrackablePages; exports.getI18nLink = _chunkC2LEIBUKjs.getI18nLink; exports.getPublicApiUrl = _chunkC2LEIBUKjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkC2LEIBUKjs.getStripePublishableKey; exports.getTrackablePages = _chunkC2LEIBUKjs.getTrackablePages; exports.registerTableGenerator = _chunkLBXHYRZHjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkLBXHYRZHjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkLBXHYRZHjs.useContentTableStructure; exports.useCustomD3Graph = _chunkLBXHYRZHjs.useCustomD3Graph; exports.useDataListRetriever = _chunkLBXHYRZHjs.useDataListRetriever; exports.useDebounce = _chunkLBXHYRZHjs.useDebounce; exports.useI18nDateFnsLocale = _chunkC2LEIBUKjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkC2LEIBUKjs.useI18nLocale; exports.useI18nRouter = _chunkC2LEIBUKjs.useI18nRouter; exports.useI18nTranslations = _chunkC2LEIBUKjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkLBXHYRZHjs.useJsonApiGet; exports.useJsonApiMutation = _chunkLBXHYRZHjs.useJsonApiMutation; exports.useNotificationSync = _chunkLBXHYRZHjs.useNotificationSync; exports.useOAuthClient = _chunkLBXHYRZHjs.useOAuthClient; exports.useOAuthClients = _chunkLBXHYRZHjs.useOAuthClients; exports.useOAuthConsent = _chunkLBXHYRZHjs.useOAuthConsent; exports.usePageTracker = _chunkLBXHYRZHjs.usePageTracker; exports.usePageUrlGenerator = _chunkLBXHYRZHjs.usePageUrlGenerator; exports.useRehydration = _chunkLBXHYRZHjs.useRehydration; exports.useRehydrationList = _chunkLBXHYRZHjs.useRehydrationList; exports.useRoleTableStructure = _chunkLBXHYRZHjs.useRoleTableStructure; exports.useSocket = _chunkLBXHYRZHjs.useSocket; exports.useSubscriptionStatus = _chunkLBXHYRZHjs.useSubscriptionStatus; exports.useTableGenerator = _chunkLBXHYRZHjs.useTableGenerator; exports.useUrlRewriter = _chunkLBXHYRZHjs.useUrlRewriter; exports.useUserSearch = _chunkLBXHYRZHjs.useUserSearch; exports.useUserTableStructure = _chunkLBXHYRZHjs.useUserTableStructure;
|
|
129
129
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
useUrlRewriter,
|
|
28
28
|
useUserSearch,
|
|
29
29
|
useUserTableStructure
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-DV5YYI3G.mjs";
|
|
31
31
|
import {
|
|
32
32
|
configureClientConfig,
|
|
33
33
|
configureI18n,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
useI18nLocale,
|
|
43
43
|
useI18nRouter,
|
|
44
44
|
useI18nTranslations
|
|
45
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-M5IAN7IR.mjs";
|
|
46
46
|
import {
|
|
47
47
|
ClientJsonApiDelete,
|
|
48
48
|
ClientJsonApiGet,
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
getClientApiUrl,
|
|
55
55
|
getClientAppUrl,
|
|
56
56
|
getClientTrackablePages
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-DVOBOFCF.mjs";
|
|
58
58
|
import {
|
|
59
59
|
getClientToken
|
|
60
60
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -968,10 +968,14 @@ declare function ContentTitle({ module, type, element, functions, className, pri
|
|
|
968
968
|
|
|
969
969
|
type HeaderProps = {
|
|
970
970
|
children?: React.ReactNode;
|
|
971
|
+
/** Widgets kept on mobile, where there is no room for the full `children` set. */
|
|
972
|
+
mobileChildren?: React.ReactNode;
|
|
971
973
|
leftContent?: React.ReactNode;
|
|
974
|
+
/** Rendered before everything else, on mobile only — where the sidebar (and its logo) is off-canvas. */
|
|
975
|
+
logo?: React.ReactNode;
|
|
972
976
|
className?: string;
|
|
973
977
|
};
|
|
974
|
-
declare function Header({ children, leftContent, className }: HeaderProps): React$1.JSX.Element;
|
|
978
|
+
declare function Header({ children, mobileChildren, leftContent, logo, className }: HeaderProps): React$1.JSX.Element;
|
|
975
979
|
|
|
976
980
|
declare function ModeToggleSwitch(): React$1.JSX.Element;
|
|
977
981
|
|
|
@@ -968,10 +968,14 @@ declare function ContentTitle({ module, type, element, functions, className, pri
|
|
|
968
968
|
|
|
969
969
|
type HeaderProps = {
|
|
970
970
|
children?: React.ReactNode;
|
|
971
|
+
/** Widgets kept on mobile, where there is no room for the full `children` set. */
|
|
972
|
+
mobileChildren?: React.ReactNode;
|
|
971
973
|
leftContent?: React.ReactNode;
|
|
974
|
+
/** Rendered before everything else, on mobile only — where the sidebar (and its logo) is off-canvas. */
|
|
975
|
+
logo?: React.ReactNode;
|
|
972
976
|
className?: string;
|
|
973
977
|
};
|
|
974
|
-
declare function Header({ children, leftContent, className }: HeaderProps): React$1.JSX.Element;
|
|
978
|
+
declare function Header({ children, mobileChildren, leftContent, logo, className }: HeaderProps): React$1.JSX.Element;
|
|
975
979
|
|
|
976
980
|
declare function ModeToggleSwitch(): React$1.JSX.Element;
|
|
977
981
|
|
package/dist/components/index.js
CHANGED
|
@@ -477,14 +477,14 @@
|
|
|
477
477
|
|
|
478
478
|
|
|
479
479
|
|
|
480
|
-
var
|
|
481
|
-
require('../chunk-
|
|
480
|
+
var _chunkLBXHYRZHjs = require('../chunk-LBXHYRZH.js');
|
|
481
|
+
require('../chunk-C2LEIBUK.js');
|
|
482
482
|
|
|
483
483
|
|
|
484
484
|
|
|
485
485
|
|
|
486
486
|
|
|
487
|
-
var
|
|
487
|
+
var _chunkW73JBOIRjs = require('../chunk-W73JBOIR.js');
|
|
488
488
|
require('../chunk-LXKSUWAV.js');
|
|
489
489
|
require('../chunk-IBS6NI7D.js');
|
|
490
490
|
require('../chunk-QWCAOLBD.js');
|
|
@@ -979,5 +979,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
979
979
|
|
|
980
980
|
|
|
981
981
|
|
|
982
|
-
exports.AcceptInvitation = _chunkTVJFCWSTjs.AcceptInvitation; exports.Accordion = _chunkTVJFCWSTjs.Accordion; exports.AccordionContent = _chunkTVJFCWSTjs.AccordionContent; exports.AccordionItem = _chunkTVJFCWSTjs.AccordionItem; exports.AccordionTrigger = _chunkTVJFCWSTjs.AccordionTrigger; exports.ActivateAccount = _chunkTVJFCWSTjs.ActivateAccount; exports.AddUserToRole = _chunkTVJFCWSTjs.AddUserToRole; exports.AdminCompanyContainer = _chunkTVJFCWSTjs.AdminCompanyContainer; exports.AdminUsersList = _chunkTVJFCWSTjs.AdminUsersList; exports.Alert = _chunkTVJFCWSTjs.Alert; exports.AlertAction = _chunkTVJFCWSTjs.AlertAction; exports.AlertDescription = _chunkTVJFCWSTjs.AlertDescription; exports.AlertDialog = _chunkTVJFCWSTjs.AlertDialog; exports.AlertDialogAction = _chunkTVJFCWSTjs.AlertDialogAction; exports.AlertDialogCancel = _chunkTVJFCWSTjs.AlertDialogCancel; exports.AlertDialogContent = _chunkTVJFCWSTjs.AlertDialogContent; exports.AlertDialogDescription = _chunkTVJFCWSTjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkTVJFCWSTjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkTVJFCWSTjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkTVJFCWSTjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkTVJFCWSTjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkTVJFCWSTjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkTVJFCWSTjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkTVJFCWSTjs.AlertDialogTrigger; exports.AlertTitle = _chunkTVJFCWSTjs.AlertTitle; exports.AllUsersListContainer = _chunkTVJFCWSTjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkTVJFCWSTjs.AllowedUsersDetails; exports.AssistantContainer = _chunkTVJFCWSTjs.AssistantContainer; exports.AttributeElement = _chunkTVJFCWSTjs.AttributeElement; exports.AuthContainer = _chunkTVJFCWSTjs.AuthContainer; exports.Avatar = _chunkTVJFCWSTjs.Avatar; exports.AvatarBadge = _chunkTVJFCWSTjs.AvatarBadge; exports.AvatarFallback = _chunkTVJFCWSTjs.AvatarFallback; exports.AvatarGroup = _chunkTVJFCWSTjs.AvatarGroup; exports.AvatarGroupCount = _chunkTVJFCWSTjs.AvatarGroupCount; exports.AvatarImage = _chunkTVJFCWSTjs.AvatarImage; exports.BackupCodesDialog = _chunkTVJFCWSTjs.BackupCodesDialog; exports.Badge = _chunkTVJFCWSTjs.Badge; exports.BlockNoteEditorContainer = _chunkTVJFCWSTjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkTVJFCWSTjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkTVJFCWSTjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkTVJFCWSTjs.BlockNoteViewerContainer; exports.Board = _chunkTVJFCWSTjs.KanbanBoard; exports.Breadcrumb = _chunkTVJFCWSTjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkTVJFCWSTjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkTVJFCWSTjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkTVJFCWSTjs.BreadcrumbLink; exports.BreadcrumbList = _chunkTVJFCWSTjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkTVJFCWSTjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkTVJFCWSTjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkTVJFCWSTjs.BreadcrumbSeparator; exports.Button = _chunkTVJFCWSTjs.Button; exports.Calendar = _chunkTVJFCWSTjs.Calendar; exports.CalendarDayButton = _chunkTVJFCWSTjs.CalendarDayButton; exports.Card = _chunkTVJFCWSTjs.Card; exports.CardAction = _chunkTVJFCWSTjs.CardAction; exports.CardContent = _chunkTVJFCWSTjs.CardContent; exports.CardDescription = _chunkTVJFCWSTjs.CardDescription; exports.CardFooter = _chunkTVJFCWSTjs.CardFooter; exports.CardHeader = _chunkTVJFCWSTjs.CardHeader; exports.CardTitle = _chunkTVJFCWSTjs.CardTitle; exports.Carousel = _chunkTVJFCWSTjs.Carousel; exports.CarouselContent = _chunkTVJFCWSTjs.CarouselContent; exports.CarouselItem = _chunkTVJFCWSTjs.CarouselItem; exports.CarouselNext = _chunkTVJFCWSTjs.CarouselNext; exports.CarouselPrevious = _chunkTVJFCWSTjs.CarouselPrevious; exports.ChartContainer = _chunkTVJFCWSTjs.ChartContainer; exports.ChartLegend = _chunkTVJFCWSTjs.ChartLegend; exports.ChartLegendContent = _chunkTVJFCWSTjs.ChartLegendContent; exports.ChartStyle = _chunkTVJFCWSTjs.ChartStyle; exports.ChartTooltip = _chunkTVJFCWSTjs.ChartTooltip; exports.ChartTooltipContent = _chunkTVJFCWSTjs.ChartTooltipContent; exports.Checkbox = _chunkTVJFCWSTjs.Checkbox; exports.Collapsible = _chunkTVJFCWSTjs.Collapsible; exports.CollapsibleContent = _chunkTVJFCWSTjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkTVJFCWSTjs.CollapsibleTrigger; exports.Column = _chunkTVJFCWSTjs.KanbanColumn; exports.ColumnHandle = _chunkTVJFCWSTjs.KanbanColumnHandle; exports.Combobox = _chunkTVJFCWSTjs.Combobox; exports.ComboboxChip = _chunkTVJFCWSTjs.ComboboxChip; exports.ComboboxChips = _chunkTVJFCWSTjs.ComboboxChips; exports.ComboboxChipsInput = _chunkTVJFCWSTjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkTVJFCWSTjs.ComboboxCollection; exports.ComboboxContent = _chunkTVJFCWSTjs.ComboboxContent; exports.ComboboxEmpty = _chunkTVJFCWSTjs.ComboboxEmpty; exports.ComboboxGroup = _chunkTVJFCWSTjs.ComboboxGroup; exports.ComboboxInput = _chunkTVJFCWSTjs.ComboboxInput; exports.ComboboxItem = _chunkTVJFCWSTjs.ComboboxItem; exports.ComboboxLabel = _chunkTVJFCWSTjs.ComboboxLabel; exports.ComboboxList = _chunkTVJFCWSTjs.ComboboxList; exports.ComboboxSeparator = _chunkTVJFCWSTjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkTVJFCWSTjs.ComboboxTrigger; exports.ComboboxValue = _chunkTVJFCWSTjs.ComboboxValue; exports.Command = _chunkTVJFCWSTjs.Command; exports.CommandDialog = _chunkTVJFCWSTjs.CommandDialog; exports.CommandEmpty = _chunkTVJFCWSTjs.CommandEmpty; exports.CommandGroup = _chunkTVJFCWSTjs.CommandGroup; exports.CommandInput = _chunkTVJFCWSTjs.CommandInput; exports.CommandItem = _chunkTVJFCWSTjs.CommandItem; exports.CommandList = _chunkTVJFCWSTjs.CommandList; exports.CommandSeparator = _chunkTVJFCWSTjs.CommandSeparator; exports.CommandShortcut = _chunkTVJFCWSTjs.CommandShortcut; exports.CommonAddTrigger = _chunkTVJFCWSTjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkTVJFCWSTjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkTVJFCWSTjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkTVJFCWSTjs.CommonDeleter; exports.CommonEditorButtons = _chunkTVJFCWSTjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkTVJFCWSTjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkTVJFCWSTjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkTVJFCWSTjs.CommonEditorTrigger; exports.CompaniesList = _chunkTVJFCWSTjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkTVJFCWSTjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkTVJFCWSTjs.CompanyContainer; exports.CompanyContent = _chunkTVJFCWSTjs.CompanyContent; exports.CompanyDeleter = _chunkTVJFCWSTjs.CompanyDeleter; exports.CompanyDetails = _chunkTVJFCWSTjs.CompanyDetails; exports.CompanyEditor = _chunkTVJFCWSTjs.CompanyEditor; exports.CompanyUsersList = _chunkTVJFCWSTjs.CompanyUsersList; exports.ConfirmDialog = _chunkTVJFCWSTjs.ConfirmDialog; exports.ContentListGrid = _chunkTVJFCWSTjs.ContentListGrid; exports.ContentListTable = _chunkTVJFCWSTjs.ContentListTable; exports.ContentTableSearch = _chunkTVJFCWSTjs.ContentTableSearch; exports.ContentTitle = _chunkTVJFCWSTjs.ContentTitle; exports.ContentsList = _chunkTVJFCWSTjs.ContentsList; exports.ContentsListById = _chunkTVJFCWSTjs.ContentsListById; exports.ContextMenu = _chunkTVJFCWSTjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkTVJFCWSTjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkTVJFCWSTjs.ContextMenuContent; exports.ContextMenuGroup = _chunkTVJFCWSTjs.ContextMenuGroup; exports.ContextMenuItem = _chunkTVJFCWSTjs.ContextMenuItem; exports.ContextMenuLabel = _chunkTVJFCWSTjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkTVJFCWSTjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkTVJFCWSTjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkTVJFCWSTjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkTVJFCWSTjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkTVJFCWSTjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkTVJFCWSTjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkTVJFCWSTjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkTVJFCWSTjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkTVJFCWSTjs.ContextMenuTrigger; exports.ContributorsList = _chunkTVJFCWSTjs.ContributorsList; exports.Cookies = _chunkTVJFCWSTjs.Cookies; exports.CurrencyInput = _chunkTVJFCWSTjs.CurrencyInput; exports.DatePickerPopover = _chunkTVJFCWSTjs.DatePickerPopover; exports.DateRangeSelector = _chunkTVJFCWSTjs.DateRangeSelector; exports.DetailField = _chunkTVJFCWSTjs.DetailField; exports.Dialog = _chunkTVJFCWSTjs.Dialog; exports.DialogClose = _chunkTVJFCWSTjs.DialogClose; exports.DialogContent = _chunkTVJFCWSTjs.DialogContent; exports.DialogDescription = _chunkTVJFCWSTjs.DialogDescription; exports.DialogFooter = _chunkTVJFCWSTjs.DialogFooter; exports.DialogHeader = _chunkTVJFCWSTjs.DialogHeader; exports.DialogOverlay = _chunkTVJFCWSTjs.DialogOverlay; exports.DialogPortal = _chunkTVJFCWSTjs.DialogPortal; exports.DialogTitle = _chunkTVJFCWSTjs.DialogTitle; exports.DialogTrigger = _chunkTVJFCWSTjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkTVJFCWSTjs.DisableTwoFactorDialog; exports.Drawer = _chunkTVJFCWSTjs.Drawer; exports.DrawerClose = _chunkTVJFCWSTjs.DrawerClose; exports.DrawerContent = _chunkTVJFCWSTjs.DrawerContent; exports.DrawerDescription = _chunkTVJFCWSTjs.DrawerDescription; exports.DrawerFooter = _chunkTVJFCWSTjs.DrawerFooter; exports.DrawerHeader = _chunkTVJFCWSTjs.DrawerHeader; exports.DrawerOverlay = _chunkTVJFCWSTjs.DrawerOverlay; exports.DrawerPortal = _chunkTVJFCWSTjs.DrawerPortal; exports.DrawerTitle = _chunkTVJFCWSTjs.DrawerTitle; exports.DrawerTrigger = _chunkTVJFCWSTjs.DrawerTrigger; exports.DropdownMenu = _chunkTVJFCWSTjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkTVJFCWSTjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkTVJFCWSTjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkTVJFCWSTjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkTVJFCWSTjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkTVJFCWSTjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkTVJFCWSTjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkTVJFCWSTjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkTVJFCWSTjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkTVJFCWSTjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkTVJFCWSTjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkTVJFCWSTjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkTVJFCWSTjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkTVJFCWSTjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkTVJFCWSTjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkTVJFCWSTjs.EditableAvatar; exports.EditorSheet = _chunkTVJFCWSTjs.EditorSheet; exports.EmptyState = _chunkTVJFCWSTjs.EmptyState; exports.EntityAvatar = _chunkTVJFCWSTjs.EntityAvatar; exports.EntityHero = _chunkTVJFCWSTjs.EntityHero; exports.EntityHeroAvatar = _chunkTVJFCWSTjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunkTVJFCWSTjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkTVJFCWSTjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkTVJFCWSTjs.EntityMultiSelector; exports.EntitySection = _chunkTVJFCWSTjs.EntitySection; exports.EntitySelector = _chunkTVJFCWSTjs.EntitySelector; exports.ErrorDetails = _chunkTVJFCWSTjs.ErrorDetails; exports.Field = _chunkTVJFCWSTjs.Field; exports.FieldContent = _chunkTVJFCWSTjs.FieldContent; exports.FieldDescription = _chunkTVJFCWSTjs.FieldDescription; exports.FieldError = _chunkTVJFCWSTjs.FieldError; exports.FieldGroup = _chunkTVJFCWSTjs.FieldGroup; exports.FieldLabel = _chunkTVJFCWSTjs.FieldLabel; exports.FieldLegend = _chunkTVJFCWSTjs.FieldLegend; exports.FieldSeparator = _chunkTVJFCWSTjs.FieldSeparator; exports.FieldSet = _chunkTVJFCWSTjs.FieldSet; exports.FieldTitle = _chunkTVJFCWSTjs.FieldTitle; exports.FileInput = _chunkTVJFCWSTjs.FileInput; exports.FileUploader = _chunkTVJFCWSTjs.FileUploader; exports.FileUploaderContent = _chunkTVJFCWSTjs.FileUploaderContent; exports.FileUploaderItem = _chunkTVJFCWSTjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkTVJFCWSTjs.FiscalDataDisplay; exports.ForgotPassword = _chunkTVJFCWSTjs.ForgotPassword; exports.Form = _chunkTVJFCWSTjs.Form; exports.FormBlockNote = _chunkTVJFCWSTjs.FormBlockNote; exports.FormBody = _chunkTVJFCWSTjs.FormBody; exports.FormCheckbox = _chunkTVJFCWSTjs.FormCheckbox; exports.FormCol = _chunkTVJFCWSTjs.FormCol; exports.FormDate = _chunkTVJFCWSTjs.FormDate; exports.FormDateTime = _chunkTVJFCWSTjs.FormDateTime; exports.FormFeatures = _chunkTVJFCWSTjs.FormFeatures; exports.FormFieldWrapper = _chunkTVJFCWSTjs.FormFieldWrapper; exports.FormInput = _chunkTVJFCWSTjs.FormInput; exports.FormPassword = _chunkTVJFCWSTjs.FormPassword; exports.FormPlaceAutocomplete = _chunkTVJFCWSTjs.FormPlaceAutocomplete; exports.FormRoles = _chunkTVJFCWSTjs.FormRoles; exports.FormRow = _chunkTVJFCWSTjs.FormRow; exports.FormSection = _chunkTVJFCWSTjs.FormSection; exports.FormSelect = _chunkTVJFCWSTjs.FormSelect; exports.FormSlider = _chunkTVJFCWSTjs.FormSlider; exports.FormSwitch = _chunkTVJFCWSTjs.FormSwitch; exports.FormTextarea = _chunkTVJFCWSTjs.FormTextarea; exports.GdprConsentCheckbox = _chunkTVJFCWSTjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkTVJFCWSTjs.GdprConsentSection; exports.Header = _chunkTVJFCWSTjs.Header; exports.HoverCard = _chunkTVJFCWSTjs.HoverCard; exports.HoverCardContent = _chunkTVJFCWSTjs.HoverCardContent; exports.HoverCardTrigger = _chunkTVJFCWSTjs.HoverCardTrigger; exports.HowToCommand = _chunkTVJFCWSTjs.HowToCommand; exports.HowToCommandViewer = _chunkTVJFCWSTjs.HowToCommandViewer; exports.HowToContainer = _chunkTVJFCWSTjs.HowToContainer; exports.HowToContent = _chunkTVJFCWSTjs.HowToContent; exports.HowToDeleter = _chunkTVJFCWSTjs.HowToDeleter; exports.HowToDetails = _chunkTVJFCWSTjs.HowToDetails; exports.HowToEditor = _chunkTVJFCWSTjs.HowToEditor; exports.HowToList = _chunkTVJFCWSTjs.HowToList; exports.HowToListContainer = _chunkTVJFCWSTjs.HowToListContainer; exports.HowToMultiSelector = _chunkTVJFCWSTjs.HowToMultiSelector; exports.HowToSelector = _chunkTVJFCWSTjs.HowToSelector; exports.Input = _chunkTVJFCWSTjs.Input; exports.InputGroup = _chunkTVJFCWSTjs.InputGroup; exports.InputGroupAddon = _chunkTVJFCWSTjs.InputGroupAddon; exports.InputGroupButton = _chunkTVJFCWSTjs.InputGroupButton; exports.InputGroupInput = _chunkTVJFCWSTjs.InputGroupInput; exports.InputGroupText = _chunkTVJFCWSTjs.InputGroupText; exports.InputGroupTextarea = _chunkTVJFCWSTjs.InputGroupTextarea; exports.InputOTP = _chunkTVJFCWSTjs.InputOTP; exports.InputOTPGroup = _chunkTVJFCWSTjs.InputOTPGroup; exports.InputOTPSeparator = _chunkTVJFCWSTjs.InputOTPSeparator; exports.InputOTPSlot = _chunkTVJFCWSTjs.InputOTPSlot; exports.ItalianFiscalData = _chunkTVJFCWSTjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkTVJFCWSTjs.ItalianFiscalDataDisplay; exports.Item = _chunkTVJFCWSTjs.KanbanItem; exports.ItemHandle = _chunkTVJFCWSTjs.KanbanItemHandle; exports.Kanban = _chunkTVJFCWSTjs.KanbanRoot; exports.KanbanBoard = _chunkTVJFCWSTjs.KanbanBoard; exports.KanbanColumn = _chunkTVJFCWSTjs.KanbanColumn; exports.KanbanColumnHandle = _chunkTVJFCWSTjs.KanbanColumnHandle; exports.KanbanItem = _chunkTVJFCWSTjs.KanbanItem; exports.KanbanItemHandle = _chunkTVJFCWSTjs.KanbanItemHandle; exports.KanbanOverlay = _chunkTVJFCWSTjs.KanbanOverlay; exports.Label = _chunkTVJFCWSTjs.Label; exports.LandingComponent = _chunkTVJFCWSTjs.LandingComponent; exports.Link = _chunkTVJFCWSTjs.Link; exports.Login = _chunkTVJFCWSTjs.Login; exports.Logout = _chunkTVJFCWSTjs.Logout; exports.MessageItem = _chunkTVJFCWSTjs.MessageItem; exports.MessageList = _chunkTVJFCWSTjs.MessageList; exports.MessageSourcesPanel = _chunkTVJFCWSTjs.MessageSourcesPanel; exports.MicroLabel = _chunkTVJFCWSTjs.MicroLabel; exports.ModeToggleSwitch = _chunkTVJFCWSTjs.ModeToggleSwitch; exports.MultiSelect = _chunkTVJFCWSTjs.MultiSelect; exports.MultipleSelector = _chunkTVJFCWSTjs.MultipleSelector; exports.NavigationMenu = _chunkTVJFCWSTjs.NavigationMenu; exports.NavigationMenuContent = _chunkTVJFCWSTjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkTVJFCWSTjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkTVJFCWSTjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkTVJFCWSTjs.NavigationMenuLink; exports.NavigationMenuList = _chunkTVJFCWSTjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkTVJFCWSTjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkTVJFCWSTjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkTVJFCWSTjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkTVJFCWSTjs.NotificationMenuItem; exports.NotificationModal = _chunkTVJFCWSTjs.NotificationModal; exports.NotificationToast = _chunkTVJFCWSTjs.NotificationToast; exports.NotificationsList = _chunkTVJFCWSTjs.NotificationsList; exports.NotificationsListContainer = _chunkTVJFCWSTjs.NotificationsListContainer; exports.OAuthClientCard = _chunkTVJFCWSTjs.OAuthClientCard; exports.OAuthClientDetail = _chunkTVJFCWSTjs.OAuthClientDetail; exports.OAuthClientForm = _chunkTVJFCWSTjs.OAuthClientForm; exports.OAuthClientList = _chunkTVJFCWSTjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkTVJFCWSTjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkTVJFCWSTjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkTVJFCWSTjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkTVJFCWSTjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkTVJFCWSTjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkTVJFCWSTjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkTVJFCWSTjs.OAuthScopeSelector; exports.OnboardingCard = _chunkTVJFCWSTjs.OnboardingCard; exports.Overlay = _chunkTVJFCWSTjs.KanbanOverlay; exports.PageContainer = _chunkTVJFCWSTjs.PageContainer; exports.PageContainerContentDetails = _chunkTVJFCWSTjs.PageContainerContentDetails; exports.PageContentContainer = _chunkTVJFCWSTjs.PageContentContainer; exports.PageSection = _chunkTVJFCWSTjs.PageSection; exports.PasskeyButton = _chunkTVJFCWSTjs.PasskeyButton; exports.PasskeyList = _chunkTVJFCWSTjs.PasskeyList; exports.PasskeySetupDialog = _chunkTVJFCWSTjs.PasskeySetupDialog; exports.PasswordInput = _chunkTVJFCWSTjs.PasswordInput; exports.Popover = _chunkTVJFCWSTjs.Popover; exports.PopoverContent = _chunkTVJFCWSTjs.PopoverContent; exports.PopoverDescription = _chunkTVJFCWSTjs.PopoverDescription; exports.PopoverHeader = _chunkTVJFCWSTjs.PopoverHeader; exports.PopoverTitle = _chunkTVJFCWSTjs.PopoverTitle; exports.PopoverTrigger = _chunkTVJFCWSTjs.PopoverTrigger; exports.Progress = _chunkTVJFCWSTjs.Progress; exports.ProgressIndicator = _chunkTVJFCWSTjs.ProgressIndicator; exports.ProgressLabel = _chunkTVJFCWSTjs.ProgressLabel; exports.ProgressTrack = _chunkTVJFCWSTjs.ProgressTrack; exports.ProgressValue = _chunkTVJFCWSTjs.ProgressValue; exports.PushNotificationProvider = _chunkTVJFCWSTjs.PushNotificationProvider; exports.RadioGroup = _chunkTVJFCWSTjs.RadioGroup; exports.RadioGroupItem = _chunkTVJFCWSTjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkTVJFCWSTjs.RbacByRoleContainer; exports.RbacContainer = _chunkTVJFCWSTjs.RbacContainer; exports.RbacPermissionCell = _chunkTVJFCWSTjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkTVJFCWSTjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkTVJFCWSTjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkTVJFCWSTjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkTVJFCWSTjs.ReferralCodeCapture; exports.ReferralDialog = _chunkTVJFCWSTjs.ReferralDialog; exports.ReferralWidget = _chunkTVJFCWSTjs.ReferralWidget; exports.RefreshUser = _chunkTVJFCWSTjs.RefreshUser; exports.RelevantContentsList = _chunkTVJFCWSTjs.RelevantContentsList; exports.RelevantUsersList = _chunkTVJFCWSTjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkTVJFCWSTjs.RemoveUserFromRole; exports.ResetPassword = _chunkTVJFCWSTjs.ResetPassword; exports.ResizableHandle = _chunkTVJFCWSTjs.ResizableHandle; exports.ResizablePanel = _chunkTVJFCWSTjs.ResizablePanel; exports.ResizablePanelGroup = _chunkTVJFCWSTjs.ResizablePanelGroup; exports.RoleContainer = _chunkTVJFCWSTjs.RoleContainer; exports.RoleDetails = _chunkTVJFCWSTjs.RoleDetails; exports.RoleUsersList = _chunkTVJFCWSTjs.RoleUsersList; exports.RolesList = _chunkTVJFCWSTjs.RolesList; exports.Root = _chunkTVJFCWSTjs.KanbanRoot; exports.RoundPageContainer = _chunkTVJFCWSTjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkTVJFCWSTjs.RoundPageContainerTitle; exports.ScrollArea = _chunkTVJFCWSTjs.ScrollArea; exports.ScrollBar = _chunkTVJFCWSTjs.ScrollBar; exports.SectionHeader = _chunkTVJFCWSTjs.SectionHeader; exports.SecurityContainer = _chunkTVJFCWSTjs.SecurityContainer; exports.Select = _chunkTVJFCWSTjs.Select; exports.SelectContent = _chunkTVJFCWSTjs.SelectContent; exports.SelectGroup = _chunkTVJFCWSTjs.SelectGroup; exports.SelectItem = _chunkTVJFCWSTjs.SelectItem; exports.SelectLabel = _chunkTVJFCWSTjs.SelectLabel; exports.SelectScrollDownButton = _chunkTVJFCWSTjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkTVJFCWSTjs.SelectScrollUpButton; exports.SelectSeparator = _chunkTVJFCWSTjs.SelectSeparator; exports.SelectTrigger = _chunkTVJFCWSTjs.SelectTrigger; exports.SelectValue = _chunkTVJFCWSTjs.SelectValue; exports.Separator = _chunkTVJFCWSTjs.Separator; exports.Sheet = _chunkTVJFCWSTjs.Sheet; exports.SheetClose = _chunkTVJFCWSTjs.SheetClose; exports.SheetContent = _chunkTVJFCWSTjs.SheetContent; exports.SheetDescription = _chunkTVJFCWSTjs.SheetDescription; exports.SheetFooter = _chunkTVJFCWSTjs.SheetFooter; exports.SheetHeader = _chunkTVJFCWSTjs.SheetHeader; exports.SheetTitle = _chunkTVJFCWSTjs.SheetTitle; exports.SheetTrigger = _chunkTVJFCWSTjs.SheetTrigger; exports.Sidebar = _chunkTVJFCWSTjs.Sidebar; exports.SidebarContent = _chunkTVJFCWSTjs.SidebarContent; exports.SidebarFooter = _chunkTVJFCWSTjs.SidebarFooter; exports.SidebarGroup = _chunkTVJFCWSTjs.SidebarGroup; exports.SidebarGroupAction = _chunkTVJFCWSTjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkTVJFCWSTjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkTVJFCWSTjs.SidebarGroupLabel; exports.SidebarHeader = _chunkTVJFCWSTjs.SidebarHeader; exports.SidebarInput = _chunkTVJFCWSTjs.SidebarInput; exports.SidebarInset = _chunkTVJFCWSTjs.SidebarInset; exports.SidebarMenu = _chunkTVJFCWSTjs.SidebarMenu; exports.SidebarMenuAction = _chunkTVJFCWSTjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkTVJFCWSTjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkTVJFCWSTjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkTVJFCWSTjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkTVJFCWSTjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkTVJFCWSTjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkTVJFCWSTjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkTVJFCWSTjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkTVJFCWSTjs.SidebarProvider; exports.SidebarRail = _chunkTVJFCWSTjs.SidebarRail; exports.SidebarSeparator = _chunkTVJFCWSTjs.SidebarSeparator; exports.SidebarTrigger = _chunkTVJFCWSTjs.SidebarTrigger; exports.Skeleton = _chunkTVJFCWSTjs.Skeleton; exports.Slider = _chunkTVJFCWSTjs.Slider; exports.Spinner = _chunkTVJFCWSTjs.Spinner; exports.Switch = _chunkTVJFCWSTjs.Switch; exports.Table = _chunkTVJFCWSTjs.Table; exports.TableBody = _chunkTVJFCWSTjs.TableBody; exports.TableCaption = _chunkTVJFCWSTjs.TableCaption; exports.TableCell = _chunkTVJFCWSTjs.TableCell; exports.TableCellAvatar = _chunkTVJFCWSTjs.TableCellAvatar; exports.TableFooter = _chunkTVJFCWSTjs.TableFooter; exports.TableHead = _chunkTVJFCWSTjs.TableHead; exports.TableHeader = _chunkTVJFCWSTjs.TableHeader; exports.TableRow = _chunkTVJFCWSTjs.TableRow; exports.Tabs = _chunkTVJFCWSTjs.Tabs; exports.TabsContainer = _chunkTVJFCWSTjs.TabsContainer; exports.TabsContent = _chunkTVJFCWSTjs.TabsContent; exports.TabsList = _chunkTVJFCWSTjs.TabsList; exports.TabsTrigger = _chunkTVJFCWSTjs.TabsTrigger; exports.Textarea = _chunkTVJFCWSTjs.Textarea; exports.Toaster = _chunkTVJFCWSTjs.Toaster; exports.Toggle = _chunkTVJFCWSTjs.Toggle; exports.TokenStatusIndicator = _chunkTVJFCWSTjs.TokenStatusIndicator; exports.Tooltip = _chunkTVJFCWSTjs.Tooltip; exports.TooltipContent = _chunkTVJFCWSTjs.TooltipContent; exports.TooltipProvider = _chunkTVJFCWSTjs.TooltipProvider; exports.TooltipTrigger = _chunkTVJFCWSTjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkTVJFCWSTjs.TotpAuthenticatorList; exports.TotpInput = _chunkTVJFCWSTjs.TotpInput; exports.TotpSetupDialog = _chunkTVJFCWSTjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkTVJFCWSTjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkTVJFCWSTjs.TwoFactorSettings; exports.UserAvatar = _chunkTVJFCWSTjs.UserAvatar; exports.UserAvatarEditor = _chunkTVJFCWSTjs.UserAvatarEditor; exports.UserAvatarList = _chunkTVJFCWSTjs.UserAvatarList; exports.UserContainer = _chunkTVJFCWSTjs.UserContainer; exports.UserContent = _chunkTVJFCWSTjs.UserContent; exports.UserDeleter = _chunkTVJFCWSTjs.UserDeleter; exports.UserEditor = _chunkTVJFCWSTjs.UserEditor; exports.UserIndexContainer = _chunkTVJFCWSTjs.UserIndexContainer; exports.UserIndexDetails = _chunkTVJFCWSTjs.UserIndexDetails; exports.UserListInAdd = _chunkTVJFCWSTjs.UserListInAdd; exports.UserMultiSelect = _chunkTVJFCWSTjs.UserMultiSelect; exports.UserReactivator = _chunkTVJFCWSTjs.UserReactivator; exports.UserResentInvitationEmail = _chunkTVJFCWSTjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkTVJFCWSTjs.UserRoleAdd; exports.UserRolesList = _chunkTVJFCWSTjs.UserRolesList; exports.UserSearchPopover = _chunkTVJFCWSTjs.UserSearchPopover; exports.UserSelector = _chunkTVJFCWSTjs.UserSelector; exports.UserStanadaloneDetails = _chunkTVJFCWSTjs.UserStanadaloneDetails; exports.UsersList = _chunkTVJFCWSTjs.UsersList; exports.UsersListByContentIds = _chunkTVJFCWSTjs.UsersListByContentIds; exports.UsersListContainer = _chunkTVJFCWSTjs.UsersListContainer; exports.WaitlistConfirmation = _chunkTVJFCWSTjs.WaitlistConfirmation; exports.WaitlistForm = _chunkTVJFCWSTjs.WaitlistForm; exports.WaitlistHeroSection = _chunkTVJFCWSTjs.WaitlistHeroSection; exports.WaitlistList = _chunkTVJFCWSTjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkTVJFCWSTjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkTVJFCWSTjs.WaitlistSuccessState; exports.badgeVariants = _chunkTVJFCWSTjs.badgeVariants; exports.buttonVariants = _chunkTVJFCWSTjs.buttonVariants; exports.cellComponent = _chunkTVJFCWSTjs.cellComponent; exports.cellDate = _chunkTVJFCWSTjs.cellDate; exports.cellDateTime = _chunkTVJFCWSTjs.cellDateTime; exports.cellId = _chunkTVJFCWSTjs.cellId; exports.cellLink = _chunkTVJFCWSTjs.cellLink; exports.cellUrl = _chunkTVJFCWSTjs.cellUrl; exports.createMentionInlineContentSpec = _chunkTVJFCWSTjs.createMentionInlineContentSpec; exports.errorToast = _chunkTVJFCWSTjs.errorToast; exports.generateNotificationData = _chunkTVJFCWSTjs.generateNotificationData; exports.getIcon = _chunk5IE6DZ2Djs.getIcon; exports.getIconByModule = _chunk5IE6DZ2Djs.getIconByModule; exports.getIconByModuleName = _chunk5IE6DZ2Djs.getIconByModuleName; exports.getInitials = _chunk5IE6DZ2Djs.getInitials; exports.mentionDataAttrs = _chunkTVJFCWSTjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkTVJFCWSTjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkTVJFCWSTjs.parseFiscalData; exports.parseMentionElement = _chunkTVJFCWSTjs.parseMentionElement; exports.partitionTabs = _chunkTVJFCWSTjs.partitionTabs; exports.spinnerVariants = _chunkTVJFCWSTjs.spinnerVariants; exports.tabsListVariants = _chunkTVJFCWSTjs.tabsListVariants; exports.toggleVariants = _chunkTVJFCWSTjs.toggleVariants; exports.triggerAssociationToast = _chunkTVJFCWSTjs.triggerAssociationToast; exports.useCarousel = _chunkTVJFCWSTjs.useCarousel; exports.useComboboxAnchor = _chunkTVJFCWSTjs.useComboboxAnchor; exports.useDebounce = _chunkTVJFCWSTjs.useDebounce2; exports.useEditorDialog = _chunkTVJFCWSTjs.useEditorDialog; exports.useFileUpload = _chunkTVJFCWSTjs.useFileUpload; exports.useMentionInsert = _chunkTVJFCWSTjs.useMentionInsert; exports.useSidebar = _chunkTVJFCWSTjs.useSidebar;
|
|
982
|
+
exports.AcceptInvitation = _chunkLBXHYRZHjs.AcceptInvitation; exports.Accordion = _chunkLBXHYRZHjs.Accordion; exports.AccordionContent = _chunkLBXHYRZHjs.AccordionContent; exports.AccordionItem = _chunkLBXHYRZHjs.AccordionItem; exports.AccordionTrigger = _chunkLBXHYRZHjs.AccordionTrigger; exports.ActivateAccount = _chunkLBXHYRZHjs.ActivateAccount; exports.AddUserToRole = _chunkLBXHYRZHjs.AddUserToRole; exports.AdminCompanyContainer = _chunkLBXHYRZHjs.AdminCompanyContainer; exports.AdminUsersList = _chunkLBXHYRZHjs.AdminUsersList; exports.Alert = _chunkLBXHYRZHjs.Alert; exports.AlertAction = _chunkLBXHYRZHjs.AlertAction; exports.AlertDescription = _chunkLBXHYRZHjs.AlertDescription; exports.AlertDialog = _chunkLBXHYRZHjs.AlertDialog; exports.AlertDialogAction = _chunkLBXHYRZHjs.AlertDialogAction; exports.AlertDialogCancel = _chunkLBXHYRZHjs.AlertDialogCancel; exports.AlertDialogContent = _chunkLBXHYRZHjs.AlertDialogContent; exports.AlertDialogDescription = _chunkLBXHYRZHjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkLBXHYRZHjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkLBXHYRZHjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkLBXHYRZHjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkLBXHYRZHjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkLBXHYRZHjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkLBXHYRZHjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkLBXHYRZHjs.AlertDialogTrigger; exports.AlertTitle = _chunkLBXHYRZHjs.AlertTitle; exports.AllUsersListContainer = _chunkLBXHYRZHjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkLBXHYRZHjs.AllowedUsersDetails; exports.AssistantContainer = _chunkLBXHYRZHjs.AssistantContainer; exports.AttributeElement = _chunkLBXHYRZHjs.AttributeElement; exports.AuthContainer = _chunkLBXHYRZHjs.AuthContainer; exports.Avatar = _chunkLBXHYRZHjs.Avatar; exports.AvatarBadge = _chunkLBXHYRZHjs.AvatarBadge; exports.AvatarFallback = _chunkLBXHYRZHjs.AvatarFallback; exports.AvatarGroup = _chunkLBXHYRZHjs.AvatarGroup; exports.AvatarGroupCount = _chunkLBXHYRZHjs.AvatarGroupCount; exports.AvatarImage = _chunkLBXHYRZHjs.AvatarImage; exports.BackupCodesDialog = _chunkLBXHYRZHjs.BackupCodesDialog; exports.Badge = _chunkLBXHYRZHjs.Badge; exports.BlockNoteEditorContainer = _chunkLBXHYRZHjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkLBXHYRZHjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkLBXHYRZHjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkLBXHYRZHjs.BlockNoteViewerContainer; exports.Board = _chunkLBXHYRZHjs.KanbanBoard; exports.Breadcrumb = _chunkLBXHYRZHjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkLBXHYRZHjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkLBXHYRZHjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkLBXHYRZHjs.BreadcrumbLink; exports.BreadcrumbList = _chunkLBXHYRZHjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkLBXHYRZHjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkLBXHYRZHjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkLBXHYRZHjs.BreadcrumbSeparator; exports.Button = _chunkLBXHYRZHjs.Button; exports.Calendar = _chunkLBXHYRZHjs.Calendar; exports.CalendarDayButton = _chunkLBXHYRZHjs.CalendarDayButton; exports.Card = _chunkLBXHYRZHjs.Card; exports.CardAction = _chunkLBXHYRZHjs.CardAction; exports.CardContent = _chunkLBXHYRZHjs.CardContent; exports.CardDescription = _chunkLBXHYRZHjs.CardDescription; exports.CardFooter = _chunkLBXHYRZHjs.CardFooter; exports.CardHeader = _chunkLBXHYRZHjs.CardHeader; exports.CardTitle = _chunkLBXHYRZHjs.CardTitle; exports.Carousel = _chunkLBXHYRZHjs.Carousel; exports.CarouselContent = _chunkLBXHYRZHjs.CarouselContent; exports.CarouselItem = _chunkLBXHYRZHjs.CarouselItem; exports.CarouselNext = _chunkLBXHYRZHjs.CarouselNext; exports.CarouselPrevious = _chunkLBXHYRZHjs.CarouselPrevious; exports.ChartContainer = _chunkLBXHYRZHjs.ChartContainer; exports.ChartLegend = _chunkLBXHYRZHjs.ChartLegend; exports.ChartLegendContent = _chunkLBXHYRZHjs.ChartLegendContent; exports.ChartStyle = _chunkLBXHYRZHjs.ChartStyle; exports.ChartTooltip = _chunkLBXHYRZHjs.ChartTooltip; exports.ChartTooltipContent = _chunkLBXHYRZHjs.ChartTooltipContent; exports.Checkbox = _chunkLBXHYRZHjs.Checkbox; exports.Collapsible = _chunkLBXHYRZHjs.Collapsible; exports.CollapsibleContent = _chunkLBXHYRZHjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkLBXHYRZHjs.CollapsibleTrigger; exports.Column = _chunkLBXHYRZHjs.KanbanColumn; exports.ColumnHandle = _chunkLBXHYRZHjs.KanbanColumnHandle; exports.Combobox = _chunkLBXHYRZHjs.Combobox; exports.ComboboxChip = _chunkLBXHYRZHjs.ComboboxChip; exports.ComboboxChips = _chunkLBXHYRZHjs.ComboboxChips; exports.ComboboxChipsInput = _chunkLBXHYRZHjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkLBXHYRZHjs.ComboboxCollection; exports.ComboboxContent = _chunkLBXHYRZHjs.ComboboxContent; exports.ComboboxEmpty = _chunkLBXHYRZHjs.ComboboxEmpty; exports.ComboboxGroup = _chunkLBXHYRZHjs.ComboboxGroup; exports.ComboboxInput = _chunkLBXHYRZHjs.ComboboxInput; exports.ComboboxItem = _chunkLBXHYRZHjs.ComboboxItem; exports.ComboboxLabel = _chunkLBXHYRZHjs.ComboboxLabel; exports.ComboboxList = _chunkLBXHYRZHjs.ComboboxList; exports.ComboboxSeparator = _chunkLBXHYRZHjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkLBXHYRZHjs.ComboboxTrigger; exports.ComboboxValue = _chunkLBXHYRZHjs.ComboboxValue; exports.Command = _chunkLBXHYRZHjs.Command; exports.CommandDialog = _chunkLBXHYRZHjs.CommandDialog; exports.CommandEmpty = _chunkLBXHYRZHjs.CommandEmpty; exports.CommandGroup = _chunkLBXHYRZHjs.CommandGroup; exports.CommandInput = _chunkLBXHYRZHjs.CommandInput; exports.CommandItem = _chunkLBXHYRZHjs.CommandItem; exports.CommandList = _chunkLBXHYRZHjs.CommandList; exports.CommandSeparator = _chunkLBXHYRZHjs.CommandSeparator; exports.CommandShortcut = _chunkLBXHYRZHjs.CommandShortcut; exports.CommonAddTrigger = _chunkLBXHYRZHjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkLBXHYRZHjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkLBXHYRZHjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkLBXHYRZHjs.CommonDeleter; exports.CommonEditorButtons = _chunkLBXHYRZHjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkLBXHYRZHjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkLBXHYRZHjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkLBXHYRZHjs.CommonEditorTrigger; exports.CompaniesList = _chunkLBXHYRZHjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkLBXHYRZHjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkLBXHYRZHjs.CompanyContainer; exports.CompanyContent = _chunkLBXHYRZHjs.CompanyContent; exports.CompanyDeleter = _chunkLBXHYRZHjs.CompanyDeleter; exports.CompanyDetails = _chunkLBXHYRZHjs.CompanyDetails; exports.CompanyEditor = _chunkLBXHYRZHjs.CompanyEditor; exports.CompanyUsersList = _chunkLBXHYRZHjs.CompanyUsersList; exports.ConfirmDialog = _chunkLBXHYRZHjs.ConfirmDialog; exports.ContentListGrid = _chunkLBXHYRZHjs.ContentListGrid; exports.ContentListTable = _chunkLBXHYRZHjs.ContentListTable; exports.ContentTableSearch = _chunkLBXHYRZHjs.ContentTableSearch; exports.ContentTitle = _chunkLBXHYRZHjs.ContentTitle; exports.ContentsList = _chunkLBXHYRZHjs.ContentsList; exports.ContentsListById = _chunkLBXHYRZHjs.ContentsListById; exports.ContextMenu = _chunkLBXHYRZHjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkLBXHYRZHjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkLBXHYRZHjs.ContextMenuContent; exports.ContextMenuGroup = _chunkLBXHYRZHjs.ContextMenuGroup; exports.ContextMenuItem = _chunkLBXHYRZHjs.ContextMenuItem; exports.ContextMenuLabel = _chunkLBXHYRZHjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkLBXHYRZHjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkLBXHYRZHjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkLBXHYRZHjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkLBXHYRZHjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkLBXHYRZHjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkLBXHYRZHjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkLBXHYRZHjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkLBXHYRZHjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkLBXHYRZHjs.ContextMenuTrigger; exports.ContributorsList = _chunkLBXHYRZHjs.ContributorsList; exports.Cookies = _chunkLBXHYRZHjs.Cookies; exports.CurrencyInput = _chunkLBXHYRZHjs.CurrencyInput; exports.DatePickerPopover = _chunkLBXHYRZHjs.DatePickerPopover; exports.DateRangeSelector = _chunkLBXHYRZHjs.DateRangeSelector; exports.DetailField = _chunkLBXHYRZHjs.DetailField; exports.Dialog = _chunkLBXHYRZHjs.Dialog; exports.DialogClose = _chunkLBXHYRZHjs.DialogClose; exports.DialogContent = _chunkLBXHYRZHjs.DialogContent; exports.DialogDescription = _chunkLBXHYRZHjs.DialogDescription; exports.DialogFooter = _chunkLBXHYRZHjs.DialogFooter; exports.DialogHeader = _chunkLBXHYRZHjs.DialogHeader; exports.DialogOverlay = _chunkLBXHYRZHjs.DialogOverlay; exports.DialogPortal = _chunkLBXHYRZHjs.DialogPortal; exports.DialogTitle = _chunkLBXHYRZHjs.DialogTitle; exports.DialogTrigger = _chunkLBXHYRZHjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkLBXHYRZHjs.DisableTwoFactorDialog; exports.Drawer = _chunkLBXHYRZHjs.Drawer; exports.DrawerClose = _chunkLBXHYRZHjs.DrawerClose; exports.DrawerContent = _chunkLBXHYRZHjs.DrawerContent; exports.DrawerDescription = _chunkLBXHYRZHjs.DrawerDescription; exports.DrawerFooter = _chunkLBXHYRZHjs.DrawerFooter; exports.DrawerHeader = _chunkLBXHYRZHjs.DrawerHeader; exports.DrawerOverlay = _chunkLBXHYRZHjs.DrawerOverlay; exports.DrawerPortal = _chunkLBXHYRZHjs.DrawerPortal; exports.DrawerTitle = _chunkLBXHYRZHjs.DrawerTitle; exports.DrawerTrigger = _chunkLBXHYRZHjs.DrawerTrigger; exports.DropdownMenu = _chunkLBXHYRZHjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkLBXHYRZHjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkLBXHYRZHjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkLBXHYRZHjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkLBXHYRZHjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkLBXHYRZHjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkLBXHYRZHjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkLBXHYRZHjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkLBXHYRZHjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkLBXHYRZHjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkLBXHYRZHjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkLBXHYRZHjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkLBXHYRZHjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkLBXHYRZHjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkLBXHYRZHjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkLBXHYRZHjs.EditableAvatar; exports.EditorSheet = _chunkLBXHYRZHjs.EditorSheet; exports.EmptyState = _chunkLBXHYRZHjs.EmptyState; exports.EntityAvatar = _chunkLBXHYRZHjs.EntityAvatar; exports.EntityHero = _chunkLBXHYRZHjs.EntityHero; exports.EntityHeroAvatar = _chunkLBXHYRZHjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunkLBXHYRZHjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkLBXHYRZHjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkLBXHYRZHjs.EntityMultiSelector; exports.EntitySection = _chunkLBXHYRZHjs.EntitySection; exports.EntitySelector = _chunkLBXHYRZHjs.EntitySelector; exports.ErrorDetails = _chunkLBXHYRZHjs.ErrorDetails; exports.Field = _chunkLBXHYRZHjs.Field; exports.FieldContent = _chunkLBXHYRZHjs.FieldContent; exports.FieldDescription = _chunkLBXHYRZHjs.FieldDescription; exports.FieldError = _chunkLBXHYRZHjs.FieldError; exports.FieldGroup = _chunkLBXHYRZHjs.FieldGroup; exports.FieldLabel = _chunkLBXHYRZHjs.FieldLabel; exports.FieldLegend = _chunkLBXHYRZHjs.FieldLegend; exports.FieldSeparator = _chunkLBXHYRZHjs.FieldSeparator; exports.FieldSet = _chunkLBXHYRZHjs.FieldSet; exports.FieldTitle = _chunkLBXHYRZHjs.FieldTitle; exports.FileInput = _chunkLBXHYRZHjs.FileInput; exports.FileUploader = _chunkLBXHYRZHjs.FileUploader; exports.FileUploaderContent = _chunkLBXHYRZHjs.FileUploaderContent; exports.FileUploaderItem = _chunkLBXHYRZHjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkLBXHYRZHjs.FiscalDataDisplay; exports.ForgotPassword = _chunkLBXHYRZHjs.ForgotPassword; exports.Form = _chunkLBXHYRZHjs.Form; exports.FormBlockNote = _chunkLBXHYRZHjs.FormBlockNote; exports.FormBody = _chunkLBXHYRZHjs.FormBody; exports.FormCheckbox = _chunkLBXHYRZHjs.FormCheckbox; exports.FormCol = _chunkLBXHYRZHjs.FormCol; exports.FormDate = _chunkLBXHYRZHjs.FormDate; exports.FormDateTime = _chunkLBXHYRZHjs.FormDateTime; exports.FormFeatures = _chunkLBXHYRZHjs.FormFeatures; exports.FormFieldWrapper = _chunkLBXHYRZHjs.FormFieldWrapper; exports.FormInput = _chunkLBXHYRZHjs.FormInput; exports.FormPassword = _chunkLBXHYRZHjs.FormPassword; exports.FormPlaceAutocomplete = _chunkLBXHYRZHjs.FormPlaceAutocomplete; exports.FormRoles = _chunkLBXHYRZHjs.FormRoles; exports.FormRow = _chunkLBXHYRZHjs.FormRow; exports.FormSection = _chunkLBXHYRZHjs.FormSection; exports.FormSelect = _chunkLBXHYRZHjs.FormSelect; exports.FormSlider = _chunkLBXHYRZHjs.FormSlider; exports.FormSwitch = _chunkLBXHYRZHjs.FormSwitch; exports.FormTextarea = _chunkLBXHYRZHjs.FormTextarea; exports.GdprConsentCheckbox = _chunkLBXHYRZHjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkLBXHYRZHjs.GdprConsentSection; exports.Header = _chunkLBXHYRZHjs.Header; exports.HoverCard = _chunkLBXHYRZHjs.HoverCard; exports.HoverCardContent = _chunkLBXHYRZHjs.HoverCardContent; exports.HoverCardTrigger = _chunkLBXHYRZHjs.HoverCardTrigger; exports.HowToCommand = _chunkLBXHYRZHjs.HowToCommand; exports.HowToCommandViewer = _chunkLBXHYRZHjs.HowToCommandViewer; exports.HowToContainer = _chunkLBXHYRZHjs.HowToContainer; exports.HowToContent = _chunkLBXHYRZHjs.HowToContent; exports.HowToDeleter = _chunkLBXHYRZHjs.HowToDeleter; exports.HowToDetails = _chunkLBXHYRZHjs.HowToDetails; exports.HowToEditor = _chunkLBXHYRZHjs.HowToEditor; exports.HowToList = _chunkLBXHYRZHjs.HowToList; exports.HowToListContainer = _chunkLBXHYRZHjs.HowToListContainer; exports.HowToMultiSelector = _chunkLBXHYRZHjs.HowToMultiSelector; exports.HowToSelector = _chunkLBXHYRZHjs.HowToSelector; exports.Input = _chunkLBXHYRZHjs.Input; exports.InputGroup = _chunkLBXHYRZHjs.InputGroup; exports.InputGroupAddon = _chunkLBXHYRZHjs.InputGroupAddon; exports.InputGroupButton = _chunkLBXHYRZHjs.InputGroupButton; exports.InputGroupInput = _chunkLBXHYRZHjs.InputGroupInput; exports.InputGroupText = _chunkLBXHYRZHjs.InputGroupText; exports.InputGroupTextarea = _chunkLBXHYRZHjs.InputGroupTextarea; exports.InputOTP = _chunkLBXHYRZHjs.InputOTP; exports.InputOTPGroup = _chunkLBXHYRZHjs.InputOTPGroup; exports.InputOTPSeparator = _chunkLBXHYRZHjs.InputOTPSeparator; exports.InputOTPSlot = _chunkLBXHYRZHjs.InputOTPSlot; exports.ItalianFiscalData = _chunkLBXHYRZHjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkLBXHYRZHjs.ItalianFiscalDataDisplay; exports.Item = _chunkLBXHYRZHjs.KanbanItem; exports.ItemHandle = _chunkLBXHYRZHjs.KanbanItemHandle; exports.Kanban = _chunkLBXHYRZHjs.KanbanRoot; exports.KanbanBoard = _chunkLBXHYRZHjs.KanbanBoard; exports.KanbanColumn = _chunkLBXHYRZHjs.KanbanColumn; exports.KanbanColumnHandle = _chunkLBXHYRZHjs.KanbanColumnHandle; exports.KanbanItem = _chunkLBXHYRZHjs.KanbanItem; exports.KanbanItemHandle = _chunkLBXHYRZHjs.KanbanItemHandle; exports.KanbanOverlay = _chunkLBXHYRZHjs.KanbanOverlay; exports.Label = _chunkLBXHYRZHjs.Label; exports.LandingComponent = _chunkLBXHYRZHjs.LandingComponent; exports.Link = _chunkLBXHYRZHjs.Link; exports.Login = _chunkLBXHYRZHjs.Login; exports.Logout = _chunkLBXHYRZHjs.Logout; exports.MessageItem = _chunkLBXHYRZHjs.MessageItem; exports.MessageList = _chunkLBXHYRZHjs.MessageList; exports.MessageSourcesPanel = _chunkLBXHYRZHjs.MessageSourcesPanel; exports.MicroLabel = _chunkLBXHYRZHjs.MicroLabel; exports.ModeToggleSwitch = _chunkLBXHYRZHjs.ModeToggleSwitch; exports.MultiSelect = _chunkLBXHYRZHjs.MultiSelect; exports.MultipleSelector = _chunkLBXHYRZHjs.MultipleSelector; exports.NavigationMenu = _chunkLBXHYRZHjs.NavigationMenu; exports.NavigationMenuContent = _chunkLBXHYRZHjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkLBXHYRZHjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkLBXHYRZHjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkLBXHYRZHjs.NavigationMenuLink; exports.NavigationMenuList = _chunkLBXHYRZHjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkLBXHYRZHjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkLBXHYRZHjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkLBXHYRZHjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkLBXHYRZHjs.NotificationMenuItem; exports.NotificationModal = _chunkLBXHYRZHjs.NotificationModal; exports.NotificationToast = _chunkLBXHYRZHjs.NotificationToast; exports.NotificationsList = _chunkLBXHYRZHjs.NotificationsList; exports.NotificationsListContainer = _chunkLBXHYRZHjs.NotificationsListContainer; exports.OAuthClientCard = _chunkLBXHYRZHjs.OAuthClientCard; exports.OAuthClientDetail = _chunkLBXHYRZHjs.OAuthClientDetail; exports.OAuthClientForm = _chunkLBXHYRZHjs.OAuthClientForm; exports.OAuthClientList = _chunkLBXHYRZHjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkLBXHYRZHjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkLBXHYRZHjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkLBXHYRZHjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkLBXHYRZHjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkLBXHYRZHjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkLBXHYRZHjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkLBXHYRZHjs.OAuthScopeSelector; exports.OnboardingCard = _chunkLBXHYRZHjs.OnboardingCard; exports.Overlay = _chunkLBXHYRZHjs.KanbanOverlay; exports.PageContainer = _chunkLBXHYRZHjs.PageContainer; exports.PageContainerContentDetails = _chunkLBXHYRZHjs.PageContainerContentDetails; exports.PageContentContainer = _chunkLBXHYRZHjs.PageContentContainer; exports.PageSection = _chunkLBXHYRZHjs.PageSection; exports.PasskeyButton = _chunkLBXHYRZHjs.PasskeyButton; exports.PasskeyList = _chunkLBXHYRZHjs.PasskeyList; exports.PasskeySetupDialog = _chunkLBXHYRZHjs.PasskeySetupDialog; exports.PasswordInput = _chunkLBXHYRZHjs.PasswordInput; exports.Popover = _chunkLBXHYRZHjs.Popover; exports.PopoverContent = _chunkLBXHYRZHjs.PopoverContent; exports.PopoverDescription = _chunkLBXHYRZHjs.PopoverDescription; exports.PopoverHeader = _chunkLBXHYRZHjs.PopoverHeader; exports.PopoverTitle = _chunkLBXHYRZHjs.PopoverTitle; exports.PopoverTrigger = _chunkLBXHYRZHjs.PopoverTrigger; exports.Progress = _chunkLBXHYRZHjs.Progress; exports.ProgressIndicator = _chunkLBXHYRZHjs.ProgressIndicator; exports.ProgressLabel = _chunkLBXHYRZHjs.ProgressLabel; exports.ProgressTrack = _chunkLBXHYRZHjs.ProgressTrack; exports.ProgressValue = _chunkLBXHYRZHjs.ProgressValue; exports.PushNotificationProvider = _chunkLBXHYRZHjs.PushNotificationProvider; exports.RadioGroup = _chunkLBXHYRZHjs.RadioGroup; exports.RadioGroupItem = _chunkLBXHYRZHjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkLBXHYRZHjs.RbacByRoleContainer; exports.RbacContainer = _chunkLBXHYRZHjs.RbacContainer; exports.RbacPermissionCell = _chunkLBXHYRZHjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkLBXHYRZHjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkLBXHYRZHjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkLBXHYRZHjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkLBXHYRZHjs.ReferralCodeCapture; exports.ReferralDialog = _chunkLBXHYRZHjs.ReferralDialog; exports.ReferralWidget = _chunkLBXHYRZHjs.ReferralWidget; exports.RefreshUser = _chunkLBXHYRZHjs.RefreshUser; exports.RelevantContentsList = _chunkLBXHYRZHjs.RelevantContentsList; exports.RelevantUsersList = _chunkLBXHYRZHjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkLBXHYRZHjs.RemoveUserFromRole; exports.ResetPassword = _chunkLBXHYRZHjs.ResetPassword; exports.ResizableHandle = _chunkLBXHYRZHjs.ResizableHandle; exports.ResizablePanel = _chunkLBXHYRZHjs.ResizablePanel; exports.ResizablePanelGroup = _chunkLBXHYRZHjs.ResizablePanelGroup; exports.RoleContainer = _chunkLBXHYRZHjs.RoleContainer; exports.RoleDetails = _chunkLBXHYRZHjs.RoleDetails; exports.RoleUsersList = _chunkLBXHYRZHjs.RoleUsersList; exports.RolesList = _chunkLBXHYRZHjs.RolesList; exports.Root = _chunkLBXHYRZHjs.KanbanRoot; exports.RoundPageContainer = _chunkLBXHYRZHjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkLBXHYRZHjs.RoundPageContainerTitle; exports.ScrollArea = _chunkLBXHYRZHjs.ScrollArea; exports.ScrollBar = _chunkLBXHYRZHjs.ScrollBar; exports.SectionHeader = _chunkLBXHYRZHjs.SectionHeader; exports.SecurityContainer = _chunkLBXHYRZHjs.SecurityContainer; exports.Select = _chunkLBXHYRZHjs.Select; exports.SelectContent = _chunkLBXHYRZHjs.SelectContent; exports.SelectGroup = _chunkLBXHYRZHjs.SelectGroup; exports.SelectItem = _chunkLBXHYRZHjs.SelectItem; exports.SelectLabel = _chunkLBXHYRZHjs.SelectLabel; exports.SelectScrollDownButton = _chunkLBXHYRZHjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkLBXHYRZHjs.SelectScrollUpButton; exports.SelectSeparator = _chunkLBXHYRZHjs.SelectSeparator; exports.SelectTrigger = _chunkLBXHYRZHjs.SelectTrigger; exports.SelectValue = _chunkLBXHYRZHjs.SelectValue; exports.Separator = _chunkLBXHYRZHjs.Separator; exports.Sheet = _chunkLBXHYRZHjs.Sheet; exports.SheetClose = _chunkLBXHYRZHjs.SheetClose; exports.SheetContent = _chunkLBXHYRZHjs.SheetContent; exports.SheetDescription = _chunkLBXHYRZHjs.SheetDescription; exports.SheetFooter = _chunkLBXHYRZHjs.SheetFooter; exports.SheetHeader = _chunkLBXHYRZHjs.SheetHeader; exports.SheetTitle = _chunkLBXHYRZHjs.SheetTitle; exports.SheetTrigger = _chunkLBXHYRZHjs.SheetTrigger; exports.Sidebar = _chunkLBXHYRZHjs.Sidebar; exports.SidebarContent = _chunkLBXHYRZHjs.SidebarContent; exports.SidebarFooter = _chunkLBXHYRZHjs.SidebarFooter; exports.SidebarGroup = _chunkLBXHYRZHjs.SidebarGroup; exports.SidebarGroupAction = _chunkLBXHYRZHjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkLBXHYRZHjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkLBXHYRZHjs.SidebarGroupLabel; exports.SidebarHeader = _chunkLBXHYRZHjs.SidebarHeader; exports.SidebarInput = _chunkLBXHYRZHjs.SidebarInput; exports.SidebarInset = _chunkLBXHYRZHjs.SidebarInset; exports.SidebarMenu = _chunkLBXHYRZHjs.SidebarMenu; exports.SidebarMenuAction = _chunkLBXHYRZHjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkLBXHYRZHjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkLBXHYRZHjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkLBXHYRZHjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkLBXHYRZHjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkLBXHYRZHjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkLBXHYRZHjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkLBXHYRZHjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkLBXHYRZHjs.SidebarProvider; exports.SidebarRail = _chunkLBXHYRZHjs.SidebarRail; exports.SidebarSeparator = _chunkLBXHYRZHjs.SidebarSeparator; exports.SidebarTrigger = _chunkLBXHYRZHjs.SidebarTrigger; exports.Skeleton = _chunkLBXHYRZHjs.Skeleton; exports.Slider = _chunkLBXHYRZHjs.Slider; exports.Spinner = _chunkLBXHYRZHjs.Spinner; exports.Switch = _chunkLBXHYRZHjs.Switch; exports.Table = _chunkLBXHYRZHjs.Table; exports.TableBody = _chunkLBXHYRZHjs.TableBody; exports.TableCaption = _chunkLBXHYRZHjs.TableCaption; exports.TableCell = _chunkLBXHYRZHjs.TableCell; exports.TableCellAvatar = _chunkLBXHYRZHjs.TableCellAvatar; exports.TableFooter = _chunkLBXHYRZHjs.TableFooter; exports.TableHead = _chunkLBXHYRZHjs.TableHead; exports.TableHeader = _chunkLBXHYRZHjs.TableHeader; exports.TableRow = _chunkLBXHYRZHjs.TableRow; exports.Tabs = _chunkLBXHYRZHjs.Tabs; exports.TabsContainer = _chunkLBXHYRZHjs.TabsContainer; exports.TabsContent = _chunkLBXHYRZHjs.TabsContent; exports.TabsList = _chunkLBXHYRZHjs.TabsList; exports.TabsTrigger = _chunkLBXHYRZHjs.TabsTrigger; exports.Textarea = _chunkLBXHYRZHjs.Textarea; exports.Toaster = _chunkLBXHYRZHjs.Toaster; exports.Toggle = _chunkLBXHYRZHjs.Toggle; exports.TokenStatusIndicator = _chunkLBXHYRZHjs.TokenStatusIndicator; exports.Tooltip = _chunkLBXHYRZHjs.Tooltip; exports.TooltipContent = _chunkLBXHYRZHjs.TooltipContent; exports.TooltipProvider = _chunkLBXHYRZHjs.TooltipProvider; exports.TooltipTrigger = _chunkLBXHYRZHjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkLBXHYRZHjs.TotpAuthenticatorList; exports.TotpInput = _chunkLBXHYRZHjs.TotpInput; exports.TotpSetupDialog = _chunkLBXHYRZHjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkLBXHYRZHjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkLBXHYRZHjs.TwoFactorSettings; exports.UserAvatar = _chunkLBXHYRZHjs.UserAvatar; exports.UserAvatarEditor = _chunkLBXHYRZHjs.UserAvatarEditor; exports.UserAvatarList = _chunkLBXHYRZHjs.UserAvatarList; exports.UserContainer = _chunkLBXHYRZHjs.UserContainer; exports.UserContent = _chunkLBXHYRZHjs.UserContent; exports.UserDeleter = _chunkLBXHYRZHjs.UserDeleter; exports.UserEditor = _chunkLBXHYRZHjs.UserEditor; exports.UserIndexContainer = _chunkLBXHYRZHjs.UserIndexContainer; exports.UserIndexDetails = _chunkLBXHYRZHjs.UserIndexDetails; exports.UserListInAdd = _chunkLBXHYRZHjs.UserListInAdd; exports.UserMultiSelect = _chunkLBXHYRZHjs.UserMultiSelect; exports.UserReactivator = _chunkLBXHYRZHjs.UserReactivator; exports.UserResentInvitationEmail = _chunkLBXHYRZHjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkLBXHYRZHjs.UserRoleAdd; exports.UserRolesList = _chunkLBXHYRZHjs.UserRolesList; exports.UserSearchPopover = _chunkLBXHYRZHjs.UserSearchPopover; exports.UserSelector = _chunkLBXHYRZHjs.UserSelector; exports.UserStanadaloneDetails = _chunkLBXHYRZHjs.UserStanadaloneDetails; exports.UsersList = _chunkLBXHYRZHjs.UsersList; exports.UsersListByContentIds = _chunkLBXHYRZHjs.UsersListByContentIds; exports.UsersListContainer = _chunkLBXHYRZHjs.UsersListContainer; exports.WaitlistConfirmation = _chunkLBXHYRZHjs.WaitlistConfirmation; exports.WaitlistForm = _chunkLBXHYRZHjs.WaitlistForm; exports.WaitlistHeroSection = _chunkLBXHYRZHjs.WaitlistHeroSection; exports.WaitlistList = _chunkLBXHYRZHjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkLBXHYRZHjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkLBXHYRZHjs.WaitlistSuccessState; exports.badgeVariants = _chunkLBXHYRZHjs.badgeVariants; exports.buttonVariants = _chunkLBXHYRZHjs.buttonVariants; exports.cellComponent = _chunkLBXHYRZHjs.cellComponent; exports.cellDate = _chunkLBXHYRZHjs.cellDate; exports.cellDateTime = _chunkLBXHYRZHjs.cellDateTime; exports.cellId = _chunkLBXHYRZHjs.cellId; exports.cellLink = _chunkLBXHYRZHjs.cellLink; exports.cellUrl = _chunkLBXHYRZHjs.cellUrl; exports.createMentionInlineContentSpec = _chunkLBXHYRZHjs.createMentionInlineContentSpec; exports.errorToast = _chunkLBXHYRZHjs.errorToast; exports.generateNotificationData = _chunkLBXHYRZHjs.generateNotificationData; exports.getIcon = _chunkW73JBOIRjs.getIcon; exports.getIconByModule = _chunkW73JBOIRjs.getIconByModule; exports.getIconByModuleName = _chunkW73JBOIRjs.getIconByModuleName; exports.getInitials = _chunkW73JBOIRjs.getInitials; exports.mentionDataAttrs = _chunkLBXHYRZHjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkLBXHYRZHjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkLBXHYRZHjs.parseFiscalData; exports.parseMentionElement = _chunkLBXHYRZHjs.parseMentionElement; exports.partitionTabs = _chunkLBXHYRZHjs.partitionTabs; exports.spinnerVariants = _chunkLBXHYRZHjs.spinnerVariants; exports.tabsListVariants = _chunkLBXHYRZHjs.tabsListVariants; exports.toggleVariants = _chunkLBXHYRZHjs.toggleVariants; exports.triggerAssociationToast = _chunkLBXHYRZHjs.triggerAssociationToast; exports.useCarousel = _chunkLBXHYRZHjs.useCarousel; exports.useComboboxAnchor = _chunkLBXHYRZHjs.useComboboxAnchor; exports.useDebounce = _chunkLBXHYRZHjs.useDebounce2; exports.useEditorDialog = _chunkLBXHYRZHjs.useEditorDialog; exports.useFileUpload = _chunkLBXHYRZHjs.useFileUpload; exports.useMentionInsert = _chunkLBXHYRZHjs.useMentionInsert; exports.useSidebar = _chunkLBXHYRZHjs.useSidebar;
|
|
983
983
|
//# sourceMappingURL=index.js.map
|
|
@@ -477,14 +477,14 @@ import {
|
|
|
477
477
|
useFileUpload,
|
|
478
478
|
useMentionInsert,
|
|
479
479
|
useSidebar
|
|
480
|
-
} from "../chunk-
|
|
481
|
-
import "../chunk-
|
|
480
|
+
} from "../chunk-DV5YYI3G.mjs";
|
|
481
|
+
import "../chunk-M5IAN7IR.mjs";
|
|
482
482
|
import {
|
|
483
483
|
getIcon,
|
|
484
484
|
getIconByModule,
|
|
485
485
|
getIconByModuleName,
|
|
486
486
|
getInitials
|
|
487
|
-
} from "../chunk-
|
|
487
|
+
} from "../chunk-DVOBOFCF.mjs";
|
|
488
488
|
import "../chunk-AUXK7QSA.mjs";
|
|
489
489
|
import "../chunk-C7C7VY4F.mjs";
|
|
490
490
|
import "../chunk-Z2CB63VG.mjs";
|
|
@@ -206,19 +206,28 @@ declare const useCommonContext: () => CommonContextType;
|
|
|
206
206
|
interface HeaderChildrenProviderProps {
|
|
207
207
|
children: ReactNode;
|
|
208
208
|
content: ReactNode;
|
|
209
|
+
mobileContent?: ReactNode;
|
|
209
210
|
rootLabel?: string;
|
|
210
211
|
}
|
|
211
212
|
/**
|
|
212
213
|
* Provider to supply custom content to be rendered in the Header component.
|
|
213
214
|
* Wrap your layout with this provider and pass the content you want in the header.
|
|
214
215
|
* Optionally pass `rootLabel` to override the first breadcrumb entry (defaults to `common.home`).
|
|
216
|
+
*
|
|
217
|
+
* The header has far less room on mobile, so `content` is desktop-only. Pass `mobileContent`
|
|
218
|
+
* to choose which widgets survive there; omit it and the header stays bare on mobile.
|
|
215
219
|
*/
|
|
216
|
-
declare function HeaderChildrenProvider({ children, content, rootLabel }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
220
|
+
declare function HeaderChildrenProvider({ children, content, mobileContent, rootLabel }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
217
221
|
/**
|
|
218
222
|
* Hook to get the header children content from context.
|
|
219
223
|
* Used internally by PageContainer to pass children to Header.
|
|
220
224
|
*/
|
|
221
225
|
declare function useHeaderChildren(): ReactNode | null;
|
|
226
|
+
/**
|
|
227
|
+
* Hook to get the header content the application wants kept on mobile.
|
|
228
|
+
* Returns null when the application supplied none, in which case the Header shows no widgets there.
|
|
229
|
+
*/
|
|
230
|
+
declare function useHeaderMobileChildren(): ReactNode | null;
|
|
222
231
|
/**
|
|
223
232
|
* Hook to get the label of the first breadcrumb entry, when the application supplies one.
|
|
224
233
|
* Returns null when no override was provided, in which case the Header falls back to `common.home`.
|
|
@@ -232,6 +241,13 @@ interface HeaderLeftContentProviderProps {
|
|
|
232
241
|
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps): React.JSX.Element;
|
|
233
242
|
declare function useHeaderLeftContent(): ReactNode | null;
|
|
234
243
|
|
|
244
|
+
interface HeaderLogoProviderProps {
|
|
245
|
+
children: ReactNode;
|
|
246
|
+
content: ReactNode;
|
|
247
|
+
}
|
|
248
|
+
declare function HeaderLogoProvider({ children, content }: HeaderLogoProviderProps): React.JSX.Element;
|
|
249
|
+
declare function useHeaderLogo(): ReactNode | null;
|
|
250
|
+
|
|
235
251
|
interface SharedProviderProps {
|
|
236
252
|
children: ReactNode;
|
|
237
253
|
value: {
|
|
@@ -280,6 +296,30 @@ interface SocketProviderProps {
|
|
|
280
296
|
declare const SocketProvider: React__default.FC<SocketProviderProps>;
|
|
281
297
|
declare const useSocketContext: () => SocketContextProps;
|
|
282
298
|
|
|
299
|
+
/**
|
|
300
|
+
* Seeds the viewport from the server so SSR and the first client render agree,
|
|
301
|
+
* removing the desktop-then-mobile chrome flash.
|
|
302
|
+
*
|
|
303
|
+
* `initialIsMobile` comes from the request — cookie first (a real measurement
|
|
304
|
+
* from a previous visit), user agent as the first-visit fallback. See the
|
|
305
|
+
* (main)/(admin) layouts.
|
|
306
|
+
*
|
|
307
|
+
* THIS LIVES IN `contexts/`, NOT `utils/`, AND MUST STAY HERE. The server
|
|
308
|
+
* layouts render it directly, so it needs a genuine "use client" boundary in
|
|
309
|
+
* the BUILT output. tsup.config.ts stamps the directive onto `dist/contexts/*`
|
|
310
|
+
* via its `clientEntries` list; `dist/core/*` is deliberately excluded so that
|
|
311
|
+
* instrumentation can import it server-side. Exporting this provider from
|
|
312
|
+
* `core` therefore made Next execute it as a Server Component and fail with
|
|
313
|
+
* "createContext only works in Client Components".
|
|
314
|
+
*
|
|
315
|
+
* `SocketContext` in this directory is the reference: it is likewise rendered
|
|
316
|
+
* straight from `(main)/layout.tsx`, a Server Component, and works.
|
|
317
|
+
*/
|
|
318
|
+
declare function ViewportProvider({ initialIsMobile, children, }: {
|
|
319
|
+
initialIsMobile: boolean;
|
|
320
|
+
children: React.ReactNode;
|
|
321
|
+
}): React.JSX.Element;
|
|
322
|
+
|
|
283
323
|
interface RecentPage {
|
|
284
324
|
url: string;
|
|
285
325
|
title: string;
|
|
@@ -288,4 +328,4 @@ interface RecentPage {
|
|
|
288
328
|
}
|
|
289
329
|
declare const recentPagesAtom: jotai.WritableAtom<RecentPage[], [typeof jotai_utils.RESET | RecentPage[] | ((prev: RecentPage[]) => typeof jotai_utils.RESET | RecentPage[])], void>;
|
|
290
330
|
|
|
291
|
-
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHeaderRootLabel, useHowToContext, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
|
331
|
+
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HeaderLogoProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, ViewportProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHeaderLogo, useHeaderMobileChildren, useHeaderRootLabel, useHowToContext, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -206,19 +206,28 @@ declare const useCommonContext: () => CommonContextType;
|
|
|
206
206
|
interface HeaderChildrenProviderProps {
|
|
207
207
|
children: ReactNode;
|
|
208
208
|
content: ReactNode;
|
|
209
|
+
mobileContent?: ReactNode;
|
|
209
210
|
rootLabel?: string;
|
|
210
211
|
}
|
|
211
212
|
/**
|
|
212
213
|
* Provider to supply custom content to be rendered in the Header component.
|
|
213
214
|
* Wrap your layout with this provider and pass the content you want in the header.
|
|
214
215
|
* Optionally pass `rootLabel` to override the first breadcrumb entry (defaults to `common.home`).
|
|
216
|
+
*
|
|
217
|
+
* The header has far less room on mobile, so `content` is desktop-only. Pass `mobileContent`
|
|
218
|
+
* to choose which widgets survive there; omit it and the header stays bare on mobile.
|
|
215
219
|
*/
|
|
216
|
-
declare function HeaderChildrenProvider({ children, content, rootLabel }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
220
|
+
declare function HeaderChildrenProvider({ children, content, mobileContent, rootLabel }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
217
221
|
/**
|
|
218
222
|
* Hook to get the header children content from context.
|
|
219
223
|
* Used internally by PageContainer to pass children to Header.
|
|
220
224
|
*/
|
|
221
225
|
declare function useHeaderChildren(): ReactNode | null;
|
|
226
|
+
/**
|
|
227
|
+
* Hook to get the header content the application wants kept on mobile.
|
|
228
|
+
* Returns null when the application supplied none, in which case the Header shows no widgets there.
|
|
229
|
+
*/
|
|
230
|
+
declare function useHeaderMobileChildren(): ReactNode | null;
|
|
222
231
|
/**
|
|
223
232
|
* Hook to get the label of the first breadcrumb entry, when the application supplies one.
|
|
224
233
|
* Returns null when no override was provided, in which case the Header falls back to `common.home`.
|
|
@@ -232,6 +241,13 @@ interface HeaderLeftContentProviderProps {
|
|
|
232
241
|
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps): React.JSX.Element;
|
|
233
242
|
declare function useHeaderLeftContent(): ReactNode | null;
|
|
234
243
|
|
|
244
|
+
interface HeaderLogoProviderProps {
|
|
245
|
+
children: ReactNode;
|
|
246
|
+
content: ReactNode;
|
|
247
|
+
}
|
|
248
|
+
declare function HeaderLogoProvider({ children, content }: HeaderLogoProviderProps): React.JSX.Element;
|
|
249
|
+
declare function useHeaderLogo(): ReactNode | null;
|
|
250
|
+
|
|
235
251
|
interface SharedProviderProps {
|
|
236
252
|
children: ReactNode;
|
|
237
253
|
value: {
|
|
@@ -280,6 +296,30 @@ interface SocketProviderProps {
|
|
|
280
296
|
declare const SocketProvider: React__default.FC<SocketProviderProps>;
|
|
281
297
|
declare const useSocketContext: () => SocketContextProps;
|
|
282
298
|
|
|
299
|
+
/**
|
|
300
|
+
* Seeds the viewport from the server so SSR and the first client render agree,
|
|
301
|
+
* removing the desktop-then-mobile chrome flash.
|
|
302
|
+
*
|
|
303
|
+
* `initialIsMobile` comes from the request — cookie first (a real measurement
|
|
304
|
+
* from a previous visit), user agent as the first-visit fallback. See the
|
|
305
|
+
* (main)/(admin) layouts.
|
|
306
|
+
*
|
|
307
|
+
* THIS LIVES IN `contexts/`, NOT `utils/`, AND MUST STAY HERE. The server
|
|
308
|
+
* layouts render it directly, so it needs a genuine "use client" boundary in
|
|
309
|
+
* the BUILT output. tsup.config.ts stamps the directive onto `dist/contexts/*`
|
|
310
|
+
* via its `clientEntries` list; `dist/core/*` is deliberately excluded so that
|
|
311
|
+
* instrumentation can import it server-side. Exporting this provider from
|
|
312
|
+
* `core` therefore made Next execute it as a Server Component and fail with
|
|
313
|
+
* "createContext only works in Client Components".
|
|
314
|
+
*
|
|
315
|
+
* `SocketContext` in this directory is the reference: it is likewise rendered
|
|
316
|
+
* straight from `(main)/layout.tsx`, a Server Component, and works.
|
|
317
|
+
*/
|
|
318
|
+
declare function ViewportProvider({ initialIsMobile, children, }: {
|
|
319
|
+
initialIsMobile: boolean;
|
|
320
|
+
children: React.ReactNode;
|
|
321
|
+
}): React.JSX.Element;
|
|
322
|
+
|
|
283
323
|
interface RecentPage {
|
|
284
324
|
url: string;
|
|
285
325
|
title: string;
|
|
@@ -288,4 +328,4 @@ interface RecentPage {
|
|
|
288
328
|
}
|
|
289
329
|
declare const recentPagesAtom: jotai.WritableAtom<RecentPage[], [typeof jotai_utils.RESET | RecentPage[] | ((prev: RecentPage[]) => typeof jotai_utils.RESET | RecentPage[])], void>;
|
|
290
330
|
|
|
291
|
-
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHeaderRootLabel, useHowToContext, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
|
331
|
+
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HeaderLogoProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, ViewportProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHeaderLogo, useHeaderMobileChildren, useHeaderRootLabel, useHowToContext, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
package/dist/contexts/index.js
CHANGED
|
@@ -32,9 +32,13 @@
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
var _chunkLBXHYRZHjs = require('../chunk-LBXHYRZH.js');
|
|
40
|
+
require('../chunk-C2LEIBUK.js');
|
|
41
|
+
require('../chunk-W73JBOIR.js');
|
|
38
42
|
require('../chunk-LXKSUWAV.js');
|
|
39
43
|
require('../chunk-IBS6NI7D.js');
|
|
40
44
|
require('../chunk-QWCAOLBD.js');
|
|
@@ -73,5 +77,9 @@ require('../chunk-7QVYU63E.js');
|
|
|
73
77
|
|
|
74
78
|
|
|
75
79
|
|
|
76
|
-
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
exports.AssistantProvider = _chunkLBXHYRZHjs.AssistantProvider; exports.CommonProvider = _chunkLBXHYRZHjs.CommonProvider; exports.CompanyProvider = _chunkLBXHYRZHjs.CompanyProvider; exports.CurrentUserProvider = _chunkLBXHYRZHjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkLBXHYRZHjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkLBXHYRZHjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkLBXHYRZHjs.HeaderLeftContentProvider; exports.HeaderLogoProvider = _chunkLBXHYRZHjs.HeaderLogoProvider; exports.HowToProvider = _chunkLBXHYRZHjs.HowToProvider; exports.NotificationContextProvider = _chunkLBXHYRZHjs.NotificationContextProvider; exports.OnboardingProvider = _chunkLBXHYRZHjs.OnboardingProvider; exports.RbacProvider = _chunkLBXHYRZHjs.RbacProvider; exports.RoleProvider = _chunkLBXHYRZHjs.RoleProvider; exports.SharedProvider = _chunkLBXHYRZHjs.SharedProvider; exports.SocketContext = _chunkLBXHYRZHjs.SocketContext; exports.SocketProvider = _chunkLBXHYRZHjs.SocketProvider; exports.UserProvider = _chunkLBXHYRZHjs.UserProvider; exports.ViewportProvider = _chunkLBXHYRZHjs.ViewportProvider; exports.recentPagesAtom = _chunkLBXHYRZHjs.recentPagesAtom; exports.useAssistantContext = _chunkLBXHYRZHjs.useAssistantContext; exports.useCommonContext = _chunkLBXHYRZHjs.useCommonContext; exports.useCompanyContext = _chunkLBXHYRZHjs.useCompanyContext; exports.useCurrentUserContext = _chunkLBXHYRZHjs.useCurrentUserContext; exports.useHeaderChildren = _chunkLBXHYRZHjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkLBXHYRZHjs.useHeaderLeftContent; exports.useHeaderLogo = _chunkLBXHYRZHjs.useHeaderLogo; exports.useHeaderMobileChildren = _chunkLBXHYRZHjs.useHeaderMobileChildren; exports.useHeaderRootLabel = _chunkLBXHYRZHjs.useHeaderRootLabel; exports.useHowToContext = _chunkLBXHYRZHjs.useHowToContext; exports.useNotificationContext = _chunkLBXHYRZHjs.useNotificationContext; exports.useOnboarding = _chunkLBXHYRZHjs.useOnboarding; exports.useRbacContext = _chunkLBXHYRZHjs.useRbacContext; exports.useRoleContext = _chunkLBXHYRZHjs.useRoleContext; exports.useSharedContext = _chunkLBXHYRZHjs.useSharedContext; exports.useSocketContext = _chunkLBXHYRZHjs.useSocketContext; exports.useUserContext = _chunkLBXHYRZHjs.useUserContext;
|
|
77
85
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,yvEAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"}
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
DEFAULT_ONBOARDING_LABELS,
|
|
8
8
|
HeaderChildrenProvider,
|
|
9
9
|
HeaderLeftContentProvider,
|
|
10
|
+
HeaderLogoProvider,
|
|
10
11
|
HowToProvider,
|
|
11
12
|
NotificationContextProvider,
|
|
12
13
|
OnboardingProvider,
|
|
@@ -16,6 +17,7 @@ import {
|
|
|
16
17
|
SocketContext,
|
|
17
18
|
SocketProvider,
|
|
18
19
|
UserProvider,
|
|
20
|
+
ViewportProvider,
|
|
19
21
|
recentPagesAtom,
|
|
20
22
|
useAssistantContext,
|
|
21
23
|
useCommonContext,
|
|
@@ -23,6 +25,8 @@ import {
|
|
|
23
25
|
useCurrentUserContext,
|
|
24
26
|
useHeaderChildren,
|
|
25
27
|
useHeaderLeftContent,
|
|
28
|
+
useHeaderLogo,
|
|
29
|
+
useHeaderMobileChildren,
|
|
26
30
|
useHeaderRootLabel,
|
|
27
31
|
useHowToContext,
|
|
28
32
|
useNotificationContext,
|
|
@@ -32,9 +36,9 @@ import {
|
|
|
32
36
|
useSharedContext,
|
|
33
37
|
useSocketContext,
|
|
34
38
|
useUserContext
|
|
35
|
-
} from "../chunk-
|
|
36
|
-
import "../chunk-
|
|
37
|
-
import "../chunk-
|
|
39
|
+
} from "../chunk-DV5YYI3G.mjs";
|
|
40
|
+
import "../chunk-M5IAN7IR.mjs";
|
|
41
|
+
import "../chunk-DVOBOFCF.mjs";
|
|
38
42
|
import "../chunk-AUXK7QSA.mjs";
|
|
39
43
|
import "../chunk-C7C7VY4F.mjs";
|
|
40
44
|
import "../chunk-Z2CB63VG.mjs";
|
|
@@ -48,6 +52,7 @@ export {
|
|
|
48
52
|
DEFAULT_ONBOARDING_LABELS,
|
|
49
53
|
HeaderChildrenProvider,
|
|
50
54
|
HeaderLeftContentProvider,
|
|
55
|
+
HeaderLogoProvider,
|
|
51
56
|
HowToProvider,
|
|
52
57
|
NotificationContextProvider,
|
|
53
58
|
OnboardingProvider,
|
|
@@ -57,6 +62,7 @@ export {
|
|
|
57
62
|
SocketContext,
|
|
58
63
|
SocketProvider,
|
|
59
64
|
UserProvider,
|
|
65
|
+
ViewportProvider,
|
|
60
66
|
recentPagesAtom,
|
|
61
67
|
useAssistantContext,
|
|
62
68
|
useCommonContext,
|
|
@@ -64,6 +70,8 @@ export {
|
|
|
64
70
|
useCurrentUserContext,
|
|
65
71
|
useHeaderChildren,
|
|
66
72
|
useHeaderLeftContent,
|
|
73
|
+
useHeaderLogo,
|
|
74
|
+
useHeaderMobileChildren,
|
|
67
75
|
useHeaderRootLabel,
|
|
68
76
|
useHowToContext,
|
|
69
77
|
useNotificationContext,
|
package/dist/core/index.d.mts
CHANGED
|
@@ -417,6 +417,8 @@ declare function composeRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>
|
|
|
417
417
|
*/
|
|
418
418
|
declare function useComposedRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>;
|
|
419
419
|
|
|
420
|
+
declare const MOBILE_BREAKPOINT = 768;
|
|
421
|
+
declare const VIEWPORT_COOKIE_NAME = "viewport_mobile";
|
|
420
422
|
declare function useIsMobile(): boolean;
|
|
421
423
|
|
|
422
424
|
type FormatOption = "date" | "time" | "dateTime" | "timeSince" | "default";
|
|
@@ -2408,4 +2410,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2408
2410
|
|
|
2409
2411
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2410
2412
|
|
|
2411
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
|
2413
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
package/dist/core/index.d.ts
CHANGED
|
@@ -417,6 +417,8 @@ declare function composeRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>
|
|
|
417
417
|
*/
|
|
418
418
|
declare function useComposedRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>;
|
|
419
419
|
|
|
420
|
+
declare const MOBILE_BREAKPOINT = 768;
|
|
421
|
+
declare const VIEWPORT_COOKIE_NAME = "viewport_mobile";
|
|
420
422
|
declare function useIsMobile(): boolean;
|
|
421
423
|
|
|
422
424
|
type FormatOption = "date" | "time" | "dateTime" | "timeSince" | "default";
|
|
@@ -2408,4 +2410,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2408
2410
|
|
|
2409
2411
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2410
2412
|
|
|
2411
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
|
2413
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|