@carlonicora/nextjs-jsonapi 1.97.0 → 1.97.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BlockNoteEditor-AZLHXACL.mjs → BlockNoteEditor-LRJUTHTW.mjs} +2 -2
- package/dist/{BlockNoteEditor-MTFUVZ2D.js → BlockNoteEditor-OOZGXU6E.js} +9 -9
- package/dist/{BlockNoteEditor-MTFUVZ2D.js.map → BlockNoteEditor-OOZGXU6E.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-6EJDIVHH.js → chunk-HCOX3PKM.js} +120 -94
- package/dist/chunk-HCOX3PKM.js.map +1 -0
- package/dist/{chunk-247QIVUN.mjs → chunk-XYGK26YG.mjs} +84 -58
- package/dist/chunk-XYGK26YG.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/editors/BlockNoteEditorSuggestionMenuController.tsx +38 -3
- package/dist/chunk-247QIVUN.mjs.map +0 -1
- package/dist/chunk-6EJDIVHH.js.map +0 -1
- /package/dist/{BlockNoteEditor-AZLHXACL.mjs.map → BlockNoteEditor-LRJUTHTW.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkHCOX3PKMjs = require('../chunk-HCOX3PKM.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -119,5 +119,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
exports.ClientJsonApiDelete = _chunkXAWKRNYMjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkXAWKRNYMjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkXAWKRNYMjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkXAWKRNYMjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkXAWKRNYMjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider =
|
|
122
|
+
exports.ClientJsonApiDelete = _chunkXAWKRNYMjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkXAWKRNYMjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkXAWKRNYMjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkXAWKRNYMjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkXAWKRNYMjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkHCOX3PKMjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkHCOX3PKMjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkSE5HIHJSjs.configureClientConfig; exports.configureClientJsonApi = _chunkXAWKRNYMjs.configureClientJsonApi; exports.configureI18n = _chunkSE5HIHJSjs.configureI18n; exports.configureJsonApi = _chunkSE5HIHJSjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkSE5HIHJSjs.getApiUrl; exports.getAppUrl = _chunkSE5HIHJSjs.getAppUrl; exports.getClientApiUrl = _chunkXAWKRNYMjs.getClientApiUrl; exports.getClientAppUrl = _chunkXAWKRNYMjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkXAWKRNYMjs.getClientTrackablePages; exports.getI18nLink = _chunkSE5HIHJSjs.getI18nLink; exports.getPublicApiUrl = _chunkSE5HIHJSjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkSE5HIHJSjs.getStripePublishableKey; exports.getTrackablePages = _chunkSE5HIHJSjs.getTrackablePages; exports.registerTableGenerator = _chunkHCOX3PKMjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkHCOX3PKMjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkHCOX3PKMjs.useContentTableStructure; exports.useCustomD3Graph = _chunkHCOX3PKMjs.useCustomD3Graph; exports.useDataListRetriever = _chunkHCOX3PKMjs.useDataListRetriever; exports.useDebounce = _chunkHCOX3PKMjs.useDebounce; exports.useI18nDateFnsLocale = _chunkSE5HIHJSjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkSE5HIHJSjs.useI18nLocale; exports.useI18nRouter = _chunkSE5HIHJSjs.useI18nRouter; exports.useI18nTranslations = _chunkSE5HIHJSjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkHCOX3PKMjs.useJsonApiGet; exports.useJsonApiMutation = _chunkHCOX3PKMjs.useJsonApiMutation; exports.useNotificationSync = _chunkHCOX3PKMjs.useNotificationSync; exports.useOAuthClient = _chunkHCOX3PKMjs.useOAuthClient; exports.useOAuthClients = _chunkHCOX3PKMjs.useOAuthClients; exports.useOAuthConsent = _chunkHCOX3PKMjs.useOAuthConsent; exports.usePageTracker = _chunkHCOX3PKMjs.usePageTracker; exports.usePageUrlGenerator = _chunkHCOX3PKMjs.usePageUrlGenerator; exports.useRehydration = _chunkHCOX3PKMjs.useRehydration; exports.useRehydrationList = _chunkHCOX3PKMjs.useRehydrationList; exports.useRoleTableStructure = _chunkHCOX3PKMjs.useRoleTableStructure; exports.useSocket = _chunkHCOX3PKMjs.useSocket; exports.useSubscriptionStatus = _chunkHCOX3PKMjs.useSubscriptionStatus; exports.useTableGenerator = _chunkHCOX3PKMjs.useTableGenerator; exports.useUrlRewriter = _chunkHCOX3PKMjs.useUrlRewriter; exports.useUserSearch = _chunkHCOX3PKMjs.useUserSearch; exports.useUserTableStructure = _chunkHCOX3PKMjs.useUserTableStructure;
|
|
123
123
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
|
|
456
456
|
|
|
457
457
|
|
|
458
|
-
var
|
|
458
|
+
var _chunkHCOX3PKMjs = require('../chunk-HCOX3PKM.js');
|
|
459
459
|
require('../chunk-SE5HIHJS.js');
|
|
460
460
|
|
|
461
461
|
|
|
@@ -935,5 +935,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
935
935
|
|
|
936
936
|
|
|
937
937
|
|
|
938
|
-
exports.AcceptInvitation = _chunk6EJDIVHHjs.AcceptInvitation; exports.Accordion = _chunk6EJDIVHHjs.Accordion; exports.AccordionContent = _chunk6EJDIVHHjs.AccordionContent; exports.AccordionItem = _chunk6EJDIVHHjs.AccordionItem; exports.AccordionTrigger = _chunk6EJDIVHHjs.AccordionTrigger; exports.ActivateAccount = _chunk6EJDIVHHjs.ActivateAccount; exports.AddUserToRole = _chunk6EJDIVHHjs.AddUserToRole; exports.AdminCompanyContainer = _chunk6EJDIVHHjs.AdminCompanyContainer; exports.AdminUsersList = _chunk6EJDIVHHjs.AdminUsersList; exports.Alert = _chunk6EJDIVHHjs.Alert; exports.AlertAction = _chunk6EJDIVHHjs.AlertAction; exports.AlertDescription = _chunk6EJDIVHHjs.AlertDescription; exports.AlertDialog = _chunk6EJDIVHHjs.AlertDialog; exports.AlertDialogAction = _chunk6EJDIVHHjs.AlertDialogAction; exports.AlertDialogCancel = _chunk6EJDIVHHjs.AlertDialogCancel; exports.AlertDialogContent = _chunk6EJDIVHHjs.AlertDialogContent; exports.AlertDialogDescription = _chunk6EJDIVHHjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk6EJDIVHHjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk6EJDIVHHjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk6EJDIVHHjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk6EJDIVHHjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk6EJDIVHHjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk6EJDIVHHjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk6EJDIVHHjs.AlertDialogTrigger; exports.AlertTitle = _chunk6EJDIVHHjs.AlertTitle; exports.AllUsersListContainer = _chunk6EJDIVHHjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk6EJDIVHHjs.AllowedUsersDetails; exports.AssistantContainer = _chunk6EJDIVHHjs.AssistantContainer; exports.AttributeElement = _chunk6EJDIVHHjs.AttributeElement; exports.AuthContainer = _chunk6EJDIVHHjs.AuthContainer; exports.Avatar = _chunk6EJDIVHHjs.Avatar; exports.AvatarBadge = _chunk6EJDIVHHjs.AvatarBadge; exports.AvatarFallback = _chunk6EJDIVHHjs.AvatarFallback; exports.AvatarGroup = _chunk6EJDIVHHjs.AvatarGroup; exports.AvatarGroupCount = _chunk6EJDIVHHjs.AvatarGroupCount; exports.AvatarImage = _chunk6EJDIVHHjs.AvatarImage; exports.BackupCodesDialog = _chunk6EJDIVHHjs.BackupCodesDialog; exports.Badge = _chunk6EJDIVHHjs.Badge; exports.BlockNoteEditorContainer = _chunk6EJDIVHHjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunk6EJDIVHHjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunk6EJDIVHHjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunk6EJDIVHHjs.KanbanBoard; exports.Breadcrumb = _chunk6EJDIVHHjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk6EJDIVHHjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk6EJDIVHHjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk6EJDIVHHjs.BreadcrumbLink; exports.BreadcrumbList = _chunk6EJDIVHHjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk6EJDIVHHjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk6EJDIVHHjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk6EJDIVHHjs.BreadcrumbSeparator; exports.Button = _chunk6EJDIVHHjs.Button; exports.Calendar = _chunk6EJDIVHHjs.Calendar; exports.CalendarDayButton = _chunk6EJDIVHHjs.CalendarDayButton; exports.Card = _chunk6EJDIVHHjs.Card; exports.CardAction = _chunk6EJDIVHHjs.CardAction; exports.CardContent = _chunk6EJDIVHHjs.CardContent; exports.CardDescription = _chunk6EJDIVHHjs.CardDescription; exports.CardFooter = _chunk6EJDIVHHjs.CardFooter; exports.CardHeader = _chunk6EJDIVHHjs.CardHeader; exports.CardTitle = _chunk6EJDIVHHjs.CardTitle; exports.Carousel = _chunk6EJDIVHHjs.Carousel; exports.CarouselContent = _chunk6EJDIVHHjs.CarouselContent; exports.CarouselItem = _chunk6EJDIVHHjs.CarouselItem; exports.CarouselNext = _chunk6EJDIVHHjs.CarouselNext; exports.CarouselPrevious = _chunk6EJDIVHHjs.CarouselPrevious; exports.ChartContainer = _chunk6EJDIVHHjs.ChartContainer; exports.ChartLegend = _chunk6EJDIVHHjs.ChartLegend; exports.ChartLegendContent = _chunk6EJDIVHHjs.ChartLegendContent; exports.ChartStyle = _chunk6EJDIVHHjs.ChartStyle; exports.ChartTooltip = _chunk6EJDIVHHjs.ChartTooltip; exports.ChartTooltipContent = _chunk6EJDIVHHjs.ChartTooltipContent; exports.Checkbox = _chunk6EJDIVHHjs.Checkbox; exports.Collapsible = _chunk6EJDIVHHjs.Collapsible; exports.CollapsibleContent = _chunk6EJDIVHHjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk6EJDIVHHjs.CollapsibleTrigger; exports.Column = _chunk6EJDIVHHjs.KanbanColumn; exports.ColumnHandle = _chunk6EJDIVHHjs.KanbanColumnHandle; exports.Combobox = _chunk6EJDIVHHjs.Combobox; exports.ComboboxChip = _chunk6EJDIVHHjs.ComboboxChip; exports.ComboboxChips = _chunk6EJDIVHHjs.ComboboxChips; exports.ComboboxChipsInput = _chunk6EJDIVHHjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk6EJDIVHHjs.ComboboxCollection; exports.ComboboxContent = _chunk6EJDIVHHjs.ComboboxContent; exports.ComboboxEmpty = _chunk6EJDIVHHjs.ComboboxEmpty; exports.ComboboxGroup = _chunk6EJDIVHHjs.ComboboxGroup; exports.ComboboxInput = _chunk6EJDIVHHjs.ComboboxInput; exports.ComboboxItem = _chunk6EJDIVHHjs.ComboboxItem; exports.ComboboxLabel = _chunk6EJDIVHHjs.ComboboxLabel; exports.ComboboxList = _chunk6EJDIVHHjs.ComboboxList; exports.ComboboxSeparator = _chunk6EJDIVHHjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk6EJDIVHHjs.ComboboxTrigger; exports.ComboboxValue = _chunk6EJDIVHHjs.ComboboxValue; exports.Command = _chunk6EJDIVHHjs.Command; exports.CommandDialog = _chunk6EJDIVHHjs.CommandDialog; exports.CommandEmpty = _chunk6EJDIVHHjs.CommandEmpty; exports.CommandGroup = _chunk6EJDIVHHjs.CommandGroup; exports.CommandInput = _chunk6EJDIVHHjs.CommandInput; exports.CommandItem = _chunk6EJDIVHHjs.CommandItem; exports.CommandList = _chunk6EJDIVHHjs.CommandList; exports.CommandSeparator = _chunk6EJDIVHHjs.CommandSeparator; exports.CommandShortcut = _chunk6EJDIVHHjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk6EJDIVHHjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk6EJDIVHHjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk6EJDIVHHjs.CommonDeleter; exports.CommonEditorButtons = _chunk6EJDIVHHjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk6EJDIVHHjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk6EJDIVHHjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk6EJDIVHHjs.CommonEditorTrigger; exports.CompaniesList = _chunk6EJDIVHHjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk6EJDIVHHjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk6EJDIVHHjs.CompanyContainer; exports.CompanyContent = _chunk6EJDIVHHjs.CompanyContent; exports.CompanyDeleter = _chunk6EJDIVHHjs.CompanyDeleter; exports.CompanyDetails = _chunk6EJDIVHHjs.CompanyDetails; exports.CompanyEditor = _chunk6EJDIVHHjs.CompanyEditor; exports.CompanyUsersList = _chunk6EJDIVHHjs.CompanyUsersList; exports.ContentListGrid = _chunk6EJDIVHHjs.ContentListGrid; exports.ContentListTable = _chunk6EJDIVHHjs.ContentListTable; exports.ContentTableSearch = _chunk6EJDIVHHjs.ContentTableSearch; exports.ContentTitle = _chunk6EJDIVHHjs.ContentTitle; exports.ContentsList = _chunk6EJDIVHHjs.ContentsList; exports.ContentsListById = _chunk6EJDIVHHjs.ContentsListById; exports.ContextMenu = _chunk6EJDIVHHjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk6EJDIVHHjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk6EJDIVHHjs.ContextMenuContent; exports.ContextMenuGroup = _chunk6EJDIVHHjs.ContextMenuGroup; exports.ContextMenuItem = _chunk6EJDIVHHjs.ContextMenuItem; exports.ContextMenuLabel = _chunk6EJDIVHHjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk6EJDIVHHjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk6EJDIVHHjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk6EJDIVHHjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk6EJDIVHHjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk6EJDIVHHjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk6EJDIVHHjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk6EJDIVHHjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk6EJDIVHHjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk6EJDIVHHjs.ContextMenuTrigger; exports.ContributorsList = _chunk6EJDIVHHjs.ContributorsList; exports.Cookies = _chunk6EJDIVHHjs.Cookies; exports.DatePickerPopover = _chunk6EJDIVHHjs.DatePickerPopover; exports.DateRangeSelector = _chunk6EJDIVHHjs.DateRangeSelector; exports.Dialog = _chunk6EJDIVHHjs.Dialog; exports.DialogClose = _chunk6EJDIVHHjs.DialogClose; exports.DialogContent = _chunk6EJDIVHHjs.DialogContent; exports.DialogDescription = _chunk6EJDIVHHjs.DialogDescription; exports.DialogFooter = _chunk6EJDIVHHjs.DialogFooter; exports.DialogHeader = _chunk6EJDIVHHjs.DialogHeader; exports.DialogOverlay = _chunk6EJDIVHHjs.DialogOverlay; exports.DialogPortal = _chunk6EJDIVHHjs.DialogPortal; exports.DialogTitle = _chunk6EJDIVHHjs.DialogTitle; exports.DialogTrigger = _chunk6EJDIVHHjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk6EJDIVHHjs.DisableTwoFactorDialog; exports.Drawer = _chunk6EJDIVHHjs.Drawer; exports.DrawerClose = _chunk6EJDIVHHjs.DrawerClose; exports.DrawerContent = _chunk6EJDIVHHjs.DrawerContent; exports.DrawerDescription = _chunk6EJDIVHHjs.DrawerDescription; exports.DrawerFooter = _chunk6EJDIVHHjs.DrawerFooter; exports.DrawerHeader = _chunk6EJDIVHHjs.DrawerHeader; exports.DrawerOverlay = _chunk6EJDIVHHjs.DrawerOverlay; exports.DrawerPortal = _chunk6EJDIVHHjs.DrawerPortal; exports.DrawerTitle = _chunk6EJDIVHHjs.DrawerTitle; exports.DrawerTrigger = _chunk6EJDIVHHjs.DrawerTrigger; exports.DropdownMenu = _chunk6EJDIVHHjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk6EJDIVHHjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk6EJDIVHHjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk6EJDIVHHjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk6EJDIVHHjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk6EJDIVHHjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk6EJDIVHHjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk6EJDIVHHjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk6EJDIVHHjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk6EJDIVHHjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk6EJDIVHHjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk6EJDIVHHjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk6EJDIVHHjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk6EJDIVHHjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk6EJDIVHHjs.DropdownMenuTrigger; exports.EditableAvatar = _chunk6EJDIVHHjs.EditableAvatar; exports.EditorSheet = _chunk6EJDIVHHjs.EditorSheet; exports.EntityAvatar = _chunk6EJDIVHHjs.EntityAvatar; exports.EntityMultiSelector = _chunk6EJDIVHHjs.EntityMultiSelector; exports.ErrorDetails = _chunk6EJDIVHHjs.ErrorDetails; exports.Field = _chunk6EJDIVHHjs.Field; exports.FieldContent = _chunk6EJDIVHHjs.FieldContent; exports.FieldDescription = _chunk6EJDIVHHjs.FieldDescription; exports.FieldError = _chunk6EJDIVHHjs.FieldError; exports.FieldGroup = _chunk6EJDIVHHjs.FieldGroup; exports.FieldLabel = _chunk6EJDIVHHjs.FieldLabel; exports.FieldLegend = _chunk6EJDIVHHjs.FieldLegend; exports.FieldSeparator = _chunk6EJDIVHHjs.FieldSeparator; exports.FieldSet = _chunk6EJDIVHHjs.FieldSet; exports.FieldTitle = _chunk6EJDIVHHjs.FieldTitle; exports.FileInput = _chunk6EJDIVHHjs.FileInput; exports.FileUploader = _chunk6EJDIVHHjs.FileUploader; exports.FileUploaderContent = _chunk6EJDIVHHjs.FileUploaderContent; exports.FileUploaderItem = _chunk6EJDIVHHjs.FileUploaderItem; exports.FiscalDataDisplay = _chunk6EJDIVHHjs.FiscalDataDisplay; exports.ForgotPassword = _chunk6EJDIVHHjs.ForgotPassword; exports.Form = _chunk6EJDIVHHjs.Form; exports.FormBlockNote = _chunk6EJDIVHHjs.FormBlockNote; exports.FormCheckbox = _chunk6EJDIVHHjs.FormCheckbox; exports.FormDate = _chunk6EJDIVHHjs.FormDate; exports.FormDateTime = _chunk6EJDIVHHjs.FormDateTime; exports.FormFeatures = _chunk6EJDIVHHjs.FormFeatures; exports.FormFieldWrapper = _chunk6EJDIVHHjs.FormFieldWrapper; exports.FormInput = _chunk6EJDIVHHjs.FormInput; exports.FormPassword = _chunk6EJDIVHHjs.FormPassword; exports.FormPlaceAutocomplete = _chunk6EJDIVHHjs.FormPlaceAutocomplete; exports.FormRoles = _chunk6EJDIVHHjs.FormRoles; exports.FormSelect = _chunk6EJDIVHHjs.FormSelect; exports.FormSlider = _chunk6EJDIVHHjs.FormSlider; exports.FormSwitch = _chunk6EJDIVHHjs.FormSwitch; exports.FormTextarea = _chunk6EJDIVHHjs.FormTextarea; exports.GdprConsentCheckbox = _chunk6EJDIVHHjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk6EJDIVHHjs.GdprConsentSection; exports.Header = _chunk6EJDIVHHjs.Header; exports.HoverCard = _chunk6EJDIVHHjs.HoverCard; exports.HoverCardContent = _chunk6EJDIVHHjs.HoverCardContent; exports.HoverCardTrigger = _chunk6EJDIVHHjs.HoverCardTrigger; exports.HowToCommand = _chunk6EJDIVHHjs.HowToCommand; exports.HowToCommandViewer = _chunk6EJDIVHHjs.HowToCommandViewer; exports.HowToContainer = _chunk6EJDIVHHjs.HowToContainer; exports.HowToContent = _chunk6EJDIVHHjs.HowToContent; exports.HowToDeleter = _chunk6EJDIVHHjs.HowToDeleter; exports.HowToDetails = _chunk6EJDIVHHjs.HowToDetails; exports.HowToEditor = _chunk6EJDIVHHjs.HowToEditor; exports.HowToList = _chunk6EJDIVHHjs.HowToList; exports.HowToListContainer = _chunk6EJDIVHHjs.HowToListContainer; exports.HowToMultiSelector = _chunk6EJDIVHHjs.HowToMultiSelector; exports.HowToSelector = _chunk6EJDIVHHjs.HowToSelector; exports.Input = _chunk6EJDIVHHjs.Input; exports.InputGroup = _chunk6EJDIVHHjs.InputGroup; exports.InputGroupAddon = _chunk6EJDIVHHjs.InputGroupAddon; exports.InputGroupButton = _chunk6EJDIVHHjs.InputGroupButton; exports.InputGroupInput = _chunk6EJDIVHHjs.InputGroupInput; exports.InputGroupText = _chunk6EJDIVHHjs.InputGroupText; exports.InputGroupTextarea = _chunk6EJDIVHHjs.InputGroupTextarea; exports.InputOTP = _chunk6EJDIVHHjs.InputOTP; exports.InputOTPGroup = _chunk6EJDIVHHjs.InputOTPGroup; exports.InputOTPSeparator = _chunk6EJDIVHHjs.InputOTPSeparator; exports.InputOTPSlot = _chunk6EJDIVHHjs.InputOTPSlot; exports.ItalianFiscalData = _chunk6EJDIVHHjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk6EJDIVHHjs.ItalianFiscalDataDisplay; exports.Item = _chunk6EJDIVHHjs.KanbanItem; exports.ItemHandle = _chunk6EJDIVHHjs.KanbanItemHandle; exports.Kanban = _chunk6EJDIVHHjs.KanbanRoot; exports.KanbanBoard = _chunk6EJDIVHHjs.KanbanBoard; exports.KanbanColumn = _chunk6EJDIVHHjs.KanbanColumn; exports.KanbanColumnHandle = _chunk6EJDIVHHjs.KanbanColumnHandle; exports.KanbanItem = _chunk6EJDIVHHjs.KanbanItem; exports.KanbanItemHandle = _chunk6EJDIVHHjs.KanbanItemHandle; exports.KanbanOverlay = _chunk6EJDIVHHjs.KanbanOverlay; exports.Label = _chunk6EJDIVHHjs.Label; exports.LandingComponent = _chunk6EJDIVHHjs.LandingComponent; exports.Link = _chunk6EJDIVHHjs.Link; exports.Login = _chunk6EJDIVHHjs.Login; exports.Logout = _chunk6EJDIVHHjs.Logout; exports.MessageItem = _chunk6EJDIVHHjs.MessageItem; exports.MessageList = _chunk6EJDIVHHjs.MessageList; exports.MessageSourcesPanel = _chunk6EJDIVHHjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunk6EJDIVHHjs.ModeToggleSwitch; exports.MultiSelect = _chunk6EJDIVHHjs.MultiSelect; exports.MultipleSelector = _chunk6EJDIVHHjs.MultipleSelector; exports.NavigationMenu = _chunk6EJDIVHHjs.NavigationMenu; exports.NavigationMenuContent = _chunk6EJDIVHHjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk6EJDIVHHjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk6EJDIVHHjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk6EJDIVHHjs.NavigationMenuLink; exports.NavigationMenuList = _chunk6EJDIVHHjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk6EJDIVHHjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk6EJDIVHHjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk6EJDIVHHjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk6EJDIVHHjs.NotificationMenuItem; exports.NotificationModal = _chunk6EJDIVHHjs.NotificationModal; exports.NotificationToast = _chunk6EJDIVHHjs.NotificationToast; exports.NotificationsList = _chunk6EJDIVHHjs.NotificationsList; exports.NotificationsListContainer = _chunk6EJDIVHHjs.NotificationsListContainer; exports.OAuthClientCard = _chunk6EJDIVHHjs.OAuthClientCard; exports.OAuthClientDetail = _chunk6EJDIVHHjs.OAuthClientDetail; exports.OAuthClientForm = _chunk6EJDIVHHjs.OAuthClientForm; exports.OAuthClientList = _chunk6EJDIVHHjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk6EJDIVHHjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk6EJDIVHHjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk6EJDIVHHjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk6EJDIVHHjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk6EJDIVHHjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk6EJDIVHHjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk6EJDIVHHjs.OAuthScopeSelector; exports.OnboardingCard = _chunk6EJDIVHHjs.OnboardingCard; exports.Overlay = _chunk6EJDIVHHjs.KanbanOverlay; exports.PageContainer = _chunk6EJDIVHHjs.PageContainer; exports.PageContainerContentDetails = _chunk6EJDIVHHjs.PageContainerContentDetails; exports.PageContentContainer = _chunk6EJDIVHHjs.PageContentContainer; exports.PageSection = _chunk6EJDIVHHjs.PageSection; exports.PasskeyButton = _chunk6EJDIVHHjs.PasskeyButton; exports.PasskeyList = _chunk6EJDIVHHjs.PasskeyList; exports.PasskeySetupDialog = _chunk6EJDIVHHjs.PasskeySetupDialog; exports.PasswordInput = _chunk6EJDIVHHjs.PasswordInput; exports.Popover = _chunk6EJDIVHHjs.Popover; exports.PopoverContent = _chunk6EJDIVHHjs.PopoverContent; exports.PopoverDescription = _chunk6EJDIVHHjs.PopoverDescription; exports.PopoverHeader = _chunk6EJDIVHHjs.PopoverHeader; exports.PopoverTitle = _chunk6EJDIVHHjs.PopoverTitle; exports.PopoverTrigger = _chunk6EJDIVHHjs.PopoverTrigger; exports.Progress = _chunk6EJDIVHHjs.Progress; exports.ProgressIndicator = _chunk6EJDIVHHjs.ProgressIndicator; exports.ProgressLabel = _chunk6EJDIVHHjs.ProgressLabel; exports.ProgressTrack = _chunk6EJDIVHHjs.ProgressTrack; exports.ProgressValue = _chunk6EJDIVHHjs.ProgressValue; exports.PushNotificationProvider = _chunk6EJDIVHHjs.PushNotificationProvider; exports.RadioGroup = _chunk6EJDIVHHjs.RadioGroup; exports.RadioGroupItem = _chunk6EJDIVHHjs.RadioGroupItem; exports.RbacByRoleContainer = _chunk6EJDIVHHjs.RbacByRoleContainer; exports.RbacContainer = _chunk6EJDIVHHjs.RbacContainer; exports.RbacPermissionCell = _chunk6EJDIVHHjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk6EJDIVHHjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunk6EJDIVHHjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk6EJDIVHHjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk6EJDIVHHjs.ReferralCodeCapture; exports.ReferralDialog = _chunk6EJDIVHHjs.ReferralDialog; exports.ReferralWidget = _chunk6EJDIVHHjs.ReferralWidget; exports.RefreshUser = _chunk6EJDIVHHjs.RefreshUser; exports.RelevantContentsList = _chunk6EJDIVHHjs.RelevantContentsList; exports.RelevantUsersList = _chunk6EJDIVHHjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk6EJDIVHHjs.RemoveUserFromRole; exports.ResetPassword = _chunk6EJDIVHHjs.ResetPassword; exports.ResizableHandle = _chunk6EJDIVHHjs.ResizableHandle; exports.ResizablePanel = _chunk6EJDIVHHjs.ResizablePanel; exports.ResizablePanelGroup = _chunk6EJDIVHHjs.ResizablePanelGroup; exports.RoleContainer = _chunk6EJDIVHHjs.RoleContainer; exports.RoleDetails = _chunk6EJDIVHHjs.RoleDetails; exports.RoleUsersList = _chunk6EJDIVHHjs.RoleUsersList; exports.RolesList = _chunk6EJDIVHHjs.RolesList; exports.Root = _chunk6EJDIVHHjs.KanbanRoot; exports.RoundPageContainer = _chunk6EJDIVHHjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk6EJDIVHHjs.RoundPageContainerTitle; exports.ScrollArea = _chunk6EJDIVHHjs.ScrollArea; exports.ScrollBar = _chunk6EJDIVHHjs.ScrollBar; exports.SecurityContainer = _chunk6EJDIVHHjs.SecurityContainer; exports.Select = _chunk6EJDIVHHjs.Select; exports.SelectContent = _chunk6EJDIVHHjs.SelectContent; exports.SelectGroup = _chunk6EJDIVHHjs.SelectGroup; exports.SelectItem = _chunk6EJDIVHHjs.SelectItem; exports.SelectLabel = _chunk6EJDIVHHjs.SelectLabel; exports.SelectScrollDownButton = _chunk6EJDIVHHjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk6EJDIVHHjs.SelectScrollUpButton; exports.SelectSeparator = _chunk6EJDIVHHjs.SelectSeparator; exports.SelectTrigger = _chunk6EJDIVHHjs.SelectTrigger; exports.SelectValue = _chunk6EJDIVHHjs.SelectValue; exports.Separator = _chunk6EJDIVHHjs.Separator; exports.Sheet = _chunk6EJDIVHHjs.Sheet; exports.SheetClose = _chunk6EJDIVHHjs.SheetClose; exports.SheetContent = _chunk6EJDIVHHjs.SheetContent; exports.SheetDescription = _chunk6EJDIVHHjs.SheetDescription; exports.SheetFooter = _chunk6EJDIVHHjs.SheetFooter; exports.SheetHeader = _chunk6EJDIVHHjs.SheetHeader; exports.SheetTitle = _chunk6EJDIVHHjs.SheetTitle; exports.SheetTrigger = _chunk6EJDIVHHjs.SheetTrigger; exports.Sidebar = _chunk6EJDIVHHjs.Sidebar; exports.SidebarContent = _chunk6EJDIVHHjs.SidebarContent; exports.SidebarFooter = _chunk6EJDIVHHjs.SidebarFooter; exports.SidebarGroup = _chunk6EJDIVHHjs.SidebarGroup; exports.SidebarGroupAction = _chunk6EJDIVHHjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk6EJDIVHHjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk6EJDIVHHjs.SidebarGroupLabel; exports.SidebarHeader = _chunk6EJDIVHHjs.SidebarHeader; exports.SidebarInput = _chunk6EJDIVHHjs.SidebarInput; exports.SidebarInset = _chunk6EJDIVHHjs.SidebarInset; exports.SidebarMenu = _chunk6EJDIVHHjs.SidebarMenu; exports.SidebarMenuAction = _chunk6EJDIVHHjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk6EJDIVHHjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk6EJDIVHHjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk6EJDIVHHjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk6EJDIVHHjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk6EJDIVHHjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk6EJDIVHHjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk6EJDIVHHjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk6EJDIVHHjs.SidebarProvider; exports.SidebarRail = _chunk6EJDIVHHjs.SidebarRail; exports.SidebarSeparator = _chunk6EJDIVHHjs.SidebarSeparator; exports.SidebarTrigger = _chunk6EJDIVHHjs.SidebarTrigger; exports.Skeleton = _chunk6EJDIVHHjs.Skeleton; exports.Slider = _chunk6EJDIVHHjs.Slider; exports.Switch = _chunk6EJDIVHHjs.Switch; exports.Table = _chunk6EJDIVHHjs.Table; exports.TableBody = _chunk6EJDIVHHjs.TableBody; exports.TableCaption = _chunk6EJDIVHHjs.TableCaption; exports.TableCell = _chunk6EJDIVHHjs.TableCell; exports.TableCellAvatar = _chunk6EJDIVHHjs.TableCellAvatar; exports.TableFooter = _chunk6EJDIVHHjs.TableFooter; exports.TableHead = _chunk6EJDIVHHjs.TableHead; exports.TableHeader = _chunk6EJDIVHHjs.TableHeader; exports.TableRow = _chunk6EJDIVHHjs.TableRow; exports.Tabs = _chunk6EJDIVHHjs.Tabs; exports.TabsContainer = _chunk6EJDIVHHjs.TabsContainer; exports.TabsContent = _chunk6EJDIVHHjs.TabsContent; exports.TabsList = _chunk6EJDIVHHjs.TabsList; exports.TabsTrigger = _chunk6EJDIVHHjs.TabsTrigger; exports.Textarea = _chunk6EJDIVHHjs.Textarea; exports.Toaster = _chunk6EJDIVHHjs.Toaster; exports.Toggle = _chunk6EJDIVHHjs.Toggle; exports.TokenStatusIndicator = _chunk6EJDIVHHjs.TokenStatusIndicator; exports.Tooltip = _chunk6EJDIVHHjs.Tooltip; exports.TooltipContent = _chunk6EJDIVHHjs.TooltipContent; exports.TooltipProvider = _chunk6EJDIVHHjs.TooltipProvider; exports.TooltipTrigger = _chunk6EJDIVHHjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk6EJDIVHHjs.TotpAuthenticatorList; exports.TotpInput = _chunk6EJDIVHHjs.TotpInput; exports.TotpSetupDialog = _chunk6EJDIVHHjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk6EJDIVHHjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk6EJDIVHHjs.TwoFactorSettings; exports.UserAvatar = _chunk6EJDIVHHjs.UserAvatar; exports.UserAvatarEditor = _chunk6EJDIVHHjs.UserAvatarEditor; exports.UserAvatarList = _chunk6EJDIVHHjs.UserAvatarList; exports.UserContainer = _chunk6EJDIVHHjs.UserContainer; exports.UserContent = _chunk6EJDIVHHjs.UserContent; exports.UserDeleter = _chunk6EJDIVHHjs.UserDeleter; exports.UserEditor = _chunk6EJDIVHHjs.UserEditor; exports.UserIndexContainer = _chunk6EJDIVHHjs.UserIndexContainer; exports.UserIndexDetails = _chunk6EJDIVHHjs.UserIndexDetails; exports.UserListInAdd = _chunk6EJDIVHHjs.UserListInAdd; exports.UserMultiSelect = _chunk6EJDIVHHjs.UserMultiSelect; exports.UserReactivator = _chunk6EJDIVHHjs.UserReactivator; exports.UserResentInvitationEmail = _chunk6EJDIVHHjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk6EJDIVHHjs.UserRoleAdd; exports.UserRolesList = _chunk6EJDIVHHjs.UserRolesList; exports.UserSearchPopover = _chunk6EJDIVHHjs.UserSearchPopover; exports.UserSelector = _chunk6EJDIVHHjs.UserSelector; exports.UserStanadaloneDetails = _chunk6EJDIVHHjs.UserStanadaloneDetails; exports.UsersList = _chunk6EJDIVHHjs.UsersList; exports.UsersListByContentIds = _chunk6EJDIVHHjs.UsersListByContentIds; exports.UsersListContainer = _chunk6EJDIVHHjs.UsersListContainer; exports.WaitlistConfirmation = _chunk6EJDIVHHjs.WaitlistConfirmation; exports.WaitlistForm = _chunk6EJDIVHHjs.WaitlistForm; exports.WaitlistHeroSection = _chunk6EJDIVHHjs.WaitlistHeroSection; exports.WaitlistList = _chunk6EJDIVHHjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk6EJDIVHHjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk6EJDIVHHjs.WaitlistSuccessState; exports.badgeVariants = _chunk6EJDIVHHjs.badgeVariants; exports.buttonVariants = _chunk6EJDIVHHjs.buttonVariants; exports.cellComponent = _chunk6EJDIVHHjs.cellComponent; exports.cellDate = _chunk6EJDIVHHjs.cellDate; exports.cellDateTime = _chunk6EJDIVHHjs.cellDateTime; exports.cellId = _chunk6EJDIVHHjs.cellId; exports.cellLink = _chunk6EJDIVHHjs.cellLink; exports.cellUrl = _chunk6EJDIVHHjs.cellUrl; exports.createMentionInlineContentSpec = _chunk6EJDIVHHjs.createMentionInlineContentSpec; exports.errorToast = _chunk6EJDIVHHjs.errorToast; exports.generateNotificationData = _chunk6EJDIVHHjs.generateNotificationData; exports.getIcon = _chunkXAWKRNYMjs.getIcon; exports.getIconByModule = _chunkXAWKRNYMjs.getIconByModule; exports.getIconByModuleName = _chunkXAWKRNYMjs.getIconByModuleName; exports.getInitials = _chunkXAWKRNYMjs.getInitials; exports.mentionDataAttrs = _chunk6EJDIVHHjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunk6EJDIVHHjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk6EJDIVHHjs.parseFiscalData; exports.tabsListVariants = _chunk6EJDIVHHjs.tabsListVariants; exports.toggleVariants = _chunk6EJDIVHHjs.toggleVariants; exports.triggerAssociationToast = _chunk6EJDIVHHjs.triggerAssociationToast; exports.useCarousel = _chunk6EJDIVHHjs.useCarousel; exports.useComboboxAnchor = _chunk6EJDIVHHjs.useComboboxAnchor; exports.useDebounce = _chunk6EJDIVHHjs.useDebounce2; exports.useEditorDialog = _chunk6EJDIVHHjs.useEditorDialog; exports.useFileUpload = _chunk6EJDIVHHjs.useFileUpload; exports.useMentionInsert = _chunk6EJDIVHHjs.useMentionInsert; exports.useSidebar = _chunk6EJDIVHHjs.useSidebar;
|
|
938
|
+
exports.AcceptInvitation = _chunkHCOX3PKMjs.AcceptInvitation; exports.Accordion = _chunkHCOX3PKMjs.Accordion; exports.AccordionContent = _chunkHCOX3PKMjs.AccordionContent; exports.AccordionItem = _chunkHCOX3PKMjs.AccordionItem; exports.AccordionTrigger = _chunkHCOX3PKMjs.AccordionTrigger; exports.ActivateAccount = _chunkHCOX3PKMjs.ActivateAccount; exports.AddUserToRole = _chunkHCOX3PKMjs.AddUserToRole; exports.AdminCompanyContainer = _chunkHCOX3PKMjs.AdminCompanyContainer; exports.AdminUsersList = _chunkHCOX3PKMjs.AdminUsersList; exports.Alert = _chunkHCOX3PKMjs.Alert; exports.AlertAction = _chunkHCOX3PKMjs.AlertAction; exports.AlertDescription = _chunkHCOX3PKMjs.AlertDescription; exports.AlertDialog = _chunkHCOX3PKMjs.AlertDialog; exports.AlertDialogAction = _chunkHCOX3PKMjs.AlertDialogAction; exports.AlertDialogCancel = _chunkHCOX3PKMjs.AlertDialogCancel; exports.AlertDialogContent = _chunkHCOX3PKMjs.AlertDialogContent; exports.AlertDialogDescription = _chunkHCOX3PKMjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkHCOX3PKMjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkHCOX3PKMjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkHCOX3PKMjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkHCOX3PKMjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkHCOX3PKMjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkHCOX3PKMjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkHCOX3PKMjs.AlertDialogTrigger; exports.AlertTitle = _chunkHCOX3PKMjs.AlertTitle; exports.AllUsersListContainer = _chunkHCOX3PKMjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkHCOX3PKMjs.AllowedUsersDetails; exports.AssistantContainer = _chunkHCOX3PKMjs.AssistantContainer; exports.AttributeElement = _chunkHCOX3PKMjs.AttributeElement; exports.AuthContainer = _chunkHCOX3PKMjs.AuthContainer; exports.Avatar = _chunkHCOX3PKMjs.Avatar; exports.AvatarBadge = _chunkHCOX3PKMjs.AvatarBadge; exports.AvatarFallback = _chunkHCOX3PKMjs.AvatarFallback; exports.AvatarGroup = _chunkHCOX3PKMjs.AvatarGroup; exports.AvatarGroupCount = _chunkHCOX3PKMjs.AvatarGroupCount; exports.AvatarImage = _chunkHCOX3PKMjs.AvatarImage; exports.BackupCodesDialog = _chunkHCOX3PKMjs.BackupCodesDialog; exports.Badge = _chunkHCOX3PKMjs.Badge; exports.BlockNoteEditorContainer = _chunkHCOX3PKMjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkHCOX3PKMjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkHCOX3PKMjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunkHCOX3PKMjs.KanbanBoard; exports.Breadcrumb = _chunkHCOX3PKMjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkHCOX3PKMjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkHCOX3PKMjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkHCOX3PKMjs.BreadcrumbLink; exports.BreadcrumbList = _chunkHCOX3PKMjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkHCOX3PKMjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkHCOX3PKMjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkHCOX3PKMjs.BreadcrumbSeparator; exports.Button = _chunkHCOX3PKMjs.Button; exports.Calendar = _chunkHCOX3PKMjs.Calendar; exports.CalendarDayButton = _chunkHCOX3PKMjs.CalendarDayButton; exports.Card = _chunkHCOX3PKMjs.Card; exports.CardAction = _chunkHCOX3PKMjs.CardAction; exports.CardContent = _chunkHCOX3PKMjs.CardContent; exports.CardDescription = _chunkHCOX3PKMjs.CardDescription; exports.CardFooter = _chunkHCOX3PKMjs.CardFooter; exports.CardHeader = _chunkHCOX3PKMjs.CardHeader; exports.CardTitle = _chunkHCOX3PKMjs.CardTitle; exports.Carousel = _chunkHCOX3PKMjs.Carousel; exports.CarouselContent = _chunkHCOX3PKMjs.CarouselContent; exports.CarouselItem = _chunkHCOX3PKMjs.CarouselItem; exports.CarouselNext = _chunkHCOX3PKMjs.CarouselNext; exports.CarouselPrevious = _chunkHCOX3PKMjs.CarouselPrevious; exports.ChartContainer = _chunkHCOX3PKMjs.ChartContainer; exports.ChartLegend = _chunkHCOX3PKMjs.ChartLegend; exports.ChartLegendContent = _chunkHCOX3PKMjs.ChartLegendContent; exports.ChartStyle = _chunkHCOX3PKMjs.ChartStyle; exports.ChartTooltip = _chunkHCOX3PKMjs.ChartTooltip; exports.ChartTooltipContent = _chunkHCOX3PKMjs.ChartTooltipContent; exports.Checkbox = _chunkHCOX3PKMjs.Checkbox; exports.Collapsible = _chunkHCOX3PKMjs.Collapsible; exports.CollapsibleContent = _chunkHCOX3PKMjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkHCOX3PKMjs.CollapsibleTrigger; exports.Column = _chunkHCOX3PKMjs.KanbanColumn; exports.ColumnHandle = _chunkHCOX3PKMjs.KanbanColumnHandle; exports.Combobox = _chunkHCOX3PKMjs.Combobox; exports.ComboboxChip = _chunkHCOX3PKMjs.ComboboxChip; exports.ComboboxChips = _chunkHCOX3PKMjs.ComboboxChips; exports.ComboboxChipsInput = _chunkHCOX3PKMjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkHCOX3PKMjs.ComboboxCollection; exports.ComboboxContent = _chunkHCOX3PKMjs.ComboboxContent; exports.ComboboxEmpty = _chunkHCOX3PKMjs.ComboboxEmpty; exports.ComboboxGroup = _chunkHCOX3PKMjs.ComboboxGroup; exports.ComboboxInput = _chunkHCOX3PKMjs.ComboboxInput; exports.ComboboxItem = _chunkHCOX3PKMjs.ComboboxItem; exports.ComboboxLabel = _chunkHCOX3PKMjs.ComboboxLabel; exports.ComboboxList = _chunkHCOX3PKMjs.ComboboxList; exports.ComboboxSeparator = _chunkHCOX3PKMjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkHCOX3PKMjs.ComboboxTrigger; exports.ComboboxValue = _chunkHCOX3PKMjs.ComboboxValue; exports.Command = _chunkHCOX3PKMjs.Command; exports.CommandDialog = _chunkHCOX3PKMjs.CommandDialog; exports.CommandEmpty = _chunkHCOX3PKMjs.CommandEmpty; exports.CommandGroup = _chunkHCOX3PKMjs.CommandGroup; exports.CommandInput = _chunkHCOX3PKMjs.CommandInput; exports.CommandItem = _chunkHCOX3PKMjs.CommandItem; exports.CommandList = _chunkHCOX3PKMjs.CommandList; exports.CommandSeparator = _chunkHCOX3PKMjs.CommandSeparator; exports.CommandShortcut = _chunkHCOX3PKMjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkHCOX3PKMjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkHCOX3PKMjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkHCOX3PKMjs.CommonDeleter; exports.CommonEditorButtons = _chunkHCOX3PKMjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkHCOX3PKMjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkHCOX3PKMjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkHCOX3PKMjs.CommonEditorTrigger; exports.CompaniesList = _chunkHCOX3PKMjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkHCOX3PKMjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkHCOX3PKMjs.CompanyContainer; exports.CompanyContent = _chunkHCOX3PKMjs.CompanyContent; exports.CompanyDeleter = _chunkHCOX3PKMjs.CompanyDeleter; exports.CompanyDetails = _chunkHCOX3PKMjs.CompanyDetails; exports.CompanyEditor = _chunkHCOX3PKMjs.CompanyEditor; exports.CompanyUsersList = _chunkHCOX3PKMjs.CompanyUsersList; exports.ContentListGrid = _chunkHCOX3PKMjs.ContentListGrid; exports.ContentListTable = _chunkHCOX3PKMjs.ContentListTable; exports.ContentTableSearch = _chunkHCOX3PKMjs.ContentTableSearch; exports.ContentTitle = _chunkHCOX3PKMjs.ContentTitle; exports.ContentsList = _chunkHCOX3PKMjs.ContentsList; exports.ContentsListById = _chunkHCOX3PKMjs.ContentsListById; exports.ContextMenu = _chunkHCOX3PKMjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkHCOX3PKMjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkHCOX3PKMjs.ContextMenuContent; exports.ContextMenuGroup = _chunkHCOX3PKMjs.ContextMenuGroup; exports.ContextMenuItem = _chunkHCOX3PKMjs.ContextMenuItem; exports.ContextMenuLabel = _chunkHCOX3PKMjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkHCOX3PKMjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkHCOX3PKMjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkHCOX3PKMjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkHCOX3PKMjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkHCOX3PKMjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkHCOX3PKMjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkHCOX3PKMjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkHCOX3PKMjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkHCOX3PKMjs.ContextMenuTrigger; exports.ContributorsList = _chunkHCOX3PKMjs.ContributorsList; exports.Cookies = _chunkHCOX3PKMjs.Cookies; exports.DatePickerPopover = _chunkHCOX3PKMjs.DatePickerPopover; exports.DateRangeSelector = _chunkHCOX3PKMjs.DateRangeSelector; exports.Dialog = _chunkHCOX3PKMjs.Dialog; exports.DialogClose = _chunkHCOX3PKMjs.DialogClose; exports.DialogContent = _chunkHCOX3PKMjs.DialogContent; exports.DialogDescription = _chunkHCOX3PKMjs.DialogDescription; exports.DialogFooter = _chunkHCOX3PKMjs.DialogFooter; exports.DialogHeader = _chunkHCOX3PKMjs.DialogHeader; exports.DialogOverlay = _chunkHCOX3PKMjs.DialogOverlay; exports.DialogPortal = _chunkHCOX3PKMjs.DialogPortal; exports.DialogTitle = _chunkHCOX3PKMjs.DialogTitle; exports.DialogTrigger = _chunkHCOX3PKMjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkHCOX3PKMjs.DisableTwoFactorDialog; exports.Drawer = _chunkHCOX3PKMjs.Drawer; exports.DrawerClose = _chunkHCOX3PKMjs.DrawerClose; exports.DrawerContent = _chunkHCOX3PKMjs.DrawerContent; exports.DrawerDescription = _chunkHCOX3PKMjs.DrawerDescription; exports.DrawerFooter = _chunkHCOX3PKMjs.DrawerFooter; exports.DrawerHeader = _chunkHCOX3PKMjs.DrawerHeader; exports.DrawerOverlay = _chunkHCOX3PKMjs.DrawerOverlay; exports.DrawerPortal = _chunkHCOX3PKMjs.DrawerPortal; exports.DrawerTitle = _chunkHCOX3PKMjs.DrawerTitle; exports.DrawerTrigger = _chunkHCOX3PKMjs.DrawerTrigger; exports.DropdownMenu = _chunkHCOX3PKMjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkHCOX3PKMjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkHCOX3PKMjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkHCOX3PKMjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkHCOX3PKMjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkHCOX3PKMjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkHCOX3PKMjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkHCOX3PKMjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkHCOX3PKMjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkHCOX3PKMjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkHCOX3PKMjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkHCOX3PKMjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkHCOX3PKMjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkHCOX3PKMjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkHCOX3PKMjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkHCOX3PKMjs.EditableAvatar; exports.EditorSheet = _chunkHCOX3PKMjs.EditorSheet; exports.EntityAvatar = _chunkHCOX3PKMjs.EntityAvatar; exports.EntityMultiSelector = _chunkHCOX3PKMjs.EntityMultiSelector; exports.ErrorDetails = _chunkHCOX3PKMjs.ErrorDetails; exports.Field = _chunkHCOX3PKMjs.Field; exports.FieldContent = _chunkHCOX3PKMjs.FieldContent; exports.FieldDescription = _chunkHCOX3PKMjs.FieldDescription; exports.FieldError = _chunkHCOX3PKMjs.FieldError; exports.FieldGroup = _chunkHCOX3PKMjs.FieldGroup; exports.FieldLabel = _chunkHCOX3PKMjs.FieldLabel; exports.FieldLegend = _chunkHCOX3PKMjs.FieldLegend; exports.FieldSeparator = _chunkHCOX3PKMjs.FieldSeparator; exports.FieldSet = _chunkHCOX3PKMjs.FieldSet; exports.FieldTitle = _chunkHCOX3PKMjs.FieldTitle; exports.FileInput = _chunkHCOX3PKMjs.FileInput; exports.FileUploader = _chunkHCOX3PKMjs.FileUploader; exports.FileUploaderContent = _chunkHCOX3PKMjs.FileUploaderContent; exports.FileUploaderItem = _chunkHCOX3PKMjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkHCOX3PKMjs.FiscalDataDisplay; exports.ForgotPassword = _chunkHCOX3PKMjs.ForgotPassword; exports.Form = _chunkHCOX3PKMjs.Form; exports.FormBlockNote = _chunkHCOX3PKMjs.FormBlockNote; exports.FormCheckbox = _chunkHCOX3PKMjs.FormCheckbox; exports.FormDate = _chunkHCOX3PKMjs.FormDate; exports.FormDateTime = _chunkHCOX3PKMjs.FormDateTime; exports.FormFeatures = _chunkHCOX3PKMjs.FormFeatures; exports.FormFieldWrapper = _chunkHCOX3PKMjs.FormFieldWrapper; exports.FormInput = _chunkHCOX3PKMjs.FormInput; exports.FormPassword = _chunkHCOX3PKMjs.FormPassword; exports.FormPlaceAutocomplete = _chunkHCOX3PKMjs.FormPlaceAutocomplete; exports.FormRoles = _chunkHCOX3PKMjs.FormRoles; exports.FormSelect = _chunkHCOX3PKMjs.FormSelect; exports.FormSlider = _chunkHCOX3PKMjs.FormSlider; exports.FormSwitch = _chunkHCOX3PKMjs.FormSwitch; exports.FormTextarea = _chunkHCOX3PKMjs.FormTextarea; exports.GdprConsentCheckbox = _chunkHCOX3PKMjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkHCOX3PKMjs.GdprConsentSection; exports.Header = _chunkHCOX3PKMjs.Header; exports.HoverCard = _chunkHCOX3PKMjs.HoverCard; exports.HoverCardContent = _chunkHCOX3PKMjs.HoverCardContent; exports.HoverCardTrigger = _chunkHCOX3PKMjs.HoverCardTrigger; exports.HowToCommand = _chunkHCOX3PKMjs.HowToCommand; exports.HowToCommandViewer = _chunkHCOX3PKMjs.HowToCommandViewer; exports.HowToContainer = _chunkHCOX3PKMjs.HowToContainer; exports.HowToContent = _chunkHCOX3PKMjs.HowToContent; exports.HowToDeleter = _chunkHCOX3PKMjs.HowToDeleter; exports.HowToDetails = _chunkHCOX3PKMjs.HowToDetails; exports.HowToEditor = _chunkHCOX3PKMjs.HowToEditor; exports.HowToList = _chunkHCOX3PKMjs.HowToList; exports.HowToListContainer = _chunkHCOX3PKMjs.HowToListContainer; exports.HowToMultiSelector = _chunkHCOX3PKMjs.HowToMultiSelector; exports.HowToSelector = _chunkHCOX3PKMjs.HowToSelector; exports.Input = _chunkHCOX3PKMjs.Input; exports.InputGroup = _chunkHCOX3PKMjs.InputGroup; exports.InputGroupAddon = _chunkHCOX3PKMjs.InputGroupAddon; exports.InputGroupButton = _chunkHCOX3PKMjs.InputGroupButton; exports.InputGroupInput = _chunkHCOX3PKMjs.InputGroupInput; exports.InputGroupText = _chunkHCOX3PKMjs.InputGroupText; exports.InputGroupTextarea = _chunkHCOX3PKMjs.InputGroupTextarea; exports.InputOTP = _chunkHCOX3PKMjs.InputOTP; exports.InputOTPGroup = _chunkHCOX3PKMjs.InputOTPGroup; exports.InputOTPSeparator = _chunkHCOX3PKMjs.InputOTPSeparator; exports.InputOTPSlot = _chunkHCOX3PKMjs.InputOTPSlot; exports.ItalianFiscalData = _chunkHCOX3PKMjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkHCOX3PKMjs.ItalianFiscalDataDisplay; exports.Item = _chunkHCOX3PKMjs.KanbanItem; exports.ItemHandle = _chunkHCOX3PKMjs.KanbanItemHandle; exports.Kanban = _chunkHCOX3PKMjs.KanbanRoot; exports.KanbanBoard = _chunkHCOX3PKMjs.KanbanBoard; exports.KanbanColumn = _chunkHCOX3PKMjs.KanbanColumn; exports.KanbanColumnHandle = _chunkHCOX3PKMjs.KanbanColumnHandle; exports.KanbanItem = _chunkHCOX3PKMjs.KanbanItem; exports.KanbanItemHandle = _chunkHCOX3PKMjs.KanbanItemHandle; exports.KanbanOverlay = _chunkHCOX3PKMjs.KanbanOverlay; exports.Label = _chunkHCOX3PKMjs.Label; exports.LandingComponent = _chunkHCOX3PKMjs.LandingComponent; exports.Link = _chunkHCOX3PKMjs.Link; exports.Login = _chunkHCOX3PKMjs.Login; exports.Logout = _chunkHCOX3PKMjs.Logout; exports.MessageItem = _chunkHCOX3PKMjs.MessageItem; exports.MessageList = _chunkHCOX3PKMjs.MessageList; exports.MessageSourcesPanel = _chunkHCOX3PKMjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunkHCOX3PKMjs.ModeToggleSwitch; exports.MultiSelect = _chunkHCOX3PKMjs.MultiSelect; exports.MultipleSelector = _chunkHCOX3PKMjs.MultipleSelector; exports.NavigationMenu = _chunkHCOX3PKMjs.NavigationMenu; exports.NavigationMenuContent = _chunkHCOX3PKMjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkHCOX3PKMjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkHCOX3PKMjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkHCOX3PKMjs.NavigationMenuLink; exports.NavigationMenuList = _chunkHCOX3PKMjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkHCOX3PKMjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkHCOX3PKMjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkHCOX3PKMjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkHCOX3PKMjs.NotificationMenuItem; exports.NotificationModal = _chunkHCOX3PKMjs.NotificationModal; exports.NotificationToast = _chunkHCOX3PKMjs.NotificationToast; exports.NotificationsList = _chunkHCOX3PKMjs.NotificationsList; exports.NotificationsListContainer = _chunkHCOX3PKMjs.NotificationsListContainer; exports.OAuthClientCard = _chunkHCOX3PKMjs.OAuthClientCard; exports.OAuthClientDetail = _chunkHCOX3PKMjs.OAuthClientDetail; exports.OAuthClientForm = _chunkHCOX3PKMjs.OAuthClientForm; exports.OAuthClientList = _chunkHCOX3PKMjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkHCOX3PKMjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkHCOX3PKMjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkHCOX3PKMjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkHCOX3PKMjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkHCOX3PKMjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkHCOX3PKMjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkHCOX3PKMjs.OAuthScopeSelector; exports.OnboardingCard = _chunkHCOX3PKMjs.OnboardingCard; exports.Overlay = _chunkHCOX3PKMjs.KanbanOverlay; exports.PageContainer = _chunkHCOX3PKMjs.PageContainer; exports.PageContainerContentDetails = _chunkHCOX3PKMjs.PageContainerContentDetails; exports.PageContentContainer = _chunkHCOX3PKMjs.PageContentContainer; exports.PageSection = _chunkHCOX3PKMjs.PageSection; exports.PasskeyButton = _chunkHCOX3PKMjs.PasskeyButton; exports.PasskeyList = _chunkHCOX3PKMjs.PasskeyList; exports.PasskeySetupDialog = _chunkHCOX3PKMjs.PasskeySetupDialog; exports.PasswordInput = _chunkHCOX3PKMjs.PasswordInput; exports.Popover = _chunkHCOX3PKMjs.Popover; exports.PopoverContent = _chunkHCOX3PKMjs.PopoverContent; exports.PopoverDescription = _chunkHCOX3PKMjs.PopoverDescription; exports.PopoverHeader = _chunkHCOX3PKMjs.PopoverHeader; exports.PopoverTitle = _chunkHCOX3PKMjs.PopoverTitle; exports.PopoverTrigger = _chunkHCOX3PKMjs.PopoverTrigger; exports.Progress = _chunkHCOX3PKMjs.Progress; exports.ProgressIndicator = _chunkHCOX3PKMjs.ProgressIndicator; exports.ProgressLabel = _chunkHCOX3PKMjs.ProgressLabel; exports.ProgressTrack = _chunkHCOX3PKMjs.ProgressTrack; exports.ProgressValue = _chunkHCOX3PKMjs.ProgressValue; exports.PushNotificationProvider = _chunkHCOX3PKMjs.PushNotificationProvider; exports.RadioGroup = _chunkHCOX3PKMjs.RadioGroup; exports.RadioGroupItem = _chunkHCOX3PKMjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkHCOX3PKMjs.RbacByRoleContainer; exports.RbacContainer = _chunkHCOX3PKMjs.RbacContainer; exports.RbacPermissionCell = _chunkHCOX3PKMjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkHCOX3PKMjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkHCOX3PKMjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkHCOX3PKMjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkHCOX3PKMjs.ReferralCodeCapture; exports.ReferralDialog = _chunkHCOX3PKMjs.ReferralDialog; exports.ReferralWidget = _chunkHCOX3PKMjs.ReferralWidget; exports.RefreshUser = _chunkHCOX3PKMjs.RefreshUser; exports.RelevantContentsList = _chunkHCOX3PKMjs.RelevantContentsList; exports.RelevantUsersList = _chunkHCOX3PKMjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkHCOX3PKMjs.RemoveUserFromRole; exports.ResetPassword = _chunkHCOX3PKMjs.ResetPassword; exports.ResizableHandle = _chunkHCOX3PKMjs.ResizableHandle; exports.ResizablePanel = _chunkHCOX3PKMjs.ResizablePanel; exports.ResizablePanelGroup = _chunkHCOX3PKMjs.ResizablePanelGroup; exports.RoleContainer = _chunkHCOX3PKMjs.RoleContainer; exports.RoleDetails = _chunkHCOX3PKMjs.RoleDetails; exports.RoleUsersList = _chunkHCOX3PKMjs.RoleUsersList; exports.RolesList = _chunkHCOX3PKMjs.RolesList; exports.Root = _chunkHCOX3PKMjs.KanbanRoot; exports.RoundPageContainer = _chunkHCOX3PKMjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkHCOX3PKMjs.RoundPageContainerTitle; exports.ScrollArea = _chunkHCOX3PKMjs.ScrollArea; exports.ScrollBar = _chunkHCOX3PKMjs.ScrollBar; exports.SecurityContainer = _chunkHCOX3PKMjs.SecurityContainer; exports.Select = _chunkHCOX3PKMjs.Select; exports.SelectContent = _chunkHCOX3PKMjs.SelectContent; exports.SelectGroup = _chunkHCOX3PKMjs.SelectGroup; exports.SelectItem = _chunkHCOX3PKMjs.SelectItem; exports.SelectLabel = _chunkHCOX3PKMjs.SelectLabel; exports.SelectScrollDownButton = _chunkHCOX3PKMjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkHCOX3PKMjs.SelectScrollUpButton; exports.SelectSeparator = _chunkHCOX3PKMjs.SelectSeparator; exports.SelectTrigger = _chunkHCOX3PKMjs.SelectTrigger; exports.SelectValue = _chunkHCOX3PKMjs.SelectValue; exports.Separator = _chunkHCOX3PKMjs.Separator; exports.Sheet = _chunkHCOX3PKMjs.Sheet; exports.SheetClose = _chunkHCOX3PKMjs.SheetClose; exports.SheetContent = _chunkHCOX3PKMjs.SheetContent; exports.SheetDescription = _chunkHCOX3PKMjs.SheetDescription; exports.SheetFooter = _chunkHCOX3PKMjs.SheetFooter; exports.SheetHeader = _chunkHCOX3PKMjs.SheetHeader; exports.SheetTitle = _chunkHCOX3PKMjs.SheetTitle; exports.SheetTrigger = _chunkHCOX3PKMjs.SheetTrigger; exports.Sidebar = _chunkHCOX3PKMjs.Sidebar; exports.SidebarContent = _chunkHCOX3PKMjs.SidebarContent; exports.SidebarFooter = _chunkHCOX3PKMjs.SidebarFooter; exports.SidebarGroup = _chunkHCOX3PKMjs.SidebarGroup; exports.SidebarGroupAction = _chunkHCOX3PKMjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkHCOX3PKMjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkHCOX3PKMjs.SidebarGroupLabel; exports.SidebarHeader = _chunkHCOX3PKMjs.SidebarHeader; exports.SidebarInput = _chunkHCOX3PKMjs.SidebarInput; exports.SidebarInset = _chunkHCOX3PKMjs.SidebarInset; exports.SidebarMenu = _chunkHCOX3PKMjs.SidebarMenu; exports.SidebarMenuAction = _chunkHCOX3PKMjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkHCOX3PKMjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkHCOX3PKMjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkHCOX3PKMjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkHCOX3PKMjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkHCOX3PKMjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkHCOX3PKMjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkHCOX3PKMjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkHCOX3PKMjs.SidebarProvider; exports.SidebarRail = _chunkHCOX3PKMjs.SidebarRail; exports.SidebarSeparator = _chunkHCOX3PKMjs.SidebarSeparator; exports.SidebarTrigger = _chunkHCOX3PKMjs.SidebarTrigger; exports.Skeleton = _chunkHCOX3PKMjs.Skeleton; exports.Slider = _chunkHCOX3PKMjs.Slider; exports.Switch = _chunkHCOX3PKMjs.Switch; exports.Table = _chunkHCOX3PKMjs.Table; exports.TableBody = _chunkHCOX3PKMjs.TableBody; exports.TableCaption = _chunkHCOX3PKMjs.TableCaption; exports.TableCell = _chunkHCOX3PKMjs.TableCell; exports.TableCellAvatar = _chunkHCOX3PKMjs.TableCellAvatar; exports.TableFooter = _chunkHCOX3PKMjs.TableFooter; exports.TableHead = _chunkHCOX3PKMjs.TableHead; exports.TableHeader = _chunkHCOX3PKMjs.TableHeader; exports.TableRow = _chunkHCOX3PKMjs.TableRow; exports.Tabs = _chunkHCOX3PKMjs.Tabs; exports.TabsContainer = _chunkHCOX3PKMjs.TabsContainer; exports.TabsContent = _chunkHCOX3PKMjs.TabsContent; exports.TabsList = _chunkHCOX3PKMjs.TabsList; exports.TabsTrigger = _chunkHCOX3PKMjs.TabsTrigger; exports.Textarea = _chunkHCOX3PKMjs.Textarea; exports.Toaster = _chunkHCOX3PKMjs.Toaster; exports.Toggle = _chunkHCOX3PKMjs.Toggle; exports.TokenStatusIndicator = _chunkHCOX3PKMjs.TokenStatusIndicator; exports.Tooltip = _chunkHCOX3PKMjs.Tooltip; exports.TooltipContent = _chunkHCOX3PKMjs.TooltipContent; exports.TooltipProvider = _chunkHCOX3PKMjs.TooltipProvider; exports.TooltipTrigger = _chunkHCOX3PKMjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkHCOX3PKMjs.TotpAuthenticatorList; exports.TotpInput = _chunkHCOX3PKMjs.TotpInput; exports.TotpSetupDialog = _chunkHCOX3PKMjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkHCOX3PKMjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkHCOX3PKMjs.TwoFactorSettings; exports.UserAvatar = _chunkHCOX3PKMjs.UserAvatar; exports.UserAvatarEditor = _chunkHCOX3PKMjs.UserAvatarEditor; exports.UserAvatarList = _chunkHCOX3PKMjs.UserAvatarList; exports.UserContainer = _chunkHCOX3PKMjs.UserContainer; exports.UserContent = _chunkHCOX3PKMjs.UserContent; exports.UserDeleter = _chunkHCOX3PKMjs.UserDeleter; exports.UserEditor = _chunkHCOX3PKMjs.UserEditor; exports.UserIndexContainer = _chunkHCOX3PKMjs.UserIndexContainer; exports.UserIndexDetails = _chunkHCOX3PKMjs.UserIndexDetails; exports.UserListInAdd = _chunkHCOX3PKMjs.UserListInAdd; exports.UserMultiSelect = _chunkHCOX3PKMjs.UserMultiSelect; exports.UserReactivator = _chunkHCOX3PKMjs.UserReactivator; exports.UserResentInvitationEmail = _chunkHCOX3PKMjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkHCOX3PKMjs.UserRoleAdd; exports.UserRolesList = _chunkHCOX3PKMjs.UserRolesList; exports.UserSearchPopover = _chunkHCOX3PKMjs.UserSearchPopover; exports.UserSelector = _chunkHCOX3PKMjs.UserSelector; exports.UserStanadaloneDetails = _chunkHCOX3PKMjs.UserStanadaloneDetails; exports.UsersList = _chunkHCOX3PKMjs.UsersList; exports.UsersListByContentIds = _chunkHCOX3PKMjs.UsersListByContentIds; exports.UsersListContainer = _chunkHCOX3PKMjs.UsersListContainer; exports.WaitlistConfirmation = _chunkHCOX3PKMjs.WaitlistConfirmation; exports.WaitlistForm = _chunkHCOX3PKMjs.WaitlistForm; exports.WaitlistHeroSection = _chunkHCOX3PKMjs.WaitlistHeroSection; exports.WaitlistList = _chunkHCOX3PKMjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkHCOX3PKMjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkHCOX3PKMjs.WaitlistSuccessState; exports.badgeVariants = _chunkHCOX3PKMjs.badgeVariants; exports.buttonVariants = _chunkHCOX3PKMjs.buttonVariants; exports.cellComponent = _chunkHCOX3PKMjs.cellComponent; exports.cellDate = _chunkHCOX3PKMjs.cellDate; exports.cellDateTime = _chunkHCOX3PKMjs.cellDateTime; exports.cellId = _chunkHCOX3PKMjs.cellId; exports.cellLink = _chunkHCOX3PKMjs.cellLink; exports.cellUrl = _chunkHCOX3PKMjs.cellUrl; exports.createMentionInlineContentSpec = _chunkHCOX3PKMjs.createMentionInlineContentSpec; exports.errorToast = _chunkHCOX3PKMjs.errorToast; exports.generateNotificationData = _chunkHCOX3PKMjs.generateNotificationData; exports.getIcon = _chunkXAWKRNYMjs.getIcon; exports.getIconByModule = _chunkXAWKRNYMjs.getIconByModule; exports.getIconByModuleName = _chunkXAWKRNYMjs.getIconByModuleName; exports.getInitials = _chunkXAWKRNYMjs.getInitials; exports.mentionDataAttrs = _chunkHCOX3PKMjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkHCOX3PKMjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkHCOX3PKMjs.parseFiscalData; exports.tabsListVariants = _chunkHCOX3PKMjs.tabsListVariants; exports.toggleVariants = _chunkHCOX3PKMjs.toggleVariants; exports.triggerAssociationToast = _chunkHCOX3PKMjs.triggerAssociationToast; exports.useCarousel = _chunkHCOX3PKMjs.useCarousel; exports.useComboboxAnchor = _chunkHCOX3PKMjs.useComboboxAnchor; exports.useDebounce = _chunkHCOX3PKMjs.useDebounce2; exports.useEditorDialog = _chunkHCOX3PKMjs.useEditorDialog; exports.useFileUpload = _chunkHCOX3PKMjs.useFileUpload; exports.useMentionInsert = _chunkHCOX3PKMjs.useMentionInsert; exports.useSidebar = _chunkHCOX3PKMjs.useSidebar;
|
|
939
939
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.js
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunkHCOX3PKMjs = require('../chunk-HCOX3PKM.js');
|
|
35
35
|
require('../chunk-SE5HIHJS.js');
|
|
36
36
|
require('../chunk-XAWKRNYM.js');
|
|
37
37
|
require('../chunk-LXKSUWAV.js');
|
|
@@ -71,5 +71,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
exports.AssistantProvider =
|
|
74
|
+
exports.AssistantProvider = _chunkHCOX3PKMjs.AssistantProvider; exports.CommonProvider = _chunkHCOX3PKMjs.CommonProvider; exports.CompanyProvider = _chunkHCOX3PKMjs.CompanyProvider; exports.CurrentUserProvider = _chunkHCOX3PKMjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkHCOX3PKMjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkHCOX3PKMjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkHCOX3PKMjs.HeaderLeftContentProvider; exports.HowToProvider = _chunkHCOX3PKMjs.HowToProvider; exports.NotificationContextProvider = _chunkHCOX3PKMjs.NotificationContextProvider; exports.OnboardingProvider = _chunkHCOX3PKMjs.OnboardingProvider; exports.RbacProvider = _chunkHCOX3PKMjs.RbacProvider; exports.RoleProvider = _chunkHCOX3PKMjs.RoleProvider; exports.SharedProvider = _chunkHCOX3PKMjs.SharedProvider; exports.SocketContext = _chunkHCOX3PKMjs.SocketContext; exports.SocketProvider = _chunkHCOX3PKMjs.SocketProvider; exports.UserProvider = _chunkHCOX3PKMjs.UserProvider; exports.recentPagesAtom = _chunkHCOX3PKMjs.recentPagesAtom; exports.useAssistantContext = _chunkHCOX3PKMjs.useAssistantContext; exports.useCommonContext = _chunkHCOX3PKMjs.useCommonContext; exports.useCompanyContext = _chunkHCOX3PKMjs.useCompanyContext; exports.useCurrentUserContext = _chunkHCOX3PKMjs.useCurrentUserContext; exports.useHeaderChildren = _chunkHCOX3PKMjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkHCOX3PKMjs.useHeaderLeftContent; exports.useHowToContext = _chunkHCOX3PKMjs.useHowToContext; exports.useNotificationContext = _chunkHCOX3PKMjs.useNotificationContext; exports.useOnboarding = _chunkHCOX3PKMjs.useOnboarding; exports.useRbacContext = _chunkHCOX3PKMjs.useRbacContext; exports.useRoleContext = _chunkHCOX3PKMjs.useRoleContext; exports.useSharedContext = _chunkHCOX3PKMjs.useSharedContext; exports.useSocketContext = _chunkHCOX3PKMjs.useSocketContext; exports.useUserContext = _chunkHCOX3PKMjs.useUserContext;
|
|
75
75
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { BlockNoteEditor } from "@blocknote/core";
|
|
4
4
|
import { DefaultReactSuggestionItem, SuggestionMenuController, SuggestionMenuProps } from "@blocknote/react";
|
|
5
5
|
import { autoUpdate, flip, shift } from "@floating-ui/react";
|
|
6
|
-
import React, { useCallback } from "react";
|
|
6
|
+
import React, { useCallback, useMemo } from "react";
|
|
7
7
|
|
|
8
8
|
export interface MentionItem {
|
|
9
9
|
id: string;
|
|
@@ -19,6 +19,15 @@ export type MentionInsertFn = (id: string, name: string, entityType: string) =>
|
|
|
19
19
|
const MentionInsertContext = React.createContext<MentionInsertFn | null>(null);
|
|
20
20
|
export const useMentionInsert = () => React.useContext(MentionInsertContext);
|
|
21
21
|
|
|
22
|
+
// BlockNote's SuggestionMenuController auto-closes the menu when the query
|
|
23
|
+
// grows more than 3 characters past the last query that returned results
|
|
24
|
+
// (see @blocknote/react `Xt` close-on-empty hook). That breaks multi-word
|
|
25
|
+
// mention queries like "@John Smith" when no exact match exists, because the
|
|
26
|
+
// custom suggestion UI still wants to surface a "Create" option. We work
|
|
27
|
+
// around it by always returning at least one item from getItems(): a sentinel
|
|
28
|
+
// that's filtered out before reaching the consumer's suggestion menu.
|
|
29
|
+
const KEEP_OPEN_SENTINEL_TITLE = "__blocknote_mention_keep_open__";
|
|
30
|
+
|
|
22
31
|
interface BlockNoteEditorSuggestionMenuControllerProps {
|
|
23
32
|
editor: BlockNoteEditor<any, any, any>;
|
|
24
33
|
mentionSearchFn: MentionSearchFn;
|
|
@@ -48,7 +57,7 @@ export function BlockNoteEditorMentionSuggestionMenu({
|
|
|
48
57
|
const getItems = useCallback(
|
|
49
58
|
async (query: string): Promise<DefaultReactSuggestionItem[]> => {
|
|
50
59
|
const results = await mentionSearchFn(query, mentionSearchParams);
|
|
51
|
-
|
|
60
|
+
const items: DefaultReactSuggestionItem[] = results.map((item) => ({
|
|
52
61
|
title: item.name,
|
|
53
62
|
subtext: item.entityType,
|
|
54
63
|
icon: item.icon as React.ReactElement | undefined,
|
|
@@ -66,17 +75,43 @@ export function BlockNoteEditorMentionSuggestionMenu({
|
|
|
66
75
|
]);
|
|
67
76
|
},
|
|
68
77
|
}));
|
|
78
|
+
if (items.length === 0) {
|
|
79
|
+
items.push({ title: KEEP_OPEN_SENTINEL_TITLE, onItemClick: () => {} });
|
|
80
|
+
}
|
|
81
|
+
return items;
|
|
69
82
|
},
|
|
70
83
|
[editor, mentionSearchFn, mentionSearchParams],
|
|
71
84
|
);
|
|
72
85
|
|
|
86
|
+
const wrappedSuggestionMenuComponent = useMemo<
|
|
87
|
+
React.FC<SuggestionMenuProps<DefaultReactSuggestionItem>> | undefined
|
|
88
|
+
>(() => {
|
|
89
|
+
if (!suggestionMenuComponent) return undefined;
|
|
90
|
+
const Component = suggestionMenuComponent;
|
|
91
|
+
const Wrapped: React.FC<SuggestionMenuProps<DefaultReactSuggestionItem>> = (props) => {
|
|
92
|
+
const isSentinelOnly = props.items.length === 1 && props.items[0]?.title === KEEP_OPEN_SENTINEL_TITLE;
|
|
93
|
+
return (
|
|
94
|
+
<Component
|
|
95
|
+
{...props}
|
|
96
|
+
items={isSentinelOnly ? [] : props.items}
|
|
97
|
+
selectedIndex={isSentinelOnly ? undefined : props.selectedIndex}
|
|
98
|
+
onItemClick={(item) => {
|
|
99
|
+
if (item.title === KEEP_OPEN_SENTINEL_TITLE) return;
|
|
100
|
+
props.onItemClick?.(item);
|
|
101
|
+
}}
|
|
102
|
+
/>
|
|
103
|
+
);
|
|
104
|
+
};
|
|
105
|
+
return Wrapped;
|
|
106
|
+
}, [suggestionMenuComponent]);
|
|
107
|
+
|
|
73
108
|
return (
|
|
74
109
|
<MentionInsertContext.Provider value={onMentionInsert}>
|
|
75
110
|
<div className="blocknote-suggestion-container" style={{ position: "static" }}>
|
|
76
111
|
<SuggestionMenuController
|
|
77
112
|
triggerCharacter={"@"}
|
|
78
113
|
getItems={getItems}
|
|
79
|
-
suggestionMenuComponent={
|
|
114
|
+
suggestionMenuComponent={wrappedSuggestionMenuComponent}
|
|
80
115
|
floatingUIOptions={{
|
|
81
116
|
useFloatingOptions: {
|
|
82
117
|
strategy: "fixed",
|