@carlonicora/nextjs-jsonapi 1.140.1 → 1.141.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-GWVODMOP.js → BlockNoteEditor-HTTA7FIH.js} +9 -9
- package/dist/{BlockNoteEditor-GWVODMOP.js.map → BlockNoteEditor-HTTA7FIH.js.map} +1 -1
- package/dist/{BlockNoteEditor-AXAC3W24.mjs → BlockNoteEditor-UNYOBY7K.mjs} +2 -2
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-B5YZFCPE.mjs → chunk-7TKD4SMQ.mjs} +43 -18
- package/dist/chunk-7TKD4SMQ.mjs.map +1 -0
- package/dist/{chunk-5KHBH3ZW.js → chunk-QCLR35VY.js} +42 -17
- package/dist/chunk-QCLR35VY.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/DateRangeSelector.tsx +8 -4
- package/src/components/forms/FileUploader.tsx +46 -8
- package/dist/chunk-5KHBH3ZW.js.map +0 -1
- package/dist/chunk-B5YZFCPE.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-AXAC3W24.mjs.map → BlockNoteEditor-UNYOBY7K.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkQCLR35VYjs = require('../chunk-QCLR35VY.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 = _chunkQCLR35VYjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkQCLR35VYjs.TableGeneratorRegistry; exports.buildClientUrl = _chunkAGKZCRG2js.buildClientUrl; exports.computeLayeredLayout = _chunkQCLR35VYjs.computeLayeredLayout; exports.configureClientConfig = _chunkSE2YSAERjs.configureClientConfig; exports.configureClientJsonApi = _chunkAGKZCRG2js.configureClientJsonApi; exports.configureI18n = _chunkSE2YSAERjs.configureI18n; exports.configureJsonApi = _chunkSE2YSAERjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkQCLR35VYjs.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 = _chunkQCLR35VYjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkQCLR35VYjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkQCLR35VYjs.useContentTableStructure; exports.useCustomD3Graph = _chunkQCLR35VYjs.useCustomD3Graph; exports.useDataListRetriever = _chunkQCLR35VYjs.useDataListRetriever; exports.useDebounce = _chunkQCLR35VYjs.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 = _chunkQCLR35VYjs.useJsonApiGet; exports.useJsonApiMutation = _chunkQCLR35VYjs.useJsonApiMutation; exports.useNotificationSync = _chunkQCLR35VYjs.useNotificationSync; exports.useOAuthClient = _chunkQCLR35VYjs.useOAuthClient; exports.useOAuthClients = _chunkQCLR35VYjs.useOAuthClients; exports.useOAuthConsent = _chunkQCLR35VYjs.useOAuthConsent; exports.usePageTracker = _chunkQCLR35VYjs.usePageTracker; exports.usePageUrlGenerator = _chunkQCLR35VYjs.usePageUrlGenerator; exports.useRehydration = _chunkQCLR35VYjs.useRehydration; exports.useRehydrationList = _chunkQCLR35VYjs.useRehydrationList; exports.useRoleTableStructure = _chunkQCLR35VYjs.useRoleTableStructure; exports.useSocket = _chunkQCLR35VYjs.useSocket; exports.useSubscriptionStatus = _chunkQCLR35VYjs.useSubscriptionStatus; exports.useTableGenerator = _chunkQCLR35VYjs.useTableGenerator; exports.useUrlRewriter = _chunkQCLR35VYjs.useUrlRewriter; exports.useUserSearch = _chunkQCLR35VYjs.useUserSearch; exports.useUserTableStructure = _chunkQCLR35VYjs.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 _chunkQCLR35VYjs = require('../chunk-QCLR35VY.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 = _chunk5KHBH3ZWjs.AcceptInvitation; exports.Accordion = _chunk5KHBH3ZWjs.Accordion; exports.AccordionContent = _chunk5KHBH3ZWjs.AccordionContent; exports.AccordionItem = _chunk5KHBH3ZWjs.AccordionItem; exports.AccordionTrigger = _chunk5KHBH3ZWjs.AccordionTrigger; exports.ActivateAccount = _chunk5KHBH3ZWjs.ActivateAccount; exports.AddUserToRole = _chunk5KHBH3ZWjs.AddUserToRole; exports.AdminCompanyContainer = _chunk5KHBH3ZWjs.AdminCompanyContainer; exports.AdminUsersList = _chunk5KHBH3ZWjs.AdminUsersList; exports.Alert = _chunk5KHBH3ZWjs.Alert; exports.AlertAction = _chunk5KHBH3ZWjs.AlertAction; exports.AlertDescription = _chunk5KHBH3ZWjs.AlertDescription; exports.AlertDialog = _chunk5KHBH3ZWjs.AlertDialog; exports.AlertDialogAction = _chunk5KHBH3ZWjs.AlertDialogAction; exports.AlertDialogCancel = _chunk5KHBH3ZWjs.AlertDialogCancel; exports.AlertDialogContent = _chunk5KHBH3ZWjs.AlertDialogContent; exports.AlertDialogDescription = _chunk5KHBH3ZWjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk5KHBH3ZWjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk5KHBH3ZWjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk5KHBH3ZWjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk5KHBH3ZWjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk5KHBH3ZWjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk5KHBH3ZWjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk5KHBH3ZWjs.AlertDialogTrigger; exports.AlertTitle = _chunk5KHBH3ZWjs.AlertTitle; exports.AllUsersListContainer = _chunk5KHBH3ZWjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk5KHBH3ZWjs.AllowedUsersDetails; exports.AssistantContainer = _chunk5KHBH3ZWjs.AssistantContainer; exports.AttributeElement = _chunk5KHBH3ZWjs.AttributeElement; exports.AuthContainer = _chunk5KHBH3ZWjs.AuthContainer; exports.Avatar = _chunk5KHBH3ZWjs.Avatar; exports.AvatarBadge = _chunk5KHBH3ZWjs.AvatarBadge; exports.AvatarFallback = _chunk5KHBH3ZWjs.AvatarFallback; exports.AvatarGroup = _chunk5KHBH3ZWjs.AvatarGroup; exports.AvatarGroupCount = _chunk5KHBH3ZWjs.AvatarGroupCount; exports.AvatarImage = _chunk5KHBH3ZWjs.AvatarImage; exports.BackupCodesDialog = _chunk5KHBH3ZWjs.BackupCodesDialog; exports.Badge = _chunk5KHBH3ZWjs.Badge; exports.BlockNoteEditorContainer = _chunk5KHBH3ZWjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunk5KHBH3ZWjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunk5KHBH3ZWjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunk5KHBH3ZWjs.BlockNoteViewerContainer; exports.Board = _chunk5KHBH3ZWjs.KanbanBoard; exports.Breadcrumb = _chunk5KHBH3ZWjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk5KHBH3ZWjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk5KHBH3ZWjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk5KHBH3ZWjs.BreadcrumbLink; exports.BreadcrumbList = _chunk5KHBH3ZWjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk5KHBH3ZWjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk5KHBH3ZWjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk5KHBH3ZWjs.BreadcrumbSeparator; exports.Button = _chunk5KHBH3ZWjs.Button; exports.Calendar = _chunk5KHBH3ZWjs.Calendar; exports.CalendarDayButton = _chunk5KHBH3ZWjs.CalendarDayButton; exports.Card = _chunk5KHBH3ZWjs.Card; exports.CardAction = _chunk5KHBH3ZWjs.CardAction; exports.CardContent = _chunk5KHBH3ZWjs.CardContent; exports.CardDescription = _chunk5KHBH3ZWjs.CardDescription; exports.CardFooter = _chunk5KHBH3ZWjs.CardFooter; exports.CardHeader = _chunk5KHBH3ZWjs.CardHeader; exports.CardTitle = _chunk5KHBH3ZWjs.CardTitle; exports.Carousel = _chunk5KHBH3ZWjs.Carousel; exports.CarouselContent = _chunk5KHBH3ZWjs.CarouselContent; exports.CarouselItem = _chunk5KHBH3ZWjs.CarouselItem; exports.CarouselNext = _chunk5KHBH3ZWjs.CarouselNext; exports.CarouselPrevious = _chunk5KHBH3ZWjs.CarouselPrevious; exports.ChartContainer = _chunk5KHBH3ZWjs.ChartContainer; exports.ChartLegend = _chunk5KHBH3ZWjs.ChartLegend; exports.ChartLegendContent = _chunk5KHBH3ZWjs.ChartLegendContent; exports.ChartStyle = _chunk5KHBH3ZWjs.ChartStyle; exports.ChartTooltip = _chunk5KHBH3ZWjs.ChartTooltip; exports.ChartTooltipContent = _chunk5KHBH3ZWjs.ChartTooltipContent; exports.Checkbox = _chunk5KHBH3ZWjs.Checkbox; exports.Collapsible = _chunk5KHBH3ZWjs.Collapsible; exports.CollapsibleContent = _chunk5KHBH3ZWjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk5KHBH3ZWjs.CollapsibleTrigger; exports.Column = _chunk5KHBH3ZWjs.KanbanColumn; exports.ColumnHandle = _chunk5KHBH3ZWjs.KanbanColumnHandle; exports.Combobox = _chunk5KHBH3ZWjs.Combobox; exports.ComboboxChip = _chunk5KHBH3ZWjs.ComboboxChip; exports.ComboboxChips = _chunk5KHBH3ZWjs.ComboboxChips; exports.ComboboxChipsInput = _chunk5KHBH3ZWjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk5KHBH3ZWjs.ComboboxCollection; exports.ComboboxContent = _chunk5KHBH3ZWjs.ComboboxContent; exports.ComboboxEmpty = _chunk5KHBH3ZWjs.ComboboxEmpty; exports.ComboboxGroup = _chunk5KHBH3ZWjs.ComboboxGroup; exports.ComboboxInput = _chunk5KHBH3ZWjs.ComboboxInput; exports.ComboboxItem = _chunk5KHBH3ZWjs.ComboboxItem; exports.ComboboxLabel = _chunk5KHBH3ZWjs.ComboboxLabel; exports.ComboboxList = _chunk5KHBH3ZWjs.ComboboxList; exports.ComboboxSeparator = _chunk5KHBH3ZWjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk5KHBH3ZWjs.ComboboxTrigger; exports.ComboboxValue = _chunk5KHBH3ZWjs.ComboboxValue; exports.Command = _chunk5KHBH3ZWjs.Command; exports.CommandDialog = _chunk5KHBH3ZWjs.CommandDialog; exports.CommandEmpty = _chunk5KHBH3ZWjs.CommandEmpty; exports.CommandGroup = _chunk5KHBH3ZWjs.CommandGroup; exports.CommandInput = _chunk5KHBH3ZWjs.CommandInput; exports.CommandItem = _chunk5KHBH3ZWjs.CommandItem; exports.CommandList = _chunk5KHBH3ZWjs.CommandList; exports.CommandSeparator = _chunk5KHBH3ZWjs.CommandSeparator; exports.CommandShortcut = _chunk5KHBH3ZWjs.CommandShortcut; exports.CommonAddTrigger = _chunk5KHBH3ZWjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunk5KHBH3ZWjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk5KHBH3ZWjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk5KHBH3ZWjs.CommonDeleter; exports.CommonEditorButtons = _chunk5KHBH3ZWjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk5KHBH3ZWjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk5KHBH3ZWjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk5KHBH3ZWjs.CommonEditorTrigger; exports.CompaniesList = _chunk5KHBH3ZWjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk5KHBH3ZWjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk5KHBH3ZWjs.CompanyContainer; exports.CompanyContent = _chunk5KHBH3ZWjs.CompanyContent; exports.CompanyDeleter = _chunk5KHBH3ZWjs.CompanyDeleter; exports.CompanyDetails = _chunk5KHBH3ZWjs.CompanyDetails; exports.CompanyEditor = _chunk5KHBH3ZWjs.CompanyEditor; exports.CompanyUsersList = _chunk5KHBH3ZWjs.CompanyUsersList; exports.ConfirmDialog = _chunk5KHBH3ZWjs.ConfirmDialog; exports.ContentListGrid = _chunk5KHBH3ZWjs.ContentListGrid; exports.ContentListTable = _chunk5KHBH3ZWjs.ContentListTable; exports.ContentTableSearch = _chunk5KHBH3ZWjs.ContentTableSearch; exports.ContentTitle = _chunk5KHBH3ZWjs.ContentTitle; exports.ContentsList = _chunk5KHBH3ZWjs.ContentsList; exports.ContentsListById = _chunk5KHBH3ZWjs.ContentsListById; exports.ContextMenu = _chunk5KHBH3ZWjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk5KHBH3ZWjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk5KHBH3ZWjs.ContextMenuContent; exports.ContextMenuGroup = _chunk5KHBH3ZWjs.ContextMenuGroup; exports.ContextMenuItem = _chunk5KHBH3ZWjs.ContextMenuItem; exports.ContextMenuLabel = _chunk5KHBH3ZWjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk5KHBH3ZWjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk5KHBH3ZWjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk5KHBH3ZWjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk5KHBH3ZWjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk5KHBH3ZWjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk5KHBH3ZWjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk5KHBH3ZWjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk5KHBH3ZWjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk5KHBH3ZWjs.ContextMenuTrigger; exports.ContributorsList = _chunk5KHBH3ZWjs.ContributorsList; exports.Cookies = _chunk5KHBH3ZWjs.Cookies; exports.CurrencyInput = _chunk5KHBH3ZWjs.CurrencyInput; exports.DatePickerPopover = _chunk5KHBH3ZWjs.DatePickerPopover; exports.DateRangeSelector = _chunk5KHBH3ZWjs.DateRangeSelector; exports.DetailField = _chunk5KHBH3ZWjs.DetailField; exports.Dialog = _chunk5KHBH3ZWjs.Dialog; exports.DialogClose = _chunk5KHBH3ZWjs.DialogClose; exports.DialogContent = _chunk5KHBH3ZWjs.DialogContent; exports.DialogDescription = _chunk5KHBH3ZWjs.DialogDescription; exports.DialogFooter = _chunk5KHBH3ZWjs.DialogFooter; exports.DialogHeader = _chunk5KHBH3ZWjs.DialogHeader; exports.DialogOverlay = _chunk5KHBH3ZWjs.DialogOverlay; exports.DialogPortal = _chunk5KHBH3ZWjs.DialogPortal; exports.DialogTitle = _chunk5KHBH3ZWjs.DialogTitle; exports.DialogTrigger = _chunk5KHBH3ZWjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk5KHBH3ZWjs.DisableTwoFactorDialog; exports.Drawer = _chunk5KHBH3ZWjs.Drawer; exports.DrawerClose = _chunk5KHBH3ZWjs.DrawerClose; exports.DrawerContent = _chunk5KHBH3ZWjs.DrawerContent; exports.DrawerDescription = _chunk5KHBH3ZWjs.DrawerDescription; exports.DrawerFooter = _chunk5KHBH3ZWjs.DrawerFooter; exports.DrawerHeader = _chunk5KHBH3ZWjs.DrawerHeader; exports.DrawerOverlay = _chunk5KHBH3ZWjs.DrawerOverlay; exports.DrawerPortal = _chunk5KHBH3ZWjs.DrawerPortal; exports.DrawerTitle = _chunk5KHBH3ZWjs.DrawerTitle; exports.DrawerTrigger = _chunk5KHBH3ZWjs.DrawerTrigger; exports.DropdownMenu = _chunk5KHBH3ZWjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk5KHBH3ZWjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk5KHBH3ZWjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk5KHBH3ZWjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk5KHBH3ZWjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk5KHBH3ZWjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk5KHBH3ZWjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk5KHBH3ZWjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk5KHBH3ZWjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk5KHBH3ZWjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk5KHBH3ZWjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk5KHBH3ZWjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk5KHBH3ZWjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk5KHBH3ZWjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk5KHBH3ZWjs.DropdownMenuTrigger; exports.EditableAvatar = _chunk5KHBH3ZWjs.EditableAvatar; exports.EditorSheet = _chunk5KHBH3ZWjs.EditorSheet; exports.EmptyState = _chunk5KHBH3ZWjs.EmptyState; exports.EntityAvatar = _chunk5KHBH3ZWjs.EntityAvatar; exports.EntityHero = _chunk5KHBH3ZWjs.EntityHero; exports.EntityHeroAvatar = _chunk5KHBH3ZWjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunk5KHBH3ZWjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunk5KHBH3ZWjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunk5KHBH3ZWjs.EntityMultiSelector; exports.EntitySection = _chunk5KHBH3ZWjs.EntitySection; exports.EntitySelector = _chunk5KHBH3ZWjs.EntitySelector; exports.ErrorDetails = _chunk5KHBH3ZWjs.ErrorDetails; exports.Field = _chunk5KHBH3ZWjs.Field; exports.FieldContent = _chunk5KHBH3ZWjs.FieldContent; exports.FieldDescription = _chunk5KHBH3ZWjs.FieldDescription; exports.FieldError = _chunk5KHBH3ZWjs.FieldError; exports.FieldGroup = _chunk5KHBH3ZWjs.FieldGroup; exports.FieldLabel = _chunk5KHBH3ZWjs.FieldLabel; exports.FieldLegend = _chunk5KHBH3ZWjs.FieldLegend; exports.FieldSeparator = _chunk5KHBH3ZWjs.FieldSeparator; exports.FieldSet = _chunk5KHBH3ZWjs.FieldSet; exports.FieldTitle = _chunk5KHBH3ZWjs.FieldTitle; exports.FileInput = _chunk5KHBH3ZWjs.FileInput; exports.FileUploader = _chunk5KHBH3ZWjs.FileUploader; exports.FileUploaderContent = _chunk5KHBH3ZWjs.FileUploaderContent; exports.FileUploaderItem = _chunk5KHBH3ZWjs.FileUploaderItem; exports.FiscalDataDisplay = _chunk5KHBH3ZWjs.FiscalDataDisplay; exports.ForgotPassword = _chunk5KHBH3ZWjs.ForgotPassword; exports.Form = _chunk5KHBH3ZWjs.Form; exports.FormBlockNote = _chunk5KHBH3ZWjs.FormBlockNote; exports.FormBody = _chunk5KHBH3ZWjs.FormBody; exports.FormCheckbox = _chunk5KHBH3ZWjs.FormCheckbox; exports.FormCol = _chunk5KHBH3ZWjs.FormCol; exports.FormDate = _chunk5KHBH3ZWjs.FormDate; exports.FormDateTime = _chunk5KHBH3ZWjs.FormDateTime; exports.FormFeatures = _chunk5KHBH3ZWjs.FormFeatures; exports.FormFieldWrapper = _chunk5KHBH3ZWjs.FormFieldWrapper; exports.FormInput = _chunk5KHBH3ZWjs.FormInput; exports.FormPassword = _chunk5KHBH3ZWjs.FormPassword; exports.FormPlaceAutocomplete = _chunk5KHBH3ZWjs.FormPlaceAutocomplete; exports.FormRoles = _chunk5KHBH3ZWjs.FormRoles; exports.FormRow = _chunk5KHBH3ZWjs.FormRow; exports.FormSection = _chunk5KHBH3ZWjs.FormSection; exports.FormSelect = _chunk5KHBH3ZWjs.FormSelect; exports.FormSlider = _chunk5KHBH3ZWjs.FormSlider; exports.FormSwitch = _chunk5KHBH3ZWjs.FormSwitch; exports.FormTextarea = _chunk5KHBH3ZWjs.FormTextarea; exports.GdprConsentCheckbox = _chunk5KHBH3ZWjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk5KHBH3ZWjs.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunk5KHBH3ZWjs.HEADER_ROW_MIN_H; exports.Header = _chunk5KHBH3ZWjs.Header; exports.HoverCard = _chunk5KHBH3ZWjs.HoverCard; exports.HoverCardContent = _chunk5KHBH3ZWjs.HoverCardContent; exports.HoverCardTrigger = _chunk5KHBH3ZWjs.HoverCardTrigger; exports.HowToCommand = _chunk5KHBH3ZWjs.HowToCommand; exports.HowToCommandViewer = _chunk5KHBH3ZWjs.HowToCommandViewer; exports.HowToContainer = _chunk5KHBH3ZWjs.HowToContainer; exports.HowToContent = _chunk5KHBH3ZWjs.HowToContent; exports.HowToDeleter = _chunk5KHBH3ZWjs.HowToDeleter; exports.HowToDetails = _chunk5KHBH3ZWjs.HowToDetails; exports.HowToEditor = _chunk5KHBH3ZWjs.HowToEditor; exports.HowToList = _chunk5KHBH3ZWjs.HowToList; exports.HowToListContainer = _chunk5KHBH3ZWjs.HowToListContainer; exports.HowToMultiSelector = _chunk5KHBH3ZWjs.HowToMultiSelector; exports.HowToSelector = _chunk5KHBH3ZWjs.HowToSelector; exports.Input = _chunk5KHBH3ZWjs.Input; exports.InputGroup = _chunk5KHBH3ZWjs.InputGroup; exports.InputGroupAddon = _chunk5KHBH3ZWjs.InputGroupAddon; exports.InputGroupButton = _chunk5KHBH3ZWjs.InputGroupButton; exports.InputGroupInput = _chunk5KHBH3ZWjs.InputGroupInput; exports.InputGroupText = _chunk5KHBH3ZWjs.InputGroupText; exports.InputGroupTextarea = _chunk5KHBH3ZWjs.InputGroupTextarea; exports.InputOTP = _chunk5KHBH3ZWjs.InputOTP; exports.InputOTPGroup = _chunk5KHBH3ZWjs.InputOTPGroup; exports.InputOTPSeparator = _chunk5KHBH3ZWjs.InputOTPSeparator; exports.InputOTPSlot = _chunk5KHBH3ZWjs.InputOTPSlot; exports.ItalianFiscalData = _chunk5KHBH3ZWjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk5KHBH3ZWjs.ItalianFiscalDataDisplay; exports.Item = _chunk5KHBH3ZWjs.KanbanItem; exports.ItemHandle = _chunk5KHBH3ZWjs.KanbanItemHandle; exports.Kanban = _chunk5KHBH3ZWjs.KanbanRoot; exports.KanbanBoard = _chunk5KHBH3ZWjs.KanbanBoard; exports.KanbanColumn = _chunk5KHBH3ZWjs.KanbanColumn; exports.KanbanColumnHandle = _chunk5KHBH3ZWjs.KanbanColumnHandle; exports.KanbanItem = _chunk5KHBH3ZWjs.KanbanItem; exports.KanbanItemHandle = _chunk5KHBH3ZWjs.KanbanItemHandle; exports.KanbanOverlay = _chunk5KHBH3ZWjs.KanbanOverlay; exports.Label = _chunk5KHBH3ZWjs.Label; exports.LandingComponent = _chunk5KHBH3ZWjs.LandingComponent; exports.Link = _chunk5KHBH3ZWjs.Link; exports.Login = _chunk5KHBH3ZWjs.Login; exports.Logout = _chunk5KHBH3ZWjs.Logout; exports.MessageItem = _chunk5KHBH3ZWjs.MessageItem; exports.MessageList = _chunk5KHBH3ZWjs.MessageList; exports.MessageSourcesPanel = _chunk5KHBH3ZWjs.MessageSourcesPanel; exports.MicroLabel = _chunk5KHBH3ZWjs.MicroLabel; exports.MobileNavigationBar = _chunk5KHBH3ZWjs.MobileNavigationBar; exports.ModeToggleSwitch = _chunk5KHBH3ZWjs.ModeToggleSwitch; exports.MultiSelect = _chunk5KHBH3ZWjs.MultiSelect; exports.MultipleSelector = _chunk5KHBH3ZWjs.MultipleSelector; exports.NavigationMenu = _chunk5KHBH3ZWjs.NavigationMenu; exports.NavigationMenuContent = _chunk5KHBH3ZWjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk5KHBH3ZWjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk5KHBH3ZWjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk5KHBH3ZWjs.NavigationMenuLink; exports.NavigationMenuList = _chunk5KHBH3ZWjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk5KHBH3ZWjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk5KHBH3ZWjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk5KHBH3ZWjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk5KHBH3ZWjs.NotificationMenuItem; exports.NotificationModal = _chunk5KHBH3ZWjs.NotificationModal; exports.NotificationToast = _chunk5KHBH3ZWjs.NotificationToast; exports.NotificationsList = _chunk5KHBH3ZWjs.NotificationsList; exports.NotificationsListContainer = _chunk5KHBH3ZWjs.NotificationsListContainer; exports.OAuthClientCard = _chunk5KHBH3ZWjs.OAuthClientCard; exports.OAuthClientDetail = _chunk5KHBH3ZWjs.OAuthClientDetail; exports.OAuthClientForm = _chunk5KHBH3ZWjs.OAuthClientForm; exports.OAuthClientList = _chunk5KHBH3ZWjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk5KHBH3ZWjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk5KHBH3ZWjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk5KHBH3ZWjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk5KHBH3ZWjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk5KHBH3ZWjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk5KHBH3ZWjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk5KHBH3ZWjs.OAuthScopeSelector; exports.OnboardingCard = _chunk5KHBH3ZWjs.OnboardingCard; exports.Overlay = _chunk5KHBH3ZWjs.KanbanOverlay; exports.PageContainer = _chunk5KHBH3ZWjs.PageContainer; exports.PageContainerContentDetails = _chunk5KHBH3ZWjs.PageContainerContentDetails; exports.PageContentContainer = _chunk5KHBH3ZWjs.PageContentContainer; exports.PageSection = _chunk5KHBH3ZWjs.PageSection; exports.PasskeyButton = _chunk5KHBH3ZWjs.PasskeyButton; exports.PasskeyList = _chunk5KHBH3ZWjs.PasskeyList; exports.PasskeySetupDialog = _chunk5KHBH3ZWjs.PasskeySetupDialog; exports.PasswordInput = _chunk5KHBH3ZWjs.PasswordInput; exports.Popover = _chunk5KHBH3ZWjs.Popover; exports.PopoverContent = _chunk5KHBH3ZWjs.PopoverContent; exports.PopoverDescription = _chunk5KHBH3ZWjs.PopoverDescription; exports.PopoverHeader = _chunk5KHBH3ZWjs.PopoverHeader; exports.PopoverTitle = _chunk5KHBH3ZWjs.PopoverTitle; exports.PopoverTrigger = _chunk5KHBH3ZWjs.PopoverTrigger; exports.Progress = _chunk5KHBH3ZWjs.Progress; exports.ProgressIndicator = _chunk5KHBH3ZWjs.ProgressIndicator; exports.ProgressLabel = _chunk5KHBH3ZWjs.ProgressLabel; exports.ProgressTrack = _chunk5KHBH3ZWjs.ProgressTrack; exports.ProgressValue = _chunk5KHBH3ZWjs.ProgressValue; exports.PushNotificationProvider = _chunk5KHBH3ZWjs.PushNotificationProvider; exports.RadioGroup = _chunk5KHBH3ZWjs.RadioGroup; exports.RadioGroupItem = _chunk5KHBH3ZWjs.RadioGroupItem; exports.RbacByRoleContainer = _chunk5KHBH3ZWjs.RbacByRoleContainer; exports.RbacContainer = _chunk5KHBH3ZWjs.RbacContainer; exports.RbacPermissionCell = _chunk5KHBH3ZWjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk5KHBH3ZWjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunk5KHBH3ZWjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk5KHBH3ZWjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk5KHBH3ZWjs.ReferralCodeCapture; exports.ReferralDialog = _chunk5KHBH3ZWjs.ReferralDialog; exports.ReferralWidget = _chunk5KHBH3ZWjs.ReferralWidget; exports.RefreshUser = _chunk5KHBH3ZWjs.RefreshUser; exports.RelevantContentsList = _chunk5KHBH3ZWjs.RelevantContentsList; exports.RelevantUsersList = _chunk5KHBH3ZWjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk5KHBH3ZWjs.RemoveUserFromRole; exports.ResetPassword = _chunk5KHBH3ZWjs.ResetPassword; exports.ResizableHandle = _chunk5KHBH3ZWjs.ResizableHandle; exports.ResizablePanel = _chunk5KHBH3ZWjs.ResizablePanel; exports.ResizablePanelGroup = _chunk5KHBH3ZWjs.ResizablePanelGroup; exports.RoleContainer = _chunk5KHBH3ZWjs.RoleContainer; exports.RoleDetails = _chunk5KHBH3ZWjs.RoleDetails; exports.RoleUsersList = _chunk5KHBH3ZWjs.RoleUsersList; exports.RolesList = _chunk5KHBH3ZWjs.RolesList; exports.Root = _chunk5KHBH3ZWjs.KanbanRoot; exports.RoundPageContainer = _chunk5KHBH3ZWjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk5KHBH3ZWjs.RoundPageContainerTitle; exports.ScrollArea = _chunk5KHBH3ZWjs.ScrollArea; exports.ScrollBar = _chunk5KHBH3ZWjs.ScrollBar; exports.SectionHeader = _chunk5KHBH3ZWjs.SectionHeader; exports.SecurityContainer = _chunk5KHBH3ZWjs.SecurityContainer; exports.Select = _chunk5KHBH3ZWjs.Select; exports.SelectContent = _chunk5KHBH3ZWjs.SelectContent; exports.SelectGroup = _chunk5KHBH3ZWjs.SelectGroup; exports.SelectItem = _chunk5KHBH3ZWjs.SelectItem; exports.SelectLabel = _chunk5KHBH3ZWjs.SelectLabel; exports.SelectScrollDownButton = _chunk5KHBH3ZWjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk5KHBH3ZWjs.SelectScrollUpButton; exports.SelectSeparator = _chunk5KHBH3ZWjs.SelectSeparator; exports.SelectTrigger = _chunk5KHBH3ZWjs.SelectTrigger; exports.SelectValue = _chunk5KHBH3ZWjs.SelectValue; exports.Separator = _chunk5KHBH3ZWjs.Separator; exports.Sheet = _chunk5KHBH3ZWjs.Sheet; exports.SheetClose = _chunk5KHBH3ZWjs.SheetClose; exports.SheetContent = _chunk5KHBH3ZWjs.SheetContent; exports.SheetDescription = _chunk5KHBH3ZWjs.SheetDescription; exports.SheetFooter = _chunk5KHBH3ZWjs.SheetFooter; exports.SheetHeader = _chunk5KHBH3ZWjs.SheetHeader; exports.SheetTitle = _chunk5KHBH3ZWjs.SheetTitle; exports.SheetTrigger = _chunk5KHBH3ZWjs.SheetTrigger; exports.Sidebar = _chunk5KHBH3ZWjs.Sidebar; exports.SidebarContent = _chunk5KHBH3ZWjs.SidebarContent; exports.SidebarFooter = _chunk5KHBH3ZWjs.SidebarFooter; exports.SidebarGroup = _chunk5KHBH3ZWjs.SidebarGroup; exports.SidebarGroupAction = _chunk5KHBH3ZWjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk5KHBH3ZWjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk5KHBH3ZWjs.SidebarGroupLabel; exports.SidebarHeader = _chunk5KHBH3ZWjs.SidebarHeader; exports.SidebarInput = _chunk5KHBH3ZWjs.SidebarInput; exports.SidebarInset = _chunk5KHBH3ZWjs.SidebarInset; exports.SidebarMenu = _chunk5KHBH3ZWjs.SidebarMenu; exports.SidebarMenuAction = _chunk5KHBH3ZWjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk5KHBH3ZWjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk5KHBH3ZWjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk5KHBH3ZWjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk5KHBH3ZWjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk5KHBH3ZWjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk5KHBH3ZWjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk5KHBH3ZWjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk5KHBH3ZWjs.SidebarProvider; exports.SidebarRail = _chunk5KHBH3ZWjs.SidebarRail; exports.SidebarSeparator = _chunk5KHBH3ZWjs.SidebarSeparator; exports.SidebarTrigger = _chunk5KHBH3ZWjs.SidebarTrigger; exports.Skeleton = _chunk5KHBH3ZWjs.Skeleton; exports.Slider = _chunk5KHBH3ZWjs.Slider; exports.Spinner = _chunk5KHBH3ZWjs.Spinner; exports.Switch = _chunk5KHBH3ZWjs.Switch; exports.Table = _chunk5KHBH3ZWjs.Table; exports.TableBody = _chunk5KHBH3ZWjs.TableBody; exports.TableCaption = _chunk5KHBH3ZWjs.TableCaption; exports.TableCell = _chunk5KHBH3ZWjs.TableCell; exports.TableCellAvatar = _chunk5KHBH3ZWjs.TableCellAvatar; exports.TableFooter = _chunk5KHBH3ZWjs.TableFooter; exports.TableHead = _chunk5KHBH3ZWjs.TableHead; exports.TableHeader = _chunk5KHBH3ZWjs.TableHeader; exports.TableRow = _chunk5KHBH3ZWjs.TableRow; exports.Tabs = _chunk5KHBH3ZWjs.Tabs; exports.TabsContainer = _chunk5KHBH3ZWjs.TabsContainer; exports.TabsContent = _chunk5KHBH3ZWjs.TabsContent; exports.TabsList = _chunk5KHBH3ZWjs.TabsList; exports.TabsTrigger = _chunk5KHBH3ZWjs.TabsTrigger; exports.Textarea = _chunk5KHBH3ZWjs.Textarea; exports.Toaster = _chunk5KHBH3ZWjs.Toaster; exports.Toggle = _chunk5KHBH3ZWjs.Toggle; exports.TokenStatusIndicator = _chunk5KHBH3ZWjs.TokenStatusIndicator; exports.Tooltip = _chunk5KHBH3ZWjs.Tooltip; exports.TooltipContent = _chunk5KHBH3ZWjs.TooltipContent; exports.TooltipProvider = _chunk5KHBH3ZWjs.TooltipProvider; exports.TooltipTrigger = _chunk5KHBH3ZWjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk5KHBH3ZWjs.TotpAuthenticatorList; exports.TotpInput = _chunk5KHBH3ZWjs.TotpInput; exports.TotpSetupDialog = _chunk5KHBH3ZWjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk5KHBH3ZWjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk5KHBH3ZWjs.TwoFactorSettings; exports.UserAvatar = _chunk5KHBH3ZWjs.UserAvatar; exports.UserAvatarEditor = _chunk5KHBH3ZWjs.UserAvatarEditor; exports.UserAvatarList = _chunk5KHBH3ZWjs.UserAvatarList; exports.UserContainer = _chunk5KHBH3ZWjs.UserContainer; exports.UserContent = _chunk5KHBH3ZWjs.UserContent; exports.UserDeleter = _chunk5KHBH3ZWjs.UserDeleter; exports.UserEditor = _chunk5KHBH3ZWjs.UserEditor; exports.UserIndexContainer = _chunk5KHBH3ZWjs.UserIndexContainer; exports.UserIndexDetails = _chunk5KHBH3ZWjs.UserIndexDetails; exports.UserListInAdd = _chunk5KHBH3ZWjs.UserListInAdd; exports.UserMultiSelect = _chunk5KHBH3ZWjs.UserMultiSelect; exports.UserReactivator = _chunk5KHBH3ZWjs.UserReactivator; exports.UserResentInvitationEmail = _chunk5KHBH3ZWjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk5KHBH3ZWjs.UserRoleAdd; exports.UserRolesList = _chunk5KHBH3ZWjs.UserRolesList; exports.UserSearchPopover = _chunk5KHBH3ZWjs.UserSearchPopover; exports.UserSelector = _chunk5KHBH3ZWjs.UserSelector; exports.UserStanadaloneDetails = _chunk5KHBH3ZWjs.UserStanadaloneDetails; exports.UsersList = _chunk5KHBH3ZWjs.UsersList; exports.UsersListByContentIds = _chunk5KHBH3ZWjs.UsersListByContentIds; exports.UsersListContainer = _chunk5KHBH3ZWjs.UsersListContainer; exports.WaitlistConfirmation = _chunk5KHBH3ZWjs.WaitlistConfirmation; exports.WaitlistForm = _chunk5KHBH3ZWjs.WaitlistForm; exports.WaitlistHeroSection = _chunk5KHBH3ZWjs.WaitlistHeroSection; exports.WaitlistList = _chunk5KHBH3ZWjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk5KHBH3ZWjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk5KHBH3ZWjs.WaitlistSuccessState; exports.badgeVariants = _chunk5KHBH3ZWjs.badgeVariants; exports.buttonVariants = _chunk5KHBH3ZWjs.buttonVariants; exports.cellComponent = _chunk5KHBH3ZWjs.cellComponent; exports.cellDate = _chunk5KHBH3ZWjs.cellDate; exports.cellDateTime = _chunk5KHBH3ZWjs.cellDateTime; exports.cellId = _chunk5KHBH3ZWjs.cellId; exports.cellLink = _chunk5KHBH3ZWjs.cellLink; exports.cellUrl = _chunk5KHBH3ZWjs.cellUrl; exports.createMentionInlineContentSpec = _chunk5KHBH3ZWjs.createMentionInlineContentSpec; exports.errorToast = _chunk5KHBH3ZWjs.errorToast; exports.generateNotificationData = _chunk5KHBH3ZWjs.generateNotificationData; exports.getIcon = _chunkAGKZCRG2js.getIcon; exports.getIconByModule = _chunkAGKZCRG2js.getIconByModule; exports.getIconByModuleName = _chunkAGKZCRG2js.getIconByModuleName; exports.getInitials = _chunkAGKZCRG2js.getInitials; exports.mentionDataAttrs = _chunk5KHBH3ZWjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunk5KHBH3ZWjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk5KHBH3ZWjs.parseFiscalData; exports.parseMentionElement = _chunk5KHBH3ZWjs.parseMentionElement; exports.partitionTabs = _chunk5KHBH3ZWjs.partitionTabs; exports.spinnerVariants = _chunk5KHBH3ZWjs.spinnerVariants; exports.tabsListVariants = _chunk5KHBH3ZWjs.tabsListVariants; exports.toggleVariants = _chunk5KHBH3ZWjs.toggleVariants; exports.triggerAssociationToast = _chunk5KHBH3ZWjs.triggerAssociationToast; exports.useCarousel = _chunk5KHBH3ZWjs.useCarousel; exports.useComboboxAnchor = _chunk5KHBH3ZWjs.useComboboxAnchor; exports.useDebounce = _chunk5KHBH3ZWjs.useDebounce2; exports.useEditorDialog = _chunk5KHBH3ZWjs.useEditorDialog; exports.useFileUpload = _chunk5KHBH3ZWjs.useFileUpload; exports.useMentionInsert = _chunk5KHBH3ZWjs.useMentionInsert; exports.useSidebar = _chunk5KHBH3ZWjs.useSidebar;
|
|
986
|
+
exports.AcceptInvitation = _chunkQCLR35VYjs.AcceptInvitation; exports.Accordion = _chunkQCLR35VYjs.Accordion; exports.AccordionContent = _chunkQCLR35VYjs.AccordionContent; exports.AccordionItem = _chunkQCLR35VYjs.AccordionItem; exports.AccordionTrigger = _chunkQCLR35VYjs.AccordionTrigger; exports.ActivateAccount = _chunkQCLR35VYjs.ActivateAccount; exports.AddUserToRole = _chunkQCLR35VYjs.AddUserToRole; exports.AdminCompanyContainer = _chunkQCLR35VYjs.AdminCompanyContainer; exports.AdminUsersList = _chunkQCLR35VYjs.AdminUsersList; exports.Alert = _chunkQCLR35VYjs.Alert; exports.AlertAction = _chunkQCLR35VYjs.AlertAction; exports.AlertDescription = _chunkQCLR35VYjs.AlertDescription; exports.AlertDialog = _chunkQCLR35VYjs.AlertDialog; exports.AlertDialogAction = _chunkQCLR35VYjs.AlertDialogAction; exports.AlertDialogCancel = _chunkQCLR35VYjs.AlertDialogCancel; exports.AlertDialogContent = _chunkQCLR35VYjs.AlertDialogContent; exports.AlertDialogDescription = _chunkQCLR35VYjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkQCLR35VYjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkQCLR35VYjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkQCLR35VYjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkQCLR35VYjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkQCLR35VYjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkQCLR35VYjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkQCLR35VYjs.AlertDialogTrigger; exports.AlertTitle = _chunkQCLR35VYjs.AlertTitle; exports.AllUsersListContainer = _chunkQCLR35VYjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkQCLR35VYjs.AllowedUsersDetails; exports.AssistantContainer = _chunkQCLR35VYjs.AssistantContainer; exports.AttributeElement = _chunkQCLR35VYjs.AttributeElement; exports.AuthContainer = _chunkQCLR35VYjs.AuthContainer; exports.Avatar = _chunkQCLR35VYjs.Avatar; exports.AvatarBadge = _chunkQCLR35VYjs.AvatarBadge; exports.AvatarFallback = _chunkQCLR35VYjs.AvatarFallback; exports.AvatarGroup = _chunkQCLR35VYjs.AvatarGroup; exports.AvatarGroupCount = _chunkQCLR35VYjs.AvatarGroupCount; exports.AvatarImage = _chunkQCLR35VYjs.AvatarImage; exports.BackupCodesDialog = _chunkQCLR35VYjs.BackupCodesDialog; exports.Badge = _chunkQCLR35VYjs.Badge; exports.BlockNoteEditorContainer = _chunkQCLR35VYjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkQCLR35VYjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkQCLR35VYjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkQCLR35VYjs.BlockNoteViewerContainer; exports.Board = _chunkQCLR35VYjs.KanbanBoard; exports.Breadcrumb = _chunkQCLR35VYjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkQCLR35VYjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkQCLR35VYjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkQCLR35VYjs.BreadcrumbLink; exports.BreadcrumbList = _chunkQCLR35VYjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkQCLR35VYjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkQCLR35VYjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkQCLR35VYjs.BreadcrumbSeparator; exports.Button = _chunkQCLR35VYjs.Button; exports.Calendar = _chunkQCLR35VYjs.Calendar; exports.CalendarDayButton = _chunkQCLR35VYjs.CalendarDayButton; exports.Card = _chunkQCLR35VYjs.Card; exports.CardAction = _chunkQCLR35VYjs.CardAction; exports.CardContent = _chunkQCLR35VYjs.CardContent; exports.CardDescription = _chunkQCLR35VYjs.CardDescription; exports.CardFooter = _chunkQCLR35VYjs.CardFooter; exports.CardHeader = _chunkQCLR35VYjs.CardHeader; exports.CardTitle = _chunkQCLR35VYjs.CardTitle; exports.Carousel = _chunkQCLR35VYjs.Carousel; exports.CarouselContent = _chunkQCLR35VYjs.CarouselContent; exports.CarouselItem = _chunkQCLR35VYjs.CarouselItem; exports.CarouselNext = _chunkQCLR35VYjs.CarouselNext; exports.CarouselPrevious = _chunkQCLR35VYjs.CarouselPrevious; exports.ChartContainer = _chunkQCLR35VYjs.ChartContainer; exports.ChartLegend = _chunkQCLR35VYjs.ChartLegend; exports.ChartLegendContent = _chunkQCLR35VYjs.ChartLegendContent; exports.ChartStyle = _chunkQCLR35VYjs.ChartStyle; exports.ChartTooltip = _chunkQCLR35VYjs.ChartTooltip; exports.ChartTooltipContent = _chunkQCLR35VYjs.ChartTooltipContent; exports.Checkbox = _chunkQCLR35VYjs.Checkbox; exports.Collapsible = _chunkQCLR35VYjs.Collapsible; exports.CollapsibleContent = _chunkQCLR35VYjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkQCLR35VYjs.CollapsibleTrigger; exports.Column = _chunkQCLR35VYjs.KanbanColumn; exports.ColumnHandle = _chunkQCLR35VYjs.KanbanColumnHandle; exports.Combobox = _chunkQCLR35VYjs.Combobox; exports.ComboboxChip = _chunkQCLR35VYjs.ComboboxChip; exports.ComboboxChips = _chunkQCLR35VYjs.ComboboxChips; exports.ComboboxChipsInput = _chunkQCLR35VYjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkQCLR35VYjs.ComboboxCollection; exports.ComboboxContent = _chunkQCLR35VYjs.ComboboxContent; exports.ComboboxEmpty = _chunkQCLR35VYjs.ComboboxEmpty; exports.ComboboxGroup = _chunkQCLR35VYjs.ComboboxGroup; exports.ComboboxInput = _chunkQCLR35VYjs.ComboboxInput; exports.ComboboxItem = _chunkQCLR35VYjs.ComboboxItem; exports.ComboboxLabel = _chunkQCLR35VYjs.ComboboxLabel; exports.ComboboxList = _chunkQCLR35VYjs.ComboboxList; exports.ComboboxSeparator = _chunkQCLR35VYjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkQCLR35VYjs.ComboboxTrigger; exports.ComboboxValue = _chunkQCLR35VYjs.ComboboxValue; exports.Command = _chunkQCLR35VYjs.Command; exports.CommandDialog = _chunkQCLR35VYjs.CommandDialog; exports.CommandEmpty = _chunkQCLR35VYjs.CommandEmpty; exports.CommandGroup = _chunkQCLR35VYjs.CommandGroup; exports.CommandInput = _chunkQCLR35VYjs.CommandInput; exports.CommandItem = _chunkQCLR35VYjs.CommandItem; exports.CommandList = _chunkQCLR35VYjs.CommandList; exports.CommandSeparator = _chunkQCLR35VYjs.CommandSeparator; exports.CommandShortcut = _chunkQCLR35VYjs.CommandShortcut; exports.CommonAddTrigger = _chunkQCLR35VYjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkQCLR35VYjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkQCLR35VYjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkQCLR35VYjs.CommonDeleter; exports.CommonEditorButtons = _chunkQCLR35VYjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkQCLR35VYjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkQCLR35VYjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkQCLR35VYjs.CommonEditorTrigger; exports.CompaniesList = _chunkQCLR35VYjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkQCLR35VYjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkQCLR35VYjs.CompanyContainer; exports.CompanyContent = _chunkQCLR35VYjs.CompanyContent; exports.CompanyDeleter = _chunkQCLR35VYjs.CompanyDeleter; exports.CompanyDetails = _chunkQCLR35VYjs.CompanyDetails; exports.CompanyEditor = _chunkQCLR35VYjs.CompanyEditor; exports.CompanyUsersList = _chunkQCLR35VYjs.CompanyUsersList; exports.ConfirmDialog = _chunkQCLR35VYjs.ConfirmDialog; exports.ContentListGrid = _chunkQCLR35VYjs.ContentListGrid; exports.ContentListTable = _chunkQCLR35VYjs.ContentListTable; exports.ContentTableSearch = _chunkQCLR35VYjs.ContentTableSearch; exports.ContentTitle = _chunkQCLR35VYjs.ContentTitle; exports.ContentsList = _chunkQCLR35VYjs.ContentsList; exports.ContentsListById = _chunkQCLR35VYjs.ContentsListById; exports.ContextMenu = _chunkQCLR35VYjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkQCLR35VYjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkQCLR35VYjs.ContextMenuContent; exports.ContextMenuGroup = _chunkQCLR35VYjs.ContextMenuGroup; exports.ContextMenuItem = _chunkQCLR35VYjs.ContextMenuItem; exports.ContextMenuLabel = _chunkQCLR35VYjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkQCLR35VYjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkQCLR35VYjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkQCLR35VYjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkQCLR35VYjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkQCLR35VYjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkQCLR35VYjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkQCLR35VYjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkQCLR35VYjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkQCLR35VYjs.ContextMenuTrigger; exports.ContributorsList = _chunkQCLR35VYjs.ContributorsList; exports.Cookies = _chunkQCLR35VYjs.Cookies; exports.CurrencyInput = _chunkQCLR35VYjs.CurrencyInput; exports.DatePickerPopover = _chunkQCLR35VYjs.DatePickerPopover; exports.DateRangeSelector = _chunkQCLR35VYjs.DateRangeSelector; exports.DetailField = _chunkQCLR35VYjs.DetailField; exports.Dialog = _chunkQCLR35VYjs.Dialog; exports.DialogClose = _chunkQCLR35VYjs.DialogClose; exports.DialogContent = _chunkQCLR35VYjs.DialogContent; exports.DialogDescription = _chunkQCLR35VYjs.DialogDescription; exports.DialogFooter = _chunkQCLR35VYjs.DialogFooter; exports.DialogHeader = _chunkQCLR35VYjs.DialogHeader; exports.DialogOverlay = _chunkQCLR35VYjs.DialogOverlay; exports.DialogPortal = _chunkQCLR35VYjs.DialogPortal; exports.DialogTitle = _chunkQCLR35VYjs.DialogTitle; exports.DialogTrigger = _chunkQCLR35VYjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkQCLR35VYjs.DisableTwoFactorDialog; exports.Drawer = _chunkQCLR35VYjs.Drawer; exports.DrawerClose = _chunkQCLR35VYjs.DrawerClose; exports.DrawerContent = _chunkQCLR35VYjs.DrawerContent; exports.DrawerDescription = _chunkQCLR35VYjs.DrawerDescription; exports.DrawerFooter = _chunkQCLR35VYjs.DrawerFooter; exports.DrawerHeader = _chunkQCLR35VYjs.DrawerHeader; exports.DrawerOverlay = _chunkQCLR35VYjs.DrawerOverlay; exports.DrawerPortal = _chunkQCLR35VYjs.DrawerPortal; exports.DrawerTitle = _chunkQCLR35VYjs.DrawerTitle; exports.DrawerTrigger = _chunkQCLR35VYjs.DrawerTrigger; exports.DropdownMenu = _chunkQCLR35VYjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkQCLR35VYjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkQCLR35VYjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkQCLR35VYjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkQCLR35VYjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkQCLR35VYjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkQCLR35VYjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkQCLR35VYjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkQCLR35VYjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkQCLR35VYjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkQCLR35VYjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkQCLR35VYjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkQCLR35VYjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkQCLR35VYjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkQCLR35VYjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkQCLR35VYjs.EditableAvatar; exports.EditorSheet = _chunkQCLR35VYjs.EditorSheet; exports.EmptyState = _chunkQCLR35VYjs.EmptyState; exports.EntityAvatar = _chunkQCLR35VYjs.EntityAvatar; exports.EntityHero = _chunkQCLR35VYjs.EntityHero; exports.EntityHeroAvatar = _chunkQCLR35VYjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunkQCLR35VYjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkQCLR35VYjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkQCLR35VYjs.EntityMultiSelector; exports.EntitySection = _chunkQCLR35VYjs.EntitySection; exports.EntitySelector = _chunkQCLR35VYjs.EntitySelector; exports.ErrorDetails = _chunkQCLR35VYjs.ErrorDetails; exports.Field = _chunkQCLR35VYjs.Field; exports.FieldContent = _chunkQCLR35VYjs.FieldContent; exports.FieldDescription = _chunkQCLR35VYjs.FieldDescription; exports.FieldError = _chunkQCLR35VYjs.FieldError; exports.FieldGroup = _chunkQCLR35VYjs.FieldGroup; exports.FieldLabel = _chunkQCLR35VYjs.FieldLabel; exports.FieldLegend = _chunkQCLR35VYjs.FieldLegend; exports.FieldSeparator = _chunkQCLR35VYjs.FieldSeparator; exports.FieldSet = _chunkQCLR35VYjs.FieldSet; exports.FieldTitle = _chunkQCLR35VYjs.FieldTitle; exports.FileInput = _chunkQCLR35VYjs.FileInput; exports.FileUploader = _chunkQCLR35VYjs.FileUploader; exports.FileUploaderContent = _chunkQCLR35VYjs.FileUploaderContent; exports.FileUploaderItem = _chunkQCLR35VYjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkQCLR35VYjs.FiscalDataDisplay; exports.ForgotPassword = _chunkQCLR35VYjs.ForgotPassword; exports.Form = _chunkQCLR35VYjs.Form; exports.FormBlockNote = _chunkQCLR35VYjs.FormBlockNote; exports.FormBody = _chunkQCLR35VYjs.FormBody; exports.FormCheckbox = _chunkQCLR35VYjs.FormCheckbox; exports.FormCol = _chunkQCLR35VYjs.FormCol; exports.FormDate = _chunkQCLR35VYjs.FormDate; exports.FormDateTime = _chunkQCLR35VYjs.FormDateTime; exports.FormFeatures = _chunkQCLR35VYjs.FormFeatures; exports.FormFieldWrapper = _chunkQCLR35VYjs.FormFieldWrapper; exports.FormInput = _chunkQCLR35VYjs.FormInput; exports.FormPassword = _chunkQCLR35VYjs.FormPassword; exports.FormPlaceAutocomplete = _chunkQCLR35VYjs.FormPlaceAutocomplete; exports.FormRoles = _chunkQCLR35VYjs.FormRoles; exports.FormRow = _chunkQCLR35VYjs.FormRow; exports.FormSection = _chunkQCLR35VYjs.FormSection; exports.FormSelect = _chunkQCLR35VYjs.FormSelect; exports.FormSlider = _chunkQCLR35VYjs.FormSlider; exports.FormSwitch = _chunkQCLR35VYjs.FormSwitch; exports.FormTextarea = _chunkQCLR35VYjs.FormTextarea; exports.GdprConsentCheckbox = _chunkQCLR35VYjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkQCLR35VYjs.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunkQCLR35VYjs.HEADER_ROW_MIN_H; exports.Header = _chunkQCLR35VYjs.Header; exports.HoverCard = _chunkQCLR35VYjs.HoverCard; exports.HoverCardContent = _chunkQCLR35VYjs.HoverCardContent; exports.HoverCardTrigger = _chunkQCLR35VYjs.HoverCardTrigger; exports.HowToCommand = _chunkQCLR35VYjs.HowToCommand; exports.HowToCommandViewer = _chunkQCLR35VYjs.HowToCommandViewer; exports.HowToContainer = _chunkQCLR35VYjs.HowToContainer; exports.HowToContent = _chunkQCLR35VYjs.HowToContent; exports.HowToDeleter = _chunkQCLR35VYjs.HowToDeleter; exports.HowToDetails = _chunkQCLR35VYjs.HowToDetails; exports.HowToEditor = _chunkQCLR35VYjs.HowToEditor; exports.HowToList = _chunkQCLR35VYjs.HowToList; exports.HowToListContainer = _chunkQCLR35VYjs.HowToListContainer; exports.HowToMultiSelector = _chunkQCLR35VYjs.HowToMultiSelector; exports.HowToSelector = _chunkQCLR35VYjs.HowToSelector; exports.Input = _chunkQCLR35VYjs.Input; exports.InputGroup = _chunkQCLR35VYjs.InputGroup; exports.InputGroupAddon = _chunkQCLR35VYjs.InputGroupAddon; exports.InputGroupButton = _chunkQCLR35VYjs.InputGroupButton; exports.InputGroupInput = _chunkQCLR35VYjs.InputGroupInput; exports.InputGroupText = _chunkQCLR35VYjs.InputGroupText; exports.InputGroupTextarea = _chunkQCLR35VYjs.InputGroupTextarea; exports.InputOTP = _chunkQCLR35VYjs.InputOTP; exports.InputOTPGroup = _chunkQCLR35VYjs.InputOTPGroup; exports.InputOTPSeparator = _chunkQCLR35VYjs.InputOTPSeparator; exports.InputOTPSlot = _chunkQCLR35VYjs.InputOTPSlot; exports.ItalianFiscalData = _chunkQCLR35VYjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkQCLR35VYjs.ItalianFiscalDataDisplay; exports.Item = _chunkQCLR35VYjs.KanbanItem; exports.ItemHandle = _chunkQCLR35VYjs.KanbanItemHandle; exports.Kanban = _chunkQCLR35VYjs.KanbanRoot; exports.KanbanBoard = _chunkQCLR35VYjs.KanbanBoard; exports.KanbanColumn = _chunkQCLR35VYjs.KanbanColumn; exports.KanbanColumnHandle = _chunkQCLR35VYjs.KanbanColumnHandle; exports.KanbanItem = _chunkQCLR35VYjs.KanbanItem; exports.KanbanItemHandle = _chunkQCLR35VYjs.KanbanItemHandle; exports.KanbanOverlay = _chunkQCLR35VYjs.KanbanOverlay; exports.Label = _chunkQCLR35VYjs.Label; exports.LandingComponent = _chunkQCLR35VYjs.LandingComponent; exports.Link = _chunkQCLR35VYjs.Link; exports.Login = _chunkQCLR35VYjs.Login; exports.Logout = _chunkQCLR35VYjs.Logout; exports.MessageItem = _chunkQCLR35VYjs.MessageItem; exports.MessageList = _chunkQCLR35VYjs.MessageList; exports.MessageSourcesPanel = _chunkQCLR35VYjs.MessageSourcesPanel; exports.MicroLabel = _chunkQCLR35VYjs.MicroLabel; exports.MobileNavigationBar = _chunkQCLR35VYjs.MobileNavigationBar; exports.ModeToggleSwitch = _chunkQCLR35VYjs.ModeToggleSwitch; exports.MultiSelect = _chunkQCLR35VYjs.MultiSelect; exports.MultipleSelector = _chunkQCLR35VYjs.MultipleSelector; exports.NavigationMenu = _chunkQCLR35VYjs.NavigationMenu; exports.NavigationMenuContent = _chunkQCLR35VYjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkQCLR35VYjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkQCLR35VYjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkQCLR35VYjs.NavigationMenuLink; exports.NavigationMenuList = _chunkQCLR35VYjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkQCLR35VYjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkQCLR35VYjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkQCLR35VYjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkQCLR35VYjs.NotificationMenuItem; exports.NotificationModal = _chunkQCLR35VYjs.NotificationModal; exports.NotificationToast = _chunkQCLR35VYjs.NotificationToast; exports.NotificationsList = _chunkQCLR35VYjs.NotificationsList; exports.NotificationsListContainer = _chunkQCLR35VYjs.NotificationsListContainer; exports.OAuthClientCard = _chunkQCLR35VYjs.OAuthClientCard; exports.OAuthClientDetail = _chunkQCLR35VYjs.OAuthClientDetail; exports.OAuthClientForm = _chunkQCLR35VYjs.OAuthClientForm; exports.OAuthClientList = _chunkQCLR35VYjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkQCLR35VYjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkQCLR35VYjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkQCLR35VYjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkQCLR35VYjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkQCLR35VYjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkQCLR35VYjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkQCLR35VYjs.OAuthScopeSelector; exports.OnboardingCard = _chunkQCLR35VYjs.OnboardingCard; exports.Overlay = _chunkQCLR35VYjs.KanbanOverlay; exports.PageContainer = _chunkQCLR35VYjs.PageContainer; exports.PageContainerContentDetails = _chunkQCLR35VYjs.PageContainerContentDetails; exports.PageContentContainer = _chunkQCLR35VYjs.PageContentContainer; exports.PageSection = _chunkQCLR35VYjs.PageSection; exports.PasskeyButton = _chunkQCLR35VYjs.PasskeyButton; exports.PasskeyList = _chunkQCLR35VYjs.PasskeyList; exports.PasskeySetupDialog = _chunkQCLR35VYjs.PasskeySetupDialog; exports.PasswordInput = _chunkQCLR35VYjs.PasswordInput; exports.Popover = _chunkQCLR35VYjs.Popover; exports.PopoverContent = _chunkQCLR35VYjs.PopoverContent; exports.PopoverDescription = _chunkQCLR35VYjs.PopoverDescription; exports.PopoverHeader = _chunkQCLR35VYjs.PopoverHeader; exports.PopoverTitle = _chunkQCLR35VYjs.PopoverTitle; exports.PopoverTrigger = _chunkQCLR35VYjs.PopoverTrigger; exports.Progress = _chunkQCLR35VYjs.Progress; exports.ProgressIndicator = _chunkQCLR35VYjs.ProgressIndicator; exports.ProgressLabel = _chunkQCLR35VYjs.ProgressLabel; exports.ProgressTrack = _chunkQCLR35VYjs.ProgressTrack; exports.ProgressValue = _chunkQCLR35VYjs.ProgressValue; exports.PushNotificationProvider = _chunkQCLR35VYjs.PushNotificationProvider; exports.RadioGroup = _chunkQCLR35VYjs.RadioGroup; exports.RadioGroupItem = _chunkQCLR35VYjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkQCLR35VYjs.RbacByRoleContainer; exports.RbacContainer = _chunkQCLR35VYjs.RbacContainer; exports.RbacPermissionCell = _chunkQCLR35VYjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkQCLR35VYjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkQCLR35VYjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkQCLR35VYjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkQCLR35VYjs.ReferralCodeCapture; exports.ReferralDialog = _chunkQCLR35VYjs.ReferralDialog; exports.ReferralWidget = _chunkQCLR35VYjs.ReferralWidget; exports.RefreshUser = _chunkQCLR35VYjs.RefreshUser; exports.RelevantContentsList = _chunkQCLR35VYjs.RelevantContentsList; exports.RelevantUsersList = _chunkQCLR35VYjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkQCLR35VYjs.RemoveUserFromRole; exports.ResetPassword = _chunkQCLR35VYjs.ResetPassword; exports.ResizableHandle = _chunkQCLR35VYjs.ResizableHandle; exports.ResizablePanel = _chunkQCLR35VYjs.ResizablePanel; exports.ResizablePanelGroup = _chunkQCLR35VYjs.ResizablePanelGroup; exports.RoleContainer = _chunkQCLR35VYjs.RoleContainer; exports.RoleDetails = _chunkQCLR35VYjs.RoleDetails; exports.RoleUsersList = _chunkQCLR35VYjs.RoleUsersList; exports.RolesList = _chunkQCLR35VYjs.RolesList; exports.Root = _chunkQCLR35VYjs.KanbanRoot; exports.RoundPageContainer = _chunkQCLR35VYjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkQCLR35VYjs.RoundPageContainerTitle; exports.ScrollArea = _chunkQCLR35VYjs.ScrollArea; exports.ScrollBar = _chunkQCLR35VYjs.ScrollBar; exports.SectionHeader = _chunkQCLR35VYjs.SectionHeader; exports.SecurityContainer = _chunkQCLR35VYjs.SecurityContainer; exports.Select = _chunkQCLR35VYjs.Select; exports.SelectContent = _chunkQCLR35VYjs.SelectContent; exports.SelectGroup = _chunkQCLR35VYjs.SelectGroup; exports.SelectItem = _chunkQCLR35VYjs.SelectItem; exports.SelectLabel = _chunkQCLR35VYjs.SelectLabel; exports.SelectScrollDownButton = _chunkQCLR35VYjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkQCLR35VYjs.SelectScrollUpButton; exports.SelectSeparator = _chunkQCLR35VYjs.SelectSeparator; exports.SelectTrigger = _chunkQCLR35VYjs.SelectTrigger; exports.SelectValue = _chunkQCLR35VYjs.SelectValue; exports.Separator = _chunkQCLR35VYjs.Separator; exports.Sheet = _chunkQCLR35VYjs.Sheet; exports.SheetClose = _chunkQCLR35VYjs.SheetClose; exports.SheetContent = _chunkQCLR35VYjs.SheetContent; exports.SheetDescription = _chunkQCLR35VYjs.SheetDescription; exports.SheetFooter = _chunkQCLR35VYjs.SheetFooter; exports.SheetHeader = _chunkQCLR35VYjs.SheetHeader; exports.SheetTitle = _chunkQCLR35VYjs.SheetTitle; exports.SheetTrigger = _chunkQCLR35VYjs.SheetTrigger; exports.Sidebar = _chunkQCLR35VYjs.Sidebar; exports.SidebarContent = _chunkQCLR35VYjs.SidebarContent; exports.SidebarFooter = _chunkQCLR35VYjs.SidebarFooter; exports.SidebarGroup = _chunkQCLR35VYjs.SidebarGroup; exports.SidebarGroupAction = _chunkQCLR35VYjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkQCLR35VYjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkQCLR35VYjs.SidebarGroupLabel; exports.SidebarHeader = _chunkQCLR35VYjs.SidebarHeader; exports.SidebarInput = _chunkQCLR35VYjs.SidebarInput; exports.SidebarInset = _chunkQCLR35VYjs.SidebarInset; exports.SidebarMenu = _chunkQCLR35VYjs.SidebarMenu; exports.SidebarMenuAction = _chunkQCLR35VYjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkQCLR35VYjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkQCLR35VYjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkQCLR35VYjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkQCLR35VYjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkQCLR35VYjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkQCLR35VYjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkQCLR35VYjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkQCLR35VYjs.SidebarProvider; exports.SidebarRail = _chunkQCLR35VYjs.SidebarRail; exports.SidebarSeparator = _chunkQCLR35VYjs.SidebarSeparator; exports.SidebarTrigger = _chunkQCLR35VYjs.SidebarTrigger; exports.Skeleton = _chunkQCLR35VYjs.Skeleton; exports.Slider = _chunkQCLR35VYjs.Slider; exports.Spinner = _chunkQCLR35VYjs.Spinner; exports.Switch = _chunkQCLR35VYjs.Switch; exports.Table = _chunkQCLR35VYjs.Table; exports.TableBody = _chunkQCLR35VYjs.TableBody; exports.TableCaption = _chunkQCLR35VYjs.TableCaption; exports.TableCell = _chunkQCLR35VYjs.TableCell; exports.TableCellAvatar = _chunkQCLR35VYjs.TableCellAvatar; exports.TableFooter = _chunkQCLR35VYjs.TableFooter; exports.TableHead = _chunkQCLR35VYjs.TableHead; exports.TableHeader = _chunkQCLR35VYjs.TableHeader; exports.TableRow = _chunkQCLR35VYjs.TableRow; exports.Tabs = _chunkQCLR35VYjs.Tabs; exports.TabsContainer = _chunkQCLR35VYjs.TabsContainer; exports.TabsContent = _chunkQCLR35VYjs.TabsContent; exports.TabsList = _chunkQCLR35VYjs.TabsList; exports.TabsTrigger = _chunkQCLR35VYjs.TabsTrigger; exports.Textarea = _chunkQCLR35VYjs.Textarea; exports.Toaster = _chunkQCLR35VYjs.Toaster; exports.Toggle = _chunkQCLR35VYjs.Toggle; exports.TokenStatusIndicator = _chunkQCLR35VYjs.TokenStatusIndicator; exports.Tooltip = _chunkQCLR35VYjs.Tooltip; exports.TooltipContent = _chunkQCLR35VYjs.TooltipContent; exports.TooltipProvider = _chunkQCLR35VYjs.TooltipProvider; exports.TooltipTrigger = _chunkQCLR35VYjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkQCLR35VYjs.TotpAuthenticatorList; exports.TotpInput = _chunkQCLR35VYjs.TotpInput; exports.TotpSetupDialog = _chunkQCLR35VYjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkQCLR35VYjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkQCLR35VYjs.TwoFactorSettings; exports.UserAvatar = _chunkQCLR35VYjs.UserAvatar; exports.UserAvatarEditor = _chunkQCLR35VYjs.UserAvatarEditor; exports.UserAvatarList = _chunkQCLR35VYjs.UserAvatarList; exports.UserContainer = _chunkQCLR35VYjs.UserContainer; exports.UserContent = _chunkQCLR35VYjs.UserContent; exports.UserDeleter = _chunkQCLR35VYjs.UserDeleter; exports.UserEditor = _chunkQCLR35VYjs.UserEditor; exports.UserIndexContainer = _chunkQCLR35VYjs.UserIndexContainer; exports.UserIndexDetails = _chunkQCLR35VYjs.UserIndexDetails; exports.UserListInAdd = _chunkQCLR35VYjs.UserListInAdd; exports.UserMultiSelect = _chunkQCLR35VYjs.UserMultiSelect; exports.UserReactivator = _chunkQCLR35VYjs.UserReactivator; exports.UserResentInvitationEmail = _chunkQCLR35VYjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkQCLR35VYjs.UserRoleAdd; exports.UserRolesList = _chunkQCLR35VYjs.UserRolesList; exports.UserSearchPopover = _chunkQCLR35VYjs.UserSearchPopover; exports.UserSelector = _chunkQCLR35VYjs.UserSelector; exports.UserStanadaloneDetails = _chunkQCLR35VYjs.UserStanadaloneDetails; exports.UsersList = _chunkQCLR35VYjs.UsersList; exports.UsersListByContentIds = _chunkQCLR35VYjs.UsersListByContentIds; exports.UsersListContainer = _chunkQCLR35VYjs.UsersListContainer; exports.WaitlistConfirmation = _chunkQCLR35VYjs.WaitlistConfirmation; exports.WaitlistForm = _chunkQCLR35VYjs.WaitlistForm; exports.WaitlistHeroSection = _chunkQCLR35VYjs.WaitlistHeroSection; exports.WaitlistList = _chunkQCLR35VYjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkQCLR35VYjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkQCLR35VYjs.WaitlistSuccessState; exports.badgeVariants = _chunkQCLR35VYjs.badgeVariants; exports.buttonVariants = _chunkQCLR35VYjs.buttonVariants; exports.cellComponent = _chunkQCLR35VYjs.cellComponent; exports.cellDate = _chunkQCLR35VYjs.cellDate; exports.cellDateTime = _chunkQCLR35VYjs.cellDateTime; exports.cellId = _chunkQCLR35VYjs.cellId; exports.cellLink = _chunkQCLR35VYjs.cellLink; exports.cellUrl = _chunkQCLR35VYjs.cellUrl; exports.createMentionInlineContentSpec = _chunkQCLR35VYjs.createMentionInlineContentSpec; exports.errorToast = _chunkQCLR35VYjs.errorToast; exports.generateNotificationData = _chunkQCLR35VYjs.generateNotificationData; exports.getIcon = _chunkAGKZCRG2js.getIcon; exports.getIconByModule = _chunkAGKZCRG2js.getIconByModule; exports.getIconByModuleName = _chunkAGKZCRG2js.getIconByModuleName; exports.getInitials = _chunkAGKZCRG2js.getInitials; exports.mentionDataAttrs = _chunkQCLR35VYjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkQCLR35VYjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkQCLR35VYjs.parseFiscalData; exports.parseMentionElement = _chunkQCLR35VYjs.parseMentionElement; exports.partitionTabs = _chunkQCLR35VYjs.partitionTabs; exports.spinnerVariants = _chunkQCLR35VYjs.spinnerVariants; exports.tabsListVariants = _chunkQCLR35VYjs.tabsListVariants; exports.toggleVariants = _chunkQCLR35VYjs.toggleVariants; exports.triggerAssociationToast = _chunkQCLR35VYjs.triggerAssociationToast; exports.useCarousel = _chunkQCLR35VYjs.useCarousel; exports.useComboboxAnchor = _chunkQCLR35VYjs.useComboboxAnchor; exports.useDebounce = _chunkQCLR35VYjs.useDebounce2; exports.useEditorDialog = _chunkQCLR35VYjs.useEditorDialog; exports.useFileUpload = _chunkQCLR35VYjs.useFileUpload; exports.useMentionInsert = _chunkQCLR35VYjs.useMentionInsert; exports.useSidebar = _chunkQCLR35VYjs.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 _chunkQCLR35VYjs = require('../chunk-QCLR35VY.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 = _chunkQCLR35VYjs.AssistantProvider; exports.CommonProvider = _chunkQCLR35VYjs.CommonProvider; exports.CompanyProvider = _chunkQCLR35VYjs.CompanyProvider; exports.CurrentUserProvider = _chunkQCLR35VYjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkQCLR35VYjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkQCLR35VYjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkQCLR35VYjs.HeaderLeftContentProvider; exports.HeaderLogoProvider = _chunkQCLR35VYjs.HeaderLogoProvider; exports.HowToProvider = _chunkQCLR35VYjs.HowToProvider; exports.MobileNavigationProvider = _chunkQCLR35VYjs.MobileNavigationProvider; exports.NotificationContextProvider = _chunkQCLR35VYjs.NotificationContextProvider; exports.OnboardingProvider = _chunkQCLR35VYjs.OnboardingProvider; exports.RbacProvider = _chunkQCLR35VYjs.RbacProvider; exports.RoleProvider = _chunkQCLR35VYjs.RoleProvider; exports.SharedProvider = _chunkQCLR35VYjs.SharedProvider; exports.SocketContext = _chunkQCLR35VYjs.SocketContext; exports.SocketProvider = _chunkQCLR35VYjs.SocketProvider; exports.UserProvider = _chunkQCLR35VYjs.UserProvider; exports.ViewportProvider = _chunkQCLR35VYjs.ViewportProvider; exports.recentPagesAtom = _chunkQCLR35VYjs.recentPagesAtom; exports.useAssistantContext = _chunkQCLR35VYjs.useAssistantContext; exports.useCommonContext = _chunkQCLR35VYjs.useCommonContext; exports.useCompanyContext = _chunkQCLR35VYjs.useCompanyContext; exports.useCurrentUserContext = _chunkQCLR35VYjs.useCurrentUserContext; exports.useHeaderChildren = _chunkQCLR35VYjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkQCLR35VYjs.useHeaderLeftContent; exports.useHeaderLogo = _chunkQCLR35VYjs.useHeaderLogo; exports.useHeaderMobileChildren = _chunkQCLR35VYjs.useHeaderMobileChildren; exports.useHeaderRootLabel = _chunkQCLR35VYjs.useHeaderRootLabel; exports.useHowToContext = _chunkQCLR35VYjs.useHowToContext; exports.useMobileNavigationItems = _chunkQCLR35VYjs.useMobileNavigationItems; exports.useNotificationContext = _chunkQCLR35VYjs.useNotificationContext; exports.useOnboarding = _chunkQCLR35VYjs.useOnboarding; exports.useRbacContext = _chunkQCLR35VYjs.useRbacContext; exports.useRoleContext = _chunkQCLR35VYjs.useRoleContext; exports.useSharedContext = _chunkQCLR35VYjs.useSharedContext; exports.useSocketContext = _chunkQCLR35VYjs.useSocketContext; exports.useUserContext = _chunkQCLR35VYjs.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 _chunkQCLR35VYjs = require('../../chunk-QCLR35VY.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, _chunkQCLR35VYjs.Sheet, { open, onOpenChange, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
78
|
+
_chunkQCLR35VYjs.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, _chunkQCLR35VYjs.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 = _chunkQCLR35VYjs.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, _chunkQCLR35VYjs.SheetHeader, { children: [
|
|
94
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkQCLR35VYjs.SheetTitle, { children: t("help.askAi.sheet.title") }),
|
|
95
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkQCLR35VYjs.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, _chunkQCLR35VYjs.AssistantEmptyState, { onSend: send }) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
98
98
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
99
|
-
|
|
99
|
+
_chunkQCLR35VYjs.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, _chunkQCLR35VYjs.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 } = _chunkQCLR35VYjs.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, _chunkQCLR35VYjs.Tooltip, { children: [
|
|
124
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkQCLR35VYjs.TooltipTrigger, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkQCLR35VYjs.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, _chunkQCLR35VYjs.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, _chunkQCLR35VYjs.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 } = _chunkQCLR35VYjs.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, _chunkQCLR35VYjs.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, _chunkQCLR35VYjs.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 = _chunkQCLR35VYjs.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 = _chunkQCLR35VYjs.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, _chunkQCLR35VYjs.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 = _chunkQCLR35VYjs.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
|
+
_chunkQCLR35VYjs.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, _chunkQCLR35VYjs.SheetTrigger, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkQCLR35VYjs.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, _chunkQCLR35VYjs.SheetContent, { side: "right", className: "w-full max-w-md sm:max-w-lg", children: [
|
|
390
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkQCLR35VYjs.SheetHeader, { children: [
|
|
391
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkQCLR35VYjs.SheetTitle, { children: active ? active.name : t("help.hint.pickArticle") }),
|
|
392
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkQCLR35VYjs.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 = _chunkQCLR35VYjs.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
|
+
_chunkQCLR35VYjs.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, _chunkQCLR35VYjs.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
|
@@ -5,6 +5,7 @@ import { CalendarIcon } from "lucide-react";
|
|
|
5
5
|
import { useTranslations } from "next-intl";
|
|
6
6
|
import { useEffect, useState } from "react";
|
|
7
7
|
import { DateRange } from "react-day-picker";
|
|
8
|
+
import { useI18nDateFnsLocale } from "../../i18n";
|
|
8
9
|
import { Button, Calendar, Popover, PopoverContent, PopoverTrigger } from "../../shadcnui";
|
|
9
10
|
import { cn } from "../../utils";
|
|
10
11
|
|
|
@@ -16,6 +17,7 @@ type DateRangeSelectorProps = {
|
|
|
16
17
|
|
|
17
18
|
export function DateRangeSelector({ onDateChange, avoidSettingDates, showPreviousMonth }: DateRangeSelectorProps) {
|
|
18
19
|
const t = useTranslations();
|
|
20
|
+
const dateFnsLocale = useI18nDateFnsLocale();
|
|
19
21
|
const [date, setDate] = useState<DateRange | undefined>(
|
|
20
22
|
avoidSettingDates
|
|
21
23
|
? undefined
|
|
@@ -74,10 +76,11 @@ export function DateRangeSelector({ onDateChange, avoidSettingDates, showPreviou
|
|
|
74
76
|
{date?.from ? (
|
|
75
77
|
date.to ? (
|
|
76
78
|
<>
|
|
77
|
-
{format(date.from, "
|
|
79
|
+
{format(date.from, "d MMM yyyy", { locale: dateFnsLocale })} -{" "}
|
|
80
|
+
{format(date.to, "d MMM yyyy", { locale: dateFnsLocale })}
|
|
78
81
|
</>
|
|
79
82
|
) : (
|
|
80
|
-
format(date.from, "
|
|
83
|
+
format(date.from, "d MMM yyyy", { locale: dateFnsLocale })
|
|
81
84
|
)
|
|
82
85
|
) : (
|
|
83
86
|
<span>{t("ui.labels.pick_a_date")}</span>
|
|
@@ -103,10 +106,11 @@ export function DateRangeSelector({ onDateChange, avoidSettingDates, showPreviou
|
|
|
103
106
|
{date?.from ? (
|
|
104
107
|
date.to ? (
|
|
105
108
|
<>
|
|
106
|
-
{format(date.from, "
|
|
109
|
+
{format(date.from, "d MMM yyyy", { locale: dateFnsLocale })} -{" "}
|
|
110
|
+
{format(date.to, "d MMM yyyy", { locale: dateFnsLocale })}
|
|
107
111
|
</>
|
|
108
112
|
) : (
|
|
109
|
-
format(date.from, "
|
|
113
|
+
format(date.from, "d MMM yyyy", { locale: dateFnsLocale })
|
|
110
114
|
)
|
|
111
115
|
) : (
|
|
112
116
|
<span>{t("ui.labels.pick_a_date")}</span>
|
|
@@ -14,7 +14,15 @@ import {
|
|
|
14
14
|
useRef,
|
|
15
15
|
useState,
|
|
16
16
|
} from "react";
|
|
17
|
-
import {
|
|
17
|
+
import {
|
|
18
|
+
Accept,
|
|
19
|
+
DropzoneOptions,
|
|
20
|
+
DropzoneState,
|
|
21
|
+
ErrorCode,
|
|
22
|
+
FileRejection,
|
|
23
|
+
FileWithPath,
|
|
24
|
+
useDropzone,
|
|
25
|
+
} from "react-dropzone";
|
|
18
26
|
import { showError } from "../../utils/toast";
|
|
19
27
|
import { buttonVariants, Input, Tooltip, TooltipContent, TooltipTrigger } from "../../shadcnui";
|
|
20
28
|
import { cn } from "../../utils";
|
|
@@ -51,11 +59,29 @@ type FileUploaderProps = {
|
|
|
51
59
|
onValueChange: (value: File[] | null) => void;
|
|
52
60
|
dropzoneOptions: DropzoneOptions;
|
|
53
61
|
orientation?: "horizontal" | "vertical";
|
|
62
|
+
/**
|
|
63
|
+
* Opt-in rejection reporting. When supplied, the component hands every
|
|
64
|
+
* rejection — react-dropzone's own plus the files it had to drop because the
|
|
65
|
+
* `maxFiles` cap was already reached — to the consumer and raises no toast of
|
|
66
|
+
* its own. When absent, the built-in toast behaviour is unchanged.
|
|
67
|
+
*/
|
|
68
|
+
onFilesRejected?: (rejections: FileRejection[]) => void;
|
|
54
69
|
};
|
|
55
70
|
|
|
56
71
|
export const FileUploader = forwardRef<HTMLDivElement, FileUploaderProps & React.HTMLAttributes<HTMLDivElement>>(
|
|
57
72
|
(
|
|
58
|
-
{
|
|
73
|
+
{
|
|
74
|
+
className,
|
|
75
|
+
dropzoneOptions,
|
|
76
|
+
value,
|
|
77
|
+
onValueChange,
|
|
78
|
+
reSelect,
|
|
79
|
+
orientation = "vertical",
|
|
80
|
+
children,
|
|
81
|
+
dir,
|
|
82
|
+
onFilesRejected,
|
|
83
|
+
...props
|
|
84
|
+
},
|
|
59
85
|
ref,
|
|
60
86
|
) => {
|
|
61
87
|
const [isFileTooBig, setIsFileTooBig] = useState(false);
|
|
@@ -138,14 +164,26 @@ export const FileUploader = forwardRef<HTMLDivElement, FileUploaderProps & React
|
|
|
138
164
|
newValues.splice(0, newValues.length);
|
|
139
165
|
}
|
|
140
166
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
167
|
+
// Split at the remaining capacity instead of silently dropping the tail:
|
|
168
|
+
// the overflow is a rejection the consumer may want to show.
|
|
169
|
+
const remaining = Math.max(0, maxFiles - newValues.length);
|
|
170
|
+
const admitted = files.slice(0, remaining);
|
|
171
|
+
const overflow = files.slice(remaining);
|
|
172
|
+
|
|
173
|
+
admitted.forEach((file) => newValues.push(file));
|
|
146
174
|
|
|
147
175
|
onValueChange(newValues);
|
|
148
176
|
|
|
177
|
+
if (onFilesRejected) {
|
|
178
|
+
const overflowRejections: FileRejection[] = overflow.map((file) => ({
|
|
179
|
+
file: file as FileWithPath,
|
|
180
|
+
errors: [{ code: ErrorCode.TooManyFiles, message: `Too many files. Only ${maxFiles} allowed.` }],
|
|
181
|
+
}));
|
|
182
|
+
const allRejections = [...rejectedFiles, ...overflowRejections];
|
|
183
|
+
if (allRejections.length > 0) onFilesRejected(allRejections);
|
|
184
|
+
return;
|
|
185
|
+
}
|
|
186
|
+
|
|
149
187
|
if (rejectedFiles.length > 0) {
|
|
150
188
|
for (let i = 0; i < rejectedFiles.length; i++) {
|
|
151
189
|
if (rejectedFiles[i].errors[0]?.code === "file-too-large") {
|
|
@@ -163,7 +201,7 @@ export const FileUploader = forwardRef<HTMLDivElement, FileUploaderProps & React
|
|
|
163
201
|
}
|
|
164
202
|
}
|
|
165
203
|
},
|
|
166
|
-
[reSelectAll, value],
|
|
204
|
+
[reSelectAll, value, maxFiles, maxSize, onValueChange, onFilesRejected, t],
|
|
167
205
|
);
|
|
168
206
|
|
|
169
207
|
useEffect(() => {
|