@carlonicora/nextjs-jsonapi 1.47.2 → 1.48.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BlockNoteEditor-CZXTJL3R.mjs → BlockNoteEditor-5EBWBZ7B.mjs} +4 -4
- package/dist/{BlockNoteEditor-CZXTJL3R.mjs.map → BlockNoteEditor-5EBWBZ7B.mjs.map} +1 -1
- package/dist/{BlockNoteEditor-JQNYMLFY.js → BlockNoteEditor-QZ3IMHW3.js} +8 -8
- package/dist/{BlockNoteEditor-JQNYMLFY.js.map → BlockNoteEditor-QZ3IMHW3.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-3AYMUFM6.mjs → chunk-CXKJKBDR.mjs} +2587 -2053
- package/dist/chunk-CXKJKBDR.mjs.map +1 -0
- package/dist/{chunk-SUJ4GXAI.js → chunk-O6RKQ4TP.js} +785 -251
- package/dist/chunk-O6RKQ4TP.js.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +99 -2
- package/dist/components/index.d.ts +99 -2
- package/dist/components/index.js +8 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +7 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/dist/scripts/generate-web-module/templates/components/multi-selector.template.d.ts.map +1 -1
- package/dist/scripts/generate-web-module/templates/components/multi-selector.template.js +52 -54
- package/dist/scripts/generate-web-module/templates/components/multi-selector.template.js.map +1 -1
- package/package.json +1 -1
- package/scripts/generate-web-module/templates/components/multi-selector.template.ts +52 -54
- package/src/components/editors/BlockNoteEditor.tsx +2 -2
- package/src/features/company/hooks/useSubscriptionStatus.ts +12 -0
- package/src/features/user/components/forms/UserMultiSelect.tsx +82 -64
- package/src/features/user/components/widgets/UserAvatarList.tsx +1 -1
- package/src/features/user/components/widgets/index.ts +1 -0
- package/src/shadcnui/custom/multi-select.tsx +86 -22
- package/src/shadcnui/custom/multiple-selector.tsx +608 -0
- package/src/shadcnui/index.ts +1 -0
- package/dist/chunk-3AYMUFM6.mjs.map +0 -1
- package/dist/chunk-SUJ4GXAI.js.map +0 -1
package/dist/client/index.js
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkO6RKQ4TPjs = require('../chunk-O6RKQ4TP.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 =
|
|
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 = _chunkO6RKQ4TPjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkO6RKQ4TPjs.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 = _chunkO6RKQ4TPjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkO6RKQ4TPjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkO6RKQ4TPjs.useContentTableStructure; exports.useCustomD3Graph = _chunkO6RKQ4TPjs.useCustomD3Graph; exports.useDataListRetriever = _chunkO6RKQ4TPjs.useDataListRetriever; exports.useDebounce = _chunkO6RKQ4TPjs.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 = _chunkO6RKQ4TPjs.useJsonApiGet; exports.useJsonApiMutation = _chunkO6RKQ4TPjs.useJsonApiMutation; exports.useNotificationSync = _chunkO6RKQ4TPjs.useNotificationSync; exports.useOAuthClient = _chunkO6RKQ4TPjs.useOAuthClient; exports.useOAuthClients = _chunkO6RKQ4TPjs.useOAuthClients; exports.useOAuthConsent = _chunkO6RKQ4TPjs.useOAuthConsent; exports.usePageTracker = _chunkO6RKQ4TPjs.usePageTracker; exports.usePageUrlGenerator = _chunkO6RKQ4TPjs.usePageUrlGenerator; exports.useRehydration = _chunkO6RKQ4TPjs.useRehydration; exports.useRehydrationList = _chunkO6RKQ4TPjs.useRehydrationList; exports.useRoleTableStructure = _chunkO6RKQ4TPjs.useRoleTableStructure; exports.useSocket = _chunkO6RKQ4TPjs.useSocket; exports.useSubscriptionStatus = _chunkO6RKQ4TPjs.useSubscriptionStatus; exports.useTableGenerator = _chunkO6RKQ4TPjs.useTableGenerator; exports.useUrlRewriter = _chunkO6RKQ4TPjs.useUrlRewriter; exports.useUserSearch = _chunkO6RKQ4TPjs.useUserSearch; exports.useUserTableStructure = _chunkO6RKQ4TPjs.useUserTableStructure;
|
|
121
121
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -1053,6 +1053,11 @@ type UserAvatarProps = {
|
|
|
1053
1053
|
};
|
|
1054
1054
|
declare function UserAvatar({ user, className, showFull, showLink, showTooltip }: UserAvatarProps): react_jsx_runtime.JSX.Element;
|
|
1055
1055
|
|
|
1056
|
+
type UserAvatarListProps = {
|
|
1057
|
+
users: UserInterface[];
|
|
1058
|
+
};
|
|
1059
|
+
declare function UserAvatarList({ users }: UserAvatarListProps): react_jsx_runtime.JSX.Element;
|
|
1060
|
+
|
|
1056
1061
|
interface OAuthRedirectUriInputProps {
|
|
1057
1062
|
/** Current array of redirect URIs */
|
|
1058
1063
|
value: string[];
|
|
@@ -1855,14 +1860,18 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
1855
1860
|
* Each option object has a label, value, and an optional icon.
|
|
1856
1861
|
*/
|
|
1857
1862
|
options: {
|
|
1858
|
-
/** The text to display for the option. */
|
|
1863
|
+
/** The text to display for the option in the dropdown. */
|
|
1859
1864
|
label: string;
|
|
1860
1865
|
/** The unique value associated with the option. */
|
|
1861
1866
|
value: string;
|
|
1867
|
+
/** Optional text to display when selected (in badges). Falls back to label if not provided. */
|
|
1868
|
+
selectedLabel?: string;
|
|
1862
1869
|
/** Optional icon component to display alongside the option. */
|
|
1863
1870
|
icon?: React$1.ComponentType<{
|
|
1864
1871
|
className?: string;
|
|
1865
1872
|
}>;
|
|
1873
|
+
/** Optional custom className for the icon. */
|
|
1874
|
+
iconClassName?: string;
|
|
1866
1875
|
}[];
|
|
1867
1876
|
/**
|
|
1868
1877
|
* Callback function triggered when the selected values change.
|
|
@@ -1922,7 +1931,95 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
1922
1931
|
* Optional, defaults to "No results found.".
|
|
1923
1932
|
*/
|
|
1924
1933
|
emptyText?: string;
|
|
1934
|
+
/**
|
|
1935
|
+
* Whether to hide the "Select All" option.
|
|
1936
|
+
* Optional, defaults to false.
|
|
1937
|
+
*/
|
|
1938
|
+
hideSelectAll?: boolean;
|
|
1939
|
+
/**
|
|
1940
|
+
* Custom function to determine if an option should appear selected.
|
|
1941
|
+
* Useful when option values differ from selected values (e.g., prefixed values).
|
|
1942
|
+
* If not provided, uses default check: selectedValues.includes(option.value)
|
|
1943
|
+
*/
|
|
1944
|
+
isOptionSelected?: (optionValue: string, selectedValues: string[]) => boolean;
|
|
1925
1945
|
}
|
|
1926
1946
|
declare const MultiSelect: React$1.ForwardRefExoticComponent<MultiSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1927
1947
|
|
|
1928
|
-
|
|
1948
|
+
interface Option {
|
|
1949
|
+
value: string;
|
|
1950
|
+
label: string;
|
|
1951
|
+
/** Label to display in the badge when selected. Falls back to label if not provided. */
|
|
1952
|
+
selectedLabel?: string;
|
|
1953
|
+
disable?: boolean;
|
|
1954
|
+
/** fixed option that can't be removed. */
|
|
1955
|
+
fixed?: boolean;
|
|
1956
|
+
/** Group the options by providing key. */
|
|
1957
|
+
[key: string]: unknown;
|
|
1958
|
+
}
|
|
1959
|
+
interface MultipleSelectorProps {
|
|
1960
|
+
value?: Option[];
|
|
1961
|
+
defaultOptions?: Option[];
|
|
1962
|
+
/** manually controlled options */
|
|
1963
|
+
options?: Option[];
|
|
1964
|
+
placeholder?: string;
|
|
1965
|
+
/** Loading component. */
|
|
1966
|
+
loadingIndicator?: React$1.ReactNode;
|
|
1967
|
+
/** Empty component. */
|
|
1968
|
+
emptyIndicator?: React$1.ReactNode;
|
|
1969
|
+
/** Debounce time for async search. Only work with `onSearch`. */
|
|
1970
|
+
delay?: number;
|
|
1971
|
+
/**
|
|
1972
|
+
* Only work with `onSearch` prop. Trigger search when `onFocus`.
|
|
1973
|
+
* For example, when user click on the input, it will trigger the search to get initial options.
|
|
1974
|
+
**/
|
|
1975
|
+
triggerSearchOnFocus?: boolean;
|
|
1976
|
+
/** async search */
|
|
1977
|
+
onSearch?: (value: string) => Promise<Option[]>;
|
|
1978
|
+
/**
|
|
1979
|
+
* sync search. This search will not showing loadingIndicator.
|
|
1980
|
+
* The rest props are the same as async search.
|
|
1981
|
+
* i.e.: creatable, groupBy, delay.
|
|
1982
|
+
**/
|
|
1983
|
+
onSearchSync?: (value: string) => Option[];
|
|
1984
|
+
onChange?: (options: Option[]) => void;
|
|
1985
|
+
/** Limit the maximum number of selected options. */
|
|
1986
|
+
maxSelected?: number;
|
|
1987
|
+
/** When the number of selected options exceeds the limit, the onMaxSelected will be called. */
|
|
1988
|
+
onMaxSelected?: (maxLimit: number) => void;
|
|
1989
|
+
/** Hide the placeholder when there are options selected. */
|
|
1990
|
+
hidePlaceholderWhenSelected?: boolean;
|
|
1991
|
+
disabled?: boolean;
|
|
1992
|
+
/** Group the options base on provided key. */
|
|
1993
|
+
groupBy?: string;
|
|
1994
|
+
className?: string;
|
|
1995
|
+
badgeClassName?: string;
|
|
1996
|
+
/**
|
|
1997
|
+
* First item selected is a default behavior by cmdk. That is why the default is true.
|
|
1998
|
+
* This is a workaround solution by add a dummy item.
|
|
1999
|
+
*
|
|
2000
|
+
* @reference: https://github.com/pacocoursey/cmdk/issues/171
|
|
2001
|
+
*/
|
|
2002
|
+
selectFirstItem?: boolean;
|
|
2003
|
+
/** Allow user to create option when there is no option matched. */
|
|
2004
|
+
creatable?: boolean;
|
|
2005
|
+
/** Props of `Command` */
|
|
2006
|
+
commandProps?: React$1.ComponentPropsWithoutRef<typeof Command>;
|
|
2007
|
+
/** Props of `CommandInput` */
|
|
2008
|
+
inputProps?: Omit<React$1.ComponentPropsWithoutRef<typeof Command$1.Input>, "value" | "placeholder" | "disabled">;
|
|
2009
|
+
/** hide the clear all button. */
|
|
2010
|
+
hideClearAllButton?: boolean;
|
|
2011
|
+
/** Custom render function for options in the dropdown */
|
|
2012
|
+
renderOption?: (option: Option) => React$1.ReactNode;
|
|
2013
|
+
/** Maximum number of badges to display before showing "+X more" */
|
|
2014
|
+
maxDisplayCount?: number;
|
|
2015
|
+
}
|
|
2016
|
+
interface MultipleSelectorRef {
|
|
2017
|
+
selectedValue: Option[];
|
|
2018
|
+
input: HTMLInputElement;
|
|
2019
|
+
focus: () => void;
|
|
2020
|
+
reset: () => void;
|
|
2021
|
+
}
|
|
2022
|
+
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2023
|
+
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2024
|
+
|
|
2025
|
+
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, UserAvatarList, 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 };
|
|
@@ -1053,6 +1053,11 @@ type UserAvatarProps = {
|
|
|
1053
1053
|
};
|
|
1054
1054
|
declare function UserAvatar({ user, className, showFull, showLink, showTooltip }: UserAvatarProps): react_jsx_runtime.JSX.Element;
|
|
1055
1055
|
|
|
1056
|
+
type UserAvatarListProps = {
|
|
1057
|
+
users: UserInterface[];
|
|
1058
|
+
};
|
|
1059
|
+
declare function UserAvatarList({ users }: UserAvatarListProps): react_jsx_runtime.JSX.Element;
|
|
1060
|
+
|
|
1056
1061
|
interface OAuthRedirectUriInputProps {
|
|
1057
1062
|
/** Current array of redirect URIs */
|
|
1058
1063
|
value: string[];
|
|
@@ -1855,14 +1860,18 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
1855
1860
|
* Each option object has a label, value, and an optional icon.
|
|
1856
1861
|
*/
|
|
1857
1862
|
options: {
|
|
1858
|
-
/** The text to display for the option. */
|
|
1863
|
+
/** The text to display for the option in the dropdown. */
|
|
1859
1864
|
label: string;
|
|
1860
1865
|
/** The unique value associated with the option. */
|
|
1861
1866
|
value: string;
|
|
1867
|
+
/** Optional text to display when selected (in badges). Falls back to label if not provided. */
|
|
1868
|
+
selectedLabel?: string;
|
|
1862
1869
|
/** Optional icon component to display alongside the option. */
|
|
1863
1870
|
icon?: React$1.ComponentType<{
|
|
1864
1871
|
className?: string;
|
|
1865
1872
|
}>;
|
|
1873
|
+
/** Optional custom className for the icon. */
|
|
1874
|
+
iconClassName?: string;
|
|
1866
1875
|
}[];
|
|
1867
1876
|
/**
|
|
1868
1877
|
* Callback function triggered when the selected values change.
|
|
@@ -1922,7 +1931,95 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
1922
1931
|
* Optional, defaults to "No results found.".
|
|
1923
1932
|
*/
|
|
1924
1933
|
emptyText?: string;
|
|
1934
|
+
/**
|
|
1935
|
+
* Whether to hide the "Select All" option.
|
|
1936
|
+
* Optional, defaults to false.
|
|
1937
|
+
*/
|
|
1938
|
+
hideSelectAll?: boolean;
|
|
1939
|
+
/**
|
|
1940
|
+
* Custom function to determine if an option should appear selected.
|
|
1941
|
+
* Useful when option values differ from selected values (e.g., prefixed values).
|
|
1942
|
+
* If not provided, uses default check: selectedValues.includes(option.value)
|
|
1943
|
+
*/
|
|
1944
|
+
isOptionSelected?: (optionValue: string, selectedValues: string[]) => boolean;
|
|
1925
1945
|
}
|
|
1926
1946
|
declare const MultiSelect: React$1.ForwardRefExoticComponent<MultiSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1927
1947
|
|
|
1928
|
-
|
|
1948
|
+
interface Option {
|
|
1949
|
+
value: string;
|
|
1950
|
+
label: string;
|
|
1951
|
+
/** Label to display in the badge when selected. Falls back to label if not provided. */
|
|
1952
|
+
selectedLabel?: string;
|
|
1953
|
+
disable?: boolean;
|
|
1954
|
+
/** fixed option that can't be removed. */
|
|
1955
|
+
fixed?: boolean;
|
|
1956
|
+
/** Group the options by providing key. */
|
|
1957
|
+
[key: string]: unknown;
|
|
1958
|
+
}
|
|
1959
|
+
interface MultipleSelectorProps {
|
|
1960
|
+
value?: Option[];
|
|
1961
|
+
defaultOptions?: Option[];
|
|
1962
|
+
/** manually controlled options */
|
|
1963
|
+
options?: Option[];
|
|
1964
|
+
placeholder?: string;
|
|
1965
|
+
/** Loading component. */
|
|
1966
|
+
loadingIndicator?: React$1.ReactNode;
|
|
1967
|
+
/** Empty component. */
|
|
1968
|
+
emptyIndicator?: React$1.ReactNode;
|
|
1969
|
+
/** Debounce time for async search. Only work with `onSearch`. */
|
|
1970
|
+
delay?: number;
|
|
1971
|
+
/**
|
|
1972
|
+
* Only work with `onSearch` prop. Trigger search when `onFocus`.
|
|
1973
|
+
* For example, when user click on the input, it will trigger the search to get initial options.
|
|
1974
|
+
**/
|
|
1975
|
+
triggerSearchOnFocus?: boolean;
|
|
1976
|
+
/** async search */
|
|
1977
|
+
onSearch?: (value: string) => Promise<Option[]>;
|
|
1978
|
+
/**
|
|
1979
|
+
* sync search. This search will not showing loadingIndicator.
|
|
1980
|
+
* The rest props are the same as async search.
|
|
1981
|
+
* i.e.: creatable, groupBy, delay.
|
|
1982
|
+
**/
|
|
1983
|
+
onSearchSync?: (value: string) => Option[];
|
|
1984
|
+
onChange?: (options: Option[]) => void;
|
|
1985
|
+
/** Limit the maximum number of selected options. */
|
|
1986
|
+
maxSelected?: number;
|
|
1987
|
+
/** When the number of selected options exceeds the limit, the onMaxSelected will be called. */
|
|
1988
|
+
onMaxSelected?: (maxLimit: number) => void;
|
|
1989
|
+
/** Hide the placeholder when there are options selected. */
|
|
1990
|
+
hidePlaceholderWhenSelected?: boolean;
|
|
1991
|
+
disabled?: boolean;
|
|
1992
|
+
/** Group the options base on provided key. */
|
|
1993
|
+
groupBy?: string;
|
|
1994
|
+
className?: string;
|
|
1995
|
+
badgeClassName?: string;
|
|
1996
|
+
/**
|
|
1997
|
+
* First item selected is a default behavior by cmdk. That is why the default is true.
|
|
1998
|
+
* This is a workaround solution by add a dummy item.
|
|
1999
|
+
*
|
|
2000
|
+
* @reference: https://github.com/pacocoursey/cmdk/issues/171
|
|
2001
|
+
*/
|
|
2002
|
+
selectFirstItem?: boolean;
|
|
2003
|
+
/** Allow user to create option when there is no option matched. */
|
|
2004
|
+
creatable?: boolean;
|
|
2005
|
+
/** Props of `Command` */
|
|
2006
|
+
commandProps?: React$1.ComponentPropsWithoutRef<typeof Command>;
|
|
2007
|
+
/** Props of `CommandInput` */
|
|
2008
|
+
inputProps?: Omit<React$1.ComponentPropsWithoutRef<typeof Command$1.Input>, "value" | "placeholder" | "disabled">;
|
|
2009
|
+
/** hide the clear all button. */
|
|
2010
|
+
hideClearAllButton?: boolean;
|
|
2011
|
+
/** Custom render function for options in the dropdown */
|
|
2012
|
+
renderOption?: (option: Option) => React$1.ReactNode;
|
|
2013
|
+
/** Maximum number of badges to display before showing "+X more" */
|
|
2014
|
+
maxDisplayCount?: number;
|
|
2015
|
+
}
|
|
2016
|
+
interface MultipleSelectorRef {
|
|
2017
|
+
selectedValue: Option[];
|
|
2018
|
+
input: HTMLInputElement;
|
|
2019
|
+
focus: () => void;
|
|
2020
|
+
reset: () => void;
|
|
2021
|
+
}
|
|
2022
|
+
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2023
|
+
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2024
|
+
|
|
2025
|
+
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, UserAvatarList, 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 };
|
package/dist/components/index.js
CHANGED
|
@@ -394,7 +394,10 @@
|
|
|
394
394
|
|
|
395
395
|
|
|
396
396
|
|
|
397
|
-
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
var _chunkO6RKQ4TPjs = require('../chunk-O6RKQ4TP.js');
|
|
398
401
|
require('../chunk-V63TFESU.js');
|
|
399
402
|
|
|
400
403
|
|
|
@@ -811,5 +814,8 @@ require('../chunk-7QVYU63E.js');
|
|
|
811
814
|
|
|
812
815
|
|
|
813
816
|
|
|
814
|
-
exports.AcceptInvitation = _chunkSUJ4GXAIjs.AcceptInvitation; exports.Accordion = _chunkSUJ4GXAIjs.Accordion; exports.AccordionContent = _chunkSUJ4GXAIjs.AccordionContent; exports.AccordionItem = _chunkSUJ4GXAIjs.AccordionItem; exports.AccordionTrigger = _chunkSUJ4GXAIjs.AccordionTrigger; exports.ActivateAccount = _chunkSUJ4GXAIjs.ActivateAccount; exports.AddUserToRole = _chunkSUJ4GXAIjs.AddUserToRole; exports.AdminCompanyContainer = _chunkSUJ4GXAIjs.AdminCompanyContainer; exports.AdminUsersList = _chunkSUJ4GXAIjs.AdminUsersList; exports.Alert = _chunkSUJ4GXAIjs.Alert; exports.AlertAction = _chunkSUJ4GXAIjs.AlertAction; exports.AlertDescription = _chunkSUJ4GXAIjs.AlertDescription; exports.AlertDialog = _chunkSUJ4GXAIjs.AlertDialog; exports.AlertDialogAction = _chunkSUJ4GXAIjs.AlertDialogAction; exports.AlertDialogCancel = _chunkSUJ4GXAIjs.AlertDialogCancel; exports.AlertDialogContent = _chunkSUJ4GXAIjs.AlertDialogContent; exports.AlertDialogDescription = _chunkSUJ4GXAIjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkSUJ4GXAIjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkSUJ4GXAIjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkSUJ4GXAIjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkSUJ4GXAIjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkSUJ4GXAIjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkSUJ4GXAIjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkSUJ4GXAIjs.AlertDialogTrigger; exports.AlertTitle = _chunkSUJ4GXAIjs.AlertTitle; exports.AllowedUsersDetails = _chunkSUJ4GXAIjs.AllowedUsersDetails; exports.AttributeElement = _chunkSUJ4GXAIjs.AttributeElement; exports.AuthContainer = _chunkSUJ4GXAIjs.AuthContainer; exports.Avatar = _chunkSUJ4GXAIjs.Avatar; exports.AvatarBadge = _chunkSUJ4GXAIjs.AvatarBadge; exports.AvatarFallback = _chunkSUJ4GXAIjs.AvatarFallback; exports.AvatarGroup = _chunkSUJ4GXAIjs.AvatarGroup; exports.AvatarGroupCount = _chunkSUJ4GXAIjs.AvatarGroupCount; exports.AvatarImage = _chunkSUJ4GXAIjs.AvatarImage; exports.BackupCodesDialog = _chunkSUJ4GXAIjs.BackupCodesDialog; exports.Badge = _chunkSUJ4GXAIjs.Badge; exports.BlockNoteEditorContainer = _chunkSUJ4GXAIjs.BlockNoteEditorContainer; exports.Board = _chunkSUJ4GXAIjs.KanbanBoard; exports.Breadcrumb = _chunkSUJ4GXAIjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkSUJ4GXAIjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkSUJ4GXAIjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkSUJ4GXAIjs.BreadcrumbLink; exports.BreadcrumbList = _chunkSUJ4GXAIjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkSUJ4GXAIjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkSUJ4GXAIjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkSUJ4GXAIjs.BreadcrumbSeparator; exports.Button = _chunkSUJ4GXAIjs.Button; exports.Calendar = _chunkSUJ4GXAIjs.Calendar; exports.CalendarDayButton = _chunkSUJ4GXAIjs.CalendarDayButton; exports.Card = _chunkSUJ4GXAIjs.Card; exports.CardAction = _chunkSUJ4GXAIjs.CardAction; exports.CardContent = _chunkSUJ4GXAIjs.CardContent; exports.CardDescription = _chunkSUJ4GXAIjs.CardDescription; exports.CardFooter = _chunkSUJ4GXAIjs.CardFooter; exports.CardHeader = _chunkSUJ4GXAIjs.CardHeader; exports.CardTitle = _chunkSUJ4GXAIjs.CardTitle; exports.Carousel = _chunkSUJ4GXAIjs.Carousel; exports.CarouselContent = _chunkSUJ4GXAIjs.CarouselContent; exports.CarouselItem = _chunkSUJ4GXAIjs.CarouselItem; exports.CarouselNext = _chunkSUJ4GXAIjs.CarouselNext; exports.CarouselPrevious = _chunkSUJ4GXAIjs.CarouselPrevious; exports.ChartContainer = _chunkSUJ4GXAIjs.ChartContainer; exports.ChartLegend = _chunkSUJ4GXAIjs.ChartLegend; exports.ChartLegendContent = _chunkSUJ4GXAIjs.ChartLegendContent; exports.ChartStyle = _chunkSUJ4GXAIjs.ChartStyle; exports.ChartTooltip = _chunkSUJ4GXAIjs.ChartTooltip; exports.ChartTooltipContent = _chunkSUJ4GXAIjs.ChartTooltipContent; exports.Checkbox = _chunkSUJ4GXAIjs.Checkbox; exports.Collapsible = _chunkSUJ4GXAIjs.Collapsible; exports.CollapsibleContent = _chunkSUJ4GXAIjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkSUJ4GXAIjs.CollapsibleTrigger; exports.Column = _chunkSUJ4GXAIjs.KanbanColumn; exports.ColumnHandle = _chunkSUJ4GXAIjs.KanbanColumnHandle; exports.Command = _chunkSUJ4GXAIjs.Command; exports.CommandDialog = _chunkSUJ4GXAIjs.CommandDialog; exports.CommandEmpty = _chunkSUJ4GXAIjs.CommandEmpty; exports.CommandGroup = _chunkSUJ4GXAIjs.CommandGroup; exports.CommandInput = _chunkSUJ4GXAIjs.CommandInput; exports.CommandItem = _chunkSUJ4GXAIjs.CommandItem; exports.CommandList = _chunkSUJ4GXAIjs.CommandList; exports.CommandSeparator = _chunkSUJ4GXAIjs.CommandSeparator; exports.CommandShortcut = _chunkSUJ4GXAIjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkSUJ4GXAIjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkSUJ4GXAIjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkSUJ4GXAIjs.CommonDeleter; exports.CommonEditorButtons = _chunkSUJ4GXAIjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkSUJ4GXAIjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkSUJ4GXAIjs.CommonEditorTrigger; exports.CompaniesList = _chunkSUJ4GXAIjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkSUJ4GXAIjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkSUJ4GXAIjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkSUJ4GXAIjs.CompanyContainer; exports.CompanyDeleter = _chunkSUJ4GXAIjs.CompanyDeleter; exports.CompanyDetails = _chunkSUJ4GXAIjs.CompanyDetails; exports.CompanyEditor = _chunkSUJ4GXAIjs.CompanyEditor; exports.CompanyUsersList = _chunkSUJ4GXAIjs.CompanyUsersList; exports.ContentListTable = _chunkSUJ4GXAIjs.ContentListTable; exports.ContentTableSearch = _chunkSUJ4GXAIjs.ContentTableSearch; exports.ContentTitle = _chunkSUJ4GXAIjs.ContentTitle; exports.ContentsList = _chunkSUJ4GXAIjs.ContentsList; exports.ContentsListById = _chunkSUJ4GXAIjs.ContentsListById; exports.ContextMenu = _chunkSUJ4GXAIjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkSUJ4GXAIjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkSUJ4GXAIjs.ContextMenuContent; exports.ContextMenuGroup = _chunkSUJ4GXAIjs.ContextMenuGroup; exports.ContextMenuItem = _chunkSUJ4GXAIjs.ContextMenuItem; exports.ContextMenuLabel = _chunkSUJ4GXAIjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkSUJ4GXAIjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkSUJ4GXAIjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkSUJ4GXAIjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkSUJ4GXAIjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkSUJ4GXAIjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkSUJ4GXAIjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkSUJ4GXAIjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkSUJ4GXAIjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkSUJ4GXAIjs.ContextMenuTrigger; exports.ContributorsList = _chunkSUJ4GXAIjs.ContributorsList; exports.Cookies = _chunkSUJ4GXAIjs.Cookies; exports.DatePickerPopover = _chunkSUJ4GXAIjs.DatePickerPopover; exports.DateRangeSelector = _chunkSUJ4GXAIjs.DateRangeSelector; exports.Dialog = _chunkSUJ4GXAIjs.Dialog; exports.DialogClose = _chunkSUJ4GXAIjs.DialogClose; exports.DialogContent = _chunkSUJ4GXAIjs.DialogContent; exports.DialogDescription = _chunkSUJ4GXAIjs.DialogDescription; exports.DialogFooter = _chunkSUJ4GXAIjs.DialogFooter; exports.DialogHeader = _chunkSUJ4GXAIjs.DialogHeader; exports.DialogOverlay = _chunkSUJ4GXAIjs.DialogOverlay; exports.DialogPortal = _chunkSUJ4GXAIjs.DialogPortal; exports.DialogTitle = _chunkSUJ4GXAIjs.DialogTitle; exports.DialogTrigger = _chunkSUJ4GXAIjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkSUJ4GXAIjs.DisableTwoFactorDialog; exports.Drawer = _chunkSUJ4GXAIjs.Drawer; exports.DrawerClose = _chunkSUJ4GXAIjs.DrawerClose; exports.DrawerContent = _chunkSUJ4GXAIjs.DrawerContent; exports.DrawerDescription = _chunkSUJ4GXAIjs.DrawerDescription; exports.DrawerFooter = _chunkSUJ4GXAIjs.DrawerFooter; exports.DrawerHeader = _chunkSUJ4GXAIjs.DrawerHeader; exports.DrawerOverlay = _chunkSUJ4GXAIjs.DrawerOverlay; exports.DrawerPortal = _chunkSUJ4GXAIjs.DrawerPortal; exports.DrawerTitle = _chunkSUJ4GXAIjs.DrawerTitle; exports.DrawerTrigger = _chunkSUJ4GXAIjs.DrawerTrigger; exports.DropdownMenu = _chunkSUJ4GXAIjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkSUJ4GXAIjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkSUJ4GXAIjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkSUJ4GXAIjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkSUJ4GXAIjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkSUJ4GXAIjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkSUJ4GXAIjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkSUJ4GXAIjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkSUJ4GXAIjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkSUJ4GXAIjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkSUJ4GXAIjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkSUJ4GXAIjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkSUJ4GXAIjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkSUJ4GXAIjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkSUJ4GXAIjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkSUJ4GXAIjs.ErrorDetails; exports.Field = _chunkSUJ4GXAIjs.Field; exports.FieldContent = _chunkSUJ4GXAIjs.FieldContent; exports.FieldDescription = _chunkSUJ4GXAIjs.FieldDescription; exports.FieldError = _chunkSUJ4GXAIjs.FieldError; exports.FieldGroup = _chunkSUJ4GXAIjs.FieldGroup; exports.FieldLabel = _chunkSUJ4GXAIjs.FieldLabel; exports.FieldLegend = _chunkSUJ4GXAIjs.FieldLegend; exports.FieldSeparator = _chunkSUJ4GXAIjs.FieldSeparator; exports.FieldSet = _chunkSUJ4GXAIjs.FieldSet; exports.FieldTitle = _chunkSUJ4GXAIjs.FieldTitle; exports.FileInput = _chunkSUJ4GXAIjs.FileInput; exports.FileUploader = _chunkSUJ4GXAIjs.FileUploader; exports.FileUploaderContent = _chunkSUJ4GXAIjs.FileUploaderContent; exports.FileUploaderItem = _chunkSUJ4GXAIjs.FileUploaderItem; exports.ForgotPassword = _chunkSUJ4GXAIjs.ForgotPassword; exports.Form = _chunkSUJ4GXAIjs.Form; exports.FormCheckbox = _chunkSUJ4GXAIjs.FormCheckbox; exports.FormDate = _chunkSUJ4GXAIjs.FormDate; exports.FormDateTime = _chunkSUJ4GXAIjs.FormDateTime; exports.FormFeatures = _chunkSUJ4GXAIjs.FormFeatures; exports.FormFieldWrapper = _chunkSUJ4GXAIjs.FormFieldWrapper; exports.FormInput = _chunkSUJ4GXAIjs.FormInput; exports.FormPassword = _chunkSUJ4GXAIjs.FormPassword; exports.FormPlaceAutocomplete = _chunkSUJ4GXAIjs.FormPlaceAutocomplete; exports.FormRoles = _chunkSUJ4GXAIjs.FormRoles; exports.FormSelect = _chunkSUJ4GXAIjs.FormSelect; exports.FormSlider = _chunkSUJ4GXAIjs.FormSlider; exports.FormSwitch = _chunkSUJ4GXAIjs.FormSwitch; exports.FormTextarea = _chunkSUJ4GXAIjs.FormTextarea; exports.GdprConsentCheckbox = _chunkSUJ4GXAIjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkSUJ4GXAIjs.GdprConsentSection; exports.Header = _chunkSUJ4GXAIjs.Header; exports.HoverCard = _chunkSUJ4GXAIjs.HoverCard; exports.HoverCardContent = _chunkSUJ4GXAIjs.HoverCardContent; exports.HoverCardTrigger = _chunkSUJ4GXAIjs.HoverCardTrigger; exports.Input = _chunkSUJ4GXAIjs.Input; exports.InputGroup = _chunkSUJ4GXAIjs.InputGroup; exports.InputGroupAddon = _chunkSUJ4GXAIjs.InputGroupAddon; exports.InputGroupButton = _chunkSUJ4GXAIjs.InputGroupButton; exports.InputGroupInput = _chunkSUJ4GXAIjs.InputGroupInput; exports.InputGroupText = _chunkSUJ4GXAIjs.InputGroupText; exports.InputGroupTextarea = _chunkSUJ4GXAIjs.InputGroupTextarea; exports.InputOTP = _chunkSUJ4GXAIjs.InputOTP; exports.InputOTPGroup = _chunkSUJ4GXAIjs.InputOTPGroup; exports.InputOTPSeparator = _chunkSUJ4GXAIjs.InputOTPSeparator; exports.InputOTPSlot = _chunkSUJ4GXAIjs.InputOTPSlot; exports.Item = _chunkSUJ4GXAIjs.KanbanItem; exports.ItemHandle = _chunkSUJ4GXAIjs.KanbanItemHandle; exports.Kanban = _chunkSUJ4GXAIjs.KanbanRoot; exports.KanbanBoard = _chunkSUJ4GXAIjs.KanbanBoard; exports.KanbanColumn = _chunkSUJ4GXAIjs.KanbanColumn; exports.KanbanColumnHandle = _chunkSUJ4GXAIjs.KanbanColumnHandle; exports.KanbanItem = _chunkSUJ4GXAIjs.KanbanItem; exports.KanbanItemHandle = _chunkSUJ4GXAIjs.KanbanItemHandle; exports.KanbanOverlay = _chunkSUJ4GXAIjs.KanbanOverlay; exports.Label = _chunkSUJ4GXAIjs.Label; exports.LandingComponent = _chunkSUJ4GXAIjs.LandingComponent; exports.Link = _chunkSUJ4GXAIjs.Link; exports.Login = _chunkSUJ4GXAIjs.Login; exports.Logout = _chunkSUJ4GXAIjs.Logout; exports.ModeToggleSwitch = _chunkSUJ4GXAIjs.ModeToggleSwitch; exports.MultiSelect = _chunkSUJ4GXAIjs.MultiSelect; exports.NavigationMenu = _chunkSUJ4GXAIjs.NavigationMenu; exports.NavigationMenuContent = _chunkSUJ4GXAIjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkSUJ4GXAIjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkSUJ4GXAIjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkSUJ4GXAIjs.NavigationMenuLink; exports.NavigationMenuList = _chunkSUJ4GXAIjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkSUJ4GXAIjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkSUJ4GXAIjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkSUJ4GXAIjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkSUJ4GXAIjs.NotificationMenuItem; exports.NotificationModal = _chunkSUJ4GXAIjs.NotificationModal; exports.NotificationToast = _chunkSUJ4GXAIjs.NotificationToast; exports.NotificationsList = _chunkSUJ4GXAIjs.NotificationsList; exports.NotificationsListContainer = _chunkSUJ4GXAIjs.NotificationsListContainer; exports.OAuthClientCard = _chunkSUJ4GXAIjs.OAuthClientCard; exports.OAuthClientDetail = _chunkSUJ4GXAIjs.OAuthClientDetail; exports.OAuthClientForm = _chunkSUJ4GXAIjs.OAuthClientForm; exports.OAuthClientList = _chunkSUJ4GXAIjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkSUJ4GXAIjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkSUJ4GXAIjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkSUJ4GXAIjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkSUJ4GXAIjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkSUJ4GXAIjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkSUJ4GXAIjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkSUJ4GXAIjs.OAuthScopeSelector; exports.OnboardingCard = _chunkSUJ4GXAIjs.OnboardingCard; exports.Overlay = _chunkSUJ4GXAIjs.KanbanOverlay; exports.PageContainer = _chunkSUJ4GXAIjs.PageContainer; exports.PageContainerContentDetails = _chunkSUJ4GXAIjs.PageContainerContentDetails; exports.PageContentContainer = _chunkSUJ4GXAIjs.PageContentContainer; exports.PageSection = _chunkSUJ4GXAIjs.PageSection; exports.PasskeyButton = _chunkSUJ4GXAIjs.PasskeyButton; exports.PasskeyList = _chunkSUJ4GXAIjs.PasskeyList; exports.PasskeySetupDialog = _chunkSUJ4GXAIjs.PasskeySetupDialog; exports.PasswordInput = _chunkSUJ4GXAIjs.PasswordInput; exports.Popover = _chunkSUJ4GXAIjs.Popover; exports.PopoverContent = _chunkSUJ4GXAIjs.PopoverContent; exports.PopoverDescription = _chunkSUJ4GXAIjs.PopoverDescription; exports.PopoverHeader = _chunkSUJ4GXAIjs.PopoverHeader; exports.PopoverTitle = _chunkSUJ4GXAIjs.PopoverTitle; exports.PopoverTrigger = _chunkSUJ4GXAIjs.PopoverTrigger; exports.Progress = _chunkSUJ4GXAIjs.Progress; exports.ProgressIndicator = _chunkSUJ4GXAIjs.ProgressIndicator; exports.ProgressLabel = _chunkSUJ4GXAIjs.ProgressLabel; exports.ProgressTrack = _chunkSUJ4GXAIjs.ProgressTrack; exports.ProgressValue = _chunkSUJ4GXAIjs.ProgressValue; exports.PushNotificationProvider = _chunkSUJ4GXAIjs.PushNotificationProvider; exports.RadioGroup = _chunkSUJ4GXAIjs.RadioGroup; exports.RadioGroupItem = _chunkSUJ4GXAIjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkSUJ4GXAIjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkSUJ4GXAIjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkSUJ4GXAIjs.ReferralCodeCapture; exports.ReferralDialog = _chunkSUJ4GXAIjs.ReferralDialog; exports.ReferralWidget = _chunkSUJ4GXAIjs.ReferralWidget; exports.RefreshUser = _chunkSUJ4GXAIjs.RefreshUser; exports.RelevantContentsList = _chunkSUJ4GXAIjs.RelevantContentsList; exports.RelevantUsersList = _chunkSUJ4GXAIjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkSUJ4GXAIjs.RemoveUserFromRole; exports.ResetPassword = _chunkSUJ4GXAIjs.ResetPassword; exports.ResizableHandle = _chunkSUJ4GXAIjs.ResizableHandle; exports.ResizablePanel = _chunkSUJ4GXAIjs.ResizablePanel; exports.ResizablePanelGroup = _chunkSUJ4GXAIjs.ResizablePanelGroup; exports.RoleContainer = _chunkSUJ4GXAIjs.RoleContainer; exports.RoleDetails = _chunkSUJ4GXAIjs.RoleDetails; exports.RoleUsersList = _chunkSUJ4GXAIjs.RoleUsersList; exports.RolesList = _chunkSUJ4GXAIjs.RolesList; exports.Root = _chunkSUJ4GXAIjs.KanbanRoot; exports.ScrollArea = _chunkSUJ4GXAIjs.ScrollArea; exports.ScrollBar = _chunkSUJ4GXAIjs.ScrollBar; exports.SecurityContainer = _chunkSUJ4GXAIjs.SecurityContainer; exports.Select = _chunkSUJ4GXAIjs.Select; exports.SelectContent = _chunkSUJ4GXAIjs.SelectContent; exports.SelectGroup = _chunkSUJ4GXAIjs.SelectGroup; exports.SelectItem = _chunkSUJ4GXAIjs.SelectItem; exports.SelectLabel = _chunkSUJ4GXAIjs.SelectLabel; exports.SelectScrollDownButton = _chunkSUJ4GXAIjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkSUJ4GXAIjs.SelectScrollUpButton; exports.SelectSeparator = _chunkSUJ4GXAIjs.SelectSeparator; exports.SelectTrigger = _chunkSUJ4GXAIjs.SelectTrigger; exports.SelectValue = _chunkSUJ4GXAIjs.SelectValue; exports.Separator = _chunkSUJ4GXAIjs.Separator; exports.Sheet = _chunkSUJ4GXAIjs.Sheet; exports.SheetClose = _chunkSUJ4GXAIjs.SheetClose; exports.SheetContent = _chunkSUJ4GXAIjs.SheetContent; exports.SheetDescription = _chunkSUJ4GXAIjs.SheetDescription; exports.SheetFooter = _chunkSUJ4GXAIjs.SheetFooter; exports.SheetHeader = _chunkSUJ4GXAIjs.SheetHeader; exports.SheetTitle = _chunkSUJ4GXAIjs.SheetTitle; exports.SheetTrigger = _chunkSUJ4GXAIjs.SheetTrigger; exports.Sidebar = _chunkSUJ4GXAIjs.Sidebar; exports.SidebarContent = _chunkSUJ4GXAIjs.SidebarContent; exports.SidebarFooter = _chunkSUJ4GXAIjs.SidebarFooter; exports.SidebarGroup = _chunkSUJ4GXAIjs.SidebarGroup; exports.SidebarGroupAction = _chunkSUJ4GXAIjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkSUJ4GXAIjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkSUJ4GXAIjs.SidebarGroupLabel; exports.SidebarHeader = _chunkSUJ4GXAIjs.SidebarHeader; exports.SidebarInput = _chunkSUJ4GXAIjs.SidebarInput; exports.SidebarInset = _chunkSUJ4GXAIjs.SidebarInset; exports.SidebarMenu = _chunkSUJ4GXAIjs.SidebarMenu; exports.SidebarMenuAction = _chunkSUJ4GXAIjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkSUJ4GXAIjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkSUJ4GXAIjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkSUJ4GXAIjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkSUJ4GXAIjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkSUJ4GXAIjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkSUJ4GXAIjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkSUJ4GXAIjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkSUJ4GXAIjs.SidebarProvider; exports.SidebarRail = _chunkSUJ4GXAIjs.SidebarRail; exports.SidebarSeparator = _chunkSUJ4GXAIjs.SidebarSeparator; exports.SidebarTrigger = _chunkSUJ4GXAIjs.SidebarTrigger; exports.Skeleton = _chunkSUJ4GXAIjs.Skeleton; exports.Slider = _chunkSUJ4GXAIjs.Slider; exports.Switch = _chunkSUJ4GXAIjs.Switch; exports.Table = _chunkSUJ4GXAIjs.Table; exports.TableBody = _chunkSUJ4GXAIjs.TableBody; exports.TableCaption = _chunkSUJ4GXAIjs.TableCaption; exports.TableCell = _chunkSUJ4GXAIjs.TableCell; exports.TableFooter = _chunkSUJ4GXAIjs.TableFooter; exports.TableHead = _chunkSUJ4GXAIjs.TableHead; exports.TableHeader = _chunkSUJ4GXAIjs.TableHeader; exports.TableRow = _chunkSUJ4GXAIjs.TableRow; exports.Tabs = _chunkSUJ4GXAIjs.Tabs; exports.TabsContainer = _chunkSUJ4GXAIjs.TabsContainer; exports.TabsContent = _chunkSUJ4GXAIjs.TabsContent; exports.TabsList = _chunkSUJ4GXAIjs.TabsList; exports.TabsTrigger = _chunkSUJ4GXAIjs.TabsTrigger; exports.Textarea = _chunkSUJ4GXAIjs.Textarea; exports.Toaster = _chunkSUJ4GXAIjs.Toaster; exports.Toggle = _chunkSUJ4GXAIjs.Toggle; exports.TokenStatusIndicator = _chunkSUJ4GXAIjs.TokenStatusIndicator; exports.Tooltip = _chunkSUJ4GXAIjs.Tooltip; exports.TooltipContent = _chunkSUJ4GXAIjs.TooltipContent; exports.TooltipProvider = _chunkSUJ4GXAIjs.TooltipProvider; exports.TooltipTrigger = _chunkSUJ4GXAIjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkSUJ4GXAIjs.TotpAuthenticatorList; exports.TotpInput = _chunkSUJ4GXAIjs.TotpInput; exports.TotpSetupDialog = _chunkSUJ4GXAIjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkSUJ4GXAIjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkSUJ4GXAIjs.TwoFactorSettings; exports.UserAvatar = _chunkSUJ4GXAIjs.UserAvatar; exports.UserAvatarEditor = _chunkSUJ4GXAIjs.UserAvatarEditor; exports.UserContainer = _chunkSUJ4GXAIjs.UserContainer; exports.UserDeleter = _chunkSUJ4GXAIjs.UserDeleter; exports.UserDetails = _chunkSUJ4GXAIjs.UserDetails; exports.UserEditor = _chunkSUJ4GXAIjs.UserEditor; exports.UserIndexContainer = _chunkSUJ4GXAIjs.UserIndexContainer; exports.UserIndexDetails = _chunkSUJ4GXAIjs.UserIndexDetails; exports.UserListInAdd = _chunkSUJ4GXAIjs.UserListInAdd; exports.UserMultiSelect = _chunkSUJ4GXAIjs.UserMultiSelect; exports.UserReactivator = _chunkSUJ4GXAIjs.UserReactivator; exports.UserResentInvitationEmail = _chunkSUJ4GXAIjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkSUJ4GXAIjs.UserRoleAdd; exports.UserRolesList = _chunkSUJ4GXAIjs.UserRolesList; exports.UserSelector = _chunkSUJ4GXAIjs.UserSelector; exports.UserStanadaloneDetails = _chunkSUJ4GXAIjs.UserStanadaloneDetails; exports.UsersList = _chunkSUJ4GXAIjs.UsersList; exports.UsersListByContentIds = _chunkSUJ4GXAIjs.UsersListByContentIds; exports.UsersListContainer = _chunkSUJ4GXAIjs.UsersListContainer; exports.WaitlistConfirmation = _chunkSUJ4GXAIjs.WaitlistConfirmation; exports.WaitlistForm = _chunkSUJ4GXAIjs.WaitlistForm; exports.WaitlistHeroSection = _chunkSUJ4GXAIjs.WaitlistHeroSection; exports.WaitlistList = _chunkSUJ4GXAIjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkSUJ4GXAIjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkSUJ4GXAIjs.WaitlistSuccessState; exports.badgeVariants = _chunkSUJ4GXAIjs.badgeVariants; exports.buttonVariants = _chunkSUJ4GXAIjs.buttonVariants; exports.cellComponent = _chunkSUJ4GXAIjs.cellComponent; exports.cellDate = _chunkSUJ4GXAIjs.cellDate; exports.cellId = _chunkSUJ4GXAIjs.cellId; exports.cellLink = _chunkSUJ4GXAIjs.cellLink; exports.cellUrl = _chunkSUJ4GXAIjs.cellUrl; exports.errorToast = _chunkSUJ4GXAIjs.errorToast; exports.generateNotificationData = _chunkSUJ4GXAIjs.generateNotificationData; exports.getIcon = _chunkULHMVHDSjs.getIcon; exports.getIconByModule = _chunkULHMVHDSjs.getIconByModule; exports.getIconByModuleName = _chunkULHMVHDSjs.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunkSUJ4GXAIjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkSUJ4GXAIjs.tabsListVariants; exports.toggleVariants = _chunkSUJ4GXAIjs.toggleVariants; exports.triggerAssociationToast = _chunkSUJ4GXAIjs.triggerAssociationToast; exports.useCarousel = _chunkSUJ4GXAIjs.useCarousel; exports.useFileUpload = _chunkSUJ4GXAIjs.useFileUpload; exports.useSidebar = _chunkSUJ4GXAIjs.useSidebar;
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
exports.AcceptInvitation = _chunkO6RKQ4TPjs.AcceptInvitation; exports.Accordion = _chunkO6RKQ4TPjs.Accordion; exports.AccordionContent = _chunkO6RKQ4TPjs.AccordionContent; exports.AccordionItem = _chunkO6RKQ4TPjs.AccordionItem; exports.AccordionTrigger = _chunkO6RKQ4TPjs.AccordionTrigger; exports.ActivateAccount = _chunkO6RKQ4TPjs.ActivateAccount; exports.AddUserToRole = _chunkO6RKQ4TPjs.AddUserToRole; exports.AdminCompanyContainer = _chunkO6RKQ4TPjs.AdminCompanyContainer; exports.AdminUsersList = _chunkO6RKQ4TPjs.AdminUsersList; exports.Alert = _chunkO6RKQ4TPjs.Alert; exports.AlertAction = _chunkO6RKQ4TPjs.AlertAction; exports.AlertDescription = _chunkO6RKQ4TPjs.AlertDescription; exports.AlertDialog = _chunkO6RKQ4TPjs.AlertDialog; exports.AlertDialogAction = _chunkO6RKQ4TPjs.AlertDialogAction; exports.AlertDialogCancel = _chunkO6RKQ4TPjs.AlertDialogCancel; exports.AlertDialogContent = _chunkO6RKQ4TPjs.AlertDialogContent; exports.AlertDialogDescription = _chunkO6RKQ4TPjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkO6RKQ4TPjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkO6RKQ4TPjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkO6RKQ4TPjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkO6RKQ4TPjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkO6RKQ4TPjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkO6RKQ4TPjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkO6RKQ4TPjs.AlertDialogTrigger; exports.AlertTitle = _chunkO6RKQ4TPjs.AlertTitle; exports.AllowedUsersDetails = _chunkO6RKQ4TPjs.AllowedUsersDetails; exports.AttributeElement = _chunkO6RKQ4TPjs.AttributeElement; exports.AuthContainer = _chunkO6RKQ4TPjs.AuthContainer; exports.Avatar = _chunkO6RKQ4TPjs.Avatar; exports.AvatarBadge = _chunkO6RKQ4TPjs.AvatarBadge; exports.AvatarFallback = _chunkO6RKQ4TPjs.AvatarFallback; exports.AvatarGroup = _chunkO6RKQ4TPjs.AvatarGroup; exports.AvatarGroupCount = _chunkO6RKQ4TPjs.AvatarGroupCount; exports.AvatarImage = _chunkO6RKQ4TPjs.AvatarImage; exports.BackupCodesDialog = _chunkO6RKQ4TPjs.BackupCodesDialog; exports.Badge = _chunkO6RKQ4TPjs.Badge; exports.BlockNoteEditorContainer = _chunkO6RKQ4TPjs.BlockNoteEditorContainer; exports.Board = _chunkO6RKQ4TPjs.KanbanBoard; exports.Breadcrumb = _chunkO6RKQ4TPjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkO6RKQ4TPjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkO6RKQ4TPjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkO6RKQ4TPjs.BreadcrumbLink; exports.BreadcrumbList = _chunkO6RKQ4TPjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkO6RKQ4TPjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkO6RKQ4TPjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkO6RKQ4TPjs.BreadcrumbSeparator; exports.Button = _chunkO6RKQ4TPjs.Button; exports.Calendar = _chunkO6RKQ4TPjs.Calendar; exports.CalendarDayButton = _chunkO6RKQ4TPjs.CalendarDayButton; exports.Card = _chunkO6RKQ4TPjs.Card; exports.CardAction = _chunkO6RKQ4TPjs.CardAction; exports.CardContent = _chunkO6RKQ4TPjs.CardContent; exports.CardDescription = _chunkO6RKQ4TPjs.CardDescription; exports.CardFooter = _chunkO6RKQ4TPjs.CardFooter; exports.CardHeader = _chunkO6RKQ4TPjs.CardHeader; exports.CardTitle = _chunkO6RKQ4TPjs.CardTitle; exports.Carousel = _chunkO6RKQ4TPjs.Carousel; exports.CarouselContent = _chunkO6RKQ4TPjs.CarouselContent; exports.CarouselItem = _chunkO6RKQ4TPjs.CarouselItem; exports.CarouselNext = _chunkO6RKQ4TPjs.CarouselNext; exports.CarouselPrevious = _chunkO6RKQ4TPjs.CarouselPrevious; exports.ChartContainer = _chunkO6RKQ4TPjs.ChartContainer; exports.ChartLegend = _chunkO6RKQ4TPjs.ChartLegend; exports.ChartLegendContent = _chunkO6RKQ4TPjs.ChartLegendContent; exports.ChartStyle = _chunkO6RKQ4TPjs.ChartStyle; exports.ChartTooltip = _chunkO6RKQ4TPjs.ChartTooltip; exports.ChartTooltipContent = _chunkO6RKQ4TPjs.ChartTooltipContent; exports.Checkbox = _chunkO6RKQ4TPjs.Checkbox; exports.Collapsible = _chunkO6RKQ4TPjs.Collapsible; exports.CollapsibleContent = _chunkO6RKQ4TPjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkO6RKQ4TPjs.CollapsibleTrigger; exports.Column = _chunkO6RKQ4TPjs.KanbanColumn; exports.ColumnHandle = _chunkO6RKQ4TPjs.KanbanColumnHandle; exports.Command = _chunkO6RKQ4TPjs.Command; exports.CommandDialog = _chunkO6RKQ4TPjs.CommandDialog; exports.CommandEmpty = _chunkO6RKQ4TPjs.CommandEmpty; exports.CommandGroup = _chunkO6RKQ4TPjs.CommandGroup; exports.CommandInput = _chunkO6RKQ4TPjs.CommandInput; exports.CommandItem = _chunkO6RKQ4TPjs.CommandItem; exports.CommandList = _chunkO6RKQ4TPjs.CommandList; exports.CommandSeparator = _chunkO6RKQ4TPjs.CommandSeparator; exports.CommandShortcut = _chunkO6RKQ4TPjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkO6RKQ4TPjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkO6RKQ4TPjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkO6RKQ4TPjs.CommonDeleter; exports.CommonEditorButtons = _chunkO6RKQ4TPjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkO6RKQ4TPjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkO6RKQ4TPjs.CommonEditorTrigger; exports.CompaniesList = _chunkO6RKQ4TPjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkO6RKQ4TPjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkO6RKQ4TPjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkO6RKQ4TPjs.CompanyContainer; exports.CompanyDeleter = _chunkO6RKQ4TPjs.CompanyDeleter; exports.CompanyDetails = _chunkO6RKQ4TPjs.CompanyDetails; exports.CompanyEditor = _chunkO6RKQ4TPjs.CompanyEditor; exports.CompanyUsersList = _chunkO6RKQ4TPjs.CompanyUsersList; exports.ContentListTable = _chunkO6RKQ4TPjs.ContentListTable; exports.ContentTableSearch = _chunkO6RKQ4TPjs.ContentTableSearch; exports.ContentTitle = _chunkO6RKQ4TPjs.ContentTitle; exports.ContentsList = _chunkO6RKQ4TPjs.ContentsList; exports.ContentsListById = _chunkO6RKQ4TPjs.ContentsListById; exports.ContextMenu = _chunkO6RKQ4TPjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkO6RKQ4TPjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkO6RKQ4TPjs.ContextMenuContent; exports.ContextMenuGroup = _chunkO6RKQ4TPjs.ContextMenuGroup; exports.ContextMenuItem = _chunkO6RKQ4TPjs.ContextMenuItem; exports.ContextMenuLabel = _chunkO6RKQ4TPjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkO6RKQ4TPjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkO6RKQ4TPjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkO6RKQ4TPjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkO6RKQ4TPjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkO6RKQ4TPjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkO6RKQ4TPjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkO6RKQ4TPjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkO6RKQ4TPjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkO6RKQ4TPjs.ContextMenuTrigger; exports.ContributorsList = _chunkO6RKQ4TPjs.ContributorsList; exports.Cookies = _chunkO6RKQ4TPjs.Cookies; exports.DatePickerPopover = _chunkO6RKQ4TPjs.DatePickerPopover; exports.DateRangeSelector = _chunkO6RKQ4TPjs.DateRangeSelector; exports.Dialog = _chunkO6RKQ4TPjs.Dialog; exports.DialogClose = _chunkO6RKQ4TPjs.DialogClose; exports.DialogContent = _chunkO6RKQ4TPjs.DialogContent; exports.DialogDescription = _chunkO6RKQ4TPjs.DialogDescription; exports.DialogFooter = _chunkO6RKQ4TPjs.DialogFooter; exports.DialogHeader = _chunkO6RKQ4TPjs.DialogHeader; exports.DialogOverlay = _chunkO6RKQ4TPjs.DialogOverlay; exports.DialogPortal = _chunkO6RKQ4TPjs.DialogPortal; exports.DialogTitle = _chunkO6RKQ4TPjs.DialogTitle; exports.DialogTrigger = _chunkO6RKQ4TPjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkO6RKQ4TPjs.DisableTwoFactorDialog; exports.Drawer = _chunkO6RKQ4TPjs.Drawer; exports.DrawerClose = _chunkO6RKQ4TPjs.DrawerClose; exports.DrawerContent = _chunkO6RKQ4TPjs.DrawerContent; exports.DrawerDescription = _chunkO6RKQ4TPjs.DrawerDescription; exports.DrawerFooter = _chunkO6RKQ4TPjs.DrawerFooter; exports.DrawerHeader = _chunkO6RKQ4TPjs.DrawerHeader; exports.DrawerOverlay = _chunkO6RKQ4TPjs.DrawerOverlay; exports.DrawerPortal = _chunkO6RKQ4TPjs.DrawerPortal; exports.DrawerTitle = _chunkO6RKQ4TPjs.DrawerTitle; exports.DrawerTrigger = _chunkO6RKQ4TPjs.DrawerTrigger; exports.DropdownMenu = _chunkO6RKQ4TPjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkO6RKQ4TPjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkO6RKQ4TPjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkO6RKQ4TPjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkO6RKQ4TPjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkO6RKQ4TPjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkO6RKQ4TPjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkO6RKQ4TPjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkO6RKQ4TPjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkO6RKQ4TPjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkO6RKQ4TPjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkO6RKQ4TPjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkO6RKQ4TPjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkO6RKQ4TPjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkO6RKQ4TPjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkO6RKQ4TPjs.ErrorDetails; exports.Field = _chunkO6RKQ4TPjs.Field; exports.FieldContent = _chunkO6RKQ4TPjs.FieldContent; exports.FieldDescription = _chunkO6RKQ4TPjs.FieldDescription; exports.FieldError = _chunkO6RKQ4TPjs.FieldError; exports.FieldGroup = _chunkO6RKQ4TPjs.FieldGroup; exports.FieldLabel = _chunkO6RKQ4TPjs.FieldLabel; exports.FieldLegend = _chunkO6RKQ4TPjs.FieldLegend; exports.FieldSeparator = _chunkO6RKQ4TPjs.FieldSeparator; exports.FieldSet = _chunkO6RKQ4TPjs.FieldSet; exports.FieldTitle = _chunkO6RKQ4TPjs.FieldTitle; exports.FileInput = _chunkO6RKQ4TPjs.FileInput; exports.FileUploader = _chunkO6RKQ4TPjs.FileUploader; exports.FileUploaderContent = _chunkO6RKQ4TPjs.FileUploaderContent; exports.FileUploaderItem = _chunkO6RKQ4TPjs.FileUploaderItem; exports.ForgotPassword = _chunkO6RKQ4TPjs.ForgotPassword; exports.Form = _chunkO6RKQ4TPjs.Form; exports.FormCheckbox = _chunkO6RKQ4TPjs.FormCheckbox; exports.FormDate = _chunkO6RKQ4TPjs.FormDate; exports.FormDateTime = _chunkO6RKQ4TPjs.FormDateTime; exports.FormFeatures = _chunkO6RKQ4TPjs.FormFeatures; exports.FormFieldWrapper = _chunkO6RKQ4TPjs.FormFieldWrapper; exports.FormInput = _chunkO6RKQ4TPjs.FormInput; exports.FormPassword = _chunkO6RKQ4TPjs.FormPassword; exports.FormPlaceAutocomplete = _chunkO6RKQ4TPjs.FormPlaceAutocomplete; exports.FormRoles = _chunkO6RKQ4TPjs.FormRoles; exports.FormSelect = _chunkO6RKQ4TPjs.FormSelect; exports.FormSlider = _chunkO6RKQ4TPjs.FormSlider; exports.FormSwitch = _chunkO6RKQ4TPjs.FormSwitch; exports.FormTextarea = _chunkO6RKQ4TPjs.FormTextarea; exports.GdprConsentCheckbox = _chunkO6RKQ4TPjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkO6RKQ4TPjs.GdprConsentSection; exports.Header = _chunkO6RKQ4TPjs.Header; exports.HoverCard = _chunkO6RKQ4TPjs.HoverCard; exports.HoverCardContent = _chunkO6RKQ4TPjs.HoverCardContent; exports.HoverCardTrigger = _chunkO6RKQ4TPjs.HoverCardTrigger; exports.Input = _chunkO6RKQ4TPjs.Input; exports.InputGroup = _chunkO6RKQ4TPjs.InputGroup; exports.InputGroupAddon = _chunkO6RKQ4TPjs.InputGroupAddon; exports.InputGroupButton = _chunkO6RKQ4TPjs.InputGroupButton; exports.InputGroupInput = _chunkO6RKQ4TPjs.InputGroupInput; exports.InputGroupText = _chunkO6RKQ4TPjs.InputGroupText; exports.InputGroupTextarea = _chunkO6RKQ4TPjs.InputGroupTextarea; exports.InputOTP = _chunkO6RKQ4TPjs.InputOTP; exports.InputOTPGroup = _chunkO6RKQ4TPjs.InputOTPGroup; exports.InputOTPSeparator = _chunkO6RKQ4TPjs.InputOTPSeparator; exports.InputOTPSlot = _chunkO6RKQ4TPjs.InputOTPSlot; exports.Item = _chunkO6RKQ4TPjs.KanbanItem; exports.ItemHandle = _chunkO6RKQ4TPjs.KanbanItemHandle; exports.Kanban = _chunkO6RKQ4TPjs.KanbanRoot; exports.KanbanBoard = _chunkO6RKQ4TPjs.KanbanBoard; exports.KanbanColumn = _chunkO6RKQ4TPjs.KanbanColumn; exports.KanbanColumnHandle = _chunkO6RKQ4TPjs.KanbanColumnHandle; exports.KanbanItem = _chunkO6RKQ4TPjs.KanbanItem; exports.KanbanItemHandle = _chunkO6RKQ4TPjs.KanbanItemHandle; exports.KanbanOverlay = _chunkO6RKQ4TPjs.KanbanOverlay; exports.Label = _chunkO6RKQ4TPjs.Label; exports.LandingComponent = _chunkO6RKQ4TPjs.LandingComponent; exports.Link = _chunkO6RKQ4TPjs.Link; exports.Login = _chunkO6RKQ4TPjs.Login; exports.Logout = _chunkO6RKQ4TPjs.Logout; exports.ModeToggleSwitch = _chunkO6RKQ4TPjs.ModeToggleSwitch; exports.MultiSelect = _chunkO6RKQ4TPjs.MultiSelect; exports.MultipleSelector = _chunkO6RKQ4TPjs.MultipleSelector; exports.NavigationMenu = _chunkO6RKQ4TPjs.NavigationMenu; exports.NavigationMenuContent = _chunkO6RKQ4TPjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkO6RKQ4TPjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkO6RKQ4TPjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkO6RKQ4TPjs.NavigationMenuLink; exports.NavigationMenuList = _chunkO6RKQ4TPjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkO6RKQ4TPjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkO6RKQ4TPjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkO6RKQ4TPjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkO6RKQ4TPjs.NotificationMenuItem; exports.NotificationModal = _chunkO6RKQ4TPjs.NotificationModal; exports.NotificationToast = _chunkO6RKQ4TPjs.NotificationToast; exports.NotificationsList = _chunkO6RKQ4TPjs.NotificationsList; exports.NotificationsListContainer = _chunkO6RKQ4TPjs.NotificationsListContainer; exports.OAuthClientCard = _chunkO6RKQ4TPjs.OAuthClientCard; exports.OAuthClientDetail = _chunkO6RKQ4TPjs.OAuthClientDetail; exports.OAuthClientForm = _chunkO6RKQ4TPjs.OAuthClientForm; exports.OAuthClientList = _chunkO6RKQ4TPjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkO6RKQ4TPjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkO6RKQ4TPjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkO6RKQ4TPjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkO6RKQ4TPjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkO6RKQ4TPjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkO6RKQ4TPjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkO6RKQ4TPjs.OAuthScopeSelector; exports.OnboardingCard = _chunkO6RKQ4TPjs.OnboardingCard; exports.Overlay = _chunkO6RKQ4TPjs.KanbanOverlay; exports.PageContainer = _chunkO6RKQ4TPjs.PageContainer; exports.PageContainerContentDetails = _chunkO6RKQ4TPjs.PageContainerContentDetails; exports.PageContentContainer = _chunkO6RKQ4TPjs.PageContentContainer; exports.PageSection = _chunkO6RKQ4TPjs.PageSection; exports.PasskeyButton = _chunkO6RKQ4TPjs.PasskeyButton; exports.PasskeyList = _chunkO6RKQ4TPjs.PasskeyList; exports.PasskeySetupDialog = _chunkO6RKQ4TPjs.PasskeySetupDialog; exports.PasswordInput = _chunkO6RKQ4TPjs.PasswordInput; exports.Popover = _chunkO6RKQ4TPjs.Popover; exports.PopoverContent = _chunkO6RKQ4TPjs.PopoverContent; exports.PopoverDescription = _chunkO6RKQ4TPjs.PopoverDescription; exports.PopoverHeader = _chunkO6RKQ4TPjs.PopoverHeader; exports.PopoverTitle = _chunkO6RKQ4TPjs.PopoverTitle; exports.PopoverTrigger = _chunkO6RKQ4TPjs.PopoverTrigger; exports.Progress = _chunkO6RKQ4TPjs.Progress; exports.ProgressIndicator = _chunkO6RKQ4TPjs.ProgressIndicator; exports.ProgressLabel = _chunkO6RKQ4TPjs.ProgressLabel; exports.ProgressTrack = _chunkO6RKQ4TPjs.ProgressTrack; exports.ProgressValue = _chunkO6RKQ4TPjs.ProgressValue; exports.PushNotificationProvider = _chunkO6RKQ4TPjs.PushNotificationProvider; exports.RadioGroup = _chunkO6RKQ4TPjs.RadioGroup; exports.RadioGroupItem = _chunkO6RKQ4TPjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkO6RKQ4TPjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkO6RKQ4TPjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkO6RKQ4TPjs.ReferralCodeCapture; exports.ReferralDialog = _chunkO6RKQ4TPjs.ReferralDialog; exports.ReferralWidget = _chunkO6RKQ4TPjs.ReferralWidget; exports.RefreshUser = _chunkO6RKQ4TPjs.RefreshUser; exports.RelevantContentsList = _chunkO6RKQ4TPjs.RelevantContentsList; exports.RelevantUsersList = _chunkO6RKQ4TPjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkO6RKQ4TPjs.RemoveUserFromRole; exports.ResetPassword = _chunkO6RKQ4TPjs.ResetPassword; exports.ResizableHandle = _chunkO6RKQ4TPjs.ResizableHandle; exports.ResizablePanel = _chunkO6RKQ4TPjs.ResizablePanel; exports.ResizablePanelGroup = _chunkO6RKQ4TPjs.ResizablePanelGroup; exports.RoleContainer = _chunkO6RKQ4TPjs.RoleContainer; exports.RoleDetails = _chunkO6RKQ4TPjs.RoleDetails; exports.RoleUsersList = _chunkO6RKQ4TPjs.RoleUsersList; exports.RolesList = _chunkO6RKQ4TPjs.RolesList; exports.Root = _chunkO6RKQ4TPjs.KanbanRoot; exports.ScrollArea = _chunkO6RKQ4TPjs.ScrollArea; exports.ScrollBar = _chunkO6RKQ4TPjs.ScrollBar; exports.SecurityContainer = _chunkO6RKQ4TPjs.SecurityContainer; exports.Select = _chunkO6RKQ4TPjs.Select; exports.SelectContent = _chunkO6RKQ4TPjs.SelectContent; exports.SelectGroup = _chunkO6RKQ4TPjs.SelectGroup; exports.SelectItem = _chunkO6RKQ4TPjs.SelectItem; exports.SelectLabel = _chunkO6RKQ4TPjs.SelectLabel; exports.SelectScrollDownButton = _chunkO6RKQ4TPjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkO6RKQ4TPjs.SelectScrollUpButton; exports.SelectSeparator = _chunkO6RKQ4TPjs.SelectSeparator; exports.SelectTrigger = _chunkO6RKQ4TPjs.SelectTrigger; exports.SelectValue = _chunkO6RKQ4TPjs.SelectValue; exports.Separator = _chunkO6RKQ4TPjs.Separator; exports.Sheet = _chunkO6RKQ4TPjs.Sheet; exports.SheetClose = _chunkO6RKQ4TPjs.SheetClose; exports.SheetContent = _chunkO6RKQ4TPjs.SheetContent; exports.SheetDescription = _chunkO6RKQ4TPjs.SheetDescription; exports.SheetFooter = _chunkO6RKQ4TPjs.SheetFooter; exports.SheetHeader = _chunkO6RKQ4TPjs.SheetHeader; exports.SheetTitle = _chunkO6RKQ4TPjs.SheetTitle; exports.SheetTrigger = _chunkO6RKQ4TPjs.SheetTrigger; exports.Sidebar = _chunkO6RKQ4TPjs.Sidebar; exports.SidebarContent = _chunkO6RKQ4TPjs.SidebarContent; exports.SidebarFooter = _chunkO6RKQ4TPjs.SidebarFooter; exports.SidebarGroup = _chunkO6RKQ4TPjs.SidebarGroup; exports.SidebarGroupAction = _chunkO6RKQ4TPjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkO6RKQ4TPjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkO6RKQ4TPjs.SidebarGroupLabel; exports.SidebarHeader = _chunkO6RKQ4TPjs.SidebarHeader; exports.SidebarInput = _chunkO6RKQ4TPjs.SidebarInput; exports.SidebarInset = _chunkO6RKQ4TPjs.SidebarInset; exports.SidebarMenu = _chunkO6RKQ4TPjs.SidebarMenu; exports.SidebarMenuAction = _chunkO6RKQ4TPjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkO6RKQ4TPjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkO6RKQ4TPjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkO6RKQ4TPjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkO6RKQ4TPjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkO6RKQ4TPjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkO6RKQ4TPjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkO6RKQ4TPjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkO6RKQ4TPjs.SidebarProvider; exports.SidebarRail = _chunkO6RKQ4TPjs.SidebarRail; exports.SidebarSeparator = _chunkO6RKQ4TPjs.SidebarSeparator; exports.SidebarTrigger = _chunkO6RKQ4TPjs.SidebarTrigger; exports.Skeleton = _chunkO6RKQ4TPjs.Skeleton; exports.Slider = _chunkO6RKQ4TPjs.Slider; exports.Switch = _chunkO6RKQ4TPjs.Switch; exports.Table = _chunkO6RKQ4TPjs.Table; exports.TableBody = _chunkO6RKQ4TPjs.TableBody; exports.TableCaption = _chunkO6RKQ4TPjs.TableCaption; exports.TableCell = _chunkO6RKQ4TPjs.TableCell; exports.TableFooter = _chunkO6RKQ4TPjs.TableFooter; exports.TableHead = _chunkO6RKQ4TPjs.TableHead; exports.TableHeader = _chunkO6RKQ4TPjs.TableHeader; exports.TableRow = _chunkO6RKQ4TPjs.TableRow; exports.Tabs = _chunkO6RKQ4TPjs.Tabs; exports.TabsContainer = _chunkO6RKQ4TPjs.TabsContainer; exports.TabsContent = _chunkO6RKQ4TPjs.TabsContent; exports.TabsList = _chunkO6RKQ4TPjs.TabsList; exports.TabsTrigger = _chunkO6RKQ4TPjs.TabsTrigger; exports.Textarea = _chunkO6RKQ4TPjs.Textarea; exports.Toaster = _chunkO6RKQ4TPjs.Toaster; exports.Toggle = _chunkO6RKQ4TPjs.Toggle; exports.TokenStatusIndicator = _chunkO6RKQ4TPjs.TokenStatusIndicator; exports.Tooltip = _chunkO6RKQ4TPjs.Tooltip; exports.TooltipContent = _chunkO6RKQ4TPjs.TooltipContent; exports.TooltipProvider = _chunkO6RKQ4TPjs.TooltipProvider; exports.TooltipTrigger = _chunkO6RKQ4TPjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkO6RKQ4TPjs.TotpAuthenticatorList; exports.TotpInput = _chunkO6RKQ4TPjs.TotpInput; exports.TotpSetupDialog = _chunkO6RKQ4TPjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkO6RKQ4TPjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkO6RKQ4TPjs.TwoFactorSettings; exports.UserAvatar = _chunkO6RKQ4TPjs.UserAvatar; exports.UserAvatarEditor = _chunkO6RKQ4TPjs.UserAvatarEditor; exports.UserAvatarList = _chunkO6RKQ4TPjs.UserAvatarList; exports.UserContainer = _chunkO6RKQ4TPjs.UserContainer; exports.UserDeleter = _chunkO6RKQ4TPjs.UserDeleter; exports.UserDetails = _chunkO6RKQ4TPjs.UserDetails; exports.UserEditor = _chunkO6RKQ4TPjs.UserEditor; exports.UserIndexContainer = _chunkO6RKQ4TPjs.UserIndexContainer; exports.UserIndexDetails = _chunkO6RKQ4TPjs.UserIndexDetails; exports.UserListInAdd = _chunkO6RKQ4TPjs.UserListInAdd; exports.UserMultiSelect = _chunkO6RKQ4TPjs.UserMultiSelect; exports.UserReactivator = _chunkO6RKQ4TPjs.UserReactivator; exports.UserResentInvitationEmail = _chunkO6RKQ4TPjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkO6RKQ4TPjs.UserRoleAdd; exports.UserRolesList = _chunkO6RKQ4TPjs.UserRolesList; exports.UserSelector = _chunkO6RKQ4TPjs.UserSelector; exports.UserStanadaloneDetails = _chunkO6RKQ4TPjs.UserStanadaloneDetails; exports.UsersList = _chunkO6RKQ4TPjs.UsersList; exports.UsersListByContentIds = _chunkO6RKQ4TPjs.UsersListByContentIds; exports.UsersListContainer = _chunkO6RKQ4TPjs.UsersListContainer; exports.WaitlistConfirmation = _chunkO6RKQ4TPjs.WaitlistConfirmation; exports.WaitlistForm = _chunkO6RKQ4TPjs.WaitlistForm; exports.WaitlistHeroSection = _chunkO6RKQ4TPjs.WaitlistHeroSection; exports.WaitlistList = _chunkO6RKQ4TPjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkO6RKQ4TPjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkO6RKQ4TPjs.WaitlistSuccessState; exports.badgeVariants = _chunkO6RKQ4TPjs.badgeVariants; exports.buttonVariants = _chunkO6RKQ4TPjs.buttonVariants; exports.cellComponent = _chunkO6RKQ4TPjs.cellComponent; exports.cellDate = _chunkO6RKQ4TPjs.cellDate; exports.cellId = _chunkO6RKQ4TPjs.cellId; exports.cellLink = _chunkO6RKQ4TPjs.cellLink; exports.cellUrl = _chunkO6RKQ4TPjs.cellUrl; exports.errorToast = _chunkO6RKQ4TPjs.errorToast; exports.generateNotificationData = _chunkO6RKQ4TPjs.generateNotificationData; exports.getIcon = _chunkULHMVHDSjs.getIcon; exports.getIconByModule = _chunkULHMVHDSjs.getIconByModule; exports.getIconByModuleName = _chunkULHMVHDSjs.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunkO6RKQ4TPjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkO6RKQ4TPjs.tabsListVariants; exports.toggleVariants = _chunkO6RKQ4TPjs.toggleVariants; exports.triggerAssociationToast = _chunkO6RKQ4TPjs.triggerAssociationToast; exports.useCarousel = _chunkO6RKQ4TPjs.useCarousel; exports.useDebounce = _chunkO6RKQ4TPjs.useDebounce2; exports.useFileUpload = _chunkO6RKQ4TPjs.useFileUpload; exports.useSidebar = _chunkO6RKQ4TPjs.useSidebar;
|
|
815
821
|
//# 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,
|
|
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;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;AACA;AACF,oquBAAC","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,
|
|
@@ -355,6 +356,7 @@ import {
|
|
|
355
356
|
TwoFactorSettings,
|
|
356
357
|
UserAvatar,
|
|
357
358
|
UserAvatarEditor,
|
|
359
|
+
UserAvatarList,
|
|
358
360
|
UserContainer,
|
|
359
361
|
UserDeleter,
|
|
360
362
|
UserDetails,
|
|
@@ -392,9 +394,10 @@ import {
|
|
|
392
394
|
toggleVariants,
|
|
393
395
|
triggerAssociationToast,
|
|
394
396
|
useCarousel,
|
|
397
|
+
useDebounce2 as useDebounce,
|
|
395
398
|
useFileUpload,
|
|
396
399
|
useSidebar
|
|
397
|
-
} from "../chunk-
|
|
400
|
+
} from "../chunk-CXKJKBDR.mjs";
|
|
398
401
|
import "../chunk-BUCV5VFT.mjs";
|
|
399
402
|
import {
|
|
400
403
|
getIcon,
|
|
@@ -626,6 +629,7 @@ export {
|
|
|
626
629
|
Logout,
|
|
627
630
|
ModeToggleSwitch,
|
|
628
631
|
MultiSelect,
|
|
632
|
+
MultipleSelector,
|
|
629
633
|
NavigationMenu,
|
|
630
634
|
NavigationMenuContent,
|
|
631
635
|
NavigationMenuIndicator,
|
|
@@ -769,6 +773,7 @@ export {
|
|
|
769
773
|
TwoFactorSettings,
|
|
770
774
|
UserAvatar,
|
|
771
775
|
UserAvatarEditor,
|
|
776
|
+
UserAvatarList,
|
|
772
777
|
UserContainer,
|
|
773
778
|
UserDeleter,
|
|
774
779
|
UserDetails,
|
|
@@ -809,6 +814,7 @@ export {
|
|
|
809
814
|
toggleVariants,
|
|
810
815
|
triggerAssociationToast,
|
|
811
816
|
useCarousel,
|
|
817
|
+
useDebounce,
|
|
812
818
|
useFileUpload,
|
|
813
819
|
useSidebar
|
|
814
820
|
};
|
package/dist/contexts/index.js
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
26
|
+
var _chunkO6RKQ4TPjs = require('../chunk-O6RKQ4TP.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 =
|
|
58
|
+
exports.CommonProvider = _chunkO6RKQ4TPjs.CommonProvider; exports.CompanyProvider = _chunkO6RKQ4TPjs.CompanyProvider; exports.CurrentUserProvider = _chunkO6RKQ4TPjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkO6RKQ4TPjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkO6RKQ4TPjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkO6RKQ4TPjs.NotificationContextProvider; exports.OnboardingProvider = _chunkO6RKQ4TPjs.OnboardingProvider; exports.RoleProvider = _chunkO6RKQ4TPjs.RoleProvider; exports.SharedProvider = _chunkO6RKQ4TPjs.SharedProvider; exports.SocketContext = _chunkO6RKQ4TPjs.SocketContext; exports.SocketProvider = _chunkO6RKQ4TPjs.SocketProvider; exports.UserProvider = _chunkO6RKQ4TPjs.UserProvider; exports.recentPagesAtom = _chunkO6RKQ4TPjs.recentPagesAtom; exports.useCommonContext = _chunkO6RKQ4TPjs.useCommonContext; exports.useCompanyContext = _chunkO6RKQ4TPjs.useCompanyContext; exports.useCurrentUserContext = _chunkO6RKQ4TPjs.useCurrentUserContext; exports.useHeaderChildren = _chunkO6RKQ4TPjs.useHeaderChildren; exports.useNotificationContext = _chunkO6RKQ4TPjs.useNotificationContext; exports.useOnboarding = _chunkO6RKQ4TPjs.useOnboarding; exports.useRoleContext = _chunkO6RKQ4TPjs.useRoleContext; exports.useSharedContext = _chunkO6RKQ4TPjs.useSharedContext; exports.useSocketContext = _chunkO6RKQ4TPjs.useSocketContext; exports.useUserContext = _chunkO6RKQ4TPjs.useUserContext;
|
|
59
59
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
package/dist/scripts/generate-web-module/templates/components/multi-selector.template.d.ts.map
CHANGED
|
@@ -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,
|
|
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"}
|