@carlonicora/nextjs-jsonapi 1.140.2 → 1.141.1
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-WLZU6FDU.js → BlockNoteEditor-WAJ4EEUA.js} +9 -9
- package/dist/{BlockNoteEditor-WLZU6FDU.js.map → BlockNoteEditor-WAJ4EEUA.js.map} +1 -1
- package/dist/{BlockNoteEditor-5ZEC7GOM.mjs → BlockNoteEditor-WUDLPAKY.mjs} +2 -2
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-LB5B5KYF.mjs → chunk-R6FRTQXV.mjs} +49 -17
- package/dist/chunk-R6FRTQXV.mjs.map +1 -0
- package/dist/{chunk-B6YG6SJ6.js → chunk-TH7LJXCQ.js} +47 -15
- package/dist/chunk-TH7LJXCQ.js.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +8 -1
- package/dist/components/index.d.ts +8 -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/dist/features/help/index.js +31 -31
- package/dist/features/help/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/forms/EditorSheet.tsx +41 -7
- package/src/components/forms/FileUploader.tsx +46 -8
- package/dist/chunk-B6YG6SJ6.js.map +0 -1
- package/dist/chunk-LB5B5KYF.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-5ZEC7GOM.mjs.map → BlockNoteEditor-WUDLPAKY.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkTH7LJXCQjs = require('../chunk-TH7LJXCQ.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -125,5 +125,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
exports.ClientJsonApiDelete = _chunkAGKZCRG2js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkAGKZCRG2js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkAGKZCRG2js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkAGKZCRG2js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkAGKZCRG2js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider =
|
|
128
|
+
exports.ClientJsonApiDelete = _chunkAGKZCRG2js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkAGKZCRG2js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkAGKZCRG2js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkAGKZCRG2js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkAGKZCRG2js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkTH7LJXCQjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkTH7LJXCQjs.TableGeneratorRegistry; exports.buildClientUrl = _chunkAGKZCRG2js.buildClientUrl; exports.computeLayeredLayout = _chunkTH7LJXCQjs.computeLayeredLayout; exports.configureClientConfig = _chunkSE2YSAERjs.configureClientConfig; exports.configureClientJsonApi = _chunkAGKZCRG2js.configureClientJsonApi; exports.configureI18n = _chunkSE2YSAERjs.configureI18n; exports.configureJsonApi = _chunkSE2YSAERjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkTH7LJXCQjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkSE2YSAERjs.getApiUrl; exports.getAppUrl = _chunkSE2YSAERjs.getAppUrl; exports.getClientApiUrl = _chunkAGKZCRG2js.getClientApiUrl; exports.getClientAppUrl = _chunkAGKZCRG2js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkAGKZCRG2js.getClientTrackablePages; exports.getI18nLink = _chunkSE2YSAERjs.getI18nLink; exports.getPublicApiUrl = _chunkSE2YSAERjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkSE2YSAERjs.getStripePublishableKey; exports.getTrackablePages = _chunkSE2YSAERjs.getTrackablePages; exports.registerTableGenerator = _chunkTH7LJXCQjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkTH7LJXCQjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkTH7LJXCQjs.useContentTableStructure; exports.useCustomD3Graph = _chunkTH7LJXCQjs.useCustomD3Graph; exports.useDataListRetriever = _chunkTH7LJXCQjs.useDataListRetriever; exports.useDebounce = _chunkTH7LJXCQjs.useDebounce; exports.useI18nDateFnsLocale = _chunkSE2YSAERjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkSE2YSAERjs.useI18nLocale; exports.useI18nRouter = _chunkSE2YSAERjs.useI18nRouter; exports.useI18nTranslations = _chunkSE2YSAERjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkTH7LJXCQjs.useJsonApiGet; exports.useJsonApiMutation = _chunkTH7LJXCQjs.useJsonApiMutation; exports.useNotificationSync = _chunkTH7LJXCQjs.useNotificationSync; exports.useOAuthClient = _chunkTH7LJXCQjs.useOAuthClient; exports.useOAuthClients = _chunkTH7LJXCQjs.useOAuthClients; exports.useOAuthConsent = _chunkTH7LJXCQjs.useOAuthConsent; exports.usePageTracker = _chunkTH7LJXCQjs.usePageTracker; exports.usePageUrlGenerator = _chunkTH7LJXCQjs.usePageUrlGenerator; exports.useRehydration = _chunkTH7LJXCQjs.useRehydration; exports.useRehydrationList = _chunkTH7LJXCQjs.useRehydrationList; exports.useRoleTableStructure = _chunkTH7LJXCQjs.useRoleTableStructure; exports.useSocket = _chunkTH7LJXCQjs.useSocket; exports.useSubscriptionStatus = _chunkTH7LJXCQjs.useSubscriptionStatus; exports.useTableGenerator = _chunkTH7LJXCQjs.useTableGenerator; exports.useUrlRewriter = _chunkTH7LJXCQjs.useUrlRewriter; exports.useUserSearch = _chunkTH7LJXCQjs.useUserSearch; exports.useUserTableStructure = _chunkTH7LJXCQjs.useUserTableStructure;
|
|
129
129
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -17,7 +17,7 @@ import { Combobox as Combobox$1 } from '@base-ui/react';
|
|
|
17
17
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
18
18
|
import * as react_hook_form from 'react-hook-form';
|
|
19
19
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
20
|
-
import { DropzoneState, Accept, DropzoneOptions } from 'react-dropzone';
|
|
20
|
+
import { DropzoneState, Accept, DropzoneOptions, FileRejection } from 'react-dropzone';
|
|
21
21
|
export { DropzoneOptions } from 'react-dropzone';
|
|
22
22
|
import { B as BreadcrumbItemData, a as HowToInterface, d as AssistantMessageInterface } from '../AssistantMessageInterface-DH1QwtC_.mjs';
|
|
23
23
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
@@ -732,6 +732,13 @@ type FileUploaderProps = {
|
|
|
732
732
|
onValueChange: (value: File[] | null) => void;
|
|
733
733
|
dropzoneOptions: DropzoneOptions;
|
|
734
734
|
orientation?: "horizontal" | "vertical";
|
|
735
|
+
/**
|
|
736
|
+
* Opt-in rejection reporting. When supplied, the component hands every
|
|
737
|
+
* rejection — react-dropzone's own plus the files it had to drop because the
|
|
738
|
+
* `maxFiles` cap was already reached — to the consumer and raises no toast of
|
|
739
|
+
* its own. When absent, the built-in toast behaviour is unchanged.
|
|
740
|
+
*/
|
|
741
|
+
onFilesRejected?: (rejections: FileRejection[]) => void;
|
|
735
742
|
};
|
|
736
743
|
declare const FileUploader: React$1.ForwardRefExoticComponent<FileUploaderProps & React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
737
744
|
declare const FileUploaderContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
@@ -17,7 +17,7 @@ import { Combobox as Combobox$1 } from '@base-ui/react';
|
|
|
17
17
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
18
18
|
import * as react_hook_form from 'react-hook-form';
|
|
19
19
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
20
|
-
import { DropzoneState, Accept, DropzoneOptions } from 'react-dropzone';
|
|
20
|
+
import { DropzoneState, Accept, DropzoneOptions, FileRejection } from 'react-dropzone';
|
|
21
21
|
export { DropzoneOptions } from 'react-dropzone';
|
|
22
22
|
import { B as BreadcrumbItemData, a as HowToInterface, d as AssistantMessageInterface } from '../AssistantMessageInterface-giWvsOrX.js';
|
|
23
23
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
@@ -732,6 +732,13 @@ type FileUploaderProps = {
|
|
|
732
732
|
onValueChange: (value: File[] | null) => void;
|
|
733
733
|
dropzoneOptions: DropzoneOptions;
|
|
734
734
|
orientation?: "horizontal" | "vertical";
|
|
735
|
+
/**
|
|
736
|
+
* Opt-in rejection reporting. When supplied, the component hands every
|
|
737
|
+
* rejection — react-dropzone's own plus the files it had to drop because the
|
|
738
|
+
* `maxFiles` cap was already reached — to the consumer and raises no toast of
|
|
739
|
+
* its own. When absent, the built-in toast behaviour is unchanged.
|
|
740
|
+
*/
|
|
741
|
+
onFilesRejected?: (rejections: FileRejection[]) => void;
|
|
735
742
|
};
|
|
736
743
|
declare const FileUploader: React$1.ForwardRefExoticComponent<FileUploaderProps & React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
737
744
|
declare const FileUploaderContent: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
package/dist/components/index.js
CHANGED
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
|
|
480
480
|
|
|
481
481
|
|
|
482
|
-
var
|
|
482
|
+
var _chunkTH7LJXCQjs = require('../chunk-TH7LJXCQ.js');
|
|
483
483
|
require('../chunk-SE2YSAER.js');
|
|
484
484
|
|
|
485
485
|
|
|
@@ -983,5 +983,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
983
983
|
|
|
984
984
|
|
|
985
985
|
|
|
986
|
-
exports.AcceptInvitation = _chunkB6YG6SJ6js.AcceptInvitation; exports.Accordion = _chunkB6YG6SJ6js.Accordion; exports.AccordionContent = _chunkB6YG6SJ6js.AccordionContent; exports.AccordionItem = _chunkB6YG6SJ6js.AccordionItem; exports.AccordionTrigger = _chunkB6YG6SJ6js.AccordionTrigger; exports.ActivateAccount = _chunkB6YG6SJ6js.ActivateAccount; exports.AddUserToRole = _chunkB6YG6SJ6js.AddUserToRole; exports.AdminCompanyContainer = _chunkB6YG6SJ6js.AdminCompanyContainer; exports.AdminUsersList = _chunkB6YG6SJ6js.AdminUsersList; exports.Alert = _chunkB6YG6SJ6js.Alert; exports.AlertAction = _chunkB6YG6SJ6js.AlertAction; exports.AlertDescription = _chunkB6YG6SJ6js.AlertDescription; exports.AlertDialog = _chunkB6YG6SJ6js.AlertDialog; exports.AlertDialogAction = _chunkB6YG6SJ6js.AlertDialogAction; exports.AlertDialogCancel = _chunkB6YG6SJ6js.AlertDialogCancel; exports.AlertDialogContent = _chunkB6YG6SJ6js.AlertDialogContent; exports.AlertDialogDescription = _chunkB6YG6SJ6js.AlertDialogDescription; exports.AlertDialogFooter = _chunkB6YG6SJ6js.AlertDialogFooter; exports.AlertDialogHeader = _chunkB6YG6SJ6js.AlertDialogHeader; exports.AlertDialogMedia = _chunkB6YG6SJ6js.AlertDialogMedia; exports.AlertDialogOverlay = _chunkB6YG6SJ6js.AlertDialogOverlay; exports.AlertDialogPortal = _chunkB6YG6SJ6js.AlertDialogPortal; exports.AlertDialogTitle = _chunkB6YG6SJ6js.AlertDialogTitle; exports.AlertDialogTrigger = _chunkB6YG6SJ6js.AlertDialogTrigger; exports.AlertTitle = _chunkB6YG6SJ6js.AlertTitle; exports.AllUsersListContainer = _chunkB6YG6SJ6js.AllUsersListContainer; exports.AllowedUsersDetails = _chunkB6YG6SJ6js.AllowedUsersDetails; exports.AssistantContainer = _chunkB6YG6SJ6js.AssistantContainer; exports.AttributeElement = _chunkB6YG6SJ6js.AttributeElement; exports.AuthContainer = _chunkB6YG6SJ6js.AuthContainer; exports.Avatar = _chunkB6YG6SJ6js.Avatar; exports.AvatarBadge = _chunkB6YG6SJ6js.AvatarBadge; exports.AvatarFallback = _chunkB6YG6SJ6js.AvatarFallback; exports.AvatarGroup = _chunkB6YG6SJ6js.AvatarGroup; exports.AvatarGroupCount = _chunkB6YG6SJ6js.AvatarGroupCount; exports.AvatarImage = _chunkB6YG6SJ6js.AvatarImage; exports.BackupCodesDialog = _chunkB6YG6SJ6js.BackupCodesDialog; exports.Badge = _chunkB6YG6SJ6js.Badge; exports.BlockNoteEditorContainer = _chunkB6YG6SJ6js.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkB6YG6SJ6js.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkB6YG6SJ6js.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkB6YG6SJ6js.BlockNoteViewerContainer; exports.Board = _chunkB6YG6SJ6js.KanbanBoard; exports.Breadcrumb = _chunkB6YG6SJ6js.Breadcrumb; exports.BreadcrumbEllipsis = _chunkB6YG6SJ6js.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkB6YG6SJ6js.BreadcrumbItem; exports.BreadcrumbLink = _chunkB6YG6SJ6js.BreadcrumbLink; exports.BreadcrumbList = _chunkB6YG6SJ6js.BreadcrumbList; exports.BreadcrumbNavigation = _chunkB6YG6SJ6js.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkB6YG6SJ6js.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkB6YG6SJ6js.BreadcrumbSeparator; exports.Button = _chunkB6YG6SJ6js.Button; exports.Calendar = _chunkB6YG6SJ6js.Calendar; exports.CalendarDayButton = _chunkB6YG6SJ6js.CalendarDayButton; exports.Card = _chunkB6YG6SJ6js.Card; exports.CardAction = _chunkB6YG6SJ6js.CardAction; exports.CardContent = _chunkB6YG6SJ6js.CardContent; exports.CardDescription = _chunkB6YG6SJ6js.CardDescription; exports.CardFooter = _chunkB6YG6SJ6js.CardFooter; exports.CardHeader = _chunkB6YG6SJ6js.CardHeader; exports.CardTitle = _chunkB6YG6SJ6js.CardTitle; exports.Carousel = _chunkB6YG6SJ6js.Carousel; exports.CarouselContent = _chunkB6YG6SJ6js.CarouselContent; exports.CarouselItem = _chunkB6YG6SJ6js.CarouselItem; exports.CarouselNext = _chunkB6YG6SJ6js.CarouselNext; exports.CarouselPrevious = _chunkB6YG6SJ6js.CarouselPrevious; exports.ChartContainer = _chunkB6YG6SJ6js.ChartContainer; exports.ChartLegend = _chunkB6YG6SJ6js.ChartLegend; exports.ChartLegendContent = _chunkB6YG6SJ6js.ChartLegendContent; exports.ChartStyle = _chunkB6YG6SJ6js.ChartStyle; exports.ChartTooltip = _chunkB6YG6SJ6js.ChartTooltip; exports.ChartTooltipContent = _chunkB6YG6SJ6js.ChartTooltipContent; exports.Checkbox = _chunkB6YG6SJ6js.Checkbox; exports.Collapsible = _chunkB6YG6SJ6js.Collapsible; exports.CollapsibleContent = _chunkB6YG6SJ6js.CollapsibleContent; exports.CollapsibleTrigger = _chunkB6YG6SJ6js.CollapsibleTrigger; exports.Column = _chunkB6YG6SJ6js.KanbanColumn; exports.ColumnHandle = _chunkB6YG6SJ6js.KanbanColumnHandle; exports.Combobox = _chunkB6YG6SJ6js.Combobox; exports.ComboboxChip = _chunkB6YG6SJ6js.ComboboxChip; exports.ComboboxChips = _chunkB6YG6SJ6js.ComboboxChips; exports.ComboboxChipsInput = _chunkB6YG6SJ6js.ComboboxChipsInput; exports.ComboboxCollection = _chunkB6YG6SJ6js.ComboboxCollection; exports.ComboboxContent = _chunkB6YG6SJ6js.ComboboxContent; exports.ComboboxEmpty = _chunkB6YG6SJ6js.ComboboxEmpty; exports.ComboboxGroup = _chunkB6YG6SJ6js.ComboboxGroup; exports.ComboboxInput = _chunkB6YG6SJ6js.ComboboxInput; exports.ComboboxItem = _chunkB6YG6SJ6js.ComboboxItem; exports.ComboboxLabel = _chunkB6YG6SJ6js.ComboboxLabel; exports.ComboboxList = _chunkB6YG6SJ6js.ComboboxList; exports.ComboboxSeparator = _chunkB6YG6SJ6js.ComboboxSeparator; exports.ComboboxTrigger = _chunkB6YG6SJ6js.ComboboxTrigger; exports.ComboboxValue = _chunkB6YG6SJ6js.ComboboxValue; exports.Command = _chunkB6YG6SJ6js.Command; exports.CommandDialog = _chunkB6YG6SJ6js.CommandDialog; exports.CommandEmpty = _chunkB6YG6SJ6js.CommandEmpty; exports.CommandGroup = _chunkB6YG6SJ6js.CommandGroup; exports.CommandInput = _chunkB6YG6SJ6js.CommandInput; exports.CommandItem = _chunkB6YG6SJ6js.CommandItem; exports.CommandList = _chunkB6YG6SJ6js.CommandList; exports.CommandSeparator = _chunkB6YG6SJ6js.CommandSeparator; exports.CommandShortcut = _chunkB6YG6SJ6js.CommandShortcut; exports.CommonAddTrigger = _chunkB6YG6SJ6js.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkB6YG6SJ6js.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkB6YG6SJ6js.CommonAssociationTrigger; exports.CommonDeleter = _chunkB6YG6SJ6js.CommonDeleter; exports.CommonEditorButtons = _chunkB6YG6SJ6js.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkB6YG6SJ6js.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkB6YG6SJ6js.CommonEditorHeader; exports.CommonEditorTrigger = _chunkB6YG6SJ6js.CommonEditorTrigger; exports.CompaniesList = _chunkB6YG6SJ6js.CompaniesList; exports.CompanyConfigurationEditor = _chunkB6YG6SJ6js.CompanyConfigurationEditor; exports.CompanyContainer = _chunkB6YG6SJ6js.CompanyContainer; exports.CompanyContent = _chunkB6YG6SJ6js.CompanyContent; exports.CompanyDeleter = _chunkB6YG6SJ6js.CompanyDeleter; exports.CompanyDetails = _chunkB6YG6SJ6js.CompanyDetails; exports.CompanyEditor = _chunkB6YG6SJ6js.CompanyEditor; exports.CompanyUsersList = _chunkB6YG6SJ6js.CompanyUsersList; exports.ConfirmDialog = _chunkB6YG6SJ6js.ConfirmDialog; exports.ContentListGrid = _chunkB6YG6SJ6js.ContentListGrid; exports.ContentListTable = _chunkB6YG6SJ6js.ContentListTable; exports.ContentTableSearch = _chunkB6YG6SJ6js.ContentTableSearch; exports.ContentTitle = _chunkB6YG6SJ6js.ContentTitle; exports.ContentsList = _chunkB6YG6SJ6js.ContentsList; exports.ContentsListById = _chunkB6YG6SJ6js.ContentsListById; exports.ContextMenu = _chunkB6YG6SJ6js.ContextMenu; exports.ContextMenuCheckboxItem = _chunkB6YG6SJ6js.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkB6YG6SJ6js.ContextMenuContent; exports.ContextMenuGroup = _chunkB6YG6SJ6js.ContextMenuGroup; exports.ContextMenuItem = _chunkB6YG6SJ6js.ContextMenuItem; exports.ContextMenuLabel = _chunkB6YG6SJ6js.ContextMenuLabel; exports.ContextMenuPortal = _chunkB6YG6SJ6js.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkB6YG6SJ6js.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkB6YG6SJ6js.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkB6YG6SJ6js.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkB6YG6SJ6js.ContextMenuShortcut; exports.ContextMenuSub = _chunkB6YG6SJ6js.ContextMenuSub; exports.ContextMenuSubContent = _chunkB6YG6SJ6js.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkB6YG6SJ6js.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkB6YG6SJ6js.ContextMenuTrigger; exports.ContributorsList = _chunkB6YG6SJ6js.ContributorsList; exports.Cookies = _chunkB6YG6SJ6js.Cookies; exports.CurrencyInput = _chunkB6YG6SJ6js.CurrencyInput; exports.DatePickerPopover = _chunkB6YG6SJ6js.DatePickerPopover; exports.DateRangeSelector = _chunkB6YG6SJ6js.DateRangeSelector; exports.DetailField = _chunkB6YG6SJ6js.DetailField; exports.Dialog = _chunkB6YG6SJ6js.Dialog; exports.DialogClose = _chunkB6YG6SJ6js.DialogClose; exports.DialogContent = _chunkB6YG6SJ6js.DialogContent; exports.DialogDescription = _chunkB6YG6SJ6js.DialogDescription; exports.DialogFooter = _chunkB6YG6SJ6js.DialogFooter; exports.DialogHeader = _chunkB6YG6SJ6js.DialogHeader; exports.DialogOverlay = _chunkB6YG6SJ6js.DialogOverlay; exports.DialogPortal = _chunkB6YG6SJ6js.DialogPortal; exports.DialogTitle = _chunkB6YG6SJ6js.DialogTitle; exports.DialogTrigger = _chunkB6YG6SJ6js.DialogTrigger; exports.DisableTwoFactorDialog = _chunkB6YG6SJ6js.DisableTwoFactorDialog; exports.Drawer = _chunkB6YG6SJ6js.Drawer; exports.DrawerClose = _chunkB6YG6SJ6js.DrawerClose; exports.DrawerContent = _chunkB6YG6SJ6js.DrawerContent; exports.DrawerDescription = _chunkB6YG6SJ6js.DrawerDescription; exports.DrawerFooter = _chunkB6YG6SJ6js.DrawerFooter; exports.DrawerHeader = _chunkB6YG6SJ6js.DrawerHeader; exports.DrawerOverlay = _chunkB6YG6SJ6js.DrawerOverlay; exports.DrawerPortal = _chunkB6YG6SJ6js.DrawerPortal; exports.DrawerTitle = _chunkB6YG6SJ6js.DrawerTitle; exports.DrawerTrigger = _chunkB6YG6SJ6js.DrawerTrigger; exports.DropdownMenu = _chunkB6YG6SJ6js.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkB6YG6SJ6js.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkB6YG6SJ6js.DropdownMenuContent; exports.DropdownMenuGroup = _chunkB6YG6SJ6js.DropdownMenuGroup; exports.DropdownMenuItem = _chunkB6YG6SJ6js.DropdownMenuItem; exports.DropdownMenuLabel = _chunkB6YG6SJ6js.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkB6YG6SJ6js.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkB6YG6SJ6js.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkB6YG6SJ6js.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkB6YG6SJ6js.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkB6YG6SJ6js.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkB6YG6SJ6js.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkB6YG6SJ6js.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkB6YG6SJ6js.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkB6YG6SJ6js.DropdownMenuTrigger; exports.EditableAvatar = _chunkB6YG6SJ6js.EditableAvatar; exports.EditorSheet = _chunkB6YG6SJ6js.EditorSheet; exports.EmptyState = _chunkB6YG6SJ6js.EmptyState; exports.EntityAvatar = _chunkB6YG6SJ6js.EntityAvatar; exports.EntityHero = _chunkB6YG6SJ6js.EntityHero; exports.EntityHeroAvatar = _chunkB6YG6SJ6js.EntityHeroAvatar; exports.EntityHeroLayout = _chunkB6YG6SJ6js.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkB6YG6SJ6js.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkB6YG6SJ6js.EntityMultiSelector; exports.EntitySection = _chunkB6YG6SJ6js.EntitySection; exports.EntitySelector = _chunkB6YG6SJ6js.EntitySelector; exports.ErrorDetails = _chunkB6YG6SJ6js.ErrorDetails; exports.Field = _chunkB6YG6SJ6js.Field; exports.FieldContent = _chunkB6YG6SJ6js.FieldContent; exports.FieldDescription = _chunkB6YG6SJ6js.FieldDescription; exports.FieldError = _chunkB6YG6SJ6js.FieldError; exports.FieldGroup = _chunkB6YG6SJ6js.FieldGroup; exports.FieldLabel = _chunkB6YG6SJ6js.FieldLabel; exports.FieldLegend = _chunkB6YG6SJ6js.FieldLegend; exports.FieldSeparator = _chunkB6YG6SJ6js.FieldSeparator; exports.FieldSet = _chunkB6YG6SJ6js.FieldSet; exports.FieldTitle = _chunkB6YG6SJ6js.FieldTitle; exports.FileInput = _chunkB6YG6SJ6js.FileInput; exports.FileUploader = _chunkB6YG6SJ6js.FileUploader; exports.FileUploaderContent = _chunkB6YG6SJ6js.FileUploaderContent; exports.FileUploaderItem = _chunkB6YG6SJ6js.FileUploaderItem; exports.FiscalDataDisplay = _chunkB6YG6SJ6js.FiscalDataDisplay; exports.ForgotPassword = _chunkB6YG6SJ6js.ForgotPassword; exports.Form = _chunkB6YG6SJ6js.Form; exports.FormBlockNote = _chunkB6YG6SJ6js.FormBlockNote; exports.FormBody = _chunkB6YG6SJ6js.FormBody; exports.FormCheckbox = _chunkB6YG6SJ6js.FormCheckbox; exports.FormCol = _chunkB6YG6SJ6js.FormCol; exports.FormDate = _chunkB6YG6SJ6js.FormDate; exports.FormDateTime = _chunkB6YG6SJ6js.FormDateTime; exports.FormFeatures = _chunkB6YG6SJ6js.FormFeatures; exports.FormFieldWrapper = _chunkB6YG6SJ6js.FormFieldWrapper; exports.FormInput = _chunkB6YG6SJ6js.FormInput; exports.FormPassword = _chunkB6YG6SJ6js.FormPassword; exports.FormPlaceAutocomplete = _chunkB6YG6SJ6js.FormPlaceAutocomplete; exports.FormRoles = _chunkB6YG6SJ6js.FormRoles; exports.FormRow = _chunkB6YG6SJ6js.FormRow; exports.FormSection = _chunkB6YG6SJ6js.FormSection; exports.FormSelect = _chunkB6YG6SJ6js.FormSelect; exports.FormSlider = _chunkB6YG6SJ6js.FormSlider; exports.FormSwitch = _chunkB6YG6SJ6js.FormSwitch; exports.FormTextarea = _chunkB6YG6SJ6js.FormTextarea; exports.GdprConsentCheckbox = _chunkB6YG6SJ6js.GdprConsentCheckbox; exports.GdprConsentSection = _chunkB6YG6SJ6js.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunkB6YG6SJ6js.HEADER_ROW_MIN_H; exports.Header = _chunkB6YG6SJ6js.Header; exports.HoverCard = _chunkB6YG6SJ6js.HoverCard; exports.HoverCardContent = _chunkB6YG6SJ6js.HoverCardContent; exports.HoverCardTrigger = _chunkB6YG6SJ6js.HoverCardTrigger; exports.HowToCommand = _chunkB6YG6SJ6js.HowToCommand; exports.HowToCommandViewer = _chunkB6YG6SJ6js.HowToCommandViewer; exports.HowToContainer = _chunkB6YG6SJ6js.HowToContainer; exports.HowToContent = _chunkB6YG6SJ6js.HowToContent; exports.HowToDeleter = _chunkB6YG6SJ6js.HowToDeleter; exports.HowToDetails = _chunkB6YG6SJ6js.HowToDetails; exports.HowToEditor = _chunkB6YG6SJ6js.HowToEditor; exports.HowToList = _chunkB6YG6SJ6js.HowToList; exports.HowToListContainer = _chunkB6YG6SJ6js.HowToListContainer; exports.HowToMultiSelector = _chunkB6YG6SJ6js.HowToMultiSelector; exports.HowToSelector = _chunkB6YG6SJ6js.HowToSelector; exports.Input = _chunkB6YG6SJ6js.Input; exports.InputGroup = _chunkB6YG6SJ6js.InputGroup; exports.InputGroupAddon = _chunkB6YG6SJ6js.InputGroupAddon; exports.InputGroupButton = _chunkB6YG6SJ6js.InputGroupButton; exports.InputGroupInput = _chunkB6YG6SJ6js.InputGroupInput; exports.InputGroupText = _chunkB6YG6SJ6js.InputGroupText; exports.InputGroupTextarea = _chunkB6YG6SJ6js.InputGroupTextarea; exports.InputOTP = _chunkB6YG6SJ6js.InputOTP; exports.InputOTPGroup = _chunkB6YG6SJ6js.InputOTPGroup; exports.InputOTPSeparator = _chunkB6YG6SJ6js.InputOTPSeparator; exports.InputOTPSlot = _chunkB6YG6SJ6js.InputOTPSlot; exports.ItalianFiscalData = _chunkB6YG6SJ6js.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkB6YG6SJ6js.ItalianFiscalDataDisplay; exports.Item = _chunkB6YG6SJ6js.KanbanItem; exports.ItemHandle = _chunkB6YG6SJ6js.KanbanItemHandle; exports.Kanban = _chunkB6YG6SJ6js.KanbanRoot; exports.KanbanBoard = _chunkB6YG6SJ6js.KanbanBoard; exports.KanbanColumn = _chunkB6YG6SJ6js.KanbanColumn; exports.KanbanColumnHandle = _chunkB6YG6SJ6js.KanbanColumnHandle; exports.KanbanItem = _chunkB6YG6SJ6js.KanbanItem; exports.KanbanItemHandle = _chunkB6YG6SJ6js.KanbanItemHandle; exports.KanbanOverlay = _chunkB6YG6SJ6js.KanbanOverlay; exports.Label = _chunkB6YG6SJ6js.Label; exports.LandingComponent = _chunkB6YG6SJ6js.LandingComponent; exports.Link = _chunkB6YG6SJ6js.Link; exports.Login = _chunkB6YG6SJ6js.Login; exports.Logout = _chunkB6YG6SJ6js.Logout; exports.MessageItem = _chunkB6YG6SJ6js.MessageItem; exports.MessageList = _chunkB6YG6SJ6js.MessageList; exports.MessageSourcesPanel = _chunkB6YG6SJ6js.MessageSourcesPanel; exports.MicroLabel = _chunkB6YG6SJ6js.MicroLabel; exports.MobileNavigationBar = _chunkB6YG6SJ6js.MobileNavigationBar; exports.ModeToggleSwitch = _chunkB6YG6SJ6js.ModeToggleSwitch; exports.MultiSelect = _chunkB6YG6SJ6js.MultiSelect; exports.MultipleSelector = _chunkB6YG6SJ6js.MultipleSelector; exports.NavigationMenu = _chunkB6YG6SJ6js.NavigationMenu; exports.NavigationMenuContent = _chunkB6YG6SJ6js.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkB6YG6SJ6js.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkB6YG6SJ6js.NavigationMenuItem; exports.NavigationMenuLink = _chunkB6YG6SJ6js.NavigationMenuLink; exports.NavigationMenuList = _chunkB6YG6SJ6js.NavigationMenuList; exports.NavigationMenuPositioner = _chunkB6YG6SJ6js.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkB6YG6SJ6js.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkB6YG6SJ6js.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkB6YG6SJ6js.NotificationMenuItem; exports.NotificationModal = _chunkB6YG6SJ6js.NotificationModal; exports.NotificationToast = _chunkB6YG6SJ6js.NotificationToast; exports.NotificationsList = _chunkB6YG6SJ6js.NotificationsList; exports.NotificationsListContainer = _chunkB6YG6SJ6js.NotificationsListContainer; exports.OAuthClientCard = _chunkB6YG6SJ6js.OAuthClientCard; exports.OAuthClientDetail = _chunkB6YG6SJ6js.OAuthClientDetail; exports.OAuthClientForm = _chunkB6YG6SJ6js.OAuthClientForm; exports.OAuthClientList = _chunkB6YG6SJ6js.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkB6YG6SJ6js.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkB6YG6SJ6js.OAuthConsentActions; exports.OAuthConsentHeader = _chunkB6YG6SJ6js.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkB6YG6SJ6js.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkB6YG6SJ6js.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkB6YG6SJ6js.OAuthScopeList; exports.OAuthScopeSelector = _chunkB6YG6SJ6js.OAuthScopeSelector; exports.OnboardingCard = _chunkB6YG6SJ6js.OnboardingCard; exports.Overlay = _chunkB6YG6SJ6js.KanbanOverlay; exports.PageContainer = _chunkB6YG6SJ6js.PageContainer; exports.PageContainerContentDetails = _chunkB6YG6SJ6js.PageContainerContentDetails; exports.PageContentContainer = _chunkB6YG6SJ6js.PageContentContainer; exports.PageSection = _chunkB6YG6SJ6js.PageSection; exports.PasskeyButton = _chunkB6YG6SJ6js.PasskeyButton; exports.PasskeyList = _chunkB6YG6SJ6js.PasskeyList; exports.PasskeySetupDialog = _chunkB6YG6SJ6js.PasskeySetupDialog; exports.PasswordInput = _chunkB6YG6SJ6js.PasswordInput; exports.Popover = _chunkB6YG6SJ6js.Popover; exports.PopoverContent = _chunkB6YG6SJ6js.PopoverContent; exports.PopoverDescription = _chunkB6YG6SJ6js.PopoverDescription; exports.PopoverHeader = _chunkB6YG6SJ6js.PopoverHeader; exports.PopoverTitle = _chunkB6YG6SJ6js.PopoverTitle; exports.PopoverTrigger = _chunkB6YG6SJ6js.PopoverTrigger; exports.Progress = _chunkB6YG6SJ6js.Progress; exports.ProgressIndicator = _chunkB6YG6SJ6js.ProgressIndicator; exports.ProgressLabel = _chunkB6YG6SJ6js.ProgressLabel; exports.ProgressTrack = _chunkB6YG6SJ6js.ProgressTrack; exports.ProgressValue = _chunkB6YG6SJ6js.ProgressValue; exports.PushNotificationProvider = _chunkB6YG6SJ6js.PushNotificationProvider; exports.RadioGroup = _chunkB6YG6SJ6js.RadioGroup; exports.RadioGroupItem = _chunkB6YG6SJ6js.RadioGroupItem; exports.RbacByRoleContainer = _chunkB6YG6SJ6js.RbacByRoleContainer; exports.RbacContainer = _chunkB6YG6SJ6js.RbacContainer; exports.RbacPermissionCell = _chunkB6YG6SJ6js.RbacPermissionCell; exports.RbacPermissionPicker = _chunkB6YG6SJ6js.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkB6YG6SJ6js.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkB6YG6SJ6js.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkB6YG6SJ6js.ReferralCodeCapture; exports.ReferralDialog = _chunkB6YG6SJ6js.ReferralDialog; exports.ReferralWidget = _chunkB6YG6SJ6js.ReferralWidget; exports.RefreshUser = _chunkB6YG6SJ6js.RefreshUser; exports.RelevantContentsList = _chunkB6YG6SJ6js.RelevantContentsList; exports.RelevantUsersList = _chunkB6YG6SJ6js.RelevantUsersList; exports.RemoveUserFromRole = _chunkB6YG6SJ6js.RemoveUserFromRole; exports.ResetPassword = _chunkB6YG6SJ6js.ResetPassword; exports.ResizableHandle = _chunkB6YG6SJ6js.ResizableHandle; exports.ResizablePanel = _chunkB6YG6SJ6js.ResizablePanel; exports.ResizablePanelGroup = _chunkB6YG6SJ6js.ResizablePanelGroup; exports.RoleContainer = _chunkB6YG6SJ6js.RoleContainer; exports.RoleDetails = _chunkB6YG6SJ6js.RoleDetails; exports.RoleUsersList = _chunkB6YG6SJ6js.RoleUsersList; exports.RolesList = _chunkB6YG6SJ6js.RolesList; exports.Root = _chunkB6YG6SJ6js.KanbanRoot; exports.RoundPageContainer = _chunkB6YG6SJ6js.RoundPageContainer; exports.RoundPageContainerTitle = _chunkB6YG6SJ6js.RoundPageContainerTitle; exports.ScrollArea = _chunkB6YG6SJ6js.ScrollArea; exports.ScrollBar = _chunkB6YG6SJ6js.ScrollBar; exports.SectionHeader = _chunkB6YG6SJ6js.SectionHeader; exports.SecurityContainer = _chunkB6YG6SJ6js.SecurityContainer; exports.Select = _chunkB6YG6SJ6js.Select; exports.SelectContent = _chunkB6YG6SJ6js.SelectContent; exports.SelectGroup = _chunkB6YG6SJ6js.SelectGroup; exports.SelectItem = _chunkB6YG6SJ6js.SelectItem; exports.SelectLabel = _chunkB6YG6SJ6js.SelectLabel; exports.SelectScrollDownButton = _chunkB6YG6SJ6js.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkB6YG6SJ6js.SelectScrollUpButton; exports.SelectSeparator = _chunkB6YG6SJ6js.SelectSeparator; exports.SelectTrigger = _chunkB6YG6SJ6js.SelectTrigger; exports.SelectValue = _chunkB6YG6SJ6js.SelectValue; exports.Separator = _chunkB6YG6SJ6js.Separator; exports.Sheet = _chunkB6YG6SJ6js.Sheet; exports.SheetClose = _chunkB6YG6SJ6js.SheetClose; exports.SheetContent = _chunkB6YG6SJ6js.SheetContent; exports.SheetDescription = _chunkB6YG6SJ6js.SheetDescription; exports.SheetFooter = _chunkB6YG6SJ6js.SheetFooter; exports.SheetHeader = _chunkB6YG6SJ6js.SheetHeader; exports.SheetTitle = _chunkB6YG6SJ6js.SheetTitle; exports.SheetTrigger = _chunkB6YG6SJ6js.SheetTrigger; exports.Sidebar = _chunkB6YG6SJ6js.Sidebar; exports.SidebarContent = _chunkB6YG6SJ6js.SidebarContent; exports.SidebarFooter = _chunkB6YG6SJ6js.SidebarFooter; exports.SidebarGroup = _chunkB6YG6SJ6js.SidebarGroup; exports.SidebarGroupAction = _chunkB6YG6SJ6js.SidebarGroupAction; exports.SidebarGroupContent = _chunkB6YG6SJ6js.SidebarGroupContent; exports.SidebarGroupLabel = _chunkB6YG6SJ6js.SidebarGroupLabel; exports.SidebarHeader = _chunkB6YG6SJ6js.SidebarHeader; exports.SidebarInput = _chunkB6YG6SJ6js.SidebarInput; exports.SidebarInset = _chunkB6YG6SJ6js.SidebarInset; exports.SidebarMenu = _chunkB6YG6SJ6js.SidebarMenu; exports.SidebarMenuAction = _chunkB6YG6SJ6js.SidebarMenuAction; exports.SidebarMenuBadge = _chunkB6YG6SJ6js.SidebarMenuBadge; exports.SidebarMenuButton = _chunkB6YG6SJ6js.SidebarMenuButton; exports.SidebarMenuItem = _chunkB6YG6SJ6js.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkB6YG6SJ6js.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkB6YG6SJ6js.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkB6YG6SJ6js.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkB6YG6SJ6js.SidebarMenuSubItem; exports.SidebarProvider = _chunkB6YG6SJ6js.SidebarProvider; exports.SidebarRail = _chunkB6YG6SJ6js.SidebarRail; exports.SidebarSeparator = _chunkB6YG6SJ6js.SidebarSeparator; exports.SidebarTrigger = _chunkB6YG6SJ6js.SidebarTrigger; exports.Skeleton = _chunkB6YG6SJ6js.Skeleton; exports.Slider = _chunkB6YG6SJ6js.Slider; exports.Spinner = _chunkB6YG6SJ6js.Spinner; exports.Switch = _chunkB6YG6SJ6js.Switch; exports.Table = _chunkB6YG6SJ6js.Table; exports.TableBody = _chunkB6YG6SJ6js.TableBody; exports.TableCaption = _chunkB6YG6SJ6js.TableCaption; exports.TableCell = _chunkB6YG6SJ6js.TableCell; exports.TableCellAvatar = _chunkB6YG6SJ6js.TableCellAvatar; exports.TableFooter = _chunkB6YG6SJ6js.TableFooter; exports.TableHead = _chunkB6YG6SJ6js.TableHead; exports.TableHeader = _chunkB6YG6SJ6js.TableHeader; exports.TableRow = _chunkB6YG6SJ6js.TableRow; exports.Tabs = _chunkB6YG6SJ6js.Tabs; exports.TabsContainer = _chunkB6YG6SJ6js.TabsContainer; exports.TabsContent = _chunkB6YG6SJ6js.TabsContent; exports.TabsList = _chunkB6YG6SJ6js.TabsList; exports.TabsTrigger = _chunkB6YG6SJ6js.TabsTrigger; exports.Textarea = _chunkB6YG6SJ6js.Textarea; exports.Toaster = _chunkB6YG6SJ6js.Toaster; exports.Toggle = _chunkB6YG6SJ6js.Toggle; exports.TokenStatusIndicator = _chunkB6YG6SJ6js.TokenStatusIndicator; exports.Tooltip = _chunkB6YG6SJ6js.Tooltip; exports.TooltipContent = _chunkB6YG6SJ6js.TooltipContent; exports.TooltipProvider = _chunkB6YG6SJ6js.TooltipProvider; exports.TooltipTrigger = _chunkB6YG6SJ6js.TooltipTrigger; exports.TotpAuthenticatorList = _chunkB6YG6SJ6js.TotpAuthenticatorList; exports.TotpInput = _chunkB6YG6SJ6js.TotpInput; exports.TotpSetupDialog = _chunkB6YG6SJ6js.TotpSetupDialog; exports.TwoFactorChallenge = _chunkB6YG6SJ6js.TwoFactorChallenge; exports.TwoFactorSettings = _chunkB6YG6SJ6js.TwoFactorSettings; exports.UserAvatar = _chunkB6YG6SJ6js.UserAvatar; exports.UserAvatarEditor = _chunkB6YG6SJ6js.UserAvatarEditor; exports.UserAvatarList = _chunkB6YG6SJ6js.UserAvatarList; exports.UserContainer = _chunkB6YG6SJ6js.UserContainer; exports.UserContent = _chunkB6YG6SJ6js.UserContent; exports.UserDeleter = _chunkB6YG6SJ6js.UserDeleter; exports.UserEditor = _chunkB6YG6SJ6js.UserEditor; exports.UserIndexContainer = _chunkB6YG6SJ6js.UserIndexContainer; exports.UserIndexDetails = _chunkB6YG6SJ6js.UserIndexDetails; exports.UserListInAdd = _chunkB6YG6SJ6js.UserListInAdd; exports.UserMultiSelect = _chunkB6YG6SJ6js.UserMultiSelect; exports.UserReactivator = _chunkB6YG6SJ6js.UserReactivator; exports.UserResentInvitationEmail = _chunkB6YG6SJ6js.UserResentInvitationEmail; exports.UserRoleAdd = _chunkB6YG6SJ6js.UserRoleAdd; exports.UserRolesList = _chunkB6YG6SJ6js.UserRolesList; exports.UserSearchPopover = _chunkB6YG6SJ6js.UserSearchPopover; exports.UserSelector = _chunkB6YG6SJ6js.UserSelector; exports.UserStanadaloneDetails = _chunkB6YG6SJ6js.UserStanadaloneDetails; exports.UsersList = _chunkB6YG6SJ6js.UsersList; exports.UsersListByContentIds = _chunkB6YG6SJ6js.UsersListByContentIds; exports.UsersListContainer = _chunkB6YG6SJ6js.UsersListContainer; exports.WaitlistConfirmation = _chunkB6YG6SJ6js.WaitlistConfirmation; exports.WaitlistForm = _chunkB6YG6SJ6js.WaitlistForm; exports.WaitlistHeroSection = _chunkB6YG6SJ6js.WaitlistHeroSection; exports.WaitlistList = _chunkB6YG6SJ6js.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkB6YG6SJ6js.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkB6YG6SJ6js.WaitlistSuccessState; exports.badgeVariants = _chunkB6YG6SJ6js.badgeVariants; exports.buttonVariants = _chunkB6YG6SJ6js.buttonVariants; exports.cellComponent = _chunkB6YG6SJ6js.cellComponent; exports.cellDate = _chunkB6YG6SJ6js.cellDate; exports.cellDateTime = _chunkB6YG6SJ6js.cellDateTime; exports.cellId = _chunkB6YG6SJ6js.cellId; exports.cellLink = _chunkB6YG6SJ6js.cellLink; exports.cellUrl = _chunkB6YG6SJ6js.cellUrl; exports.createMentionInlineContentSpec = _chunkB6YG6SJ6js.createMentionInlineContentSpec; exports.errorToast = _chunkB6YG6SJ6js.errorToast; exports.generateNotificationData = _chunkB6YG6SJ6js.generateNotificationData; exports.getIcon = _chunkAGKZCRG2js.getIcon; exports.getIconByModule = _chunkAGKZCRG2js.getIconByModule; exports.getIconByModuleName = _chunkAGKZCRG2js.getIconByModuleName; exports.getInitials = _chunkAGKZCRG2js.getInitials; exports.mentionDataAttrs = _chunkB6YG6SJ6js.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkB6YG6SJ6js.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkB6YG6SJ6js.parseFiscalData; exports.parseMentionElement = _chunkB6YG6SJ6js.parseMentionElement; exports.partitionTabs = _chunkB6YG6SJ6js.partitionTabs; exports.spinnerVariants = _chunkB6YG6SJ6js.spinnerVariants; exports.tabsListVariants = _chunkB6YG6SJ6js.tabsListVariants; exports.toggleVariants = _chunkB6YG6SJ6js.toggleVariants; exports.triggerAssociationToast = _chunkB6YG6SJ6js.triggerAssociationToast; exports.useCarousel = _chunkB6YG6SJ6js.useCarousel; exports.useComboboxAnchor = _chunkB6YG6SJ6js.useComboboxAnchor; exports.useDebounce = _chunkB6YG6SJ6js.useDebounce2; exports.useEditorDialog = _chunkB6YG6SJ6js.useEditorDialog; exports.useFileUpload = _chunkB6YG6SJ6js.useFileUpload; exports.useMentionInsert = _chunkB6YG6SJ6js.useMentionInsert; exports.useSidebar = _chunkB6YG6SJ6js.useSidebar;
|
|
986
|
+
exports.AcceptInvitation = _chunkTH7LJXCQjs.AcceptInvitation; exports.Accordion = _chunkTH7LJXCQjs.Accordion; exports.AccordionContent = _chunkTH7LJXCQjs.AccordionContent; exports.AccordionItem = _chunkTH7LJXCQjs.AccordionItem; exports.AccordionTrigger = _chunkTH7LJXCQjs.AccordionTrigger; exports.ActivateAccount = _chunkTH7LJXCQjs.ActivateAccount; exports.AddUserToRole = _chunkTH7LJXCQjs.AddUserToRole; exports.AdminCompanyContainer = _chunkTH7LJXCQjs.AdminCompanyContainer; exports.AdminUsersList = _chunkTH7LJXCQjs.AdminUsersList; exports.Alert = _chunkTH7LJXCQjs.Alert; exports.AlertAction = _chunkTH7LJXCQjs.AlertAction; exports.AlertDescription = _chunkTH7LJXCQjs.AlertDescription; exports.AlertDialog = _chunkTH7LJXCQjs.AlertDialog; exports.AlertDialogAction = _chunkTH7LJXCQjs.AlertDialogAction; exports.AlertDialogCancel = _chunkTH7LJXCQjs.AlertDialogCancel; exports.AlertDialogContent = _chunkTH7LJXCQjs.AlertDialogContent; exports.AlertDialogDescription = _chunkTH7LJXCQjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkTH7LJXCQjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkTH7LJXCQjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkTH7LJXCQjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkTH7LJXCQjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkTH7LJXCQjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkTH7LJXCQjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkTH7LJXCQjs.AlertDialogTrigger; exports.AlertTitle = _chunkTH7LJXCQjs.AlertTitle; exports.AllUsersListContainer = _chunkTH7LJXCQjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkTH7LJXCQjs.AllowedUsersDetails; exports.AssistantContainer = _chunkTH7LJXCQjs.AssistantContainer; exports.AttributeElement = _chunkTH7LJXCQjs.AttributeElement; exports.AuthContainer = _chunkTH7LJXCQjs.AuthContainer; exports.Avatar = _chunkTH7LJXCQjs.Avatar; exports.AvatarBadge = _chunkTH7LJXCQjs.AvatarBadge; exports.AvatarFallback = _chunkTH7LJXCQjs.AvatarFallback; exports.AvatarGroup = _chunkTH7LJXCQjs.AvatarGroup; exports.AvatarGroupCount = _chunkTH7LJXCQjs.AvatarGroupCount; exports.AvatarImage = _chunkTH7LJXCQjs.AvatarImage; exports.BackupCodesDialog = _chunkTH7LJXCQjs.BackupCodesDialog; exports.Badge = _chunkTH7LJXCQjs.Badge; exports.BlockNoteEditorContainer = _chunkTH7LJXCQjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkTH7LJXCQjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkTH7LJXCQjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkTH7LJXCQjs.BlockNoteViewerContainer; exports.Board = _chunkTH7LJXCQjs.KanbanBoard; exports.Breadcrumb = _chunkTH7LJXCQjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkTH7LJXCQjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkTH7LJXCQjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkTH7LJXCQjs.BreadcrumbLink; exports.BreadcrumbList = _chunkTH7LJXCQjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkTH7LJXCQjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkTH7LJXCQjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkTH7LJXCQjs.BreadcrumbSeparator; exports.Button = _chunkTH7LJXCQjs.Button; exports.Calendar = _chunkTH7LJXCQjs.Calendar; exports.CalendarDayButton = _chunkTH7LJXCQjs.CalendarDayButton; exports.Card = _chunkTH7LJXCQjs.Card; exports.CardAction = _chunkTH7LJXCQjs.CardAction; exports.CardContent = _chunkTH7LJXCQjs.CardContent; exports.CardDescription = _chunkTH7LJXCQjs.CardDescription; exports.CardFooter = _chunkTH7LJXCQjs.CardFooter; exports.CardHeader = _chunkTH7LJXCQjs.CardHeader; exports.CardTitle = _chunkTH7LJXCQjs.CardTitle; exports.Carousel = _chunkTH7LJXCQjs.Carousel; exports.CarouselContent = _chunkTH7LJXCQjs.CarouselContent; exports.CarouselItem = _chunkTH7LJXCQjs.CarouselItem; exports.CarouselNext = _chunkTH7LJXCQjs.CarouselNext; exports.CarouselPrevious = _chunkTH7LJXCQjs.CarouselPrevious; exports.ChartContainer = _chunkTH7LJXCQjs.ChartContainer; exports.ChartLegend = _chunkTH7LJXCQjs.ChartLegend; exports.ChartLegendContent = _chunkTH7LJXCQjs.ChartLegendContent; exports.ChartStyle = _chunkTH7LJXCQjs.ChartStyle; exports.ChartTooltip = _chunkTH7LJXCQjs.ChartTooltip; exports.ChartTooltipContent = _chunkTH7LJXCQjs.ChartTooltipContent; exports.Checkbox = _chunkTH7LJXCQjs.Checkbox; exports.Collapsible = _chunkTH7LJXCQjs.Collapsible; exports.CollapsibleContent = _chunkTH7LJXCQjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkTH7LJXCQjs.CollapsibleTrigger; exports.Column = _chunkTH7LJXCQjs.KanbanColumn; exports.ColumnHandle = _chunkTH7LJXCQjs.KanbanColumnHandle; exports.Combobox = _chunkTH7LJXCQjs.Combobox; exports.ComboboxChip = _chunkTH7LJXCQjs.ComboboxChip; exports.ComboboxChips = _chunkTH7LJXCQjs.ComboboxChips; exports.ComboboxChipsInput = _chunkTH7LJXCQjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkTH7LJXCQjs.ComboboxCollection; exports.ComboboxContent = _chunkTH7LJXCQjs.ComboboxContent; exports.ComboboxEmpty = _chunkTH7LJXCQjs.ComboboxEmpty; exports.ComboboxGroup = _chunkTH7LJXCQjs.ComboboxGroup; exports.ComboboxInput = _chunkTH7LJXCQjs.ComboboxInput; exports.ComboboxItem = _chunkTH7LJXCQjs.ComboboxItem; exports.ComboboxLabel = _chunkTH7LJXCQjs.ComboboxLabel; exports.ComboboxList = _chunkTH7LJXCQjs.ComboboxList; exports.ComboboxSeparator = _chunkTH7LJXCQjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkTH7LJXCQjs.ComboboxTrigger; exports.ComboboxValue = _chunkTH7LJXCQjs.ComboboxValue; exports.Command = _chunkTH7LJXCQjs.Command; exports.CommandDialog = _chunkTH7LJXCQjs.CommandDialog; exports.CommandEmpty = _chunkTH7LJXCQjs.CommandEmpty; exports.CommandGroup = _chunkTH7LJXCQjs.CommandGroup; exports.CommandInput = _chunkTH7LJXCQjs.CommandInput; exports.CommandItem = _chunkTH7LJXCQjs.CommandItem; exports.CommandList = _chunkTH7LJXCQjs.CommandList; exports.CommandSeparator = _chunkTH7LJXCQjs.CommandSeparator; exports.CommandShortcut = _chunkTH7LJXCQjs.CommandShortcut; exports.CommonAddTrigger = _chunkTH7LJXCQjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkTH7LJXCQjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkTH7LJXCQjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkTH7LJXCQjs.CommonDeleter; exports.CommonEditorButtons = _chunkTH7LJXCQjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkTH7LJXCQjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkTH7LJXCQjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkTH7LJXCQjs.CommonEditorTrigger; exports.CompaniesList = _chunkTH7LJXCQjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkTH7LJXCQjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkTH7LJXCQjs.CompanyContainer; exports.CompanyContent = _chunkTH7LJXCQjs.CompanyContent; exports.CompanyDeleter = _chunkTH7LJXCQjs.CompanyDeleter; exports.CompanyDetails = _chunkTH7LJXCQjs.CompanyDetails; exports.CompanyEditor = _chunkTH7LJXCQjs.CompanyEditor; exports.CompanyUsersList = _chunkTH7LJXCQjs.CompanyUsersList; exports.ConfirmDialog = _chunkTH7LJXCQjs.ConfirmDialog; exports.ContentListGrid = _chunkTH7LJXCQjs.ContentListGrid; exports.ContentListTable = _chunkTH7LJXCQjs.ContentListTable; exports.ContentTableSearch = _chunkTH7LJXCQjs.ContentTableSearch; exports.ContentTitle = _chunkTH7LJXCQjs.ContentTitle; exports.ContentsList = _chunkTH7LJXCQjs.ContentsList; exports.ContentsListById = _chunkTH7LJXCQjs.ContentsListById; exports.ContextMenu = _chunkTH7LJXCQjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkTH7LJXCQjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkTH7LJXCQjs.ContextMenuContent; exports.ContextMenuGroup = _chunkTH7LJXCQjs.ContextMenuGroup; exports.ContextMenuItem = _chunkTH7LJXCQjs.ContextMenuItem; exports.ContextMenuLabel = _chunkTH7LJXCQjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkTH7LJXCQjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkTH7LJXCQjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkTH7LJXCQjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkTH7LJXCQjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkTH7LJXCQjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkTH7LJXCQjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkTH7LJXCQjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkTH7LJXCQjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkTH7LJXCQjs.ContextMenuTrigger; exports.ContributorsList = _chunkTH7LJXCQjs.ContributorsList; exports.Cookies = _chunkTH7LJXCQjs.Cookies; exports.CurrencyInput = _chunkTH7LJXCQjs.CurrencyInput; exports.DatePickerPopover = _chunkTH7LJXCQjs.DatePickerPopover; exports.DateRangeSelector = _chunkTH7LJXCQjs.DateRangeSelector; exports.DetailField = _chunkTH7LJXCQjs.DetailField; exports.Dialog = _chunkTH7LJXCQjs.Dialog; exports.DialogClose = _chunkTH7LJXCQjs.DialogClose; exports.DialogContent = _chunkTH7LJXCQjs.DialogContent; exports.DialogDescription = _chunkTH7LJXCQjs.DialogDescription; exports.DialogFooter = _chunkTH7LJXCQjs.DialogFooter; exports.DialogHeader = _chunkTH7LJXCQjs.DialogHeader; exports.DialogOverlay = _chunkTH7LJXCQjs.DialogOverlay; exports.DialogPortal = _chunkTH7LJXCQjs.DialogPortal; exports.DialogTitle = _chunkTH7LJXCQjs.DialogTitle; exports.DialogTrigger = _chunkTH7LJXCQjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkTH7LJXCQjs.DisableTwoFactorDialog; exports.Drawer = _chunkTH7LJXCQjs.Drawer; exports.DrawerClose = _chunkTH7LJXCQjs.DrawerClose; exports.DrawerContent = _chunkTH7LJXCQjs.DrawerContent; exports.DrawerDescription = _chunkTH7LJXCQjs.DrawerDescription; exports.DrawerFooter = _chunkTH7LJXCQjs.DrawerFooter; exports.DrawerHeader = _chunkTH7LJXCQjs.DrawerHeader; exports.DrawerOverlay = _chunkTH7LJXCQjs.DrawerOverlay; exports.DrawerPortal = _chunkTH7LJXCQjs.DrawerPortal; exports.DrawerTitle = _chunkTH7LJXCQjs.DrawerTitle; exports.DrawerTrigger = _chunkTH7LJXCQjs.DrawerTrigger; exports.DropdownMenu = _chunkTH7LJXCQjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkTH7LJXCQjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkTH7LJXCQjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkTH7LJXCQjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkTH7LJXCQjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkTH7LJXCQjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkTH7LJXCQjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkTH7LJXCQjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkTH7LJXCQjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkTH7LJXCQjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkTH7LJXCQjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkTH7LJXCQjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkTH7LJXCQjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkTH7LJXCQjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkTH7LJXCQjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkTH7LJXCQjs.EditableAvatar; exports.EditorSheet = _chunkTH7LJXCQjs.EditorSheet; exports.EmptyState = _chunkTH7LJXCQjs.EmptyState; exports.EntityAvatar = _chunkTH7LJXCQjs.EntityAvatar; exports.EntityHero = _chunkTH7LJXCQjs.EntityHero; exports.EntityHeroAvatar = _chunkTH7LJXCQjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunkTH7LJXCQjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkTH7LJXCQjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkTH7LJXCQjs.EntityMultiSelector; exports.EntitySection = _chunkTH7LJXCQjs.EntitySection; exports.EntitySelector = _chunkTH7LJXCQjs.EntitySelector; exports.ErrorDetails = _chunkTH7LJXCQjs.ErrorDetails; exports.Field = _chunkTH7LJXCQjs.Field; exports.FieldContent = _chunkTH7LJXCQjs.FieldContent; exports.FieldDescription = _chunkTH7LJXCQjs.FieldDescription; exports.FieldError = _chunkTH7LJXCQjs.FieldError; exports.FieldGroup = _chunkTH7LJXCQjs.FieldGroup; exports.FieldLabel = _chunkTH7LJXCQjs.FieldLabel; exports.FieldLegend = _chunkTH7LJXCQjs.FieldLegend; exports.FieldSeparator = _chunkTH7LJXCQjs.FieldSeparator; exports.FieldSet = _chunkTH7LJXCQjs.FieldSet; exports.FieldTitle = _chunkTH7LJXCQjs.FieldTitle; exports.FileInput = _chunkTH7LJXCQjs.FileInput; exports.FileUploader = _chunkTH7LJXCQjs.FileUploader; exports.FileUploaderContent = _chunkTH7LJXCQjs.FileUploaderContent; exports.FileUploaderItem = _chunkTH7LJXCQjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkTH7LJXCQjs.FiscalDataDisplay; exports.ForgotPassword = _chunkTH7LJXCQjs.ForgotPassword; exports.Form = _chunkTH7LJXCQjs.Form; exports.FormBlockNote = _chunkTH7LJXCQjs.FormBlockNote; exports.FormBody = _chunkTH7LJXCQjs.FormBody; exports.FormCheckbox = _chunkTH7LJXCQjs.FormCheckbox; exports.FormCol = _chunkTH7LJXCQjs.FormCol; exports.FormDate = _chunkTH7LJXCQjs.FormDate; exports.FormDateTime = _chunkTH7LJXCQjs.FormDateTime; exports.FormFeatures = _chunkTH7LJXCQjs.FormFeatures; exports.FormFieldWrapper = _chunkTH7LJXCQjs.FormFieldWrapper; exports.FormInput = _chunkTH7LJXCQjs.FormInput; exports.FormPassword = _chunkTH7LJXCQjs.FormPassword; exports.FormPlaceAutocomplete = _chunkTH7LJXCQjs.FormPlaceAutocomplete; exports.FormRoles = _chunkTH7LJXCQjs.FormRoles; exports.FormRow = _chunkTH7LJXCQjs.FormRow; exports.FormSection = _chunkTH7LJXCQjs.FormSection; exports.FormSelect = _chunkTH7LJXCQjs.FormSelect; exports.FormSlider = _chunkTH7LJXCQjs.FormSlider; exports.FormSwitch = _chunkTH7LJXCQjs.FormSwitch; exports.FormTextarea = _chunkTH7LJXCQjs.FormTextarea; exports.GdprConsentCheckbox = _chunkTH7LJXCQjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkTH7LJXCQjs.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunkTH7LJXCQjs.HEADER_ROW_MIN_H; exports.Header = _chunkTH7LJXCQjs.Header; exports.HoverCard = _chunkTH7LJXCQjs.HoverCard; exports.HoverCardContent = _chunkTH7LJXCQjs.HoverCardContent; exports.HoverCardTrigger = _chunkTH7LJXCQjs.HoverCardTrigger; exports.HowToCommand = _chunkTH7LJXCQjs.HowToCommand; exports.HowToCommandViewer = _chunkTH7LJXCQjs.HowToCommandViewer; exports.HowToContainer = _chunkTH7LJXCQjs.HowToContainer; exports.HowToContent = _chunkTH7LJXCQjs.HowToContent; exports.HowToDeleter = _chunkTH7LJXCQjs.HowToDeleter; exports.HowToDetails = _chunkTH7LJXCQjs.HowToDetails; exports.HowToEditor = _chunkTH7LJXCQjs.HowToEditor; exports.HowToList = _chunkTH7LJXCQjs.HowToList; exports.HowToListContainer = _chunkTH7LJXCQjs.HowToListContainer; exports.HowToMultiSelector = _chunkTH7LJXCQjs.HowToMultiSelector; exports.HowToSelector = _chunkTH7LJXCQjs.HowToSelector; exports.Input = _chunkTH7LJXCQjs.Input; exports.InputGroup = _chunkTH7LJXCQjs.InputGroup; exports.InputGroupAddon = _chunkTH7LJXCQjs.InputGroupAddon; exports.InputGroupButton = _chunkTH7LJXCQjs.InputGroupButton; exports.InputGroupInput = _chunkTH7LJXCQjs.InputGroupInput; exports.InputGroupText = _chunkTH7LJXCQjs.InputGroupText; exports.InputGroupTextarea = _chunkTH7LJXCQjs.InputGroupTextarea; exports.InputOTP = _chunkTH7LJXCQjs.InputOTP; exports.InputOTPGroup = _chunkTH7LJXCQjs.InputOTPGroup; exports.InputOTPSeparator = _chunkTH7LJXCQjs.InputOTPSeparator; exports.InputOTPSlot = _chunkTH7LJXCQjs.InputOTPSlot; exports.ItalianFiscalData = _chunkTH7LJXCQjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkTH7LJXCQjs.ItalianFiscalDataDisplay; exports.Item = _chunkTH7LJXCQjs.KanbanItem; exports.ItemHandle = _chunkTH7LJXCQjs.KanbanItemHandle; exports.Kanban = _chunkTH7LJXCQjs.KanbanRoot; exports.KanbanBoard = _chunkTH7LJXCQjs.KanbanBoard; exports.KanbanColumn = _chunkTH7LJXCQjs.KanbanColumn; exports.KanbanColumnHandle = _chunkTH7LJXCQjs.KanbanColumnHandle; exports.KanbanItem = _chunkTH7LJXCQjs.KanbanItem; exports.KanbanItemHandle = _chunkTH7LJXCQjs.KanbanItemHandle; exports.KanbanOverlay = _chunkTH7LJXCQjs.KanbanOverlay; exports.Label = _chunkTH7LJXCQjs.Label; exports.LandingComponent = _chunkTH7LJXCQjs.LandingComponent; exports.Link = _chunkTH7LJXCQjs.Link; exports.Login = _chunkTH7LJXCQjs.Login; exports.Logout = _chunkTH7LJXCQjs.Logout; exports.MessageItem = _chunkTH7LJXCQjs.MessageItem; exports.MessageList = _chunkTH7LJXCQjs.MessageList; exports.MessageSourcesPanel = _chunkTH7LJXCQjs.MessageSourcesPanel; exports.MicroLabel = _chunkTH7LJXCQjs.MicroLabel; exports.MobileNavigationBar = _chunkTH7LJXCQjs.MobileNavigationBar; exports.ModeToggleSwitch = _chunkTH7LJXCQjs.ModeToggleSwitch; exports.MultiSelect = _chunkTH7LJXCQjs.MultiSelect; exports.MultipleSelector = _chunkTH7LJXCQjs.MultipleSelector; exports.NavigationMenu = _chunkTH7LJXCQjs.NavigationMenu; exports.NavigationMenuContent = _chunkTH7LJXCQjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkTH7LJXCQjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkTH7LJXCQjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkTH7LJXCQjs.NavigationMenuLink; exports.NavigationMenuList = _chunkTH7LJXCQjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkTH7LJXCQjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkTH7LJXCQjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkTH7LJXCQjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkTH7LJXCQjs.NotificationMenuItem; exports.NotificationModal = _chunkTH7LJXCQjs.NotificationModal; exports.NotificationToast = _chunkTH7LJXCQjs.NotificationToast; exports.NotificationsList = _chunkTH7LJXCQjs.NotificationsList; exports.NotificationsListContainer = _chunkTH7LJXCQjs.NotificationsListContainer; exports.OAuthClientCard = _chunkTH7LJXCQjs.OAuthClientCard; exports.OAuthClientDetail = _chunkTH7LJXCQjs.OAuthClientDetail; exports.OAuthClientForm = _chunkTH7LJXCQjs.OAuthClientForm; exports.OAuthClientList = _chunkTH7LJXCQjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkTH7LJXCQjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkTH7LJXCQjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkTH7LJXCQjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkTH7LJXCQjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkTH7LJXCQjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkTH7LJXCQjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkTH7LJXCQjs.OAuthScopeSelector; exports.OnboardingCard = _chunkTH7LJXCQjs.OnboardingCard; exports.Overlay = _chunkTH7LJXCQjs.KanbanOverlay; exports.PageContainer = _chunkTH7LJXCQjs.PageContainer; exports.PageContainerContentDetails = _chunkTH7LJXCQjs.PageContainerContentDetails; exports.PageContentContainer = _chunkTH7LJXCQjs.PageContentContainer; exports.PageSection = _chunkTH7LJXCQjs.PageSection; exports.PasskeyButton = _chunkTH7LJXCQjs.PasskeyButton; exports.PasskeyList = _chunkTH7LJXCQjs.PasskeyList; exports.PasskeySetupDialog = _chunkTH7LJXCQjs.PasskeySetupDialog; exports.PasswordInput = _chunkTH7LJXCQjs.PasswordInput; exports.Popover = _chunkTH7LJXCQjs.Popover; exports.PopoverContent = _chunkTH7LJXCQjs.PopoverContent; exports.PopoverDescription = _chunkTH7LJXCQjs.PopoverDescription; exports.PopoverHeader = _chunkTH7LJXCQjs.PopoverHeader; exports.PopoverTitle = _chunkTH7LJXCQjs.PopoverTitle; exports.PopoverTrigger = _chunkTH7LJXCQjs.PopoverTrigger; exports.Progress = _chunkTH7LJXCQjs.Progress; exports.ProgressIndicator = _chunkTH7LJXCQjs.ProgressIndicator; exports.ProgressLabel = _chunkTH7LJXCQjs.ProgressLabel; exports.ProgressTrack = _chunkTH7LJXCQjs.ProgressTrack; exports.ProgressValue = _chunkTH7LJXCQjs.ProgressValue; exports.PushNotificationProvider = _chunkTH7LJXCQjs.PushNotificationProvider; exports.RadioGroup = _chunkTH7LJXCQjs.RadioGroup; exports.RadioGroupItem = _chunkTH7LJXCQjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkTH7LJXCQjs.RbacByRoleContainer; exports.RbacContainer = _chunkTH7LJXCQjs.RbacContainer; exports.RbacPermissionCell = _chunkTH7LJXCQjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkTH7LJXCQjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkTH7LJXCQjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkTH7LJXCQjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkTH7LJXCQjs.ReferralCodeCapture; exports.ReferralDialog = _chunkTH7LJXCQjs.ReferralDialog; exports.ReferralWidget = _chunkTH7LJXCQjs.ReferralWidget; exports.RefreshUser = _chunkTH7LJXCQjs.RefreshUser; exports.RelevantContentsList = _chunkTH7LJXCQjs.RelevantContentsList; exports.RelevantUsersList = _chunkTH7LJXCQjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkTH7LJXCQjs.RemoveUserFromRole; exports.ResetPassword = _chunkTH7LJXCQjs.ResetPassword; exports.ResizableHandle = _chunkTH7LJXCQjs.ResizableHandle; exports.ResizablePanel = _chunkTH7LJXCQjs.ResizablePanel; exports.ResizablePanelGroup = _chunkTH7LJXCQjs.ResizablePanelGroup; exports.RoleContainer = _chunkTH7LJXCQjs.RoleContainer; exports.RoleDetails = _chunkTH7LJXCQjs.RoleDetails; exports.RoleUsersList = _chunkTH7LJXCQjs.RoleUsersList; exports.RolesList = _chunkTH7LJXCQjs.RolesList; exports.Root = _chunkTH7LJXCQjs.KanbanRoot; exports.RoundPageContainer = _chunkTH7LJXCQjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkTH7LJXCQjs.RoundPageContainerTitle; exports.ScrollArea = _chunkTH7LJXCQjs.ScrollArea; exports.ScrollBar = _chunkTH7LJXCQjs.ScrollBar; exports.SectionHeader = _chunkTH7LJXCQjs.SectionHeader; exports.SecurityContainer = _chunkTH7LJXCQjs.SecurityContainer; exports.Select = _chunkTH7LJXCQjs.Select; exports.SelectContent = _chunkTH7LJXCQjs.SelectContent; exports.SelectGroup = _chunkTH7LJXCQjs.SelectGroup; exports.SelectItem = _chunkTH7LJXCQjs.SelectItem; exports.SelectLabel = _chunkTH7LJXCQjs.SelectLabel; exports.SelectScrollDownButton = _chunkTH7LJXCQjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkTH7LJXCQjs.SelectScrollUpButton; exports.SelectSeparator = _chunkTH7LJXCQjs.SelectSeparator; exports.SelectTrigger = _chunkTH7LJXCQjs.SelectTrigger; exports.SelectValue = _chunkTH7LJXCQjs.SelectValue; exports.Separator = _chunkTH7LJXCQjs.Separator; exports.Sheet = _chunkTH7LJXCQjs.Sheet; exports.SheetClose = _chunkTH7LJXCQjs.SheetClose; exports.SheetContent = _chunkTH7LJXCQjs.SheetContent; exports.SheetDescription = _chunkTH7LJXCQjs.SheetDescription; exports.SheetFooter = _chunkTH7LJXCQjs.SheetFooter; exports.SheetHeader = _chunkTH7LJXCQjs.SheetHeader; exports.SheetTitle = _chunkTH7LJXCQjs.SheetTitle; exports.SheetTrigger = _chunkTH7LJXCQjs.SheetTrigger; exports.Sidebar = _chunkTH7LJXCQjs.Sidebar; exports.SidebarContent = _chunkTH7LJXCQjs.SidebarContent; exports.SidebarFooter = _chunkTH7LJXCQjs.SidebarFooter; exports.SidebarGroup = _chunkTH7LJXCQjs.SidebarGroup; exports.SidebarGroupAction = _chunkTH7LJXCQjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkTH7LJXCQjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkTH7LJXCQjs.SidebarGroupLabel; exports.SidebarHeader = _chunkTH7LJXCQjs.SidebarHeader; exports.SidebarInput = _chunkTH7LJXCQjs.SidebarInput; exports.SidebarInset = _chunkTH7LJXCQjs.SidebarInset; exports.SidebarMenu = _chunkTH7LJXCQjs.SidebarMenu; exports.SidebarMenuAction = _chunkTH7LJXCQjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkTH7LJXCQjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkTH7LJXCQjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkTH7LJXCQjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkTH7LJXCQjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkTH7LJXCQjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkTH7LJXCQjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkTH7LJXCQjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkTH7LJXCQjs.SidebarProvider; exports.SidebarRail = _chunkTH7LJXCQjs.SidebarRail; exports.SidebarSeparator = _chunkTH7LJXCQjs.SidebarSeparator; exports.SidebarTrigger = _chunkTH7LJXCQjs.SidebarTrigger; exports.Skeleton = _chunkTH7LJXCQjs.Skeleton; exports.Slider = _chunkTH7LJXCQjs.Slider; exports.Spinner = _chunkTH7LJXCQjs.Spinner; exports.Switch = _chunkTH7LJXCQjs.Switch; exports.Table = _chunkTH7LJXCQjs.Table; exports.TableBody = _chunkTH7LJXCQjs.TableBody; exports.TableCaption = _chunkTH7LJXCQjs.TableCaption; exports.TableCell = _chunkTH7LJXCQjs.TableCell; exports.TableCellAvatar = _chunkTH7LJXCQjs.TableCellAvatar; exports.TableFooter = _chunkTH7LJXCQjs.TableFooter; exports.TableHead = _chunkTH7LJXCQjs.TableHead; exports.TableHeader = _chunkTH7LJXCQjs.TableHeader; exports.TableRow = _chunkTH7LJXCQjs.TableRow; exports.Tabs = _chunkTH7LJXCQjs.Tabs; exports.TabsContainer = _chunkTH7LJXCQjs.TabsContainer; exports.TabsContent = _chunkTH7LJXCQjs.TabsContent; exports.TabsList = _chunkTH7LJXCQjs.TabsList; exports.TabsTrigger = _chunkTH7LJXCQjs.TabsTrigger; exports.Textarea = _chunkTH7LJXCQjs.Textarea; exports.Toaster = _chunkTH7LJXCQjs.Toaster; exports.Toggle = _chunkTH7LJXCQjs.Toggle; exports.TokenStatusIndicator = _chunkTH7LJXCQjs.TokenStatusIndicator; exports.Tooltip = _chunkTH7LJXCQjs.Tooltip; exports.TooltipContent = _chunkTH7LJXCQjs.TooltipContent; exports.TooltipProvider = _chunkTH7LJXCQjs.TooltipProvider; exports.TooltipTrigger = _chunkTH7LJXCQjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkTH7LJXCQjs.TotpAuthenticatorList; exports.TotpInput = _chunkTH7LJXCQjs.TotpInput; exports.TotpSetupDialog = _chunkTH7LJXCQjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkTH7LJXCQjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkTH7LJXCQjs.TwoFactorSettings; exports.UserAvatar = _chunkTH7LJXCQjs.UserAvatar; exports.UserAvatarEditor = _chunkTH7LJXCQjs.UserAvatarEditor; exports.UserAvatarList = _chunkTH7LJXCQjs.UserAvatarList; exports.UserContainer = _chunkTH7LJXCQjs.UserContainer; exports.UserContent = _chunkTH7LJXCQjs.UserContent; exports.UserDeleter = _chunkTH7LJXCQjs.UserDeleter; exports.UserEditor = _chunkTH7LJXCQjs.UserEditor; exports.UserIndexContainer = _chunkTH7LJXCQjs.UserIndexContainer; exports.UserIndexDetails = _chunkTH7LJXCQjs.UserIndexDetails; exports.UserListInAdd = _chunkTH7LJXCQjs.UserListInAdd; exports.UserMultiSelect = _chunkTH7LJXCQjs.UserMultiSelect; exports.UserReactivator = _chunkTH7LJXCQjs.UserReactivator; exports.UserResentInvitationEmail = _chunkTH7LJXCQjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkTH7LJXCQjs.UserRoleAdd; exports.UserRolesList = _chunkTH7LJXCQjs.UserRolesList; exports.UserSearchPopover = _chunkTH7LJXCQjs.UserSearchPopover; exports.UserSelector = _chunkTH7LJXCQjs.UserSelector; exports.UserStanadaloneDetails = _chunkTH7LJXCQjs.UserStanadaloneDetails; exports.UsersList = _chunkTH7LJXCQjs.UsersList; exports.UsersListByContentIds = _chunkTH7LJXCQjs.UsersListByContentIds; exports.UsersListContainer = _chunkTH7LJXCQjs.UsersListContainer; exports.WaitlistConfirmation = _chunkTH7LJXCQjs.WaitlistConfirmation; exports.WaitlistForm = _chunkTH7LJXCQjs.WaitlistForm; exports.WaitlistHeroSection = _chunkTH7LJXCQjs.WaitlistHeroSection; exports.WaitlistList = _chunkTH7LJXCQjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkTH7LJXCQjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkTH7LJXCQjs.WaitlistSuccessState; exports.badgeVariants = _chunkTH7LJXCQjs.badgeVariants; exports.buttonVariants = _chunkTH7LJXCQjs.buttonVariants; exports.cellComponent = _chunkTH7LJXCQjs.cellComponent; exports.cellDate = _chunkTH7LJXCQjs.cellDate; exports.cellDateTime = _chunkTH7LJXCQjs.cellDateTime; exports.cellId = _chunkTH7LJXCQjs.cellId; exports.cellLink = _chunkTH7LJXCQjs.cellLink; exports.cellUrl = _chunkTH7LJXCQjs.cellUrl; exports.createMentionInlineContentSpec = _chunkTH7LJXCQjs.createMentionInlineContentSpec; exports.errorToast = _chunkTH7LJXCQjs.errorToast; exports.generateNotificationData = _chunkTH7LJXCQjs.generateNotificationData; exports.getIcon = _chunkAGKZCRG2js.getIcon; exports.getIconByModule = _chunkAGKZCRG2js.getIconByModule; exports.getIconByModuleName = _chunkAGKZCRG2js.getIconByModuleName; exports.getInitials = _chunkAGKZCRG2js.getInitials; exports.mentionDataAttrs = _chunkTH7LJXCQjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkTH7LJXCQjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkTH7LJXCQjs.parseFiscalData; exports.parseMentionElement = _chunkTH7LJXCQjs.parseMentionElement; exports.partitionTabs = _chunkTH7LJXCQjs.partitionTabs; exports.spinnerVariants = _chunkTH7LJXCQjs.spinnerVariants; exports.tabsListVariants = _chunkTH7LJXCQjs.tabsListVariants; exports.toggleVariants = _chunkTH7LJXCQjs.toggleVariants; exports.triggerAssociationToast = _chunkTH7LJXCQjs.triggerAssociationToast; exports.useCarousel = _chunkTH7LJXCQjs.useCarousel; exports.useComboboxAnchor = _chunkTH7LJXCQjs.useComboboxAnchor; exports.useDebounce = _chunkTH7LJXCQjs.useDebounce2; exports.useEditorDialog = _chunkTH7LJXCQjs.useEditorDialog; exports.useFileUpload = _chunkTH7LJXCQjs.useFileUpload; exports.useMentionInsert = _chunkTH7LJXCQjs.useMentionInsert; exports.useSidebar = _chunkTH7LJXCQjs.useSidebar;
|
|
987
987
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.js
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
var
|
|
41
|
+
var _chunkTH7LJXCQjs = require('../chunk-TH7LJXCQ.js');
|
|
42
42
|
require('../chunk-SE2YSAER.js');
|
|
43
43
|
require('../chunk-AGKZCRG2.js');
|
|
44
44
|
require('../chunk-LXKSUWAV.js');
|
|
@@ -85,5 +85,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
exports.AssistantProvider =
|
|
88
|
+
exports.AssistantProvider = _chunkTH7LJXCQjs.AssistantProvider; exports.CommonProvider = _chunkTH7LJXCQjs.CommonProvider; exports.CompanyProvider = _chunkTH7LJXCQjs.CompanyProvider; exports.CurrentUserProvider = _chunkTH7LJXCQjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkTH7LJXCQjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkTH7LJXCQjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkTH7LJXCQjs.HeaderLeftContentProvider; exports.HeaderLogoProvider = _chunkTH7LJXCQjs.HeaderLogoProvider; exports.HowToProvider = _chunkTH7LJXCQjs.HowToProvider; exports.MobileNavigationProvider = _chunkTH7LJXCQjs.MobileNavigationProvider; exports.NotificationContextProvider = _chunkTH7LJXCQjs.NotificationContextProvider; exports.OnboardingProvider = _chunkTH7LJXCQjs.OnboardingProvider; exports.RbacProvider = _chunkTH7LJXCQjs.RbacProvider; exports.RoleProvider = _chunkTH7LJXCQjs.RoleProvider; exports.SharedProvider = _chunkTH7LJXCQjs.SharedProvider; exports.SocketContext = _chunkTH7LJXCQjs.SocketContext; exports.SocketProvider = _chunkTH7LJXCQjs.SocketProvider; exports.UserProvider = _chunkTH7LJXCQjs.UserProvider; exports.ViewportProvider = _chunkTH7LJXCQjs.ViewportProvider; exports.recentPagesAtom = _chunkTH7LJXCQjs.recentPagesAtom; exports.useAssistantContext = _chunkTH7LJXCQjs.useAssistantContext; exports.useCommonContext = _chunkTH7LJXCQjs.useCommonContext; exports.useCompanyContext = _chunkTH7LJXCQjs.useCompanyContext; exports.useCurrentUserContext = _chunkTH7LJXCQjs.useCurrentUserContext; exports.useHeaderChildren = _chunkTH7LJXCQjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkTH7LJXCQjs.useHeaderLeftContent; exports.useHeaderLogo = _chunkTH7LJXCQjs.useHeaderLogo; exports.useHeaderMobileChildren = _chunkTH7LJXCQjs.useHeaderMobileChildren; exports.useHeaderRootLabel = _chunkTH7LJXCQjs.useHeaderRootLabel; exports.useHowToContext = _chunkTH7LJXCQjs.useHowToContext; exports.useMobileNavigationItems = _chunkTH7LJXCQjs.useMobileNavigationItems; exports.useNotificationContext = _chunkTH7LJXCQjs.useNotificationContext; exports.useOnboarding = _chunkTH7LJXCQjs.useOnboarding; exports.useRbacContext = _chunkTH7LJXCQjs.useRbacContext; exports.useRoleContext = _chunkTH7LJXCQjs.useRoleContext; exports.useSharedContext = _chunkTH7LJXCQjs.useSharedContext; exports.useSocketContext = _chunkTH7LJXCQjs.useSocketContext; exports.useUserContext = _chunkTH7LJXCQjs.useUserContext;
|
|
89
89
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var _chunkYBZVWLPHjs = require('../../chunk-YBZVWLPH.js');
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunkTH7LJXCQjs = require('../../chunk-TH7LJXCQ.js');
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
var _chunkSE2YSAERjs = require('../../chunk-SE2YSAER.js');
|
|
@@ -74,29 +74,29 @@ var _lucidereact = require('lucide-react');
|
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
function HelpAssistantSheet({ open, onOpenChange }) {
|
|
77
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
78
|
-
|
|
77
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.Sheet, { open, onOpenChange, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
78
|
+
_chunkTH7LJXCQjs.SheetContent,
|
|
79
79
|
{
|
|
80
80
|
side: "right",
|
|
81
81
|
className: "flex w-full flex-col data-[side=right]:sm:max-w-2xl data-[side=right]:lg:max-w-3xl",
|
|
82
|
-
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
82
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.AssistantProvider, { manageUrl: false, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, HelpAssistantSheetBody, {}) })
|
|
83
83
|
}
|
|
84
84
|
) });
|
|
85
85
|
}
|
|
86
86
|
_chunk7QVYU63Ejs.__name.call(void 0, HelpAssistantSheet, "HelpAssistantSheet");
|
|
87
87
|
function HelpAssistantSheetBody() {
|
|
88
88
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
89
|
-
const ctx =
|
|
89
|
+
const ctx = _chunkTH7LJXCQjs.useAssistantContext.call(void 0, );
|
|
90
90
|
const showThread = !!ctx.assistant || ctx.sending || ctx.messages.length > 0;
|
|
91
91
|
const send = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, (content) => ctx.sendMessage(content, { howToMode: true }), "send");
|
|
92
92
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
93
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
94
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
95
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
93
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkTH7LJXCQjs.SheetHeader, { children: [
|
|
94
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.SheetTitle, { children: t("help.askAi.sheet.title") }),
|
|
95
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.SheetDescription, { children: t("help.askAi.sheet.subtitle") })
|
|
96
96
|
] }),
|
|
97
|
-
!showThread ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
97
|
+
!showThread ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.AssistantEmptyState, { onSend: send }) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
98
98
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
99
|
-
|
|
99
|
+
_chunkTH7LJXCQjs.AssistantThread,
|
|
100
100
|
{
|
|
101
101
|
messages: ctx.messages,
|
|
102
102
|
sending: ctx.sending,
|
|
@@ -106,7 +106,7 @@ function HelpAssistantSheetBody() {
|
|
|
106
106
|
onRetry: ctx.retrySend
|
|
107
107
|
}
|
|
108
108
|
),
|
|
109
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
109
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.AssistantComposer, { onSend: send, disabled: ctx.sending })
|
|
110
110
|
] })
|
|
111
111
|
] });
|
|
112
112
|
}
|
|
@@ -116,20 +116,20 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpAssistantSheetBody, "HelpAssistantSheet
|
|
|
116
116
|
|
|
117
117
|
function HelpAskAi() {
|
|
118
118
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
119
|
-
const { currentUser } =
|
|
119
|
+
const { currentUser } = _chunkTH7LJXCQjs.useCurrentUserContext.call(void 0, );
|
|
120
120
|
const [open, setOpen] = _react.useState.call(void 0, false);
|
|
121
121
|
const disabled = !currentUser;
|
|
122
122
|
if (disabled) {
|
|
123
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
124
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
123
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkTH7LJXCQjs.Tooltip, { children: [
|
|
124
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkTH7LJXCQjs.TooltipTrigger, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.Button, { variant: "outline", size: "sm", disabled: true }), children: [
|
|
125
125
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.SparklesIcon, { className: "h-4 w-4" }),
|
|
126
126
|
t("help.askAi.button")
|
|
127
127
|
] }),
|
|
128
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
128
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.TooltipContent, { children: t("help.askAi.loginTooltip") })
|
|
129
129
|
] });
|
|
130
130
|
}
|
|
131
131
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
132
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
132
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkTH7LJXCQjs.Button, { variant: "outline", size: "sm", onClick: () => setOpen(true), children: [
|
|
133
133
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.SparklesIcon, { className: "h-4 w-4" }),
|
|
134
134
|
t("help.askAi.button")
|
|
135
135
|
] }),
|
|
@@ -142,7 +142,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpAskAi, "HelpAskAi");
|
|
|
142
142
|
|
|
143
143
|
function HelpHeader() {
|
|
144
144
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
145
|
-
const { currentUser } =
|
|
145
|
+
const { currentUser } = _chunkTH7LJXCQjs.useCurrentUserContext.call(void 0, );
|
|
146
146
|
const { brand } = useHelp();
|
|
147
147
|
const logo = _optionalChain([brand, 'optionalAccess', _ => _.logo]);
|
|
148
148
|
const label = _nullishCoalesce(_optionalChain([brand, 'optionalAccess', _2 => _2.label]), () => ( "Help"));
|
|
@@ -158,7 +158,7 @@ function HelpHeader() {
|
|
|
158
158
|
] }),
|
|
159
159
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
160
160
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, HelpAskAi, {}),
|
|
161
|
-
currentUser ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
161
|
+
currentUser ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.Button, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _link2.default, { href: appHref }), nativeButton: false, variant: "outline", size: "sm", children: t("help.header.openApp") }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.Button, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _link2.default, { href: "/login" }), nativeButton: false, variant: "outline", size: "sm", children: t("help.header.login") })
|
|
162
162
|
] })
|
|
163
163
|
] });
|
|
164
164
|
}
|
|
@@ -200,7 +200,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, useHelpFilter, "useHelpFilter");
|
|
|
200
200
|
|
|
201
201
|
function HelpSideNav() {
|
|
202
202
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
203
|
-
const generateUrl =
|
|
203
|
+
const generateUrl = _chunkTH7LJXCQjs.usePageUrlGenerator.call(void 0, );
|
|
204
204
|
const pathname = _navigation.usePathname.call(void 0, );
|
|
205
205
|
const [articles, setArticles] = _react.useState.call(void 0, []);
|
|
206
206
|
_react.useEffect.call(void 0, () => {
|
|
@@ -281,7 +281,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpSideNav, "HelpSideNav");
|
|
|
281
281
|
function HelpArticleBody(props) {
|
|
282
282
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
283
283
|
const format = _nextintl.useFormatter.call(void 0, );
|
|
284
|
-
const generateUrl =
|
|
284
|
+
const generateUrl = _chunkTH7LJXCQjs.usePageUrlGenerator.call(void 0, );
|
|
285
285
|
const { howToType, title, summary, updatedAt, prev, next, children } = props;
|
|
286
286
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "article", { className: "prose dark:prose-invert max-w-none", children: [
|
|
287
287
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "nav", { className: "text-muted-foreground mb-2 text-xs", children: [
|
|
@@ -338,7 +338,7 @@ function HelpTOC({ headings }) {
|
|
|
338
338
|
}, [headings]);
|
|
339
339
|
if (headings.length === 0) return null;
|
|
340
340
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "nav", { "aria-label": t("help.toc.title"), className: "hidden lg:block", children: [
|
|
341
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
341
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.MicroLabel, { className: "mb-2", children: t("help.toc.title") }),
|
|
342
342
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "ul", { className: "space-y-1 text-sm", children: headings.map((h) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { style: { paddingLeft: `${(h.depth - 2) * 0.75}rem` }, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
343
343
|
"a",
|
|
344
344
|
{
|
|
@@ -359,7 +359,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpTOC, "HelpTOC");
|
|
|
359
359
|
|
|
360
360
|
function HelpHint({ contextKey }) {
|
|
361
361
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
362
|
-
const generateUrl =
|
|
362
|
+
const generateUrl = _chunkTH7LJXCQjs.usePageUrlGenerator.call(void 0, );
|
|
363
363
|
const [open, setOpen] = _react.useState.call(void 0, false);
|
|
364
364
|
const [picked, setPicked] = _react.useState.call(void 0, null);
|
|
365
365
|
const [articles, setArticles] = _react.useState.call(void 0, []);
|
|
@@ -377,7 +377,7 @@ function HelpHint({ contextKey }) {
|
|
|
377
377
|
if (matches.length === 0) return null;
|
|
378
378
|
const active = _nullishCoalesce(picked, () => ( (matches.length === 1 ? matches[0] : null)));
|
|
379
379
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
380
|
-
|
|
380
|
+
_chunkTH7LJXCQjs.Sheet,
|
|
381
381
|
{
|
|
382
382
|
open,
|
|
383
383
|
onOpenChange: (o) => {
|
|
@@ -385,11 +385,11 @@ function HelpHint({ contextKey }) {
|
|
|
385
385
|
if (!o) setPicked(null);
|
|
386
386
|
},
|
|
387
387
|
children: [
|
|
388
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
389
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
390
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
391
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
392
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
388
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.SheetTrigger, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.Button, { variant: "ghost", size: "icon-sm", "aria-label": t("help.hint.trigger") }), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.HelpCircleIcon, { className: "h-4 w-4" }) }),
|
|
389
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkTH7LJXCQjs.SheetContent, { side: "right", className: "w-full max-w-md sm:max-w-lg", children: [
|
|
390
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkTH7LJXCQjs.SheetHeader, { children: [
|
|
391
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.SheetTitle, { children: active ? active.name : t("help.hint.pickArticle") }),
|
|
392
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.SheetDescription, { children: _nullishCoalesce(_optionalChain([active, 'optionalAccess', _4 => _4.summary]), () => ( "")) })
|
|
393
393
|
] }),
|
|
394
394
|
active ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "mt-4 space-y-3", children: [
|
|
395
395
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-muted-foreground text-sm", children: active.summary }),
|
|
@@ -421,7 +421,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpHint, "HelpHint");
|
|
|
421
421
|
|
|
422
422
|
function HelpSearchResultRow({ result, onSelect }) {
|
|
423
423
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
424
|
-
const generateUrl =
|
|
424
|
+
const generateUrl = _chunkTH7LJXCQjs.usePageUrlGenerator.call(void 0, );
|
|
425
425
|
const [article, setArticle] = _react.useState.call(void 0, null);
|
|
426
426
|
_react.useEffect.call(void 0, () => {
|
|
427
427
|
let active = true;
|
|
@@ -432,7 +432,7 @@ function HelpSearchResultRow({ result, onSelect }) {
|
|
|
432
432
|
}, [result.id]);
|
|
433
433
|
if (!article) {
|
|
434
434
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
435
|
-
|
|
435
|
+
_chunkTH7LJXCQjs.CommandItem,
|
|
436
436
|
{
|
|
437
437
|
value: result.id,
|
|
438
438
|
disabled: true,
|
|
@@ -441,7 +441,7 @@ function HelpSearchResultRow({ result, onSelect }) {
|
|
|
441
441
|
}
|
|
442
442
|
);
|
|
443
443
|
}
|
|
444
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
444
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkTH7LJXCQjs.CommandItem, { value: result.id, onSelect, className: "cursor-pointer p-0", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
445
445
|
_link2.default,
|
|
446
446
|
{
|
|
447
447
|
href: generateUrl({ page: `/help/${article.howToType}/${article.slug}` }),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
import { useTranslations } from "next-intl";
|
|
4
|
-
import { ReactElement, ReactNode, useCallback, useEffect, useRef } from "react";
|
|
4
|
+
import { isValidElement, ReactElement, ReactNode, useCallback, useEffect, useRef } from "react";
|
|
5
5
|
import { FieldValues, UseFormReturn } from "react-hook-form";
|
|
6
6
|
import { PencilIcon } from "lucide-react";
|
|
7
7
|
import { ModuleWithPermissions } from "../../permissions/types";
|
|
@@ -24,6 +24,39 @@ import { errorToast } from "../errors/errorToast";
|
|
|
24
24
|
|
|
25
25
|
type EditorSheetSize = "sm" | "md" | "lg" | "xl" | "2xl";
|
|
26
26
|
|
|
27
|
+
/**
|
|
28
|
+
* Resolve the `nativeButton` contract for a caller-supplied `trigger`.
|
|
29
|
+
*
|
|
30
|
+
* Base UI checks `nativeButton` against the element the trigger ACTUALLY puts in
|
|
31
|
+
* the DOM and logs an error when the two disagree — in BOTH directions (see
|
|
32
|
+
* `@base-ui/react/internals/use-button/useButton`: "expected a native <button>"
|
|
33
|
+
* / "expected a non-<button>"). Since `trigger` is supplied by the call site and
|
|
34
|
+
* this package has two live conventions, no constant is correct for all of them:
|
|
35
|
+
*
|
|
36
|
+
* - `<Button render={<div />} nativeButton={false}>` — the pointer-cursor
|
|
37
|
+
* convention documented in this package's CLAUDE.md — renders a `<div>`.
|
|
38
|
+
* - a plain `<Button>` / `<button>` / `<Button render={<Link />}>` renders a
|
|
39
|
+
* native `<button>` / a native `<button>` / an `<a>` respectively.
|
|
40
|
+
*
|
|
41
|
+
* So derive it from the element instead of hardcoding it.
|
|
42
|
+
*/
|
|
43
|
+
function resolveTriggerIsNativeButton(trigger: ReactNode): boolean {
|
|
44
|
+
if (!isValidElement(trigger)) return true;
|
|
45
|
+
|
|
46
|
+
const props = (trigger.props ?? {}) as { nativeButton?: boolean; render?: unknown };
|
|
47
|
+
|
|
48
|
+
// The call site already declared the contract for its own element — honour it.
|
|
49
|
+
if (typeof props.nativeButton === "boolean") return props.nativeButton;
|
|
50
|
+
|
|
51
|
+
// `render={<X />}` means X is what reaches the DOM (e.g. <Link> → <a>, <div>).
|
|
52
|
+
if (isValidElement(props.render)) return props.render.type === "button";
|
|
53
|
+
|
|
54
|
+
// Intrinsic tags: only <button> is native. Components (this package's <Button>
|
|
55
|
+
// and the Base UI primitives) default to rendering a native <button>.
|
|
56
|
+
if (typeof trigger.type === "string") return trigger.type === "button";
|
|
57
|
+
return true;
|
|
58
|
+
}
|
|
59
|
+
|
|
27
60
|
const sizeClasses: Record<EditorSheetSize, string> = {
|
|
28
61
|
sm: "data-[side=right]:sm:max-w-2xl",
|
|
29
62
|
md: "data-[side=right]:sm:max-w-3xl",
|
|
@@ -212,12 +245,13 @@ export function EditorSheet<T extends FieldValues>({
|
|
|
212
245
|
// <button> inside SheetTrigger's <button> (invalid HTML / hydration
|
|
213
246
|
// error). `render` also preserves the element's native `disabled`.
|
|
214
247
|
//
|
|
215
|
-
// `nativeButton
|
|
216
|
-
//
|
|
217
|
-
//
|
|
218
|
-
//
|
|
219
|
-
//
|
|
220
|
-
|
|
248
|
+
// `nativeButton` must match the element the trigger actually renders,
|
|
249
|
+
// or Base UI logs a semantics/accessibility error at runtime. Call
|
|
250
|
+
// sites pass BOTH kinds — a native `<Button>` and the div-rendering
|
|
251
|
+
// `<Button render={<div />} nativeButton={false}>` convention — so it
|
|
252
|
+
// is resolved per trigger rather than hardcoded (a constant `false`
|
|
253
|
+
// warned on every native-button trigger).
|
|
254
|
+
<SheetTrigger nativeButton={resolveTriggerIsNativeButton(trigger)} render={trigger as ReactElement} />
|
|
221
255
|
) : (
|
|
222
256
|
<SheetTrigger>
|
|
223
257
|
{isEdit ? (
|