@carlonicora/nextjs-jsonapi 1.108.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/{AssistantInterface-BYgI5z1-.d.mts → AssistantInterface-B1c8FhGA.d.mts} +2 -0
- package/dist/{AssistantInterface-DfDcz0gJ.d.ts → AssistantInterface-BBUHxOCd.d.ts} +2 -0
- package/dist/{AssistantMessageInterface-BpEhx2pC.d.ts → AssistantMessageInterface-BNzf1etU.d.ts} +16 -1
- package/dist/{AssistantMessageInterface-DJ3Me16Y.d.mts → AssistantMessageInterface-DrgHDjZ5.d.mts} +16 -1
- package/dist/{AuthComponent-B6DIk8Vf.d.ts → AuthComponent-Cd7lcYif.d.ts} +1 -1
- package/dist/{AuthComponent-BKI0ZbtD.d.mts → AuthComponent-DdxCFgUZ.d.mts} +1 -1
- package/dist/{BlockNoteEditor-2AXSTGGG.js → BlockNoteEditor-7OKW6HHN.js} +19 -19
- package/dist/{BlockNoteEditor-2AXSTGGG.js.map → BlockNoteEditor-7OKW6HHN.js.map} +1 -1
- package/dist/{BlockNoteEditor-XVIBGXHF.mjs → BlockNoteEditor-K7IIWM3S.mjs} +4 -4
- 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/{auth.interface-BBUgMZzs.d.ts → auth.interface-8b601idJ.d.ts} +1 -1
- package/dist/{auth.interface-XYEREOD6.d.mts → auth.interface-CXBF8Mhi.d.mts} +1 -1
- package/dist/billing/index.d.mts +41 -41
- package/dist/billing/index.d.ts +41 -41
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-VLDLERJN.js → chunk-6XWW67F2.js} +29 -9
- package/dist/chunk-6XWW67F2.js.map +1 -0
- package/dist/{chunk-HC3JFN3C.js → chunk-AKXUNE3A.js} +1004 -862
- package/dist/chunk-AKXUNE3A.js.map +1 -0
- package/dist/{chunk-CFECWLHH.mjs → chunk-CWVYU4YZ.mjs} +23 -3
- package/dist/chunk-CWVYU4YZ.mjs.map +1 -0
- package/dist/{chunk-56XBGQGU.mjs → chunk-TXVVZLUQ.mjs} +1422 -1280
- package/dist/chunk-TXVVZLUQ.mjs.map +1 -0
- package/dist/{chunk-RXXZGPC3.js → chunk-U2HR57MY.js} +265 -113
- 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-N3NVIPSU.mjs → chunk-ZYPNVEHB.mjs} +235 -83
- package/dist/{chunk-N3NVIPSU.mjs.map → chunk-ZYPNVEHB.mjs.map} +1 -1
- package/dist/client/index.d.mts +9 -18
- package/dist/client/index.d.ts +9 -18
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +421 -417
- package/dist/components/index.d.ts +421 -417
- package/dist/components/index.js +6 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -3
- package/dist/{config-CLQynoaa.d.ts → config-BrkU_Ynz.d.ts} +4 -1
- package/dist/{config-k61pe_o2.d.mts → config-snd2ToEB.d.mts} +4 -1
- package/dist/contexts/index.d.mts +31 -20
- package/dist/contexts/index.d.ts +31 -20
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +75 -11
- package/dist/core/index.d.ts +75 -11
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.css +29 -0
- package/dist/features/help/index.css.map +1 -0
- package/dist/features/help/index.d.mts +74 -0
- package/dist/features/help/index.d.ts +74 -0
- package/dist/features/help/index.js +522 -0
- package/dist/features/help/index.js.map +1 -0
- package/dist/features/help/index.mjs +522 -0
- package/dist/features/help/index.mjs.map +1 -0
- package/dist/features/help/server.d.mts +33 -0
- package/dist/features/help/server.d.ts +33 -0
- package/dist/features/help/server.js +8 -0
- package/dist/features/help/server.js.map +1 -0
- package/dist/features/help/server.mjs +8 -0
- package/dist/features/help/server.mjs.map +1 -0
- 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 +10 -8
- package/dist/index.d.ts +10 -8
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{notification.interface-aLEJbA_g.d.ts → notification.interface-C1T1C2ee.d.ts} +1 -100
- package/dist/{notification.interface-DLZGtV7Z.d.mts → notification.interface-DIxR23eS.d.mts} +1 -100
- package/dist/{s3.service-CVgLWaDc.d.mts → s3.service-0BTClOYO.d.mts} +2 -2
- package/dist/{s3.service-SLlX0Zbz.d.ts → s3.service-CT27Fm1s.d.ts} +2 -2
- package/dist/server/index.d.mts +4 -3
- package/dist/server/index.d.ts +4 -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/dist/types-CQSjy7et.d.mts +101 -0
- package/dist/types-DHOxe8rc.d.ts +101 -0
- package/dist/usePageUrlGenerator-tjq2mlDV.d.ts +14 -0
- package/dist/usePageUrlGenerator-uOnyJ6j2.d.mts +14 -0
- package/dist/{useSocket-BkxHHujj.d.mts → useSocket-B1fMIr17.d.mts} +1 -1
- package/dist/{useSocket-CMDjWFYm.d.ts → useSocket-BdJTBXKv.d.ts} +1 -1
- package/package.json +15 -1
- package/src/client/config.ts +9 -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 +28 -0
- package/src/features/assistant/contexts/AssistantContext.tsx +35 -19
- package/src/features/assistant/contexts/__tests__/AssistantContext.spec.tsx +66 -6
- package/src/features/assistant/data/Assistant.ts +2 -0
- package/src/features/assistant/data/AssistantInterface.ts +2 -0
- package/src/features/assistant/data/AssistantService.ts +18 -8
- package/src/features/assistant-message/components/parts/MessageSourcesContainer.tsx +4 -0
- package/src/features/assistant-message/components/parts/MessageSourcesPanel.tsx +6 -4
- package/src/features/assistant-message/components/parts/tabs/ContentsTab.tsx +5 -1
- package/src/features/assistant-message/components/parts/tabs/ReferencesTab.tsx +3 -1
- package/src/features/assistant-message/data/AssistantMessage.ts +27 -1
- package/src/features/assistant-message/data/AssistantMessageInterface.ts +1 -0
- package/src/features/assistant-message/data/__tests__/AssistantMessage.spec.ts +7 -3
- package/src/features/help/components/HelpArticleBody.tsx +62 -0
- package/src/features/help/components/HelpAskAi.tsx +36 -0
- package/src/features/help/components/HelpAssistantSheet.tsx +53 -0
- package/src/features/help/components/HelpHeader.tsx +40 -0
- package/src/features/help/components/HelpHint.tsx +86 -0
- package/src/features/help/components/HelpSearchResultRow.tsx +61 -0
- package/src/features/help/components/HelpSideNav.tsx +119 -0
- package/src/features/help/components/HelpTOC.tsx +49 -0
- package/src/features/help/components/__tests__/HelpAskAi.spec.tsx +68 -0
- package/src/features/help/components/__tests__/HelpAssistantSheet.spec.tsx +36 -0
- package/src/features/help/components/__tests__/HelpHint.spec.tsx +50 -0
- package/src/features/help/components/__tests__/HelpSearchResultRow.spec.tsx +58 -0
- package/src/features/help/components/__tests__/HelpSideNav.spec.tsx +50 -0
- package/src/features/help/contexts/HelpContext.spec.tsx +26 -0
- package/src/features/help/contexts/HelpContext.tsx +24 -0
- package/src/features/help/hooks/useHelp.ts +1 -0
- package/src/features/help/hooks/useHelpFilter.ts +27 -0
- package/src/features/help/i18n-keys.ts +34 -0
- package/src/features/help/index.ts +24 -0
- package/src/features/help/interfaces/help-content-config.interface.ts +12 -0
- package/src/features/help/server-entry.ts +11 -0
- package/src/features/help/types/help-article.types.ts +35 -0
- package/src/features/help/utils/articleUrl.ts +13 -0
- 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 +64 -3
- package/src/features/how-to/data/HowToInterface.ts +14 -0
- package/src/features/how-to/data/HowToService.ts +61 -0
- package/src/index.ts +4 -0
- package/dist/chunk-56XBGQGU.mjs.map +0 -1
- package/dist/chunk-CFECWLHH.mjs.map +0 -1
- package/dist/chunk-HC3JFN3C.js.map +0 -1
- package/dist/chunk-RXXZGPC3.js.map +0 -1
- package/dist/chunk-VLDLERJN.js.map +0 -1
- /package/dist/{BlockNoteEditor-XVIBGXHF.mjs.map → BlockNoteEditor-K7IIWM3S.mjs.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -457,14 +457,15 @@
|
|
|
457
457
|
|
|
458
458
|
|
|
459
459
|
|
|
460
|
-
var _chunkHC3JFN3Cjs = require('../chunk-HC3JFN3C.js');
|
|
461
|
-
require('../chunk-VLDLERJN.js');
|
|
462
460
|
|
|
461
|
+
var _chunkAKXUNE3Ajs = require('../chunk-AKXUNE3A.js');
|
|
462
|
+
require('../chunk-6XWW67F2.js');
|
|
463
463
|
|
|
464
464
|
|
|
465
465
|
|
|
466
466
|
|
|
467
|
-
|
|
467
|
+
|
|
468
|
+
var _chunkU2HR57MYjs = require('../chunk-U2HR57MY.js');
|
|
468
469
|
require('../chunk-LXKSUWAV.js');
|
|
469
470
|
require('../chunk-IBS6NI7D.js');
|
|
470
471
|
require('../chunk-J5LROFGL.js');
|
|
@@ -939,5 +940,6 @@ require('../chunk-7QVYU63E.js');
|
|
|
939
940
|
|
|
940
941
|
|
|
941
942
|
|
|
942
|
-
exports.AcceptInvitation = _chunkHC3JFN3Cjs.AcceptInvitation; exports.Accordion = _chunkHC3JFN3Cjs.Accordion; exports.AccordionContent = _chunkHC3JFN3Cjs.AccordionContent; exports.AccordionItem = _chunkHC3JFN3Cjs.AccordionItem; exports.AccordionTrigger = _chunkHC3JFN3Cjs.AccordionTrigger; exports.ActivateAccount = _chunkHC3JFN3Cjs.ActivateAccount; exports.AddUserToRole = _chunkHC3JFN3Cjs.AddUserToRole; exports.AdminCompanyContainer = _chunkHC3JFN3Cjs.AdminCompanyContainer; exports.AdminUsersList = _chunkHC3JFN3Cjs.AdminUsersList; exports.Alert = _chunkHC3JFN3Cjs.Alert; exports.AlertAction = _chunkHC3JFN3Cjs.AlertAction; exports.AlertDescription = _chunkHC3JFN3Cjs.AlertDescription; exports.AlertDialog = _chunkHC3JFN3Cjs.AlertDialog; exports.AlertDialogAction = _chunkHC3JFN3Cjs.AlertDialogAction; exports.AlertDialogCancel = _chunkHC3JFN3Cjs.AlertDialogCancel; exports.AlertDialogContent = _chunkHC3JFN3Cjs.AlertDialogContent; exports.AlertDialogDescription = _chunkHC3JFN3Cjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkHC3JFN3Cjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkHC3JFN3Cjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkHC3JFN3Cjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkHC3JFN3Cjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkHC3JFN3Cjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkHC3JFN3Cjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkHC3JFN3Cjs.AlertDialogTrigger; exports.AlertTitle = _chunkHC3JFN3Cjs.AlertTitle; exports.AllUsersListContainer = _chunkHC3JFN3Cjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkHC3JFN3Cjs.AllowedUsersDetails; exports.AssistantContainer = _chunkHC3JFN3Cjs.AssistantContainer; exports.AttributeElement = _chunkHC3JFN3Cjs.AttributeElement; exports.AuthContainer = _chunkHC3JFN3Cjs.AuthContainer; exports.Avatar = _chunkHC3JFN3Cjs.Avatar; exports.AvatarBadge = _chunkHC3JFN3Cjs.AvatarBadge; exports.AvatarFallback = _chunkHC3JFN3Cjs.AvatarFallback; exports.AvatarGroup = _chunkHC3JFN3Cjs.AvatarGroup; exports.AvatarGroupCount = _chunkHC3JFN3Cjs.AvatarGroupCount; exports.AvatarImage = _chunkHC3JFN3Cjs.AvatarImage; exports.BackupCodesDialog = _chunkHC3JFN3Cjs.BackupCodesDialog; exports.Badge = _chunkHC3JFN3Cjs.Badge; exports.BlockNoteEditorContainer = _chunkHC3JFN3Cjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkHC3JFN3Cjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkHC3JFN3Cjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunkHC3JFN3Cjs.KanbanBoard; exports.Breadcrumb = _chunkHC3JFN3Cjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkHC3JFN3Cjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkHC3JFN3Cjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkHC3JFN3Cjs.BreadcrumbLink; exports.BreadcrumbList = _chunkHC3JFN3Cjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkHC3JFN3Cjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkHC3JFN3Cjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkHC3JFN3Cjs.BreadcrumbSeparator; exports.Button = _chunkHC3JFN3Cjs.Button; exports.Calendar = _chunkHC3JFN3Cjs.Calendar; exports.CalendarDayButton = _chunkHC3JFN3Cjs.CalendarDayButton; exports.Card = _chunkHC3JFN3Cjs.Card; exports.CardAction = _chunkHC3JFN3Cjs.CardAction; exports.CardContent = _chunkHC3JFN3Cjs.CardContent; exports.CardDescription = _chunkHC3JFN3Cjs.CardDescription; exports.CardFooter = _chunkHC3JFN3Cjs.CardFooter; exports.CardHeader = _chunkHC3JFN3Cjs.CardHeader; exports.CardTitle = _chunkHC3JFN3Cjs.CardTitle; exports.Carousel = _chunkHC3JFN3Cjs.Carousel; exports.CarouselContent = _chunkHC3JFN3Cjs.CarouselContent; exports.CarouselItem = _chunkHC3JFN3Cjs.CarouselItem; exports.CarouselNext = _chunkHC3JFN3Cjs.CarouselNext; exports.CarouselPrevious = _chunkHC3JFN3Cjs.CarouselPrevious; exports.ChartContainer = _chunkHC3JFN3Cjs.ChartContainer; exports.ChartLegend = _chunkHC3JFN3Cjs.ChartLegend; exports.ChartLegendContent = _chunkHC3JFN3Cjs.ChartLegendContent; exports.ChartStyle = _chunkHC3JFN3Cjs.ChartStyle; exports.ChartTooltip = _chunkHC3JFN3Cjs.ChartTooltip; exports.ChartTooltipContent = _chunkHC3JFN3Cjs.ChartTooltipContent; exports.Checkbox = _chunkHC3JFN3Cjs.Checkbox; exports.Collapsible = _chunkHC3JFN3Cjs.Collapsible; exports.CollapsibleContent = _chunkHC3JFN3Cjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkHC3JFN3Cjs.CollapsibleTrigger; exports.Column = _chunkHC3JFN3Cjs.KanbanColumn; exports.ColumnHandle = _chunkHC3JFN3Cjs.KanbanColumnHandle; exports.Combobox = _chunkHC3JFN3Cjs.Combobox; exports.ComboboxChip = _chunkHC3JFN3Cjs.ComboboxChip; exports.ComboboxChips = _chunkHC3JFN3Cjs.ComboboxChips; exports.ComboboxChipsInput = _chunkHC3JFN3Cjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkHC3JFN3Cjs.ComboboxCollection; exports.ComboboxContent = _chunkHC3JFN3Cjs.ComboboxContent; exports.ComboboxEmpty = _chunkHC3JFN3Cjs.ComboboxEmpty; exports.ComboboxGroup = _chunkHC3JFN3Cjs.ComboboxGroup; exports.ComboboxInput = _chunkHC3JFN3Cjs.ComboboxInput; exports.ComboboxItem = _chunkHC3JFN3Cjs.ComboboxItem; exports.ComboboxLabel = _chunkHC3JFN3Cjs.ComboboxLabel; exports.ComboboxList = _chunkHC3JFN3Cjs.ComboboxList; exports.ComboboxSeparator = _chunkHC3JFN3Cjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkHC3JFN3Cjs.ComboboxTrigger; exports.ComboboxValue = _chunkHC3JFN3Cjs.ComboboxValue; exports.Command = _chunkHC3JFN3Cjs.Command; exports.CommandDialog = _chunkHC3JFN3Cjs.CommandDialog; exports.CommandEmpty = _chunkHC3JFN3Cjs.CommandEmpty; exports.CommandGroup = _chunkHC3JFN3Cjs.CommandGroup; exports.CommandInput = _chunkHC3JFN3Cjs.CommandInput; exports.CommandItem = _chunkHC3JFN3Cjs.CommandItem; exports.CommandList = _chunkHC3JFN3Cjs.CommandList; exports.CommandSeparator = _chunkHC3JFN3Cjs.CommandSeparator; exports.CommandShortcut = _chunkHC3JFN3Cjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkHC3JFN3Cjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkHC3JFN3Cjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkHC3JFN3Cjs.CommonDeleter; exports.CommonEditorButtons = _chunkHC3JFN3Cjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkHC3JFN3Cjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkHC3JFN3Cjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkHC3JFN3Cjs.CommonEditorTrigger; exports.CompaniesList = _chunkHC3JFN3Cjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkHC3JFN3Cjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkHC3JFN3Cjs.CompanyContainer; exports.CompanyContent = _chunkHC3JFN3Cjs.CompanyContent; exports.CompanyDeleter = _chunkHC3JFN3Cjs.CompanyDeleter; exports.CompanyDetails = _chunkHC3JFN3Cjs.CompanyDetails; exports.CompanyEditor = _chunkHC3JFN3Cjs.CompanyEditor; exports.CompanyUsersList = _chunkHC3JFN3Cjs.CompanyUsersList; exports.ContentListGrid = _chunkHC3JFN3Cjs.ContentListGrid; exports.ContentListTable = _chunkHC3JFN3Cjs.ContentListTable; exports.ContentTableSearch = _chunkHC3JFN3Cjs.ContentTableSearch; exports.ContentTitle = _chunkHC3JFN3Cjs.ContentTitle; exports.ContentsList = _chunkHC3JFN3Cjs.ContentsList; exports.ContentsListById = _chunkHC3JFN3Cjs.ContentsListById; exports.ContextMenu = _chunkHC3JFN3Cjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkHC3JFN3Cjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkHC3JFN3Cjs.ContextMenuContent; exports.ContextMenuGroup = _chunkHC3JFN3Cjs.ContextMenuGroup; exports.ContextMenuItem = _chunkHC3JFN3Cjs.ContextMenuItem; exports.ContextMenuLabel = _chunkHC3JFN3Cjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkHC3JFN3Cjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkHC3JFN3Cjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkHC3JFN3Cjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkHC3JFN3Cjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkHC3JFN3Cjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkHC3JFN3Cjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkHC3JFN3Cjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkHC3JFN3Cjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkHC3JFN3Cjs.ContextMenuTrigger; exports.ContributorsList = _chunkHC3JFN3Cjs.ContributorsList; exports.Cookies = _chunkHC3JFN3Cjs.Cookies; exports.CurrencyInput = _chunkHC3JFN3Cjs.CurrencyInput; exports.DatePickerPopover = _chunkHC3JFN3Cjs.DatePickerPopover; exports.DateRangeSelector = _chunkHC3JFN3Cjs.DateRangeSelector; exports.Dialog = _chunkHC3JFN3Cjs.Dialog; exports.DialogClose = _chunkHC3JFN3Cjs.DialogClose; exports.DialogContent = _chunkHC3JFN3Cjs.DialogContent; exports.DialogDescription = _chunkHC3JFN3Cjs.DialogDescription; exports.DialogFooter = _chunkHC3JFN3Cjs.DialogFooter; exports.DialogHeader = _chunkHC3JFN3Cjs.DialogHeader; exports.DialogOverlay = _chunkHC3JFN3Cjs.DialogOverlay; exports.DialogPortal = _chunkHC3JFN3Cjs.DialogPortal; exports.DialogTitle = _chunkHC3JFN3Cjs.DialogTitle; exports.DialogTrigger = _chunkHC3JFN3Cjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkHC3JFN3Cjs.DisableTwoFactorDialog; exports.Drawer = _chunkHC3JFN3Cjs.Drawer; exports.DrawerClose = _chunkHC3JFN3Cjs.DrawerClose; exports.DrawerContent = _chunkHC3JFN3Cjs.DrawerContent; exports.DrawerDescription = _chunkHC3JFN3Cjs.DrawerDescription; exports.DrawerFooter = _chunkHC3JFN3Cjs.DrawerFooter; exports.DrawerHeader = _chunkHC3JFN3Cjs.DrawerHeader; exports.DrawerOverlay = _chunkHC3JFN3Cjs.DrawerOverlay; exports.DrawerPortal = _chunkHC3JFN3Cjs.DrawerPortal; exports.DrawerTitle = _chunkHC3JFN3Cjs.DrawerTitle; exports.DrawerTrigger = _chunkHC3JFN3Cjs.DrawerTrigger; exports.DropdownMenu = _chunkHC3JFN3Cjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkHC3JFN3Cjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkHC3JFN3Cjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkHC3JFN3Cjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkHC3JFN3Cjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkHC3JFN3Cjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkHC3JFN3Cjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkHC3JFN3Cjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkHC3JFN3Cjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkHC3JFN3Cjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkHC3JFN3Cjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkHC3JFN3Cjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkHC3JFN3Cjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkHC3JFN3Cjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkHC3JFN3Cjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkHC3JFN3Cjs.EditableAvatar; exports.EditorSheet = _chunkHC3JFN3Cjs.EditorSheet; exports.EntityAvatar = _chunkHC3JFN3Cjs.EntityAvatar; exports.EntityMultiSelector = _chunkHC3JFN3Cjs.EntityMultiSelector; exports.ErrorDetails = _chunkHC3JFN3Cjs.ErrorDetails; exports.Field = _chunkHC3JFN3Cjs.Field; exports.FieldContent = _chunkHC3JFN3Cjs.FieldContent; exports.FieldDescription = _chunkHC3JFN3Cjs.FieldDescription; exports.FieldError = _chunkHC3JFN3Cjs.FieldError; exports.FieldGroup = _chunkHC3JFN3Cjs.FieldGroup; exports.FieldLabel = _chunkHC3JFN3Cjs.FieldLabel; exports.FieldLegend = _chunkHC3JFN3Cjs.FieldLegend; exports.FieldSeparator = _chunkHC3JFN3Cjs.FieldSeparator; exports.FieldSet = _chunkHC3JFN3Cjs.FieldSet; exports.FieldTitle = _chunkHC3JFN3Cjs.FieldTitle; exports.FileInput = _chunkHC3JFN3Cjs.FileInput; exports.FileUploader = _chunkHC3JFN3Cjs.FileUploader; exports.FileUploaderContent = _chunkHC3JFN3Cjs.FileUploaderContent; exports.FileUploaderItem = _chunkHC3JFN3Cjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkHC3JFN3Cjs.FiscalDataDisplay; exports.ForgotPassword = _chunkHC3JFN3Cjs.ForgotPassword; exports.Form = _chunkHC3JFN3Cjs.Form; exports.FormBlockNote = _chunkHC3JFN3Cjs.FormBlockNote; exports.FormCheckbox = _chunkHC3JFN3Cjs.FormCheckbox; exports.FormDate = _chunkHC3JFN3Cjs.FormDate; exports.FormDateTime = _chunkHC3JFN3Cjs.FormDateTime; exports.FormFeatures = _chunkHC3JFN3Cjs.FormFeatures; exports.FormFieldWrapper = _chunkHC3JFN3Cjs.FormFieldWrapper; exports.FormInput = _chunkHC3JFN3Cjs.FormInput; exports.FormPassword = _chunkHC3JFN3Cjs.FormPassword; exports.FormPlaceAutocomplete = _chunkHC3JFN3Cjs.FormPlaceAutocomplete; exports.FormRoles = _chunkHC3JFN3Cjs.FormRoles; exports.FormSelect = _chunkHC3JFN3Cjs.FormSelect; exports.FormSlider = _chunkHC3JFN3Cjs.FormSlider; exports.FormSwitch = _chunkHC3JFN3Cjs.FormSwitch; exports.FormTextarea = _chunkHC3JFN3Cjs.FormTextarea; exports.GdprConsentCheckbox = _chunkHC3JFN3Cjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkHC3JFN3Cjs.GdprConsentSection; exports.Header = _chunkHC3JFN3Cjs.Header; exports.HoverCard = _chunkHC3JFN3Cjs.HoverCard; exports.HoverCardContent = _chunkHC3JFN3Cjs.HoverCardContent; exports.HoverCardTrigger = _chunkHC3JFN3Cjs.HoverCardTrigger; exports.HowToCommand = _chunkHC3JFN3Cjs.HowToCommand; exports.HowToCommandViewer = _chunkHC3JFN3Cjs.HowToCommandViewer; exports.HowToContainer = _chunkHC3JFN3Cjs.HowToContainer; exports.HowToContent = _chunkHC3JFN3Cjs.HowToContent; exports.HowToDeleter = _chunkHC3JFN3Cjs.HowToDeleter; exports.HowToDetails = _chunkHC3JFN3Cjs.HowToDetails; exports.HowToEditor = _chunkHC3JFN3Cjs.HowToEditor; exports.HowToList = _chunkHC3JFN3Cjs.HowToList; exports.HowToListContainer = _chunkHC3JFN3Cjs.HowToListContainer; exports.HowToMultiSelector = _chunkHC3JFN3Cjs.HowToMultiSelector; exports.HowToSelector = _chunkHC3JFN3Cjs.HowToSelector; exports.Input = _chunkHC3JFN3Cjs.Input; exports.InputGroup = _chunkHC3JFN3Cjs.InputGroup; exports.InputGroupAddon = _chunkHC3JFN3Cjs.InputGroupAddon; exports.InputGroupButton = _chunkHC3JFN3Cjs.InputGroupButton; exports.InputGroupInput = _chunkHC3JFN3Cjs.InputGroupInput; exports.InputGroupText = _chunkHC3JFN3Cjs.InputGroupText; exports.InputGroupTextarea = _chunkHC3JFN3Cjs.InputGroupTextarea; exports.InputOTP = _chunkHC3JFN3Cjs.InputOTP; exports.InputOTPGroup = _chunkHC3JFN3Cjs.InputOTPGroup; exports.InputOTPSeparator = _chunkHC3JFN3Cjs.InputOTPSeparator; exports.InputOTPSlot = _chunkHC3JFN3Cjs.InputOTPSlot; exports.ItalianFiscalData = _chunkHC3JFN3Cjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkHC3JFN3Cjs.ItalianFiscalDataDisplay; exports.Item = _chunkHC3JFN3Cjs.KanbanItem; exports.ItemHandle = _chunkHC3JFN3Cjs.KanbanItemHandle; exports.Kanban = _chunkHC3JFN3Cjs.KanbanRoot; exports.KanbanBoard = _chunkHC3JFN3Cjs.KanbanBoard; exports.KanbanColumn = _chunkHC3JFN3Cjs.KanbanColumn; exports.KanbanColumnHandle = _chunkHC3JFN3Cjs.KanbanColumnHandle; exports.KanbanItem = _chunkHC3JFN3Cjs.KanbanItem; exports.KanbanItemHandle = _chunkHC3JFN3Cjs.KanbanItemHandle; exports.KanbanOverlay = _chunkHC3JFN3Cjs.KanbanOverlay; exports.Label = _chunkHC3JFN3Cjs.Label; exports.LandingComponent = _chunkHC3JFN3Cjs.LandingComponent; exports.Link = _chunkHC3JFN3Cjs.Link; exports.Login = _chunkHC3JFN3Cjs.Login; exports.Logout = _chunkHC3JFN3Cjs.Logout; exports.MessageItem = _chunkHC3JFN3Cjs.MessageItem; exports.MessageList = _chunkHC3JFN3Cjs.MessageList; exports.MessageSourcesPanel = _chunkHC3JFN3Cjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunkHC3JFN3Cjs.ModeToggleSwitch; exports.MultiSelect = _chunkHC3JFN3Cjs.MultiSelect; exports.MultipleSelector = _chunkHC3JFN3Cjs.MultipleSelector; exports.NavigationMenu = _chunkHC3JFN3Cjs.NavigationMenu; exports.NavigationMenuContent = _chunkHC3JFN3Cjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkHC3JFN3Cjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkHC3JFN3Cjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkHC3JFN3Cjs.NavigationMenuLink; exports.NavigationMenuList = _chunkHC3JFN3Cjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkHC3JFN3Cjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkHC3JFN3Cjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkHC3JFN3Cjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkHC3JFN3Cjs.NotificationMenuItem; exports.NotificationModal = _chunkHC3JFN3Cjs.NotificationModal; exports.NotificationToast = _chunkHC3JFN3Cjs.NotificationToast; exports.NotificationsList = _chunkHC3JFN3Cjs.NotificationsList; exports.NotificationsListContainer = _chunkHC3JFN3Cjs.NotificationsListContainer; exports.OAuthClientCard = _chunkHC3JFN3Cjs.OAuthClientCard; exports.OAuthClientDetail = _chunkHC3JFN3Cjs.OAuthClientDetail; exports.OAuthClientForm = _chunkHC3JFN3Cjs.OAuthClientForm; exports.OAuthClientList = _chunkHC3JFN3Cjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkHC3JFN3Cjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkHC3JFN3Cjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkHC3JFN3Cjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkHC3JFN3Cjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkHC3JFN3Cjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkHC3JFN3Cjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkHC3JFN3Cjs.OAuthScopeSelector; exports.OnboardingCard = _chunkHC3JFN3Cjs.OnboardingCard; exports.Overlay = _chunkHC3JFN3Cjs.KanbanOverlay; exports.PageContainer = _chunkHC3JFN3Cjs.PageContainer; exports.PageContainerContentDetails = _chunkHC3JFN3Cjs.PageContainerContentDetails; exports.PageContentContainer = _chunkHC3JFN3Cjs.PageContentContainer; exports.PageSection = _chunkHC3JFN3Cjs.PageSection; exports.PasskeyButton = _chunkHC3JFN3Cjs.PasskeyButton; exports.PasskeyList = _chunkHC3JFN3Cjs.PasskeyList; exports.PasskeySetupDialog = _chunkHC3JFN3Cjs.PasskeySetupDialog; exports.PasswordInput = _chunkHC3JFN3Cjs.PasswordInput; exports.Popover = _chunkHC3JFN3Cjs.Popover; exports.PopoverContent = _chunkHC3JFN3Cjs.PopoverContent; exports.PopoverDescription = _chunkHC3JFN3Cjs.PopoverDescription; exports.PopoverHeader = _chunkHC3JFN3Cjs.PopoverHeader; exports.PopoverTitle = _chunkHC3JFN3Cjs.PopoverTitle; exports.PopoverTrigger = _chunkHC3JFN3Cjs.PopoverTrigger; exports.Progress = _chunkHC3JFN3Cjs.Progress; exports.ProgressIndicator = _chunkHC3JFN3Cjs.ProgressIndicator; exports.ProgressLabel = _chunkHC3JFN3Cjs.ProgressLabel; exports.ProgressTrack = _chunkHC3JFN3Cjs.ProgressTrack; exports.ProgressValue = _chunkHC3JFN3Cjs.ProgressValue; exports.PushNotificationProvider = _chunkHC3JFN3Cjs.PushNotificationProvider; exports.RadioGroup = _chunkHC3JFN3Cjs.RadioGroup; exports.RadioGroupItem = _chunkHC3JFN3Cjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkHC3JFN3Cjs.RbacByRoleContainer; exports.RbacContainer = _chunkHC3JFN3Cjs.RbacContainer; exports.RbacPermissionCell = _chunkHC3JFN3Cjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkHC3JFN3Cjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkHC3JFN3Cjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkHC3JFN3Cjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkHC3JFN3Cjs.ReferralCodeCapture; exports.ReferralDialog = _chunkHC3JFN3Cjs.ReferralDialog; exports.ReferralWidget = _chunkHC3JFN3Cjs.ReferralWidget; exports.RefreshUser = _chunkHC3JFN3Cjs.RefreshUser; exports.RelevantContentsList = _chunkHC3JFN3Cjs.RelevantContentsList; exports.RelevantUsersList = _chunkHC3JFN3Cjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkHC3JFN3Cjs.RemoveUserFromRole; exports.ResetPassword = _chunkHC3JFN3Cjs.ResetPassword; exports.ResizableHandle = _chunkHC3JFN3Cjs.ResizableHandle; exports.ResizablePanel = _chunkHC3JFN3Cjs.ResizablePanel; exports.ResizablePanelGroup = _chunkHC3JFN3Cjs.ResizablePanelGroup; exports.RoleContainer = _chunkHC3JFN3Cjs.RoleContainer; exports.RoleDetails = _chunkHC3JFN3Cjs.RoleDetails; exports.RoleUsersList = _chunkHC3JFN3Cjs.RoleUsersList; exports.RolesList = _chunkHC3JFN3Cjs.RolesList; exports.Root = _chunkHC3JFN3Cjs.KanbanRoot; exports.RoundPageContainer = _chunkHC3JFN3Cjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkHC3JFN3Cjs.RoundPageContainerTitle; exports.ScrollArea = _chunkHC3JFN3Cjs.ScrollArea; exports.ScrollBar = _chunkHC3JFN3Cjs.ScrollBar; exports.SecurityContainer = _chunkHC3JFN3Cjs.SecurityContainer; exports.Select = _chunkHC3JFN3Cjs.Select; exports.SelectContent = _chunkHC3JFN3Cjs.SelectContent; exports.SelectGroup = _chunkHC3JFN3Cjs.SelectGroup; exports.SelectItem = _chunkHC3JFN3Cjs.SelectItem; exports.SelectLabel = _chunkHC3JFN3Cjs.SelectLabel; exports.SelectScrollDownButton = _chunkHC3JFN3Cjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkHC3JFN3Cjs.SelectScrollUpButton; exports.SelectSeparator = _chunkHC3JFN3Cjs.SelectSeparator; exports.SelectTrigger = _chunkHC3JFN3Cjs.SelectTrigger; exports.SelectValue = _chunkHC3JFN3Cjs.SelectValue; exports.Separator = _chunkHC3JFN3Cjs.Separator; exports.Sheet = _chunkHC3JFN3Cjs.Sheet; exports.SheetClose = _chunkHC3JFN3Cjs.SheetClose; exports.SheetContent = _chunkHC3JFN3Cjs.SheetContent; exports.SheetDescription = _chunkHC3JFN3Cjs.SheetDescription; exports.SheetFooter = _chunkHC3JFN3Cjs.SheetFooter; exports.SheetHeader = _chunkHC3JFN3Cjs.SheetHeader; exports.SheetTitle = _chunkHC3JFN3Cjs.SheetTitle; exports.SheetTrigger = _chunkHC3JFN3Cjs.SheetTrigger; exports.Sidebar = _chunkHC3JFN3Cjs.Sidebar; exports.SidebarContent = _chunkHC3JFN3Cjs.SidebarContent; exports.SidebarFooter = _chunkHC3JFN3Cjs.SidebarFooter; exports.SidebarGroup = _chunkHC3JFN3Cjs.SidebarGroup; exports.SidebarGroupAction = _chunkHC3JFN3Cjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkHC3JFN3Cjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkHC3JFN3Cjs.SidebarGroupLabel; exports.SidebarHeader = _chunkHC3JFN3Cjs.SidebarHeader; exports.SidebarInput = _chunkHC3JFN3Cjs.SidebarInput; exports.SidebarInset = _chunkHC3JFN3Cjs.SidebarInset; exports.SidebarMenu = _chunkHC3JFN3Cjs.SidebarMenu; exports.SidebarMenuAction = _chunkHC3JFN3Cjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkHC3JFN3Cjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkHC3JFN3Cjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkHC3JFN3Cjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkHC3JFN3Cjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkHC3JFN3Cjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkHC3JFN3Cjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkHC3JFN3Cjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkHC3JFN3Cjs.SidebarProvider; exports.SidebarRail = _chunkHC3JFN3Cjs.SidebarRail; exports.SidebarSeparator = _chunkHC3JFN3Cjs.SidebarSeparator; exports.SidebarTrigger = _chunkHC3JFN3Cjs.SidebarTrigger; exports.Skeleton = _chunkHC3JFN3Cjs.Skeleton; exports.Slider = _chunkHC3JFN3Cjs.Slider; exports.Switch = _chunkHC3JFN3Cjs.Switch; exports.Table = _chunkHC3JFN3Cjs.Table; exports.TableBody = _chunkHC3JFN3Cjs.TableBody; exports.TableCaption = _chunkHC3JFN3Cjs.TableCaption; exports.TableCell = _chunkHC3JFN3Cjs.TableCell; exports.TableCellAvatar = _chunkHC3JFN3Cjs.TableCellAvatar; exports.TableFooter = _chunkHC3JFN3Cjs.TableFooter; exports.TableHead = _chunkHC3JFN3Cjs.TableHead; exports.TableHeader = _chunkHC3JFN3Cjs.TableHeader; exports.TableRow = _chunkHC3JFN3Cjs.TableRow; exports.Tabs = _chunkHC3JFN3Cjs.Tabs; exports.TabsContainer = _chunkHC3JFN3Cjs.TabsContainer; exports.TabsContent = _chunkHC3JFN3Cjs.TabsContent; exports.TabsList = _chunkHC3JFN3Cjs.TabsList; exports.TabsTrigger = _chunkHC3JFN3Cjs.TabsTrigger; exports.Textarea = _chunkHC3JFN3Cjs.Textarea; exports.Toaster = _chunkHC3JFN3Cjs.Toaster; exports.Toggle = _chunkHC3JFN3Cjs.Toggle; exports.TokenStatusIndicator = _chunkHC3JFN3Cjs.TokenStatusIndicator; exports.Tooltip = _chunkHC3JFN3Cjs.Tooltip; exports.TooltipContent = _chunkHC3JFN3Cjs.TooltipContent; exports.TooltipProvider = _chunkHC3JFN3Cjs.TooltipProvider; exports.TooltipTrigger = _chunkHC3JFN3Cjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkHC3JFN3Cjs.TotpAuthenticatorList; exports.TotpInput = _chunkHC3JFN3Cjs.TotpInput; exports.TotpSetupDialog = _chunkHC3JFN3Cjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkHC3JFN3Cjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkHC3JFN3Cjs.TwoFactorSettings; exports.UserAvatar = _chunkHC3JFN3Cjs.UserAvatar; exports.UserAvatarEditor = _chunkHC3JFN3Cjs.UserAvatarEditor; exports.UserAvatarList = _chunkHC3JFN3Cjs.UserAvatarList; exports.UserContainer = _chunkHC3JFN3Cjs.UserContainer; exports.UserContent = _chunkHC3JFN3Cjs.UserContent; exports.UserDeleter = _chunkHC3JFN3Cjs.UserDeleter; exports.UserEditor = _chunkHC3JFN3Cjs.UserEditor; exports.UserIndexContainer = _chunkHC3JFN3Cjs.UserIndexContainer; exports.UserIndexDetails = _chunkHC3JFN3Cjs.UserIndexDetails; exports.UserListInAdd = _chunkHC3JFN3Cjs.UserListInAdd; exports.UserMultiSelect = _chunkHC3JFN3Cjs.UserMultiSelect; exports.UserReactivator = _chunkHC3JFN3Cjs.UserReactivator; exports.UserResentInvitationEmail = _chunkHC3JFN3Cjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkHC3JFN3Cjs.UserRoleAdd; exports.UserRolesList = _chunkHC3JFN3Cjs.UserRolesList; exports.UserSearchPopover = _chunkHC3JFN3Cjs.UserSearchPopover; exports.UserSelector = _chunkHC3JFN3Cjs.UserSelector; exports.UserStanadaloneDetails = _chunkHC3JFN3Cjs.UserStanadaloneDetails; exports.UsersList = _chunkHC3JFN3Cjs.UsersList; exports.UsersListByContentIds = _chunkHC3JFN3Cjs.UsersListByContentIds; exports.UsersListContainer = _chunkHC3JFN3Cjs.UsersListContainer; exports.WaitlistConfirmation = _chunkHC3JFN3Cjs.WaitlistConfirmation; exports.WaitlistForm = _chunkHC3JFN3Cjs.WaitlistForm; exports.WaitlistHeroSection = _chunkHC3JFN3Cjs.WaitlistHeroSection; exports.WaitlistList = _chunkHC3JFN3Cjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkHC3JFN3Cjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkHC3JFN3Cjs.WaitlistSuccessState; exports.badgeVariants = _chunkHC3JFN3Cjs.badgeVariants; exports.buttonVariants = _chunkHC3JFN3Cjs.buttonVariants; exports.cellComponent = _chunkHC3JFN3Cjs.cellComponent; exports.cellDate = _chunkHC3JFN3Cjs.cellDate; exports.cellDateTime = _chunkHC3JFN3Cjs.cellDateTime; exports.cellId = _chunkHC3JFN3Cjs.cellId; exports.cellLink = _chunkHC3JFN3Cjs.cellLink; exports.cellUrl = _chunkHC3JFN3Cjs.cellUrl; exports.createMentionInlineContentSpec = _chunkHC3JFN3Cjs.createMentionInlineContentSpec; exports.errorToast = _chunkHC3JFN3Cjs.errorToast; exports.generateNotificationData = _chunkHC3JFN3Cjs.generateNotificationData; exports.getIcon = _chunkRXXZGPC3js.getIcon; exports.getIconByModule = _chunkRXXZGPC3js.getIconByModule; exports.getIconByModuleName = _chunkRXXZGPC3js.getIconByModuleName; exports.getInitials = _chunkRXXZGPC3js.getInitials; exports.mentionDataAttrs = _chunkHC3JFN3Cjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkHC3JFN3Cjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkHC3JFN3Cjs.parseFiscalData; exports.parseMentionElement = _chunkHC3JFN3Cjs.parseMentionElement; exports.tabsListVariants = _chunkHC3JFN3Cjs.tabsListVariants; exports.toggleVariants = _chunkHC3JFN3Cjs.toggleVariants; exports.triggerAssociationToast = _chunkHC3JFN3Cjs.triggerAssociationToast; exports.useCarousel = _chunkHC3JFN3Cjs.useCarousel; exports.useComboboxAnchor = _chunkHC3JFN3Cjs.useComboboxAnchor; exports.useDebounce = _chunkHC3JFN3Cjs.useDebounce2; exports.useEditorDialog = _chunkHC3JFN3Cjs.useEditorDialog; exports.useFileUpload = _chunkHC3JFN3Cjs.useFileUpload; exports.useMentionInsert = _chunkHC3JFN3Cjs.useMentionInsert; exports.useSidebar = _chunkHC3JFN3Cjs.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;
|
|
943
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;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;AACF,
|
|
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,14 +458,14 @@ import {
|
|
|
457
458
|
useFileUpload,
|
|
458
459
|
useMentionInsert,
|
|
459
460
|
useSidebar
|
|
460
|
-
} from "../chunk-
|
|
461
|
-
import "../chunk-
|
|
461
|
+
} from "../chunk-TXVVZLUQ.mjs";
|
|
462
|
+
import "../chunk-CWVYU4YZ.mjs";
|
|
462
463
|
import {
|
|
463
464
|
getIcon,
|
|
464
465
|
getIconByModule,
|
|
465
466
|
getIconByModuleName,
|
|
466
467
|
getInitials
|
|
467
|
-
} from "../chunk-
|
|
468
|
+
} from "../chunk-ZYPNVEHB.mjs";
|
|
468
469
|
import "../chunk-AUXK7QSA.mjs";
|
|
469
470
|
import "../chunk-C7C7VY4F.mjs";
|
|
470
471
|
import "../chunk-KK7PYKVI.mjs";
|
|
@@ -512,6 +513,7 @@ export {
|
|
|
512
513
|
BlockNoteEditorContainer,
|
|
513
514
|
BlockNoteEditorMentionHoverCard,
|
|
514
515
|
BlockNoteEditorMentionSuggestionMenu,
|
|
516
|
+
BlockNoteViewerContainer,
|
|
515
517
|
KanbanBoard as Board,
|
|
516
518
|
Breadcrumb,
|
|
517
519
|
BreadcrumbEllipsis,
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { M as ModuleWithPermissions } from './
|
|
1
|
+
import { M as ModuleWithPermissions } from './types-DHOxe8rc.js';
|
|
2
|
+
import { H as HelpContentConfig } from './help-content-config.interface-C5ESIod9.js';
|
|
2
3
|
import { ComponentType } from 'react';
|
|
3
4
|
|
|
4
5
|
/**
|
|
5
6
|
* Configure the JSON:API client. This is the main configuration function.
|
|
6
7
|
* This is typically called during app initialization.
|
|
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.
|
|
7
9
|
*/
|
|
8
10
|
declare function configureJsonApi(config: {
|
|
9
11
|
apiUrl: string;
|
|
@@ -12,6 +14,7 @@ declare function configureJsonApi(config: {
|
|
|
12
14
|
bootstrapper?: () => void;
|
|
13
15
|
additionalHeaders?: Record<string, string>;
|
|
14
16
|
stripePublishableKey?: string;
|
|
17
|
+
helpContent?: HelpContentConfig;
|
|
15
18
|
}): void;
|
|
16
19
|
/**
|
|
17
20
|
* Configure the client config. This is typically called during app initialization.
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
import { M as ModuleWithPermissions } from './
|
|
1
|
+
import { M as ModuleWithPermissions } from './types-CQSjy7et.mjs';
|
|
2
|
+
import { H as HelpContentConfig } from './help-content-config.interface-C5ESIod9.mjs';
|
|
2
3
|
import { ComponentType } from 'react';
|
|
3
4
|
|
|
4
5
|
/**
|
|
5
6
|
* Configure the JSON:API client. This is the main configuration function.
|
|
6
7
|
* This is typically called during app initialization.
|
|
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.
|
|
7
9
|
*/
|
|
8
10
|
declare function configureJsonApi(config: {
|
|
9
11
|
apiUrl: string;
|
|
@@ -12,6 +14,7 @@ declare function configureJsonApi(config: {
|
|
|
12
14
|
bootstrapper?: () => void;
|
|
13
15
|
additionalHeaders?: Record<string, string>;
|
|
14
16
|
stripePublishableKey?: string;
|
|
17
|
+
helpContent?: HelpContentConfig;
|
|
15
18
|
}): void;
|
|
16
19
|
/**
|
|
17
20
|
* Configure the client config. This is typically called during app initialization.
|
|
@@ -1,18 +1,19 @@
|
|
|
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
|
-
import {
|
|
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
|
-
import {
|
|
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-DrgHDjZ5.mjs';
|
|
8
9
|
import { R as RbacMatrix, A as ActionType, P as PermissionValue } from '../RbacTypes-BTbr27Ew.mjs';
|
|
9
|
-
import { a as AssistantInterface } from '../AssistantInterface-
|
|
10
|
-
import { u as useSocket } from '../useSocket-
|
|
10
|
+
import { a as AssistantInterface } from '../AssistantInterface-B1c8FhGA.mjs';
|
|
11
|
+
import { u as useSocket } from '../useSocket-B1fMIr17.mjs';
|
|
11
12
|
import * as jotai from 'jotai';
|
|
12
13
|
import * as jotai_utils from 'jotai/utils';
|
|
14
|
+
import '../feature.interface-CXb1-vNq.mjs';
|
|
13
15
|
import 'lucide-react';
|
|
14
16
|
import '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
|
|
15
|
-
import '../feature.interface-CXb1-vNq.mjs';
|
|
16
17
|
|
|
17
18
|
interface CompanyContextType {
|
|
18
19
|
company: CompanyInterface | undefined;
|
|
@@ -23,7 +24,7 @@ type CompanyProviderProps = {
|
|
|
23
24
|
dehydratedCompany?: JsonApiHydratedDataInterface;
|
|
24
25
|
configurationEditorSlot?: ReactNode;
|
|
25
26
|
};
|
|
26
|
-
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) =>
|
|
27
|
+
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) => React.JSX.Element;
|
|
27
28
|
declare const useCompanyContext: () => CompanyContextType;
|
|
28
29
|
|
|
29
30
|
interface NotificationContextType {
|
|
@@ -50,10 +51,10 @@ interface NotificationContextType {
|
|
|
50
51
|
type NotificationContextProviderProps = {
|
|
51
52
|
children: React__default.ReactNode;
|
|
52
53
|
};
|
|
53
|
-
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) =>
|
|
54
|
+
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) => React__default.JSX.Element;
|
|
54
55
|
declare const useNotificationContext: () => NotificationContextType;
|
|
55
56
|
|
|
56
|
-
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;
|
|
57
58
|
declare function useOnboarding(): OnboardingContextValue;
|
|
58
59
|
|
|
59
60
|
interface RoleContextType {
|
|
@@ -64,7 +65,7 @@ type RoleProviderProps = {
|
|
|
64
65
|
children: ReactNode;
|
|
65
66
|
dehydratedRole?: JsonApiHydratedDataInterface;
|
|
66
67
|
};
|
|
67
|
-
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) =>
|
|
68
|
+
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) => React.JSX.Element;
|
|
68
69
|
declare const useRoleContext: () => RoleContextType;
|
|
69
70
|
|
|
70
71
|
interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
@@ -94,7 +95,7 @@ interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
|
94
95
|
}
|
|
95
96
|
declare const CurrentUserProvider: ({ children }: {
|
|
96
97
|
children: React__default.ReactNode;
|
|
97
|
-
}) =>
|
|
98
|
+
}) => React__default.JSX.Element;
|
|
98
99
|
declare function useCurrentUserContext<T extends UserInterface = UserInterface>(): CurrentUserContextType<T>;
|
|
99
100
|
|
|
100
101
|
interface UserContextType {
|
|
@@ -105,7 +106,7 @@ type UserProviderProps = {
|
|
|
105
106
|
children: ReactNode;
|
|
106
107
|
dehydratedUser?: JsonApiHydratedDataInterface;
|
|
107
108
|
};
|
|
108
|
-
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) =>
|
|
109
|
+
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) => React.JSX.Element;
|
|
109
110
|
declare const useUserContext: () => UserContextType;
|
|
110
111
|
|
|
111
112
|
interface HowToContextType {
|
|
@@ -117,7 +118,7 @@ type HowToProviderProps = {
|
|
|
117
118
|
children: ReactNode;
|
|
118
119
|
dehydratedHowTo?: JsonApiHydratedDataInterface;
|
|
119
120
|
};
|
|
120
|
-
declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) =>
|
|
121
|
+
declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) => React.JSX.Element;
|
|
121
122
|
declare const useHowToContext: () => HowToContextType;
|
|
122
123
|
|
|
123
124
|
interface RbacContextType {
|
|
@@ -153,7 +154,7 @@ type RbacProviderProps = {
|
|
|
153
154
|
* The child `RbacContainer` is stateless — it consumes state via
|
|
154
155
|
* `useRbacContext()`.
|
|
155
156
|
*/
|
|
156
|
-
declare const RbacProvider: ({ children, roleNames, moduleNames, outputPath, }: RbacProviderProps) =>
|
|
157
|
+
declare const RbacProvider: ({ children, roleNames, moduleNames, outputPath, }: RbacProviderProps) => React.JSX.Element;
|
|
157
158
|
declare const useRbacContext: () => RbacContextType;
|
|
158
159
|
|
|
159
160
|
interface AssistantContextValue {
|
|
@@ -164,7 +165,10 @@ interface AssistantContextValue {
|
|
|
164
165
|
sending: boolean;
|
|
165
166
|
status?: string;
|
|
166
167
|
failedMessageIds: Set<string>;
|
|
167
|
-
sendMessage(content: string
|
|
168
|
+
sendMessage(content: string, opts?: {
|
|
169
|
+
howToMode?: boolean;
|
|
170
|
+
limitToHowToId?: string;
|
|
171
|
+
}): Promise<void>;
|
|
168
172
|
retrySend(tempId: string): Promise<void>;
|
|
169
173
|
selectThread(id: string): Promise<void>;
|
|
170
174
|
startNew(): void;
|
|
@@ -175,8 +179,15 @@ interface Props {
|
|
|
175
179
|
children: React__default.ReactNode;
|
|
176
180
|
dehydratedAssistant?: JsonApiHydratedDataInterface;
|
|
177
181
|
dehydratedMessages?: JsonApiHydratedDataInterface[];
|
|
182
|
+
/**
|
|
183
|
+
* When `true` (default), the provider mutates the browser URL on
|
|
184
|
+
* create/selectThread/startNew (e.g. `/assistants/{id}`). Set to `false`
|
|
185
|
+
* when the assistant is hosted inside a sheet / overlay so the user's
|
|
186
|
+
* current route is preserved.
|
|
187
|
+
*/
|
|
188
|
+
manageUrl?: boolean;
|
|
178
189
|
}
|
|
179
|
-
declare function AssistantProvider({ children, dehydratedAssistant, dehydratedMessages }: Props):
|
|
190
|
+
declare function AssistantProvider({ children, dehydratedAssistant, dehydratedMessages, manageUrl }: Props): React__default.JSX.Element;
|
|
180
191
|
declare function useAssistantContext(): AssistantContextValue;
|
|
181
192
|
|
|
182
193
|
interface CommonContextType {
|
|
@@ -184,7 +195,7 @@ interface CommonContextType {
|
|
|
184
195
|
type CommonProviderProps = {
|
|
185
196
|
children: ReactNode;
|
|
186
197
|
};
|
|
187
|
-
declare const CommonProvider: ({ children }: CommonProviderProps) =>
|
|
198
|
+
declare const CommonProvider: ({ children }: CommonProviderProps) => React.JSX.Element;
|
|
188
199
|
declare const useCommonContext: () => CommonContextType;
|
|
189
200
|
|
|
190
201
|
interface HeaderChildrenProviderProps {
|
|
@@ -195,7 +206,7 @@ interface HeaderChildrenProviderProps {
|
|
|
195
206
|
* Provider to supply custom content to be rendered in the Header component.
|
|
196
207
|
* Wrap your layout with this provider and pass the content you want in the header.
|
|
197
208
|
*/
|
|
198
|
-
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps):
|
|
209
|
+
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
199
210
|
/**
|
|
200
211
|
* Hook to get the header children content from context.
|
|
201
212
|
* Used internally by PageContainer to pass children to Header.
|
|
@@ -206,7 +217,7 @@ interface HeaderLeftContentProviderProps {
|
|
|
206
217
|
children: ReactNode;
|
|
207
218
|
content: ReactNode;
|
|
208
219
|
}
|
|
209
|
-
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps):
|
|
220
|
+
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps): React.JSX.Element;
|
|
210
221
|
declare function useHeaderLeftContent(): ReactNode | null;
|
|
211
222
|
|
|
212
223
|
interface SharedProviderProps {
|
|
@@ -222,7 +233,7 @@ interface SharedProviderProps {
|
|
|
222
233
|
};
|
|
223
234
|
};
|
|
224
235
|
}
|
|
225
|
-
declare const SharedProvider: ({ children, value }: SharedProviderProps) =>
|
|
236
|
+
declare const SharedProvider: ({ children, value }: SharedProviderProps) => React.JSX.Element;
|
|
226
237
|
declare const useSharedContext: () => {
|
|
227
238
|
breadcrumbs: BreadcrumbItemData[];
|
|
228
239
|
title: {
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
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
|
-
import {
|
|
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
|
-
import {
|
|
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-BNzf1etU.js';
|
|
8
9
|
import { R as RbacMatrix, A as ActionType, P as PermissionValue } from '../RbacTypes-BTbr27Ew.js';
|
|
9
|
-
import { a as AssistantInterface } from '../AssistantInterface-
|
|
10
|
-
import { u as useSocket } from '../useSocket-
|
|
10
|
+
import { a as AssistantInterface } from '../AssistantInterface-BBUHxOCd.js';
|
|
11
|
+
import { u as useSocket } from '../useSocket-BdJTBXKv.js';
|
|
11
12
|
import * as jotai from 'jotai';
|
|
12
13
|
import * as jotai_utils from 'jotai/utils';
|
|
14
|
+
import '../feature.interface-BO25VLlx.js';
|
|
13
15
|
import 'lucide-react';
|
|
14
16
|
import '../ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
15
|
-
import '../feature.interface-BO25VLlx.js';
|
|
16
17
|
|
|
17
18
|
interface CompanyContextType {
|
|
18
19
|
company: CompanyInterface | undefined;
|
|
@@ -23,7 +24,7 @@ type CompanyProviderProps = {
|
|
|
23
24
|
dehydratedCompany?: JsonApiHydratedDataInterface;
|
|
24
25
|
configurationEditorSlot?: ReactNode;
|
|
25
26
|
};
|
|
26
|
-
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) =>
|
|
27
|
+
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) => React.JSX.Element;
|
|
27
28
|
declare const useCompanyContext: () => CompanyContextType;
|
|
28
29
|
|
|
29
30
|
interface NotificationContextType {
|
|
@@ -50,10 +51,10 @@ interface NotificationContextType {
|
|
|
50
51
|
type NotificationContextProviderProps = {
|
|
51
52
|
children: React__default.ReactNode;
|
|
52
53
|
};
|
|
53
|
-
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) =>
|
|
54
|
+
declare const NotificationContextProvider: ({ children }: NotificationContextProviderProps) => React__default.JSX.Element;
|
|
54
55
|
declare const useNotificationContext: () => NotificationContextType;
|
|
55
56
|
|
|
56
|
-
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;
|
|
57
58
|
declare function useOnboarding(): OnboardingContextValue;
|
|
58
59
|
|
|
59
60
|
interface RoleContextType {
|
|
@@ -64,7 +65,7 @@ type RoleProviderProps = {
|
|
|
64
65
|
children: ReactNode;
|
|
65
66
|
dehydratedRole?: JsonApiHydratedDataInterface;
|
|
66
67
|
};
|
|
67
|
-
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) =>
|
|
68
|
+
declare const RoleProvider: ({ children, dehydratedRole }: RoleProviderProps) => React.JSX.Element;
|
|
68
69
|
declare const useRoleContext: () => RoleContextType;
|
|
69
70
|
|
|
70
71
|
interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
@@ -94,7 +95,7 @@ interface CurrentUserContextType<T extends UserInterface = UserInterface> {
|
|
|
94
95
|
}
|
|
95
96
|
declare const CurrentUserProvider: ({ children }: {
|
|
96
97
|
children: React__default.ReactNode;
|
|
97
|
-
}) =>
|
|
98
|
+
}) => React__default.JSX.Element;
|
|
98
99
|
declare function useCurrentUserContext<T extends UserInterface = UserInterface>(): CurrentUserContextType<T>;
|
|
99
100
|
|
|
100
101
|
interface UserContextType {
|
|
@@ -105,7 +106,7 @@ type UserProviderProps = {
|
|
|
105
106
|
children: ReactNode;
|
|
106
107
|
dehydratedUser?: JsonApiHydratedDataInterface;
|
|
107
108
|
};
|
|
108
|
-
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) =>
|
|
109
|
+
declare const UserProvider: ({ children, dehydratedUser }: UserProviderProps) => React.JSX.Element;
|
|
109
110
|
declare const useUserContext: () => UserContextType;
|
|
110
111
|
|
|
111
112
|
interface HowToContextType {
|
|
@@ -117,7 +118,7 @@ type HowToProviderProps = {
|
|
|
117
118
|
children: ReactNode;
|
|
118
119
|
dehydratedHowTo?: JsonApiHydratedDataInterface;
|
|
119
120
|
};
|
|
120
|
-
declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) =>
|
|
121
|
+
declare const HowToProvider: ({ children, dehydratedHowTo }: HowToProviderProps) => React.JSX.Element;
|
|
121
122
|
declare const useHowToContext: () => HowToContextType;
|
|
122
123
|
|
|
123
124
|
interface RbacContextType {
|
|
@@ -153,7 +154,7 @@ type RbacProviderProps = {
|
|
|
153
154
|
* The child `RbacContainer` is stateless — it consumes state via
|
|
154
155
|
* `useRbacContext()`.
|
|
155
156
|
*/
|
|
156
|
-
declare const RbacProvider: ({ children, roleNames, moduleNames, outputPath, }: RbacProviderProps) =>
|
|
157
|
+
declare const RbacProvider: ({ children, roleNames, moduleNames, outputPath, }: RbacProviderProps) => React.JSX.Element;
|
|
157
158
|
declare const useRbacContext: () => RbacContextType;
|
|
158
159
|
|
|
159
160
|
interface AssistantContextValue {
|
|
@@ -164,7 +165,10 @@ interface AssistantContextValue {
|
|
|
164
165
|
sending: boolean;
|
|
165
166
|
status?: string;
|
|
166
167
|
failedMessageIds: Set<string>;
|
|
167
|
-
sendMessage(content: string
|
|
168
|
+
sendMessage(content: string, opts?: {
|
|
169
|
+
howToMode?: boolean;
|
|
170
|
+
limitToHowToId?: string;
|
|
171
|
+
}): Promise<void>;
|
|
168
172
|
retrySend(tempId: string): Promise<void>;
|
|
169
173
|
selectThread(id: string): Promise<void>;
|
|
170
174
|
startNew(): void;
|
|
@@ -175,8 +179,15 @@ interface Props {
|
|
|
175
179
|
children: React__default.ReactNode;
|
|
176
180
|
dehydratedAssistant?: JsonApiHydratedDataInterface;
|
|
177
181
|
dehydratedMessages?: JsonApiHydratedDataInterface[];
|
|
182
|
+
/**
|
|
183
|
+
* When `true` (default), the provider mutates the browser URL on
|
|
184
|
+
* create/selectThread/startNew (e.g. `/assistants/{id}`). Set to `false`
|
|
185
|
+
* when the assistant is hosted inside a sheet / overlay so the user's
|
|
186
|
+
* current route is preserved.
|
|
187
|
+
*/
|
|
188
|
+
manageUrl?: boolean;
|
|
178
189
|
}
|
|
179
|
-
declare function AssistantProvider({ children, dehydratedAssistant, dehydratedMessages }: Props):
|
|
190
|
+
declare function AssistantProvider({ children, dehydratedAssistant, dehydratedMessages, manageUrl }: Props): React__default.JSX.Element;
|
|
180
191
|
declare function useAssistantContext(): AssistantContextValue;
|
|
181
192
|
|
|
182
193
|
interface CommonContextType {
|
|
@@ -184,7 +195,7 @@ interface CommonContextType {
|
|
|
184
195
|
type CommonProviderProps = {
|
|
185
196
|
children: ReactNode;
|
|
186
197
|
};
|
|
187
|
-
declare const CommonProvider: ({ children }: CommonProviderProps) =>
|
|
198
|
+
declare const CommonProvider: ({ children }: CommonProviderProps) => React.JSX.Element;
|
|
188
199
|
declare const useCommonContext: () => CommonContextType;
|
|
189
200
|
|
|
190
201
|
interface HeaderChildrenProviderProps {
|
|
@@ -195,7 +206,7 @@ interface HeaderChildrenProviderProps {
|
|
|
195
206
|
* Provider to supply custom content to be rendered in the Header component.
|
|
196
207
|
* Wrap your layout with this provider and pass the content you want in the header.
|
|
197
208
|
*/
|
|
198
|
-
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps):
|
|
209
|
+
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
199
210
|
/**
|
|
200
211
|
* Hook to get the header children content from context.
|
|
201
212
|
* Used internally by PageContainer to pass children to Header.
|
|
@@ -206,7 +217,7 @@ interface HeaderLeftContentProviderProps {
|
|
|
206
217
|
children: ReactNode;
|
|
207
218
|
content: ReactNode;
|
|
208
219
|
}
|
|
209
|
-
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps):
|
|
220
|
+
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps): React.JSX.Element;
|
|
210
221
|
declare function useHeaderLeftContent(): ReactNode | null;
|
|
211
222
|
|
|
212
223
|
interface SharedProviderProps {
|
|
@@ -222,7 +233,7 @@ interface SharedProviderProps {
|
|
|
222
233
|
};
|
|
223
234
|
};
|
|
224
235
|
}
|
|
225
|
-
declare const SharedProvider: ({ children, value }: SharedProviderProps) =>
|
|
236
|
+
declare const SharedProvider: ({ children, value }: SharedProviderProps) => React.JSX.Element;
|
|
226
237
|
declare const useSharedContext: () => {
|
|
227
238
|
breadcrumbs: BreadcrumbItemData[];
|
|
228
239
|
title: {
|
package/dist/contexts/index.js
CHANGED
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
35
|
-
require('../chunk-
|
|
36
|
-
require('../chunk-
|
|
34
|
+
var _chunkAKXUNE3Ajs = require('../chunk-AKXUNE3A.js');
|
|
35
|
+
require('../chunk-6XWW67F2.js');
|
|
36
|
+
require('../chunk-U2HR57MY.js');
|
|
37
37
|
require('../chunk-LXKSUWAV.js');
|
|
38
38
|
require('../chunk-IBS6NI7D.js');
|
|
39
39
|
require('../chunk-J5LROFGL.js');
|
|
@@ -71,5 +71,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
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;
|
|
75
75
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -31,9 +31,9 @@ import {
|
|
|
31
31
|
useSharedContext,
|
|
32
32
|
useSocketContext,
|
|
33
33
|
useUserContext
|
|
34
|
-
} from "../chunk-
|
|
35
|
-
import "../chunk-
|
|
36
|
-
import "../chunk-
|
|
34
|
+
} from "../chunk-TXVVZLUQ.mjs";
|
|
35
|
+
import "../chunk-CWVYU4YZ.mjs";
|
|
36
|
+
import "../chunk-ZYPNVEHB.mjs";
|
|
37
37
|
import "../chunk-AUXK7QSA.mjs";
|
|
38
38
|
import "../chunk-C7C7VY4F.mjs";
|
|
39
39
|
import "../chunk-KK7PYKVI.mjs";
|