@carlonicora/nextjs-jsonapi 1.47.1 → 1.48.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.
Files changed (33) hide show
  1. package/dist/{BlockNoteEditor-GBD4N4SA.js → BlockNoteEditor-4ZNFPFIR.js} +8 -8
  2. package/dist/{BlockNoteEditor-GBD4N4SA.js.map → BlockNoteEditor-4ZNFPFIR.js.map} +1 -1
  3. package/dist/{BlockNoteEditor-34PX47L4.mjs → BlockNoteEditor-MY2WUSZY.mjs} +4 -4
  4. package/dist/{BlockNoteEditor-34PX47L4.mjs.map → BlockNoteEditor-MY2WUSZY.mjs.map} +1 -1
  5. package/dist/billing/index.js +299 -299
  6. package/dist/billing/index.mjs +1 -1
  7. package/dist/{chunk-L7RMKAGH.mjs → chunk-56YOTJYS.mjs} +2572 -2053
  8. package/dist/chunk-56YOTJYS.mjs.map +1 -0
  9. package/dist/{chunk-FLQPQEY2.js → chunk-6RE6272L.js} +771 -252
  10. package/dist/chunk-6RE6272L.js.map +1 -0
  11. package/dist/client/index.js +2 -2
  12. package/dist/client/index.mjs +1 -1
  13. package/dist/components/index.d.mts +96 -3
  14. package/dist/components/index.d.ts +96 -3
  15. package/dist/components/index.js +6 -2
  16. package/dist/components/index.js.map +1 -1
  17. package/dist/components/index.mjs +5 -1
  18. package/dist/contexts/index.js +2 -2
  19. package/dist/contexts/index.mjs +1 -1
  20. package/dist/scripts/generate-web-module/templates/components/multi-selector.template.d.ts.map +1 -1
  21. package/dist/scripts/generate-web-module/templates/components/multi-selector.template.js +52 -54
  22. package/dist/scripts/generate-web-module/templates/components/multi-selector.template.js.map +1 -1
  23. package/package.json +1 -1
  24. package/scripts/generate-web-module/templates/components/multi-selector.template.ts +52 -54
  25. package/src/components/editors/BlockNoteEditor.tsx +2 -2
  26. package/src/components/tables/ContentListTable.tsx +4 -1
  27. package/src/features/company/hooks/useSubscriptionStatus.ts +12 -0
  28. package/src/features/user/components/forms/UserMultiSelect.tsx +82 -64
  29. package/src/shadcnui/custom/multi-select.tsx +86 -22
  30. package/src/shadcnui/custom/multiple-selector.tsx +608 -0
  31. package/src/shadcnui/index.ts +1 -0
  32. package/dist/chunk-FLQPQEY2.js.map +0 -1
  33. package/dist/chunk-L7RMKAGH.mjs.map +0 -1
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunkFLQPQEY2js = require('../chunk-FLQPQEY2.js');
29
+ var _chunk6RE6272Ljs = require('../chunk-6RE6272L.js');
30
30
 
31
31
 
32
32
 
@@ -117,5 +117,5 @@ require('../chunk-7QVYU63E.js');
117
117
 
118
118
 
119
119
 
120
- exports.ClientJsonApiDelete = _chunkULHMVHDSjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkULHMVHDSjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkULHMVHDSjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkULHMVHDSjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkULHMVHDSjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkFLQPQEY2js.JsonApiProvider; exports.TableGeneratorRegistry = _chunkFLQPQEY2js.TableGeneratorRegistry; exports.configureClientConfig = _chunkV63TFESUjs.configureClientConfig; exports.configureClientJsonApi = _chunkULHMVHDSjs.configureClientJsonApi; exports.configureI18n = _chunkV63TFESUjs.configureI18n; exports.configureJsonApi = _chunkV63TFESUjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkV63TFESUjs.getApiUrl; exports.getAppUrl = _chunkV63TFESUjs.getAppUrl; exports.getClientApiUrl = _chunkULHMVHDSjs.getClientApiUrl; exports.getClientAppUrl = _chunkULHMVHDSjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkULHMVHDSjs.getClientTrackablePages; exports.getI18nLink = _chunkV63TFESUjs.getI18nLink; exports.getStripePublishableKey = _chunkV63TFESUjs.getStripePublishableKey; exports.getTrackablePages = _chunkV63TFESUjs.getTrackablePages; exports.registerTableGenerator = _chunkFLQPQEY2js.registerTableGenerator; exports.tableGeneratorRegistry = _chunkFLQPQEY2js.tableGeneratorRegistry; exports.useContentTableStructure = _chunkFLQPQEY2js.useContentTableStructure; exports.useCustomD3Graph = _chunkFLQPQEY2js.useCustomD3Graph; exports.useDataListRetriever = _chunkFLQPQEY2js.useDataListRetriever; exports.useDebounce = _chunkFLQPQEY2js.useDebounce; exports.useI18nDateFnsLocale = _chunkV63TFESUjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkV63TFESUjs.useI18nLocale; exports.useI18nRouter = _chunkV63TFESUjs.useI18nRouter; exports.useI18nTranslations = _chunkV63TFESUjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkFLQPQEY2js.useJsonApiGet; exports.useJsonApiMutation = _chunkFLQPQEY2js.useJsonApiMutation; exports.useNotificationSync = _chunkFLQPQEY2js.useNotificationSync; exports.useOAuthClient = _chunkFLQPQEY2js.useOAuthClient; exports.useOAuthClients = _chunkFLQPQEY2js.useOAuthClients; exports.useOAuthConsent = _chunkFLQPQEY2js.useOAuthConsent; exports.usePageTracker = _chunkFLQPQEY2js.usePageTracker; exports.usePageUrlGenerator = _chunkFLQPQEY2js.usePageUrlGenerator; exports.useRehydration = _chunkFLQPQEY2js.useRehydration; exports.useRehydrationList = _chunkFLQPQEY2js.useRehydrationList; exports.useRoleTableStructure = _chunkFLQPQEY2js.useRoleTableStructure; exports.useSocket = _chunkFLQPQEY2js.useSocket; exports.useSubscriptionStatus = _chunkFLQPQEY2js.useSubscriptionStatus; exports.useTableGenerator = _chunkFLQPQEY2js.useTableGenerator; exports.useUrlRewriter = _chunkFLQPQEY2js.useUrlRewriter; exports.useUserSearch = _chunkFLQPQEY2js.useUserSearch; exports.useUserTableStructure = _chunkFLQPQEY2js.useUserTableStructure;
120
+ exports.ClientJsonApiDelete = _chunkULHMVHDSjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkULHMVHDSjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkULHMVHDSjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkULHMVHDSjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkULHMVHDSjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk6RE6272Ljs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk6RE6272Ljs.TableGeneratorRegistry; exports.configureClientConfig = _chunkV63TFESUjs.configureClientConfig; exports.configureClientJsonApi = _chunkULHMVHDSjs.configureClientJsonApi; exports.configureI18n = _chunkV63TFESUjs.configureI18n; exports.configureJsonApi = _chunkV63TFESUjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkV63TFESUjs.getApiUrl; exports.getAppUrl = _chunkV63TFESUjs.getAppUrl; exports.getClientApiUrl = _chunkULHMVHDSjs.getClientApiUrl; exports.getClientAppUrl = _chunkULHMVHDSjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkULHMVHDSjs.getClientTrackablePages; exports.getI18nLink = _chunkV63TFESUjs.getI18nLink; exports.getStripePublishableKey = _chunkV63TFESUjs.getStripePublishableKey; exports.getTrackablePages = _chunkV63TFESUjs.getTrackablePages; exports.registerTableGenerator = _chunk6RE6272Ljs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk6RE6272Ljs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk6RE6272Ljs.useContentTableStructure; exports.useCustomD3Graph = _chunk6RE6272Ljs.useCustomD3Graph; exports.useDataListRetriever = _chunk6RE6272Ljs.useDataListRetriever; exports.useDebounce = _chunk6RE6272Ljs.useDebounce; exports.useI18nDateFnsLocale = _chunkV63TFESUjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkV63TFESUjs.useI18nLocale; exports.useI18nRouter = _chunkV63TFESUjs.useI18nRouter; exports.useI18nTranslations = _chunkV63TFESUjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk6RE6272Ljs.useJsonApiGet; exports.useJsonApiMutation = _chunk6RE6272Ljs.useJsonApiMutation; exports.useNotificationSync = _chunk6RE6272Ljs.useNotificationSync; exports.useOAuthClient = _chunk6RE6272Ljs.useOAuthClient; exports.useOAuthClients = _chunk6RE6272Ljs.useOAuthClients; exports.useOAuthConsent = _chunk6RE6272Ljs.useOAuthConsent; exports.usePageTracker = _chunk6RE6272Ljs.usePageTracker; exports.usePageUrlGenerator = _chunk6RE6272Ljs.usePageUrlGenerator; exports.useRehydration = _chunk6RE6272Ljs.useRehydration; exports.useRehydrationList = _chunk6RE6272Ljs.useRehydrationList; exports.useRoleTableStructure = _chunk6RE6272Ljs.useRoleTableStructure; exports.useSocket = _chunk6RE6272Ljs.useSocket; exports.useSubscriptionStatus = _chunk6RE6272Ljs.useSubscriptionStatus; exports.useTableGenerator = _chunk6RE6272Ljs.useTableGenerator; exports.useUrlRewriter = _chunk6RE6272Ljs.useUrlRewriter; exports.useUserSearch = _chunk6RE6272Ljs.useUserSearch; exports.useUserTableStructure = _chunk6RE6272Ljs.useUserTableStructure;
121
121
  //# sourceMappingURL=index.js.map
