@carlonicora/nextjs-jsonapi 1.109.0 → 1.110.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/{AssistantMessageInterface-Cs1yb-gF.d.ts → AssistantMessageInterface-BNzf1etU.d.ts} +14 -1
- package/dist/{AssistantMessageInterface-DQ3mH5L8.d.mts → AssistantMessageInterface-DrgHDjZ5.d.mts} +14 -1
- package/dist/{BlockNoteEditor-3XYBZLWO.js → BlockNoteEditor-7OKW6HHN.js} +19 -20
- package/dist/BlockNoteEditor-7OKW6HHN.js.map +1 -0
- package/dist/{BlockNoteEditor-EBFZG7AL.mjs → BlockNoteEditor-K7IIWM3S.mjs} +4 -5
- package/dist/{BlockNoteEditor-EBFZG7AL.mjs.map → BlockNoteEditor-K7IIWM3S.mjs.map} +1 -1
- package/dist/BlockNoteViewer-OPSCTHKJ.mjs +31 -0
- package/dist/BlockNoteViewer-OPSCTHKJ.mjs.map +1 -0
- package/dist/BlockNoteViewer-UW5VZ5UF.js +31 -0
- package/dist/BlockNoteViewer-UW5VZ5UF.js.map +1 -0
- package/dist/billing/index.d.mts +41 -41
- package/dist/billing/index.d.ts +41 -41
- package/dist/billing/index.js +346 -347
- package/dist/billing/index.js.map +1 -1
- package/dist/billing/index.mjs +3 -4
- package/dist/billing/index.mjs.map +1 -1
- package/dist/{chunk-7E3O52U5.js → chunk-6XWW67F2.js} +25 -12
- package/dist/chunk-6XWW67F2.js.map +1 -0
- package/dist/{chunk-UHO3KUUH.js → chunk-AKXUNE3A.js} +977 -850
- package/dist/chunk-AKXUNE3A.js.map +1 -0
- package/dist/{chunk-UOYIWJEJ.mjs → chunk-CWVYU4YZ.mjs} +18 -5
- package/dist/{chunk-UOYIWJEJ.mjs.map → chunk-CWVYU4YZ.mjs.map} +1 -1
- package/dist/{chunk-CRTVAQEK.mjs → chunk-TXVVZLUQ.mjs} +1388 -1261
- package/dist/chunk-TXVVZLUQ.mjs.map +1 -0
- package/dist/{chunk-CFI4WZ5R.js → chunk-U2HR57MY.js} +111 -5
- package/dist/chunk-U2HR57MY.js.map +1 -0
- package/dist/chunk-WPAQRB5Q.mjs +7 -0
- package/dist/chunk-WPAQRB5Q.mjs.map +1 -0
- package/dist/chunk-YBZVWLPH.js +7 -0
- package/dist/chunk-YBZVWLPH.js.map +1 -0
- package/dist/{chunk-MSNNAHDB.mjs → chunk-ZYPNVEHB.mjs} +112 -6
- package/dist/{chunk-MSNNAHDB.mjs.map → chunk-ZYPNVEHB.mjs.map} +1 -1
- package/dist/client/index.d.mts +3 -4
- package/dist/client/index.d.ts +3 -4
- package/dist/client/index.js +4 -5
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +3 -4
- package/dist/components/index.d.mts +418 -415
- package/dist/components/index.d.ts +418 -415
- package/dist/components/index.js +6 -5
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -4
- package/dist/{config-CN23v3eJ.d.ts → config-BrkU_Ynz.d.ts} +2 -2
- package/dist/{config-gh88Qn4h.d.mts → config-snd2ToEB.d.mts} +2 -2
- package/dist/contexts/index.d.mts +15 -15
- package/dist/contexts/index.d.ts +15 -15
- package/dist/contexts/index.js +4 -5
- package/dist/contexts/index.js.map +1 -1
- package/dist/contexts/index.mjs +3 -4
- package/dist/core/index.d.mts +35 -4
- package/dist/core/index.d.ts +35 -4
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.d.mts +25 -66
- package/dist/features/help/index.d.ts +25 -66
- package/dist/features/help/index.js +114 -124
- package/dist/features/help/index.js.map +1 -1
- package/dist/features/help/index.mjs +95 -105
- package/dist/features/help/index.mjs.map +1 -1
- package/dist/features/help/server.d.mts +27 -65
- package/dist/features/help/server.d.ts +27 -65
- package/dist/features/help/server.js +4 -119
- package/dist/features/help/server.js.map +1 -1
- package/dist/features/help/server.mjs +4 -119
- package/dist/features/help/server.mjs.map +1 -1
- package/dist/help-content-config.interface-C5ESIod9.d.mts +13 -0
- package/dist/help-content-config.interface-C5ESIod9.d.ts +13 -0
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/testing/index.d.mts +1 -2
- package/dist/testing/index.d.ts +1 -2
- package/package.json +1 -6
- package/src/client/config.ts +1 -1
- package/src/components/index.ts +1 -0
- package/src/components/viewers/BlockNoteViewer.tsx +27 -0
- package/src/components/viewers/BlockNoteViewerContainer.tsx +10 -0
- package/src/core/registry/helpStore.ts +2 -19
- package/src/features/assistant-message/components/parts/MessageSourcesContainer.tsx +4 -0
- package/src/features/assistant-message/components/parts/tabs/ContentsTab.tsx +5 -5
- package/src/features/assistant-message/components/parts/tabs/ReferencesTab.tsx +3 -2
- package/src/features/help/components/HelpArticleBody.tsx +27 -19
- package/src/features/help/components/HelpHint.tsx +20 -11
- package/src/features/help/components/HelpSearchResultRow.tsx +16 -6
- package/src/features/help/components/HelpSideNav.tsx +54 -19
- package/src/features/help/components/__tests__/HelpAskAi.spec.tsx +1 -1
- package/src/features/help/components/__tests__/HelpHint.spec.tsx +17 -17
- package/src/features/help/components/__tests__/HelpSearchResultRow.spec.tsx +18 -19
- package/src/features/help/components/__tests__/HelpSideNav.spec.tsx +20 -22
- package/src/features/help/contexts/HelpContext.spec.tsx +1 -3
- package/src/features/help/index.ts +3 -6
- package/src/features/help/interfaces/help-content-config.interface.ts +0 -5
- package/src/features/help/server-entry.ts +6 -15
- package/src/features/help/types/help-article.types.ts +2 -4
- package/src/features/how-to/HowToModule.ts +14 -1
- package/src/features/how-to/components/forms/HowToEditor.tsx +108 -4
- package/src/features/how-to/data/HowTo.spec.ts +43 -0
- package/src/features/how-to/data/HowTo.ts +47 -4
- package/src/features/how-to/data/HowToInterface.ts +14 -1
- package/src/features/how-to/data/HowToService.ts +61 -0
- package/dist/BlockNoteEditor-3XYBZLWO.js.map +0 -1
- package/dist/chunk-3J7RQBF3.js +0 -123
- package/dist/chunk-3J7RQBF3.js.map +0 -1
- package/dist/chunk-7E3O52U5.js.map +0 -1
- package/dist/chunk-CFI4WZ5R.js.map +0 -1
- package/dist/chunk-CQID6RCF.mjs +0 -38
- package/dist/chunk-CQID6RCF.mjs.map +0 -1
- package/dist/chunk-CRTVAQEK.mjs.map +0 -1
- package/dist/chunk-MZTKPPET.mjs +0 -123
- package/dist/chunk-MZTKPPET.mjs.map +0 -1
- package/dist/chunk-UHO3KUUH.js.map +0 -1
- package/dist/chunk-YQQHAFBS.js +0 -38
- package/dist/chunk-YQQHAFBS.js.map +0 -1
- package/dist/features/help/server/createHelpAssetRouteHandler.d.mts +0 -11
- package/dist/features/help/server/createHelpAssetRouteHandler.d.ts +0 -11
- package/dist/features/help/server/createHelpAssetRouteHandler.js +0 -43
- package/dist/features/help/server/createHelpAssetRouteHandler.js.map +0 -1
- package/dist/features/help/server/createHelpAssetRouteHandler.mjs +0 -43
- package/dist/features/help/server/createHelpAssetRouteHandler.mjs.map +0 -1
- package/dist/help-content-config.interface-B9L02u9i.d.mts +0 -50
- package/dist/help-content-config.interface-B9L02u9i.d.ts +0 -50
- package/src/features/help/components/mdx/Callout.tsx +0 -21
- package/src/features/help/components/mdx/EntityRef.tsx +0 -18
- package/src/features/help/components/mdx/KeyBinding.tsx +0 -6
- package/src/features/help/components/mdx/Related.tsx +0 -33
- package/src/features/help/components/mdx/Screenshot.tsx +0 -9
- package/src/features/help/components/mdx/Steps.tsx +0 -21
- package/src/features/help/components/mdx/Video.tsx +0 -8
- package/src/features/help/components/mdx/mdx-server-components.ts +0 -23
- package/src/features/help/components/mdx/mdxComponents.ts +0 -9
- package/src/features/help/hooks/useHelpArticle.ts +0 -7
- package/src/features/help/hooks/useHelpManifest.ts +0 -5
- package/src/features/help/server/__tests__/createHelpAssetRouteHandler.spec.ts +0 -43
- package/src/features/help/server/createHelpAssetRouteHandler.ts +0 -35
- package/src/features/help/server/generateHelpArticleMetadata.ts +0 -18
- package/src/features/help/server/generateHelpArticleStaticParams.ts +0 -7
- package/src/features/help/server/generateHelpModeStaticParams.ts +0 -5
- package/src/features/help/server/getHelpContent.ts +0 -17
- package/src/features/help/server/index.ts +0 -8
- package/src/features/help/server/serializeHelpArticle.tsx +0 -46
- package/src/features/help/utils/__tests__/helpNavigation.spec.ts +0 -70
- package/src/features/help/utils/helpNavigation.ts +0 -29
package/dist/components/index.js
CHANGED
|
@@ -457,15 +457,15 @@
|
|
|
457
457
|
|
|
458
458
|
|
|
459
459
|
|
|
460
|
-
var _chunkUHO3KUUHjs = require('../chunk-UHO3KUUH.js');
|
|
461
|
-
require('../chunk-7E3O52U5.js');
|
|
462
|
-
require('../chunk-YQQHAFBS.js');
|
|
463
460
|
|
|
461
|
+
var _chunkAKXUNE3Ajs = require('../chunk-AKXUNE3A.js');
|
|
462
|
+
require('../chunk-6XWW67F2.js');
|
|
464
463
|
|
|
465
464
|
|
|
466
465
|
|
|
467
466
|
|
|
468
|
-
|
|
467
|
+
|
|
468
|
+
var _chunkU2HR57MYjs = require('../chunk-U2HR57MY.js');
|
|
469
469
|
require('../chunk-LXKSUWAV.js');
|
|
470
470
|
require('../chunk-IBS6NI7D.js');
|
|
471
471
|
require('../chunk-J5LROFGL.js');
|
|
@@ -940,5 +940,6 @@ require('../chunk-7QVYU63E.js');
|
|
|
940
940
|
|
|
941
941
|
|
|
942
942
|
|
|
943
|
-
exports.AcceptInvitation = _chunkUHO3KUUHjs.AcceptInvitation; exports.Accordion = _chunkUHO3KUUHjs.Accordion; exports.AccordionContent = _chunkUHO3KUUHjs.AccordionContent; exports.AccordionItem = _chunkUHO3KUUHjs.AccordionItem; exports.AccordionTrigger = _chunkUHO3KUUHjs.AccordionTrigger; exports.ActivateAccount = _chunkUHO3KUUHjs.ActivateAccount; exports.AddUserToRole = _chunkUHO3KUUHjs.AddUserToRole; exports.AdminCompanyContainer = _chunkUHO3KUUHjs.AdminCompanyContainer; exports.AdminUsersList = _chunkUHO3KUUHjs.AdminUsersList; exports.Alert = _chunkUHO3KUUHjs.Alert; exports.AlertAction = _chunkUHO3KUUHjs.AlertAction; exports.AlertDescription = _chunkUHO3KUUHjs.AlertDescription; exports.AlertDialog = _chunkUHO3KUUHjs.AlertDialog; exports.AlertDialogAction = _chunkUHO3KUUHjs.AlertDialogAction; exports.AlertDialogCancel = _chunkUHO3KUUHjs.AlertDialogCancel; exports.AlertDialogContent = _chunkUHO3KUUHjs.AlertDialogContent; exports.AlertDialogDescription = _chunkUHO3KUUHjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkUHO3KUUHjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkUHO3KUUHjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkUHO3KUUHjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkUHO3KUUHjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkUHO3KUUHjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkUHO3KUUHjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkUHO3KUUHjs.AlertDialogTrigger; exports.AlertTitle = _chunkUHO3KUUHjs.AlertTitle; exports.AllUsersListContainer = _chunkUHO3KUUHjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkUHO3KUUHjs.AllowedUsersDetails; exports.AssistantContainer = _chunkUHO3KUUHjs.AssistantContainer; exports.AttributeElement = _chunkUHO3KUUHjs.AttributeElement; exports.AuthContainer = _chunkUHO3KUUHjs.AuthContainer; exports.Avatar = _chunkUHO3KUUHjs.Avatar; exports.AvatarBadge = _chunkUHO3KUUHjs.AvatarBadge; exports.AvatarFallback = _chunkUHO3KUUHjs.AvatarFallback; exports.AvatarGroup = _chunkUHO3KUUHjs.AvatarGroup; exports.AvatarGroupCount = _chunkUHO3KUUHjs.AvatarGroupCount; exports.AvatarImage = _chunkUHO3KUUHjs.AvatarImage; exports.BackupCodesDialog = _chunkUHO3KUUHjs.BackupCodesDialog; exports.Badge = _chunkUHO3KUUHjs.Badge; exports.BlockNoteEditorContainer = _chunkUHO3KUUHjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkUHO3KUUHjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkUHO3KUUHjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunkUHO3KUUHjs.KanbanBoard; exports.Breadcrumb = _chunkUHO3KUUHjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkUHO3KUUHjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkUHO3KUUHjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkUHO3KUUHjs.BreadcrumbLink; exports.BreadcrumbList = _chunkUHO3KUUHjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkUHO3KUUHjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkUHO3KUUHjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkUHO3KUUHjs.BreadcrumbSeparator; exports.Button = _chunkUHO3KUUHjs.Button; exports.Calendar = _chunkUHO3KUUHjs.Calendar; exports.CalendarDayButton = _chunkUHO3KUUHjs.CalendarDayButton; exports.Card = _chunkUHO3KUUHjs.Card; exports.CardAction = _chunkUHO3KUUHjs.CardAction; exports.CardContent = _chunkUHO3KUUHjs.CardContent; exports.CardDescription = _chunkUHO3KUUHjs.CardDescription; exports.CardFooter = _chunkUHO3KUUHjs.CardFooter; exports.CardHeader = _chunkUHO3KUUHjs.CardHeader; exports.CardTitle = _chunkUHO3KUUHjs.CardTitle; exports.Carousel = _chunkUHO3KUUHjs.Carousel; exports.CarouselContent = _chunkUHO3KUUHjs.CarouselContent; exports.CarouselItem = _chunkUHO3KUUHjs.CarouselItem; exports.CarouselNext = _chunkUHO3KUUHjs.CarouselNext; exports.CarouselPrevious = _chunkUHO3KUUHjs.CarouselPrevious; exports.ChartContainer = _chunkUHO3KUUHjs.ChartContainer; exports.ChartLegend = _chunkUHO3KUUHjs.ChartLegend; exports.ChartLegendContent = _chunkUHO3KUUHjs.ChartLegendContent; exports.ChartStyle = _chunkUHO3KUUHjs.ChartStyle; exports.ChartTooltip = _chunkUHO3KUUHjs.ChartTooltip; exports.ChartTooltipContent = _chunkUHO3KUUHjs.ChartTooltipContent; exports.Checkbox = _chunkUHO3KUUHjs.Checkbox; exports.Collapsible = _chunkUHO3KUUHjs.Collapsible; exports.CollapsibleContent = _chunkUHO3KUUHjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkUHO3KUUHjs.CollapsibleTrigger; exports.Column = _chunkUHO3KUUHjs.KanbanColumn; exports.ColumnHandle = _chunkUHO3KUUHjs.KanbanColumnHandle; exports.Combobox = _chunkUHO3KUUHjs.Combobox; exports.ComboboxChip = _chunkUHO3KUUHjs.ComboboxChip; exports.ComboboxChips = _chunkUHO3KUUHjs.ComboboxChips; exports.ComboboxChipsInput = _chunkUHO3KUUHjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkUHO3KUUHjs.ComboboxCollection; exports.ComboboxContent = _chunkUHO3KUUHjs.ComboboxContent; exports.ComboboxEmpty = _chunkUHO3KUUHjs.ComboboxEmpty; exports.ComboboxGroup = _chunkUHO3KUUHjs.ComboboxGroup; exports.ComboboxInput = _chunkUHO3KUUHjs.ComboboxInput; exports.ComboboxItem = _chunkUHO3KUUHjs.ComboboxItem; exports.ComboboxLabel = _chunkUHO3KUUHjs.ComboboxLabel; exports.ComboboxList = _chunkUHO3KUUHjs.ComboboxList; exports.ComboboxSeparator = _chunkUHO3KUUHjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkUHO3KUUHjs.ComboboxTrigger; exports.ComboboxValue = _chunkUHO3KUUHjs.ComboboxValue; exports.Command = _chunkUHO3KUUHjs.Command; exports.CommandDialog = _chunkUHO3KUUHjs.CommandDialog; exports.CommandEmpty = _chunkUHO3KUUHjs.CommandEmpty; exports.CommandGroup = _chunkUHO3KUUHjs.CommandGroup; exports.CommandInput = _chunkUHO3KUUHjs.CommandInput; exports.CommandItem = _chunkUHO3KUUHjs.CommandItem; exports.CommandList = _chunkUHO3KUUHjs.CommandList; exports.CommandSeparator = _chunkUHO3KUUHjs.CommandSeparator; exports.CommandShortcut = _chunkUHO3KUUHjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkUHO3KUUHjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkUHO3KUUHjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkUHO3KUUHjs.CommonDeleter; exports.CommonEditorButtons = _chunkUHO3KUUHjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkUHO3KUUHjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkUHO3KUUHjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkUHO3KUUHjs.CommonEditorTrigger; exports.CompaniesList = _chunkUHO3KUUHjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkUHO3KUUHjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkUHO3KUUHjs.CompanyContainer; exports.CompanyContent = _chunkUHO3KUUHjs.CompanyContent; exports.CompanyDeleter = _chunkUHO3KUUHjs.CompanyDeleter; exports.CompanyDetails = _chunkUHO3KUUHjs.CompanyDetails; exports.CompanyEditor = _chunkUHO3KUUHjs.CompanyEditor; exports.CompanyUsersList = _chunkUHO3KUUHjs.CompanyUsersList; exports.ContentListGrid = _chunkUHO3KUUHjs.ContentListGrid; exports.ContentListTable = _chunkUHO3KUUHjs.ContentListTable; exports.ContentTableSearch = _chunkUHO3KUUHjs.ContentTableSearch; exports.ContentTitle = _chunkUHO3KUUHjs.ContentTitle; exports.ContentsList = _chunkUHO3KUUHjs.ContentsList; exports.ContentsListById = _chunkUHO3KUUHjs.ContentsListById; exports.ContextMenu = _chunkUHO3KUUHjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkUHO3KUUHjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkUHO3KUUHjs.ContextMenuContent; exports.ContextMenuGroup = _chunkUHO3KUUHjs.ContextMenuGroup; exports.ContextMenuItem = _chunkUHO3KUUHjs.ContextMenuItem; exports.ContextMenuLabel = _chunkUHO3KUUHjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkUHO3KUUHjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkUHO3KUUHjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkUHO3KUUHjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkUHO3KUUHjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkUHO3KUUHjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkUHO3KUUHjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkUHO3KUUHjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkUHO3KUUHjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkUHO3KUUHjs.ContextMenuTrigger; exports.ContributorsList = _chunkUHO3KUUHjs.ContributorsList; exports.Cookies = _chunkUHO3KUUHjs.Cookies; exports.CurrencyInput = _chunkUHO3KUUHjs.CurrencyInput; exports.DatePickerPopover = _chunkUHO3KUUHjs.DatePickerPopover; exports.DateRangeSelector = _chunkUHO3KUUHjs.DateRangeSelector; exports.Dialog = _chunkUHO3KUUHjs.Dialog; exports.DialogClose = _chunkUHO3KUUHjs.DialogClose; exports.DialogContent = _chunkUHO3KUUHjs.DialogContent; exports.DialogDescription = _chunkUHO3KUUHjs.DialogDescription; exports.DialogFooter = _chunkUHO3KUUHjs.DialogFooter; exports.DialogHeader = _chunkUHO3KUUHjs.DialogHeader; exports.DialogOverlay = _chunkUHO3KUUHjs.DialogOverlay; exports.DialogPortal = _chunkUHO3KUUHjs.DialogPortal; exports.DialogTitle = _chunkUHO3KUUHjs.DialogTitle; exports.DialogTrigger = _chunkUHO3KUUHjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkUHO3KUUHjs.DisableTwoFactorDialog; exports.Drawer = _chunkUHO3KUUHjs.Drawer; exports.DrawerClose = _chunkUHO3KUUHjs.DrawerClose; exports.DrawerContent = _chunkUHO3KUUHjs.DrawerContent; exports.DrawerDescription = _chunkUHO3KUUHjs.DrawerDescription; exports.DrawerFooter = _chunkUHO3KUUHjs.DrawerFooter; exports.DrawerHeader = _chunkUHO3KUUHjs.DrawerHeader; exports.DrawerOverlay = _chunkUHO3KUUHjs.DrawerOverlay; exports.DrawerPortal = _chunkUHO3KUUHjs.DrawerPortal; exports.DrawerTitle = _chunkUHO3KUUHjs.DrawerTitle; exports.DrawerTrigger = _chunkUHO3KUUHjs.DrawerTrigger; exports.DropdownMenu = _chunkUHO3KUUHjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkUHO3KUUHjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkUHO3KUUHjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkUHO3KUUHjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkUHO3KUUHjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkUHO3KUUHjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkUHO3KUUHjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkUHO3KUUHjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkUHO3KUUHjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkUHO3KUUHjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkUHO3KUUHjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkUHO3KUUHjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkUHO3KUUHjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkUHO3KUUHjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkUHO3KUUHjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkUHO3KUUHjs.EditableAvatar; exports.EditorSheet = _chunkUHO3KUUHjs.EditorSheet; exports.EntityAvatar = _chunkUHO3KUUHjs.EntityAvatar; exports.EntityMultiSelector = _chunkUHO3KUUHjs.EntityMultiSelector; exports.ErrorDetails = _chunkUHO3KUUHjs.ErrorDetails; exports.Field = _chunkUHO3KUUHjs.Field; exports.FieldContent = _chunkUHO3KUUHjs.FieldContent; exports.FieldDescription = _chunkUHO3KUUHjs.FieldDescription; exports.FieldError = _chunkUHO3KUUHjs.FieldError; exports.FieldGroup = _chunkUHO3KUUHjs.FieldGroup; exports.FieldLabel = _chunkUHO3KUUHjs.FieldLabel; exports.FieldLegend = _chunkUHO3KUUHjs.FieldLegend; exports.FieldSeparator = _chunkUHO3KUUHjs.FieldSeparator; exports.FieldSet = _chunkUHO3KUUHjs.FieldSet; exports.FieldTitle = _chunkUHO3KUUHjs.FieldTitle; exports.FileInput = _chunkUHO3KUUHjs.FileInput; exports.FileUploader = _chunkUHO3KUUHjs.FileUploader; exports.FileUploaderContent = _chunkUHO3KUUHjs.FileUploaderContent; exports.FileUploaderItem = _chunkUHO3KUUHjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkUHO3KUUHjs.FiscalDataDisplay; exports.ForgotPassword = _chunkUHO3KUUHjs.ForgotPassword; exports.Form = _chunkUHO3KUUHjs.Form; exports.FormBlockNote = _chunkUHO3KUUHjs.FormBlockNote; exports.FormCheckbox = _chunkUHO3KUUHjs.FormCheckbox; exports.FormDate = _chunkUHO3KUUHjs.FormDate; exports.FormDateTime = _chunkUHO3KUUHjs.FormDateTime; exports.FormFeatures = _chunkUHO3KUUHjs.FormFeatures; exports.FormFieldWrapper = _chunkUHO3KUUHjs.FormFieldWrapper; exports.FormInput = _chunkUHO3KUUHjs.FormInput; exports.FormPassword = _chunkUHO3KUUHjs.FormPassword; exports.FormPlaceAutocomplete = _chunkUHO3KUUHjs.FormPlaceAutocomplete; exports.FormRoles = _chunkUHO3KUUHjs.FormRoles; exports.FormSelect = _chunkUHO3KUUHjs.FormSelect; exports.FormSlider = _chunkUHO3KUUHjs.FormSlider; exports.FormSwitch = _chunkUHO3KUUHjs.FormSwitch; exports.FormTextarea = _chunkUHO3KUUHjs.FormTextarea; exports.GdprConsentCheckbox = _chunkUHO3KUUHjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkUHO3KUUHjs.GdprConsentSection; exports.Header = _chunkUHO3KUUHjs.Header; exports.HoverCard = _chunkUHO3KUUHjs.HoverCard; exports.HoverCardContent = _chunkUHO3KUUHjs.HoverCardContent; exports.HoverCardTrigger = _chunkUHO3KUUHjs.HoverCardTrigger; exports.HowToCommand = _chunkUHO3KUUHjs.HowToCommand; exports.HowToCommandViewer = _chunkUHO3KUUHjs.HowToCommandViewer; exports.HowToContainer = _chunkUHO3KUUHjs.HowToContainer; exports.HowToContent = _chunkUHO3KUUHjs.HowToContent; exports.HowToDeleter = _chunkUHO3KUUHjs.HowToDeleter; exports.HowToDetails = _chunkUHO3KUUHjs.HowToDetails; exports.HowToEditor = _chunkUHO3KUUHjs.HowToEditor; exports.HowToList = _chunkUHO3KUUHjs.HowToList; exports.HowToListContainer = _chunkUHO3KUUHjs.HowToListContainer; exports.HowToMultiSelector = _chunkUHO3KUUHjs.HowToMultiSelector; exports.HowToSelector = _chunkUHO3KUUHjs.HowToSelector; exports.Input = _chunkUHO3KUUHjs.Input; exports.InputGroup = _chunkUHO3KUUHjs.InputGroup; exports.InputGroupAddon = _chunkUHO3KUUHjs.InputGroupAddon; exports.InputGroupButton = _chunkUHO3KUUHjs.InputGroupButton; exports.InputGroupInput = _chunkUHO3KUUHjs.InputGroupInput; exports.InputGroupText = _chunkUHO3KUUHjs.InputGroupText; exports.InputGroupTextarea = _chunkUHO3KUUHjs.InputGroupTextarea; exports.InputOTP = _chunkUHO3KUUHjs.InputOTP; exports.InputOTPGroup = _chunkUHO3KUUHjs.InputOTPGroup; exports.InputOTPSeparator = _chunkUHO3KUUHjs.InputOTPSeparator; exports.InputOTPSlot = _chunkUHO3KUUHjs.InputOTPSlot; exports.ItalianFiscalData = _chunkUHO3KUUHjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkUHO3KUUHjs.ItalianFiscalDataDisplay; exports.Item = _chunkUHO3KUUHjs.KanbanItem; exports.ItemHandle = _chunkUHO3KUUHjs.KanbanItemHandle; exports.Kanban = _chunkUHO3KUUHjs.KanbanRoot; exports.KanbanBoard = _chunkUHO3KUUHjs.KanbanBoard; exports.KanbanColumn = _chunkUHO3KUUHjs.KanbanColumn; exports.KanbanColumnHandle = _chunkUHO3KUUHjs.KanbanColumnHandle; exports.KanbanItem = _chunkUHO3KUUHjs.KanbanItem; exports.KanbanItemHandle = _chunkUHO3KUUHjs.KanbanItemHandle; exports.KanbanOverlay = _chunkUHO3KUUHjs.KanbanOverlay; exports.Label = _chunkUHO3KUUHjs.Label; exports.LandingComponent = _chunkUHO3KUUHjs.LandingComponent; exports.Link = _chunkUHO3KUUHjs.Link; exports.Login = _chunkUHO3KUUHjs.Login; exports.Logout = _chunkUHO3KUUHjs.Logout; exports.MessageItem = _chunkUHO3KUUHjs.MessageItem; exports.MessageList = _chunkUHO3KUUHjs.MessageList; exports.MessageSourcesPanel = _chunkUHO3KUUHjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunkUHO3KUUHjs.ModeToggleSwitch; exports.MultiSelect = _chunkUHO3KUUHjs.MultiSelect; exports.MultipleSelector = _chunkUHO3KUUHjs.MultipleSelector; exports.NavigationMenu = _chunkUHO3KUUHjs.NavigationMenu; exports.NavigationMenuContent = _chunkUHO3KUUHjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkUHO3KUUHjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkUHO3KUUHjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkUHO3KUUHjs.NavigationMenuLink; exports.NavigationMenuList = _chunkUHO3KUUHjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkUHO3KUUHjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkUHO3KUUHjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkUHO3KUUHjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkUHO3KUUHjs.NotificationMenuItem; exports.NotificationModal = _chunkUHO3KUUHjs.NotificationModal; exports.NotificationToast = _chunkUHO3KUUHjs.NotificationToast; exports.NotificationsList = _chunkUHO3KUUHjs.NotificationsList; exports.NotificationsListContainer = _chunkUHO3KUUHjs.NotificationsListContainer; exports.OAuthClientCard = _chunkUHO3KUUHjs.OAuthClientCard; exports.OAuthClientDetail = _chunkUHO3KUUHjs.OAuthClientDetail; exports.OAuthClientForm = _chunkUHO3KUUHjs.OAuthClientForm; exports.OAuthClientList = _chunkUHO3KUUHjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkUHO3KUUHjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkUHO3KUUHjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkUHO3KUUHjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkUHO3KUUHjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkUHO3KUUHjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkUHO3KUUHjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkUHO3KUUHjs.OAuthScopeSelector; exports.OnboardingCard = _chunkUHO3KUUHjs.OnboardingCard; exports.Overlay = _chunkUHO3KUUHjs.KanbanOverlay; exports.PageContainer = _chunkUHO3KUUHjs.PageContainer; exports.PageContainerContentDetails = _chunkUHO3KUUHjs.PageContainerContentDetails; exports.PageContentContainer = _chunkUHO3KUUHjs.PageContentContainer; exports.PageSection = _chunkUHO3KUUHjs.PageSection; exports.PasskeyButton = _chunkUHO3KUUHjs.PasskeyButton; exports.PasskeyList = _chunkUHO3KUUHjs.PasskeyList; exports.PasskeySetupDialog = _chunkUHO3KUUHjs.PasskeySetupDialog; exports.PasswordInput = _chunkUHO3KUUHjs.PasswordInput; exports.Popover = _chunkUHO3KUUHjs.Popover; exports.PopoverContent = _chunkUHO3KUUHjs.PopoverContent; exports.PopoverDescription = _chunkUHO3KUUHjs.PopoverDescription; exports.PopoverHeader = _chunkUHO3KUUHjs.PopoverHeader; exports.PopoverTitle = _chunkUHO3KUUHjs.PopoverTitle; exports.PopoverTrigger = _chunkUHO3KUUHjs.PopoverTrigger; exports.Progress = _chunkUHO3KUUHjs.Progress; exports.ProgressIndicator = _chunkUHO3KUUHjs.ProgressIndicator; exports.ProgressLabel = _chunkUHO3KUUHjs.ProgressLabel; exports.ProgressTrack = _chunkUHO3KUUHjs.ProgressTrack; exports.ProgressValue = _chunkUHO3KUUHjs.ProgressValue; exports.PushNotificationProvider = _chunkUHO3KUUHjs.PushNotificationProvider; exports.RadioGroup = _chunkUHO3KUUHjs.RadioGroup; exports.RadioGroupItem = _chunkUHO3KUUHjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkUHO3KUUHjs.RbacByRoleContainer; exports.RbacContainer = _chunkUHO3KUUHjs.RbacContainer; exports.RbacPermissionCell = _chunkUHO3KUUHjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkUHO3KUUHjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkUHO3KUUHjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkUHO3KUUHjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkUHO3KUUHjs.ReferralCodeCapture; exports.ReferralDialog = _chunkUHO3KUUHjs.ReferralDialog; exports.ReferralWidget = _chunkUHO3KUUHjs.ReferralWidget; exports.RefreshUser = _chunkUHO3KUUHjs.RefreshUser; exports.RelevantContentsList = _chunkUHO3KUUHjs.RelevantContentsList; exports.RelevantUsersList = _chunkUHO3KUUHjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkUHO3KUUHjs.RemoveUserFromRole; exports.ResetPassword = _chunkUHO3KUUHjs.ResetPassword; exports.ResizableHandle = _chunkUHO3KUUHjs.ResizableHandle; exports.ResizablePanel = _chunkUHO3KUUHjs.ResizablePanel; exports.ResizablePanelGroup = _chunkUHO3KUUHjs.ResizablePanelGroup; exports.RoleContainer = _chunkUHO3KUUHjs.RoleContainer; exports.RoleDetails = _chunkUHO3KUUHjs.RoleDetails; exports.RoleUsersList = _chunkUHO3KUUHjs.RoleUsersList; exports.RolesList = _chunkUHO3KUUHjs.RolesList; exports.Root = _chunkUHO3KUUHjs.KanbanRoot; exports.RoundPageContainer = _chunkUHO3KUUHjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkUHO3KUUHjs.RoundPageContainerTitle; exports.ScrollArea = _chunkUHO3KUUHjs.ScrollArea; exports.ScrollBar = _chunkUHO3KUUHjs.ScrollBar; exports.SecurityContainer = _chunkUHO3KUUHjs.SecurityContainer; exports.Select = _chunkUHO3KUUHjs.Select; exports.SelectContent = _chunkUHO3KUUHjs.SelectContent; exports.SelectGroup = _chunkUHO3KUUHjs.SelectGroup; exports.SelectItem = _chunkUHO3KUUHjs.SelectItem; exports.SelectLabel = _chunkUHO3KUUHjs.SelectLabel; exports.SelectScrollDownButton = _chunkUHO3KUUHjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkUHO3KUUHjs.SelectScrollUpButton; exports.SelectSeparator = _chunkUHO3KUUHjs.SelectSeparator; exports.SelectTrigger = _chunkUHO3KUUHjs.SelectTrigger; exports.SelectValue = _chunkUHO3KUUHjs.SelectValue; exports.Separator = _chunkUHO3KUUHjs.Separator; exports.Sheet = _chunkUHO3KUUHjs.Sheet; exports.SheetClose = _chunkUHO3KUUHjs.SheetClose; exports.SheetContent = _chunkUHO3KUUHjs.SheetContent; exports.SheetDescription = _chunkUHO3KUUHjs.SheetDescription; exports.SheetFooter = _chunkUHO3KUUHjs.SheetFooter; exports.SheetHeader = _chunkUHO3KUUHjs.SheetHeader; exports.SheetTitle = _chunkUHO3KUUHjs.SheetTitle; exports.SheetTrigger = _chunkUHO3KUUHjs.SheetTrigger; exports.Sidebar = _chunkUHO3KUUHjs.Sidebar; exports.SidebarContent = _chunkUHO3KUUHjs.SidebarContent; exports.SidebarFooter = _chunkUHO3KUUHjs.SidebarFooter; exports.SidebarGroup = _chunkUHO3KUUHjs.SidebarGroup; exports.SidebarGroupAction = _chunkUHO3KUUHjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkUHO3KUUHjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkUHO3KUUHjs.SidebarGroupLabel; exports.SidebarHeader = _chunkUHO3KUUHjs.SidebarHeader; exports.SidebarInput = _chunkUHO3KUUHjs.SidebarInput; exports.SidebarInset = _chunkUHO3KUUHjs.SidebarInset; exports.SidebarMenu = _chunkUHO3KUUHjs.SidebarMenu; exports.SidebarMenuAction = _chunkUHO3KUUHjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkUHO3KUUHjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkUHO3KUUHjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkUHO3KUUHjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkUHO3KUUHjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkUHO3KUUHjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkUHO3KUUHjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkUHO3KUUHjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkUHO3KUUHjs.SidebarProvider; exports.SidebarRail = _chunkUHO3KUUHjs.SidebarRail; exports.SidebarSeparator = _chunkUHO3KUUHjs.SidebarSeparator; exports.SidebarTrigger = _chunkUHO3KUUHjs.SidebarTrigger; exports.Skeleton = _chunkUHO3KUUHjs.Skeleton; exports.Slider = _chunkUHO3KUUHjs.Slider; exports.Switch = _chunkUHO3KUUHjs.Switch; exports.Table = _chunkUHO3KUUHjs.Table; exports.TableBody = _chunkUHO3KUUHjs.TableBody; exports.TableCaption = _chunkUHO3KUUHjs.TableCaption; exports.TableCell = _chunkUHO3KUUHjs.TableCell; exports.TableCellAvatar = _chunkUHO3KUUHjs.TableCellAvatar; exports.TableFooter = _chunkUHO3KUUHjs.TableFooter; exports.TableHead = _chunkUHO3KUUHjs.TableHead; exports.TableHeader = _chunkUHO3KUUHjs.TableHeader; exports.TableRow = _chunkUHO3KUUHjs.TableRow; exports.Tabs = _chunkUHO3KUUHjs.Tabs; exports.TabsContainer = _chunkUHO3KUUHjs.TabsContainer; exports.TabsContent = _chunkUHO3KUUHjs.TabsContent; exports.TabsList = _chunkUHO3KUUHjs.TabsList; exports.TabsTrigger = _chunkUHO3KUUHjs.TabsTrigger; exports.Textarea = _chunkUHO3KUUHjs.Textarea; exports.Toaster = _chunkUHO3KUUHjs.Toaster; exports.Toggle = _chunkUHO3KUUHjs.Toggle; exports.TokenStatusIndicator = _chunkUHO3KUUHjs.TokenStatusIndicator; exports.Tooltip = _chunkUHO3KUUHjs.Tooltip; exports.TooltipContent = _chunkUHO3KUUHjs.TooltipContent; exports.TooltipProvider = _chunkUHO3KUUHjs.TooltipProvider; exports.TooltipTrigger = _chunkUHO3KUUHjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkUHO3KUUHjs.TotpAuthenticatorList; exports.TotpInput = _chunkUHO3KUUHjs.TotpInput; exports.TotpSetupDialog = _chunkUHO3KUUHjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkUHO3KUUHjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkUHO3KUUHjs.TwoFactorSettings; exports.UserAvatar = _chunkUHO3KUUHjs.UserAvatar; exports.UserAvatarEditor = _chunkUHO3KUUHjs.UserAvatarEditor; exports.UserAvatarList = _chunkUHO3KUUHjs.UserAvatarList; exports.UserContainer = _chunkUHO3KUUHjs.UserContainer; exports.UserContent = _chunkUHO3KUUHjs.UserContent; exports.UserDeleter = _chunkUHO3KUUHjs.UserDeleter; exports.UserEditor = _chunkUHO3KUUHjs.UserEditor; exports.UserIndexContainer = _chunkUHO3KUUHjs.UserIndexContainer; exports.UserIndexDetails = _chunkUHO3KUUHjs.UserIndexDetails; exports.UserListInAdd = _chunkUHO3KUUHjs.UserListInAdd; exports.UserMultiSelect = _chunkUHO3KUUHjs.UserMultiSelect; exports.UserReactivator = _chunkUHO3KUUHjs.UserReactivator; exports.UserResentInvitationEmail = _chunkUHO3KUUHjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkUHO3KUUHjs.UserRoleAdd; exports.UserRolesList = _chunkUHO3KUUHjs.UserRolesList; exports.UserSearchPopover = _chunkUHO3KUUHjs.UserSearchPopover; exports.UserSelector = _chunkUHO3KUUHjs.UserSelector; exports.UserStanadaloneDetails = _chunkUHO3KUUHjs.UserStanadaloneDetails; exports.UsersList = _chunkUHO3KUUHjs.UsersList; exports.UsersListByContentIds = _chunkUHO3KUUHjs.UsersListByContentIds; exports.UsersListContainer = _chunkUHO3KUUHjs.UsersListContainer; exports.WaitlistConfirmation = _chunkUHO3KUUHjs.WaitlistConfirmation; exports.WaitlistForm = _chunkUHO3KUUHjs.WaitlistForm; exports.WaitlistHeroSection = _chunkUHO3KUUHjs.WaitlistHeroSection; exports.WaitlistList = _chunkUHO3KUUHjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkUHO3KUUHjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkUHO3KUUHjs.WaitlistSuccessState; exports.badgeVariants = _chunkUHO3KUUHjs.badgeVariants; exports.buttonVariants = _chunkUHO3KUUHjs.buttonVariants; exports.cellComponent = _chunkUHO3KUUHjs.cellComponent; exports.cellDate = _chunkUHO3KUUHjs.cellDate; exports.cellDateTime = _chunkUHO3KUUHjs.cellDateTime; exports.cellId = _chunkUHO3KUUHjs.cellId; exports.cellLink = _chunkUHO3KUUHjs.cellLink; exports.cellUrl = _chunkUHO3KUUHjs.cellUrl; exports.createMentionInlineContentSpec = _chunkUHO3KUUHjs.createMentionInlineContentSpec; exports.errorToast = _chunkUHO3KUUHjs.errorToast; exports.generateNotificationData = _chunkUHO3KUUHjs.generateNotificationData; exports.getIcon = _chunkCFI4WZ5Rjs.getIcon; exports.getIconByModule = _chunkCFI4WZ5Rjs.getIconByModule; exports.getIconByModuleName = _chunkCFI4WZ5Rjs.getIconByModuleName; exports.getInitials = _chunkCFI4WZ5Rjs.getInitials; exports.mentionDataAttrs = _chunkUHO3KUUHjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkUHO3KUUHjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkUHO3KUUHjs.parseFiscalData; exports.parseMentionElement = _chunkUHO3KUUHjs.parseMentionElement; exports.tabsListVariants = _chunkUHO3KUUHjs.tabsListVariants; exports.toggleVariants = _chunkUHO3KUUHjs.toggleVariants; exports.triggerAssociationToast = _chunkUHO3KUUHjs.triggerAssociationToast; exports.useCarousel = _chunkUHO3KUUHjs.useCarousel; exports.useComboboxAnchor = _chunkUHO3KUUHjs.useComboboxAnchor; exports.useDebounce = _chunkUHO3KUUHjs.useDebounce2; exports.useEditorDialog = _chunkUHO3KUUHjs.useEditorDialog; exports.useFileUpload = _chunkUHO3KUUHjs.useFileUpload; exports.useMentionInsert = _chunkUHO3KUUHjs.useMentionInsert; exports.useSidebar = _chunkUHO3KUUHjs.useSidebar;
|
|
943
|
+
|
|
944
|
+
exports.AcceptInvitation = _chunkAKXUNE3Ajs.AcceptInvitation; exports.Accordion = _chunkAKXUNE3Ajs.Accordion; exports.AccordionContent = _chunkAKXUNE3Ajs.AccordionContent; exports.AccordionItem = _chunkAKXUNE3Ajs.AccordionItem; exports.AccordionTrigger = _chunkAKXUNE3Ajs.AccordionTrigger; exports.ActivateAccount = _chunkAKXUNE3Ajs.ActivateAccount; exports.AddUserToRole = _chunkAKXUNE3Ajs.AddUserToRole; exports.AdminCompanyContainer = _chunkAKXUNE3Ajs.AdminCompanyContainer; exports.AdminUsersList = _chunkAKXUNE3Ajs.AdminUsersList; exports.Alert = _chunkAKXUNE3Ajs.Alert; exports.AlertAction = _chunkAKXUNE3Ajs.AlertAction; exports.AlertDescription = _chunkAKXUNE3Ajs.AlertDescription; exports.AlertDialog = _chunkAKXUNE3Ajs.AlertDialog; exports.AlertDialogAction = _chunkAKXUNE3Ajs.AlertDialogAction; exports.AlertDialogCancel = _chunkAKXUNE3Ajs.AlertDialogCancel; exports.AlertDialogContent = _chunkAKXUNE3Ajs.AlertDialogContent; exports.AlertDialogDescription = _chunkAKXUNE3Ajs.AlertDialogDescription; exports.AlertDialogFooter = _chunkAKXUNE3Ajs.AlertDialogFooter; exports.AlertDialogHeader = _chunkAKXUNE3Ajs.AlertDialogHeader; exports.AlertDialogMedia = _chunkAKXUNE3Ajs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkAKXUNE3Ajs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkAKXUNE3Ajs.AlertDialogPortal; exports.AlertDialogTitle = _chunkAKXUNE3Ajs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkAKXUNE3Ajs.AlertDialogTrigger; exports.AlertTitle = _chunkAKXUNE3Ajs.AlertTitle; exports.AllUsersListContainer = _chunkAKXUNE3Ajs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkAKXUNE3Ajs.AllowedUsersDetails; exports.AssistantContainer = _chunkAKXUNE3Ajs.AssistantContainer; exports.AttributeElement = _chunkAKXUNE3Ajs.AttributeElement; exports.AuthContainer = _chunkAKXUNE3Ajs.AuthContainer; exports.Avatar = _chunkAKXUNE3Ajs.Avatar; exports.AvatarBadge = _chunkAKXUNE3Ajs.AvatarBadge; exports.AvatarFallback = _chunkAKXUNE3Ajs.AvatarFallback; exports.AvatarGroup = _chunkAKXUNE3Ajs.AvatarGroup; exports.AvatarGroupCount = _chunkAKXUNE3Ajs.AvatarGroupCount; exports.AvatarImage = _chunkAKXUNE3Ajs.AvatarImage; exports.BackupCodesDialog = _chunkAKXUNE3Ajs.BackupCodesDialog; exports.Badge = _chunkAKXUNE3Ajs.Badge; exports.BlockNoteEditorContainer = _chunkAKXUNE3Ajs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkAKXUNE3Ajs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkAKXUNE3Ajs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkAKXUNE3Ajs.BlockNoteViewerContainer; exports.Board = _chunkAKXUNE3Ajs.KanbanBoard; exports.Breadcrumb = _chunkAKXUNE3Ajs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkAKXUNE3Ajs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkAKXUNE3Ajs.BreadcrumbItem; exports.BreadcrumbLink = _chunkAKXUNE3Ajs.BreadcrumbLink; exports.BreadcrumbList = _chunkAKXUNE3Ajs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkAKXUNE3Ajs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkAKXUNE3Ajs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkAKXUNE3Ajs.BreadcrumbSeparator; exports.Button = _chunkAKXUNE3Ajs.Button; exports.Calendar = _chunkAKXUNE3Ajs.Calendar; exports.CalendarDayButton = _chunkAKXUNE3Ajs.CalendarDayButton; exports.Card = _chunkAKXUNE3Ajs.Card; exports.CardAction = _chunkAKXUNE3Ajs.CardAction; exports.CardContent = _chunkAKXUNE3Ajs.CardContent; exports.CardDescription = _chunkAKXUNE3Ajs.CardDescription; exports.CardFooter = _chunkAKXUNE3Ajs.CardFooter; exports.CardHeader = _chunkAKXUNE3Ajs.CardHeader; exports.CardTitle = _chunkAKXUNE3Ajs.CardTitle; exports.Carousel = _chunkAKXUNE3Ajs.Carousel; exports.CarouselContent = _chunkAKXUNE3Ajs.CarouselContent; exports.CarouselItem = _chunkAKXUNE3Ajs.CarouselItem; exports.CarouselNext = _chunkAKXUNE3Ajs.CarouselNext; exports.CarouselPrevious = _chunkAKXUNE3Ajs.CarouselPrevious; exports.ChartContainer = _chunkAKXUNE3Ajs.ChartContainer; exports.ChartLegend = _chunkAKXUNE3Ajs.ChartLegend; exports.ChartLegendContent = _chunkAKXUNE3Ajs.ChartLegendContent; exports.ChartStyle = _chunkAKXUNE3Ajs.ChartStyle; exports.ChartTooltip = _chunkAKXUNE3Ajs.ChartTooltip; exports.ChartTooltipContent = _chunkAKXUNE3Ajs.ChartTooltipContent; exports.Checkbox = _chunkAKXUNE3Ajs.Checkbox; exports.Collapsible = _chunkAKXUNE3Ajs.Collapsible; exports.CollapsibleContent = _chunkAKXUNE3Ajs.CollapsibleContent; exports.CollapsibleTrigger = _chunkAKXUNE3Ajs.CollapsibleTrigger; exports.Column = _chunkAKXUNE3Ajs.KanbanColumn; exports.ColumnHandle = _chunkAKXUNE3Ajs.KanbanColumnHandle; exports.Combobox = _chunkAKXUNE3Ajs.Combobox; exports.ComboboxChip = _chunkAKXUNE3Ajs.ComboboxChip; exports.ComboboxChips = _chunkAKXUNE3Ajs.ComboboxChips; exports.ComboboxChipsInput = _chunkAKXUNE3Ajs.ComboboxChipsInput; exports.ComboboxCollection = _chunkAKXUNE3Ajs.ComboboxCollection; exports.ComboboxContent = _chunkAKXUNE3Ajs.ComboboxContent; exports.ComboboxEmpty = _chunkAKXUNE3Ajs.ComboboxEmpty; exports.ComboboxGroup = _chunkAKXUNE3Ajs.ComboboxGroup; exports.ComboboxInput = _chunkAKXUNE3Ajs.ComboboxInput; exports.ComboboxItem = _chunkAKXUNE3Ajs.ComboboxItem; exports.ComboboxLabel = _chunkAKXUNE3Ajs.ComboboxLabel; exports.ComboboxList = _chunkAKXUNE3Ajs.ComboboxList; exports.ComboboxSeparator = _chunkAKXUNE3Ajs.ComboboxSeparator; exports.ComboboxTrigger = _chunkAKXUNE3Ajs.ComboboxTrigger; exports.ComboboxValue = _chunkAKXUNE3Ajs.ComboboxValue; exports.Command = _chunkAKXUNE3Ajs.Command; exports.CommandDialog = _chunkAKXUNE3Ajs.CommandDialog; exports.CommandEmpty = _chunkAKXUNE3Ajs.CommandEmpty; exports.CommandGroup = _chunkAKXUNE3Ajs.CommandGroup; exports.CommandInput = _chunkAKXUNE3Ajs.CommandInput; exports.CommandItem = _chunkAKXUNE3Ajs.CommandItem; exports.CommandList = _chunkAKXUNE3Ajs.CommandList; exports.CommandSeparator = _chunkAKXUNE3Ajs.CommandSeparator; exports.CommandShortcut = _chunkAKXUNE3Ajs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkAKXUNE3Ajs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkAKXUNE3Ajs.CommonAssociationTrigger; exports.CommonDeleter = _chunkAKXUNE3Ajs.CommonDeleter; exports.CommonEditorButtons = _chunkAKXUNE3Ajs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkAKXUNE3Ajs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkAKXUNE3Ajs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkAKXUNE3Ajs.CommonEditorTrigger; exports.CompaniesList = _chunkAKXUNE3Ajs.CompaniesList; exports.CompanyConfigurationEditor = _chunkAKXUNE3Ajs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkAKXUNE3Ajs.CompanyContainer; exports.CompanyContent = _chunkAKXUNE3Ajs.CompanyContent; exports.CompanyDeleter = _chunkAKXUNE3Ajs.CompanyDeleter; exports.CompanyDetails = _chunkAKXUNE3Ajs.CompanyDetails; exports.CompanyEditor = _chunkAKXUNE3Ajs.CompanyEditor; exports.CompanyUsersList = _chunkAKXUNE3Ajs.CompanyUsersList; exports.ContentListGrid = _chunkAKXUNE3Ajs.ContentListGrid; exports.ContentListTable = _chunkAKXUNE3Ajs.ContentListTable; exports.ContentTableSearch = _chunkAKXUNE3Ajs.ContentTableSearch; exports.ContentTitle = _chunkAKXUNE3Ajs.ContentTitle; exports.ContentsList = _chunkAKXUNE3Ajs.ContentsList; exports.ContentsListById = _chunkAKXUNE3Ajs.ContentsListById; exports.ContextMenu = _chunkAKXUNE3Ajs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkAKXUNE3Ajs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkAKXUNE3Ajs.ContextMenuContent; exports.ContextMenuGroup = _chunkAKXUNE3Ajs.ContextMenuGroup; exports.ContextMenuItem = _chunkAKXUNE3Ajs.ContextMenuItem; exports.ContextMenuLabel = _chunkAKXUNE3Ajs.ContextMenuLabel; exports.ContextMenuPortal = _chunkAKXUNE3Ajs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkAKXUNE3Ajs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkAKXUNE3Ajs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkAKXUNE3Ajs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkAKXUNE3Ajs.ContextMenuShortcut; exports.ContextMenuSub = _chunkAKXUNE3Ajs.ContextMenuSub; exports.ContextMenuSubContent = _chunkAKXUNE3Ajs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkAKXUNE3Ajs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkAKXUNE3Ajs.ContextMenuTrigger; exports.ContributorsList = _chunkAKXUNE3Ajs.ContributorsList; exports.Cookies = _chunkAKXUNE3Ajs.Cookies; exports.CurrencyInput = _chunkAKXUNE3Ajs.CurrencyInput; exports.DatePickerPopover = _chunkAKXUNE3Ajs.DatePickerPopover; exports.DateRangeSelector = _chunkAKXUNE3Ajs.DateRangeSelector; exports.Dialog = _chunkAKXUNE3Ajs.Dialog; exports.DialogClose = _chunkAKXUNE3Ajs.DialogClose; exports.DialogContent = _chunkAKXUNE3Ajs.DialogContent; exports.DialogDescription = _chunkAKXUNE3Ajs.DialogDescription; exports.DialogFooter = _chunkAKXUNE3Ajs.DialogFooter; exports.DialogHeader = _chunkAKXUNE3Ajs.DialogHeader; exports.DialogOverlay = _chunkAKXUNE3Ajs.DialogOverlay; exports.DialogPortal = _chunkAKXUNE3Ajs.DialogPortal; exports.DialogTitle = _chunkAKXUNE3Ajs.DialogTitle; exports.DialogTrigger = _chunkAKXUNE3Ajs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkAKXUNE3Ajs.DisableTwoFactorDialog; exports.Drawer = _chunkAKXUNE3Ajs.Drawer; exports.DrawerClose = _chunkAKXUNE3Ajs.DrawerClose; exports.DrawerContent = _chunkAKXUNE3Ajs.DrawerContent; exports.DrawerDescription = _chunkAKXUNE3Ajs.DrawerDescription; exports.DrawerFooter = _chunkAKXUNE3Ajs.DrawerFooter; exports.DrawerHeader = _chunkAKXUNE3Ajs.DrawerHeader; exports.DrawerOverlay = _chunkAKXUNE3Ajs.DrawerOverlay; exports.DrawerPortal = _chunkAKXUNE3Ajs.DrawerPortal; exports.DrawerTitle = _chunkAKXUNE3Ajs.DrawerTitle; exports.DrawerTrigger = _chunkAKXUNE3Ajs.DrawerTrigger; exports.DropdownMenu = _chunkAKXUNE3Ajs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkAKXUNE3Ajs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkAKXUNE3Ajs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkAKXUNE3Ajs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkAKXUNE3Ajs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkAKXUNE3Ajs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkAKXUNE3Ajs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkAKXUNE3Ajs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkAKXUNE3Ajs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkAKXUNE3Ajs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkAKXUNE3Ajs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkAKXUNE3Ajs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkAKXUNE3Ajs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkAKXUNE3Ajs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkAKXUNE3Ajs.DropdownMenuTrigger; exports.EditableAvatar = _chunkAKXUNE3Ajs.EditableAvatar; exports.EditorSheet = _chunkAKXUNE3Ajs.EditorSheet; exports.EntityAvatar = _chunkAKXUNE3Ajs.EntityAvatar; exports.EntityMultiSelector = _chunkAKXUNE3Ajs.EntityMultiSelector; exports.ErrorDetails = _chunkAKXUNE3Ajs.ErrorDetails; exports.Field = _chunkAKXUNE3Ajs.Field; exports.FieldContent = _chunkAKXUNE3Ajs.FieldContent; exports.FieldDescription = _chunkAKXUNE3Ajs.FieldDescription; exports.FieldError = _chunkAKXUNE3Ajs.FieldError; exports.FieldGroup = _chunkAKXUNE3Ajs.FieldGroup; exports.FieldLabel = _chunkAKXUNE3Ajs.FieldLabel; exports.FieldLegend = _chunkAKXUNE3Ajs.FieldLegend; exports.FieldSeparator = _chunkAKXUNE3Ajs.FieldSeparator; exports.FieldSet = _chunkAKXUNE3Ajs.FieldSet; exports.FieldTitle = _chunkAKXUNE3Ajs.FieldTitle; exports.FileInput = _chunkAKXUNE3Ajs.FileInput; exports.FileUploader = _chunkAKXUNE3Ajs.FileUploader; exports.FileUploaderContent = _chunkAKXUNE3Ajs.FileUploaderContent; exports.FileUploaderItem = _chunkAKXUNE3Ajs.FileUploaderItem; exports.FiscalDataDisplay = _chunkAKXUNE3Ajs.FiscalDataDisplay; exports.ForgotPassword = _chunkAKXUNE3Ajs.ForgotPassword; exports.Form = _chunkAKXUNE3Ajs.Form; exports.FormBlockNote = _chunkAKXUNE3Ajs.FormBlockNote; exports.FormCheckbox = _chunkAKXUNE3Ajs.FormCheckbox; exports.FormDate = _chunkAKXUNE3Ajs.FormDate; exports.FormDateTime = _chunkAKXUNE3Ajs.FormDateTime; exports.FormFeatures = _chunkAKXUNE3Ajs.FormFeatures; exports.FormFieldWrapper = _chunkAKXUNE3Ajs.FormFieldWrapper; exports.FormInput = _chunkAKXUNE3Ajs.FormInput; exports.FormPassword = _chunkAKXUNE3Ajs.FormPassword; exports.FormPlaceAutocomplete = _chunkAKXUNE3Ajs.FormPlaceAutocomplete; exports.FormRoles = _chunkAKXUNE3Ajs.FormRoles; exports.FormSelect = _chunkAKXUNE3Ajs.FormSelect; exports.FormSlider = _chunkAKXUNE3Ajs.FormSlider; exports.FormSwitch = _chunkAKXUNE3Ajs.FormSwitch; exports.FormTextarea = _chunkAKXUNE3Ajs.FormTextarea; exports.GdprConsentCheckbox = _chunkAKXUNE3Ajs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkAKXUNE3Ajs.GdprConsentSection; exports.Header = _chunkAKXUNE3Ajs.Header; exports.HoverCard = _chunkAKXUNE3Ajs.HoverCard; exports.HoverCardContent = _chunkAKXUNE3Ajs.HoverCardContent; exports.HoverCardTrigger = _chunkAKXUNE3Ajs.HoverCardTrigger; exports.HowToCommand = _chunkAKXUNE3Ajs.HowToCommand; exports.HowToCommandViewer = _chunkAKXUNE3Ajs.HowToCommandViewer; exports.HowToContainer = _chunkAKXUNE3Ajs.HowToContainer; exports.HowToContent = _chunkAKXUNE3Ajs.HowToContent; exports.HowToDeleter = _chunkAKXUNE3Ajs.HowToDeleter; exports.HowToDetails = _chunkAKXUNE3Ajs.HowToDetails; exports.HowToEditor = _chunkAKXUNE3Ajs.HowToEditor; exports.HowToList = _chunkAKXUNE3Ajs.HowToList; exports.HowToListContainer = _chunkAKXUNE3Ajs.HowToListContainer; exports.HowToMultiSelector = _chunkAKXUNE3Ajs.HowToMultiSelector; exports.HowToSelector = _chunkAKXUNE3Ajs.HowToSelector; exports.Input = _chunkAKXUNE3Ajs.Input; exports.InputGroup = _chunkAKXUNE3Ajs.InputGroup; exports.InputGroupAddon = _chunkAKXUNE3Ajs.InputGroupAddon; exports.InputGroupButton = _chunkAKXUNE3Ajs.InputGroupButton; exports.InputGroupInput = _chunkAKXUNE3Ajs.InputGroupInput; exports.InputGroupText = _chunkAKXUNE3Ajs.InputGroupText; exports.InputGroupTextarea = _chunkAKXUNE3Ajs.InputGroupTextarea; exports.InputOTP = _chunkAKXUNE3Ajs.InputOTP; exports.InputOTPGroup = _chunkAKXUNE3Ajs.InputOTPGroup; exports.InputOTPSeparator = _chunkAKXUNE3Ajs.InputOTPSeparator; exports.InputOTPSlot = _chunkAKXUNE3Ajs.InputOTPSlot; exports.ItalianFiscalData = _chunkAKXUNE3Ajs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkAKXUNE3Ajs.ItalianFiscalDataDisplay; exports.Item = _chunkAKXUNE3Ajs.KanbanItem; exports.ItemHandle = _chunkAKXUNE3Ajs.KanbanItemHandle; exports.Kanban = _chunkAKXUNE3Ajs.KanbanRoot; exports.KanbanBoard = _chunkAKXUNE3Ajs.KanbanBoard; exports.KanbanColumn = _chunkAKXUNE3Ajs.KanbanColumn; exports.KanbanColumnHandle = _chunkAKXUNE3Ajs.KanbanColumnHandle; exports.KanbanItem = _chunkAKXUNE3Ajs.KanbanItem; exports.KanbanItemHandle = _chunkAKXUNE3Ajs.KanbanItemHandle; exports.KanbanOverlay = _chunkAKXUNE3Ajs.KanbanOverlay; exports.Label = _chunkAKXUNE3Ajs.Label; exports.LandingComponent = _chunkAKXUNE3Ajs.LandingComponent; exports.Link = _chunkAKXUNE3Ajs.Link; exports.Login = _chunkAKXUNE3Ajs.Login; exports.Logout = _chunkAKXUNE3Ajs.Logout; exports.MessageItem = _chunkAKXUNE3Ajs.MessageItem; exports.MessageList = _chunkAKXUNE3Ajs.MessageList; exports.MessageSourcesPanel = _chunkAKXUNE3Ajs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunkAKXUNE3Ajs.ModeToggleSwitch; exports.MultiSelect = _chunkAKXUNE3Ajs.MultiSelect; exports.MultipleSelector = _chunkAKXUNE3Ajs.MultipleSelector; exports.NavigationMenu = _chunkAKXUNE3Ajs.NavigationMenu; exports.NavigationMenuContent = _chunkAKXUNE3Ajs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkAKXUNE3Ajs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkAKXUNE3Ajs.NavigationMenuItem; exports.NavigationMenuLink = _chunkAKXUNE3Ajs.NavigationMenuLink; exports.NavigationMenuList = _chunkAKXUNE3Ajs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkAKXUNE3Ajs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkAKXUNE3Ajs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkAKXUNE3Ajs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkAKXUNE3Ajs.NotificationMenuItem; exports.NotificationModal = _chunkAKXUNE3Ajs.NotificationModal; exports.NotificationToast = _chunkAKXUNE3Ajs.NotificationToast; exports.NotificationsList = _chunkAKXUNE3Ajs.NotificationsList; exports.NotificationsListContainer = _chunkAKXUNE3Ajs.NotificationsListContainer; exports.OAuthClientCard = _chunkAKXUNE3Ajs.OAuthClientCard; exports.OAuthClientDetail = _chunkAKXUNE3Ajs.OAuthClientDetail; exports.OAuthClientForm = _chunkAKXUNE3Ajs.OAuthClientForm; exports.OAuthClientList = _chunkAKXUNE3Ajs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkAKXUNE3Ajs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkAKXUNE3Ajs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkAKXUNE3Ajs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkAKXUNE3Ajs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkAKXUNE3Ajs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkAKXUNE3Ajs.OAuthScopeList; exports.OAuthScopeSelector = _chunkAKXUNE3Ajs.OAuthScopeSelector; exports.OnboardingCard = _chunkAKXUNE3Ajs.OnboardingCard; exports.Overlay = _chunkAKXUNE3Ajs.KanbanOverlay; exports.PageContainer = _chunkAKXUNE3Ajs.PageContainer; exports.PageContainerContentDetails = _chunkAKXUNE3Ajs.PageContainerContentDetails; exports.PageContentContainer = _chunkAKXUNE3Ajs.PageContentContainer; exports.PageSection = _chunkAKXUNE3Ajs.PageSection; exports.PasskeyButton = _chunkAKXUNE3Ajs.PasskeyButton; exports.PasskeyList = _chunkAKXUNE3Ajs.PasskeyList; exports.PasskeySetupDialog = _chunkAKXUNE3Ajs.PasskeySetupDialog; exports.PasswordInput = _chunkAKXUNE3Ajs.PasswordInput; exports.Popover = _chunkAKXUNE3Ajs.Popover; exports.PopoverContent = _chunkAKXUNE3Ajs.PopoverContent; exports.PopoverDescription = _chunkAKXUNE3Ajs.PopoverDescription; exports.PopoverHeader = _chunkAKXUNE3Ajs.PopoverHeader; exports.PopoverTitle = _chunkAKXUNE3Ajs.PopoverTitle; exports.PopoverTrigger = _chunkAKXUNE3Ajs.PopoverTrigger; exports.Progress = _chunkAKXUNE3Ajs.Progress; exports.ProgressIndicator = _chunkAKXUNE3Ajs.ProgressIndicator; exports.ProgressLabel = _chunkAKXUNE3Ajs.ProgressLabel; exports.ProgressTrack = _chunkAKXUNE3Ajs.ProgressTrack; exports.ProgressValue = _chunkAKXUNE3Ajs.ProgressValue; exports.PushNotificationProvider = _chunkAKXUNE3Ajs.PushNotificationProvider; exports.RadioGroup = _chunkAKXUNE3Ajs.RadioGroup; exports.RadioGroupItem = _chunkAKXUNE3Ajs.RadioGroupItem; exports.RbacByRoleContainer = _chunkAKXUNE3Ajs.RbacByRoleContainer; exports.RbacContainer = _chunkAKXUNE3Ajs.RbacContainer; exports.RbacPermissionCell = _chunkAKXUNE3Ajs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkAKXUNE3Ajs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkAKXUNE3Ajs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkAKXUNE3Ajs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkAKXUNE3Ajs.ReferralCodeCapture; exports.ReferralDialog = _chunkAKXUNE3Ajs.ReferralDialog; exports.ReferralWidget = _chunkAKXUNE3Ajs.ReferralWidget; exports.RefreshUser = _chunkAKXUNE3Ajs.RefreshUser; exports.RelevantContentsList = _chunkAKXUNE3Ajs.RelevantContentsList; exports.RelevantUsersList = _chunkAKXUNE3Ajs.RelevantUsersList; exports.RemoveUserFromRole = _chunkAKXUNE3Ajs.RemoveUserFromRole; exports.ResetPassword = _chunkAKXUNE3Ajs.ResetPassword; exports.ResizableHandle = _chunkAKXUNE3Ajs.ResizableHandle; exports.ResizablePanel = _chunkAKXUNE3Ajs.ResizablePanel; exports.ResizablePanelGroup = _chunkAKXUNE3Ajs.ResizablePanelGroup; exports.RoleContainer = _chunkAKXUNE3Ajs.RoleContainer; exports.RoleDetails = _chunkAKXUNE3Ajs.RoleDetails; exports.RoleUsersList = _chunkAKXUNE3Ajs.RoleUsersList; exports.RolesList = _chunkAKXUNE3Ajs.RolesList; exports.Root = _chunkAKXUNE3Ajs.KanbanRoot; exports.RoundPageContainer = _chunkAKXUNE3Ajs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkAKXUNE3Ajs.RoundPageContainerTitle; exports.ScrollArea = _chunkAKXUNE3Ajs.ScrollArea; exports.ScrollBar = _chunkAKXUNE3Ajs.ScrollBar; exports.SecurityContainer = _chunkAKXUNE3Ajs.SecurityContainer; exports.Select = _chunkAKXUNE3Ajs.Select; exports.SelectContent = _chunkAKXUNE3Ajs.SelectContent; exports.SelectGroup = _chunkAKXUNE3Ajs.SelectGroup; exports.SelectItem = _chunkAKXUNE3Ajs.SelectItem; exports.SelectLabel = _chunkAKXUNE3Ajs.SelectLabel; exports.SelectScrollDownButton = _chunkAKXUNE3Ajs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkAKXUNE3Ajs.SelectScrollUpButton; exports.SelectSeparator = _chunkAKXUNE3Ajs.SelectSeparator; exports.SelectTrigger = _chunkAKXUNE3Ajs.SelectTrigger; exports.SelectValue = _chunkAKXUNE3Ajs.SelectValue; exports.Separator = _chunkAKXUNE3Ajs.Separator; exports.Sheet = _chunkAKXUNE3Ajs.Sheet; exports.SheetClose = _chunkAKXUNE3Ajs.SheetClose; exports.SheetContent = _chunkAKXUNE3Ajs.SheetContent; exports.SheetDescription = _chunkAKXUNE3Ajs.SheetDescription; exports.SheetFooter = _chunkAKXUNE3Ajs.SheetFooter; exports.SheetHeader = _chunkAKXUNE3Ajs.SheetHeader; exports.SheetTitle = _chunkAKXUNE3Ajs.SheetTitle; exports.SheetTrigger = _chunkAKXUNE3Ajs.SheetTrigger; exports.Sidebar = _chunkAKXUNE3Ajs.Sidebar; exports.SidebarContent = _chunkAKXUNE3Ajs.SidebarContent; exports.SidebarFooter = _chunkAKXUNE3Ajs.SidebarFooter; exports.SidebarGroup = _chunkAKXUNE3Ajs.SidebarGroup; exports.SidebarGroupAction = _chunkAKXUNE3Ajs.SidebarGroupAction; exports.SidebarGroupContent = _chunkAKXUNE3Ajs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkAKXUNE3Ajs.SidebarGroupLabel; exports.SidebarHeader = _chunkAKXUNE3Ajs.SidebarHeader; exports.SidebarInput = _chunkAKXUNE3Ajs.SidebarInput; exports.SidebarInset = _chunkAKXUNE3Ajs.SidebarInset; exports.SidebarMenu = _chunkAKXUNE3Ajs.SidebarMenu; exports.SidebarMenuAction = _chunkAKXUNE3Ajs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkAKXUNE3Ajs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkAKXUNE3Ajs.SidebarMenuButton; exports.SidebarMenuItem = _chunkAKXUNE3Ajs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkAKXUNE3Ajs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkAKXUNE3Ajs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkAKXUNE3Ajs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkAKXUNE3Ajs.SidebarMenuSubItem; exports.SidebarProvider = _chunkAKXUNE3Ajs.SidebarProvider; exports.SidebarRail = _chunkAKXUNE3Ajs.SidebarRail; exports.SidebarSeparator = _chunkAKXUNE3Ajs.SidebarSeparator; exports.SidebarTrigger = _chunkAKXUNE3Ajs.SidebarTrigger; exports.Skeleton = _chunkAKXUNE3Ajs.Skeleton; exports.Slider = _chunkAKXUNE3Ajs.Slider; exports.Switch = _chunkAKXUNE3Ajs.Switch; exports.Table = _chunkAKXUNE3Ajs.Table; exports.TableBody = _chunkAKXUNE3Ajs.TableBody; exports.TableCaption = _chunkAKXUNE3Ajs.TableCaption; exports.TableCell = _chunkAKXUNE3Ajs.TableCell; exports.TableCellAvatar = _chunkAKXUNE3Ajs.TableCellAvatar; exports.TableFooter = _chunkAKXUNE3Ajs.TableFooter; exports.TableHead = _chunkAKXUNE3Ajs.TableHead; exports.TableHeader = _chunkAKXUNE3Ajs.TableHeader; exports.TableRow = _chunkAKXUNE3Ajs.TableRow; exports.Tabs = _chunkAKXUNE3Ajs.Tabs; exports.TabsContainer = _chunkAKXUNE3Ajs.TabsContainer; exports.TabsContent = _chunkAKXUNE3Ajs.TabsContent; exports.TabsList = _chunkAKXUNE3Ajs.TabsList; exports.TabsTrigger = _chunkAKXUNE3Ajs.TabsTrigger; exports.Textarea = _chunkAKXUNE3Ajs.Textarea; exports.Toaster = _chunkAKXUNE3Ajs.Toaster; exports.Toggle = _chunkAKXUNE3Ajs.Toggle; exports.TokenStatusIndicator = _chunkAKXUNE3Ajs.TokenStatusIndicator; exports.Tooltip = _chunkAKXUNE3Ajs.Tooltip; exports.TooltipContent = _chunkAKXUNE3Ajs.TooltipContent; exports.TooltipProvider = _chunkAKXUNE3Ajs.TooltipProvider; exports.TooltipTrigger = _chunkAKXUNE3Ajs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkAKXUNE3Ajs.TotpAuthenticatorList; exports.TotpInput = _chunkAKXUNE3Ajs.TotpInput; exports.TotpSetupDialog = _chunkAKXUNE3Ajs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkAKXUNE3Ajs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkAKXUNE3Ajs.TwoFactorSettings; exports.UserAvatar = _chunkAKXUNE3Ajs.UserAvatar; exports.UserAvatarEditor = _chunkAKXUNE3Ajs.UserAvatarEditor; exports.UserAvatarList = _chunkAKXUNE3Ajs.UserAvatarList; exports.UserContainer = _chunkAKXUNE3Ajs.UserContainer; exports.UserContent = _chunkAKXUNE3Ajs.UserContent; exports.UserDeleter = _chunkAKXUNE3Ajs.UserDeleter; exports.UserEditor = _chunkAKXUNE3Ajs.UserEditor; exports.UserIndexContainer = _chunkAKXUNE3Ajs.UserIndexContainer; exports.UserIndexDetails = _chunkAKXUNE3Ajs.UserIndexDetails; exports.UserListInAdd = _chunkAKXUNE3Ajs.UserListInAdd; exports.UserMultiSelect = _chunkAKXUNE3Ajs.UserMultiSelect; exports.UserReactivator = _chunkAKXUNE3Ajs.UserReactivator; exports.UserResentInvitationEmail = _chunkAKXUNE3Ajs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkAKXUNE3Ajs.UserRoleAdd; exports.UserRolesList = _chunkAKXUNE3Ajs.UserRolesList; exports.UserSearchPopover = _chunkAKXUNE3Ajs.UserSearchPopover; exports.UserSelector = _chunkAKXUNE3Ajs.UserSelector; exports.UserStanadaloneDetails = _chunkAKXUNE3Ajs.UserStanadaloneDetails; exports.UsersList = _chunkAKXUNE3Ajs.UsersList; exports.UsersListByContentIds = _chunkAKXUNE3Ajs.UsersListByContentIds; exports.UsersListContainer = _chunkAKXUNE3Ajs.UsersListContainer; exports.WaitlistConfirmation = _chunkAKXUNE3Ajs.WaitlistConfirmation; exports.WaitlistForm = _chunkAKXUNE3Ajs.WaitlistForm; exports.WaitlistHeroSection = _chunkAKXUNE3Ajs.WaitlistHeroSection; exports.WaitlistList = _chunkAKXUNE3Ajs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkAKXUNE3Ajs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkAKXUNE3Ajs.WaitlistSuccessState; exports.badgeVariants = _chunkAKXUNE3Ajs.badgeVariants; exports.buttonVariants = _chunkAKXUNE3Ajs.buttonVariants; exports.cellComponent = _chunkAKXUNE3Ajs.cellComponent; exports.cellDate = _chunkAKXUNE3Ajs.cellDate; exports.cellDateTime = _chunkAKXUNE3Ajs.cellDateTime; exports.cellId = _chunkAKXUNE3Ajs.cellId; exports.cellLink = _chunkAKXUNE3Ajs.cellLink; exports.cellUrl = _chunkAKXUNE3Ajs.cellUrl; exports.createMentionInlineContentSpec = _chunkAKXUNE3Ajs.createMentionInlineContentSpec; exports.errorToast = _chunkAKXUNE3Ajs.errorToast; exports.generateNotificationData = _chunkAKXUNE3Ajs.generateNotificationData; exports.getIcon = _chunkU2HR57MYjs.getIcon; exports.getIconByModule = _chunkU2HR57MYjs.getIconByModule; exports.getIconByModuleName = _chunkU2HR57MYjs.getIconByModuleName; exports.getInitials = _chunkU2HR57MYjs.getInitials; exports.mentionDataAttrs = _chunkAKXUNE3Ajs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkAKXUNE3Ajs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkAKXUNE3Ajs.parseFiscalData; exports.parseMentionElement = _chunkAKXUNE3Ajs.parseMentionElement; exports.tabsListVariants = _chunkAKXUNE3Ajs.tabsListVariants; exports.toggleVariants = _chunkAKXUNE3Ajs.toggleVariants; exports.triggerAssociationToast = _chunkAKXUNE3Ajs.triggerAssociationToast; exports.useCarousel = _chunkAKXUNE3Ajs.useCarousel; exports.useComboboxAnchor = _chunkAKXUNE3Ajs.useComboboxAnchor; exports.useDebounce = _chunkAKXUNE3Ajs.useDebounce2; exports.useEditorDialog = _chunkAKXUNE3Ajs.useEditorDialog; exports.useFileUpload = _chunkAKXUNE3Ajs.useFileUpload; exports.useMentionInsert = _chunkAKXUNE3Ajs.useMentionInsert; exports.useSidebar = _chunkAKXUNE3Ajs.useSidebar;
|
|
944
945
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/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;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;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;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;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;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;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;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;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;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;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;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;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;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/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;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;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;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;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;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;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;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;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;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;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;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;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;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,uDAA6B;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;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;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;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;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;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;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;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;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;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;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;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;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,051BAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
|
|
@@ -41,6 +41,7 @@ import {
|
|
|
41
41
|
BlockNoteEditorContainer,
|
|
42
42
|
BlockNoteEditorMentionHoverCard,
|
|
43
43
|
BlockNoteEditorMentionSuggestionMenu,
|
|
44
|
+
BlockNoteViewerContainer,
|
|
44
45
|
Breadcrumb,
|
|
45
46
|
BreadcrumbEllipsis,
|
|
46
47
|
BreadcrumbItem,
|
|
@@ -457,15 +458,14 @@ import {
|
|
|
457
458
|
useFileUpload,
|
|
458
459
|
useMentionInsert,
|
|
459
460
|
useSidebar
|
|
460
|
-
} from "../chunk-
|
|
461
|
-
import "../chunk-
|
|
462
|
-
import "../chunk-CQID6RCF.mjs";
|
|
461
|
+
} from "../chunk-TXVVZLUQ.mjs";
|
|
462
|
+
import "../chunk-CWVYU4YZ.mjs";
|
|
463
463
|
import {
|
|
464
464
|
getIcon,
|
|
465
465
|
getIconByModule,
|
|
466
466
|
getIconByModuleName,
|
|
467
467
|
getInitials
|
|
468
|
-
} from "../chunk-
|
|
468
|
+
} from "../chunk-ZYPNVEHB.mjs";
|
|
469
469
|
import "../chunk-AUXK7QSA.mjs";
|
|
470
470
|
import "../chunk-C7C7VY4F.mjs";
|
|
471
471
|
import "../chunk-KK7PYKVI.mjs";
|
|
@@ -513,6 +513,7 @@ export {
|
|
|
513
513
|
BlockNoteEditorContainer,
|
|
514
514
|
BlockNoteEditorMentionHoverCard,
|
|
515
515
|
BlockNoteEditorMentionSuggestionMenu,
|
|
516
|
+
BlockNoteViewerContainer,
|
|
516
517
|
KanbanBoard as Board,
|
|
517
518
|
Breadcrumb,
|
|
518
519
|
BreadcrumbEllipsis,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { M as ModuleWithPermissions } from './types-DHOxe8rc.js';
|
|
2
|
-
import { H as HelpContentConfig } from './help-content-config.interface-
|
|
2
|
+
import { H as HelpContentConfig } from './help-content-config.interface-C5ESIod9.js';
|
|
3
3
|
import { ComponentType } from 'react';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Configure the JSON:API client. This is the main configuration function.
|
|
7
7
|
* This is typically called during app initialization.
|
|
8
|
-
* @param config.helpContent - Optional help-content config (
|
|
8
|
+
* @param config.helpContent - Optional help-content config (brand only). Forwarded to the help feature's globalThis-backed store; not stored on the client config.
|
|
9
9
|
*/
|
|
10
10
|
declare function configureJsonApi(config: {
|
|
11
11
|
apiUrl: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { M as ModuleWithPermissions } from './types-CQSjy7et.mjs';
|
|
2
|
-
import { H as HelpContentConfig } from './help-content-config.interface-
|
|
2
|
+
import { H as HelpContentConfig } from './help-content-config.interface-C5ESIod9.mjs';
|
|
3
3
|
import { ComponentType } from 'react';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Configure the JSON:API client. This is the main configuration function.
|
|
7
7
|
* This is typically called during app initialization.
|
|
8
|
-
* @param config.helpContent - Optional help-content config (
|
|
8
|
+
* @param config.helpContent - Optional help-content config (brand only). Forwarded to the help feature's globalThis-backed store; not stored on the client config.
|
|
9
9
|
*/
|
|
10
10
|
declare function configureJsonApi(config: {
|
|
11
11
|
apiUrl: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-BcZeXy5X.mjs';
|
|
4
4
|
import { c as CompanyInterface, N as NotificationInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-DIxR23eS.mjs';
|
|
5
5
|
import { O as OnboardingProviderProps, a as OnboardingContextValue } from '../onboarding.interface-Djyl9qYu.mjs';
|
|
6
6
|
export { D as DEFAULT_ONBOARDING_LABELS, g as OnboardingCardRenderProps, f as OnboardingLabels, c as OnboardingStepConfig, b as OnboardingStepSide, d as OnboardingTourConfig, e as OnboardingTourPaths } from '../onboarding.interface-Djyl9qYu.mjs';
|
|
7
7
|
import { M as ModuleWithPermissions, A as Action } from '../types-CQSjy7et.mjs';
|
|
8
|
-
import { a as HowToInterface, c as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-
|
|
8
|
+
import { a as HowToInterface, c as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-DrgHDjZ5.mjs';
|
|
9
9
|
import { R as RbacMatrix, A as ActionType, P as PermissionValue } from '../RbacTypes-BTbr27Ew.mjs';
|
|
10
10
|
import { a as AssistantInterface } from '../AssistantInterface-B1c8FhGA.mjs';
|
|
11
11
|
import { u as useSocket } from '../useSocket-B1fMIr17.mjs';
|
|
@@ -24,7 +24,7 @@ type CompanyProviderProps = {
|
|
|
24
24
|
dehydratedCompany?: JsonApiHydratedDataInterface;
|
|
25
25
|
configurationEditorSlot?: ReactNode;
|
|
26
26
|
};
|
|
27
|
-
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) =>
|
|
27
|
+
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) => React.JSX.Element;
|
|
28
28
|
declare const useCompanyContext: () => CompanyContextType;
|
|
29
29
|
|
|
30
30
|
interface NotificationContextType {
|
|
@@ -51,10 +51,10 @@ interface NotificationContextType {
|
|
|
51
51
|
type NotificationContextProviderProps = {
|
|
52
52
|
children: React__default.ReactNode;
|
|
53
53
|
};
|
|
54
|
-
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) =>
|
|
54
|
+
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) => React__default.JSX.Element;
|
|
55
55
|
declare const useNotificationContext: () => NotificationContextType;
|
|
56
56
|
|
|
57
|
-
declare function OnboardingProvider({ children, tours, tourPaths: _tourPaths, labels, renderCard, zIndex: _zIndex, }: OnboardingProviderProps):
|
|
57
|
+
declare function OnboardingProvider({ children, tours, tourPaths: _tourPaths, labels, renderCard, zIndex: _zIndex, }: OnboardingProviderProps): React.JSX.Element;
|
|
58
58
|
declare function useOnboarding(): OnboardingContextValue;
|
|
59
59
|
|
|
60
60
|
interface RoleContextType {
|
|
@@ -65,7 +65,7 @@ type RoleProviderProps = {
|
|
|
65
65
|
children: ReactNode;
|
|
66
66
|
dehydratedRole?: JsonApiHydratedDataInterface;
|
|
67
67
|
};
|
|
68
|
-
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) =>
|
|
68
|
+
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) => React.JSX.Element;
|
|
69
69
|
declare const useRoleContext: () => RoleContextType;
|
|
70
70
|
|
|
71
71
|
interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
@@ -95,7 +95,7 @@ interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
|
95
95
|
}
|
|
96
96
|
declare const CurrentUserProvider: ({ children }: {
|
|
97
97
|
children: React__default.ReactNode;
|
|
98
|
-
}) =>
|
|
98
|
+
}) => React__default.JSX.Element;
|
|
99
99
|
declare function useCurrentUserContext<T extends UserInterface = UserInterface>(): CurrentUserContextType<T>;
|
|
100
100
|
|
|
101
101
|
interface UserContextType {
|
|
@@ -106,7 +106,7 @@ type UserProviderProps = {
|
|
|
106
106
|
children: ReactNode;
|
|
107
107
|
dehydratedUser?: JsonApiHydratedDataInterface;
|
|
108
108
|
};
|
|
109
|
-
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) =>
|
|
109
|
+
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) => React.JSX.Element;
|
|
110
110
|
declare const useUserContext: () => UserContextType;
|
|
111
111
|
|
|
112
112
|
interface HowToContextType {
|
|
@@ -118,7 +118,7 @@ type HowToProviderProps = {
|
|
|
118
118
|
children: ReactNode;
|
|
119
119
|
dehydratedHowTo?: JsonApiHydratedDataInterface;
|
|
120
120
|
};
|
|
121
|
-
declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) =>
|
|
121
|
+
declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) => React.JSX.Element;
|
|
122
122
|
declare const useHowToContext: () => HowToContextType;
|
|
123
123
|
|
|
124
124
|
interface RbacContextType {
|
|
@@ -154,7 +154,7 @@ type RbacProviderProps = {
|
|
|
154
154
|
* The child `RbacContainer` is stateless — it consumes state via
|
|
155
155
|
* `useRbacContext()`.
|
|
156
156
|
*/
|
|
157
|
-
declare const RbacProvider: ({ children, roleNames, moduleNames, outputPath, }: RbacProviderProps) =>
|
|
157
|
+
declare const RbacProvider: ({ children, roleNames, moduleNames, outputPath, }: RbacProviderProps) => React.JSX.Element;
|
|
158
158
|
declare const useRbacContext: () => RbacContextType;
|
|
159
159
|
|
|
160
160
|
interface AssistantContextValue {
|
|
@@ -187,7 +187,7 @@ interface Props {
|
|
|
187
187
|
*/
|
|
188
188
|
manageUrl?: boolean;
|
|
189
189
|
}
|
|
190
|
-
declare function AssistantProvider({ children, dehydratedAssistant, dehydratedMessages, manageUrl }: Props):
|
|
190
|
+
declare function AssistantProvider({ children, dehydratedAssistant, dehydratedMessages, manageUrl }: Props): React__default.JSX.Element;
|
|
191
191
|
declare function useAssistantContext(): AssistantContextValue;
|
|
192
192
|
|
|
193
193
|
interface CommonContextType {
|
|
@@ -195,7 +195,7 @@ interface CommonContextType {
|
|
|
195
195
|
type CommonProviderProps = {
|
|
196
196
|
children: ReactNode;
|
|
197
197
|
};
|
|
198
|
-
declare const CommonProvider: ({ children }: CommonProviderProps) =>
|
|
198
|
+
declare const CommonProvider: ({ children }: CommonProviderProps) => React.JSX.Element;
|
|
199
199
|
declare const useCommonContext: () => CommonContextType;
|
|
200
200
|
|
|
201
201
|
interface HeaderChildrenProviderProps {
|
|
@@ -206,7 +206,7 @@ interface HeaderChildrenProviderProps {
|
|
|
206
206
|
* Provider to supply custom content to be rendered in the Header component.
|
|
207
207
|
* Wrap your layout with this provider and pass the content you want in the header.
|
|
208
208
|
*/
|
|
209
|
-
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps):
|
|
209
|
+
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
210
210
|
/**
|
|
211
211
|
* Hook to get the header children content from context.
|
|
212
212
|
* Used internally by PageContainer to pass children to Header.
|
|
@@ -217,7 +217,7 @@ interface HeaderLeftContentProviderProps {
|
|
|
217
217
|
children: ReactNode;
|
|
218
218
|
content: ReactNode;
|
|
219
219
|
}
|
|
220
|
-
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps):
|
|
220
|
+
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps): React.JSX.Element;
|
|
221
221
|
declare function useHeaderLeftContent(): ReactNode | null;
|
|
222
222
|
|
|
223
223
|
interface SharedProviderProps {
|
|
@@ -233,7 +233,7 @@ interface SharedProviderProps {
|
|
|
233
233
|
};
|
|
234
234
|
};
|
|
235
235
|
}
|
|
236
|
-
declare const SharedProvider: ({ children, value }: SharedProviderProps) =>
|
|
236
|
+
declare const SharedProvider: ({ children, value }: SharedProviderProps) => React.JSX.Element;
|
|
237
237
|
declare const useSharedContext: () => {
|
|
238
238
|
breadcrumbs: BreadcrumbItemData[];
|
|
239
239
|
title: {
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-BcZeXy5X.js';
|
|
4
4
|
import { c as CompanyInterface, N as NotificationInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-C1T1C2ee.js';
|
|
5
5
|
import { O as OnboardingProviderProps, a as OnboardingContextValue } from '../onboarding.interface-Djyl9qYu.js';
|
|
6
6
|
export { D as DEFAULT_ONBOARDING_LABELS, g as OnboardingCardRenderProps, f as OnboardingLabels, c as OnboardingStepConfig, b as OnboardingStepSide, d as OnboardingTourConfig, e as OnboardingTourPaths } from '../onboarding.interface-Djyl9qYu.js';
|
|
7
7
|
import { M as ModuleWithPermissions, A as Action } from '../types-DHOxe8rc.js';
|
|
8
|
-
import { a as HowToInterface, c as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-
|
|
8
|
+
import { a as HowToInterface, c as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-BNzf1etU.js';
|
|
9
9
|
import { R as RbacMatrix, A as ActionType, P as PermissionValue } from '../RbacTypes-BTbr27Ew.js';
|
|
10
10
|
import { a as AssistantInterface } from '../AssistantInterface-BBUHxOCd.js';
|
|
11
11
|
import { u as useSocket } from '../useSocket-BdJTBXKv.js';
|
|
@@ -24,7 +24,7 @@ type CompanyProviderProps = {
|
|
|
24
24
|
dehydratedCompany?: JsonApiHydratedDataInterface;
|
|
25
25
|
configurationEditorSlot?: ReactNode;
|
|
26
26
|
};
|
|
27
|
-
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) =>
|
|
27
|
+
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) => React.JSX.Element;
|
|
28
28
|
declare const useCompanyContext: () => CompanyContextType;
|
|
29
29
|
|
|
30
30
|
interface NotificationContextType {
|
|
@@ -51,10 +51,10 @@ interface NotificationContextType {
|
|
|
51
51
|
type NotificationContextProviderProps = {
|
|
52
52
|
children: React__default.ReactNode;
|
|
53
53
|
};
|
|
54
|
-
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) =>
|
|
54
|
+
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) => React__default.JSX.Element;
|
|
55
55
|
declare const useNotificationContext: () => NotificationContextType;
|
|
56
56
|
|
|
57
|
-
declare function OnboardingProvider({ children, tours, tourPaths: _tourPaths, labels, renderCard, zIndex: _zIndex, }: OnboardingProviderProps):
|
|
57
|
+
declare function OnboardingProvider({ children, tours, tourPaths: _tourPaths, labels, renderCard, zIndex: _zIndex, }: OnboardingProviderProps): React.JSX.Element;
|
|
58
58
|
declare function useOnboarding(): OnboardingContextValue;
|
|
59
59
|
|
|
60
60
|
interface RoleContextType {
|
|
@@ -65,7 +65,7 @@ type RoleProviderProps = {
|
|
|
65
65
|
children: ReactNode;
|
|
66
66
|
dehydratedRole?: JsonApiHydratedDataInterface;
|
|
67
67
|
};
|
|
68
|
-
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) =>
|
|
68
|
+
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) => React.JSX.Element;
|
|
69
69
|
declare const useRoleContext: () => RoleContextType;
|
|
70
70
|
|
|
71
71
|
interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
@@ -95,7 +95,7 @@ interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
|
95
95
|
}
|
|
96
96
|
declare const CurrentUserProvider: ({ children }: {
|
|
97
97
|
children: React__default.ReactNode;
|
|
98
|
-
}) =>
|
|
98
|
+
}) => React__default.JSX.Element;
|
|
99
99
|
declare function useCurrentUserContext<T extends UserInterface = UserInterface>(): CurrentUserContextType<T>;
|
|
100
100
|
|
|
101
101
|
interface UserContextType {
|
|
@@ -106,7 +106,7 @@ type UserProviderProps = {
|
|
|
106
106
|
children: ReactNode;
|
|
107
107
|
dehydratedUser?: JsonApiHydratedDataInterface;
|
|
108
108
|
};
|
|
109
|
-
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) =>
|
|
109
|
+
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) => React.JSX.Element;
|
|
110
110
|
declare const useUserContext: () => UserContextType;
|
|
111
111
|
|
|
112
112
|
interface HowToContextType {
|
|
@@ -118,7 +118,7 @@ type HowToProviderProps = {
|
|
|
118
118
|
children: ReactNode;
|
|
119
119
|
dehydratedHowTo?: JsonApiHydratedDataInterface;
|
|
120
120
|
};
|
|
121
|
-
declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) =>
|
|
121
|
+
declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) => React.JSX.Element;
|
|
122
122
|
declare const useHowToContext: () => HowToContextType;
|
|
123
123
|
|
|
124
124
|
interface RbacContextType {
|
|
@@ -154,7 +154,7 @@ type RbacProviderProps = {
|
|
|
154
154
|
* The child `RbacContainer` is stateless — it consumes state via
|
|
155
155
|
* `useRbacContext()`.
|
|
156
156
|
*/
|
|
157
|
-
declare const RbacProvider: ({ children, roleNames, moduleNames, outputPath, }: RbacProviderProps) =>
|
|
157
|
+
declare const RbacProvider: ({ children, roleNames, moduleNames, outputPath, }: RbacProviderProps) => React.JSX.Element;
|
|
158
158
|
declare const useRbacContext: () => RbacContextType;
|
|
159
159
|
|
|
160
160
|
interface AssistantContextValue {
|
|
@@ -187,7 +187,7 @@ interface Props {
|
|
|
187
187
|
*/
|
|
188
188
|
manageUrl?: boolean;
|
|
189
189
|
}
|
|
190
|
-
declare function AssistantProvider({ children, dehydratedAssistant, dehydratedMessages, manageUrl }: Props):
|
|
190
|
+
declare function AssistantProvider({ children, dehydratedAssistant, dehydratedMessages, manageUrl }: Props): React__default.JSX.Element;
|
|
191
191
|
declare function useAssistantContext(): AssistantContextValue;
|
|
192
192
|
|
|
193
193
|
interface CommonContextType {
|
|
@@ -195,7 +195,7 @@ interface CommonContextType {
|
|
|
195
195
|
type CommonProviderProps = {
|
|
196
196
|
children: ReactNode;
|
|
197
197
|
};
|
|
198
|
-
declare const CommonProvider: ({ children }: CommonProviderProps) =>
|
|
198
|
+
declare const CommonProvider: ({ children }: CommonProviderProps) => React.JSX.Element;
|
|
199
199
|
declare const useCommonContext: () => CommonContextType;
|
|
200
200
|
|
|
201
201
|
interface HeaderChildrenProviderProps {
|
|
@@ -206,7 +206,7 @@ interface HeaderChildrenProviderProps {
|
|
|
206
206
|
* Provider to supply custom content to be rendered in the Header component.
|
|
207
207
|
* Wrap your layout with this provider and pass the content you want in the header.
|
|
208
208
|
*/
|
|
209
|
-
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps):
|
|
209
|
+
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
210
210
|
/**
|
|
211
211
|
* Hook to get the header children content from context.
|
|
212
212
|
* Used internally by PageContainer to pass children to Header.
|
|
@@ -217,7 +217,7 @@ interface HeaderLeftContentProviderProps {
|
|
|
217
217
|
children: ReactNode;
|
|
218
218
|
content: ReactNode;
|
|
219
219
|
}
|
|
220
|
-
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps):
|
|
220
|
+
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps): React.JSX.Element;
|
|
221
221
|
declare function useHeaderLeftContent(): ReactNode | null;
|
|
222
222
|
|
|
223
223
|
interface SharedProviderProps {
|
|
@@ -233,7 +233,7 @@ interface SharedProviderProps {
|
|
|
233
233
|
};
|
|
234
234
|
};
|
|
235
235
|
}
|
|
236
|
-
declare const SharedProvider: ({ children, value }: SharedProviderProps) =>
|
|
236
|
+
declare const SharedProvider: ({ children, value }: SharedProviderProps) => React.JSX.Element;
|
|
237
237
|
declare const useSharedContext: () => {
|
|
238
238
|
breadcrumbs: BreadcrumbItemData[];
|
|
239
239
|
title: {
|
package/dist/contexts/index.js
CHANGED
|
@@ -31,10 +31,9 @@
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
35
|
-
require('../chunk-
|
|
36
|
-
require('../chunk-
|
|
37
|
-
require('../chunk-CFI4WZ5R.js');
|
|
34
|
+
var _chunkAKXUNE3Ajs = require('../chunk-AKXUNE3A.js');
|
|
35
|
+
require('../chunk-6XWW67F2.js');
|
|
36
|
+
require('../chunk-U2HR57MY.js');
|
|
38
37
|
require('../chunk-LXKSUWAV.js');
|
|
39
38
|
require('../chunk-IBS6NI7D.js');
|
|
40
39
|
require('../chunk-J5LROFGL.js');
|
|
@@ -72,5 +71,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
72
71
|
|
|
73
72
|
|
|
74
73
|
|
|
75
|
-
exports.AssistantProvider =
|
|
74
|
+
exports.AssistantProvider = _chunkAKXUNE3Ajs.AssistantProvider; exports.CommonProvider = _chunkAKXUNE3Ajs.CommonProvider; exports.CompanyProvider = _chunkAKXUNE3Ajs.CompanyProvider; exports.CurrentUserProvider = _chunkAKXUNE3Ajs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkAKXUNE3Ajs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkAKXUNE3Ajs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkAKXUNE3Ajs.HeaderLeftContentProvider; exports.HowToProvider = _chunkAKXUNE3Ajs.HowToProvider; exports.NotificationContextProvider = _chunkAKXUNE3Ajs.NotificationContextProvider; exports.OnboardingProvider = _chunkAKXUNE3Ajs.OnboardingProvider; exports.RbacProvider = _chunkAKXUNE3Ajs.RbacProvider; exports.RoleProvider = _chunkAKXUNE3Ajs.RoleProvider; exports.SharedProvider = _chunkAKXUNE3Ajs.SharedProvider; exports.SocketContext = _chunkAKXUNE3Ajs.SocketContext; exports.SocketProvider = _chunkAKXUNE3Ajs.SocketProvider; exports.UserProvider = _chunkAKXUNE3Ajs.UserProvider; exports.recentPagesAtom = _chunkAKXUNE3Ajs.recentPagesAtom; exports.useAssistantContext = _chunkAKXUNE3Ajs.useAssistantContext; exports.useCommonContext = _chunkAKXUNE3Ajs.useCommonContext; exports.useCompanyContext = _chunkAKXUNE3Ajs.useCompanyContext; exports.useCurrentUserContext = _chunkAKXUNE3Ajs.useCurrentUserContext; exports.useHeaderChildren = _chunkAKXUNE3Ajs.useHeaderChildren; exports.useHeaderLeftContent = _chunkAKXUNE3Ajs.useHeaderLeftContent; exports.useHowToContext = _chunkAKXUNE3Ajs.useHowToContext; exports.useNotificationContext = _chunkAKXUNE3Ajs.useNotificationContext; exports.useOnboarding = _chunkAKXUNE3Ajs.useOnboarding; exports.useRbacContext = _chunkAKXUNE3Ajs.useRbacContext; exports.useRoleContext = _chunkAKXUNE3Ajs.useRoleContext; exports.useSharedContext = _chunkAKXUNE3Ajs.useSharedContext; exports.useSocketContext = _chunkAKXUNE3Ajs.useSocketContext; exports.useUserContext = _chunkAKXUNE3Ajs.useUserContext;
|
|
76
75
|
//# 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;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B
|
|
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;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;AACF,m7DAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"}
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -31,10 +31,9 @@ import {
|
|
|
31
31
|
useSharedContext,
|
|
32
32
|
useSocketContext,
|
|
33
33
|
useUserContext
|
|
34
|
-
} from "../chunk-
|
|
35
|
-
import "../chunk-
|
|
36
|
-
import "../chunk-
|
|
37
|
-
import "../chunk-MSNNAHDB.mjs";
|
|
34
|
+
} from "../chunk-TXVVZLUQ.mjs";
|
|
35
|
+
import "../chunk-CWVYU4YZ.mjs";
|
|
36
|
+
import "../chunk-ZYPNVEHB.mjs";
|
|
38
37
|
import "../chunk-AUXK7QSA.mjs";
|
|
39
38
|
import "../chunk-C7C7VY4F.mjs";
|
|
40
39
|
import "../chunk-KK7PYKVI.mjs";
|
package/dist/core/index.d.mts
CHANGED
|
@@ -7,8 +7,8 @@ import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d
|
|
|
7
7
|
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-0BTClOYO.mjs';
|
|
8
8
|
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory } from '../types-CQSjy7et.mjs';
|
|
9
9
|
export { c as ModuleDefinition, b as ModulePermissionDefinition, P as PageUrl, a as PermissionCheck, d as PermissionConfig } from '../types-CQSjy7et.mjs';
|
|
10
|
-
import { a as HowToInterface, H as HowToInput, c as AssistantMessageInterface, A as AssistantMessageRole, d as ChunkInterface, C as ChunkRelationshipMeta, b as AssistantMessageInput } from '../AssistantMessageInterface-
|
|
11
|
-
export { B as BreadcrumbItemData } from '../AssistantMessageInterface-
|
|
10
|
+
import { a as HowToInterface, H as HowToInput, c as AssistantMessageInterface, A as AssistantMessageRole, d as ChunkInterface, C as ChunkRelationshipMeta, b as AssistantMessageInput } from '../AssistantMessageInterface-DrgHDjZ5.mjs';
|
|
11
|
+
export { B as BreadcrumbItemData } from '../AssistantMessageInterface-DrgHDjZ5.mjs';
|
|
12
12
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-xH3TGvVk.mjs';
|
|
13
13
|
import { ClassValue } from 'clsx';
|
|
14
14
|
export { ClassValue } from 'clsx';
|
|
@@ -1768,7 +1768,13 @@ declare const HowToModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
|
1768
1768
|
declare class HowTo extends Content implements HowToInterface {
|
|
1769
1769
|
private _description?;
|
|
1770
1770
|
private _pages?;
|
|
1771
|
-
private
|
|
1771
|
+
private _howToType?;
|
|
1772
|
+
private _slug?;
|
|
1773
|
+
private _order?;
|
|
1774
|
+
private _summary?;
|
|
1775
|
+
private _tags?;
|
|
1776
|
+
private _contextualKeys?;
|
|
1777
|
+
private _draft?;
|
|
1772
1778
|
/**
|
|
1773
1779
|
* Parse pages from backend JSON string (handles legacy single string + JSON array)
|
|
1774
1780
|
*/
|
|
@@ -1779,7 +1785,13 @@ declare class HowTo extends Content implements HowToInterface {
|
|
|
1779
1785
|
static serializePagesToString(pages: string[]): string | undefined;
|
|
1780
1786
|
get description(): any;
|
|
1781
1787
|
get pages(): string | undefined;
|
|
1782
|
-
get
|
|
1788
|
+
get howToType(): string | undefined;
|
|
1789
|
+
get slug(): string | undefined;
|
|
1790
|
+
get order(): number | undefined;
|
|
1791
|
+
get summary(): string | undefined;
|
|
1792
|
+
get tags(): string[];
|
|
1793
|
+
get contextualKeys(): string[];
|
|
1794
|
+
get draft(): boolean;
|
|
1783
1795
|
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
1784
1796
|
createJsonApi(data: HowToInput): any;
|
|
1785
1797
|
}
|
|
@@ -1808,6 +1820,25 @@ declare class HowToService extends AbstractService {
|
|
|
1808
1820
|
static delete(params: {
|
|
1809
1821
|
howToId: string;
|
|
1810
1822
|
}): Promise<void>;
|
|
1823
|
+
static findPublished(params?: {
|
|
1824
|
+
howToType?: string;
|
|
1825
|
+
}): Promise<HowToInterface[]>;
|
|
1826
|
+
static findPublishedArticle(params: {
|
|
1827
|
+
howToType: string;
|
|
1828
|
+
slug: string;
|
|
1829
|
+
}): Promise<HowToInterface>;
|
|
1830
|
+
static findRelated(params: {
|
|
1831
|
+
howToType: string;
|
|
1832
|
+
slug: string;
|
|
1833
|
+
}): Promise<HowToInterface[]>;
|
|
1834
|
+
static addRelated(params: {
|
|
1835
|
+
howToId: string;
|
|
1836
|
+
relatedId: string;
|
|
1837
|
+
}): Promise<HowToInterface>;
|
|
1838
|
+
static removeRelated(params: {
|
|
1839
|
+
howToId: string;
|
|
1840
|
+
relatedId: string;
|
|
1841
|
+
}): Promise<void>;
|
|
1811
1842
|
}
|
|
1812
1843
|
|
|
1813
1844
|
declare const AssistantModule: (factory: ModuleFactory) => ModuleWithPermissions;
|