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