@@ -25,7 +25,7 @@ import {
25
25
  useUrlRewriter,
26
26
  useUserSearch,
27
27
  useUserTableStructure
28
- } from "../chunk-L7RMKAGH.mjs";
28
+ } from "../chunk-56YOTJYS.mjs";
29
29
  import {
30
30
  configureClientConfig,
31
31
  configureI18n,
@@ -12,7 +12,7 @@ import * as react_hook_form from 'react-hook-form';
12
12
  import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
13
13
  import { F as FeatureInterface } from '../feature.interface-BxFFOPNq.mjs';
14
14
  import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
15
- import { ColumnDef } from '@tanstack/react-table';
15
+ import { ColumnDef, ExpandedState } from '@tanstack/react-table';
16
16
  import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-BkK4Sf3q.mjs';
17
17
  export { a as getIcon, g as getIconByModule, b as getIconByModuleName } from '../AuthComponent-BkK4Sf3q.mjs';
18
18
  import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
@@ -568,6 +568,7 @@ type ContentListTableProps = {
568
568
  context?: Record<string, any>;
569
569
  expandable?: boolean;
570
570
  getSubRows?: (row: any) => any[];
571
+ defaultExpanded?: boolean | ExpandedState;
571
572
  };
572
573
  declare const ContentListTable: React$1.NamedExoticComponent<ContentListTableProps>;
573
574
 
@@ -1854,14 +1855,18 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
1854
1855
  * Each option object has a label, value, and an optional icon.
1855
1856
  */
1856
1857
  options: {
1857
- /** The text to display for the option. */
1858
+ /** The text to display for the option in the dropdown. */
1858
1859
  label: string;
1859
1860
  /** The unique value associated with the option. */
1860
1861
  value: string;
1862
+ /** Optional text to display when selected (in badges). Falls back to label if not provided. */
1863
+ selectedLabel?: string;
1861
1864
  /** Optional icon component to display alongside the option. */
1862
1865
  icon?: React$1.ComponentType<{
1863
1866
  className?: string;
1864
1867
  }>;
1868
+ /** Optional custom className for the icon. */
1869
+ iconClassName?: string;
1865
1870
  }[];
1866
1871
  /**
1867
1872
  * Callback function triggered when the selected values change.
@@ -1921,7 +1926,95 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
1921
1926
  * Optional, defaults to "No results found.".
1922
1927
  */
1923
1928
  emptyText?: string;
1929
+ /**
1930
+ * Whether to hide the "Select All" option.
1931
+ * Optional, defaults to false.
1932
+ */
1933
+ hideSelectAll?: boolean;
1934
+ /**
1935
+ * Custom function to determine if an option should appear selected.
1936
+ * Useful when option values differ from selected values (e.g., prefixed values).
1937
+ * If not provided, uses default check: selectedValues.includes(option.value)
1938
+ */
1939
+ isOptionSelected?: (optionValue: string, selectedValues: string[]) => boolean;
1924
1940
  }
1925
1941
  declare const MultiSelect: React$1.ForwardRefExoticComponent<MultiSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
1926
1942
 
1927
- export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useFileUpload, useSidebar };
1943
+ interface Option {
1944
+ value: string;
1945
+ label: string;
1946
+ /** Label to display in the badge when selected. Falls back to label if not provided. */
1947
+ selectedLabel?: string;
1948
+ disable?: boolean;
1949
+ /** fixed option that can't be removed. */
1950
+ fixed?: boolean;
1951
+ /** Group the options by providing key. */
1952
+ [key: string]: unknown;
1953
+ }
1954
+ interface MultipleSelectorProps {
1955
+ value?: Option[];
1956
+ defaultOptions?: Option[];
1957
+ /** manually controlled options */
1958
+ options?: Option[];
1959
+ placeholder?: string;
1960
+ /** Loading component. */
1961
+ loadingIndicator?: React$1.ReactNode;
1962
+ /** Empty component. */
1963
+ emptyIndicator?: React$1.ReactNode;
1964
+ /** Debounce time for async search. Only work with `onSearch`. */
1965
+ delay?: number;
1966
+ /**
1967
+ * Only work with `onSearch` prop. Trigger search when `onFocus`.
1968
+ * For example, when user click on the input, it will trigger the search to get initial options.
1969
+ **/
1970
+ triggerSearchOnFocus?: boolean;
1971
+ /** async search */
1972
+ onSearch?: (value: string) => Promise<Option[]>;
1973
+ /**
1974
+ * sync search. This search will not showing loadingIndicator.
1975
+ * The rest props are the same as async search.
1976
+ * i.e.: creatable, groupBy, delay.
1977
+ **/
1978
+ onSearchSync?: (value: string) => Option[];
1979
+ onChange?: (options: Option[]) => void;
1980
+ /** Limit the maximum number of selected options. */
1981
+ maxSelected?: number;
1982
+ /** When the number of selected options exceeds the limit, the onMaxSelected will be called. */
1983
+ onMaxSelected?: (maxLimit: number) => void;
1984
+ /** Hide the placeholder when there are options selected. */
1985
+ hidePlaceholderWhenSelected?: boolean;
1986
+ disabled?: boolean;
1987
+ /** Group the options base on provided key. */
1988
+ groupBy?: string;
1989
+ className?: string;
1990
+ badgeClassName?: string;
1991
+ /**
1992
+ * First item selected is a default behavior by cmdk. That is why the default is true.
1993
+ * This is a workaround solution by add a dummy item.
1994
+ *
1995
+ * @reference: https://github.com/pacocoursey/cmdk/issues/171
1996
+ */
1997
+ selectFirstItem?: boolean;
1998
+ /** Allow user to create option when there is no option matched. */
1999
+ creatable?: boolean;
2000
+ /** Props of `Command` */
2001
+ commandProps?: React$1.ComponentPropsWithoutRef<typeof Command>;
2002
+ /** Props of `CommandInput` */
2003
+ inputProps?: Omit<React$1.ComponentPropsWithoutRef<typeof Command$1.Input>, "value" | "placeholder" | "disabled">;
2004
+ /** hide the clear all button. */
2005
+ hideClearAllButton?: boolean;
2006
+ /** Custom render function for options in the dropdown */
2007
+ renderOption?: (option: Option) => React$1.ReactNode;
2008
+ /** Maximum number of badges to display before showing "+X more" */
2009
+ maxDisplayCount?: number;
2010
+ }
2011
+ interface MultipleSelectorRef {
2012
+ selectedValue: Option[];
2013
+ input: HTMLInputElement;
2014
+ focus: () => void;
2015
+ reset: () => void;
2016
+ }
2017
+ declare function useDebounce<T>(value: T, delay?: number): T;
2018
+ declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
2019
+
2020
+ export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useDebounce, useFileUpload, useSidebar };
@@ -12,7 +12,7 @@ import * as react_hook_form from 'react-hook-form';
12
12
  import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
13
13
  import { F as FeatureInterface } from '../feature.interface-CIWxo8NP.js';
14
14
  import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
15
- import { ColumnDef } from '@tanstack/react-table';
15
+ import { ColumnDef, ExpandedState } from '@tanstack/react-table';
16
16
  import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-DCfP4o32.js';
17
17
  export { a as getIcon, g as getIconByModule, b as getIconByModuleName } from '../AuthComponent-DCfP4o32.js';
18
18
  import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
@@ -568,6 +568,7 @@ type ContentListTableProps = {
568
568
  context?: Record<string, any>;
569
569
  expandable?: boolean;
570
570
  getSubRows?: (row: any) => any[];
571
+ defaultExpanded?: boolean | ExpandedState;
571
572
  };
572
573
  declare const ContentListTable: React$1.NamedExoticComponent<ContentListTableProps>;
573
574
 
@@ -1854,14 +1855,18 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
1854
1855
  * Each option object has a label, value, and an optional icon.
1855
1856
  */
1856
1857
  options: {
1857
- /** The text to display for the option. */
1858
+ /** The text to display for the option in the dropdown. */
1858
1859
  label: string;
1859
1860
  /** The unique value associated with the option. */
1860
1861
  value: string;
1862
+ /** Optional text to display when selected (in badges). Falls back to label if not provided. */
1863
+ selectedLabel?: string;
1861
1864
  /** Optional icon component to display alongside the option. */
1862
1865
  icon?: React$1.ComponentType<{
1863
1866
  className?: string;
1864
1867
  }>;
1868
+ /** Optional custom className for the icon. */
1869
+ iconClassName?: string;
1865
1870
  }[];
1866
1871
  /**
1867
1872
  * Callback function triggered when the selected values change.
@@ -1921,7 +1926,95 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
1921
1926
  * Optional, defaults to "No results found.".
1922
1927
  */
1923
1928
  emptyText?: string;
1929
+ /**
1930
+ * Whether to hide the "Select All" option.
1931
+ * Optional, defaults to false.
1932
+ */
1933
+ hideSelectAll?: boolean;
1934
+ /**
1935
+ * Custom function to determine if an option should appear selected.
1936
+ * Useful when option values differ from selected values (e.g., prefixed values).
1937
+ * If not provided, uses default check: selectedValues.includes(option.value)
1938
+ */
1939
+ isOptionSelected?: (optionValue: string, selectedValues: string[]) => boolean;
1924
1940
  }
1925
1941
  declare const MultiSelect: React$1.ForwardRefExoticComponent<MultiSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
1926
1942
 
1927
- export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useFileUpload, useSidebar };
1943
+ interface Option {
1944
+ value: string;
1945
+ label: string;
1946
+ /** Label to display in the badge when selected. Falls back to label if not provided. */
1947
+ selectedLabel?: string;
1948
+ disable?: boolean;
1949
+ /** fixed option that can't be removed. */
1950
+ fixed?: boolean;
1951
+ /** Group the options by providing key. */
1952
+ [key: string]: unknown;
1953
+ }
1954
+ interface MultipleSelectorProps {
1955
+ value?: Option[];
1956
+ defaultOptions?: Option[];
1957
+ /** manually controlled options */
1958
+ options?: Option[];
1959
+ placeholder?: string;
1960
+ /** Loading component. */
1961
+ loadingIndicator?: React$1.ReactNode;
1962
+ /** Empty component. */
1963
+ emptyIndicator?: React$1.ReactNode;
1964
+ /** Debounce time for async search. Only work with `onSearch`. */
1965
+ delay?: number;
1966
+ /**
1967
+ * Only work with `onSearch` prop. Trigger search when `onFocus`.
1968
+ * For example, when user click on the input, it will trigger the search to get initial options.
1969
+ **/
1970
+ triggerSearchOnFocus?: boolean;
1971
+ /** async search */
1972
+ onSearch?: (value: string) => Promise<Option[]>;
1973
+ /**
1974
+ * sync search. This search will not showing loadingIndicator.
1975
+ * The rest props are the same as async search.
1976
+ * i.e.: creatable, groupBy, delay.
1977
+ **/
1978
+ onSearchSync?: (value: string) => Option[];
1979
+ onChange?: (options: Option[]) => void;
1980
+ /** Limit the maximum number of selected options. */
1981
+ maxSelected?: number;
1982
+ /** When the number of selected options exceeds the limit, the onMaxSelected will be called. */
1983
+ onMaxSelected?: (maxLimit: number) => void;
1984
+ /** Hide the placeholder when there are options selected. */
1985
+ hidePlaceholderWhenSelected?: boolean;
1986
+ disabled?: boolean;
1987
+ /** Group the options base on provided key. */
1988
+ groupBy?: string;
1989
+ className?: string;
1990
+ badgeClassName?: string;
1991
+ /**
1992
+ * First item selected is a default behavior by cmdk. That is why the default is true.
1993
+ * This is a workaround solution by add a dummy item.
1994
+ *
1995
+ * @reference: https://github.com/pacocoursey/cmdk/issues/171
1996
+ */
1997
+ selectFirstItem?: boolean;
1998
+ /** Allow user to create option when there is no option matched. */
1999
+ creatable?: boolean;
2000
+ /** Props of `Command` */
2001
+ commandProps?: React$1.ComponentPropsWithoutRef<typeof Command>;
2002
+ /** Props of `CommandInput` */
2003
+ inputProps?: Omit<React$1.ComponentPropsWithoutRef<typeof Command$1.Input>, "value" | "placeholder" | "disabled">;
2004
+ /** hide the clear all button. */
2005
+ hideClearAllButton?: boolean;
2006
+ /** Custom render function for options in the dropdown */
2007
+ renderOption?: (option: Option) => React$1.ReactNode;
2008
+ /** Maximum number of badges to display before showing "+X more" */
2009
+ maxDisplayCount?: number;
2010
+ }
2011
+ interface MultipleSelectorRef {
2012
+ selectedValue: Option[];
2013
+ input: HTMLInputElement;
2014
+ focus: () => void;
2015
+ reset: () => void;
2016
+ }
2017
+ declare function useDebounce<T>(value: T, delay?: number): T;
2018
+ declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
2019
+
2020
+ export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useDebounce, useFileUpload, useSidebar };
@@ -394,7 +394,9 @@
394
394
 
