@carlonicora/nextjs-jsonapi 1.104.1 → 1.105.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BlockNoteEditor-OU4FCTXV.mjs → BlockNoteEditor-MC6HHJPV.mjs} +2 -2
- package/dist/{BlockNoteEditor-5JVM4K6A.js → BlockNoteEditor-UKA6V4AG.js} +9 -9
- package/dist/{BlockNoteEditor-5JVM4K6A.js.map → BlockNoteEditor-UKA6V4AG.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-SF7ZBSBS.mjs → chunk-EU7ARJHX.mjs} +5 -4
- package/dist/chunk-EU7ARJHX.mjs.map +1 -0
- package/dist/{chunk-A5WAZ7CI.js → chunk-XFPCUTON.js} +5 -4
- package/dist/chunk-XFPCUTON.js.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +1 -1
- package/dist/components/index.d.ts +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/forms/EditorSheet.tsx +2 -1
- package/src/shadcnui/ui/sidebar.tsx +1 -1
- package/dist/chunk-A5WAZ7CI.js.map +0 -1
- package/dist/chunk-SF7ZBSBS.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-OU4FCTXV.mjs.map → BlockNoteEditor-MC6HHJPV.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkXFPCUTONjs = require('../chunk-XFPCUTON.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -123,5 +123,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
exports.ClientJsonApiDelete = _chunkRXXZGPC3js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkRXXZGPC3js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkRXXZGPC3js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkRXXZGPC3js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkRXXZGPC3js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider =
|
|
126
|
+
exports.ClientJsonApiDelete = _chunkRXXZGPC3js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkRXXZGPC3js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkRXXZGPC3js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkRXXZGPC3js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkRXXZGPC3js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkXFPCUTONjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkXFPCUTONjs.TableGeneratorRegistry; exports.computeLayeredLayout = _chunkXFPCUTONjs.computeLayeredLayout; exports.configureClientConfig = _chunkVLDLERJNjs.configureClientConfig; exports.configureClientJsonApi = _chunkRXXZGPC3js.configureClientJsonApi; exports.configureI18n = _chunkVLDLERJNjs.configureI18n; exports.configureJsonApi = _chunkVLDLERJNjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkXFPCUTONjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkVLDLERJNjs.getApiUrl; exports.getAppUrl = _chunkVLDLERJNjs.getAppUrl; exports.getClientApiUrl = _chunkRXXZGPC3js.getClientApiUrl; exports.getClientAppUrl = _chunkRXXZGPC3js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkRXXZGPC3js.getClientTrackablePages; exports.getI18nLink = _chunkVLDLERJNjs.getI18nLink; exports.getPublicApiUrl = _chunkVLDLERJNjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkVLDLERJNjs.getStripePublishableKey; exports.getTrackablePages = _chunkVLDLERJNjs.getTrackablePages; exports.registerTableGenerator = _chunkXFPCUTONjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkXFPCUTONjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkXFPCUTONjs.useContentTableStructure; exports.useCustomD3Graph = _chunkXFPCUTONjs.useCustomD3Graph; exports.useDataListRetriever = _chunkXFPCUTONjs.useDataListRetriever; exports.useDebounce = _chunkXFPCUTONjs.useDebounce; exports.useI18nDateFnsLocale = _chunkVLDLERJNjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkVLDLERJNjs.useI18nLocale; exports.useI18nRouter = _chunkVLDLERJNjs.useI18nRouter; exports.useI18nTranslations = _chunkVLDLERJNjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkXFPCUTONjs.useJsonApiGet; exports.useJsonApiMutation = _chunkXFPCUTONjs.useJsonApiMutation; exports.useNotificationSync = _chunkXFPCUTONjs.useNotificationSync; exports.useOAuthClient = _chunkXFPCUTONjs.useOAuthClient; exports.useOAuthClients = _chunkXFPCUTONjs.useOAuthClients; exports.useOAuthConsent = _chunkXFPCUTONjs.useOAuthConsent; exports.usePageTracker = _chunkXFPCUTONjs.usePageTracker; exports.usePageUrlGenerator = _chunkXFPCUTONjs.usePageUrlGenerator; exports.useRehydration = _chunkXFPCUTONjs.useRehydration; exports.useRehydrationList = _chunkXFPCUTONjs.useRehydrationList; exports.useRoleTableStructure = _chunkXFPCUTONjs.useRoleTableStructure; exports.useSocket = _chunkXFPCUTONjs.useSocket; exports.useSubscriptionStatus = _chunkXFPCUTONjs.useSubscriptionStatus; exports.useTableGenerator = _chunkXFPCUTONjs.useTableGenerator; exports.useUrlRewriter = _chunkXFPCUTONjs.useUrlRewriter; exports.useUserSearch = _chunkXFPCUTONjs.useUserSearch; exports.useUserTableStructure = _chunkXFPCUTONjs.useUserTableStructure;
|
|
127
127
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -447,7 +447,7 @@ type UseEditorDialogReturn = {
|
|
|
447
447
|
};
|
|
448
448
|
declare function useEditorDialog(isFormDirty: () => boolean, options?: UseEditorDialogOptions): UseEditorDialogReturn;
|
|
449
449
|
|
|
450
|
-
type EditorSheetSize = "sm" | "md" | "lg" | "xl";
|
|
450
|
+
type EditorSheetSize = "sm" | "md" | "lg" | "xl" | "2xl";
|
|
451
451
|
type EditorSheetProps<T extends FieldValues> = {
|
|
452
452
|
form: UseFormReturn<T>;
|
|
453
453
|
onSubmit: (values: T) => Promise<{
|
|
@@ -447,7 +447,7 @@ type UseEditorDialogReturn = {
|
|
|
447
447
|
};
|
|
448
448
|
declare function useEditorDialog(isFormDirty: () => boolean, options?: UseEditorDialogOptions): UseEditorDialogReturn;
|
|
449
449
|
|
|
450
|
-
type EditorSheetSize = "sm" | "md" | "lg" | "xl";
|
|
450
|
+
type EditorSheetSize = "sm" | "md" | "lg" | "xl" | "2xl";
|
|
451
451
|
type EditorSheetProps<T extends FieldValues> = {
|
|
452
452
|
form: UseFormReturn<T>;
|
|
453
453
|
onSubmit: (values: T) => Promise<{
|
package/dist/components/index.js
CHANGED
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
|
|
456
456
|
|
|
457
457
|
|
|
458
|
-
var
|
|
458
|
+
var _chunkXFPCUTONjs = require('../chunk-XFPCUTON.js');
|
|
459
459
|
require('../chunk-VLDLERJN.js');
|
|
460
460
|
|
|
461
461
|
|
|
@@ -935,5 +935,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
935
935
|
|
|
936
936
|
|
|
937
937
|
|
|
938
|
-
exports.AcceptInvitation = _chunkA5WAZ7CIjs.AcceptInvitation; exports.Accordion = _chunkA5WAZ7CIjs.Accordion; exports.AccordionContent = _chunkA5WAZ7CIjs.AccordionContent; exports.AccordionItem = _chunkA5WAZ7CIjs.AccordionItem; exports.AccordionTrigger = _chunkA5WAZ7CIjs.AccordionTrigger; exports.ActivateAccount = _chunkA5WAZ7CIjs.ActivateAccount; exports.AddUserToRole = _chunkA5WAZ7CIjs.AddUserToRole; exports.AdminCompanyContainer = _chunkA5WAZ7CIjs.AdminCompanyContainer; exports.AdminUsersList = _chunkA5WAZ7CIjs.AdminUsersList; exports.Alert = _chunkA5WAZ7CIjs.Alert; exports.AlertAction = _chunkA5WAZ7CIjs.AlertAction; exports.AlertDescription = _chunkA5WAZ7CIjs.AlertDescription; exports.AlertDialog = _chunkA5WAZ7CIjs.AlertDialog; exports.AlertDialogAction = _chunkA5WAZ7CIjs.AlertDialogAction; exports.AlertDialogCancel = _chunkA5WAZ7CIjs.AlertDialogCancel; exports.AlertDialogContent = _chunkA5WAZ7CIjs.AlertDialogContent; exports.AlertDialogDescription = _chunkA5WAZ7CIjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkA5WAZ7CIjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkA5WAZ7CIjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkA5WAZ7CIjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkA5WAZ7CIjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkA5WAZ7CIjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkA5WAZ7CIjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkA5WAZ7CIjs.AlertDialogTrigger; exports.AlertTitle = _chunkA5WAZ7CIjs.AlertTitle; exports.AllUsersListContainer = _chunkA5WAZ7CIjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkA5WAZ7CIjs.AllowedUsersDetails; exports.AssistantContainer = _chunkA5WAZ7CIjs.AssistantContainer; exports.AttributeElement = _chunkA5WAZ7CIjs.AttributeElement; exports.AuthContainer = _chunkA5WAZ7CIjs.AuthContainer; exports.Avatar = _chunkA5WAZ7CIjs.Avatar; exports.AvatarBadge = _chunkA5WAZ7CIjs.AvatarBadge; exports.AvatarFallback = _chunkA5WAZ7CIjs.AvatarFallback; exports.AvatarGroup = _chunkA5WAZ7CIjs.AvatarGroup; exports.AvatarGroupCount = _chunkA5WAZ7CIjs.AvatarGroupCount; exports.AvatarImage = _chunkA5WAZ7CIjs.AvatarImage; exports.BackupCodesDialog = _chunkA5WAZ7CIjs.BackupCodesDialog; exports.Badge = _chunkA5WAZ7CIjs.Badge; exports.BlockNoteEditorContainer = _chunkA5WAZ7CIjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkA5WAZ7CIjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkA5WAZ7CIjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunkA5WAZ7CIjs.KanbanBoard; exports.Breadcrumb = _chunkA5WAZ7CIjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkA5WAZ7CIjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkA5WAZ7CIjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkA5WAZ7CIjs.BreadcrumbLink; exports.BreadcrumbList = _chunkA5WAZ7CIjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkA5WAZ7CIjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkA5WAZ7CIjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkA5WAZ7CIjs.BreadcrumbSeparator; exports.Button = _chunkA5WAZ7CIjs.Button; exports.Calendar = _chunkA5WAZ7CIjs.Calendar; exports.CalendarDayButton = _chunkA5WAZ7CIjs.CalendarDayButton; exports.Card = _chunkA5WAZ7CIjs.Card; exports.CardAction = _chunkA5WAZ7CIjs.CardAction; exports.CardContent = _chunkA5WAZ7CIjs.CardContent; exports.CardDescription = _chunkA5WAZ7CIjs.CardDescription; exports.CardFooter = _chunkA5WAZ7CIjs.CardFooter; exports.CardHeader = _chunkA5WAZ7CIjs.CardHeader; exports.CardTitle = _chunkA5WAZ7CIjs.CardTitle; exports.Carousel = _chunkA5WAZ7CIjs.Carousel; exports.CarouselContent = _chunkA5WAZ7CIjs.CarouselContent; exports.CarouselItem = _chunkA5WAZ7CIjs.CarouselItem; exports.CarouselNext = _chunkA5WAZ7CIjs.CarouselNext; exports.CarouselPrevious = _chunkA5WAZ7CIjs.CarouselPrevious; exports.ChartContainer = _chunkA5WAZ7CIjs.ChartContainer; exports.ChartLegend = _chunkA5WAZ7CIjs.ChartLegend; exports.ChartLegendContent = _chunkA5WAZ7CIjs.ChartLegendContent; exports.ChartStyle = _chunkA5WAZ7CIjs.ChartStyle; exports.ChartTooltip = _chunkA5WAZ7CIjs.ChartTooltip; exports.ChartTooltipContent = _chunkA5WAZ7CIjs.ChartTooltipContent; exports.Checkbox = _chunkA5WAZ7CIjs.Checkbox; exports.Collapsible = _chunkA5WAZ7CIjs.Collapsible; exports.CollapsibleContent = _chunkA5WAZ7CIjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkA5WAZ7CIjs.CollapsibleTrigger; exports.Column = _chunkA5WAZ7CIjs.KanbanColumn; exports.ColumnHandle = _chunkA5WAZ7CIjs.KanbanColumnHandle; exports.Combobox = _chunkA5WAZ7CIjs.Combobox; exports.ComboboxChip = _chunkA5WAZ7CIjs.ComboboxChip; exports.ComboboxChips = _chunkA5WAZ7CIjs.ComboboxChips; exports.ComboboxChipsInput = _chunkA5WAZ7CIjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkA5WAZ7CIjs.ComboboxCollection; exports.ComboboxContent = _chunkA5WAZ7CIjs.ComboboxContent; exports.ComboboxEmpty = _chunkA5WAZ7CIjs.ComboboxEmpty; exports.ComboboxGroup = _chunkA5WAZ7CIjs.ComboboxGroup; exports.ComboboxInput = _chunkA5WAZ7CIjs.ComboboxInput; exports.ComboboxItem = _chunkA5WAZ7CIjs.ComboboxItem; exports.ComboboxLabel = _chunkA5WAZ7CIjs.ComboboxLabel; exports.ComboboxList = _chunkA5WAZ7CIjs.ComboboxList; exports.ComboboxSeparator = _chunkA5WAZ7CIjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkA5WAZ7CIjs.ComboboxTrigger; exports.ComboboxValue = _chunkA5WAZ7CIjs.ComboboxValue; exports.Command = _chunkA5WAZ7CIjs.Command; exports.CommandDialog = _chunkA5WAZ7CIjs.CommandDialog; exports.CommandEmpty = _chunkA5WAZ7CIjs.CommandEmpty; exports.CommandGroup = _chunkA5WAZ7CIjs.CommandGroup; exports.CommandInput = _chunkA5WAZ7CIjs.CommandInput; exports.CommandItem = _chunkA5WAZ7CIjs.CommandItem; exports.CommandList = _chunkA5WAZ7CIjs.CommandList; exports.CommandSeparator = _chunkA5WAZ7CIjs.CommandSeparator; exports.CommandShortcut = _chunkA5WAZ7CIjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkA5WAZ7CIjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkA5WAZ7CIjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkA5WAZ7CIjs.CommonDeleter; exports.CommonEditorButtons = _chunkA5WAZ7CIjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkA5WAZ7CIjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkA5WAZ7CIjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkA5WAZ7CIjs.CommonEditorTrigger; exports.CompaniesList = _chunkA5WAZ7CIjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkA5WAZ7CIjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkA5WAZ7CIjs.CompanyContainer; exports.CompanyContent = _chunkA5WAZ7CIjs.CompanyContent; exports.CompanyDeleter = _chunkA5WAZ7CIjs.CompanyDeleter; exports.CompanyDetails = _chunkA5WAZ7CIjs.CompanyDetails; exports.CompanyEditor = _chunkA5WAZ7CIjs.CompanyEditor; exports.CompanyUsersList = _chunkA5WAZ7CIjs.CompanyUsersList; exports.ContentListGrid = _chunkA5WAZ7CIjs.ContentListGrid; exports.ContentListTable = _chunkA5WAZ7CIjs.ContentListTable; exports.ContentTableSearch = _chunkA5WAZ7CIjs.ContentTableSearch; exports.ContentTitle = _chunkA5WAZ7CIjs.ContentTitle; exports.ContentsList = _chunkA5WAZ7CIjs.ContentsList; exports.ContentsListById = _chunkA5WAZ7CIjs.ContentsListById; exports.ContextMenu = _chunkA5WAZ7CIjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkA5WAZ7CIjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkA5WAZ7CIjs.ContextMenuContent; exports.ContextMenuGroup = _chunkA5WAZ7CIjs.ContextMenuGroup; exports.ContextMenuItem = _chunkA5WAZ7CIjs.ContextMenuItem; exports.ContextMenuLabel = _chunkA5WAZ7CIjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkA5WAZ7CIjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkA5WAZ7CIjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkA5WAZ7CIjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkA5WAZ7CIjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkA5WAZ7CIjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkA5WAZ7CIjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkA5WAZ7CIjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkA5WAZ7CIjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkA5WAZ7CIjs.ContextMenuTrigger; exports.ContributorsList = _chunkA5WAZ7CIjs.ContributorsList; exports.Cookies = _chunkA5WAZ7CIjs.Cookies; exports.DatePickerPopover = _chunkA5WAZ7CIjs.DatePickerPopover; exports.DateRangeSelector = _chunkA5WAZ7CIjs.DateRangeSelector; exports.Dialog = _chunkA5WAZ7CIjs.Dialog; exports.DialogClose = _chunkA5WAZ7CIjs.DialogClose; exports.DialogContent = _chunkA5WAZ7CIjs.DialogContent; exports.DialogDescription = _chunkA5WAZ7CIjs.DialogDescription; exports.DialogFooter = _chunkA5WAZ7CIjs.DialogFooter; exports.DialogHeader = _chunkA5WAZ7CIjs.DialogHeader; exports.DialogOverlay = _chunkA5WAZ7CIjs.DialogOverlay; exports.DialogPortal = _chunkA5WAZ7CIjs.DialogPortal; exports.DialogTitle = _chunkA5WAZ7CIjs.DialogTitle; exports.DialogTrigger = _chunkA5WAZ7CIjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkA5WAZ7CIjs.DisableTwoFactorDialog; exports.Drawer = _chunkA5WAZ7CIjs.Drawer; exports.DrawerClose = _chunkA5WAZ7CIjs.DrawerClose; exports.DrawerContent = _chunkA5WAZ7CIjs.DrawerContent; exports.DrawerDescription = _chunkA5WAZ7CIjs.DrawerDescription; exports.DrawerFooter = _chunkA5WAZ7CIjs.DrawerFooter; exports.DrawerHeader = _chunkA5WAZ7CIjs.DrawerHeader; exports.DrawerOverlay = _chunkA5WAZ7CIjs.DrawerOverlay; exports.DrawerPortal = _chunkA5WAZ7CIjs.DrawerPortal; exports.DrawerTitle = _chunkA5WAZ7CIjs.DrawerTitle; exports.DrawerTrigger = _chunkA5WAZ7CIjs.DrawerTrigger; exports.DropdownMenu = _chunkA5WAZ7CIjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkA5WAZ7CIjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkA5WAZ7CIjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkA5WAZ7CIjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkA5WAZ7CIjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkA5WAZ7CIjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkA5WAZ7CIjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkA5WAZ7CIjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkA5WAZ7CIjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkA5WAZ7CIjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkA5WAZ7CIjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkA5WAZ7CIjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkA5WAZ7CIjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkA5WAZ7CIjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkA5WAZ7CIjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkA5WAZ7CIjs.EditableAvatar; exports.EditorSheet = _chunkA5WAZ7CIjs.EditorSheet; exports.EntityAvatar = _chunkA5WAZ7CIjs.EntityAvatar; exports.EntityMultiSelector = _chunkA5WAZ7CIjs.EntityMultiSelector; exports.ErrorDetails = _chunkA5WAZ7CIjs.ErrorDetails; exports.Field = _chunkA5WAZ7CIjs.Field; exports.FieldContent = _chunkA5WAZ7CIjs.FieldContent; exports.FieldDescription = _chunkA5WAZ7CIjs.FieldDescription; exports.FieldError = _chunkA5WAZ7CIjs.FieldError; exports.FieldGroup = _chunkA5WAZ7CIjs.FieldGroup; exports.FieldLabel = _chunkA5WAZ7CIjs.FieldLabel; exports.FieldLegend = _chunkA5WAZ7CIjs.FieldLegend; exports.FieldSeparator = _chunkA5WAZ7CIjs.FieldSeparator; exports.FieldSet = _chunkA5WAZ7CIjs.FieldSet; exports.FieldTitle = _chunkA5WAZ7CIjs.FieldTitle; exports.FileInput = _chunkA5WAZ7CIjs.FileInput; exports.FileUploader = _chunkA5WAZ7CIjs.FileUploader; exports.FileUploaderContent = _chunkA5WAZ7CIjs.FileUploaderContent; exports.FileUploaderItem = _chunkA5WAZ7CIjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkA5WAZ7CIjs.FiscalDataDisplay; exports.ForgotPassword = _chunkA5WAZ7CIjs.ForgotPassword; exports.Form = _chunkA5WAZ7CIjs.Form; exports.FormBlockNote = _chunkA5WAZ7CIjs.FormBlockNote; exports.FormCheckbox = _chunkA5WAZ7CIjs.FormCheckbox; exports.FormDate = _chunkA5WAZ7CIjs.FormDate; exports.FormDateTime = _chunkA5WAZ7CIjs.FormDateTime; exports.FormFeatures = _chunkA5WAZ7CIjs.FormFeatures; exports.FormFieldWrapper = _chunkA5WAZ7CIjs.FormFieldWrapper; exports.FormInput = _chunkA5WAZ7CIjs.FormInput; exports.FormPassword = _chunkA5WAZ7CIjs.FormPassword; exports.FormPlaceAutocomplete = _chunkA5WAZ7CIjs.FormPlaceAutocomplete; exports.FormRoles = _chunkA5WAZ7CIjs.FormRoles; exports.FormSelect = _chunkA5WAZ7CIjs.FormSelect; exports.FormSlider = _chunkA5WAZ7CIjs.FormSlider; exports.FormSwitch = _chunkA5WAZ7CIjs.FormSwitch; exports.FormTextarea = _chunkA5WAZ7CIjs.FormTextarea; exports.GdprConsentCheckbox = _chunkA5WAZ7CIjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkA5WAZ7CIjs.GdprConsentSection; exports.Header = _chunkA5WAZ7CIjs.Header; exports.HoverCard = _chunkA5WAZ7CIjs.HoverCard; exports.HoverCardContent = _chunkA5WAZ7CIjs.HoverCardContent; exports.HoverCardTrigger = _chunkA5WAZ7CIjs.HoverCardTrigger; exports.HowToCommand = _chunkA5WAZ7CIjs.HowToCommand; exports.HowToCommandViewer = _chunkA5WAZ7CIjs.HowToCommandViewer; exports.HowToContainer = _chunkA5WAZ7CIjs.HowToContainer; exports.HowToContent = _chunkA5WAZ7CIjs.HowToContent; exports.HowToDeleter = _chunkA5WAZ7CIjs.HowToDeleter; exports.HowToDetails = _chunkA5WAZ7CIjs.HowToDetails; exports.HowToEditor = _chunkA5WAZ7CIjs.HowToEditor; exports.HowToList = _chunkA5WAZ7CIjs.HowToList; exports.HowToListContainer = _chunkA5WAZ7CIjs.HowToListContainer; exports.HowToMultiSelector = _chunkA5WAZ7CIjs.HowToMultiSelector; exports.HowToSelector = _chunkA5WAZ7CIjs.HowToSelector; exports.Input = _chunkA5WAZ7CIjs.Input; exports.InputGroup = _chunkA5WAZ7CIjs.InputGroup; exports.InputGroupAddon = _chunkA5WAZ7CIjs.InputGroupAddon; exports.InputGroupButton = _chunkA5WAZ7CIjs.InputGroupButton; exports.InputGroupInput = _chunkA5WAZ7CIjs.InputGroupInput; exports.InputGroupText = _chunkA5WAZ7CIjs.InputGroupText; exports.InputGroupTextarea = _chunkA5WAZ7CIjs.InputGroupTextarea; exports.InputOTP = _chunkA5WAZ7CIjs.InputOTP; exports.InputOTPGroup = _chunkA5WAZ7CIjs.InputOTPGroup; exports.InputOTPSeparator = _chunkA5WAZ7CIjs.InputOTPSeparator; exports.InputOTPSlot = _chunkA5WAZ7CIjs.InputOTPSlot; exports.ItalianFiscalData = _chunkA5WAZ7CIjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkA5WAZ7CIjs.ItalianFiscalDataDisplay; exports.Item = _chunkA5WAZ7CIjs.KanbanItem; exports.ItemHandle = _chunkA5WAZ7CIjs.KanbanItemHandle; exports.Kanban = _chunkA5WAZ7CIjs.KanbanRoot; exports.KanbanBoard = _chunkA5WAZ7CIjs.KanbanBoard; exports.KanbanColumn = _chunkA5WAZ7CIjs.KanbanColumn; exports.KanbanColumnHandle = _chunkA5WAZ7CIjs.KanbanColumnHandle; exports.KanbanItem = _chunkA5WAZ7CIjs.KanbanItem; exports.KanbanItemHandle = _chunkA5WAZ7CIjs.KanbanItemHandle; exports.KanbanOverlay = _chunkA5WAZ7CIjs.KanbanOverlay; exports.Label = _chunkA5WAZ7CIjs.Label; exports.LandingComponent = _chunkA5WAZ7CIjs.LandingComponent; exports.Link = _chunkA5WAZ7CIjs.Link; exports.Login = _chunkA5WAZ7CIjs.Login; exports.Logout = _chunkA5WAZ7CIjs.Logout; exports.MessageItem = _chunkA5WAZ7CIjs.MessageItem; exports.MessageList = _chunkA5WAZ7CIjs.MessageList; exports.MessageSourcesPanel = _chunkA5WAZ7CIjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunkA5WAZ7CIjs.ModeToggleSwitch; exports.MultiSelect = _chunkA5WAZ7CIjs.MultiSelect; exports.MultipleSelector = _chunkA5WAZ7CIjs.MultipleSelector; exports.NavigationMenu = _chunkA5WAZ7CIjs.NavigationMenu; exports.NavigationMenuContent = _chunkA5WAZ7CIjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkA5WAZ7CIjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkA5WAZ7CIjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkA5WAZ7CIjs.NavigationMenuLink; exports.NavigationMenuList = _chunkA5WAZ7CIjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkA5WAZ7CIjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkA5WAZ7CIjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkA5WAZ7CIjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkA5WAZ7CIjs.NotificationMenuItem; exports.NotificationModal = _chunkA5WAZ7CIjs.NotificationModal; exports.NotificationToast = _chunkA5WAZ7CIjs.NotificationToast; exports.NotificationsList = _chunkA5WAZ7CIjs.NotificationsList; exports.NotificationsListContainer = _chunkA5WAZ7CIjs.NotificationsListContainer; exports.OAuthClientCard = _chunkA5WAZ7CIjs.OAuthClientCard; exports.OAuthClientDetail = _chunkA5WAZ7CIjs.OAuthClientDetail; exports.OAuthClientForm = _chunkA5WAZ7CIjs.OAuthClientForm; exports.OAuthClientList = _chunkA5WAZ7CIjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkA5WAZ7CIjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkA5WAZ7CIjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkA5WAZ7CIjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkA5WAZ7CIjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkA5WAZ7CIjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkA5WAZ7CIjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkA5WAZ7CIjs.OAuthScopeSelector; exports.OnboardingCard = _chunkA5WAZ7CIjs.OnboardingCard; exports.Overlay = _chunkA5WAZ7CIjs.KanbanOverlay; exports.PageContainer = _chunkA5WAZ7CIjs.PageContainer; exports.PageContainerContentDetails = _chunkA5WAZ7CIjs.PageContainerContentDetails; exports.PageContentContainer = _chunkA5WAZ7CIjs.PageContentContainer; exports.PageSection = _chunkA5WAZ7CIjs.PageSection; exports.PasskeyButton = _chunkA5WAZ7CIjs.PasskeyButton; exports.PasskeyList = _chunkA5WAZ7CIjs.PasskeyList; exports.PasskeySetupDialog = _chunkA5WAZ7CIjs.PasskeySetupDialog; exports.PasswordInput = _chunkA5WAZ7CIjs.PasswordInput; exports.Popover = _chunkA5WAZ7CIjs.Popover; exports.PopoverContent = _chunkA5WAZ7CIjs.PopoverContent; exports.PopoverDescription = _chunkA5WAZ7CIjs.PopoverDescription; exports.PopoverHeader = _chunkA5WAZ7CIjs.PopoverHeader; exports.PopoverTitle = _chunkA5WAZ7CIjs.PopoverTitle; exports.PopoverTrigger = _chunkA5WAZ7CIjs.PopoverTrigger; exports.Progress = _chunkA5WAZ7CIjs.Progress; exports.ProgressIndicator = _chunkA5WAZ7CIjs.ProgressIndicator; exports.ProgressLabel = _chunkA5WAZ7CIjs.ProgressLabel; exports.ProgressTrack = _chunkA5WAZ7CIjs.ProgressTrack; exports.ProgressValue = _chunkA5WAZ7CIjs.ProgressValue; exports.PushNotificationProvider = _chunkA5WAZ7CIjs.PushNotificationProvider; exports.RadioGroup = _chunkA5WAZ7CIjs.RadioGroup; exports.RadioGroupItem = _chunkA5WAZ7CIjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkA5WAZ7CIjs.RbacByRoleContainer; exports.RbacContainer = _chunkA5WAZ7CIjs.RbacContainer; exports.RbacPermissionCell = _chunkA5WAZ7CIjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkA5WAZ7CIjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkA5WAZ7CIjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkA5WAZ7CIjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkA5WAZ7CIjs.ReferralCodeCapture; exports.ReferralDialog = _chunkA5WAZ7CIjs.ReferralDialog; exports.ReferralWidget = _chunkA5WAZ7CIjs.ReferralWidget; exports.RefreshUser = _chunkA5WAZ7CIjs.RefreshUser; exports.RelevantContentsList = _chunkA5WAZ7CIjs.RelevantContentsList; exports.RelevantUsersList = _chunkA5WAZ7CIjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkA5WAZ7CIjs.RemoveUserFromRole; exports.ResetPassword = _chunkA5WAZ7CIjs.ResetPassword; exports.ResizableHandle = _chunkA5WAZ7CIjs.ResizableHandle; exports.ResizablePanel = _chunkA5WAZ7CIjs.ResizablePanel; exports.ResizablePanelGroup = _chunkA5WAZ7CIjs.ResizablePanelGroup; exports.RoleContainer = _chunkA5WAZ7CIjs.RoleContainer; exports.RoleDetails = _chunkA5WAZ7CIjs.RoleDetails; exports.RoleUsersList = _chunkA5WAZ7CIjs.RoleUsersList; exports.RolesList = _chunkA5WAZ7CIjs.RolesList; exports.Root = _chunkA5WAZ7CIjs.KanbanRoot; exports.RoundPageContainer = _chunkA5WAZ7CIjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkA5WAZ7CIjs.RoundPageContainerTitle; exports.ScrollArea = _chunkA5WAZ7CIjs.ScrollArea; exports.ScrollBar = _chunkA5WAZ7CIjs.ScrollBar; exports.SecurityContainer = _chunkA5WAZ7CIjs.SecurityContainer; exports.Select = _chunkA5WAZ7CIjs.Select; exports.SelectContent = _chunkA5WAZ7CIjs.SelectContent; exports.SelectGroup = _chunkA5WAZ7CIjs.SelectGroup; exports.SelectItem = _chunkA5WAZ7CIjs.SelectItem; exports.SelectLabel = _chunkA5WAZ7CIjs.SelectLabel; exports.SelectScrollDownButton = _chunkA5WAZ7CIjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkA5WAZ7CIjs.SelectScrollUpButton; exports.SelectSeparator = _chunkA5WAZ7CIjs.SelectSeparator; exports.SelectTrigger = _chunkA5WAZ7CIjs.SelectTrigger; exports.SelectValue = _chunkA5WAZ7CIjs.SelectValue; exports.Separator = _chunkA5WAZ7CIjs.Separator; exports.Sheet = _chunkA5WAZ7CIjs.Sheet; exports.SheetClose = _chunkA5WAZ7CIjs.SheetClose; exports.SheetContent = _chunkA5WAZ7CIjs.SheetContent; exports.SheetDescription = _chunkA5WAZ7CIjs.SheetDescription; exports.SheetFooter = _chunkA5WAZ7CIjs.SheetFooter; exports.SheetHeader = _chunkA5WAZ7CIjs.SheetHeader; exports.SheetTitle = _chunkA5WAZ7CIjs.SheetTitle; exports.SheetTrigger = _chunkA5WAZ7CIjs.SheetTrigger; exports.Sidebar = _chunkA5WAZ7CIjs.Sidebar; exports.SidebarContent = _chunkA5WAZ7CIjs.SidebarContent; exports.SidebarFooter = _chunkA5WAZ7CIjs.SidebarFooter; exports.SidebarGroup = _chunkA5WAZ7CIjs.SidebarGroup; exports.SidebarGroupAction = _chunkA5WAZ7CIjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkA5WAZ7CIjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkA5WAZ7CIjs.SidebarGroupLabel; exports.SidebarHeader = _chunkA5WAZ7CIjs.SidebarHeader; exports.SidebarInput = _chunkA5WAZ7CIjs.SidebarInput; exports.SidebarInset = _chunkA5WAZ7CIjs.SidebarInset; exports.SidebarMenu = _chunkA5WAZ7CIjs.SidebarMenu; exports.SidebarMenuAction = _chunkA5WAZ7CIjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkA5WAZ7CIjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkA5WAZ7CIjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkA5WAZ7CIjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkA5WAZ7CIjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkA5WAZ7CIjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkA5WAZ7CIjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkA5WAZ7CIjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkA5WAZ7CIjs.SidebarProvider; exports.SidebarRail = _chunkA5WAZ7CIjs.SidebarRail; exports.SidebarSeparator = _chunkA5WAZ7CIjs.SidebarSeparator; exports.SidebarTrigger = _chunkA5WAZ7CIjs.SidebarTrigger; exports.Skeleton = _chunkA5WAZ7CIjs.Skeleton; exports.Slider = _chunkA5WAZ7CIjs.Slider; exports.Switch = _chunkA5WAZ7CIjs.Switch; exports.Table = _chunkA5WAZ7CIjs.Table; exports.TableBody = _chunkA5WAZ7CIjs.TableBody; exports.TableCaption = _chunkA5WAZ7CIjs.TableCaption; exports.TableCell = _chunkA5WAZ7CIjs.TableCell; exports.TableCellAvatar = _chunkA5WAZ7CIjs.TableCellAvatar; exports.TableFooter = _chunkA5WAZ7CIjs.TableFooter; exports.TableHead = _chunkA5WAZ7CIjs.TableHead; exports.TableHeader = _chunkA5WAZ7CIjs.TableHeader; exports.TableRow = _chunkA5WAZ7CIjs.TableRow; exports.Tabs = _chunkA5WAZ7CIjs.Tabs; exports.TabsContainer = _chunkA5WAZ7CIjs.TabsContainer; exports.TabsContent = _chunkA5WAZ7CIjs.TabsContent; exports.TabsList = _chunkA5WAZ7CIjs.TabsList; exports.TabsTrigger = _chunkA5WAZ7CIjs.TabsTrigger; exports.Textarea = _chunkA5WAZ7CIjs.Textarea; exports.Toaster = _chunkA5WAZ7CIjs.Toaster; exports.Toggle = _chunkA5WAZ7CIjs.Toggle; exports.TokenStatusIndicator = _chunkA5WAZ7CIjs.TokenStatusIndicator; exports.Tooltip = _chunkA5WAZ7CIjs.Tooltip; exports.TooltipContent = _chunkA5WAZ7CIjs.TooltipContent; exports.TooltipProvider = _chunkA5WAZ7CIjs.TooltipProvider; exports.TooltipTrigger = _chunkA5WAZ7CIjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkA5WAZ7CIjs.TotpAuthenticatorList; exports.TotpInput = _chunkA5WAZ7CIjs.TotpInput; exports.TotpSetupDialog = _chunkA5WAZ7CIjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkA5WAZ7CIjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkA5WAZ7CIjs.TwoFactorSettings; exports.UserAvatar = _chunkA5WAZ7CIjs.UserAvatar; exports.UserAvatarEditor = _chunkA5WAZ7CIjs.UserAvatarEditor; exports.UserAvatarList = _chunkA5WAZ7CIjs.UserAvatarList; exports.UserContainer = _chunkA5WAZ7CIjs.UserContainer; exports.UserContent = _chunkA5WAZ7CIjs.UserContent; exports.UserDeleter = _chunkA5WAZ7CIjs.UserDeleter; exports.UserEditor = _chunkA5WAZ7CIjs.UserEditor; exports.UserIndexContainer = _chunkA5WAZ7CIjs.UserIndexContainer; exports.UserIndexDetails = _chunkA5WAZ7CIjs.UserIndexDetails; exports.UserListInAdd = _chunkA5WAZ7CIjs.UserListInAdd; exports.UserMultiSelect = _chunkA5WAZ7CIjs.UserMultiSelect; exports.UserReactivator = _chunkA5WAZ7CIjs.UserReactivator; exports.UserResentInvitationEmail = _chunkA5WAZ7CIjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkA5WAZ7CIjs.UserRoleAdd; exports.UserRolesList = _chunkA5WAZ7CIjs.UserRolesList; exports.UserSearchPopover = _chunkA5WAZ7CIjs.UserSearchPopover; exports.UserSelector = _chunkA5WAZ7CIjs.UserSelector; exports.UserStanadaloneDetails = _chunkA5WAZ7CIjs.UserStanadaloneDetails; exports.UsersList = _chunkA5WAZ7CIjs.UsersList; exports.UsersListByContentIds = _chunkA5WAZ7CIjs.UsersListByContentIds; exports.UsersListContainer = _chunkA5WAZ7CIjs.UsersListContainer; exports.WaitlistConfirmation = _chunkA5WAZ7CIjs.WaitlistConfirmation; exports.WaitlistForm = _chunkA5WAZ7CIjs.WaitlistForm; exports.WaitlistHeroSection = _chunkA5WAZ7CIjs.WaitlistHeroSection; exports.WaitlistList = _chunkA5WAZ7CIjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkA5WAZ7CIjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkA5WAZ7CIjs.WaitlistSuccessState; exports.badgeVariants = _chunkA5WAZ7CIjs.badgeVariants; exports.buttonVariants = _chunkA5WAZ7CIjs.buttonVariants; exports.cellComponent = _chunkA5WAZ7CIjs.cellComponent; exports.cellDate = _chunkA5WAZ7CIjs.cellDate; exports.cellDateTime = _chunkA5WAZ7CIjs.cellDateTime; exports.cellId = _chunkA5WAZ7CIjs.cellId; exports.cellLink = _chunkA5WAZ7CIjs.cellLink; exports.cellUrl = _chunkA5WAZ7CIjs.cellUrl; exports.createMentionInlineContentSpec = _chunkA5WAZ7CIjs.createMentionInlineContentSpec; exports.errorToast = _chunkA5WAZ7CIjs.errorToast; exports.generateNotificationData = _chunkA5WAZ7CIjs.generateNotificationData; exports.getIcon = _chunkRXXZGPC3js.getIcon; exports.getIconByModule = _chunkRXXZGPC3js.getIconByModule; exports.getIconByModuleName = _chunkRXXZGPC3js.getIconByModuleName; exports.getInitials = _chunkRXXZGPC3js.getInitials; exports.mentionDataAttrs = _chunkA5WAZ7CIjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkA5WAZ7CIjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkA5WAZ7CIjs.parseFiscalData; exports.tabsListVariants = _chunkA5WAZ7CIjs.tabsListVariants; exports.toggleVariants = _chunkA5WAZ7CIjs.toggleVariants; exports.triggerAssociationToast = _chunkA5WAZ7CIjs.triggerAssociationToast; exports.useCarousel = _chunkA5WAZ7CIjs.useCarousel; exports.useComboboxAnchor = _chunkA5WAZ7CIjs.useComboboxAnchor; exports.useDebounce = _chunkA5WAZ7CIjs.useDebounce2; exports.useEditorDialog = _chunkA5WAZ7CIjs.useEditorDialog; exports.useFileUpload = _chunkA5WAZ7CIjs.useFileUpload; exports.useMentionInsert = _chunkA5WAZ7CIjs.useMentionInsert; exports.useSidebar = _chunkA5WAZ7CIjs.useSidebar;
|
|
938
|
+
exports.AcceptInvitation = _chunkXFPCUTONjs.AcceptInvitation; exports.Accordion = _chunkXFPCUTONjs.Accordion; exports.AccordionContent = _chunkXFPCUTONjs.AccordionContent; exports.AccordionItem = _chunkXFPCUTONjs.AccordionItem; exports.AccordionTrigger = _chunkXFPCUTONjs.AccordionTrigger; exports.ActivateAccount = _chunkXFPCUTONjs.ActivateAccount; exports.AddUserToRole = _chunkXFPCUTONjs.AddUserToRole; exports.AdminCompanyContainer = _chunkXFPCUTONjs.AdminCompanyContainer; exports.AdminUsersList = _chunkXFPCUTONjs.AdminUsersList; exports.Alert = _chunkXFPCUTONjs.Alert; exports.AlertAction = _chunkXFPCUTONjs.AlertAction; exports.AlertDescription = _chunkXFPCUTONjs.AlertDescription; exports.AlertDialog = _chunkXFPCUTONjs.AlertDialog; exports.AlertDialogAction = _chunkXFPCUTONjs.AlertDialogAction; exports.AlertDialogCancel = _chunkXFPCUTONjs.AlertDialogCancel; exports.AlertDialogContent = _chunkXFPCUTONjs.AlertDialogContent; exports.AlertDialogDescription = _chunkXFPCUTONjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkXFPCUTONjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkXFPCUTONjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkXFPCUTONjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkXFPCUTONjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkXFPCUTONjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkXFPCUTONjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkXFPCUTONjs.AlertDialogTrigger; exports.AlertTitle = _chunkXFPCUTONjs.AlertTitle; exports.AllUsersListContainer = _chunkXFPCUTONjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkXFPCUTONjs.AllowedUsersDetails; exports.AssistantContainer = _chunkXFPCUTONjs.AssistantContainer; exports.AttributeElement = _chunkXFPCUTONjs.AttributeElement; exports.AuthContainer = _chunkXFPCUTONjs.AuthContainer; exports.Avatar = _chunkXFPCUTONjs.Avatar; exports.AvatarBadge = _chunkXFPCUTONjs.AvatarBadge; exports.AvatarFallback = _chunkXFPCUTONjs.AvatarFallback; exports.AvatarGroup = _chunkXFPCUTONjs.AvatarGroup; exports.AvatarGroupCount = _chunkXFPCUTONjs.AvatarGroupCount; exports.AvatarImage = _chunkXFPCUTONjs.AvatarImage; exports.BackupCodesDialog = _chunkXFPCUTONjs.BackupCodesDialog; exports.Badge = _chunkXFPCUTONjs.Badge; exports.BlockNoteEditorContainer = _chunkXFPCUTONjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkXFPCUTONjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkXFPCUTONjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunkXFPCUTONjs.KanbanBoard; exports.Breadcrumb = _chunkXFPCUTONjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkXFPCUTONjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkXFPCUTONjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkXFPCUTONjs.BreadcrumbLink; exports.BreadcrumbList = _chunkXFPCUTONjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkXFPCUTONjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkXFPCUTONjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkXFPCUTONjs.BreadcrumbSeparator; exports.Button = _chunkXFPCUTONjs.Button; exports.Calendar = _chunkXFPCUTONjs.Calendar; exports.CalendarDayButton = _chunkXFPCUTONjs.CalendarDayButton; exports.Card = _chunkXFPCUTONjs.Card; exports.CardAction = _chunkXFPCUTONjs.CardAction; exports.CardContent = _chunkXFPCUTONjs.CardContent; exports.CardDescription = _chunkXFPCUTONjs.CardDescription; exports.CardFooter = _chunkXFPCUTONjs.CardFooter; exports.CardHeader = _chunkXFPCUTONjs.CardHeader; exports.CardTitle = _chunkXFPCUTONjs.CardTitle; exports.Carousel = _chunkXFPCUTONjs.Carousel; exports.CarouselContent = _chunkXFPCUTONjs.CarouselContent; exports.CarouselItem = _chunkXFPCUTONjs.CarouselItem; exports.CarouselNext = _chunkXFPCUTONjs.CarouselNext; exports.CarouselPrevious = _chunkXFPCUTONjs.CarouselPrevious; exports.ChartContainer = _chunkXFPCUTONjs.ChartContainer; exports.ChartLegend = _chunkXFPCUTONjs.ChartLegend; exports.ChartLegendContent = _chunkXFPCUTONjs.ChartLegendContent; exports.ChartStyle = _chunkXFPCUTONjs.ChartStyle; exports.ChartTooltip = _chunkXFPCUTONjs.ChartTooltip; exports.ChartTooltipContent = _chunkXFPCUTONjs.ChartTooltipContent; exports.Checkbox = _chunkXFPCUTONjs.Checkbox; exports.Collapsible = _chunkXFPCUTONjs.Collapsible; exports.CollapsibleContent = _chunkXFPCUTONjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkXFPCUTONjs.CollapsibleTrigger; exports.Column = _chunkXFPCUTONjs.KanbanColumn; exports.ColumnHandle = _chunkXFPCUTONjs.KanbanColumnHandle; exports.Combobox = _chunkXFPCUTONjs.Combobox; exports.ComboboxChip = _chunkXFPCUTONjs.ComboboxChip; exports.ComboboxChips = _chunkXFPCUTONjs.ComboboxChips; exports.ComboboxChipsInput = _chunkXFPCUTONjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkXFPCUTONjs.ComboboxCollection; exports.ComboboxContent = _chunkXFPCUTONjs.ComboboxContent; exports.ComboboxEmpty = _chunkXFPCUTONjs.ComboboxEmpty; exports.ComboboxGroup = _chunkXFPCUTONjs.ComboboxGroup; exports.ComboboxInput = _chunkXFPCUTONjs.ComboboxInput; exports.ComboboxItem = _chunkXFPCUTONjs.ComboboxItem; exports.ComboboxLabel = _chunkXFPCUTONjs.ComboboxLabel; exports.ComboboxList = _chunkXFPCUTONjs.ComboboxList; exports.ComboboxSeparator = _chunkXFPCUTONjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkXFPCUTONjs.ComboboxTrigger; exports.ComboboxValue = _chunkXFPCUTONjs.ComboboxValue; exports.Command = _chunkXFPCUTONjs.Command; exports.CommandDialog = _chunkXFPCUTONjs.CommandDialog; exports.CommandEmpty = _chunkXFPCUTONjs.CommandEmpty; exports.CommandGroup = _chunkXFPCUTONjs.CommandGroup; exports.CommandInput = _chunkXFPCUTONjs.CommandInput; exports.CommandItem = _chunkXFPCUTONjs.CommandItem; exports.CommandList = _chunkXFPCUTONjs.CommandList; exports.CommandSeparator = _chunkXFPCUTONjs.CommandSeparator; exports.CommandShortcut = _chunkXFPCUTONjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkXFPCUTONjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkXFPCUTONjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkXFPCUTONjs.CommonDeleter; exports.CommonEditorButtons = _chunkXFPCUTONjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkXFPCUTONjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkXFPCUTONjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkXFPCUTONjs.CommonEditorTrigger; exports.CompaniesList = _chunkXFPCUTONjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkXFPCUTONjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkXFPCUTONjs.CompanyContainer; exports.CompanyContent = _chunkXFPCUTONjs.CompanyContent; exports.CompanyDeleter = _chunkXFPCUTONjs.CompanyDeleter; exports.CompanyDetails = _chunkXFPCUTONjs.CompanyDetails; exports.CompanyEditor = _chunkXFPCUTONjs.CompanyEditor; exports.CompanyUsersList = _chunkXFPCUTONjs.CompanyUsersList; exports.ContentListGrid = _chunkXFPCUTONjs.ContentListGrid; exports.ContentListTable = _chunkXFPCUTONjs.ContentListTable; exports.ContentTableSearch = _chunkXFPCUTONjs.ContentTableSearch; exports.ContentTitle = _chunkXFPCUTONjs.ContentTitle; exports.ContentsList = _chunkXFPCUTONjs.ContentsList; exports.ContentsListById = _chunkXFPCUTONjs.ContentsListById; exports.ContextMenu = _chunkXFPCUTONjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkXFPCUTONjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkXFPCUTONjs.ContextMenuContent; exports.ContextMenuGroup = _chunkXFPCUTONjs.ContextMenuGroup; exports.ContextMenuItem = _chunkXFPCUTONjs.ContextMenuItem; exports.ContextMenuLabel = _chunkXFPCUTONjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkXFPCUTONjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkXFPCUTONjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkXFPCUTONjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkXFPCUTONjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkXFPCUTONjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkXFPCUTONjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkXFPCUTONjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkXFPCUTONjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkXFPCUTONjs.ContextMenuTrigger; exports.ContributorsList = _chunkXFPCUTONjs.ContributorsList; exports.Cookies = _chunkXFPCUTONjs.Cookies; exports.DatePickerPopover = _chunkXFPCUTONjs.DatePickerPopover; exports.DateRangeSelector = _chunkXFPCUTONjs.DateRangeSelector; exports.Dialog = _chunkXFPCUTONjs.Dialog; exports.DialogClose = _chunkXFPCUTONjs.DialogClose; exports.DialogContent = _chunkXFPCUTONjs.DialogContent; exports.DialogDescription = _chunkXFPCUTONjs.DialogDescription; exports.DialogFooter = _chunkXFPCUTONjs.DialogFooter; exports.DialogHeader = _chunkXFPCUTONjs.DialogHeader; exports.DialogOverlay = _chunkXFPCUTONjs.DialogOverlay; exports.DialogPortal = _chunkXFPCUTONjs.DialogPortal; exports.DialogTitle = _chunkXFPCUTONjs.DialogTitle; exports.DialogTrigger = _chunkXFPCUTONjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkXFPCUTONjs.DisableTwoFactorDialog; exports.Drawer = _chunkXFPCUTONjs.Drawer; exports.DrawerClose = _chunkXFPCUTONjs.DrawerClose; exports.DrawerContent = _chunkXFPCUTONjs.DrawerContent; exports.DrawerDescription = _chunkXFPCUTONjs.DrawerDescription; exports.DrawerFooter = _chunkXFPCUTONjs.DrawerFooter; exports.DrawerHeader = _chunkXFPCUTONjs.DrawerHeader; exports.DrawerOverlay = _chunkXFPCUTONjs.DrawerOverlay; exports.DrawerPortal = _chunkXFPCUTONjs.DrawerPortal; exports.DrawerTitle = _chunkXFPCUTONjs.DrawerTitle; exports.DrawerTrigger = _chunkXFPCUTONjs.DrawerTrigger; exports.DropdownMenu = _chunkXFPCUTONjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkXFPCUTONjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkXFPCUTONjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkXFPCUTONjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkXFPCUTONjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkXFPCUTONjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkXFPCUTONjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkXFPCUTONjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkXFPCUTONjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkXFPCUTONjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkXFPCUTONjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkXFPCUTONjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkXFPCUTONjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkXFPCUTONjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkXFPCUTONjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkXFPCUTONjs.EditableAvatar; exports.EditorSheet = _chunkXFPCUTONjs.EditorSheet; exports.EntityAvatar = _chunkXFPCUTONjs.EntityAvatar; exports.EntityMultiSelector = _chunkXFPCUTONjs.EntityMultiSelector; exports.ErrorDetails = _chunkXFPCUTONjs.ErrorDetails; exports.Field = _chunkXFPCUTONjs.Field; exports.FieldContent = _chunkXFPCUTONjs.FieldContent; exports.FieldDescription = _chunkXFPCUTONjs.FieldDescription; exports.FieldError = _chunkXFPCUTONjs.FieldError; exports.FieldGroup = _chunkXFPCUTONjs.FieldGroup; exports.FieldLabel = _chunkXFPCUTONjs.FieldLabel; exports.FieldLegend = _chunkXFPCUTONjs.FieldLegend; exports.FieldSeparator = _chunkXFPCUTONjs.FieldSeparator; exports.FieldSet = _chunkXFPCUTONjs.FieldSet; exports.FieldTitle = _chunkXFPCUTONjs.FieldTitle; exports.FileInput = _chunkXFPCUTONjs.FileInput; exports.FileUploader = _chunkXFPCUTONjs.FileUploader; exports.FileUploaderContent = _chunkXFPCUTONjs.FileUploaderContent; exports.FileUploaderItem = _chunkXFPCUTONjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkXFPCUTONjs.FiscalDataDisplay; exports.ForgotPassword = _chunkXFPCUTONjs.ForgotPassword; exports.Form = _chunkXFPCUTONjs.Form; exports.FormBlockNote = _chunkXFPCUTONjs.FormBlockNote; exports.FormCheckbox = _chunkXFPCUTONjs.FormCheckbox; exports.FormDate = _chunkXFPCUTONjs.FormDate; exports.FormDateTime = _chunkXFPCUTONjs.FormDateTime; exports.FormFeatures = _chunkXFPCUTONjs.FormFeatures; exports.FormFieldWrapper = _chunkXFPCUTONjs.FormFieldWrapper; exports.FormInput = _chunkXFPCUTONjs.FormInput; exports.FormPassword = _chunkXFPCUTONjs.FormPassword; exports.FormPlaceAutocomplete = _chunkXFPCUTONjs.FormPlaceAutocomplete; exports.FormRoles = _chunkXFPCUTONjs.FormRoles; exports.FormSelect = _chunkXFPCUTONjs.FormSelect; exports.FormSlider = _chunkXFPCUTONjs.FormSlider; exports.FormSwitch = _chunkXFPCUTONjs.FormSwitch; exports.FormTextarea = _chunkXFPCUTONjs.FormTextarea; exports.GdprConsentCheckbox = _chunkXFPCUTONjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkXFPCUTONjs.GdprConsentSection; exports.Header = _chunkXFPCUTONjs.Header; exports.HoverCard = _chunkXFPCUTONjs.HoverCard; exports.HoverCardContent = _chunkXFPCUTONjs.HoverCardContent; exports.HoverCardTrigger = _chunkXFPCUTONjs.HoverCardTrigger; exports.HowToCommand = _chunkXFPCUTONjs.HowToCommand; exports.HowToCommandViewer = _chunkXFPCUTONjs.HowToCommandViewer; exports.HowToContainer = _chunkXFPCUTONjs.HowToContainer; exports.HowToContent = _chunkXFPCUTONjs.HowToContent; exports.HowToDeleter = _chunkXFPCUTONjs.HowToDeleter; exports.HowToDetails = _chunkXFPCUTONjs.HowToDetails; exports.HowToEditor = _chunkXFPCUTONjs.HowToEditor; exports.HowToList = _chunkXFPCUTONjs.HowToList; exports.HowToListContainer = _chunkXFPCUTONjs.HowToListContainer; exports.HowToMultiSelector = _chunkXFPCUTONjs.HowToMultiSelector; exports.HowToSelector = _chunkXFPCUTONjs.HowToSelector; exports.Input = _chunkXFPCUTONjs.Input; exports.InputGroup = _chunkXFPCUTONjs.InputGroup; exports.InputGroupAddon = _chunkXFPCUTONjs.InputGroupAddon; exports.InputGroupButton = _chunkXFPCUTONjs.InputGroupButton; exports.InputGroupInput = _chunkXFPCUTONjs.InputGroupInput; exports.InputGroupText = _chunkXFPCUTONjs.InputGroupText; exports.InputGroupTextarea = _chunkXFPCUTONjs.InputGroupTextarea; exports.InputOTP = _chunkXFPCUTONjs.InputOTP; exports.InputOTPGroup = _chunkXFPCUTONjs.InputOTPGroup; exports.InputOTPSeparator = _chunkXFPCUTONjs.InputOTPSeparator; exports.InputOTPSlot = _chunkXFPCUTONjs.InputOTPSlot; exports.ItalianFiscalData = _chunkXFPCUTONjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkXFPCUTONjs.ItalianFiscalDataDisplay; exports.Item = _chunkXFPCUTONjs.KanbanItem; exports.ItemHandle = _chunkXFPCUTONjs.KanbanItemHandle; exports.Kanban = _chunkXFPCUTONjs.KanbanRoot; exports.KanbanBoard = _chunkXFPCUTONjs.KanbanBoard; exports.KanbanColumn = _chunkXFPCUTONjs.KanbanColumn; exports.KanbanColumnHandle = _chunkXFPCUTONjs.KanbanColumnHandle; exports.KanbanItem = _chunkXFPCUTONjs.KanbanItem; exports.KanbanItemHandle = _chunkXFPCUTONjs.KanbanItemHandle; exports.KanbanOverlay = _chunkXFPCUTONjs.KanbanOverlay; exports.Label = _chunkXFPCUTONjs.Label; exports.LandingComponent = _chunkXFPCUTONjs.LandingComponent; exports.Link = _chunkXFPCUTONjs.Link; exports.Login = _chunkXFPCUTONjs.Login; exports.Logout = _chunkXFPCUTONjs.Logout; exports.MessageItem = _chunkXFPCUTONjs.MessageItem; exports.MessageList = _chunkXFPCUTONjs.MessageList; exports.MessageSourcesPanel = _chunkXFPCUTONjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunkXFPCUTONjs.ModeToggleSwitch; exports.MultiSelect = _chunkXFPCUTONjs.MultiSelect; exports.MultipleSelector = _chunkXFPCUTONjs.MultipleSelector; exports.NavigationMenu = _chunkXFPCUTONjs.NavigationMenu; exports.NavigationMenuContent = _chunkXFPCUTONjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkXFPCUTONjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkXFPCUTONjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkXFPCUTONjs.NavigationMenuLink; exports.NavigationMenuList = _chunkXFPCUTONjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkXFPCUTONjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkXFPCUTONjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkXFPCUTONjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkXFPCUTONjs.NotificationMenuItem; exports.NotificationModal = _chunkXFPCUTONjs.NotificationModal; exports.NotificationToast = _chunkXFPCUTONjs.NotificationToast; exports.NotificationsList = _chunkXFPCUTONjs.NotificationsList; exports.NotificationsListContainer = _chunkXFPCUTONjs.NotificationsListContainer; exports.OAuthClientCard = _chunkXFPCUTONjs.OAuthClientCard; exports.OAuthClientDetail = _chunkXFPCUTONjs.OAuthClientDetail; exports.OAuthClientForm = _chunkXFPCUTONjs.OAuthClientForm; exports.OAuthClientList = _chunkXFPCUTONjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkXFPCUTONjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkXFPCUTONjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkXFPCUTONjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkXFPCUTONjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkXFPCUTONjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkXFPCUTONjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkXFPCUTONjs.OAuthScopeSelector; exports.OnboardingCard = _chunkXFPCUTONjs.OnboardingCard; exports.Overlay = _chunkXFPCUTONjs.KanbanOverlay; exports.PageContainer = _chunkXFPCUTONjs.PageContainer; exports.PageContainerContentDetails = _chunkXFPCUTONjs.PageContainerContentDetails; exports.PageContentContainer = _chunkXFPCUTONjs.PageContentContainer; exports.PageSection = _chunkXFPCUTONjs.PageSection; exports.PasskeyButton = _chunkXFPCUTONjs.PasskeyButton; exports.PasskeyList = _chunkXFPCUTONjs.PasskeyList; exports.PasskeySetupDialog = _chunkXFPCUTONjs.PasskeySetupDialog; exports.PasswordInput = _chunkXFPCUTONjs.PasswordInput; exports.Popover = _chunkXFPCUTONjs.Popover; exports.PopoverContent = _chunkXFPCUTONjs.PopoverContent; exports.PopoverDescription = _chunkXFPCUTONjs.PopoverDescription; exports.PopoverHeader = _chunkXFPCUTONjs.PopoverHeader; exports.PopoverTitle = _chunkXFPCUTONjs.PopoverTitle; exports.PopoverTrigger = _chunkXFPCUTONjs.PopoverTrigger; exports.Progress = _chunkXFPCUTONjs.Progress; exports.ProgressIndicator = _chunkXFPCUTONjs.ProgressIndicator; exports.ProgressLabel = _chunkXFPCUTONjs.ProgressLabel; exports.ProgressTrack = _chunkXFPCUTONjs.ProgressTrack; exports.ProgressValue = _chunkXFPCUTONjs.ProgressValue; exports.PushNotificationProvider = _chunkXFPCUTONjs.PushNotificationProvider; exports.RadioGroup = _chunkXFPCUTONjs.RadioGroup; exports.RadioGroupItem = _chunkXFPCUTONjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkXFPCUTONjs.RbacByRoleContainer; exports.RbacContainer = _chunkXFPCUTONjs.RbacContainer; exports.RbacPermissionCell = _chunkXFPCUTONjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkXFPCUTONjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkXFPCUTONjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkXFPCUTONjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkXFPCUTONjs.ReferralCodeCapture; exports.ReferralDialog = _chunkXFPCUTONjs.ReferralDialog; exports.ReferralWidget = _chunkXFPCUTONjs.ReferralWidget; exports.RefreshUser = _chunkXFPCUTONjs.RefreshUser; exports.RelevantContentsList = _chunkXFPCUTONjs.RelevantContentsList; exports.RelevantUsersList = _chunkXFPCUTONjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkXFPCUTONjs.RemoveUserFromRole; exports.ResetPassword = _chunkXFPCUTONjs.ResetPassword; exports.ResizableHandle = _chunkXFPCUTONjs.ResizableHandle; exports.ResizablePanel = _chunkXFPCUTONjs.ResizablePanel; exports.ResizablePanelGroup = _chunkXFPCUTONjs.ResizablePanelGroup; exports.RoleContainer = _chunkXFPCUTONjs.RoleContainer; exports.RoleDetails = _chunkXFPCUTONjs.RoleDetails; exports.RoleUsersList = _chunkXFPCUTONjs.RoleUsersList; exports.RolesList = _chunkXFPCUTONjs.RolesList; exports.Root = _chunkXFPCUTONjs.KanbanRoot; exports.RoundPageContainer = _chunkXFPCUTONjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkXFPCUTONjs.RoundPageContainerTitle; exports.ScrollArea = _chunkXFPCUTONjs.ScrollArea; exports.ScrollBar = _chunkXFPCUTONjs.ScrollBar; exports.SecurityContainer = _chunkXFPCUTONjs.SecurityContainer; exports.Select = _chunkXFPCUTONjs.Select; exports.SelectContent = _chunkXFPCUTONjs.SelectContent; exports.SelectGroup = _chunkXFPCUTONjs.SelectGroup; exports.SelectItem = _chunkXFPCUTONjs.SelectItem; exports.SelectLabel = _chunkXFPCUTONjs.SelectLabel; exports.SelectScrollDownButton = _chunkXFPCUTONjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkXFPCUTONjs.SelectScrollUpButton; exports.SelectSeparator = _chunkXFPCUTONjs.SelectSeparator; exports.SelectTrigger = _chunkXFPCUTONjs.SelectTrigger; exports.SelectValue = _chunkXFPCUTONjs.SelectValue; exports.Separator = _chunkXFPCUTONjs.Separator; exports.Sheet = _chunkXFPCUTONjs.Sheet; exports.SheetClose = _chunkXFPCUTONjs.SheetClose; exports.SheetContent = _chunkXFPCUTONjs.SheetContent; exports.SheetDescription = _chunkXFPCUTONjs.SheetDescription; exports.SheetFooter = _chunkXFPCUTONjs.SheetFooter; exports.SheetHeader = _chunkXFPCUTONjs.SheetHeader; exports.SheetTitle = _chunkXFPCUTONjs.SheetTitle; exports.SheetTrigger = _chunkXFPCUTONjs.SheetTrigger; exports.Sidebar = _chunkXFPCUTONjs.Sidebar; exports.SidebarContent = _chunkXFPCUTONjs.SidebarContent; exports.SidebarFooter = _chunkXFPCUTONjs.SidebarFooter; exports.SidebarGroup = _chunkXFPCUTONjs.SidebarGroup; exports.SidebarGroupAction = _chunkXFPCUTONjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkXFPCUTONjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkXFPCUTONjs.SidebarGroupLabel; exports.SidebarHeader = _chunkXFPCUTONjs.SidebarHeader; exports.SidebarInput = _chunkXFPCUTONjs.SidebarInput; exports.SidebarInset = _chunkXFPCUTONjs.SidebarInset; exports.SidebarMenu = _chunkXFPCUTONjs.SidebarMenu; exports.SidebarMenuAction = _chunkXFPCUTONjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkXFPCUTONjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkXFPCUTONjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkXFPCUTONjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkXFPCUTONjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkXFPCUTONjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkXFPCUTONjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkXFPCUTONjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkXFPCUTONjs.SidebarProvider; exports.SidebarRail = _chunkXFPCUTONjs.SidebarRail; exports.SidebarSeparator = _chunkXFPCUTONjs.SidebarSeparator; exports.SidebarTrigger = _chunkXFPCUTONjs.SidebarTrigger; exports.Skeleton = _chunkXFPCUTONjs.Skeleton; exports.Slider = _chunkXFPCUTONjs.Slider; exports.Switch = _chunkXFPCUTONjs.Switch; exports.Table = _chunkXFPCUTONjs.Table; exports.TableBody = _chunkXFPCUTONjs.TableBody; exports.TableCaption = _chunkXFPCUTONjs.TableCaption; exports.TableCell = _chunkXFPCUTONjs.TableCell; exports.TableCellAvatar = _chunkXFPCUTONjs.TableCellAvatar; exports.TableFooter = _chunkXFPCUTONjs.TableFooter; exports.TableHead = _chunkXFPCUTONjs.TableHead; exports.TableHeader = _chunkXFPCUTONjs.TableHeader; exports.TableRow = _chunkXFPCUTONjs.TableRow; exports.Tabs = _chunkXFPCUTONjs.Tabs; exports.TabsContainer = _chunkXFPCUTONjs.TabsContainer; exports.TabsContent = _chunkXFPCUTONjs.TabsContent; exports.TabsList = _chunkXFPCUTONjs.TabsList; exports.TabsTrigger = _chunkXFPCUTONjs.TabsTrigger; exports.Textarea = _chunkXFPCUTONjs.Textarea; exports.Toaster = _chunkXFPCUTONjs.Toaster; exports.Toggle = _chunkXFPCUTONjs.Toggle; exports.TokenStatusIndicator = _chunkXFPCUTONjs.TokenStatusIndicator; exports.Tooltip = _chunkXFPCUTONjs.Tooltip; exports.TooltipContent = _chunkXFPCUTONjs.TooltipContent; exports.TooltipProvider = _chunkXFPCUTONjs.TooltipProvider; exports.TooltipTrigger = _chunkXFPCUTONjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkXFPCUTONjs.TotpAuthenticatorList; exports.TotpInput = _chunkXFPCUTONjs.TotpInput; exports.TotpSetupDialog = _chunkXFPCUTONjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkXFPCUTONjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkXFPCUTONjs.TwoFactorSettings; exports.UserAvatar = _chunkXFPCUTONjs.UserAvatar; exports.UserAvatarEditor = _chunkXFPCUTONjs.UserAvatarEditor; exports.UserAvatarList = _chunkXFPCUTONjs.UserAvatarList; exports.UserContainer = _chunkXFPCUTONjs.UserContainer; exports.UserContent = _chunkXFPCUTONjs.UserContent; exports.UserDeleter = _chunkXFPCUTONjs.UserDeleter; exports.UserEditor = _chunkXFPCUTONjs.UserEditor; exports.UserIndexContainer = _chunkXFPCUTONjs.UserIndexContainer; exports.UserIndexDetails = _chunkXFPCUTONjs.UserIndexDetails; exports.UserListInAdd = _chunkXFPCUTONjs.UserListInAdd; exports.UserMultiSelect = _chunkXFPCUTONjs.UserMultiSelect; exports.UserReactivator = _chunkXFPCUTONjs.UserReactivator; exports.UserResentInvitationEmail = _chunkXFPCUTONjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkXFPCUTONjs.UserRoleAdd; exports.UserRolesList = _chunkXFPCUTONjs.UserRolesList; exports.UserSearchPopover = _chunkXFPCUTONjs.UserSearchPopover; exports.UserSelector = _chunkXFPCUTONjs.UserSelector; exports.UserStanadaloneDetails = _chunkXFPCUTONjs.UserStanadaloneDetails; exports.UsersList = _chunkXFPCUTONjs.UsersList; exports.UsersListByContentIds = _chunkXFPCUTONjs.UsersListByContentIds; exports.UsersListContainer = _chunkXFPCUTONjs.UsersListContainer; exports.WaitlistConfirmation = _chunkXFPCUTONjs.WaitlistConfirmation; exports.WaitlistForm = _chunkXFPCUTONjs.WaitlistForm; exports.WaitlistHeroSection = _chunkXFPCUTONjs.WaitlistHeroSection; exports.WaitlistList = _chunkXFPCUTONjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkXFPCUTONjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkXFPCUTONjs.WaitlistSuccessState; exports.badgeVariants = _chunkXFPCUTONjs.badgeVariants; exports.buttonVariants = _chunkXFPCUTONjs.buttonVariants; exports.cellComponent = _chunkXFPCUTONjs.cellComponent; exports.cellDate = _chunkXFPCUTONjs.cellDate; exports.cellDateTime = _chunkXFPCUTONjs.cellDateTime; exports.cellId = _chunkXFPCUTONjs.cellId; exports.cellLink = _chunkXFPCUTONjs.cellLink; exports.cellUrl = _chunkXFPCUTONjs.cellUrl; exports.createMentionInlineContentSpec = _chunkXFPCUTONjs.createMentionInlineContentSpec; exports.errorToast = _chunkXFPCUTONjs.errorToast; exports.generateNotificationData = _chunkXFPCUTONjs.generateNotificationData; exports.getIcon = _chunkRXXZGPC3js.getIcon; exports.getIconByModule = _chunkRXXZGPC3js.getIconByModule; exports.getIconByModuleName = _chunkRXXZGPC3js.getIconByModuleName; exports.getInitials = _chunkRXXZGPC3js.getInitials; exports.mentionDataAttrs = _chunkXFPCUTONjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkXFPCUTONjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkXFPCUTONjs.parseFiscalData; exports.tabsListVariants = _chunkXFPCUTONjs.tabsListVariants; exports.toggleVariants = _chunkXFPCUTONjs.toggleVariants; exports.triggerAssociationToast = _chunkXFPCUTONjs.triggerAssociationToast; exports.useCarousel = _chunkXFPCUTONjs.useCarousel; exports.useComboboxAnchor = _chunkXFPCUTONjs.useComboboxAnchor; exports.useDebounce = _chunkXFPCUTONjs.useDebounce2; exports.useEditorDialog = _chunkXFPCUTONjs.useEditorDialog; exports.useFileUpload = _chunkXFPCUTONjs.useFileUpload; exports.useMentionInsert = _chunkXFPCUTONjs.useMentionInsert; exports.useSidebar = _chunkXFPCUTONjs.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 _chunkXFPCUTONjs = require('../chunk-XFPCUTON.js');
|
|
35
35
|
require('../chunk-VLDLERJN.js');
|
|
36
36
|
require('../chunk-RXXZGPC3.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 = _chunkXFPCUTONjs.AssistantProvider; exports.CommonProvider = _chunkXFPCUTONjs.CommonProvider; exports.CompanyProvider = _chunkXFPCUTONjs.CompanyProvider; exports.CurrentUserProvider = _chunkXFPCUTONjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkXFPCUTONjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkXFPCUTONjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkXFPCUTONjs.HeaderLeftContentProvider; exports.HowToProvider = _chunkXFPCUTONjs.HowToProvider; exports.NotificationContextProvider = _chunkXFPCUTONjs.NotificationContextProvider; exports.OnboardingProvider = _chunkXFPCUTONjs.OnboardingProvider; exports.RbacProvider = _chunkXFPCUTONjs.RbacProvider; exports.RoleProvider = _chunkXFPCUTONjs.RoleProvider; exports.SharedProvider = _chunkXFPCUTONjs.SharedProvider; exports.SocketContext = _chunkXFPCUTONjs.SocketContext; exports.SocketProvider = _chunkXFPCUTONjs.SocketProvider; exports.UserProvider = _chunkXFPCUTONjs.UserProvider; exports.recentPagesAtom = _chunkXFPCUTONjs.recentPagesAtom; exports.useAssistantContext = _chunkXFPCUTONjs.useAssistantContext; exports.useCommonContext = _chunkXFPCUTONjs.useCommonContext; exports.useCompanyContext = _chunkXFPCUTONjs.useCompanyContext; exports.useCurrentUserContext = _chunkXFPCUTONjs.useCurrentUserContext; exports.useHeaderChildren = _chunkXFPCUTONjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkXFPCUTONjs.useHeaderLeftContent; exports.useHowToContext = _chunkXFPCUTONjs.useHowToContext; exports.useNotificationContext = _chunkXFPCUTONjs.useNotificationContext; exports.useOnboarding = _chunkXFPCUTONjs.useOnboarding; exports.useRbacContext = _chunkXFPCUTONjs.useRbacContext; exports.useRoleContext = _chunkXFPCUTONjs.useRoleContext; exports.useSharedContext = _chunkXFPCUTONjs.useSharedContext; exports.useSocketContext = _chunkXFPCUTONjs.useSocketContext; exports.useUserContext = _chunkXFPCUTONjs.useUserContext;
|
|
75
75
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -22,13 +22,14 @@ import { CommonEditorDiscardDialog } from "./CommonEditorDiscardDialog";
|
|
|
22
22
|
import { useEditorDialog } from "./useEditorDialog";
|
|
23
23
|
import { errorToast } from "../errors/errorToast";
|
|
24
24
|
|
|
25
|
-
type EditorSheetSize = "sm" | "md" | "lg" | "xl";
|
|
25
|
+
type EditorSheetSize = "sm" | "md" | "lg" | "xl" | "2xl";
|
|
26
26
|
|
|
27
27
|
const sizeClasses: Record<EditorSheetSize, string> = {
|
|
28
28
|
sm: "data-[side=right]:sm:max-w-2xl",
|
|
29
29
|
md: "data-[side=right]:sm:max-w-3xl",
|
|
30
30
|
lg: "data-[side=right]:sm:max-w-5xl",
|
|
31
31
|
xl: "data-[side=right]:sm:max-w-7xl",
|
|
32
|
+
"2xl": "data-[side=right]:sm:!max-w-[min(96rem,90vw)]",
|
|
32
33
|
};
|
|
33
34
|
|
|
34
35
|
export type EditorSheetProps<T extends FieldValues> = {
|