@carlonicora/nextjs-jsonapi 1.63.0 → 1.64.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-QQ4XFT4G.js → BlockNoteEditor-JF757BHH.js} +14 -14
- package/dist/{BlockNoteEditor-QQ4XFT4G.js.map → BlockNoteEditor-JF757BHH.js.map} +1 -1
- package/dist/{BlockNoteEditor-TS62AHRY.mjs → BlockNoteEditor-ZO3ZAPXU.mjs} +4 -4
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-BQSMP4NU.js → chunk-2DFE325P.js} +11 -11
- package/dist/{chunk-BQSMP4NU.js.map → chunk-2DFE325P.js.map} +1 -1
- package/dist/{chunk-K3DKXOEU.mjs → chunk-55FJ5WKS.mjs} +1172 -1224
- package/dist/chunk-55FJ5WKS.mjs.map +1 -0
- package/dist/{chunk-ZRKQQLYI.js → chunk-5LZGQXBD.js} +769 -821
- package/dist/chunk-5LZGQXBD.js.map +1 -0
- package/dist/{chunk-NAST4OSM.js → chunk-6YKYRKVU.js} +8 -2
- package/dist/chunk-6YKYRKVU.js.map +1 -0
- package/dist/{chunk-HRG4EAOG.mjs → chunk-PBD6ZH46.mjs} +2 -2
- package/dist/{chunk-YHNDD34Z.mjs → chunk-REWN5GZP.mjs} +8 -2
- package/dist/{chunk-YHNDD34Z.mjs.map → chunk-REWN5GZP.mjs.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +11 -8
- package/dist/components/index.d.ts +11 -8
- package/dist/components/index.js +4 -6
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -5
- package/dist/contexts/index.d.mts +2 -1
- package/dist/contexts/index.d.ts +2 -1
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/features/company/company.module.ts +3 -1
- package/src/features/company/components/containers/CompanyContainer.tsx +7 -2
- package/src/features/company/components/details/CompanyDetails.tsx +16 -1
- package/src/features/company/components/forms/CompanyConfigurationEditor.tsx +19 -51
- package/src/features/company/components/forms/index.ts +0 -1
- package/src/features/company/contexts/CompanyContext.tsx +5 -3
- package/src/features/user/user.module.ts +3 -1
- package/dist/chunk-K3DKXOEU.mjs.map +0 -1
- package/dist/chunk-NAST4OSM.js.map +0 -1
- package/dist/chunk-ZRKQQLYI.js.map +0 -1
- package/src/features/company/components/forms/CompanyConfigurationSecurityForm.tsx +0 -83
- /package/dist/{BlockNoteEditor-TS62AHRY.mjs.map → BlockNoteEditor-ZO3ZAPXU.mjs.map} +0 -0
- /package/dist/{chunk-HRG4EAOG.mjs.map → chunk-PBD6ZH46.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var _chunk5LZGQXBDjs = require('../chunk-5LZGQXBD.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ var _chunkZRKQQLYIjs = require('../chunk-ZRKQQLYI.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunk2DFE325Pjs = require('../chunk-2DFE325P.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -54,7 +54,7 @@ var _chunkBQSMP4NUjs = require('../chunk-BQSMP4NU.js');
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunk6YKYRKVUjs = require('../chunk-6YKYRKVU.js');
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -123,5 +123,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
exports.ClientJsonApiDelete =
|
|
126
|
+
exports.ClientJsonApiDelete = _chunk6YKYRKVUjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk6YKYRKVUjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk6YKYRKVUjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk6YKYRKVUjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk6YKYRKVUjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk5LZGQXBDjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk5LZGQXBDjs.TableGeneratorRegistry; exports.configureClientConfig = _chunk2DFE325Pjs.configureClientConfig; exports.configureClientJsonApi = _chunk6YKYRKVUjs.configureClientJsonApi; exports.configureI18n = _chunk2DFE325Pjs.configureI18n; exports.configureJsonApi = _chunk2DFE325Pjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunk5LZGQXBDjs.downloadMigrationFile; exports.generateMigrationFile = _chunk5LZGQXBDjs.generateMigrationFile; exports.getApiUrl = _chunk2DFE325Pjs.getApiUrl; exports.getAppUrl = _chunk2DFE325Pjs.getAppUrl; exports.getClientApiUrl = _chunk6YKYRKVUjs.getClientApiUrl; exports.getClientAppUrl = _chunk6YKYRKVUjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk6YKYRKVUjs.getClientTrackablePages; exports.getI18nLink = _chunk2DFE325Pjs.getI18nLink; exports.getStripePublishableKey = _chunk2DFE325Pjs.getStripePublishableKey; exports.getTrackablePages = _chunk2DFE325Pjs.getTrackablePages; exports.registerTableGenerator = _chunk5LZGQXBDjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk5LZGQXBDjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk5LZGQXBDjs.useContentTableStructure; exports.useCustomD3Graph = _chunk5LZGQXBDjs.useCustomD3Graph; exports.useDataListRetriever = _chunk5LZGQXBDjs.useDataListRetriever; exports.useDebounce = _chunk5LZGQXBDjs.useDebounce; exports.useI18nDateFnsLocale = _chunk2DFE325Pjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunk2DFE325Pjs.useI18nLocale; exports.useI18nRouter = _chunk2DFE325Pjs.useI18nRouter; exports.useI18nTranslations = _chunk2DFE325Pjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk5LZGQXBDjs.useJsonApiGet; exports.useJsonApiMutation = _chunk5LZGQXBDjs.useJsonApiMutation; exports.useNotificationSync = _chunk5LZGQXBDjs.useNotificationSync; exports.useOAuthClient = _chunk5LZGQXBDjs.useOAuthClient; exports.useOAuthClients = _chunk5LZGQXBDjs.useOAuthClients; exports.useOAuthConsent = _chunk5LZGQXBDjs.useOAuthConsent; exports.usePageTracker = _chunk5LZGQXBDjs.usePageTracker; exports.usePageUrlGenerator = _chunk5LZGQXBDjs.usePageUrlGenerator; exports.useRbacState = _chunk5LZGQXBDjs.useRbacState; exports.useRehydration = _chunk5LZGQXBDjs.useRehydration; exports.useRehydrationList = _chunk5LZGQXBDjs.useRehydrationList; exports.useRoleTableStructure = _chunk5LZGQXBDjs.useRoleTableStructure; exports.useSocket = _chunk5LZGQXBDjs.useSocket; exports.useSubscriptionStatus = _chunk5LZGQXBDjs.useSubscriptionStatus; exports.useTableGenerator = _chunk5LZGQXBDjs.useTableGenerator; exports.useUrlRewriter = _chunk5LZGQXBDjs.useUrlRewriter; exports.useUserSearch = _chunk5LZGQXBDjs.useUserSearch; exports.useUserTableStructure = _chunk5LZGQXBDjs.useUserTableStructure;
|
|
127
127
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
useUrlRewriter,
|
|
29
29
|
useUserSearch,
|
|
30
30
|
useUserTableStructure
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-55FJ5WKS.mjs";
|
|
32
32
|
import {
|
|
33
33
|
configureClientConfig,
|
|
34
34
|
configureI18n,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
useI18nLocale,
|
|
43
43
|
useI18nRouter,
|
|
44
44
|
useI18nTranslations
|
|
45
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-PBD6ZH46.mjs";
|
|
46
46
|
import {
|
|
47
47
|
ClientJsonApiDelete,
|
|
48
48
|
ClientJsonApiGet,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
getClientApiUrl,
|
|
54
54
|
getClientAppUrl,
|
|
55
55
|
getClientTrackablePages
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-REWN5GZP.mjs";
|
|
57
57
|
import {
|
|
58
58
|
getClientToken
|
|
59
59
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-nzabiz68.mjs';
|
|
3
3
|
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-nzabiz68.mjs';
|
|
4
|
-
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, N as NotificationInterface } from '../notification.interface-DG7cq9oG.mjs';
|
|
4
|
+
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from '../notification.interface-DG7cq9oG.mjs';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
7
|
import { a as ContentInterface } from '../content.interface-B5ySfiOE.mjs';
|
|
@@ -17,6 +17,7 @@ import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_
|
|
|
17
17
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
18
18
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
|
|
19
19
|
import { b as AuthInterface } from '../auth.interface-fBFqIrw4.mjs';
|
|
20
|
+
import z from 'zod';
|
|
20
21
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.mjs';
|
|
21
22
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
22
23
|
import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.mjs';
|
|
@@ -795,7 +796,10 @@ declare function TwoFactorSettings(): react_jsx_runtime.JSX.Element;
|
|
|
795
796
|
|
|
796
797
|
declare function AdminCompanyContainer(): react_jsx_runtime.JSX.Element;
|
|
797
798
|
|
|
798
|
-
|
|
799
|
+
type CompanyContainerProps = {
|
|
800
|
+
configurationEditorSlot?: ReactNode;
|
|
801
|
+
};
|
|
802
|
+
declare function CompanyContainer({ configurationEditorSlot }: CompanyContainerProps): react_jsx_runtime.JSX.Element | null;
|
|
799
803
|
|
|
800
804
|
declare function CompanyDetails(): react_jsx_runtime.JSX.Element | null;
|
|
801
805
|
|
|
@@ -818,14 +822,13 @@ declare function TokenStatusIndicator({ className, size, showExtraPages }: Token
|
|
|
818
822
|
|
|
819
823
|
type CompanyConfigurationEditorProps = {
|
|
820
824
|
company: CompanyInterface;
|
|
825
|
+
formSchema: z.ZodObject<any>;
|
|
826
|
+
defaultValues: Record<string, any>;
|
|
827
|
+
buildPayload: (values: Record<string, any>) => Partial<CompanyInput["configurations"]>;
|
|
828
|
+
children: (form: UseFormReturn<any>) => ReactNode;
|
|
821
829
|
};
|
|
822
830
|
declare function CompanyConfigurationEditor(props: CompanyConfigurationEditorProps): react_jsx_runtime.JSX.Element;
|
|
823
831
|
|
|
824
|
-
type SecurityConfigurationFormProps = {
|
|
825
|
-
form: UseFormReturn<any>;
|
|
826
|
-
};
|
|
827
|
-
declare function CompanyConfigurationSecurityForm({ form }: SecurityConfigurationFormProps): react_jsx_runtime.JSX.Element;
|
|
828
|
-
|
|
829
832
|
type CompanyDeleterProps = {
|
|
830
833
|
company: CompanyInterface;
|
|
831
834
|
};
|
|
@@ -2204,4 +2207,4 @@ interface MultipleSelectorRef {
|
|
|
2204
2207
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2205
2208
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2206
2209
|
|
|
2207
|
-
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, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor,
|
|
2210
|
+
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, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, 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, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormBlockNote, 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, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, 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, RoundPageContainer, RoundPageContainerTitle, 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, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-B4rNZRYE.js';
|
|
3
3
|
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-B4rNZRYE.js';
|
|
4
|
-
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, N as NotificationInterface } from '../notification.interface-COKHDQeE.js';
|
|
4
|
+
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from '../notification.interface-COKHDQeE.js';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
7
|
import { a as ContentInterface } from '../content.interface-mmz0uMwm.js';
|
|
@@ -17,6 +17,7 @@ import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_
|
|
|
17
17
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
18
18
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
|
|
19
19
|
import { b as AuthInterface } from '../auth.interface-C1WjZ0fM.js';
|
|
20
|
+
import z from 'zod';
|
|
20
21
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.js';
|
|
21
22
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-vL7za9Bz.js';
|
|
22
23
|
import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.js';
|
|
@@ -795,7 +796,10 @@ declare function TwoFactorSettings(): react_jsx_runtime.JSX.Element;
|
|
|
795
796
|
|
|
796
797
|
declare function AdminCompanyContainer(): react_jsx_runtime.JSX.Element;
|
|
797
798
|
|
|
798
|
-
|
|
799
|
+
type CompanyContainerProps = {
|
|
800
|
+
configurationEditorSlot?: ReactNode;
|
|
801
|
+
};
|
|
802
|
+
declare function CompanyContainer({ configurationEditorSlot }: CompanyContainerProps): react_jsx_runtime.JSX.Element | null;
|
|
799
803
|
|
|
800
804
|
declare function CompanyDetails(): react_jsx_runtime.JSX.Element | null;
|
|
801
805
|
|
|
@@ -818,14 +822,13 @@ declare function TokenStatusIndicator({ className, size, showExtraPages }: Token
|
|
|
818
822
|
|
|
819
823
|
type CompanyConfigurationEditorProps = {
|
|
820
824
|
company: CompanyInterface;
|
|
825
|
+
formSchema: z.ZodObject<any>;
|
|
826
|
+
defaultValues: Record<string, any>;
|
|
827
|
+
buildPayload: (values: Record<string, any>) => Partial<CompanyInput["configurations"]>;
|
|
828
|
+
children: (form: UseFormReturn<any>) => ReactNode;
|
|
821
829
|
};
|
|
822
830
|
declare function CompanyConfigurationEditor(props: CompanyConfigurationEditorProps): react_jsx_runtime.JSX.Element;
|
|
823
831
|
|
|
824
|
-
type SecurityConfigurationFormProps = {
|
|
825
|
-
form: UseFormReturn<any>;
|
|
826
|
-
};
|
|
827
|
-
declare function CompanyConfigurationSecurityForm({ form }: SecurityConfigurationFormProps): react_jsx_runtime.JSX.Element;
|
|
828
|
-
|
|
829
832
|
type CompanyDeleterProps = {
|
|
830
833
|
company: CompanyInterface;
|
|
831
834
|
};
|
|
@@ -2204,4 +2207,4 @@ interface MultipleSelectorRef {
|
|
|
2204
2207
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2205
2208
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2206
2209
|
|
|
2207
|
-
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, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor,
|
|
2210
|
+
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, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, 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, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormBlockNote, 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, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, 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, RoundPageContainer, RoundPageContainerTitle, 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, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
|
package/dist/components/index.js
CHANGED
|
@@ -426,15 +426,14 @@
|
|
|
426
426
|
|
|
427
427
|
|
|
428
428
|
|
|
429
|
+
var _chunk5LZGQXBDjs = require('../chunk-5LZGQXBD.js');
|
|
430
|
+
require('../chunk-2DFE325P.js');
|
|
429
431
|
|
|
430
|
-
var _chunkZRKQQLYIjs = require('../chunk-ZRKQQLYI.js');
|
|
431
|
-
require('../chunk-BQSMP4NU.js');
|
|
432
432
|
|
|
433
433
|
|
|
434
434
|
|
|
435
435
|
|
|
436
|
-
|
|
437
|
-
var _chunkNAST4OSMjs = require('../chunk-NAST4OSM.js');
|
|
436
|
+
var _chunk6YKYRKVUjs = require('../chunk-6YKYRKVU.js');
|
|
438
437
|
require('../chunk-LXKSUWAV.js');
|
|
439
438
|
require('../chunk-IBS6NI7D.js');
|
|
440
439
|
require('../chunk-4MN547K7.js');
|
|
@@ -878,6 +877,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
878
877
|
|
|
879
878
|
|
|
880
879
|
|
|
881
|
-
|
|
882
|
-
exports.AcceptInvitation = _chunkZRKQQLYIjs.AcceptInvitation; exports.Accordion = _chunkZRKQQLYIjs.Accordion; exports.AccordionContent = _chunkZRKQQLYIjs.AccordionContent; exports.AccordionItem = _chunkZRKQQLYIjs.AccordionItem; exports.AccordionTrigger = _chunkZRKQQLYIjs.AccordionTrigger; exports.ActivateAccount = _chunkZRKQQLYIjs.ActivateAccount; exports.AddUserToRole = _chunkZRKQQLYIjs.AddUserToRole; exports.AdminCompanyContainer = _chunkZRKQQLYIjs.AdminCompanyContainer; exports.AdminUsersList = _chunkZRKQQLYIjs.AdminUsersList; exports.Alert = _chunkZRKQQLYIjs.Alert; exports.AlertAction = _chunkZRKQQLYIjs.AlertAction; exports.AlertDescription = _chunkZRKQQLYIjs.AlertDescription; exports.AlertDialog = _chunkZRKQQLYIjs.AlertDialog; exports.AlertDialogAction = _chunkZRKQQLYIjs.AlertDialogAction; exports.AlertDialogCancel = _chunkZRKQQLYIjs.AlertDialogCancel; exports.AlertDialogContent = _chunkZRKQQLYIjs.AlertDialogContent; exports.AlertDialogDescription = _chunkZRKQQLYIjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkZRKQQLYIjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkZRKQQLYIjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkZRKQQLYIjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkZRKQQLYIjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkZRKQQLYIjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkZRKQQLYIjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkZRKQQLYIjs.AlertDialogTrigger; exports.AlertTitle = _chunkZRKQQLYIjs.AlertTitle; exports.AllowedUsersDetails = _chunkZRKQQLYIjs.AllowedUsersDetails; exports.AttributeElement = _chunkZRKQQLYIjs.AttributeElement; exports.AuthContainer = _chunkZRKQQLYIjs.AuthContainer; exports.Avatar = _chunkZRKQQLYIjs.Avatar; exports.AvatarBadge = _chunkZRKQQLYIjs.AvatarBadge; exports.AvatarFallback = _chunkZRKQQLYIjs.AvatarFallback; exports.AvatarGroup = _chunkZRKQQLYIjs.AvatarGroup; exports.AvatarGroupCount = _chunkZRKQQLYIjs.AvatarGroupCount; exports.AvatarImage = _chunkZRKQQLYIjs.AvatarImage; exports.BackupCodesDialog = _chunkZRKQQLYIjs.BackupCodesDialog; exports.Badge = _chunkZRKQQLYIjs.Badge; exports.BlockNoteEditorContainer = _chunkZRKQQLYIjs.BlockNoteEditorContainer; exports.Board = _chunkZRKQQLYIjs.KanbanBoard; exports.Breadcrumb = _chunkZRKQQLYIjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkZRKQQLYIjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkZRKQQLYIjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkZRKQQLYIjs.BreadcrumbLink; exports.BreadcrumbList = _chunkZRKQQLYIjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkZRKQQLYIjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkZRKQQLYIjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkZRKQQLYIjs.BreadcrumbSeparator; exports.Button = _chunkZRKQQLYIjs.Button; exports.Calendar = _chunkZRKQQLYIjs.Calendar; exports.CalendarDayButton = _chunkZRKQQLYIjs.CalendarDayButton; exports.Card = _chunkZRKQQLYIjs.Card; exports.CardAction = _chunkZRKQQLYIjs.CardAction; exports.CardContent = _chunkZRKQQLYIjs.CardContent; exports.CardDescription = _chunkZRKQQLYIjs.CardDescription; exports.CardFooter = _chunkZRKQQLYIjs.CardFooter; exports.CardHeader = _chunkZRKQQLYIjs.CardHeader; exports.CardTitle = _chunkZRKQQLYIjs.CardTitle; exports.Carousel = _chunkZRKQQLYIjs.Carousel; exports.CarouselContent = _chunkZRKQQLYIjs.CarouselContent; exports.CarouselItem = _chunkZRKQQLYIjs.CarouselItem; exports.CarouselNext = _chunkZRKQQLYIjs.CarouselNext; exports.CarouselPrevious = _chunkZRKQQLYIjs.CarouselPrevious; exports.ChartContainer = _chunkZRKQQLYIjs.ChartContainer; exports.ChartLegend = _chunkZRKQQLYIjs.ChartLegend; exports.ChartLegendContent = _chunkZRKQQLYIjs.ChartLegendContent; exports.ChartStyle = _chunkZRKQQLYIjs.ChartStyle; exports.ChartTooltip = _chunkZRKQQLYIjs.ChartTooltip; exports.ChartTooltipContent = _chunkZRKQQLYIjs.ChartTooltipContent; exports.Checkbox = _chunkZRKQQLYIjs.Checkbox; exports.Collapsible = _chunkZRKQQLYIjs.Collapsible; exports.CollapsibleContent = _chunkZRKQQLYIjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkZRKQQLYIjs.CollapsibleTrigger; exports.Column = _chunkZRKQQLYIjs.KanbanColumn; exports.ColumnHandle = _chunkZRKQQLYIjs.KanbanColumnHandle; exports.Combobox = _chunkZRKQQLYIjs.Combobox; exports.ComboboxChip = _chunkZRKQQLYIjs.ComboboxChip; exports.ComboboxChips = _chunkZRKQQLYIjs.ComboboxChips; exports.ComboboxChipsInput = _chunkZRKQQLYIjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkZRKQQLYIjs.ComboboxCollection; exports.ComboboxContent = _chunkZRKQQLYIjs.ComboboxContent; exports.ComboboxEmpty = _chunkZRKQQLYIjs.ComboboxEmpty; exports.ComboboxGroup = _chunkZRKQQLYIjs.ComboboxGroup; exports.ComboboxInput = _chunkZRKQQLYIjs.ComboboxInput; exports.ComboboxItem = _chunkZRKQQLYIjs.ComboboxItem; exports.ComboboxLabel = _chunkZRKQQLYIjs.ComboboxLabel; exports.ComboboxList = _chunkZRKQQLYIjs.ComboboxList; exports.ComboboxSeparator = _chunkZRKQQLYIjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkZRKQQLYIjs.ComboboxTrigger; exports.ComboboxValue = _chunkZRKQQLYIjs.ComboboxValue; exports.Command = _chunkZRKQQLYIjs.Command; exports.CommandDialog = _chunkZRKQQLYIjs.CommandDialog; exports.CommandEmpty = _chunkZRKQQLYIjs.CommandEmpty; exports.CommandGroup = _chunkZRKQQLYIjs.CommandGroup; exports.CommandInput = _chunkZRKQQLYIjs.CommandInput; exports.CommandItem = _chunkZRKQQLYIjs.CommandItem; exports.CommandList = _chunkZRKQQLYIjs.CommandList; exports.CommandSeparator = _chunkZRKQQLYIjs.CommandSeparator; exports.CommandShortcut = _chunkZRKQQLYIjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkZRKQQLYIjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkZRKQQLYIjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkZRKQQLYIjs.CommonDeleter; exports.CommonEditorButtons = _chunkZRKQQLYIjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkZRKQQLYIjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkZRKQQLYIjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkZRKQQLYIjs.CommonEditorTrigger; exports.CompaniesList = _chunkZRKQQLYIjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkZRKQQLYIjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkZRKQQLYIjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkZRKQQLYIjs.CompanyContainer; exports.CompanyDeleter = _chunkZRKQQLYIjs.CompanyDeleter; exports.CompanyDetails = _chunkZRKQQLYIjs.CompanyDetails; exports.CompanyEditor = _chunkZRKQQLYIjs.CompanyEditor; exports.CompanyUsersList = _chunkZRKQQLYIjs.CompanyUsersList; exports.ContentListTable = _chunkZRKQQLYIjs.ContentListTable; exports.ContentTableSearch = _chunkZRKQQLYIjs.ContentTableSearch; exports.ContentTitle = _chunkZRKQQLYIjs.ContentTitle; exports.ContentsList = _chunkZRKQQLYIjs.ContentsList; exports.ContentsListById = _chunkZRKQQLYIjs.ContentsListById; exports.ContextMenu = _chunkZRKQQLYIjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkZRKQQLYIjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkZRKQQLYIjs.ContextMenuContent; exports.ContextMenuGroup = _chunkZRKQQLYIjs.ContextMenuGroup; exports.ContextMenuItem = _chunkZRKQQLYIjs.ContextMenuItem; exports.ContextMenuLabel = _chunkZRKQQLYIjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkZRKQQLYIjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkZRKQQLYIjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkZRKQQLYIjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkZRKQQLYIjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkZRKQQLYIjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkZRKQQLYIjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkZRKQQLYIjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkZRKQQLYIjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkZRKQQLYIjs.ContextMenuTrigger; exports.ContributorsList = _chunkZRKQQLYIjs.ContributorsList; exports.Cookies = _chunkZRKQQLYIjs.Cookies; exports.DatePickerPopover = _chunkZRKQQLYIjs.DatePickerPopover; exports.DateRangeSelector = _chunkZRKQQLYIjs.DateRangeSelector; exports.Dialog = _chunkZRKQQLYIjs.Dialog; exports.DialogClose = _chunkZRKQQLYIjs.DialogClose; exports.DialogContent = _chunkZRKQQLYIjs.DialogContent; exports.DialogDescription = _chunkZRKQQLYIjs.DialogDescription; exports.DialogFooter = _chunkZRKQQLYIjs.DialogFooter; exports.DialogHeader = _chunkZRKQQLYIjs.DialogHeader; exports.DialogOverlay = _chunkZRKQQLYIjs.DialogOverlay; exports.DialogPortal = _chunkZRKQQLYIjs.DialogPortal; exports.DialogTitle = _chunkZRKQQLYIjs.DialogTitle; exports.DialogTrigger = _chunkZRKQQLYIjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkZRKQQLYIjs.DisableTwoFactorDialog; exports.Drawer = _chunkZRKQQLYIjs.Drawer; exports.DrawerClose = _chunkZRKQQLYIjs.DrawerClose; exports.DrawerContent = _chunkZRKQQLYIjs.DrawerContent; exports.DrawerDescription = _chunkZRKQQLYIjs.DrawerDescription; exports.DrawerFooter = _chunkZRKQQLYIjs.DrawerFooter; exports.DrawerHeader = _chunkZRKQQLYIjs.DrawerHeader; exports.DrawerOverlay = _chunkZRKQQLYIjs.DrawerOverlay; exports.DrawerPortal = _chunkZRKQQLYIjs.DrawerPortal; exports.DrawerTitle = _chunkZRKQQLYIjs.DrawerTitle; exports.DrawerTrigger = _chunkZRKQQLYIjs.DrawerTrigger; exports.DropdownMenu = _chunkZRKQQLYIjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkZRKQQLYIjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkZRKQQLYIjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkZRKQQLYIjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkZRKQQLYIjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkZRKQQLYIjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkZRKQQLYIjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkZRKQQLYIjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkZRKQQLYIjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkZRKQQLYIjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkZRKQQLYIjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkZRKQQLYIjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkZRKQQLYIjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkZRKQQLYIjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkZRKQQLYIjs.DropdownMenuTrigger; exports.EditorSheet = _chunkZRKQQLYIjs.EditorSheet; exports.EntityAvatar = _chunkZRKQQLYIjs.EntityAvatar; exports.ErrorDetails = _chunkZRKQQLYIjs.ErrorDetails; exports.Field = _chunkZRKQQLYIjs.Field; exports.FieldContent = _chunkZRKQQLYIjs.FieldContent; exports.FieldDescription = _chunkZRKQQLYIjs.FieldDescription; exports.FieldError = _chunkZRKQQLYIjs.FieldError; exports.FieldGroup = _chunkZRKQQLYIjs.FieldGroup; exports.FieldLabel = _chunkZRKQQLYIjs.FieldLabel; exports.FieldLegend = _chunkZRKQQLYIjs.FieldLegend; exports.FieldSeparator = _chunkZRKQQLYIjs.FieldSeparator; exports.FieldSet = _chunkZRKQQLYIjs.FieldSet; exports.FieldTitle = _chunkZRKQQLYIjs.FieldTitle; exports.FileInput = _chunkZRKQQLYIjs.FileInput; exports.FileUploader = _chunkZRKQQLYIjs.FileUploader; exports.FileUploaderContent = _chunkZRKQQLYIjs.FileUploaderContent; exports.FileUploaderItem = _chunkZRKQQLYIjs.FileUploaderItem; exports.ForgotPassword = _chunkZRKQQLYIjs.ForgotPassword; exports.Form = _chunkZRKQQLYIjs.Form; exports.FormBlockNote = _chunkZRKQQLYIjs.FormBlockNote; exports.FormCheckbox = _chunkZRKQQLYIjs.FormCheckbox; exports.FormDate = _chunkZRKQQLYIjs.FormDate; exports.FormDateTime = _chunkZRKQQLYIjs.FormDateTime; exports.FormFeatures = _chunkZRKQQLYIjs.FormFeatures; exports.FormFieldWrapper = _chunkZRKQQLYIjs.FormFieldWrapper; exports.FormInput = _chunkZRKQQLYIjs.FormInput; exports.FormPassword = _chunkZRKQQLYIjs.FormPassword; exports.FormPlaceAutocomplete = _chunkZRKQQLYIjs.FormPlaceAutocomplete; exports.FormRoles = _chunkZRKQQLYIjs.FormRoles; exports.FormSelect = _chunkZRKQQLYIjs.FormSelect; exports.FormSlider = _chunkZRKQQLYIjs.FormSlider; exports.FormSwitch = _chunkZRKQQLYIjs.FormSwitch; exports.FormTextarea = _chunkZRKQQLYIjs.FormTextarea; exports.GdprConsentCheckbox = _chunkZRKQQLYIjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkZRKQQLYIjs.GdprConsentSection; exports.Header = _chunkZRKQQLYIjs.Header; exports.HoverCard = _chunkZRKQQLYIjs.HoverCard; exports.HoverCardContent = _chunkZRKQQLYIjs.HoverCardContent; exports.HoverCardTrigger = _chunkZRKQQLYIjs.HoverCardTrigger; exports.Input = _chunkZRKQQLYIjs.Input; exports.InputGroup = _chunkZRKQQLYIjs.InputGroup; exports.InputGroupAddon = _chunkZRKQQLYIjs.InputGroupAddon; exports.InputGroupButton = _chunkZRKQQLYIjs.InputGroupButton; exports.InputGroupInput = _chunkZRKQQLYIjs.InputGroupInput; exports.InputGroupText = _chunkZRKQQLYIjs.InputGroupText; exports.InputGroupTextarea = _chunkZRKQQLYIjs.InputGroupTextarea; exports.InputOTP = _chunkZRKQQLYIjs.InputOTP; exports.InputOTPGroup = _chunkZRKQQLYIjs.InputOTPGroup; exports.InputOTPSeparator = _chunkZRKQQLYIjs.InputOTPSeparator; exports.InputOTPSlot = _chunkZRKQQLYIjs.InputOTPSlot; exports.Item = _chunkZRKQQLYIjs.KanbanItem; exports.ItemHandle = _chunkZRKQQLYIjs.KanbanItemHandle; exports.Kanban = _chunkZRKQQLYIjs.KanbanRoot; exports.KanbanBoard = _chunkZRKQQLYIjs.KanbanBoard; exports.KanbanColumn = _chunkZRKQQLYIjs.KanbanColumn; exports.KanbanColumnHandle = _chunkZRKQQLYIjs.KanbanColumnHandle; exports.KanbanItem = _chunkZRKQQLYIjs.KanbanItem; exports.KanbanItemHandle = _chunkZRKQQLYIjs.KanbanItemHandle; exports.KanbanOverlay = _chunkZRKQQLYIjs.KanbanOverlay; exports.Label = _chunkZRKQQLYIjs.Label; exports.LandingComponent = _chunkZRKQQLYIjs.LandingComponent; exports.Link = _chunkZRKQQLYIjs.Link; exports.Login = _chunkZRKQQLYIjs.Login; exports.Logout = _chunkZRKQQLYIjs.Logout; exports.ModeToggleSwitch = _chunkZRKQQLYIjs.ModeToggleSwitch; exports.MultiSelect = _chunkZRKQQLYIjs.MultiSelect; exports.MultipleSelector = _chunkZRKQQLYIjs.MultipleSelector; exports.NavigationMenu = _chunkZRKQQLYIjs.NavigationMenu; exports.NavigationMenuContent = _chunkZRKQQLYIjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkZRKQQLYIjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkZRKQQLYIjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkZRKQQLYIjs.NavigationMenuLink; exports.NavigationMenuList = _chunkZRKQQLYIjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkZRKQQLYIjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkZRKQQLYIjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkZRKQQLYIjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkZRKQQLYIjs.NotificationMenuItem; exports.NotificationModal = _chunkZRKQQLYIjs.NotificationModal; exports.NotificationToast = _chunkZRKQQLYIjs.NotificationToast; exports.NotificationsList = _chunkZRKQQLYIjs.NotificationsList; exports.NotificationsListContainer = _chunkZRKQQLYIjs.NotificationsListContainer; exports.OAuthClientCard = _chunkZRKQQLYIjs.OAuthClientCard; exports.OAuthClientDetail = _chunkZRKQQLYIjs.OAuthClientDetail; exports.OAuthClientForm = _chunkZRKQQLYIjs.OAuthClientForm; exports.OAuthClientList = _chunkZRKQQLYIjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkZRKQQLYIjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkZRKQQLYIjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkZRKQQLYIjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkZRKQQLYIjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkZRKQQLYIjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkZRKQQLYIjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkZRKQQLYIjs.OAuthScopeSelector; exports.OnboardingCard = _chunkZRKQQLYIjs.OnboardingCard; exports.Overlay = _chunkZRKQQLYIjs.KanbanOverlay; exports.PageContainer = _chunkZRKQQLYIjs.PageContainer; exports.PageContainerContentDetails = _chunkZRKQQLYIjs.PageContainerContentDetails; exports.PageContentContainer = _chunkZRKQQLYIjs.PageContentContainer; exports.PageSection = _chunkZRKQQLYIjs.PageSection; exports.PasskeyButton = _chunkZRKQQLYIjs.PasskeyButton; exports.PasskeyList = _chunkZRKQQLYIjs.PasskeyList; exports.PasskeySetupDialog = _chunkZRKQQLYIjs.PasskeySetupDialog; exports.PasswordInput = _chunkZRKQQLYIjs.PasswordInput; exports.Popover = _chunkZRKQQLYIjs.Popover; exports.PopoverContent = _chunkZRKQQLYIjs.PopoverContent; exports.PopoverDescription = _chunkZRKQQLYIjs.PopoverDescription; exports.PopoverHeader = _chunkZRKQQLYIjs.PopoverHeader; exports.PopoverTitle = _chunkZRKQQLYIjs.PopoverTitle; exports.PopoverTrigger = _chunkZRKQQLYIjs.PopoverTrigger; exports.Progress = _chunkZRKQQLYIjs.Progress; exports.ProgressIndicator = _chunkZRKQQLYIjs.ProgressIndicator; exports.ProgressLabel = _chunkZRKQQLYIjs.ProgressLabel; exports.ProgressTrack = _chunkZRKQQLYIjs.ProgressTrack; exports.ProgressValue = _chunkZRKQQLYIjs.ProgressValue; exports.PushNotificationProvider = _chunkZRKQQLYIjs.PushNotificationProvider; exports.RadioGroup = _chunkZRKQQLYIjs.RadioGroup; exports.RadioGroupItem = _chunkZRKQQLYIjs.RadioGroupItem; exports.RbacContainer = _chunkZRKQQLYIjs.RbacContainer; exports.RbacFeatureSection = _chunkZRKQQLYIjs.RbacFeatureSection; exports.RbacModuleTable = _chunkZRKQQLYIjs.RbacModuleTable; exports.RbacPermissionCell = _chunkZRKQQLYIjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkZRKQQLYIjs.RbacPermissionPicker; exports.RbacToolbar = _chunkZRKQQLYIjs.RbacToolbar; exports.ReactMarkdownContainer = _chunkZRKQQLYIjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkZRKQQLYIjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkZRKQQLYIjs.ReferralCodeCapture; exports.ReferralDialog = _chunkZRKQQLYIjs.ReferralDialog; exports.ReferralWidget = _chunkZRKQQLYIjs.ReferralWidget; exports.RefreshUser = _chunkZRKQQLYIjs.RefreshUser; exports.RelevantContentsList = _chunkZRKQQLYIjs.RelevantContentsList; exports.RelevantUsersList = _chunkZRKQQLYIjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkZRKQQLYIjs.RemoveUserFromRole; exports.ResetPassword = _chunkZRKQQLYIjs.ResetPassword; exports.ResizableHandle = _chunkZRKQQLYIjs.ResizableHandle; exports.ResizablePanel = _chunkZRKQQLYIjs.ResizablePanel; exports.ResizablePanelGroup = _chunkZRKQQLYIjs.ResizablePanelGroup; exports.RoleContainer = _chunkZRKQQLYIjs.RoleContainer; exports.RoleDetails = _chunkZRKQQLYIjs.RoleDetails; exports.RoleUsersList = _chunkZRKQQLYIjs.RoleUsersList; exports.RolesList = _chunkZRKQQLYIjs.RolesList; exports.Root = _chunkZRKQQLYIjs.KanbanRoot; exports.RoundPageContainer = _chunkZRKQQLYIjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkZRKQQLYIjs.RoundPageContainerTitle; exports.ScrollArea = _chunkZRKQQLYIjs.ScrollArea; exports.ScrollBar = _chunkZRKQQLYIjs.ScrollBar; exports.SecurityContainer = _chunkZRKQQLYIjs.SecurityContainer; exports.Select = _chunkZRKQQLYIjs.Select; exports.SelectContent = _chunkZRKQQLYIjs.SelectContent; exports.SelectGroup = _chunkZRKQQLYIjs.SelectGroup; exports.SelectItem = _chunkZRKQQLYIjs.SelectItem; exports.SelectLabel = _chunkZRKQQLYIjs.SelectLabel; exports.SelectScrollDownButton = _chunkZRKQQLYIjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkZRKQQLYIjs.SelectScrollUpButton; exports.SelectSeparator = _chunkZRKQQLYIjs.SelectSeparator; exports.SelectTrigger = _chunkZRKQQLYIjs.SelectTrigger; exports.SelectValue = _chunkZRKQQLYIjs.SelectValue; exports.Separator = _chunkZRKQQLYIjs.Separator; exports.Sheet = _chunkZRKQQLYIjs.Sheet; exports.SheetClose = _chunkZRKQQLYIjs.SheetClose; exports.SheetContent = _chunkZRKQQLYIjs.SheetContent; exports.SheetDescription = _chunkZRKQQLYIjs.SheetDescription; exports.SheetFooter = _chunkZRKQQLYIjs.SheetFooter; exports.SheetHeader = _chunkZRKQQLYIjs.SheetHeader; exports.SheetTitle = _chunkZRKQQLYIjs.SheetTitle; exports.SheetTrigger = _chunkZRKQQLYIjs.SheetTrigger; exports.Sidebar = _chunkZRKQQLYIjs.Sidebar; exports.SidebarContent = _chunkZRKQQLYIjs.SidebarContent; exports.SidebarFooter = _chunkZRKQQLYIjs.SidebarFooter; exports.SidebarGroup = _chunkZRKQQLYIjs.SidebarGroup; exports.SidebarGroupAction = _chunkZRKQQLYIjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkZRKQQLYIjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkZRKQQLYIjs.SidebarGroupLabel; exports.SidebarHeader = _chunkZRKQQLYIjs.SidebarHeader; exports.SidebarInput = _chunkZRKQQLYIjs.SidebarInput; exports.SidebarInset = _chunkZRKQQLYIjs.SidebarInset; exports.SidebarMenu = _chunkZRKQQLYIjs.SidebarMenu; exports.SidebarMenuAction = _chunkZRKQQLYIjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkZRKQQLYIjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkZRKQQLYIjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkZRKQQLYIjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkZRKQQLYIjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkZRKQQLYIjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkZRKQQLYIjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkZRKQQLYIjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkZRKQQLYIjs.SidebarProvider; exports.SidebarRail = _chunkZRKQQLYIjs.SidebarRail; exports.SidebarSeparator = _chunkZRKQQLYIjs.SidebarSeparator; exports.SidebarTrigger = _chunkZRKQQLYIjs.SidebarTrigger; exports.Skeleton = _chunkZRKQQLYIjs.Skeleton; exports.Slider = _chunkZRKQQLYIjs.Slider; exports.Switch = _chunkZRKQQLYIjs.Switch; exports.Table = _chunkZRKQQLYIjs.Table; exports.TableBody = _chunkZRKQQLYIjs.TableBody; exports.TableCaption = _chunkZRKQQLYIjs.TableCaption; exports.TableCell = _chunkZRKQQLYIjs.TableCell; exports.TableCellAvatar = _chunkZRKQQLYIjs.TableCellAvatar; exports.TableFooter = _chunkZRKQQLYIjs.TableFooter; exports.TableHead = _chunkZRKQQLYIjs.TableHead; exports.TableHeader = _chunkZRKQQLYIjs.TableHeader; exports.TableRow = _chunkZRKQQLYIjs.TableRow; exports.Tabs = _chunkZRKQQLYIjs.Tabs; exports.TabsContainer = _chunkZRKQQLYIjs.TabsContainer; exports.TabsContent = _chunkZRKQQLYIjs.TabsContent; exports.TabsList = _chunkZRKQQLYIjs.TabsList; exports.TabsTrigger = _chunkZRKQQLYIjs.TabsTrigger; exports.Textarea = _chunkZRKQQLYIjs.Textarea; exports.Toaster = _chunkZRKQQLYIjs.Toaster; exports.Toggle = _chunkZRKQQLYIjs.Toggle; exports.TokenStatusIndicator = _chunkZRKQQLYIjs.TokenStatusIndicator; exports.Tooltip = _chunkZRKQQLYIjs.Tooltip; exports.TooltipContent = _chunkZRKQQLYIjs.TooltipContent; exports.TooltipProvider = _chunkZRKQQLYIjs.TooltipProvider; exports.TooltipTrigger = _chunkZRKQQLYIjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkZRKQQLYIjs.TotpAuthenticatorList; exports.TotpInput = _chunkZRKQQLYIjs.TotpInput; exports.TotpSetupDialog = _chunkZRKQQLYIjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkZRKQQLYIjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkZRKQQLYIjs.TwoFactorSettings; exports.UserAvatar = _chunkZRKQQLYIjs.UserAvatar; exports.UserAvatarEditor = _chunkZRKQQLYIjs.UserAvatarEditor; exports.UserAvatarList = _chunkZRKQQLYIjs.UserAvatarList; exports.UserContainer = _chunkZRKQQLYIjs.UserContainer; exports.UserDeleter = _chunkZRKQQLYIjs.UserDeleter; exports.UserDetails = _chunkZRKQQLYIjs.UserDetails; exports.UserEditor = _chunkZRKQQLYIjs.UserEditor; exports.UserIndexContainer = _chunkZRKQQLYIjs.UserIndexContainer; exports.UserIndexDetails = _chunkZRKQQLYIjs.UserIndexDetails; exports.UserListInAdd = _chunkZRKQQLYIjs.UserListInAdd; exports.UserMultiSelect = _chunkZRKQQLYIjs.UserMultiSelect; exports.UserReactivator = _chunkZRKQQLYIjs.UserReactivator; exports.UserResentInvitationEmail = _chunkZRKQQLYIjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkZRKQQLYIjs.UserRoleAdd; exports.UserRolesList = _chunkZRKQQLYIjs.UserRolesList; exports.UserSelector = _chunkZRKQQLYIjs.UserSelector; exports.UserStanadaloneDetails = _chunkZRKQQLYIjs.UserStanadaloneDetails; exports.UsersList = _chunkZRKQQLYIjs.UsersList; exports.UsersListByContentIds = _chunkZRKQQLYIjs.UsersListByContentIds; exports.UsersListContainer = _chunkZRKQQLYIjs.UsersListContainer; exports.WaitlistConfirmation = _chunkZRKQQLYIjs.WaitlistConfirmation; exports.WaitlistForm = _chunkZRKQQLYIjs.WaitlistForm; exports.WaitlistHeroSection = _chunkZRKQQLYIjs.WaitlistHeroSection; exports.WaitlistList = _chunkZRKQQLYIjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkZRKQQLYIjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkZRKQQLYIjs.WaitlistSuccessState; exports.badgeVariants = _chunkZRKQQLYIjs.badgeVariants; exports.buttonVariants = _chunkZRKQQLYIjs.buttonVariants; exports.cellComponent = _chunkZRKQQLYIjs.cellComponent; exports.cellDate = _chunkZRKQQLYIjs.cellDate; exports.cellId = _chunkZRKQQLYIjs.cellId; exports.cellLink = _chunkZRKQQLYIjs.cellLink; exports.cellUrl = _chunkZRKQQLYIjs.cellUrl; exports.errorToast = _chunkZRKQQLYIjs.errorToast; exports.generateNotificationData = _chunkZRKQQLYIjs.generateNotificationData; exports.getIcon = _chunkNAST4OSMjs.getIcon; exports.getIconByModule = _chunkNAST4OSMjs.getIconByModule; exports.getIconByModuleName = _chunkNAST4OSMjs.getIconByModuleName; exports.getInitials = _chunkNAST4OSMjs.getInitials; exports.navigationMenuTriggerStyle = _chunkZRKQQLYIjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkZRKQQLYIjs.tabsListVariants; exports.toggleVariants = _chunkZRKQQLYIjs.toggleVariants; exports.triggerAssociationToast = _chunkZRKQQLYIjs.triggerAssociationToast; exports.useCarousel = _chunkZRKQQLYIjs.useCarousel; exports.useComboboxAnchor = _chunkZRKQQLYIjs.useComboboxAnchor; exports.useDebounce = _chunkZRKQQLYIjs.useDebounce2; exports.useEditorDialog = _chunkZRKQQLYIjs.useEditorDialog; exports.useFileUpload = _chunkZRKQQLYIjs.useFileUpload; exports.useSidebar = _chunkZRKQQLYIjs.useSidebar;
|
|
880
|
+
exports.AcceptInvitation = _chunk5LZGQXBDjs.AcceptInvitation; exports.Accordion = _chunk5LZGQXBDjs.Accordion; exports.AccordionContent = _chunk5LZGQXBDjs.AccordionContent; exports.AccordionItem = _chunk5LZGQXBDjs.AccordionItem; exports.AccordionTrigger = _chunk5LZGQXBDjs.AccordionTrigger; exports.ActivateAccount = _chunk5LZGQXBDjs.ActivateAccount; exports.AddUserToRole = _chunk5LZGQXBDjs.AddUserToRole; exports.AdminCompanyContainer = _chunk5LZGQXBDjs.AdminCompanyContainer; exports.AdminUsersList = _chunk5LZGQXBDjs.AdminUsersList; exports.Alert = _chunk5LZGQXBDjs.Alert; exports.AlertAction = _chunk5LZGQXBDjs.AlertAction; exports.AlertDescription = _chunk5LZGQXBDjs.AlertDescription; exports.AlertDialog = _chunk5LZGQXBDjs.AlertDialog; exports.AlertDialogAction = _chunk5LZGQXBDjs.AlertDialogAction; exports.AlertDialogCancel = _chunk5LZGQXBDjs.AlertDialogCancel; exports.AlertDialogContent = _chunk5LZGQXBDjs.AlertDialogContent; exports.AlertDialogDescription = _chunk5LZGQXBDjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk5LZGQXBDjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk5LZGQXBDjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk5LZGQXBDjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk5LZGQXBDjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk5LZGQXBDjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk5LZGQXBDjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk5LZGQXBDjs.AlertDialogTrigger; exports.AlertTitle = _chunk5LZGQXBDjs.AlertTitle; exports.AllowedUsersDetails = _chunk5LZGQXBDjs.AllowedUsersDetails; exports.AttributeElement = _chunk5LZGQXBDjs.AttributeElement; exports.AuthContainer = _chunk5LZGQXBDjs.AuthContainer; exports.Avatar = _chunk5LZGQXBDjs.Avatar; exports.AvatarBadge = _chunk5LZGQXBDjs.AvatarBadge; exports.AvatarFallback = _chunk5LZGQXBDjs.AvatarFallback; exports.AvatarGroup = _chunk5LZGQXBDjs.AvatarGroup; exports.AvatarGroupCount = _chunk5LZGQXBDjs.AvatarGroupCount; exports.AvatarImage = _chunk5LZGQXBDjs.AvatarImage; exports.BackupCodesDialog = _chunk5LZGQXBDjs.BackupCodesDialog; exports.Badge = _chunk5LZGQXBDjs.Badge; exports.BlockNoteEditorContainer = _chunk5LZGQXBDjs.BlockNoteEditorContainer; exports.Board = _chunk5LZGQXBDjs.KanbanBoard; exports.Breadcrumb = _chunk5LZGQXBDjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk5LZGQXBDjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk5LZGQXBDjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk5LZGQXBDjs.BreadcrumbLink; exports.BreadcrumbList = _chunk5LZGQXBDjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk5LZGQXBDjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk5LZGQXBDjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk5LZGQXBDjs.BreadcrumbSeparator; exports.Button = _chunk5LZGQXBDjs.Button; exports.Calendar = _chunk5LZGQXBDjs.Calendar; exports.CalendarDayButton = _chunk5LZGQXBDjs.CalendarDayButton; exports.Card = _chunk5LZGQXBDjs.Card; exports.CardAction = _chunk5LZGQXBDjs.CardAction; exports.CardContent = _chunk5LZGQXBDjs.CardContent; exports.CardDescription = _chunk5LZGQXBDjs.CardDescription; exports.CardFooter = _chunk5LZGQXBDjs.CardFooter; exports.CardHeader = _chunk5LZGQXBDjs.CardHeader; exports.CardTitle = _chunk5LZGQXBDjs.CardTitle; exports.Carousel = _chunk5LZGQXBDjs.Carousel; exports.CarouselContent = _chunk5LZGQXBDjs.CarouselContent; exports.CarouselItem = _chunk5LZGQXBDjs.CarouselItem; exports.CarouselNext = _chunk5LZGQXBDjs.CarouselNext; exports.CarouselPrevious = _chunk5LZGQXBDjs.CarouselPrevious; exports.ChartContainer = _chunk5LZGQXBDjs.ChartContainer; exports.ChartLegend = _chunk5LZGQXBDjs.ChartLegend; exports.ChartLegendContent = _chunk5LZGQXBDjs.ChartLegendContent; exports.ChartStyle = _chunk5LZGQXBDjs.ChartStyle; exports.ChartTooltip = _chunk5LZGQXBDjs.ChartTooltip; exports.ChartTooltipContent = _chunk5LZGQXBDjs.ChartTooltipContent; exports.Checkbox = _chunk5LZGQXBDjs.Checkbox; exports.Collapsible = _chunk5LZGQXBDjs.Collapsible; exports.CollapsibleContent = _chunk5LZGQXBDjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk5LZGQXBDjs.CollapsibleTrigger; exports.Column = _chunk5LZGQXBDjs.KanbanColumn; exports.ColumnHandle = _chunk5LZGQXBDjs.KanbanColumnHandle; exports.Combobox = _chunk5LZGQXBDjs.Combobox; exports.ComboboxChip = _chunk5LZGQXBDjs.ComboboxChip; exports.ComboboxChips = _chunk5LZGQXBDjs.ComboboxChips; exports.ComboboxChipsInput = _chunk5LZGQXBDjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk5LZGQXBDjs.ComboboxCollection; exports.ComboboxContent = _chunk5LZGQXBDjs.ComboboxContent; exports.ComboboxEmpty = _chunk5LZGQXBDjs.ComboboxEmpty; exports.ComboboxGroup = _chunk5LZGQXBDjs.ComboboxGroup; exports.ComboboxInput = _chunk5LZGQXBDjs.ComboboxInput; exports.ComboboxItem = _chunk5LZGQXBDjs.ComboboxItem; exports.ComboboxLabel = _chunk5LZGQXBDjs.ComboboxLabel; exports.ComboboxList = _chunk5LZGQXBDjs.ComboboxList; exports.ComboboxSeparator = _chunk5LZGQXBDjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk5LZGQXBDjs.ComboboxTrigger; exports.ComboboxValue = _chunk5LZGQXBDjs.ComboboxValue; exports.Command = _chunk5LZGQXBDjs.Command; exports.CommandDialog = _chunk5LZGQXBDjs.CommandDialog; exports.CommandEmpty = _chunk5LZGQXBDjs.CommandEmpty; exports.CommandGroup = _chunk5LZGQXBDjs.CommandGroup; exports.CommandInput = _chunk5LZGQXBDjs.CommandInput; exports.CommandItem = _chunk5LZGQXBDjs.CommandItem; exports.CommandList = _chunk5LZGQXBDjs.CommandList; exports.CommandSeparator = _chunk5LZGQXBDjs.CommandSeparator; exports.CommandShortcut = _chunk5LZGQXBDjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk5LZGQXBDjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk5LZGQXBDjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk5LZGQXBDjs.CommonDeleter; exports.CommonEditorButtons = _chunk5LZGQXBDjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk5LZGQXBDjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk5LZGQXBDjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk5LZGQXBDjs.CommonEditorTrigger; exports.CompaniesList = _chunk5LZGQXBDjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk5LZGQXBDjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk5LZGQXBDjs.CompanyContainer; exports.CompanyDeleter = _chunk5LZGQXBDjs.CompanyDeleter; exports.CompanyDetails = _chunk5LZGQXBDjs.CompanyDetails; exports.CompanyEditor = _chunk5LZGQXBDjs.CompanyEditor; exports.CompanyUsersList = _chunk5LZGQXBDjs.CompanyUsersList; exports.ContentListTable = _chunk5LZGQXBDjs.ContentListTable; exports.ContentTableSearch = _chunk5LZGQXBDjs.ContentTableSearch; exports.ContentTitle = _chunk5LZGQXBDjs.ContentTitle; exports.ContentsList = _chunk5LZGQXBDjs.ContentsList; exports.ContentsListById = _chunk5LZGQXBDjs.ContentsListById; exports.ContextMenu = _chunk5LZGQXBDjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk5LZGQXBDjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk5LZGQXBDjs.ContextMenuContent; exports.ContextMenuGroup = _chunk5LZGQXBDjs.ContextMenuGroup; exports.ContextMenuItem = _chunk5LZGQXBDjs.ContextMenuItem; exports.ContextMenuLabel = _chunk5LZGQXBDjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk5LZGQXBDjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk5LZGQXBDjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk5LZGQXBDjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk5LZGQXBDjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk5LZGQXBDjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk5LZGQXBDjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk5LZGQXBDjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk5LZGQXBDjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk5LZGQXBDjs.ContextMenuTrigger; exports.ContributorsList = _chunk5LZGQXBDjs.ContributorsList; exports.Cookies = _chunk5LZGQXBDjs.Cookies; exports.DatePickerPopover = _chunk5LZGQXBDjs.DatePickerPopover; exports.DateRangeSelector = _chunk5LZGQXBDjs.DateRangeSelector; exports.Dialog = _chunk5LZGQXBDjs.Dialog; exports.DialogClose = _chunk5LZGQXBDjs.DialogClose; exports.DialogContent = _chunk5LZGQXBDjs.DialogContent; exports.DialogDescription = _chunk5LZGQXBDjs.DialogDescription; exports.DialogFooter = _chunk5LZGQXBDjs.DialogFooter; exports.DialogHeader = _chunk5LZGQXBDjs.DialogHeader; exports.DialogOverlay = _chunk5LZGQXBDjs.DialogOverlay; exports.DialogPortal = _chunk5LZGQXBDjs.DialogPortal; exports.DialogTitle = _chunk5LZGQXBDjs.DialogTitle; exports.DialogTrigger = _chunk5LZGQXBDjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk5LZGQXBDjs.DisableTwoFactorDialog; exports.Drawer = _chunk5LZGQXBDjs.Drawer; exports.DrawerClose = _chunk5LZGQXBDjs.DrawerClose; exports.DrawerContent = _chunk5LZGQXBDjs.DrawerContent; exports.DrawerDescription = _chunk5LZGQXBDjs.DrawerDescription; exports.DrawerFooter = _chunk5LZGQXBDjs.DrawerFooter; exports.DrawerHeader = _chunk5LZGQXBDjs.DrawerHeader; exports.DrawerOverlay = _chunk5LZGQXBDjs.DrawerOverlay; exports.DrawerPortal = _chunk5LZGQXBDjs.DrawerPortal; exports.DrawerTitle = _chunk5LZGQXBDjs.DrawerTitle; exports.DrawerTrigger = _chunk5LZGQXBDjs.DrawerTrigger; exports.DropdownMenu = _chunk5LZGQXBDjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk5LZGQXBDjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk5LZGQXBDjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk5LZGQXBDjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk5LZGQXBDjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk5LZGQXBDjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk5LZGQXBDjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk5LZGQXBDjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk5LZGQXBDjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk5LZGQXBDjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk5LZGQXBDjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk5LZGQXBDjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk5LZGQXBDjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk5LZGQXBDjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk5LZGQXBDjs.DropdownMenuTrigger; exports.EditorSheet = _chunk5LZGQXBDjs.EditorSheet; exports.EntityAvatar = _chunk5LZGQXBDjs.EntityAvatar; exports.ErrorDetails = _chunk5LZGQXBDjs.ErrorDetails; exports.Field = _chunk5LZGQXBDjs.Field; exports.FieldContent = _chunk5LZGQXBDjs.FieldContent; exports.FieldDescription = _chunk5LZGQXBDjs.FieldDescription; exports.FieldError = _chunk5LZGQXBDjs.FieldError; exports.FieldGroup = _chunk5LZGQXBDjs.FieldGroup; exports.FieldLabel = _chunk5LZGQXBDjs.FieldLabel; exports.FieldLegend = _chunk5LZGQXBDjs.FieldLegend; exports.FieldSeparator = _chunk5LZGQXBDjs.FieldSeparator; exports.FieldSet = _chunk5LZGQXBDjs.FieldSet; exports.FieldTitle = _chunk5LZGQXBDjs.FieldTitle; exports.FileInput = _chunk5LZGQXBDjs.FileInput; exports.FileUploader = _chunk5LZGQXBDjs.FileUploader; exports.FileUploaderContent = _chunk5LZGQXBDjs.FileUploaderContent; exports.FileUploaderItem = _chunk5LZGQXBDjs.FileUploaderItem; exports.ForgotPassword = _chunk5LZGQXBDjs.ForgotPassword; exports.Form = _chunk5LZGQXBDjs.Form; exports.FormBlockNote = _chunk5LZGQXBDjs.FormBlockNote; exports.FormCheckbox = _chunk5LZGQXBDjs.FormCheckbox; exports.FormDate = _chunk5LZGQXBDjs.FormDate; exports.FormDateTime = _chunk5LZGQXBDjs.FormDateTime; exports.FormFeatures = _chunk5LZGQXBDjs.FormFeatures; exports.FormFieldWrapper = _chunk5LZGQXBDjs.FormFieldWrapper; exports.FormInput = _chunk5LZGQXBDjs.FormInput; exports.FormPassword = _chunk5LZGQXBDjs.FormPassword; exports.FormPlaceAutocomplete = _chunk5LZGQXBDjs.FormPlaceAutocomplete; exports.FormRoles = _chunk5LZGQXBDjs.FormRoles; exports.FormSelect = _chunk5LZGQXBDjs.FormSelect; exports.FormSlider = _chunk5LZGQXBDjs.FormSlider; exports.FormSwitch = _chunk5LZGQXBDjs.FormSwitch; exports.FormTextarea = _chunk5LZGQXBDjs.FormTextarea; exports.GdprConsentCheckbox = _chunk5LZGQXBDjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk5LZGQXBDjs.GdprConsentSection; exports.Header = _chunk5LZGQXBDjs.Header; exports.HoverCard = _chunk5LZGQXBDjs.HoverCard; exports.HoverCardContent = _chunk5LZGQXBDjs.HoverCardContent; exports.HoverCardTrigger = _chunk5LZGQXBDjs.HoverCardTrigger; exports.Input = _chunk5LZGQXBDjs.Input; exports.InputGroup = _chunk5LZGQXBDjs.InputGroup; exports.InputGroupAddon = _chunk5LZGQXBDjs.InputGroupAddon; exports.InputGroupButton = _chunk5LZGQXBDjs.InputGroupButton; exports.InputGroupInput = _chunk5LZGQXBDjs.InputGroupInput; exports.InputGroupText = _chunk5LZGQXBDjs.InputGroupText; exports.InputGroupTextarea = _chunk5LZGQXBDjs.InputGroupTextarea; exports.InputOTP = _chunk5LZGQXBDjs.InputOTP; exports.InputOTPGroup = _chunk5LZGQXBDjs.InputOTPGroup; exports.InputOTPSeparator = _chunk5LZGQXBDjs.InputOTPSeparator; exports.InputOTPSlot = _chunk5LZGQXBDjs.InputOTPSlot; exports.Item = _chunk5LZGQXBDjs.KanbanItem; exports.ItemHandle = _chunk5LZGQXBDjs.KanbanItemHandle; exports.Kanban = _chunk5LZGQXBDjs.KanbanRoot; exports.KanbanBoard = _chunk5LZGQXBDjs.KanbanBoard; exports.KanbanColumn = _chunk5LZGQXBDjs.KanbanColumn; exports.KanbanColumnHandle = _chunk5LZGQXBDjs.KanbanColumnHandle; exports.KanbanItem = _chunk5LZGQXBDjs.KanbanItem; exports.KanbanItemHandle = _chunk5LZGQXBDjs.KanbanItemHandle; exports.KanbanOverlay = _chunk5LZGQXBDjs.KanbanOverlay; exports.Label = _chunk5LZGQXBDjs.Label; exports.LandingComponent = _chunk5LZGQXBDjs.LandingComponent; exports.Link = _chunk5LZGQXBDjs.Link; exports.Login = _chunk5LZGQXBDjs.Login; exports.Logout = _chunk5LZGQXBDjs.Logout; exports.ModeToggleSwitch = _chunk5LZGQXBDjs.ModeToggleSwitch; exports.MultiSelect = _chunk5LZGQXBDjs.MultiSelect; exports.MultipleSelector = _chunk5LZGQXBDjs.MultipleSelector; exports.NavigationMenu = _chunk5LZGQXBDjs.NavigationMenu; exports.NavigationMenuContent = _chunk5LZGQXBDjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk5LZGQXBDjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk5LZGQXBDjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk5LZGQXBDjs.NavigationMenuLink; exports.NavigationMenuList = _chunk5LZGQXBDjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk5LZGQXBDjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk5LZGQXBDjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk5LZGQXBDjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk5LZGQXBDjs.NotificationMenuItem; exports.NotificationModal = _chunk5LZGQXBDjs.NotificationModal; exports.NotificationToast = _chunk5LZGQXBDjs.NotificationToast; exports.NotificationsList = _chunk5LZGQXBDjs.NotificationsList; exports.NotificationsListContainer = _chunk5LZGQXBDjs.NotificationsListContainer; exports.OAuthClientCard = _chunk5LZGQXBDjs.OAuthClientCard; exports.OAuthClientDetail = _chunk5LZGQXBDjs.OAuthClientDetail; exports.OAuthClientForm = _chunk5LZGQXBDjs.OAuthClientForm; exports.OAuthClientList = _chunk5LZGQXBDjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk5LZGQXBDjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk5LZGQXBDjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk5LZGQXBDjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk5LZGQXBDjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk5LZGQXBDjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk5LZGQXBDjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk5LZGQXBDjs.OAuthScopeSelector; exports.OnboardingCard = _chunk5LZGQXBDjs.OnboardingCard; exports.Overlay = _chunk5LZGQXBDjs.KanbanOverlay; exports.PageContainer = _chunk5LZGQXBDjs.PageContainer; exports.PageContainerContentDetails = _chunk5LZGQXBDjs.PageContainerContentDetails; exports.PageContentContainer = _chunk5LZGQXBDjs.PageContentContainer; exports.PageSection = _chunk5LZGQXBDjs.PageSection; exports.PasskeyButton = _chunk5LZGQXBDjs.PasskeyButton; exports.PasskeyList = _chunk5LZGQXBDjs.PasskeyList; exports.PasskeySetupDialog = _chunk5LZGQXBDjs.PasskeySetupDialog; exports.PasswordInput = _chunk5LZGQXBDjs.PasswordInput; exports.Popover = _chunk5LZGQXBDjs.Popover; exports.PopoverContent = _chunk5LZGQXBDjs.PopoverContent; exports.PopoverDescription = _chunk5LZGQXBDjs.PopoverDescription; exports.PopoverHeader = _chunk5LZGQXBDjs.PopoverHeader; exports.PopoverTitle = _chunk5LZGQXBDjs.PopoverTitle; exports.PopoverTrigger = _chunk5LZGQXBDjs.PopoverTrigger; exports.Progress = _chunk5LZGQXBDjs.Progress; exports.ProgressIndicator = _chunk5LZGQXBDjs.ProgressIndicator; exports.ProgressLabel = _chunk5LZGQXBDjs.ProgressLabel; exports.ProgressTrack = _chunk5LZGQXBDjs.ProgressTrack; exports.ProgressValue = _chunk5LZGQXBDjs.ProgressValue; exports.PushNotificationProvider = _chunk5LZGQXBDjs.PushNotificationProvider; exports.RadioGroup = _chunk5LZGQXBDjs.RadioGroup; exports.RadioGroupItem = _chunk5LZGQXBDjs.RadioGroupItem; exports.RbacContainer = _chunk5LZGQXBDjs.RbacContainer; exports.RbacFeatureSection = _chunk5LZGQXBDjs.RbacFeatureSection; exports.RbacModuleTable = _chunk5LZGQXBDjs.RbacModuleTable; exports.RbacPermissionCell = _chunk5LZGQXBDjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk5LZGQXBDjs.RbacPermissionPicker; exports.RbacToolbar = _chunk5LZGQXBDjs.RbacToolbar; exports.ReactMarkdownContainer = _chunk5LZGQXBDjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk5LZGQXBDjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk5LZGQXBDjs.ReferralCodeCapture; exports.ReferralDialog = _chunk5LZGQXBDjs.ReferralDialog; exports.ReferralWidget = _chunk5LZGQXBDjs.ReferralWidget; exports.RefreshUser = _chunk5LZGQXBDjs.RefreshUser; exports.RelevantContentsList = _chunk5LZGQXBDjs.RelevantContentsList; exports.RelevantUsersList = _chunk5LZGQXBDjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk5LZGQXBDjs.RemoveUserFromRole; exports.ResetPassword = _chunk5LZGQXBDjs.ResetPassword; exports.ResizableHandle = _chunk5LZGQXBDjs.ResizableHandle; exports.ResizablePanel = _chunk5LZGQXBDjs.ResizablePanel; exports.ResizablePanelGroup = _chunk5LZGQXBDjs.ResizablePanelGroup; exports.RoleContainer = _chunk5LZGQXBDjs.RoleContainer; exports.RoleDetails = _chunk5LZGQXBDjs.RoleDetails; exports.RoleUsersList = _chunk5LZGQXBDjs.RoleUsersList; exports.RolesList = _chunk5LZGQXBDjs.RolesList; exports.Root = _chunk5LZGQXBDjs.KanbanRoot; exports.RoundPageContainer = _chunk5LZGQXBDjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk5LZGQXBDjs.RoundPageContainerTitle; exports.ScrollArea = _chunk5LZGQXBDjs.ScrollArea; exports.ScrollBar = _chunk5LZGQXBDjs.ScrollBar; exports.SecurityContainer = _chunk5LZGQXBDjs.SecurityContainer; exports.Select = _chunk5LZGQXBDjs.Select; exports.SelectContent = _chunk5LZGQXBDjs.SelectContent; exports.SelectGroup = _chunk5LZGQXBDjs.SelectGroup; exports.SelectItem = _chunk5LZGQXBDjs.SelectItem; exports.SelectLabel = _chunk5LZGQXBDjs.SelectLabel; exports.SelectScrollDownButton = _chunk5LZGQXBDjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk5LZGQXBDjs.SelectScrollUpButton; exports.SelectSeparator = _chunk5LZGQXBDjs.SelectSeparator; exports.SelectTrigger = _chunk5LZGQXBDjs.SelectTrigger; exports.SelectValue = _chunk5LZGQXBDjs.SelectValue; exports.Separator = _chunk5LZGQXBDjs.Separator; exports.Sheet = _chunk5LZGQXBDjs.Sheet; exports.SheetClose = _chunk5LZGQXBDjs.SheetClose; exports.SheetContent = _chunk5LZGQXBDjs.SheetContent; exports.SheetDescription = _chunk5LZGQXBDjs.SheetDescription; exports.SheetFooter = _chunk5LZGQXBDjs.SheetFooter; exports.SheetHeader = _chunk5LZGQXBDjs.SheetHeader; exports.SheetTitle = _chunk5LZGQXBDjs.SheetTitle; exports.SheetTrigger = _chunk5LZGQXBDjs.SheetTrigger; exports.Sidebar = _chunk5LZGQXBDjs.Sidebar; exports.SidebarContent = _chunk5LZGQXBDjs.SidebarContent; exports.SidebarFooter = _chunk5LZGQXBDjs.SidebarFooter; exports.SidebarGroup = _chunk5LZGQXBDjs.SidebarGroup; exports.SidebarGroupAction = _chunk5LZGQXBDjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk5LZGQXBDjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk5LZGQXBDjs.SidebarGroupLabel; exports.SidebarHeader = _chunk5LZGQXBDjs.SidebarHeader; exports.SidebarInput = _chunk5LZGQXBDjs.SidebarInput; exports.SidebarInset = _chunk5LZGQXBDjs.SidebarInset; exports.SidebarMenu = _chunk5LZGQXBDjs.SidebarMenu; exports.SidebarMenuAction = _chunk5LZGQXBDjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk5LZGQXBDjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk5LZGQXBDjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk5LZGQXBDjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk5LZGQXBDjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk5LZGQXBDjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk5LZGQXBDjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk5LZGQXBDjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk5LZGQXBDjs.SidebarProvider; exports.SidebarRail = _chunk5LZGQXBDjs.SidebarRail; exports.SidebarSeparator = _chunk5LZGQXBDjs.SidebarSeparator; exports.SidebarTrigger = _chunk5LZGQXBDjs.SidebarTrigger; exports.Skeleton = _chunk5LZGQXBDjs.Skeleton; exports.Slider = _chunk5LZGQXBDjs.Slider; exports.Switch = _chunk5LZGQXBDjs.Switch; exports.Table = _chunk5LZGQXBDjs.Table; exports.TableBody = _chunk5LZGQXBDjs.TableBody; exports.TableCaption = _chunk5LZGQXBDjs.TableCaption; exports.TableCell = _chunk5LZGQXBDjs.TableCell; exports.TableCellAvatar = _chunk5LZGQXBDjs.TableCellAvatar; exports.TableFooter = _chunk5LZGQXBDjs.TableFooter; exports.TableHead = _chunk5LZGQXBDjs.TableHead; exports.TableHeader = _chunk5LZGQXBDjs.TableHeader; exports.TableRow = _chunk5LZGQXBDjs.TableRow; exports.Tabs = _chunk5LZGQXBDjs.Tabs; exports.TabsContainer = _chunk5LZGQXBDjs.TabsContainer; exports.TabsContent = _chunk5LZGQXBDjs.TabsContent; exports.TabsList = _chunk5LZGQXBDjs.TabsList; exports.TabsTrigger = _chunk5LZGQXBDjs.TabsTrigger; exports.Textarea = _chunk5LZGQXBDjs.Textarea; exports.Toaster = _chunk5LZGQXBDjs.Toaster; exports.Toggle = _chunk5LZGQXBDjs.Toggle; exports.TokenStatusIndicator = _chunk5LZGQXBDjs.TokenStatusIndicator; exports.Tooltip = _chunk5LZGQXBDjs.Tooltip; exports.TooltipContent = _chunk5LZGQXBDjs.TooltipContent; exports.TooltipProvider = _chunk5LZGQXBDjs.TooltipProvider; exports.TooltipTrigger = _chunk5LZGQXBDjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk5LZGQXBDjs.TotpAuthenticatorList; exports.TotpInput = _chunk5LZGQXBDjs.TotpInput; exports.TotpSetupDialog = _chunk5LZGQXBDjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk5LZGQXBDjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk5LZGQXBDjs.TwoFactorSettings; exports.UserAvatar = _chunk5LZGQXBDjs.UserAvatar; exports.UserAvatarEditor = _chunk5LZGQXBDjs.UserAvatarEditor; exports.UserAvatarList = _chunk5LZGQXBDjs.UserAvatarList; exports.UserContainer = _chunk5LZGQXBDjs.UserContainer; exports.UserDeleter = _chunk5LZGQXBDjs.UserDeleter; exports.UserDetails = _chunk5LZGQXBDjs.UserDetails; exports.UserEditor = _chunk5LZGQXBDjs.UserEditor; exports.UserIndexContainer = _chunk5LZGQXBDjs.UserIndexContainer; exports.UserIndexDetails = _chunk5LZGQXBDjs.UserIndexDetails; exports.UserListInAdd = _chunk5LZGQXBDjs.UserListInAdd; exports.UserMultiSelect = _chunk5LZGQXBDjs.UserMultiSelect; exports.UserReactivator = _chunk5LZGQXBDjs.UserReactivator; exports.UserResentInvitationEmail = _chunk5LZGQXBDjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk5LZGQXBDjs.UserRoleAdd; exports.UserRolesList = _chunk5LZGQXBDjs.UserRolesList; exports.UserSelector = _chunk5LZGQXBDjs.UserSelector; exports.UserStanadaloneDetails = _chunk5LZGQXBDjs.UserStanadaloneDetails; exports.UsersList = _chunk5LZGQXBDjs.UsersList; exports.UsersListByContentIds = _chunk5LZGQXBDjs.UsersListByContentIds; exports.UsersListContainer = _chunk5LZGQXBDjs.UsersListContainer; exports.WaitlistConfirmation = _chunk5LZGQXBDjs.WaitlistConfirmation; exports.WaitlistForm = _chunk5LZGQXBDjs.WaitlistForm; exports.WaitlistHeroSection = _chunk5LZGQXBDjs.WaitlistHeroSection; exports.WaitlistList = _chunk5LZGQXBDjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk5LZGQXBDjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk5LZGQXBDjs.WaitlistSuccessState; exports.badgeVariants = _chunk5LZGQXBDjs.badgeVariants; exports.buttonVariants = _chunk5LZGQXBDjs.buttonVariants; exports.cellComponent = _chunk5LZGQXBDjs.cellComponent; exports.cellDate = _chunk5LZGQXBDjs.cellDate; exports.cellId = _chunk5LZGQXBDjs.cellId; exports.cellLink = _chunk5LZGQXBDjs.cellLink; exports.cellUrl = _chunk5LZGQXBDjs.cellUrl; exports.errorToast = _chunk5LZGQXBDjs.errorToast; exports.generateNotificationData = _chunk5LZGQXBDjs.generateNotificationData; exports.getIcon = _chunk6YKYRKVUjs.getIcon; exports.getIconByModule = _chunk6YKYRKVUjs.getIconByModule; exports.getIconByModuleName = _chunk6YKYRKVUjs.getIconByModuleName; exports.getInitials = _chunk6YKYRKVUjs.getInitials; exports.navigationMenuTriggerStyle = _chunk5LZGQXBDjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk5LZGQXBDjs.tabsListVariants; exports.toggleVariants = _chunk5LZGQXBDjs.toggleVariants; exports.triggerAssociationToast = _chunk5LZGQXBDjs.triggerAssociationToast; exports.useCarousel = _chunk5LZGQXBDjs.useCarousel; exports.useComboboxAnchor = _chunk5LZGQXBDjs.useComboboxAnchor; exports.useDebounce = _chunk5LZGQXBDjs.useDebounce2; exports.useEditorDialog = _chunk5LZGQXBDjs.useEditorDialog; exports.useFileUpload = _chunk5LZGQXBDjs.useFileUpload; exports.useSidebar = _chunk5LZGQXBDjs.useSidebar;
|
|
883
881
|
//# 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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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,g4xBAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
|
|
@@ -103,7 +103,6 @@ import {
|
|
|
103
103
|
CommonEditorTrigger,
|
|
104
104
|
CompaniesList,
|
|
105
105
|
CompanyConfigurationEditor,
|
|
106
|
-
CompanyConfigurationSecurityForm,
|
|
107
106
|
CompanyContainer,
|
|
108
107
|
CompanyDeleter,
|
|
109
108
|
CompanyDetails,
|
|
@@ -427,14 +426,14 @@ import {
|
|
|
427
426
|
useEditorDialog,
|
|
428
427
|
useFileUpload,
|
|
429
428
|
useSidebar
|
|
430
|
-
} from "../chunk-
|
|
431
|
-
import "../chunk-
|
|
429
|
+
} from "../chunk-55FJ5WKS.mjs";
|
|
430
|
+
import "../chunk-PBD6ZH46.mjs";
|
|
432
431
|
import {
|
|
433
432
|
getIcon,
|
|
434
433
|
getIconByModule,
|
|
435
434
|
getIconByModuleName,
|
|
436
435
|
getInitials
|
|
437
|
-
} from "../chunk-
|
|
436
|
+
} from "../chunk-REWN5GZP.mjs";
|
|
438
437
|
import "../chunk-AUXK7QSA.mjs";
|
|
439
438
|
import "../chunk-C7C7VY4F.mjs";
|
|
440
439
|
import "../chunk-BTKJFMFL.mjs";
|
|
@@ -547,7 +546,6 @@ export {
|
|
|
547
546
|
CommonEditorTrigger,
|
|
548
547
|
CompaniesList,
|
|
549
548
|
CompanyConfigurationEditor,
|
|
550
|
-
CompanyConfigurationSecurityForm,
|
|
551
549
|
CompanyContainer,
|
|
552
550
|
CompanyDeleter,
|
|
553
551
|
CompanyDetails,
|
|
@@ -19,8 +19,9 @@ interface CompanyContextType {
|
|
|
19
19
|
type CompanyProviderProps = {
|
|
20
20
|
children: ReactNode;
|
|
21
21
|
dehydratedCompany?: JsonApiHydratedDataInterface;
|
|
22
|
+
configurationEditorSlot?: ReactNode;
|
|
22
23
|
};
|
|
23
|
-
declare const CompanyProvider: ({ children, dehydratedCompany }: CompanyProviderProps) => react_jsx_runtime.JSX.Element;
|
|
24
|
+
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) => react_jsx_runtime.JSX.Element;
|
|
24
25
|
declare const useCompanyContext: () => CompanyContextType;
|
|
25
26
|
|
|
26
27
|
interface NotificationContextType {
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -19,8 +19,9 @@ interface CompanyContextType {
|
|
|
19
19
|
type CompanyProviderProps = {
|
|
20
20
|
children: ReactNode;
|
|
21
21
|
dehydratedCompany?: JsonApiHydratedDataInterface;
|
|
22
|
+
configurationEditorSlot?: ReactNode;
|
|
22
23
|
};
|
|
23
|
-
declare const CompanyProvider: ({ children, dehydratedCompany }: CompanyProviderProps) => react_jsx_runtime.JSX.Element;
|
|
24
|
+
declare const CompanyProvider: ({ children, dehydratedCompany, configurationEditorSlot }: CompanyProviderProps) => react_jsx_runtime.JSX.Element;
|
|
24
25
|
declare const useCompanyContext: () => CompanyContextType;
|
|
25
26
|
|
|
26
27
|
interface NotificationContextType {
|
package/dist/contexts/index.js
CHANGED
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
27
|
-
require('../chunk-
|
|
28
|
-
require('../chunk-
|
|
26
|
+
var _chunk5LZGQXBDjs = require('../chunk-5LZGQXBD.js');
|
|
27
|
+
require('../chunk-2DFE325P.js');
|
|
28
|
+
require('../chunk-6YKYRKVU.js');
|
|
29
29
|
require('../chunk-LXKSUWAV.js');
|
|
30
30
|
require('../chunk-IBS6NI7D.js');
|
|
31
31
|
require('../chunk-4MN547K7.js');
|
|
@@ -55,5 +55,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
exports.CommonProvider =
|
|
58
|
+
exports.CommonProvider = _chunk5LZGQXBDjs.CommonProvider; exports.CompanyProvider = _chunk5LZGQXBDjs.CompanyProvider; exports.CurrentUserProvider = _chunk5LZGQXBDjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk5LZGQXBDjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk5LZGQXBDjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunk5LZGQXBDjs.NotificationContextProvider; exports.OnboardingProvider = _chunk5LZGQXBDjs.OnboardingProvider; exports.RoleProvider = _chunk5LZGQXBDjs.RoleProvider; exports.SharedProvider = _chunk5LZGQXBDjs.SharedProvider; exports.SocketContext = _chunk5LZGQXBDjs.SocketContext; exports.SocketProvider = _chunk5LZGQXBDjs.SocketProvider; exports.UserProvider = _chunk5LZGQXBDjs.UserProvider; exports.recentPagesAtom = _chunk5LZGQXBDjs.recentPagesAtom; exports.useCommonContext = _chunk5LZGQXBDjs.useCommonContext; exports.useCompanyContext = _chunk5LZGQXBDjs.useCompanyContext; exports.useCurrentUserContext = _chunk5LZGQXBDjs.useCurrentUserContext; exports.useHeaderChildren = _chunk5LZGQXBDjs.useHeaderChildren; exports.useNotificationContext = _chunk5LZGQXBDjs.useNotificationContext; exports.useOnboarding = _chunk5LZGQXBDjs.useOnboarding; exports.useRoleContext = _chunk5LZGQXBDjs.useRoleContext; exports.useSharedContext = _chunk5LZGQXBDjs.useSharedContext; exports.useSocketContext = _chunk5LZGQXBDjs.useSocketContext; exports.useUserContext = _chunk5LZGQXBDjs.useUserContext;
|
|
59
59
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -23,9 +23,9 @@ import {
|
|
|
23
23
|
useSharedContext,
|
|
24
24
|
useSocketContext,
|
|
25
25
|
useUserContext
|
|
26
|
-
} from "../chunk-
|
|
27
|
-
import "../chunk-
|
|
28
|
-
import "../chunk-
|
|
26
|
+
} from "../chunk-55FJ5WKS.mjs";
|
|
27
|
+
import "../chunk-PBD6ZH46.mjs";
|
|
28
|
+
import "../chunk-REWN5GZP.mjs";
|
|
29
29
|
import "../chunk-AUXK7QSA.mjs";
|
|
30
30
|
import "../chunk-C7C7VY4F.mjs";
|
|
31
31
|
import "../chunk-BTKJFMFL.mjs";
|
package/dist/core/index.js
CHANGED
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
|
|
157
157
|
|
|
158
158
|
|
|
159
|
-
var
|
|
159
|
+
var _chunk6YKYRKVUjs = require('../chunk-6YKYRKVU.js');
|
|
160
160
|
require('../chunk-LXKSUWAV.js');
|
|
161
161
|
require('../chunk-IBS6NI7D.js');
|
|
162
162
|
|
|
@@ -339,5 +339,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
339
339
|
|
|
340
340
|
|
|
341
341
|
|
|
342
|
-
exports.AVAILABLE_OAUTH_SCOPES = _chunkNAST4OSMjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkNAST4OSMjs.AbstractApiData; exports.AbstractService = _chunkNAST4OSMjs.AbstractService; exports.Action = _chunkNAST4OSMjs.Action; exports.Auth = _chunkNAST4OSMjs.Auth; exports.AuthComponent = _chunkNAST4OSMjs.AuthComponent; exports.AuthModule = _chunkNAST4OSMjs.AuthModule; exports.AuthService = _chunkNAST4OSMjs.AuthService; exports.AuthorModule = _chunkNAST4OSMjs.AuthorModule; exports.BackupCodeVerify = _chunkNAST4OSMjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkNAST4OSMjs.BackupCodeVerifyModule; exports.Billing = _chunkNAST4OSMjs.Billing; exports.BillingModule = _chunkNAST4OSMjs.BillingModule; exports.BillingService = _chunkNAST4OSMjs.BillingService; exports.BlockNoteDiffUtil = _chunkNAST4OSMjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkNAST4OSMjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkNAST4OSMjs.ClientAbstractService; exports.ClientHttpMethod = _chunkNAST4OSMjs.ClientHttpMethod; exports.Company = _chunkNAST4OSMjs.Company; exports.CompanyFields = _chunkNAST4OSMjs.CompanyFields; exports.CompanyModule = _chunkNAST4OSMjs.CompanyModule; exports.CompanyService = _chunkNAST4OSMjs.CompanyService; exports.Content = _chunkNAST4OSMjs.Content; exports.ContentFields = _chunkNAST4OSMjs.ContentFields; exports.ContentModule = _chunkNAST4OSMjs.ContentModule; exports.ContentService = _chunkNAST4OSMjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkNAST4OSMjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkNAST4OSMjs.EndpointCreator; exports.Feature = _chunkNAST4OSMjs.Feature; exports.FeatureModule = _chunkNAST4OSMjs.FeatureModule; exports.FeatureService = _chunkNAST4OSMjs.FeatureService; exports.HttpMethod = _chunkNAST4OSMjs.HttpMethod; exports.InvoiceStatus = _chunkNAST4OSMjs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkNAST4OSMjs.Module; exports.ModuleModule = _chunkNAST4OSMjs.ModuleModule; exports.ModulePathsModule = _chunkNAST4OSMjs.ModulePathsModule; exports.ModuleRegistrar = _chunkNAST4OSMjs.ModuleRegistrar; exports.ModuleRegistry = _chunkNAST4OSMjs.ModuleRegistry; exports.Modules = _chunkNAST4OSMjs.Modules; exports.Notification = _chunkNAST4OSMjs.Notification; exports.NotificationFields = _chunkNAST4OSMjs.NotificationFields; exports.NotificationModule = _chunkNAST4OSMjs.NotificationModule; exports.NotificationService = _chunkNAST4OSMjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkNAST4OSMjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkNAST4OSMjs.OAuthClient; exports.OAuthModule = _chunkNAST4OSMjs.OAuthModule; exports.OAuthService = _chunkNAST4OSMjs.OAuthService; exports.Passkey = _chunkNAST4OSMjs.Passkey; exports.PasskeyAuthenticationOptions = _chunkNAST4OSMjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkNAST4OSMjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkNAST4OSMjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkNAST4OSMjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkNAST4OSMjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkNAST4OSMjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkNAST4OSMjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkNAST4OSMjs.PasskeyRename; exports.PasskeyRenameModule = _chunkNAST4OSMjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkNAST4OSMjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkNAST4OSMjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkNAST4OSMjs.PaymentMethod; exports.PermissionMappingModule = _chunkNAST4OSMjs.PermissionMappingModule; exports.Push = _chunkNAST4OSMjs.Push; exports.PushModule = _chunkNAST4OSMjs.PushModule; exports.PushService = _chunkNAST4OSMjs.PushService; exports.ReferralModule = _chunkNAST4OSMjs.ReferralModule; exports.ReferralService = _chunkNAST4OSMjs.ReferralService; exports.ReferralStats = _chunkNAST4OSMjs.ReferralStats; exports.ReferralStatsModule = _chunkNAST4OSMjs.ReferralStatsModule; exports.RehydrationFactory = _chunkNAST4OSMjs.RehydrationFactory; exports.Role = _chunkNAST4OSMjs.Role; exports.RoleFields = _chunkNAST4OSMjs.RoleFields; exports.RoleModule = _chunkNAST4OSMjs.RoleModule; exports.RoleService = _chunkNAST4OSMjs.RoleService; exports.S3 = _chunkNAST4OSMjs.S3; exports.S3Module = _chunkNAST4OSMjs.S3Module; exports.S3Service = _chunkNAST4OSMjs.S3Service; exports.StripeCustomer = _chunkNAST4OSMjs.StripeCustomer; exports.StripeCustomerModule = _chunkNAST4OSMjs.StripeCustomerModule; exports.StripeCustomerService = _chunkNAST4OSMjs.StripeCustomerService; exports.StripeInvoice = _chunkNAST4OSMjs.StripeInvoice; exports.StripeInvoiceModule = _chunkNAST4OSMjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkNAST4OSMjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkNAST4OSMjs.StripePaymentMethodModule; exports.StripePrice = _chunkNAST4OSMjs.StripePrice; exports.StripePriceModule = _chunkNAST4OSMjs.StripePriceModule; exports.StripePriceService = _chunkNAST4OSMjs.StripePriceService; exports.StripeProduct = _chunkNAST4OSMjs.StripeProduct; exports.StripeProductModule = _chunkNAST4OSMjs.StripeProductModule; exports.StripeProductService = _chunkNAST4OSMjs.StripeProductService; exports.StripePromotionCode = _chunkNAST4OSMjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkNAST4OSMjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkNAST4OSMjs.StripePromotionCodeService; exports.StripeSubscription = _chunkNAST4OSMjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkNAST4OSMjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkNAST4OSMjs.StripeSubscriptionService; exports.StripeUsage = _chunkNAST4OSMjs.StripeUsage; exports.StripeUsageModule = _chunkNAST4OSMjs.StripeUsageModule; exports.StripeUsageService = _chunkNAST4OSMjs.StripeUsageService; exports.SubscriptionStatus = _chunkNAST4OSMjs.SubscriptionStatus; exports.TableOptions = _chunkNAST4OSMjs.TableOptions; exports.TotpAuthenticator = _chunkNAST4OSMjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkNAST4OSMjs.TotpAuthenticatorModule; exports.TotpSetup = _chunkNAST4OSMjs.TotpSetup; exports.TotpSetupModule = _chunkNAST4OSMjs.TotpSetupModule; exports.TotpVerify = _chunkNAST4OSMjs.TotpVerify; exports.TotpVerifyLogin = _chunkNAST4OSMjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkNAST4OSMjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkNAST4OSMjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkNAST4OSMjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkNAST4OSMjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkNAST4OSMjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkNAST4OSMjs.TwoFactorEnableModule; exports.TwoFactorService = _chunkNAST4OSMjs.TwoFactorService; exports.TwoFactorStatus = _chunkNAST4OSMjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkNAST4OSMjs.TwoFactorStatusModule; exports.User = _chunkNAST4OSMjs.User; exports.UserFields = _chunkNAST4OSMjs.UserFields; exports.UserModule = _chunkNAST4OSMjs.UserModule; exports.UserService = _chunkNAST4OSMjs.UserService; exports.Waitlist = _chunkNAST4OSMjs.Waitlist; exports.WaitlistModule = _chunkNAST4OSMjs.WaitlistModule; exports.WaitlistService = _chunkNAST4OSMjs.WaitlistService; exports.WaitlistStats = _chunkNAST4OSMjs.WaitlistStats; exports.WaitlistStatsModule = _chunkNAST4OSMjs.WaitlistStatsModule; exports.checkPermissions = _chunkNAST4OSMjs.checkPermissions; exports.checkPermissionsFromServer = _chunkNAST4OSMjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkNAST4OSMjs.clearLastApiTotal; exports.cn = _chunkNAST4OSMjs.cn; exports.composeRefs = _chunkNAST4OSMjs.composeRefs; exports.createJsonApiInclusion = _chunkNAST4OSMjs.createJsonApiInclusion; exports.dismissToast = _chunkNAST4OSMjs.dismissToast; exports.entityObjectSchema = _chunkNAST4OSMjs.entityObjectSchema; exports.exists = _chunkNAST4OSMjs.exists; exports.formatDate = _chunkNAST4OSMjs.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkNAST4OSMjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkNAST4OSMjs.getGlobalErrorHandler; exports.getIcon = _chunkNAST4OSMjs.getIcon; exports.getIconByModule = _chunkNAST4OSMjs.getIconByModule; exports.getIconByModuleName = _chunkNAST4OSMjs.getIconByModuleName; exports.getInitials = _chunkNAST4OSMjs.getInitials; exports.getLastApiTotal = _chunkNAST4OSMjs.getLastApiTotal; exports.getLucideIcon = _chunkNAST4OSMjs.getLucideIcon; exports.getLucideIconByModule = _chunkNAST4OSMjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkNAST4OSMjs.getLucideIconByModuleName; exports.getTableComponents = _chunkNAST4OSMjs.getTableComponents; exports.getTableOptions = _chunkNAST4OSMjs.getTableOptions; exports.getValueFromPath = _chunkNAST4OSMjs.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunkNAST4OSMjs.rehydrate; exports.rehydrateList = _chunkNAST4OSMjs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkNAST4OSMjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkNAST4OSMjs.setGlobalErrorHandler; exports.showCustomToast = _chunkNAST4OSMjs.showCustomToast; exports.showError = _chunkNAST4OSMjs.showError; exports.showToast = _chunkNAST4OSMjs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkNAST4OSMjs.useComposedRefs; exports.useIsMobile = _chunkNAST4OSMjs.useIsMobile; exports.userObjectSchema = _chunkNAST4OSMjs.userObjectSchema;
|
|
342
|
+
exports.AVAILABLE_OAUTH_SCOPES = _chunk6YKYRKVUjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk6YKYRKVUjs.AbstractApiData; exports.AbstractService = _chunk6YKYRKVUjs.AbstractService; exports.Action = _chunk6YKYRKVUjs.Action; exports.Auth = _chunk6YKYRKVUjs.Auth; exports.AuthComponent = _chunk6YKYRKVUjs.AuthComponent; exports.AuthModule = _chunk6YKYRKVUjs.AuthModule; exports.AuthService = _chunk6YKYRKVUjs.AuthService; exports.AuthorModule = _chunk6YKYRKVUjs.AuthorModule; exports.BackupCodeVerify = _chunk6YKYRKVUjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk6YKYRKVUjs.BackupCodeVerifyModule; exports.Billing = _chunk6YKYRKVUjs.Billing; exports.BillingModule = _chunk6YKYRKVUjs.BillingModule; exports.BillingService = _chunk6YKYRKVUjs.BillingService; exports.BlockNoteDiffUtil = _chunk6YKYRKVUjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk6YKYRKVUjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunk6YKYRKVUjs.ClientAbstractService; exports.ClientHttpMethod = _chunk6YKYRKVUjs.ClientHttpMethod; exports.Company = _chunk6YKYRKVUjs.Company; exports.CompanyFields = _chunk6YKYRKVUjs.CompanyFields; exports.CompanyModule = _chunk6YKYRKVUjs.CompanyModule; exports.CompanyService = _chunk6YKYRKVUjs.CompanyService; exports.Content = _chunk6YKYRKVUjs.Content; exports.ContentFields = _chunk6YKYRKVUjs.ContentFields; exports.ContentModule = _chunk6YKYRKVUjs.ContentModule; exports.ContentService = _chunk6YKYRKVUjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk6YKYRKVUjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunk6YKYRKVUjs.EndpointCreator; exports.Feature = _chunk6YKYRKVUjs.Feature; exports.FeatureModule = _chunk6YKYRKVUjs.FeatureModule; exports.FeatureService = _chunk6YKYRKVUjs.FeatureService; exports.HttpMethod = _chunk6YKYRKVUjs.HttpMethod; exports.InvoiceStatus = _chunk6YKYRKVUjs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunk6YKYRKVUjs.Module; exports.ModuleModule = _chunk6YKYRKVUjs.ModuleModule; exports.ModulePathsModule = _chunk6YKYRKVUjs.ModulePathsModule; exports.ModuleRegistrar = _chunk6YKYRKVUjs.ModuleRegistrar; exports.ModuleRegistry = _chunk6YKYRKVUjs.ModuleRegistry; exports.Modules = _chunk6YKYRKVUjs.Modules; exports.Notification = _chunk6YKYRKVUjs.Notification; exports.NotificationFields = _chunk6YKYRKVUjs.NotificationFields; exports.NotificationModule = _chunk6YKYRKVUjs.NotificationModule; exports.NotificationService = _chunk6YKYRKVUjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk6YKYRKVUjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk6YKYRKVUjs.OAuthClient; exports.OAuthModule = _chunk6YKYRKVUjs.OAuthModule; exports.OAuthService = _chunk6YKYRKVUjs.OAuthService; exports.Passkey = _chunk6YKYRKVUjs.Passkey; exports.PasskeyAuthenticationOptions = _chunk6YKYRKVUjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk6YKYRKVUjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk6YKYRKVUjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk6YKYRKVUjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk6YKYRKVUjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk6YKYRKVUjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk6YKYRKVUjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk6YKYRKVUjs.PasskeyRename; exports.PasskeyRenameModule = _chunk6YKYRKVUjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk6YKYRKVUjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk6YKYRKVUjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk6YKYRKVUjs.PaymentMethod; exports.PermissionMappingModule = _chunk6YKYRKVUjs.PermissionMappingModule; exports.Push = _chunk6YKYRKVUjs.Push; exports.PushModule = _chunk6YKYRKVUjs.PushModule; exports.PushService = _chunk6YKYRKVUjs.PushService; exports.ReferralModule = _chunk6YKYRKVUjs.ReferralModule; exports.ReferralService = _chunk6YKYRKVUjs.ReferralService; exports.ReferralStats = _chunk6YKYRKVUjs.ReferralStats; exports.ReferralStatsModule = _chunk6YKYRKVUjs.ReferralStatsModule; exports.RehydrationFactory = _chunk6YKYRKVUjs.RehydrationFactory; exports.Role = _chunk6YKYRKVUjs.Role; exports.RoleFields = _chunk6YKYRKVUjs.RoleFields; exports.RoleModule = _chunk6YKYRKVUjs.RoleModule; exports.RoleService = _chunk6YKYRKVUjs.RoleService; exports.S3 = _chunk6YKYRKVUjs.S3; exports.S3Module = _chunk6YKYRKVUjs.S3Module; exports.S3Service = _chunk6YKYRKVUjs.S3Service; exports.StripeCustomer = _chunk6YKYRKVUjs.StripeCustomer; exports.StripeCustomerModule = _chunk6YKYRKVUjs.StripeCustomerModule; exports.StripeCustomerService = _chunk6YKYRKVUjs.StripeCustomerService; exports.StripeInvoice = _chunk6YKYRKVUjs.StripeInvoice; exports.StripeInvoiceModule = _chunk6YKYRKVUjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk6YKYRKVUjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk6YKYRKVUjs.StripePaymentMethodModule; exports.StripePrice = _chunk6YKYRKVUjs.StripePrice; exports.StripePriceModule = _chunk6YKYRKVUjs.StripePriceModule; exports.StripePriceService = _chunk6YKYRKVUjs.StripePriceService; exports.StripeProduct = _chunk6YKYRKVUjs.StripeProduct; exports.StripeProductModule = _chunk6YKYRKVUjs.StripeProductModule; exports.StripeProductService = _chunk6YKYRKVUjs.StripeProductService; exports.StripePromotionCode = _chunk6YKYRKVUjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk6YKYRKVUjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk6YKYRKVUjs.StripePromotionCodeService; exports.StripeSubscription = _chunk6YKYRKVUjs.StripeSubscription; exports.StripeSubscriptionModule = _chunk6YKYRKVUjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk6YKYRKVUjs.StripeSubscriptionService; exports.StripeUsage = _chunk6YKYRKVUjs.StripeUsage; exports.StripeUsageModule = _chunk6YKYRKVUjs.StripeUsageModule; exports.StripeUsageService = _chunk6YKYRKVUjs.StripeUsageService; exports.SubscriptionStatus = _chunk6YKYRKVUjs.SubscriptionStatus; exports.TableOptions = _chunk6YKYRKVUjs.TableOptions; exports.TotpAuthenticator = _chunk6YKYRKVUjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk6YKYRKVUjs.TotpAuthenticatorModule; exports.TotpSetup = _chunk6YKYRKVUjs.TotpSetup; exports.TotpSetupModule = _chunk6YKYRKVUjs.TotpSetupModule; exports.TotpVerify = _chunk6YKYRKVUjs.TotpVerify; exports.TotpVerifyLogin = _chunk6YKYRKVUjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk6YKYRKVUjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk6YKYRKVUjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunk6YKYRKVUjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk6YKYRKVUjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk6YKYRKVUjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk6YKYRKVUjs.TwoFactorEnableModule; exports.TwoFactorService = _chunk6YKYRKVUjs.TwoFactorService; exports.TwoFactorStatus = _chunk6YKYRKVUjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk6YKYRKVUjs.TwoFactorStatusModule; exports.User = _chunk6YKYRKVUjs.User; exports.UserFields = _chunk6YKYRKVUjs.UserFields; exports.UserModule = _chunk6YKYRKVUjs.UserModule; exports.UserService = _chunk6YKYRKVUjs.UserService; exports.Waitlist = _chunk6YKYRKVUjs.Waitlist; exports.WaitlistModule = _chunk6YKYRKVUjs.WaitlistModule; exports.WaitlistService = _chunk6YKYRKVUjs.WaitlistService; exports.WaitlistStats = _chunk6YKYRKVUjs.WaitlistStats; exports.WaitlistStatsModule = _chunk6YKYRKVUjs.WaitlistStatsModule; exports.checkPermissions = _chunk6YKYRKVUjs.checkPermissions; exports.checkPermissionsFromServer = _chunk6YKYRKVUjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk6YKYRKVUjs.clearLastApiTotal; exports.cn = _chunk6YKYRKVUjs.cn; exports.composeRefs = _chunk6YKYRKVUjs.composeRefs; exports.createJsonApiInclusion = _chunk6YKYRKVUjs.createJsonApiInclusion; exports.dismissToast = _chunk6YKYRKVUjs.dismissToast; exports.entityObjectSchema = _chunk6YKYRKVUjs.entityObjectSchema; exports.exists = _chunk6YKYRKVUjs.exists; exports.formatDate = _chunk6YKYRKVUjs.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk6YKYRKVUjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk6YKYRKVUjs.getGlobalErrorHandler; exports.getIcon = _chunk6YKYRKVUjs.getIcon; exports.getIconByModule = _chunk6YKYRKVUjs.getIconByModule; exports.getIconByModuleName = _chunk6YKYRKVUjs.getIconByModuleName; exports.getInitials = _chunk6YKYRKVUjs.getInitials; exports.getLastApiTotal = _chunk6YKYRKVUjs.getLastApiTotal; exports.getLucideIcon = _chunk6YKYRKVUjs.getLucideIcon; exports.getLucideIconByModule = _chunk6YKYRKVUjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk6YKYRKVUjs.getLucideIconByModuleName; exports.getTableComponents = _chunk6YKYRKVUjs.getTableComponents; exports.getTableOptions = _chunk6YKYRKVUjs.getTableOptions; exports.getValueFromPath = _chunk6YKYRKVUjs.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunk6YKYRKVUjs.rehydrate; exports.rehydrateList = _chunk6YKYRKVUjs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk6YKYRKVUjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk6YKYRKVUjs.setGlobalErrorHandler; exports.showCustomToast = _chunk6YKYRKVUjs.showCustomToast; exports.showError = _chunk6YKYRKVUjs.showError; exports.showToast = _chunk6YKYRKVUjs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunk6YKYRKVUjs.useComposedRefs; exports.useIsMobile = _chunk6YKYRKVUjs.useIsMobile; exports.userObjectSchema = _chunk6YKYRKVUjs.userObjectSchema;
|
|
343
343
|
//# sourceMappingURL=index.js.map
|
package/dist/core/index.mjs
CHANGED