395
395
 
396
396
 
397
- var _chunkFLQPQEY2js = require('../chunk-FLQPQEY2.js');
397
+
398
+
399
+ var _chunk6RE6272Ljs = require('../chunk-6RE6272L.js');
398
400
  require('../chunk-V63TFESU.js');
399
401
 
400
402
 
@@ -811,5 +813,7 @@ require('../chunk-7QVYU63E.js');
811
813
 
812
814
 
813
815
 
814
- exports.AcceptInvitation = _chunkFLQPQEY2js.AcceptInvitation; exports.Accordion = _chunkFLQPQEY2js.Accordion; exports.AccordionContent = _chunkFLQPQEY2js.AccordionContent; exports.AccordionItem = _chunkFLQPQEY2js.AccordionItem; exports.AccordionTrigger = _chunkFLQPQEY2js.AccordionTrigger; exports.ActivateAccount = _chunkFLQPQEY2js.ActivateAccount; exports.AddUserToRole = _chunkFLQPQEY2js.AddUserToRole; exports.AdminCompanyContainer = _chunkFLQPQEY2js.AdminCompanyContainer; exports.AdminUsersList = _chunkFLQPQEY2js.AdminUsersList; exports.Alert = _chunkFLQPQEY2js.Alert; exports.AlertAction = _chunkFLQPQEY2js.AlertAction; exports.AlertDescription = _chunkFLQPQEY2js.AlertDescription; exports.AlertDialog = _chunkFLQPQEY2js.AlertDialog; exports.AlertDialogAction = _chunkFLQPQEY2js.AlertDialogAction; exports.AlertDialogCancel = _chunkFLQPQEY2js.AlertDialogCancel; exports.AlertDialogContent = _chunkFLQPQEY2js.AlertDialogContent; exports.AlertDialogDescription = _chunkFLQPQEY2js.AlertDialogDescription; exports.AlertDialogFooter = _chunkFLQPQEY2js.AlertDialogFooter; exports.AlertDialogHeader = _chunkFLQPQEY2js.AlertDialogHeader; exports.AlertDialogMedia = _chunkFLQPQEY2js.AlertDialogMedia; exports.AlertDialogOverlay = _chunkFLQPQEY2js.AlertDialogOverlay; exports.AlertDialogPortal = _chunkFLQPQEY2js.AlertDialogPortal; exports.AlertDialogTitle = _chunkFLQPQEY2js.AlertDialogTitle; exports.AlertDialogTrigger = _chunkFLQPQEY2js.AlertDialogTrigger; exports.AlertTitle = _chunkFLQPQEY2js.AlertTitle; exports.AllowedUsersDetails = _chunkFLQPQEY2js.AllowedUsersDetails; exports.AttributeElement = _chunkFLQPQEY2js.AttributeElement; exports.AuthContainer = _chunkFLQPQEY2js.AuthContainer; exports.Avatar = _chunkFLQPQEY2js.Avatar; exports.AvatarBadge = _chunkFLQPQEY2js.AvatarBadge; exports.AvatarFallback = _chunkFLQPQEY2js.AvatarFallback; exports.AvatarGroup = _chunkFLQPQEY2js.AvatarGroup; exports.AvatarGroupCount = _chunkFLQPQEY2js.AvatarGroupCount; exports.AvatarImage = _chunkFLQPQEY2js.AvatarImage; exports.BackupCodesDialog = _chunkFLQPQEY2js.BackupCodesDialog; exports.Badge = _chunkFLQPQEY2js.Badge; exports.BlockNoteEditorContainer = _chunkFLQPQEY2js.BlockNoteEditorContainer; exports.Board = _chunkFLQPQEY2js.KanbanBoard; exports.Breadcrumb = _chunkFLQPQEY2js.Breadcrumb; exports.BreadcrumbEllipsis = _chunkFLQPQEY2js.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkFLQPQEY2js.BreadcrumbItem; exports.BreadcrumbLink = _chunkFLQPQEY2js.BreadcrumbLink; exports.BreadcrumbList = _chunkFLQPQEY2js.BreadcrumbList; exports.BreadcrumbNavigation = _chunkFLQPQEY2js.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkFLQPQEY2js.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkFLQPQEY2js.BreadcrumbSeparator; exports.Button = _chunkFLQPQEY2js.Button; exports.Calendar = _chunkFLQPQEY2js.Calendar; exports.CalendarDayButton = _chunkFLQPQEY2js.CalendarDayButton; exports.Card = _chunkFLQPQEY2js.Card; exports.CardAction = _chunkFLQPQEY2js.CardAction; exports.CardContent = _chunkFLQPQEY2js.CardContent; exports.CardDescription = _chunkFLQPQEY2js.CardDescription; exports.CardFooter = _chunkFLQPQEY2js.CardFooter; exports.CardHeader = _chunkFLQPQEY2js.CardHeader; exports.CardTitle = _chunkFLQPQEY2js.CardTitle; exports.Carousel = _chunkFLQPQEY2js.Carousel; exports.CarouselContent = _chunkFLQPQEY2js.CarouselContent; exports.CarouselItem = _chunkFLQPQEY2js.CarouselItem; exports.CarouselNext = _chunkFLQPQEY2js.CarouselNext; exports.CarouselPrevious = _chunkFLQPQEY2js.CarouselPrevious; exports.ChartContainer = _chunkFLQPQEY2js.ChartContainer; exports.ChartLegend = _chunkFLQPQEY2js.ChartLegend; exports.ChartLegendContent = _chunkFLQPQEY2js.ChartLegendContent; exports.ChartStyle = _chunkFLQPQEY2js.ChartStyle; exports.ChartTooltip = _chunkFLQPQEY2js.ChartTooltip; exports.ChartTooltipContent = _chunkFLQPQEY2js.ChartTooltipContent; exports.Checkbox = _chunkFLQPQEY2js.Checkbox; exports.Collapsible = _chunkFLQPQEY2js.Collapsible; exports.CollapsibleContent = _chunkFLQPQEY2js.CollapsibleContent; exports.CollapsibleTrigger = _chunkFLQPQEY2js.CollapsibleTrigger; exports.Column = _chunkFLQPQEY2js.KanbanColumn; exports.ColumnHandle = _chunkFLQPQEY2js.KanbanColumnHandle; exports.Command = _chunkFLQPQEY2js.Command; exports.CommandDialog = _chunkFLQPQEY2js.CommandDialog; exports.CommandEmpty = _chunkFLQPQEY2js.CommandEmpty; exports.CommandGroup = _chunkFLQPQEY2js.CommandGroup; exports.CommandInput = _chunkFLQPQEY2js.CommandInput; exports.CommandItem = _chunkFLQPQEY2js.CommandItem; exports.CommandList = _chunkFLQPQEY2js.CommandList; exports.CommandSeparator = _chunkFLQPQEY2js.CommandSeparator; exports.CommandShortcut = _chunkFLQPQEY2js.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkFLQPQEY2js.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkFLQPQEY2js.CommonAssociationTrigger; exports.CommonDeleter = _chunkFLQPQEY2js.CommonDeleter; exports.CommonEditorButtons = _chunkFLQPQEY2js.CommonEditorButtons; exports.CommonEditorHeader = _chunkFLQPQEY2js.CommonEditorHeader; exports.CommonEditorTrigger = _chunkFLQPQEY2js.CommonEditorTrigger; exports.CompaniesList = _chunkFLQPQEY2js.CompaniesList; exports.CompanyConfigurationEditor = _chunkFLQPQEY2js.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkFLQPQEY2js.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkFLQPQEY2js.CompanyContainer; exports.CompanyDeleter = _chunkFLQPQEY2js.CompanyDeleter; exports.CompanyDetails = _chunkFLQPQEY2js.CompanyDetails; exports.CompanyEditor = _chunkFLQPQEY2js.CompanyEditor; exports.CompanyUsersList = _chunkFLQPQEY2js.CompanyUsersList; exports.ContentListTable = _chunkFLQPQEY2js.ContentListTable; exports.ContentTableSearch = _chunkFLQPQEY2js.ContentTableSearch; exports.ContentTitle = _chunkFLQPQEY2js.ContentTitle; exports.ContentsList = _chunkFLQPQEY2js.ContentsList; exports.ContentsListById = _chunkFLQPQEY2js.ContentsListById; exports.ContextMenu = _chunkFLQPQEY2js.ContextMenu; exports.ContextMenuCheckboxItem = _chunkFLQPQEY2js.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkFLQPQEY2js.ContextMenuContent; exports.ContextMenuGroup = _chunkFLQPQEY2js.ContextMenuGroup; exports.ContextMenuItem = _chunkFLQPQEY2js.ContextMenuItem; exports.ContextMenuLabel = _chunkFLQPQEY2js.ContextMenuLabel; exports.ContextMenuPortal = _chunkFLQPQEY2js.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkFLQPQEY2js.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkFLQPQEY2js.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkFLQPQEY2js.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkFLQPQEY2js.ContextMenuShortcut; exports.ContextMenuSub = _chunkFLQPQEY2js.ContextMenuSub; exports.ContextMenuSubContent = _chunkFLQPQEY2js.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkFLQPQEY2js.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkFLQPQEY2js.ContextMenuTrigger; exports.ContributorsList = _chunkFLQPQEY2js.ContributorsList; exports.Cookies = _chunkFLQPQEY2js.Cookies; exports.DatePickerPopover = _chunkFLQPQEY2js.DatePickerPopover; exports.DateRangeSelector = _chunkFLQPQEY2js.DateRangeSelector; exports.Dialog = _chunkFLQPQEY2js.Dialog; exports.DialogClose = _chunkFLQPQEY2js.DialogClose; exports.DialogContent = _chunkFLQPQEY2js.DialogContent; exports.DialogDescription = _chunkFLQPQEY2js.DialogDescription; exports.DialogFooter = _chunkFLQPQEY2js.DialogFooter; exports.DialogHeader = _chunkFLQPQEY2js.DialogHeader; exports.DialogOverlay = _chunkFLQPQEY2js.DialogOverlay; exports.DialogPortal = _chunkFLQPQEY2js.DialogPortal; exports.DialogTitle = _chunkFLQPQEY2js.DialogTitle; exports.DialogTrigger = _chunkFLQPQEY2js.DialogTrigger; exports.DisableTwoFactorDialog = _chunkFLQPQEY2js.DisableTwoFactorDialog; exports.Drawer = _chunkFLQPQEY2js.Drawer; exports.DrawerClose = _chunkFLQPQEY2js.DrawerClose; exports.DrawerContent = _chunkFLQPQEY2js.DrawerContent; exports.DrawerDescription = _chunkFLQPQEY2js.DrawerDescription; exports.DrawerFooter = _chunkFLQPQEY2js.DrawerFooter; exports.DrawerHeader = _chunkFLQPQEY2js.DrawerHeader; exports.DrawerOverlay = _chunkFLQPQEY2js.DrawerOverlay; exports.DrawerPortal = _chunkFLQPQEY2js.DrawerPortal; exports.DrawerTitle = _chunkFLQPQEY2js.DrawerTitle; exports.DrawerTrigger = _chunkFLQPQEY2js.DrawerTrigger; exports.DropdownMenu = _chunkFLQPQEY2js.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkFLQPQEY2js.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkFLQPQEY2js.DropdownMenuContent; exports.DropdownMenuGroup = _chunkFLQPQEY2js.DropdownMenuGroup; exports.DropdownMenuItem = _chunkFLQPQEY2js.DropdownMenuItem; exports.DropdownMenuLabel = _chunkFLQPQEY2js.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkFLQPQEY2js.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkFLQPQEY2js.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkFLQPQEY2js.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkFLQPQEY2js.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkFLQPQEY2js.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkFLQPQEY2js.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkFLQPQEY2js.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkFLQPQEY2js.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkFLQPQEY2js.DropdownMenuTrigger; exports.ErrorDetails = _chunkFLQPQEY2js.ErrorDetails; exports.Field = _chunkFLQPQEY2js.Field; exports.FieldContent = _chunkFLQPQEY2js.FieldContent; exports.FieldDescription = _chunkFLQPQEY2js.FieldDescription; exports.FieldError = _chunkFLQPQEY2js.FieldError; exports.FieldGroup = _chunkFLQPQEY2js.FieldGroup; exports.FieldLabel = _chunkFLQPQEY2js.FieldLabel; exports.FieldLegend = _chunkFLQPQEY2js.FieldLegend; exports.FieldSeparator = _chunkFLQPQEY2js.FieldSeparator; exports.FieldSet = _chunkFLQPQEY2js.FieldSet; exports.FieldTitle = _chunkFLQPQEY2js.FieldTitle; exports.FileInput = _chunkFLQPQEY2js.FileInput; exports.FileUploader = _chunkFLQPQEY2js.FileUploader; exports.FileUploaderContent = _chunkFLQPQEY2js.FileUploaderContent; exports.FileUploaderItem = _chunkFLQPQEY2js.FileUploaderItem; exports.ForgotPassword = _chunkFLQPQEY2js.ForgotPassword; exports.Form = _chunkFLQPQEY2js.Form; exports.FormCheckbox = _chunkFLQPQEY2js.FormCheckbox; exports.FormDate = _chunkFLQPQEY2js.FormDate; exports.FormDateTime = _chunkFLQPQEY2js.FormDateTime; exports.FormFeatures = _chunkFLQPQEY2js.FormFeatures; exports.FormFieldWrapper = _chunkFLQPQEY2js.FormFieldWrapper; exports.FormInput = _chunkFLQPQEY2js.FormInput; exports.FormPassword = _chunkFLQPQEY2js.FormPassword; exports.FormPlaceAutocomplete = _chunkFLQPQEY2js.FormPlaceAutocomplete; exports.FormRoles = _chunkFLQPQEY2js.FormRoles; exports.FormSelect = _chunkFLQPQEY2js.FormSelect; exports.FormSlider = _chunkFLQPQEY2js.FormSlider; exports.FormSwitch = _chunkFLQPQEY2js.FormSwitch; exports.FormTextarea = _chunkFLQPQEY2js.FormTextarea; exports.GdprConsentCheckbox = _chunkFLQPQEY2js.GdprConsentCheckbox; exports.GdprConsentSection = _chunkFLQPQEY2js.GdprConsentSection; exports.Header = _chunkFLQPQEY2js.Header; exports.HoverCard = _chunkFLQPQEY2js.HoverCard; exports.HoverCardContent = _chunkFLQPQEY2js.HoverCardContent; exports.HoverCardTrigger = _chunkFLQPQEY2js.HoverCardTrigger; exports.Input = _chunkFLQPQEY2js.Input; exports.InputGroup = _chunkFLQPQEY2js.InputGroup; exports.InputGroupAddon = _chunkFLQPQEY2js.InputGroupAddon; exports.InputGroupButton = _chunkFLQPQEY2js.InputGroupButton; exports.InputGroupInput = _chunkFLQPQEY2js.InputGroupInput; exports.InputGroupText = _chunkFLQPQEY2js.InputGroupText; exports.InputGroupTextarea = _chunkFLQPQEY2js.InputGroupTextarea; exports.InputOTP = _chunkFLQPQEY2js.InputOTP; exports.InputOTPGroup = _chunkFLQPQEY2js.InputOTPGroup; exports.InputOTPSeparator = _chunkFLQPQEY2js.InputOTPSeparator; exports.InputOTPSlot = _chunkFLQPQEY2js.InputOTPSlot; exports.Item = _chunkFLQPQEY2js.KanbanItem; exports.ItemHandle = _chunkFLQPQEY2js.KanbanItemHandle; exports.Kanban = _chunkFLQPQEY2js.KanbanRoot; exports.KanbanBoard = _chunkFLQPQEY2js.KanbanBoard; exports.KanbanColumn = _chunkFLQPQEY2js.KanbanColumn; exports.KanbanColumnHandle = _chunkFLQPQEY2js.KanbanColumnHandle; exports.KanbanItem = _chunkFLQPQEY2js.KanbanItem; exports.KanbanItemHandle = _chunkFLQPQEY2js.KanbanItemHandle; exports.KanbanOverlay = _chunkFLQPQEY2js.KanbanOverlay; exports.Label = _chunkFLQPQEY2js.Label; exports.LandingComponent = _chunkFLQPQEY2js.LandingComponent; exports.Link = _chunkFLQPQEY2js.Link; exports.Login = _chunkFLQPQEY2js.Login; exports.Logout = _chunkFLQPQEY2js.Logout; exports.ModeToggleSwitch = _chunkFLQPQEY2js.ModeToggleSwitch; exports.MultiSelect = _chunkFLQPQEY2js.MultiSelect; exports.NavigationMenu = _chunkFLQPQEY2js.NavigationMenu; exports.NavigationMenuContent = _chunkFLQPQEY2js.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkFLQPQEY2js.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkFLQPQEY2js.NavigationMenuItem; exports.NavigationMenuLink = _chunkFLQPQEY2js.NavigationMenuLink; exports.NavigationMenuList = _chunkFLQPQEY2js.NavigationMenuList; exports.NavigationMenuPositioner = _chunkFLQPQEY2js.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkFLQPQEY2js.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkFLQPQEY2js.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkFLQPQEY2js.NotificationMenuItem; exports.NotificationModal = _chunkFLQPQEY2js.NotificationModal; exports.NotificationToast = _chunkFLQPQEY2js.NotificationToast; exports.NotificationsList = _chunkFLQPQEY2js.NotificationsList; exports.NotificationsListContainer = _chunkFLQPQEY2js.NotificationsListContainer; exports.OAuthClientCard = _chunkFLQPQEY2js.OAuthClientCard; exports.OAuthClientDetail = _chunkFLQPQEY2js.OAuthClientDetail; exports.OAuthClientForm = _chunkFLQPQEY2js.OAuthClientForm; exports.OAuthClientList = _chunkFLQPQEY2js.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkFLQPQEY2js.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkFLQPQEY2js.OAuthConsentActions; exports.OAuthConsentHeader = _chunkFLQPQEY2js.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkFLQPQEY2js.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkFLQPQEY2js.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkFLQPQEY2js.OAuthScopeList; exports.OAuthScopeSelector = _chunkFLQPQEY2js.OAuthScopeSelector; exports.OnboardingCard = _chunkFLQPQEY2js.OnboardingCard; exports.Overlay = _chunkFLQPQEY2js.KanbanOverlay; exports.PageContainer = _chunkFLQPQEY2js.PageContainer; exports.PageContainerContentDetails = _chunkFLQPQEY2js.PageContainerContentDetails; exports.PageContentContainer = _chunkFLQPQEY2js.PageContentContainer; exports.PageSection = _chunkFLQPQEY2js.PageSection; exports.PasskeyButton = _chunkFLQPQEY2js.PasskeyButton; exports.PasskeyList = _chunkFLQPQEY2js.PasskeyList; exports.PasskeySetupDialog = _chunkFLQPQEY2js.PasskeySetupDialog; exports.PasswordInput = _chunkFLQPQEY2js.PasswordInput; exports.Popover = _chunkFLQPQEY2js.Popover; exports.PopoverContent = _chunkFLQPQEY2js.PopoverContent; exports.PopoverDescription = _chunkFLQPQEY2js.PopoverDescription; exports.PopoverHeader = _chunkFLQPQEY2js.PopoverHeader; exports.PopoverTitle = _chunkFLQPQEY2js.PopoverTitle; exports.PopoverTrigger = _chunkFLQPQEY2js.PopoverTrigger; exports.Progress = _chunkFLQPQEY2js.Progress; exports.ProgressIndicator = _chunkFLQPQEY2js.ProgressIndicator; exports.ProgressLabel = _chunkFLQPQEY2js.ProgressLabel; exports.ProgressTrack = _chunkFLQPQEY2js.ProgressTrack; exports.ProgressValue = _chunkFLQPQEY2js.ProgressValue; exports.PushNotificationProvider = _chunkFLQPQEY2js.PushNotificationProvider; exports.RadioGroup = _chunkFLQPQEY2js.RadioGroup; exports.RadioGroupItem = _chunkFLQPQEY2js.RadioGroupItem; exports.ReactMarkdownContainer = _chunkFLQPQEY2js.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkFLQPQEY2js.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkFLQPQEY2js.ReferralCodeCapture; exports.ReferralDialog = _chunkFLQPQEY2js.ReferralDialog; exports.ReferralWidget = _chunkFLQPQEY2js.ReferralWidget; exports.RefreshUser = _chunkFLQPQEY2js.RefreshUser; exports.RelevantContentsList = _chunkFLQPQEY2js.RelevantContentsList; exports.RelevantUsersList = _chunkFLQPQEY2js.RelevantUsersList; exports.RemoveUserFromRole = _chunkFLQPQEY2js.RemoveUserFromRole; exports.ResetPassword = _chunkFLQPQEY2js.ResetPassword; exports.ResizableHandle = _chunkFLQPQEY2js.ResizableHandle; exports.ResizablePanel = _chunkFLQPQEY2js.ResizablePanel; exports.ResizablePanelGroup = _chunkFLQPQEY2js.ResizablePanelGroup; exports.RoleContainer = _chunkFLQPQEY2js.RoleContainer; exports.RoleDetails = _chunkFLQPQEY2js.RoleDetails; exports.RoleUsersList = _chunkFLQPQEY2js.RoleUsersList; exports.RolesList = _chunkFLQPQEY2js.RolesList; exports.Root = _chunkFLQPQEY2js.KanbanRoot; exports.ScrollArea = _chunkFLQPQEY2js.ScrollArea; exports.ScrollBar = _chunkFLQPQEY2js.ScrollBar; exports.SecurityContainer = _chunkFLQPQEY2js.SecurityContainer; exports.Select = _chunkFLQPQEY2js.Select; exports.SelectContent = _chunkFLQPQEY2js.SelectContent; exports.SelectGroup = _chunkFLQPQEY2js.SelectGroup; exports.SelectItem = _chunkFLQPQEY2js.SelectItem; exports.SelectLabel = _chunkFLQPQEY2js.SelectLabel; exports.SelectScrollDownButton = _chunkFLQPQEY2js.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkFLQPQEY2js.SelectScrollUpButton; exports.SelectSeparator = _chunkFLQPQEY2js.SelectSeparator; exports.SelectTrigger = _chunkFLQPQEY2js.SelectTrigger; exports.SelectValue = _chunkFLQPQEY2js.SelectValue; exports.Separator = _chunkFLQPQEY2js.Separator; exports.Sheet = _chunkFLQPQEY2js.Sheet; exports.SheetClose = _chunkFLQPQEY2js.SheetClose; exports.SheetContent = _chunkFLQPQEY2js.SheetContent; exports.SheetDescription = _chunkFLQPQEY2js.SheetDescription; exports.SheetFooter = _chunkFLQPQEY2js.SheetFooter; exports.SheetHeader = _chunkFLQPQEY2js.SheetHeader; exports.SheetTitle = _chunkFLQPQEY2js.SheetTitle; exports.SheetTrigger = _chunkFLQPQEY2js.SheetTrigger; exports.Sidebar = _chunkFLQPQEY2js.Sidebar; exports.SidebarContent = _chunkFLQPQEY2js.SidebarContent; exports.SidebarFooter = _chunkFLQPQEY2js.SidebarFooter; exports.SidebarGroup = _chunkFLQPQEY2js.SidebarGroup; exports.SidebarGroupAction = _chunkFLQPQEY2js.SidebarGroupAction; exports.SidebarGroupContent = _chunkFLQPQEY2js.SidebarGroupContent; exports.SidebarGroupLabel = _chunkFLQPQEY2js.SidebarGroupLabel; exports.SidebarHeader = _chunkFLQPQEY2js.SidebarHeader; exports.SidebarInput = _chunkFLQPQEY2js.SidebarInput; exports.SidebarInset = _chunkFLQPQEY2js.SidebarInset; exports.SidebarMenu = _chunkFLQPQEY2js.SidebarMenu; exports.SidebarMenuAction = _chunkFLQPQEY2js.SidebarMenuAction; exports.SidebarMenuBadge = _chunkFLQPQEY2js.SidebarMenuBadge; exports.SidebarMenuButton = _chunkFLQPQEY2js.SidebarMenuButton; exports.SidebarMenuItem = _chunkFLQPQEY2js.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkFLQPQEY2js.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkFLQPQEY2js.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkFLQPQEY2js.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkFLQPQEY2js.SidebarMenuSubItem; exports.SidebarProvider = _chunkFLQPQEY2js.SidebarProvider; exports.SidebarRail = _chunkFLQPQEY2js.SidebarRail; exports.SidebarSeparator = _chunkFLQPQEY2js.SidebarSeparator; exports.SidebarTrigger = _chunkFLQPQEY2js.SidebarTrigger; exports.Skeleton = _chunkFLQPQEY2js.Skeleton; exports.Slider = _chunkFLQPQEY2js.Slider; exports.Switch = _chunkFLQPQEY2js.Switch; exports.Table = _chunkFLQPQEY2js.Table; exports.TableBody = _chunkFLQPQEY2js.TableBody; exports.TableCaption = _chunkFLQPQEY2js.TableCaption; exports.TableCell = _chunkFLQPQEY2js.TableCell; exports.TableFooter = _chunkFLQPQEY2js.TableFooter; exports.TableHead = _chunkFLQPQEY2js.TableHead; exports.TableHeader = _chunkFLQPQEY2js.TableHeader; exports.TableRow = _chunkFLQPQEY2js.TableRow; exports.Tabs = _chunkFLQPQEY2js.Tabs; exports.TabsContainer = _chunkFLQPQEY2js.TabsContainer; exports.TabsContent = _chunkFLQPQEY2js.TabsContent; exports.TabsList = _chunkFLQPQEY2js.TabsList; exports.TabsTrigger = _chunkFLQPQEY2js.TabsTrigger; exports.Textarea = _chunkFLQPQEY2js.Textarea; exports.Toaster = _chunkFLQPQEY2js.Toaster; exports.Toggle = _chunkFLQPQEY2js.Toggle; exports.TokenStatusIndicator = _chunkFLQPQEY2js.TokenStatusIndicator; exports.Tooltip = _chunkFLQPQEY2js.Tooltip; exports.TooltipContent = _chunkFLQPQEY2js.TooltipContent; exports.TooltipProvider = _chunkFLQPQEY2js.TooltipProvider; exports.TooltipTrigger = _chunkFLQPQEY2js.TooltipTrigger; exports.TotpAuthenticatorList = _chunkFLQPQEY2js.TotpAuthenticatorList; exports.TotpInput = _chunkFLQPQEY2js.TotpInput; exports.TotpSetupDialog = _chunkFLQPQEY2js.TotpSetupDialog; exports.TwoFactorChallenge = _chunkFLQPQEY2js.TwoFactorChallenge; exports.TwoFactorSettings = _chunkFLQPQEY2js.TwoFactorSettings; exports.UserAvatar = _chunkFLQPQEY2js.UserAvatar; exports.UserAvatarEditor = _chunkFLQPQEY2js.UserAvatarEditor; exports.UserContainer = _chunkFLQPQEY2js.UserContainer; exports.UserDeleter = _chunkFLQPQEY2js.UserDeleter; exports.UserDetails = _chunkFLQPQEY2js.UserDetails; exports.UserEditor = _chunkFLQPQEY2js.UserEditor; exports.UserIndexContainer = _chunkFLQPQEY2js.UserIndexContainer; exports.UserIndexDetails = _chunkFLQPQEY2js.UserIndexDetails; exports.UserListInAdd = _chunkFLQPQEY2js.UserListInAdd; exports.UserMultiSelect = _chunkFLQPQEY2js.UserMultiSelect; exports.UserReactivator = _chunkFLQPQEY2js.UserReactivator; exports.UserResentInvitationEmail = _chunkFLQPQEY2js.UserResentInvitationEmail; exports.UserRoleAdd = _chunkFLQPQEY2js.UserRoleAdd; exports.UserRolesList = _chunkFLQPQEY2js.UserRolesList; exports.UserSelector = _chunkFLQPQEY2js.UserSelector; exports.UserStanadaloneDetails = _chunkFLQPQEY2js.UserStanadaloneDetails; exports.UsersList = _chunkFLQPQEY2js.UsersList; exports.UsersListByContentIds = _chunkFLQPQEY2js.UsersListByContentIds; exports.UsersListContainer = _chunkFLQPQEY2js.UsersListContainer; exports.WaitlistConfirmation = _chunkFLQPQEY2js.WaitlistConfirmation; exports.WaitlistForm = _chunkFLQPQEY2js.WaitlistForm; exports.WaitlistHeroSection = _chunkFLQPQEY2js.WaitlistHeroSection; exports.WaitlistList = _chunkFLQPQEY2js.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkFLQPQEY2js.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkFLQPQEY2js.WaitlistSuccessState; exports.badgeVariants = _chunkFLQPQEY2js.badgeVariants; exports.buttonVariants = _chunkFLQPQEY2js.buttonVariants; exports.cellComponent = _chunkFLQPQEY2js.cellComponent; exports.cellDate = _chunkFLQPQEY2js.cellDate; exports.cellId = _chunkFLQPQEY2js.cellId; exports.cellLink = _chunkFLQPQEY2js.cellLink; exports.cellUrl = _chunkFLQPQEY2js.cellUrl; exports.errorToast = _chunkFLQPQEY2js.errorToast; exports.generateNotificationData = _chunkFLQPQEY2js.generateNotificationData; exports.getIcon = _chunkULHMVHDSjs.getIcon; exports.getIconByModule = _chunkULHMVHDSjs.getIconByModule; exports.getIconByModuleName = _chunkULHMVHDSjs.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunkFLQPQEY2js.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkFLQPQEY2js.tabsListVariants; exports.toggleVariants = _chunkFLQPQEY2js.toggleVariants; exports.triggerAssociationToast = _chunkFLQPQEY2js.triggerAssociationToast; exports.useCarousel = _chunkFLQPQEY2js.useCarousel; exports.useFileUpload = _chunkFLQPQEY2js.useFileUpload; exports.useSidebar = _chunkFLQPQEY2js.useSidebar;
816
+
817
+
818
+ exports.AcceptInvitation = _chunk6RE6272Ljs.AcceptInvitation; exports.Accordion = _chunk6RE6272Ljs.Accordion; exports.AccordionContent = _chunk6RE6272Ljs.AccordionContent; exports.AccordionItem = _chunk6RE6272Ljs.AccordionItem; exports.AccordionTrigger = _chunk6RE6272Ljs.AccordionTrigger; exports.ActivateAccount = _chunk6RE6272Ljs.ActivateAccount; exports.AddUserToRole = _chunk6RE6272Ljs.AddUserToRole; exports.AdminCompanyContainer = _chunk6RE6272Ljs.AdminCompanyContainer; exports.AdminUsersList = _chunk6RE6272Ljs.AdminUsersList; exports.Alert = _chunk6RE6272Ljs.Alert; exports.AlertAction = _chunk6RE6272Ljs.AlertAction; exports.AlertDescription = _chunk6RE6272Ljs.AlertDescription; exports.AlertDialog = _chunk6RE6272Ljs.AlertDialog; exports.AlertDialogAction = _chunk6RE6272Ljs.AlertDialogAction; exports.AlertDialogCancel = _chunk6RE6272Ljs.AlertDialogCancel; exports.AlertDialogContent = _chunk6RE6272Ljs.AlertDialogContent; exports.AlertDialogDescription = _chunk6RE6272Ljs.AlertDialogDescription; exports.AlertDialogFooter = _chunk6RE6272Ljs.AlertDialogFooter; exports.AlertDialogHeader = _chunk6RE6272Ljs.AlertDialogHeader; exports.AlertDialogMedia = _chunk6RE6272Ljs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk6RE6272Ljs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk6RE6272Ljs.AlertDialogPortal; exports.AlertDialogTitle = _chunk6RE6272Ljs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk6RE6272Ljs.AlertDialogTrigger; exports.AlertTitle = _chunk6RE6272Ljs.AlertTitle; exports.AllowedUsersDetails = _chunk6RE6272Ljs.AllowedUsersDetails; exports.AttributeElement = _chunk6RE6272Ljs.AttributeElement; exports.AuthContainer = _chunk6RE6272Ljs.AuthContainer; exports.Avatar = _chunk6RE6272Ljs.Avatar; exports.AvatarBadge = _chunk6RE6272Ljs.AvatarBadge; exports.AvatarFallback = _chunk6RE6272Ljs.AvatarFallback; exports.AvatarGroup = _chunk6RE6272Ljs.AvatarGroup; exports.AvatarGroupCount = _chunk6RE6272Ljs.AvatarGroupCount; exports.AvatarImage = _chunk6RE6272Ljs.AvatarImage; exports.BackupCodesDialog = _chunk6RE6272Ljs.BackupCodesDialog; exports.Badge = _chunk6RE6272Ljs.Badge; exports.BlockNoteEditorContainer = _chunk6RE6272Ljs.BlockNoteEditorContainer; exports.Board = _chunk6RE6272Ljs.KanbanBoard; exports.Breadcrumb = _chunk6RE6272Ljs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk6RE6272Ljs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk6RE6272Ljs.BreadcrumbItem; exports.BreadcrumbLink = _chunk6RE6272Ljs.BreadcrumbLink; exports.BreadcrumbList = _chunk6RE6272Ljs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk6RE6272Ljs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk6RE6272Ljs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk6RE6272Ljs.BreadcrumbSeparator; exports.Button = _chunk6RE6272Ljs.Button; exports.Calendar = _chunk6RE6272Ljs.Calendar; exports.CalendarDayButton = _chunk6RE6272Ljs.CalendarDayButton; exports.Card = _chunk6RE6272Ljs.Card; exports.CardAction = _chunk6RE6272Ljs.CardAction; exports.CardContent = _chunk6RE6272Ljs.CardContent; exports.CardDescription = _chunk6RE6272Ljs.CardDescription; exports.CardFooter = _chunk6RE6272Ljs.CardFooter; exports.CardHeader = _chunk6RE6272Ljs.CardHeader; exports.CardTitle = _chunk6RE6272Ljs.CardTitle; exports.Carousel = _chunk6RE6272Ljs.Carousel; exports.CarouselContent = _chunk6RE6272Ljs.CarouselContent; exports.CarouselItem = _chunk6RE6272Ljs.CarouselItem; exports.CarouselNext = _chunk6RE6272Ljs.CarouselNext; exports.CarouselPrevious = _chunk6RE6272Ljs.CarouselPrevious; exports.ChartContainer = _chunk6RE6272Ljs.ChartContainer; exports.ChartLegend = _chunk6RE6272Ljs.ChartLegend; exports.ChartLegendContent = _chunk6RE6272Ljs.ChartLegendContent; exports.ChartStyle = _chunk6RE6272Ljs.ChartStyle; exports.ChartTooltip = _chunk6RE6272Ljs.ChartTooltip; exports.ChartTooltipContent = _chunk6RE6272Ljs.ChartTooltipContent; exports.Checkbox = _chunk6RE6272Ljs.Checkbox; exports.Collapsible = _chunk6RE6272Ljs.Collapsible; exports.CollapsibleContent = _chunk6RE6272Ljs.CollapsibleContent; exports.CollapsibleTrigger = _chunk6RE6272Ljs.CollapsibleTrigger; exports.Column = _chunk6RE6272Ljs.KanbanColumn; exports.ColumnHandle = _chunk6RE6272Ljs.KanbanColumnHandle; exports.Command = _chunk6RE6272Ljs.Command; exports.CommandDialog = _chunk6RE6272Ljs.CommandDialog; exports.CommandEmpty = _chunk6RE6272Ljs.CommandEmpty; exports.CommandGroup = _chunk6RE6272Ljs.CommandGroup; exports.CommandInput = _chunk6RE6272Ljs.CommandInput; exports.CommandItem = _chunk6RE6272Ljs.CommandItem; exports.CommandList = _chunk6RE6272Ljs.CommandList; exports.CommandSeparator = _chunk6RE6272Ljs.CommandSeparator; exports.CommandShortcut = _chunk6RE6272Ljs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk6RE6272Ljs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk6RE6272Ljs.CommonAssociationTrigger; exports.CommonDeleter = _chunk6RE6272Ljs.CommonDeleter; exports.CommonEditorButtons = _chunk6RE6272Ljs.CommonEditorButtons; exports.CommonEditorHeader = _chunk6RE6272Ljs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk6RE6272Ljs.CommonEditorTrigger; exports.CompaniesList = _chunk6RE6272Ljs.CompaniesList; exports.CompanyConfigurationEditor = _chunk6RE6272Ljs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunk6RE6272Ljs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunk6RE6272Ljs.CompanyContainer; exports.CompanyDeleter = _chunk6RE6272Ljs.CompanyDeleter; exports.CompanyDetails = _chunk6RE6272Ljs.CompanyDetails; exports.CompanyEditor = _chunk6RE6272Ljs.CompanyEditor; exports.CompanyUsersList = _chunk6RE6272Ljs.CompanyUsersList; exports.ContentListTable = _chunk6RE6272Ljs.ContentListTable; exports.ContentTableSearch = _chunk6RE6272Ljs.ContentTableSearch; exports.ContentTitle = _chunk6RE6272Ljs.ContentTitle; exports.ContentsList = _chunk6RE6272Ljs.ContentsList; exports.ContentsListById = _chunk6RE6272Ljs.ContentsListById; exports.ContextMenu = _chunk6RE6272Ljs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk6RE6272Ljs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk6RE6272Ljs.ContextMenuContent; exports.ContextMenuGroup = _chunk6RE6272Ljs.ContextMenuGroup; exports.ContextMenuItem = _chunk6RE6272Ljs.ContextMenuItem; exports.ContextMenuLabel = _chunk6RE6272Ljs.ContextMenuLabel; exports.ContextMenuPortal = _chunk6RE6272Ljs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk6RE6272Ljs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk6RE6272Ljs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk6RE6272Ljs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk6RE6272Ljs.ContextMenuShortcut; exports.ContextMenuSub = _chunk6RE6272Ljs.ContextMenuSub; exports.ContextMenuSubContent = _chunk6RE6272Ljs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk6RE6272Ljs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk6RE6272Ljs.ContextMenuTrigger; exports.ContributorsList = _chunk6RE6272Ljs.ContributorsList; exports.Cookies = _chunk6RE6272Ljs.Cookies; exports.DatePickerPopover = _chunk6RE6272Ljs.DatePickerPopover; exports.DateRangeSelector = _chunk6RE6272Ljs.DateRangeSelector; exports.Dialog = _chunk6RE6272Ljs.Dialog; exports.DialogClose = _chunk6RE6272Ljs.DialogClose; exports.DialogContent = _chunk6RE6272Ljs.DialogContent; exports.DialogDescription = _chunk6RE6272Ljs.DialogDescription; exports.DialogFooter = _chunk6RE6272Ljs.DialogFooter; exports.DialogHeader = _chunk6RE6272Ljs.DialogHeader; exports.DialogOverlay = _chunk6RE6272Ljs.DialogOverlay; exports.DialogPortal = _chunk6RE6272Ljs.DialogPortal; exports.DialogTitle = _chunk6RE6272Ljs.DialogTitle; exports.DialogTrigger = _chunk6RE6272Ljs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk6RE6272Ljs.DisableTwoFactorDialog; exports.Drawer = _chunk6RE6272Ljs.Drawer; exports.DrawerClose = _chunk6RE6272Ljs.DrawerClose; exports.DrawerContent = _chunk6RE6272Ljs.DrawerContent; exports.DrawerDescription = _chunk6RE6272Ljs.DrawerDescription; exports.DrawerFooter = _chunk6RE6272Ljs.DrawerFooter; exports.DrawerHeader = _chunk6RE6272Ljs.DrawerHeader; exports.DrawerOverlay = _chunk6RE6272Ljs.DrawerOverlay; exports.DrawerPortal = _chunk6RE6272Ljs.DrawerPortal; exports.DrawerTitle = _chunk6RE6272Ljs.DrawerTitle; exports.DrawerTrigger = _chunk6RE6272Ljs.DrawerTrigger; exports.DropdownMenu = _chunk6RE6272Ljs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk6RE6272Ljs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk6RE6272Ljs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk6RE6272Ljs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk6RE6272Ljs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk6RE6272Ljs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk6RE6272Ljs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk6RE6272Ljs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk6RE6272Ljs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk6RE6272Ljs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk6RE6272Ljs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk6RE6272Ljs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk6RE6272Ljs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk6RE6272Ljs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk6RE6272Ljs.DropdownMenuTrigger; exports.ErrorDetails = _chunk6RE6272Ljs.ErrorDetails; exports.Field = _chunk6RE6272Ljs.Field; exports.FieldContent = _chunk6RE6272Ljs.FieldContent; exports.FieldDescription = _chunk6RE6272Ljs.FieldDescription; exports.FieldError = _chunk6RE6272Ljs.FieldError; exports.FieldGroup = _chunk6RE6272Ljs.FieldGroup; exports.FieldLabel = _chunk6RE6272Ljs.FieldLabel; exports.FieldLegend = _chunk6RE6272Ljs.FieldLegend; exports.FieldSeparator = _chunk6RE6272Ljs.FieldSeparator; exports.FieldSet = _chunk6RE6272Ljs.FieldSet; exports.FieldTitle = _chunk6RE6272Ljs.FieldTitle; exports.FileInput = _chunk6RE6272Ljs.FileInput; exports.FileUploader = _chunk6RE6272Ljs.FileUploader; exports.FileUploaderContent = _chunk6RE6272Ljs.FileUploaderContent; exports.FileUploaderItem = _chunk6RE6272Ljs.FileUploaderItem; exports.ForgotPassword = _chunk6RE6272Ljs.ForgotPassword; exports.Form = _chunk6RE6272Ljs.Form; exports.FormCheckbox = _chunk6RE6272Ljs.FormCheckbox; exports.FormDate = _chunk6RE6272Ljs.FormDate; exports.FormDateTime = _chunk6RE6272Ljs.FormDateTime; exports.FormFeatures = _chunk6RE6272Ljs.FormFeatures; exports.FormFieldWrapper = _chunk6RE6272Ljs.FormFieldWrapper; exports.FormInput = _chunk6RE6272Ljs.FormInput; exports.FormPassword = _chunk6RE6272Ljs.FormPassword; exports.FormPlaceAutocomplete = _chunk6RE6272Ljs.FormPlaceAutocomplete; exports.FormRoles = _chunk6RE6272Ljs.FormRoles; exports.FormSelect = _chunk6RE6272Ljs.FormSelect; exports.FormSlider = _chunk6RE6272Ljs.FormSlider; exports.FormSwitch = _chunk6RE6272Ljs.FormSwitch; exports.FormTextarea = _chunk6RE6272Ljs.FormTextarea; exports.GdprConsentCheckbox = _chunk6RE6272Ljs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk6RE6272Ljs.GdprConsentSection; exports.Header = _chunk6RE6272Ljs.Header; exports.HoverCard = _chunk6RE6272Ljs.HoverCard; exports.HoverCardContent = _chunk6RE6272Ljs.HoverCardContent; exports.HoverCardTrigger = _chunk6RE6272Ljs.HoverCardTrigger; exports.Input = _chunk6RE6272Ljs.Input; exports.InputGroup = _chunk6RE6272Ljs.InputGroup; exports.InputGroupAddon = _chunk6RE6272Ljs.InputGroupAddon; exports.InputGroupButton = _chunk6RE6272Ljs.InputGroupButton; exports.InputGroupInput = _chunk6RE6272Ljs.InputGroupInput; exports.InputGroupText = _chunk6RE6272Ljs.InputGroupText; exports.InputGroupTextarea = _chunk6RE6272Ljs.InputGroupTextarea; exports.InputOTP = _chunk6RE6272Ljs.InputOTP; exports.InputOTPGroup = _chunk6RE6272Ljs.InputOTPGroup; exports.InputOTPSeparator = _chunk6RE6272Ljs.InputOTPSeparator; exports.InputOTPSlot = _chunk6RE6272Ljs.InputOTPSlot; exports.Item = _chunk6RE6272Ljs.KanbanItem; exports.ItemHandle = _chunk6RE6272Ljs.KanbanItemHandle; exports.Kanban = _chunk6RE6272Ljs.KanbanRoot; exports.KanbanBoard = _chunk6RE6272Ljs.KanbanBoard; exports.KanbanColumn = _chunk6RE6272Ljs.KanbanColumn; exports.KanbanColumnHandle = _chunk6RE6272Ljs.KanbanColumnHandle; exports.KanbanItem = _chunk6RE6272Ljs.KanbanItem; exports.KanbanItemHandle = _chunk6RE6272Ljs.KanbanItemHandle; exports.KanbanOverlay = _chunk6RE6272Ljs.KanbanOverlay; exports.Label = _chunk6RE6272Ljs.Label; exports.LandingComponent = _chunk6RE6272Ljs.LandingComponent; exports.Link = _chunk6RE6272Ljs.Link; exports.Login = _chunk6RE6272Ljs.Login; exports.Logout = _chunk6RE6272Ljs.Logout; exports.ModeToggleSwitch = _chunk6RE6272Ljs.ModeToggleSwitch; exports.MultiSelect = _chunk6RE6272Ljs.MultiSelect; exports.MultipleSelector = _chunk6RE6272Ljs.MultipleSelector; exports.NavigationMenu = _chunk6RE6272Ljs.NavigationMenu; exports.NavigationMenuContent = _chunk6RE6272Ljs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk6RE6272Ljs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk6RE6272Ljs.NavigationMenuItem; exports.NavigationMenuLink = _chunk6RE6272Ljs.NavigationMenuLink; exports.NavigationMenuList = _chunk6RE6272Ljs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk6RE6272Ljs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk6RE6272Ljs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk6RE6272Ljs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk6RE6272Ljs.NotificationMenuItem; exports.NotificationModal = _chunk6RE6272Ljs.NotificationModal; exports.NotificationToast = _chunk6RE6272Ljs.NotificationToast; exports.NotificationsList = _chunk6RE6272Ljs.NotificationsList; exports.NotificationsListContainer = _chunk6RE6272Ljs.NotificationsListContainer; exports.OAuthClientCard = _chunk6RE6272Ljs.OAuthClientCard; exports.OAuthClientDetail = _chunk6RE6272Ljs.OAuthClientDetail; exports.OAuthClientForm = _chunk6RE6272Ljs.OAuthClientForm; exports.OAuthClientList = _chunk6RE6272Ljs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk6RE6272Ljs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk6RE6272Ljs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk6RE6272Ljs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk6RE6272Ljs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk6RE6272Ljs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk6RE6272Ljs.OAuthScopeList; exports.OAuthScopeSelector = _chunk6RE6272Ljs.OAuthScopeSelector; exports.OnboardingCard = _chunk6RE6272Ljs.OnboardingCard; exports.Overlay = _chunk6RE6272Ljs.KanbanOverlay; exports.PageContainer = _chunk6RE6272Ljs.PageContainer; exports.PageContainerContentDetails = _chunk6RE6272Ljs.PageContainerContentDetails; exports.PageContentContainer = _chunk6RE6272Ljs.PageContentContainer; exports.PageSection = _chunk6RE6272Ljs.PageSection; exports.PasskeyButton = _chunk6RE6272Ljs.PasskeyButton; exports.PasskeyList = _chunk6RE6272Ljs.PasskeyList; exports.PasskeySetupDialog = _chunk6RE6272Ljs.PasskeySetupDialog; exports.PasswordInput = _chunk6RE6272Ljs.PasswordInput; exports.Popover = _chunk6RE6272Ljs.Popover; exports.PopoverContent = _chunk6RE6272Ljs.PopoverContent; exports.PopoverDescription = _chunk6RE6272Ljs.PopoverDescription; exports.PopoverHeader = _chunk6RE6272Ljs.PopoverHeader; exports.PopoverTitle = _chunk6RE6272Ljs.PopoverTitle; exports.PopoverTrigger = _chunk6RE6272Ljs.PopoverTrigger; exports.Progress = _chunk6RE6272Ljs.Progress; exports.ProgressIndicator = _chunk6RE6272Ljs.ProgressIndicator; exports.ProgressLabel = _chunk6RE6272Ljs.ProgressLabel; exports.ProgressTrack = _chunk6RE6272Ljs.ProgressTrack; exports.ProgressValue = _chunk6RE6272Ljs.ProgressValue; exports.PushNotificationProvider = _chunk6RE6272Ljs.PushNotificationProvider; exports.RadioGroup = _chunk6RE6272Ljs.RadioGroup; exports.RadioGroupItem = _chunk6RE6272Ljs.RadioGroupItem; exports.ReactMarkdownContainer = _chunk6RE6272Ljs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk6RE6272Ljs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk6RE6272Ljs.ReferralCodeCapture; exports.ReferralDialog = _chunk6RE6272Ljs.ReferralDialog; exports.ReferralWidget = _chunk6RE6272Ljs.ReferralWidget; exports.RefreshUser = _chunk6RE6272Ljs.RefreshUser; exports.RelevantContentsList = _chunk6RE6272Ljs.RelevantContentsList; exports.RelevantUsersList = _chunk6RE6272Ljs.RelevantUsersList; exports.RemoveUserFromRole = _chunk6RE6272Ljs.RemoveUserFromRole; exports.ResetPassword = _chunk6RE6272Ljs.ResetPassword; exports.ResizableHandle = _chunk6RE6272Ljs.ResizableHandle; exports.ResizablePanel = _chunk6RE6272Ljs.ResizablePanel; exports.ResizablePanelGroup = _chunk6RE6272Ljs.ResizablePanelGroup; exports.RoleContainer = _chunk6RE6272Ljs.RoleContainer; exports.RoleDetails = _chunk6RE6272Ljs.RoleDetails; exports.RoleUsersList = _chunk6RE6272Ljs.RoleUsersList; exports.RolesList = _chunk6RE6272Ljs.RolesList; exports.Root = _chunk6RE6272Ljs.KanbanRoot; exports.ScrollArea = _chunk6RE6272Ljs.ScrollArea; exports.ScrollBar = _chunk6RE6272Ljs.ScrollBar; exports.SecurityContainer = _chunk6RE6272Ljs.SecurityContainer; exports.Select = _chunk6RE6272Ljs.Select; exports.SelectContent = _chunk6RE6272Ljs.SelectContent; exports.SelectGroup = _chunk6RE6272Ljs.SelectGroup; exports.SelectItem = _chunk6RE6272Ljs.SelectItem; exports.SelectLabel = _chunk6RE6272Ljs.SelectLabel; exports.SelectScrollDownButton = _chunk6RE6272Ljs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk6RE6272Ljs.SelectScrollUpButton; exports.SelectSeparator = _chunk6RE6272Ljs.SelectSeparator; exports.SelectTrigger = _chunk6RE6272Ljs.SelectTrigger; exports.SelectValue = _chunk6RE6272Ljs.SelectValue; exports.Separator = _chunk6RE6272Ljs.Separator; exports.Sheet = _chunk6RE6272Ljs.Sheet; exports.SheetClose = _chunk6RE6272Ljs.SheetClose; exports.SheetContent = _chunk6RE6272Ljs.SheetContent; exports.SheetDescription = _chunk6RE6272Ljs.SheetDescription; exports.SheetFooter = _chunk6RE6272Ljs.SheetFooter; exports.SheetHeader = _chunk6RE6272Ljs.SheetHeader; exports.SheetTitle = _chunk6RE6272Ljs.SheetTitle; exports.SheetTrigger = _chunk6RE6272Ljs.SheetTrigger; exports.Sidebar = _chunk6RE6272Ljs.Sidebar; exports.SidebarContent = _chunk6RE6272Ljs.SidebarContent; exports.SidebarFooter = _chunk6RE6272Ljs.SidebarFooter; exports.SidebarGroup = _chunk6RE6272Ljs.SidebarGroup; exports.SidebarGroupAction = _chunk6RE6272Ljs.SidebarGroupAction; exports.SidebarGroupContent = _chunk6RE6272Ljs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk6RE6272Ljs.SidebarGroupLabel; exports.SidebarHeader = _chunk6RE6272Ljs.SidebarHeader; exports.SidebarInput = _chunk6RE6272Ljs.SidebarInput; exports.SidebarInset = _chunk6RE6272Ljs.SidebarInset; exports.SidebarMenu = _chunk6RE6272Ljs.SidebarMenu; exports.SidebarMenuAction = _chunk6RE6272Ljs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk6RE6272Ljs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk6RE6272Ljs.SidebarMenuButton; exports.SidebarMenuItem = _chunk6RE6272Ljs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk6RE6272Ljs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk6RE6272Ljs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk6RE6272Ljs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk6RE6272Ljs.SidebarMenuSubItem; exports.SidebarProvider = _chunk6RE6272Ljs.SidebarProvider; exports.SidebarRail = _chunk6RE6272Ljs.SidebarRail; exports.SidebarSeparator = _chunk6RE6272Ljs.SidebarSeparator; exports.SidebarTrigger = _chunk6RE6272Ljs.SidebarTrigger; exports.Skeleton = _chunk6RE6272Ljs.Skeleton; exports.Slider = _chunk6RE6272Ljs.Slider; exports.Switch = _chunk6RE6272Ljs.Switch; exports.Table = _chunk6RE6272Ljs.Table; exports.TableBody = _chunk6RE6272Ljs.TableBody; exports.TableCaption = _chunk6RE6272Ljs.TableCaption; exports.TableCell = _chunk6RE6272Ljs.TableCell; exports.TableFooter = _chunk6RE6272Ljs.TableFooter; exports.TableHead = _chunk6RE6272Ljs.TableHead; exports.TableHeader = _chunk6RE6272Ljs.TableHeader; exports.TableRow = _chunk6RE6272Ljs.TableRow; exports.Tabs = _chunk6RE6272Ljs.Tabs; exports.TabsContainer = _chunk6RE6272Ljs.TabsContainer; exports.TabsContent = _chunk6RE6272Ljs.TabsContent; exports.TabsList = _chunk6RE6272Ljs.TabsList; exports.TabsTrigger = _chunk6RE6272Ljs.TabsTrigger; exports.Textarea = _chunk6RE6272Ljs.Textarea; exports.Toaster = _chunk6RE6272Ljs.Toaster; exports.Toggle = _chunk6RE6272Ljs.Toggle; exports.TokenStatusIndicator = _chunk6RE6272Ljs.TokenStatusIndicator; exports.Tooltip = _chunk6RE6272Ljs.Tooltip; exports.TooltipContent = _chunk6RE6272Ljs.TooltipContent; exports.TooltipProvider = _chunk6RE6272Ljs.TooltipProvider; exports.TooltipTrigger = _chunk6RE6272Ljs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk6RE6272Ljs.TotpAuthenticatorList; exports.TotpInput = _chunk6RE6272Ljs.TotpInput; exports.TotpSetupDialog = _chunk6RE6272Ljs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk6RE6272Ljs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk6RE6272Ljs.TwoFactorSettings; exports.UserAvatar = _chunk6RE6272Ljs.UserAvatar; exports.UserAvatarEditor = _chunk6RE6272Ljs.UserAvatarEditor; exports.UserContainer = _chunk6RE6272Ljs.UserContainer; exports.UserDeleter = _chunk6RE6272Ljs.UserDeleter; exports.UserDetails = _chunk6RE6272Ljs.UserDetails; exports.UserEditor = _chunk6RE6272Ljs.UserEditor; exports.UserIndexContainer = _chunk6RE6272Ljs.UserIndexContainer; exports.UserIndexDetails = _chunk6RE6272Ljs.UserIndexDetails; exports.UserListInAdd = _chunk6RE6272Ljs.UserListInAdd; exports.UserMultiSelect = _chunk6RE6272Ljs.UserMultiSelect; exports.UserReactivator = _chunk6RE6272Ljs.UserReactivator; exports.UserResentInvitationEmail = _chunk6RE6272Ljs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk6RE6272Ljs.UserRoleAdd; exports.UserRolesList = _chunk6RE6272Ljs.UserRolesList; exports.UserSelector = _chunk6RE6272Ljs.UserSelector; exports.UserStanadaloneDetails = _chunk6RE6272Ljs.UserStanadaloneDetails; exports.UsersList = _chunk6RE6272Ljs.UsersList; exports.UsersListByContentIds = _chunk6RE6272Ljs.UsersListByContentIds; exports.UsersListContainer = _chunk6RE6272Ljs.UsersListContainer; exports.WaitlistConfirmation = _chunk6RE6272Ljs.WaitlistConfirmation; exports.WaitlistForm = _chunk6RE6272Ljs.WaitlistForm; exports.WaitlistHeroSection = _chunk6RE6272Ljs.WaitlistHeroSection; exports.WaitlistList = _chunk6RE6272Ljs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk6RE6272Ljs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk6RE6272Ljs.WaitlistSuccessState; exports.badgeVariants = _chunk6RE6272Ljs.badgeVariants; exports.buttonVariants = _chunk6RE6272Ljs.buttonVariants; exports.cellComponent = _chunk6RE6272Ljs.cellComponent; exports.cellDate = _chunk6RE6272Ljs.cellDate; exports.cellId = _chunk6RE6272Ljs.cellId; exports.cellLink = _chunk6RE6272Ljs.cellLink; exports.cellUrl = _chunk6RE6272Ljs.cellUrl; exports.errorToast = _chunk6RE6272Ljs.errorToast; exports.generateNotificationData = _chunk6RE6272Ljs.generateNotificationData; exports.getIcon = _chunkULHMVHDSjs.getIcon; exports.getIconByModule = _chunkULHMVHDSjs.getIconByModule; exports.getIconByModuleName = _chunkULHMVHDSjs.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunk6RE6272Ljs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk6RE6272Ljs.tabsListVariants; exports.toggleVariants = _chunk6RE6272Ljs.toggleVariants; exports.triggerAssociationToast = _chunk6RE6272Ljs.triggerAssociationToast; exports.useCarousel = _chunk6RE6272Ljs.useCarousel; exports.useDebounce = _chunk6RE6272Ljs.useDebounce2; exports.useFileUpload = _chunk6RE6272Ljs.useFileUpload; exports.useSidebar = _chunk6RE6272Ljs.useSidebar;
815
819
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,u/tBAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
1
+ {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,0muBAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
@@ -214,6 +214,7 @@ import {
214
214
  Logout,
215
215
  ModeToggleSwitch,
216
216
  MultiSelect,
217
+ MultipleSelector,
217
218
  NavigationMenu,
218
219
  NavigationMenuContent,
219
220
  NavigationMenuIndicator,
@@ -392,9 +393,10 @@ import {
392
393
  toggleVariants,
393
394
  triggerAssociationToast,
394
395
  useCarousel,
396
+ useDebounce2 as useDebounce,
395
397
  useFileUpload,
396
398
  useSidebar
397
- } from "../chunk-L7RMKAGH.mjs";
399
+ } from "../chunk-56YOTJYS.mjs";
398
400
  import "../chunk-BUCV5VFT.mjs";
399
401
  import {
400
402
  getIcon,
@@ -626,6 +628,7 @@ export {
626
628
  Logout,
627
629
  ModeToggleSwitch,
628
630
  MultiSelect,
631
+ MultipleSelector,
629
632
  NavigationMenu,
630
633
  NavigationMenuContent,
631
634
  NavigationMenuIndicator,
@@ -809,6 +812,7 @@ export {
809
812
  toggleVariants,
810
813
  triggerAssociationToast,
811
814
  useCarousel,
815
+ useDebounce,
812
816
  useFileUpload,
813
817
  useSidebar
814
818
  };
@@ -23,7 +23,7 @@
23
23
 
24
24
 
25
25
 
26
- var _chunkFLQPQEY2js = require('../chunk-FLQPQEY2.js');
26
+ var _chunk6RE6272Ljs = require('../chunk-6RE6272L.js');
27
27
  require('../chunk-V63TFESU.js');
28
28
  require('../chunk-ULHMVHDS.js');
29
29
  require('../chunk-LXKSUWAV.js');
@@ -55,5 +55,5 @@ require('../chunk-7QVYU63E.js');
55
55
 
56
56
 
57
57
 
58
- exports.CommonProvider = _chunkFLQPQEY2js.CommonProvider; exports.CompanyProvider = _chunkFLQPQEY2js.CompanyProvider; exports.CurrentUserProvider = _chunkFLQPQEY2js.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkFLQPQEY2js.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkFLQPQEY2js.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkFLQPQEY2js.NotificationContextProvider; exports.OnboardingProvider = _chunkFLQPQEY2js.OnboardingProvider; exports.RoleProvider = _chunkFLQPQEY2js.RoleProvider; exports.SharedProvider = _chunkFLQPQEY2js.SharedProvider; exports.SocketContext = _chunkFLQPQEY2js.SocketContext; exports.SocketProvider = _chunkFLQPQEY2js.SocketProvider; exports.UserProvider = _chunkFLQPQEY2js.UserProvider; exports.recentPagesAtom = _chunkFLQPQEY2js.recentPagesAtom; exports.useCommonContext = _chunkFLQPQEY2js.useCommonContext; exports.useCompanyContext = _chunkFLQPQEY2js.useCompanyContext; exports.useCurrentUserContext = _chunkFLQPQEY2js.useCurrentUserContext; exports.useHeaderChildren = _chunkFLQPQEY2js.useHeaderChildren; exports.useNotificationContext = _chunkFLQPQEY2js.useNotificationContext; exports.useOnboarding = _chunkFLQPQEY2js.useOnboarding; exports.useRoleContext = _chunkFLQPQEY2js.useRoleContext; exports.useSharedContext = _chunkFLQPQEY2js.useSharedContext; exports.useSocketContext = _chunkFLQPQEY2js.useSocketContext; exports.useUserContext = _chunkFLQPQEY2js.useUserContext;
58
+ exports.CommonProvider = _chunk6RE6272Ljs.CommonProvider; exports.CompanyProvider = _chunk6RE6272Ljs.CompanyProvider; exports.CurrentUserProvider = _chunk6RE6272Ljs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk6RE6272Ljs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk6RE6272Ljs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunk6RE6272Ljs.NotificationContextProvider; exports.OnboardingProvider = _chunk6RE6272Ljs.OnboardingProvider; exports.RoleProvider = _chunk6RE6272Ljs.RoleProvider; exports.SharedProvider = _chunk6RE6272Ljs.SharedProvider; exports.SocketContext = _chunk6RE6272Ljs.SocketContext; exports.SocketProvider = _chunk6RE6272Ljs.SocketProvider; exports.UserProvider = _chunk6RE6272Ljs.UserProvider; exports.recentPagesAtom = _chunk6RE6272Ljs.recentPagesAtom; exports.useCommonContext = _chunk6RE6272Ljs.useCommonContext; exports.useCompanyContext = _chunk6RE6272Ljs.useCompanyContext; exports.useCurrentUserContext = _chunk6RE6272Ljs.useCurrentUserContext; exports.useHeaderChildren = _chunk6RE6272Ljs.useHeaderChildren; exports.useNotificationContext = _chunk6RE6272Ljs.useNotificationContext; exports.useOnboarding = _chunk6RE6272Ljs.useOnboarding; exports.useRoleContext = _chunk6RE6272Ljs.useRoleContext; exports.useSharedContext = _chunk6RE6272Ljs.useSharedContext; exports.useSocketContext = _chunk6RE6272Ljs.useSocketContext; exports.useUserContext = _chunk6RE6272Ljs.useUserContext;
59
59
  //# sourceMappingURL=index.js.map
@@ -23,7 +23,7 @@ import {
23
23
  useSharedContext,
24
24
  useSocketContext,
25
25
  useUserContext
26
- } from "../chunk-L7RMKAGH.mjs";
26
+ } from "../chunk-56YOTJYS.mjs";
27
27
  import "../chunk-BUCV5VFT.mjs";
28
28
  import "../chunk-IPVXH3VC.mjs";
29
29
  import "../chunk-AUXK7QSA.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"multi-selector.template.d.ts","sourceRoot":"","sources":["../../../../../scripts/generate-web-module/templates/components/multi-selector.template.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAE3E;;;;;GAKG;AACH,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,oBAAoB,GAAG,MAAM,CA4JhF"}
1
+ {"version":3,"file":"multi-selector.template.d.ts","sourceRoot":"","sources":["../../../../../scripts/generate-web-module/templates/components/multi-selector.template.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAE3E;;;;;GAKG;AACH,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,oBAAoB,GAAG,MAAM,CA0JhF"}