@carlonicora/nextjs-jsonapi 1.11.0 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/{BlockNoteEditor-2GCDAIKS.mjs → BlockNoteEditor-E54Q6MNP.mjs} +3 -3
  2. package/dist/{BlockNoteEditor-PQTIP7BM.js → BlockNoteEditor-SOXPYXYV.js} +13 -13
  3. package/dist/{BlockNoteEditor-PQTIP7BM.js.map → BlockNoteEditor-SOXPYXYV.js.map} +1 -1
  4. package/dist/{chunk-UJY3EIUK.mjs → chunk-4EQEWIAE.mjs} +2 -2
  5. package/dist/chunk-4EQEWIAE.mjs.map +1 -0
  6. package/dist/{chunk-VSB546UN.mjs → chunk-OLRRVGHQ.mjs} +1278 -1206
  7. package/dist/chunk-OLRRVGHQ.mjs.map +1 -0
  8. package/dist/{chunk-AE3J2MAT.js → chunk-VFSRIKWY.js} +2 -2
  9. package/dist/chunk-VFSRIKWY.js.map +1 -0
  10. package/dist/{chunk-AHEG4IYG.js → chunk-YQFUWWNJ.js} +669 -597
  11. package/dist/chunk-YQFUWWNJ.js.map +1 -0
  12. package/dist/client/index.js +3 -3
  13. package/dist/client/index.mjs +2 -2
  14. package/dist/components/index.d.mts +14 -3
  15. package/dist/components/index.d.ts +14 -3
  16. package/dist/components/index.js +11 -3
  17. package/dist/components/index.js.map +1 -1
  18. package/dist/components/index.mjs +10 -2
  19. package/dist/contexts/index.js +3 -3
  20. package/dist/contexts/index.mjs +2 -2
  21. package/dist/core/index.js +2 -2
  22. package/dist/core/index.mjs +1 -1
  23. package/dist/index.js +2 -2
  24. package/dist/index.mjs +1 -1
  25. package/dist/server/index.js +3 -3
  26. package/dist/server/index.mjs +1 -1
  27. package/package.json +2 -1
  28. package/src/components/navigations/ContentTitle.tsx +6 -10
  29. package/src/components/pages/PageContentContainer.tsx +34 -26
  30. package/src/core/abstracts/AbstractService.ts +1 -1
  31. package/src/hooks/useDataListRetriever.ts +9 -11
  32. package/src/shadcnui/index.ts +1 -0
  33. package/src/shadcnui/ui/input-otp.tsx +77 -0
  34. package/dist/chunk-AE3J2MAT.js.map +0 -1
  35. package/dist/chunk-AHEG4IYG.js.map +0 -1
  36. package/dist/chunk-UJY3EIUK.mjs.map +0 -1
  37. package/dist/chunk-VSB546UN.mjs.map +0 -1
  38. /package/dist/{BlockNoteEditor-2GCDAIKS.mjs.map → BlockNoteEditor-E54Q6MNP.mjs.map} +0 -0
@@ -25,7 +25,7 @@
25
25
 
26
26
 
27
27
 
28
- var _chunkAHEG4IYGjs = require('../chunk-AHEG4IYG.js');
28
+ var _chunkYQFUWWNJjs = require('../chunk-YQFUWWNJ.js');
29
29
 
30
30
 
31
31
 
@@ -49,7 +49,7 @@ var _chunk6YD42BP6js = require('../chunk-6YD42BP6.js');
49
49
 
50
50
 
51
51
 
52
- var _chunkAE3J2MATjs = require('../chunk-AE3J2MAT.js');
52
+ var _chunkVFSRIKWYjs = require('../chunk-VFSRIKWY.js');
53
53
 
54
54
 
55
55
  var _chunkIBS6NI7Djs = require('../chunk-IBS6NI7D.js');
@@ -105,5 +105,5 @@ require('../chunk-7QVYU63E.js');
105
105
 
106
106
 
107
107
 
108
- exports.ClientJsonApiDelete = _chunkAE3J2MATjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkAE3J2MATjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkAE3J2MATjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkAE3J2MATjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkAE3J2MATjs.ClientJsonApiPut; exports.JsonApiContext = _chunkAHEG4IYGjs.JsonApiContext; exports.JsonApiProvider = _chunkAHEG4IYGjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkAHEG4IYGjs.TableGeneratorRegistry; exports.configureClientConfig = _chunk6YD42BP6js.configureClientConfig; exports.configureClientJsonApi = _chunkAE3J2MATjs.configureClientJsonApi; exports.configureI18n = _chunk6YD42BP6js.configureI18n; exports.configureJsonApi = _chunk6YD42BP6js.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunk6YD42BP6js.getApiUrl; exports.getAppUrl = _chunk6YD42BP6js.getAppUrl; exports.getClientApiUrl = _chunkAE3J2MATjs.getClientApiUrl; exports.getClientAppUrl = _chunkAE3J2MATjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkAE3J2MATjs.getClientTrackablePages; exports.getI18nLink = _chunk6YD42BP6js.getI18nLink; exports.getTrackablePages = _chunk6YD42BP6js.getTrackablePages; exports.registerTableGenerator = _chunkAHEG4IYGjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkAHEG4IYGjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkAHEG4IYGjs.useContentTableStructure; exports.useCustomD3Graph = _chunkAHEG4IYGjs.useCustomD3Graph; exports.useDataListRetriever = _chunkAHEG4IYGjs.useDataListRetriever; exports.useDebounce = _chunkAHEG4IYGjs.useDebounce; exports.useI18nDateFnsLocale = _chunk6YD42BP6js.useI18nDateFnsLocale; exports.useI18nLocale = _chunk6YD42BP6js.useI18nLocale; exports.useI18nRouter = _chunk6YD42BP6js.useI18nRouter; exports.useI18nTranslations = _chunk6YD42BP6js.useI18nTranslations; exports.useJsonApiConfig = _chunkAHEG4IYGjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunkAHEG4IYGjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkAHEG4IYGjs.useJsonApiGet; exports.useJsonApiMutation = _chunkAHEG4IYGjs.useJsonApiMutation; exports.useNotificationSync = _chunkAHEG4IYGjs.useNotificationSync; exports.usePageTracker = _chunkAHEG4IYGjs.usePageTracker; exports.usePageUrlGenerator = _chunkAHEG4IYGjs.usePageUrlGenerator; exports.useRehydration = _chunkAHEG4IYGjs.useRehydration; exports.useRehydrationList = _chunkAHEG4IYGjs.useRehydrationList; exports.useRoleTableStructure = _chunkAHEG4IYGjs.useRoleTableStructure; exports.useSocket = _chunkAHEG4IYGjs.useSocket; exports.useTableGenerator = _chunkAHEG4IYGjs.useTableGenerator; exports.useUrlRewriter = _chunkAHEG4IYGjs.useUrlRewriter; exports.useUserSearch = _chunkAHEG4IYGjs.useUserSearch; exports.useUserTableStructure = _chunkAHEG4IYGjs.useUserTableStructure;
108
+ exports.ClientJsonApiDelete = _chunkVFSRIKWYjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkVFSRIKWYjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkVFSRIKWYjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkVFSRIKWYjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkVFSRIKWYjs.ClientJsonApiPut; exports.JsonApiContext = _chunkYQFUWWNJjs.JsonApiContext; exports.JsonApiProvider = _chunkYQFUWWNJjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkYQFUWWNJjs.TableGeneratorRegistry; exports.configureClientConfig = _chunk6YD42BP6js.configureClientConfig; exports.configureClientJsonApi = _chunkVFSRIKWYjs.configureClientJsonApi; exports.configureI18n = _chunk6YD42BP6js.configureI18n; exports.configureJsonApi = _chunk6YD42BP6js.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunk6YD42BP6js.getApiUrl; exports.getAppUrl = _chunk6YD42BP6js.getAppUrl; exports.getClientApiUrl = _chunkVFSRIKWYjs.getClientApiUrl; exports.getClientAppUrl = _chunkVFSRIKWYjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkVFSRIKWYjs.getClientTrackablePages; exports.getI18nLink = _chunk6YD42BP6js.getI18nLink; exports.getTrackablePages = _chunk6YD42BP6js.getTrackablePages; exports.registerTableGenerator = _chunkYQFUWWNJjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkYQFUWWNJjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkYQFUWWNJjs.useContentTableStructure; exports.useCustomD3Graph = _chunkYQFUWWNJjs.useCustomD3Graph; exports.useDataListRetriever = _chunkYQFUWWNJjs.useDataListRetriever; exports.useDebounce = _chunkYQFUWWNJjs.useDebounce; exports.useI18nDateFnsLocale = _chunk6YD42BP6js.useI18nDateFnsLocale; exports.useI18nLocale = _chunk6YD42BP6js.useI18nLocale; exports.useI18nRouter = _chunk6YD42BP6js.useI18nRouter; exports.useI18nTranslations = _chunk6YD42BP6js.useI18nTranslations; exports.useJsonApiConfig = _chunkYQFUWWNJjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunkYQFUWWNJjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkYQFUWWNJjs.useJsonApiGet; exports.useJsonApiMutation = _chunkYQFUWWNJjs.useJsonApiMutation; exports.useNotificationSync = _chunkYQFUWWNJjs.useNotificationSync; exports.usePageTracker = _chunkYQFUWWNJjs.usePageTracker; exports.usePageUrlGenerator = _chunkYQFUWWNJjs.usePageUrlGenerator; exports.useRehydration = _chunkYQFUWWNJjs.useRehydration; exports.useRehydrationList = _chunkYQFUWWNJjs.useRehydrationList; exports.useRoleTableStructure = _chunkYQFUWWNJjs.useRoleTableStructure; exports.useSocket = _chunkYQFUWWNJjs.useSocket; exports.useTableGenerator = _chunkYQFUWWNJjs.useTableGenerator; exports.useUrlRewriter = _chunkYQFUWWNJjs.useUrlRewriter; exports.useUserSearch = _chunkYQFUWWNJjs.useUserSearch; exports.useUserTableStructure = _chunkYQFUWWNJjs.useUserTableStructure;
109
109
  //# sourceMappingURL=index.js.map
@@ -24,7 +24,7 @@ import {
24
24
  useUrlRewriter,
25
25
  useUserSearch,
26
26
  useUserTableStructure
27
- } from "../chunk-VSB546UN.mjs";
27
+ } from "../chunk-OLRRVGHQ.mjs";
28
28
  import {
29
29
  configureClientConfig,
30
30
  configureI18n,
@@ -48,7 +48,7 @@ import {
48
48
  getClientApiUrl,
49
49
  getClientAppUrl,
50
50
  getClientTrackablePages
51
- } from "../chunk-UJY3EIUK.mjs";
51
+ } from "../chunk-4EQEWIAE.mjs";
52
52
  import {
53
53
  directFetch
54
54
  } from "../chunk-C7C7VY4F.mjs";
@@ -36,6 +36,7 @@ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
36
36
  import * as _radix_ui_react_slot from '@radix-ui/react-slot';
37
37
  import * as LabelPrimitive from '@radix-ui/react-label';
38
38
  import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
39
+ import { OTPInput } from 'input-otp';
39
40
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
40
41
  import * as PopoverPrimitive from '@radix-ui/react-popover';
41
42
  import * as ProgressPrimitive from '@radix-ui/react-progress';
@@ -491,11 +492,12 @@ type PageContainerContentDetailsProps = {
491
492
  declare function PageContainerContentDetails({ items, section, module, id }: PageContainerContentDetailsProps): react_jsx_runtime.JSX.Element;
492
493
 
493
494
  type PageContentContainerProps = {
494
- details: ReactNode;
495
+ header?: ReactNode;
496
+ details?: ReactNode;
495
497
  footer?: ReactNode;
496
498
  content?: ReactNode;
497
499
  };
498
- declare function PageContentContainer({ details, footer, content }: PageContentContainerProps): react_jsx_runtime.JSX.Element;
500
+ declare function PageContentContainer({ header, details, footer, content }: PageContentContainerProps): react_jsx_runtime.JSX.Element;
499
501
 
500
502
  declare const cellComponent: (params: {
501
503
  id: string;
@@ -1130,6 +1132,15 @@ declare const HoverCardContent: React$1.ForwardRefExoticComponent<Omit<HoverCard
1130
1132
 
1131
1133
  declare function Input({ className, type, ...props }: React$1.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
1132
1134
 
1135
+ declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
1136
+ containerClassName?: string;
1137
+ }): react_jsx_runtime.JSX.Element;
1138
+ declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1139
+ declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<"div"> & {
1140
+ index: number;
1141
+ }): react_jsx_runtime.JSX.Element;
1142
+ declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1143
+
1133
1144
  declare const Label: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_types.ClassProp | undefined) => string> & React$1.RefAttributes<HTMLLabelElement>>;
1134
1145
 
1135
1146
  declare function NavigationMenu({ className, children, viewport, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
@@ -1430,4 +1441,4 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
1430
1441
  }
1431
1442
  declare const MultiSelect: React$1.ForwardRefExoticComponent<MultiSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
1432
1443
 
1433
- export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormContainerGeneric, FormControl, FormDate, FormDateTime, FormDescription, FormFeatures, FormField, FormInput, FormItem, FormLabel, FormMessage, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasswordInput, type PasswordInputProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, SIDEBAR_WIDTH, SIDEBAR_WIDTH_ICON, SIDEBAR_WIDTH_MOBILE, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UsersList, UsersListByContentIds, UsersListContainer, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, toggleVariants, triggerAssociationToast, useFileUpload, useFormField, useSidebar };
1444
+ export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormContainerGeneric, FormControl, FormDate, FormDateTime, FormDescription, FormFeatures, FormField, FormInput, FormItem, FormLabel, FormMessage, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasswordInput, type PasswordInputProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, SIDEBAR_WIDTH, SIDEBAR_WIDTH_ICON, SIDEBAR_WIDTH_MOBILE, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UsersList, UsersListByContentIds, UsersListContainer, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, toggleVariants, triggerAssociationToast, useFileUpload, useFormField, useSidebar };
@@ -36,6 +36,7 @@ import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
36
36
  import * as _radix_ui_react_slot from '@radix-ui/react-slot';
37
37
  import * as LabelPrimitive from '@radix-ui/react-label';
38
38
  import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
39
+ import { OTPInput } from 'input-otp';
39
40
  import * as NavigationMenuPrimitive from '@radix-ui/react-navigation-menu';
40
41
  import * as PopoverPrimitive from '@radix-ui/react-popover';
41
42
  import * as ProgressPrimitive from '@radix-ui/react-progress';
@@ -491,11 +492,12 @@ type PageContainerContentDetailsProps = {
491
492
  declare function PageContainerContentDetails({ items, section, module, id }: PageContainerContentDetailsProps): react_jsx_runtime.JSX.Element;
492
493
 
493
494
  type PageContentContainerProps = {
494
- details: ReactNode;
495
+ header?: ReactNode;
496
+ details?: ReactNode;
495
497
  footer?: ReactNode;
496
498
  content?: ReactNode;
497
499
  };
498
- declare function PageContentContainer({ details, footer, content }: PageContentContainerProps): react_jsx_runtime.JSX.Element;
500
+ declare function PageContentContainer({ header, details, footer, content }: PageContentContainerProps): react_jsx_runtime.JSX.Element;
499
501
 
500
502
  declare const cellComponent: (params: {
501
503
  id: string;
@@ -1130,6 +1132,15 @@ declare const HoverCardContent: React$1.ForwardRefExoticComponent<Omit<HoverCard
1130
1132
 
1131
1133
  declare function Input({ className, type, ...props }: React$1.ComponentProps<"input">): react_jsx_runtime.JSX.Element;
1132
1134
 
1135
+ declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
1136
+ containerClassName?: string;
1137
+ }): react_jsx_runtime.JSX.Element;
1138
+ declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1139
+ declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<"div"> & {
1140
+ index: number;
1141
+ }): react_jsx_runtime.JSX.Element;
1142
+ declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
1143
+
1133
1144
  declare const Label: React$1.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React$1.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_types.ClassProp | undefined) => string> & React$1.RefAttributes<HTMLLabelElement>>;
1134
1145
 
1135
1146
  declare function NavigationMenu({ className, children, viewport, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
@@ -1430,4 +1441,4 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
1430
1441
  }
1431
1442
  declare const MultiSelect: React$1.ForwardRefExoticComponent<MultiSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
1432
1443
 
1433
- export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormContainerGeneric, FormControl, FormDate, FormDateTime, FormDescription, FormFeatures, FormField, FormInput, FormItem, FormLabel, FormMessage, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasswordInput, type PasswordInputProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, SIDEBAR_WIDTH, SIDEBAR_WIDTH_ICON, SIDEBAR_WIDTH_MOBILE, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UsersList, UsersListByContentIds, UsersListContainer, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, toggleVariants, triggerAssociationToast, useFileUpload, useFormField, useSidebar };
1444
+ export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormContainerGeneric, FormControl, FormDate, FormDateTime, FormDescription, FormFeatures, FormField, FormInput, FormItem, FormLabel, FormMessage, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasswordInput, type PasswordInputProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, SIDEBAR_WIDTH, SIDEBAR_WIDTH_ICON, SIDEBAR_WIDTH_MOBILE, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UsersList, UsersListByContentIds, UsersListContainer, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, toggleVariants, triggerAssociationToast, useFileUpload, useFormField, useSidebar };
@@ -333,9 +333,13 @@
333
333
 
334
334
 
335
335
 
336
- var _chunkAHEG4IYGjs = require('../chunk-AHEG4IYG.js');
336
+
337
+
338
+
339
+
340
+ var _chunkYQFUWWNJjs = require('../chunk-YQFUWWNJ.js');
337
341
  require('../chunk-6YD42BP6.js');
338
- require('../chunk-AE3J2MAT.js');
342
+ require('../chunk-VFSRIKWY.js');
339
343
  require('../chunk-IBS6NI7D.js');
340
344
  require('../chunk-FPZPD4JI.js');
341
345
  require('../chunk-LXKSUWAV.js');
@@ -681,5 +685,9 @@ require('../chunk-7QVYU63E.js');
681
685
 
682
686
 
683
687
 
684
- exports.AcceptInvitation = _chunkAHEG4IYGjs.AcceptInvitation; exports.Accordion = _chunkAHEG4IYGjs.Accordion; exports.AccordionContent = _chunkAHEG4IYGjs.AccordionContent; exports.AccordionItem = _chunkAHEG4IYGjs.AccordionItem; exports.AccordionTrigger = _chunkAHEG4IYGjs.AccordionTrigger; exports.ActivateAccount = _chunkAHEG4IYGjs.ActivateAccount; exports.AddUserToRole = _chunkAHEG4IYGjs.AddUserToRole; exports.AdminCompanyContainer = _chunkAHEG4IYGjs.AdminCompanyContainer; exports.AdminUsersList = _chunkAHEG4IYGjs.AdminUsersList; exports.Alert = _chunkAHEG4IYGjs.Alert; exports.AlertDescription = _chunkAHEG4IYGjs.AlertDescription; exports.AlertDialog = _chunkAHEG4IYGjs.AlertDialog; exports.AlertDialogAction = _chunkAHEG4IYGjs.AlertDialogAction; exports.AlertDialogCancel = _chunkAHEG4IYGjs.AlertDialogCancel; exports.AlertDialogContent = _chunkAHEG4IYGjs.AlertDialogContent; exports.AlertDialogDescription = _chunkAHEG4IYGjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkAHEG4IYGjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkAHEG4IYGjs.AlertDialogHeader; exports.AlertDialogOverlay = _chunkAHEG4IYGjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkAHEG4IYGjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkAHEG4IYGjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkAHEG4IYGjs.AlertDialogTrigger; exports.AlertTitle = _chunkAHEG4IYGjs.AlertTitle; exports.AllowedUsersDetails = _chunkAHEG4IYGjs.AllowedUsersDetails; exports.AttributeElement = _chunkAHEG4IYGjs.AttributeElement; exports.AuthContainer = _chunkAHEG4IYGjs.AuthContainer; exports.Avatar = _chunkAHEG4IYGjs.Avatar; exports.AvatarFallback = _chunkAHEG4IYGjs.AvatarFallback; exports.AvatarImage = _chunkAHEG4IYGjs.AvatarImage; exports.Badge = _chunkAHEG4IYGjs.Badge; exports.BlockNoteEditorContainer = _chunkAHEG4IYGjs.BlockNoteEditorContainer; exports.Board = _chunkAHEG4IYGjs.KanbanBoard; exports.Breadcrumb = _chunkAHEG4IYGjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkAHEG4IYGjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkAHEG4IYGjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkAHEG4IYGjs.BreadcrumbLink; exports.BreadcrumbList = _chunkAHEG4IYGjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkAHEG4IYGjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkAHEG4IYGjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkAHEG4IYGjs.BreadcrumbSeparator; exports.Button = _chunkAHEG4IYGjs.Button; exports.Calendar = _chunkAHEG4IYGjs.Calendar; exports.Card = _chunkAHEG4IYGjs.Card; exports.CardContent = _chunkAHEG4IYGjs.CardContent; exports.CardDescription = _chunkAHEG4IYGjs.CardDescription; exports.CardFooter = _chunkAHEG4IYGjs.CardFooter; exports.CardHeader = _chunkAHEG4IYGjs.CardHeader; exports.CardTitle = _chunkAHEG4IYGjs.CardTitle; exports.Carousel = _chunkAHEG4IYGjs.Carousel; exports.CarouselContent = _chunkAHEG4IYGjs.CarouselContent; exports.CarouselItem = _chunkAHEG4IYGjs.CarouselItem; exports.CarouselNext = _chunkAHEG4IYGjs.CarouselNext; exports.CarouselPrevious = _chunkAHEG4IYGjs.CarouselPrevious; exports.ChartContainer = _chunkAHEG4IYGjs.ChartContainer; exports.ChartLegend = _chunkAHEG4IYGjs.ChartLegend; exports.ChartLegendContent = _chunkAHEG4IYGjs.ChartLegendContent; exports.ChartStyle = _chunkAHEG4IYGjs.ChartStyle; exports.ChartTooltip = _chunkAHEG4IYGjs.ChartTooltip; exports.ChartTooltipContent = _chunkAHEG4IYGjs.ChartTooltipContent; exports.Checkbox = _chunkAHEG4IYGjs.Checkbox; exports.Collapsible = _chunkAHEG4IYGjs.Collapsible; exports.CollapsibleContent = _chunkAHEG4IYGjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkAHEG4IYGjs.CollapsibleTrigger; exports.Column = _chunkAHEG4IYGjs.KanbanColumn; exports.ColumnHandle = _chunkAHEG4IYGjs.KanbanColumnHandle; exports.Command = _chunkAHEG4IYGjs.Command; exports.CommandDialog = _chunkAHEG4IYGjs.CommandDialog; exports.CommandEmpty = _chunkAHEG4IYGjs.CommandEmpty; exports.CommandGroup = _chunkAHEG4IYGjs.CommandGroup; exports.CommandInput = _chunkAHEG4IYGjs.CommandInput; exports.CommandItem = _chunkAHEG4IYGjs.CommandItem; exports.CommandList = _chunkAHEG4IYGjs.CommandList; exports.CommandSeparator = _chunkAHEG4IYGjs.CommandSeparator; exports.CommandShortcut = _chunkAHEG4IYGjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkAHEG4IYGjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkAHEG4IYGjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkAHEG4IYGjs.CommonDeleter; exports.CommonEditorButtons = _chunkAHEG4IYGjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkAHEG4IYGjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkAHEG4IYGjs.CommonEditorTrigger; exports.CompaniesList = _chunkAHEG4IYGjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkAHEG4IYGjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkAHEG4IYGjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkAHEG4IYGjs.CompanyContainer; exports.CompanyDeleter = _chunkAHEG4IYGjs.CompanyDeleter; exports.CompanyDetails = _chunkAHEG4IYGjs.CompanyDetails; exports.CompanyEditor = _chunkAHEG4IYGjs.CompanyEditor; exports.CompanyUsersList = _chunkAHEG4IYGjs.CompanyUsersList; exports.ContentListTable = _chunkAHEG4IYGjs.ContentListTable; exports.ContentTableSearch = _chunkAHEG4IYGjs.ContentTableSearch; exports.ContentTitle = _chunkAHEG4IYGjs.ContentTitle; exports.ContentsList = _chunkAHEG4IYGjs.ContentsList; exports.ContentsListById = _chunkAHEG4IYGjs.ContentsListById; exports.ContextMenu = _chunkAHEG4IYGjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkAHEG4IYGjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkAHEG4IYGjs.ContextMenuContent; exports.ContextMenuGroup = _chunkAHEG4IYGjs.ContextMenuGroup; exports.ContextMenuItem = _chunkAHEG4IYGjs.ContextMenuItem; exports.ContextMenuLabel = _chunkAHEG4IYGjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkAHEG4IYGjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkAHEG4IYGjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkAHEG4IYGjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkAHEG4IYGjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkAHEG4IYGjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkAHEG4IYGjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkAHEG4IYGjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkAHEG4IYGjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkAHEG4IYGjs.ContextMenuTrigger; exports.ContributorsList = _chunkAHEG4IYGjs.ContributorsList; exports.Cookies = _chunkAHEG4IYGjs.Cookies; exports.DatePickerPopover = _chunkAHEG4IYGjs.DatePickerPopover; exports.DateRangeSelector = _chunkAHEG4IYGjs.DateRangeSelector; exports.Dialog = _chunkAHEG4IYGjs.Dialog; exports.DialogClose = _chunkAHEG4IYGjs.DialogClose; exports.DialogContent = _chunkAHEG4IYGjs.DialogContent; exports.DialogDescription = _chunkAHEG4IYGjs.DialogDescription; exports.DialogFooter = _chunkAHEG4IYGjs.DialogFooter; exports.DialogHeader = _chunkAHEG4IYGjs.DialogHeader; exports.DialogOverlay = _chunkAHEG4IYGjs.DialogOverlay; exports.DialogPortal = _chunkAHEG4IYGjs.DialogPortal; exports.DialogTitle = _chunkAHEG4IYGjs.DialogTitle; exports.DialogTrigger = _chunkAHEG4IYGjs.DialogTrigger; exports.Drawer = _chunkAHEG4IYGjs.Drawer; exports.DrawerClose = _chunkAHEG4IYGjs.DrawerClose; exports.DrawerContent = _chunkAHEG4IYGjs.DrawerContent; exports.DrawerDescription = _chunkAHEG4IYGjs.DrawerDescription; exports.DrawerFooter = _chunkAHEG4IYGjs.DrawerFooter; exports.DrawerHeader = _chunkAHEG4IYGjs.DrawerHeader; exports.DrawerOverlay = _chunkAHEG4IYGjs.DrawerOverlay; exports.DrawerPortal = _chunkAHEG4IYGjs.DrawerPortal; exports.DrawerTitle = _chunkAHEG4IYGjs.DrawerTitle; exports.DrawerTrigger = _chunkAHEG4IYGjs.DrawerTrigger; exports.DropdownMenu = _chunkAHEG4IYGjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkAHEG4IYGjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkAHEG4IYGjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkAHEG4IYGjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkAHEG4IYGjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkAHEG4IYGjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkAHEG4IYGjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkAHEG4IYGjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkAHEG4IYGjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkAHEG4IYGjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkAHEG4IYGjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkAHEG4IYGjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkAHEG4IYGjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkAHEG4IYGjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkAHEG4IYGjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkAHEG4IYGjs.ErrorDetails; exports.FileInput = _chunkAHEG4IYGjs.FileInput; exports.FileUploader = _chunkAHEG4IYGjs.FileUploader; exports.FileUploaderContent = _chunkAHEG4IYGjs.FileUploaderContent; exports.FileUploaderItem = _chunkAHEG4IYGjs.FileUploaderItem; exports.ForgotPassword = _chunkAHEG4IYGjs.ForgotPassword; exports.Form = _chunkAHEG4IYGjs.Form; exports.FormCheckbox = _chunkAHEG4IYGjs.FormCheckbox; exports.FormContainerGeneric = _chunkAHEG4IYGjs.FormContainerGeneric; exports.FormControl = _chunkAHEG4IYGjs.FormControl; exports.FormDate = _chunkAHEG4IYGjs.FormDate; exports.FormDateTime = _chunkAHEG4IYGjs.FormDateTime; exports.FormDescription = _chunkAHEG4IYGjs.FormDescription; exports.FormFeatures = _chunkAHEG4IYGjs.FormFeatures; exports.FormField = _chunkAHEG4IYGjs.FormField; exports.FormInput = _chunkAHEG4IYGjs.FormInput; exports.FormItem = _chunkAHEG4IYGjs.FormItem; exports.FormLabel = _chunkAHEG4IYGjs.FormLabel; exports.FormMessage = _chunkAHEG4IYGjs.FormMessage; exports.FormPassword = _chunkAHEG4IYGjs.FormPassword; exports.FormPlaceAutocomplete = _chunkAHEG4IYGjs.FormPlaceAutocomplete; exports.FormRoles = _chunkAHEG4IYGjs.FormRoles; exports.FormSelect = _chunkAHEG4IYGjs.FormSelect; exports.FormSlider = _chunkAHEG4IYGjs.FormSlider; exports.FormSwitch = _chunkAHEG4IYGjs.FormSwitch; exports.FormTextarea = _chunkAHEG4IYGjs.FormTextarea; exports.Header = _chunkAHEG4IYGjs.Header; exports.HoverCard = _chunkAHEG4IYGjs.HoverCard; exports.HoverCardContent = _chunkAHEG4IYGjs.HoverCardContent; exports.HoverCardTrigger = _chunkAHEG4IYGjs.HoverCardTrigger; exports.Input = _chunkAHEG4IYGjs.Input; exports.Item = _chunkAHEG4IYGjs.KanbanItem; exports.ItemHandle = _chunkAHEG4IYGjs.KanbanItemHandle; exports.Kanban = _chunkAHEG4IYGjs.KanbanRoot; exports.KanbanBoard = _chunkAHEG4IYGjs.KanbanBoard; exports.KanbanColumn = _chunkAHEG4IYGjs.KanbanColumn; exports.KanbanColumnHandle = _chunkAHEG4IYGjs.KanbanColumnHandle; exports.KanbanItem = _chunkAHEG4IYGjs.KanbanItem; exports.KanbanItemHandle = _chunkAHEG4IYGjs.KanbanItemHandle; exports.KanbanOverlay = _chunkAHEG4IYGjs.KanbanOverlay; exports.Label = _chunkAHEG4IYGjs.Label; exports.LandingComponent = _chunkAHEG4IYGjs.LandingComponent; exports.Link = _chunkAHEG4IYGjs.Link; exports.Login = _chunkAHEG4IYGjs.Login; exports.Logout = _chunkAHEG4IYGjs.Logout; exports.ModeToggleSwitch = _chunkAHEG4IYGjs.ModeToggleSwitch; exports.MultiSelect = _chunkAHEG4IYGjs.MultiSelect; exports.NavigationMenu = _chunkAHEG4IYGjs.NavigationMenu; exports.NavigationMenuContent = _chunkAHEG4IYGjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkAHEG4IYGjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkAHEG4IYGjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkAHEG4IYGjs.NavigationMenuLink; exports.NavigationMenuList = _chunkAHEG4IYGjs.NavigationMenuList; exports.NavigationMenuTrigger = _chunkAHEG4IYGjs.NavigationMenuTrigger; exports.NavigationMenuViewport = _chunkAHEG4IYGjs.NavigationMenuViewport; exports.NotificationErrorBoundary = _chunkAHEG4IYGjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkAHEG4IYGjs.NotificationMenuItem; exports.NotificationModal = _chunkAHEG4IYGjs.NotificationModal; exports.NotificationToast = _chunkAHEG4IYGjs.NotificationToast; exports.NotificationsList = _chunkAHEG4IYGjs.NotificationsList; exports.NotificationsListContainer = _chunkAHEG4IYGjs.NotificationsListContainer; exports.Overlay = _chunkAHEG4IYGjs.KanbanOverlay; exports.PageContainer = _chunkAHEG4IYGjs.PageContainer; exports.PageContainerContentDetails = _chunkAHEG4IYGjs.PageContainerContentDetails; exports.PageContentContainer = _chunkAHEG4IYGjs.PageContentContainer; exports.PageSection = _chunkAHEG4IYGjs.PageSection; exports.PasswordInput = _chunkAHEG4IYGjs.PasswordInput; exports.Popover = _chunkAHEG4IYGjs.Popover; exports.PopoverAnchor = _chunkAHEG4IYGjs.PopoverAnchor; exports.PopoverContent = _chunkAHEG4IYGjs.PopoverContent; exports.PopoverTrigger = _chunkAHEG4IYGjs.PopoverTrigger; exports.Progress = _chunkAHEG4IYGjs.Progress; exports.PushNotificationProvider = _chunkAHEG4IYGjs.PushNotificationProvider; exports.RadioGroup = _chunkAHEG4IYGjs.RadioGroup; exports.RadioGroupItem = _chunkAHEG4IYGjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkAHEG4IYGjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkAHEG4IYGjs.RecentPagesNavigator; exports.RefreshUser = _chunkAHEG4IYGjs.RefreshUser; exports.RelevantContentsList = _chunkAHEG4IYGjs.RelevantContentsList; exports.RelevantUsersList = _chunkAHEG4IYGjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkAHEG4IYGjs.RemoveUserFromRole; exports.ResetPassword = _chunkAHEG4IYGjs.ResetPassword; exports.ResizableHandle = _chunkAHEG4IYGjs.ResizableHandle; exports.ResizablePanel = _chunkAHEG4IYGjs.ResizablePanel; exports.ResizablePanelGroup = _chunkAHEG4IYGjs.ResizablePanelGroup; exports.RoleContainer = _chunkAHEG4IYGjs.RoleContainer; exports.RoleDetails = _chunkAHEG4IYGjs.RoleDetails; exports.RoleUsersList = _chunkAHEG4IYGjs.RoleUsersList; exports.RolesList = _chunkAHEG4IYGjs.RolesList; exports.Root = _chunkAHEG4IYGjs.KanbanRoot; exports.SIDEBAR_WIDTH = _chunkAHEG4IYGjs.SIDEBAR_WIDTH; exports.SIDEBAR_WIDTH_ICON = _chunkAHEG4IYGjs.SIDEBAR_WIDTH_ICON; exports.SIDEBAR_WIDTH_MOBILE = _chunkAHEG4IYGjs.SIDEBAR_WIDTH_MOBILE; exports.ScrollArea = _chunkAHEG4IYGjs.ScrollArea; exports.ScrollBar = _chunkAHEG4IYGjs.ScrollBar; exports.Select = _chunkAHEG4IYGjs.Select; exports.SelectContent = _chunkAHEG4IYGjs.SelectContent; exports.SelectGroup = _chunkAHEG4IYGjs.SelectGroup; exports.SelectItem = _chunkAHEG4IYGjs.SelectItem; exports.SelectLabel = _chunkAHEG4IYGjs.SelectLabel; exports.SelectScrollDownButton = _chunkAHEG4IYGjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkAHEG4IYGjs.SelectScrollUpButton; exports.SelectSeparator = _chunkAHEG4IYGjs.SelectSeparator; exports.SelectTrigger = _chunkAHEG4IYGjs.SelectTrigger; exports.SelectValue = _chunkAHEG4IYGjs.SelectValue; exports.Separator = _chunkAHEG4IYGjs.Separator; exports.Sheet = _chunkAHEG4IYGjs.Sheet; exports.SheetClose = _chunkAHEG4IYGjs.SheetClose; exports.SheetContent = _chunkAHEG4IYGjs.SheetContent; exports.SheetDescription = _chunkAHEG4IYGjs.SheetDescription; exports.SheetFooter = _chunkAHEG4IYGjs.SheetFooter; exports.SheetHeader = _chunkAHEG4IYGjs.SheetHeader; exports.SheetTitle = _chunkAHEG4IYGjs.SheetTitle; exports.SheetTrigger = _chunkAHEG4IYGjs.SheetTrigger; exports.Sidebar = _chunkAHEG4IYGjs.Sidebar; exports.SidebarContent = _chunkAHEG4IYGjs.SidebarContent; exports.SidebarFooter = _chunkAHEG4IYGjs.SidebarFooter; exports.SidebarGroup = _chunkAHEG4IYGjs.SidebarGroup; exports.SidebarGroupAction = _chunkAHEG4IYGjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkAHEG4IYGjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkAHEG4IYGjs.SidebarGroupLabel; exports.SidebarHeader = _chunkAHEG4IYGjs.SidebarHeader; exports.SidebarInput = _chunkAHEG4IYGjs.SidebarInput; exports.SidebarInset = _chunkAHEG4IYGjs.SidebarInset; exports.SidebarMenu = _chunkAHEG4IYGjs.SidebarMenu; exports.SidebarMenuAction = _chunkAHEG4IYGjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkAHEG4IYGjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkAHEG4IYGjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkAHEG4IYGjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkAHEG4IYGjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkAHEG4IYGjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkAHEG4IYGjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkAHEG4IYGjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkAHEG4IYGjs.SidebarProvider; exports.SidebarRail = _chunkAHEG4IYGjs.SidebarRail; exports.SidebarSeparator = _chunkAHEG4IYGjs.SidebarSeparator; exports.SidebarTrigger = _chunkAHEG4IYGjs.SidebarTrigger; exports.Skeleton = _chunkAHEG4IYGjs.Skeleton; exports.Slider = _chunkAHEG4IYGjs.Slider; exports.Switch = _chunkAHEG4IYGjs.Switch; exports.Table = _chunkAHEG4IYGjs.Table; exports.TableBody = _chunkAHEG4IYGjs.TableBody; exports.TableCaption = _chunkAHEG4IYGjs.TableCaption; exports.TableCell = _chunkAHEG4IYGjs.TableCell; exports.TableFooter = _chunkAHEG4IYGjs.TableFooter; exports.TableHead = _chunkAHEG4IYGjs.TableHead; exports.TableHeader = _chunkAHEG4IYGjs.TableHeader; exports.TableRow = _chunkAHEG4IYGjs.TableRow; exports.Tabs = _chunkAHEG4IYGjs.Tabs; exports.TabsContainer = _chunkAHEG4IYGjs.TabsContainer; exports.TabsContent = _chunkAHEG4IYGjs.TabsContent; exports.TabsList = _chunkAHEG4IYGjs.TabsList; exports.TabsTrigger = _chunkAHEG4IYGjs.TabsTrigger; exports.Textarea = _chunkAHEG4IYGjs.Textarea; exports.Toaster = _chunkAHEG4IYGjs.Toaster; exports.Toggle = _chunkAHEG4IYGjs.Toggle; exports.Tooltip = _chunkAHEG4IYGjs.Tooltip; exports.TooltipContent = _chunkAHEG4IYGjs.TooltipContent; exports.TooltipProvider = _chunkAHEG4IYGjs.TooltipProvider; exports.TooltipTrigger = _chunkAHEG4IYGjs.TooltipTrigger; exports.UserAvatar = _chunkAHEG4IYGjs.UserAvatar; exports.UserAvatarEditor = _chunkAHEG4IYGjs.UserAvatarEditor; exports.UserContainer = _chunkAHEG4IYGjs.UserContainer; exports.UserDeleter = _chunkAHEG4IYGjs.UserDeleter; exports.UserDetails = _chunkAHEG4IYGjs.UserDetails; exports.UserEditor = _chunkAHEG4IYGjs.UserEditor; exports.UserIndexContainer = _chunkAHEG4IYGjs.UserIndexContainer; exports.UserIndexDetails = _chunkAHEG4IYGjs.UserIndexDetails; exports.UserListInAdd = _chunkAHEG4IYGjs.UserListInAdd; exports.UserMultiSelect = _chunkAHEG4IYGjs.UserMultiSelect; exports.UserReactivator = _chunkAHEG4IYGjs.UserReactivator; exports.UserResentInvitationEmail = _chunkAHEG4IYGjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkAHEG4IYGjs.UserRoleAdd; exports.UserRolesList = _chunkAHEG4IYGjs.UserRolesList; exports.UserSelector = _chunkAHEG4IYGjs.UserSelector; exports.UsersList = _chunkAHEG4IYGjs.UsersList; exports.UsersListByContentIds = _chunkAHEG4IYGjs.UsersListByContentIds; exports.UsersListContainer = _chunkAHEG4IYGjs.UsersListContainer; exports.badgeVariants = _chunkAHEG4IYGjs.badgeVariants; exports.buttonVariants = _chunkAHEG4IYGjs.buttonVariants; exports.cellComponent = _chunkAHEG4IYGjs.cellComponent; exports.cellDate = _chunkAHEG4IYGjs.cellDate; exports.cellId = _chunkAHEG4IYGjs.cellId; exports.cellLink = _chunkAHEG4IYGjs.cellLink; exports.cellUrl = _chunkAHEG4IYGjs.cellUrl; exports.errorToast = _chunkAHEG4IYGjs.errorToast; exports.generateNotificationData = _chunkAHEG4IYGjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkAHEG4IYGjs.navigationMenuTriggerStyle; exports.toggleVariants = _chunkAHEG4IYGjs.toggleVariants; exports.triggerAssociationToast = _chunkAHEG4IYGjs.triggerAssociationToast; exports.useFileUpload = _chunkAHEG4IYGjs.useFileUpload; exports.useFormField = _chunkAHEG4IYGjs.useFormField; exports.useSidebar = _chunkAHEG4IYGjs.useSidebar;
688
+
689
+
690
+
691
+
692
+ exports.AcceptInvitation = _chunkYQFUWWNJjs.AcceptInvitation; exports.Accordion = _chunkYQFUWWNJjs.Accordion; exports.AccordionContent = _chunkYQFUWWNJjs.AccordionContent; exports.AccordionItem = _chunkYQFUWWNJjs.AccordionItem; exports.AccordionTrigger = _chunkYQFUWWNJjs.AccordionTrigger; exports.ActivateAccount = _chunkYQFUWWNJjs.ActivateAccount; exports.AddUserToRole = _chunkYQFUWWNJjs.AddUserToRole; exports.AdminCompanyContainer = _chunkYQFUWWNJjs.AdminCompanyContainer; exports.AdminUsersList = _chunkYQFUWWNJjs.AdminUsersList; exports.Alert = _chunkYQFUWWNJjs.Alert; exports.AlertDescription = _chunkYQFUWWNJjs.AlertDescription; exports.AlertDialog = _chunkYQFUWWNJjs.AlertDialog; exports.AlertDialogAction = _chunkYQFUWWNJjs.AlertDialogAction; exports.AlertDialogCancel = _chunkYQFUWWNJjs.AlertDialogCancel; exports.AlertDialogContent = _chunkYQFUWWNJjs.AlertDialogContent; exports.AlertDialogDescription = _chunkYQFUWWNJjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkYQFUWWNJjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkYQFUWWNJjs.AlertDialogHeader; exports.AlertDialogOverlay = _chunkYQFUWWNJjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkYQFUWWNJjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkYQFUWWNJjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkYQFUWWNJjs.AlertDialogTrigger; exports.AlertTitle = _chunkYQFUWWNJjs.AlertTitle; exports.AllowedUsersDetails = _chunkYQFUWWNJjs.AllowedUsersDetails; exports.AttributeElement = _chunkYQFUWWNJjs.AttributeElement; exports.AuthContainer = _chunkYQFUWWNJjs.AuthContainer; exports.Avatar = _chunkYQFUWWNJjs.Avatar; exports.AvatarFallback = _chunkYQFUWWNJjs.AvatarFallback; exports.AvatarImage = _chunkYQFUWWNJjs.AvatarImage; exports.Badge = _chunkYQFUWWNJjs.Badge; exports.BlockNoteEditorContainer = _chunkYQFUWWNJjs.BlockNoteEditorContainer; exports.Board = _chunkYQFUWWNJjs.KanbanBoard; exports.Breadcrumb = _chunkYQFUWWNJjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkYQFUWWNJjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkYQFUWWNJjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkYQFUWWNJjs.BreadcrumbLink; exports.BreadcrumbList = _chunkYQFUWWNJjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkYQFUWWNJjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkYQFUWWNJjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkYQFUWWNJjs.BreadcrumbSeparator; exports.Button = _chunkYQFUWWNJjs.Button; exports.Calendar = _chunkYQFUWWNJjs.Calendar; exports.Card = _chunkYQFUWWNJjs.Card; exports.CardContent = _chunkYQFUWWNJjs.CardContent; exports.CardDescription = _chunkYQFUWWNJjs.CardDescription; exports.CardFooter = _chunkYQFUWWNJjs.CardFooter; exports.CardHeader = _chunkYQFUWWNJjs.CardHeader; exports.CardTitle = _chunkYQFUWWNJjs.CardTitle; exports.Carousel = _chunkYQFUWWNJjs.Carousel; exports.CarouselContent = _chunkYQFUWWNJjs.CarouselContent; exports.CarouselItem = _chunkYQFUWWNJjs.CarouselItem; exports.CarouselNext = _chunkYQFUWWNJjs.CarouselNext; exports.CarouselPrevious = _chunkYQFUWWNJjs.CarouselPrevious; exports.ChartContainer = _chunkYQFUWWNJjs.ChartContainer; exports.ChartLegend = _chunkYQFUWWNJjs.ChartLegend; exports.ChartLegendContent = _chunkYQFUWWNJjs.ChartLegendContent; exports.ChartStyle = _chunkYQFUWWNJjs.ChartStyle; exports.ChartTooltip = _chunkYQFUWWNJjs.ChartTooltip; exports.ChartTooltipContent = _chunkYQFUWWNJjs.ChartTooltipContent; exports.Checkbox = _chunkYQFUWWNJjs.Checkbox; exports.Collapsible = _chunkYQFUWWNJjs.Collapsible; exports.CollapsibleContent = _chunkYQFUWWNJjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkYQFUWWNJjs.CollapsibleTrigger; exports.Column = _chunkYQFUWWNJjs.KanbanColumn; exports.ColumnHandle = _chunkYQFUWWNJjs.KanbanColumnHandle; exports.Command = _chunkYQFUWWNJjs.Command; exports.CommandDialog = _chunkYQFUWWNJjs.CommandDialog; exports.CommandEmpty = _chunkYQFUWWNJjs.CommandEmpty; exports.CommandGroup = _chunkYQFUWWNJjs.CommandGroup; exports.CommandInput = _chunkYQFUWWNJjs.CommandInput; exports.CommandItem = _chunkYQFUWWNJjs.CommandItem; exports.CommandList = _chunkYQFUWWNJjs.CommandList; exports.CommandSeparator = _chunkYQFUWWNJjs.CommandSeparator; exports.CommandShortcut = _chunkYQFUWWNJjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkYQFUWWNJjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkYQFUWWNJjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkYQFUWWNJjs.CommonDeleter; exports.CommonEditorButtons = _chunkYQFUWWNJjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkYQFUWWNJjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkYQFUWWNJjs.CommonEditorTrigger; exports.CompaniesList = _chunkYQFUWWNJjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkYQFUWWNJjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkYQFUWWNJjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkYQFUWWNJjs.CompanyContainer; exports.CompanyDeleter = _chunkYQFUWWNJjs.CompanyDeleter; exports.CompanyDetails = _chunkYQFUWWNJjs.CompanyDetails; exports.CompanyEditor = _chunkYQFUWWNJjs.CompanyEditor; exports.CompanyUsersList = _chunkYQFUWWNJjs.CompanyUsersList; exports.ContentListTable = _chunkYQFUWWNJjs.ContentListTable; exports.ContentTableSearch = _chunkYQFUWWNJjs.ContentTableSearch; exports.ContentTitle = _chunkYQFUWWNJjs.ContentTitle; exports.ContentsList = _chunkYQFUWWNJjs.ContentsList; exports.ContentsListById = _chunkYQFUWWNJjs.ContentsListById; exports.ContextMenu = _chunkYQFUWWNJjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkYQFUWWNJjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkYQFUWWNJjs.ContextMenuContent; exports.ContextMenuGroup = _chunkYQFUWWNJjs.ContextMenuGroup; exports.ContextMenuItem = _chunkYQFUWWNJjs.ContextMenuItem; exports.ContextMenuLabel = _chunkYQFUWWNJjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkYQFUWWNJjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkYQFUWWNJjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkYQFUWWNJjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkYQFUWWNJjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkYQFUWWNJjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkYQFUWWNJjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkYQFUWWNJjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkYQFUWWNJjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkYQFUWWNJjs.ContextMenuTrigger; exports.ContributorsList = _chunkYQFUWWNJjs.ContributorsList; exports.Cookies = _chunkYQFUWWNJjs.Cookies; exports.DatePickerPopover = _chunkYQFUWWNJjs.DatePickerPopover; exports.DateRangeSelector = _chunkYQFUWWNJjs.DateRangeSelector; exports.Dialog = _chunkYQFUWWNJjs.Dialog; exports.DialogClose = _chunkYQFUWWNJjs.DialogClose; exports.DialogContent = _chunkYQFUWWNJjs.DialogContent; exports.DialogDescription = _chunkYQFUWWNJjs.DialogDescription; exports.DialogFooter = _chunkYQFUWWNJjs.DialogFooter; exports.DialogHeader = _chunkYQFUWWNJjs.DialogHeader; exports.DialogOverlay = _chunkYQFUWWNJjs.DialogOverlay; exports.DialogPortal = _chunkYQFUWWNJjs.DialogPortal; exports.DialogTitle = _chunkYQFUWWNJjs.DialogTitle; exports.DialogTrigger = _chunkYQFUWWNJjs.DialogTrigger; exports.Drawer = _chunkYQFUWWNJjs.Drawer; exports.DrawerClose = _chunkYQFUWWNJjs.DrawerClose; exports.DrawerContent = _chunkYQFUWWNJjs.DrawerContent; exports.DrawerDescription = _chunkYQFUWWNJjs.DrawerDescription; exports.DrawerFooter = _chunkYQFUWWNJjs.DrawerFooter; exports.DrawerHeader = _chunkYQFUWWNJjs.DrawerHeader; exports.DrawerOverlay = _chunkYQFUWWNJjs.DrawerOverlay; exports.DrawerPortal = _chunkYQFUWWNJjs.DrawerPortal; exports.DrawerTitle = _chunkYQFUWWNJjs.DrawerTitle; exports.DrawerTrigger = _chunkYQFUWWNJjs.DrawerTrigger; exports.DropdownMenu = _chunkYQFUWWNJjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkYQFUWWNJjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkYQFUWWNJjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkYQFUWWNJjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkYQFUWWNJjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkYQFUWWNJjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkYQFUWWNJjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkYQFUWWNJjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkYQFUWWNJjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkYQFUWWNJjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkYQFUWWNJjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkYQFUWWNJjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkYQFUWWNJjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkYQFUWWNJjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkYQFUWWNJjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkYQFUWWNJjs.ErrorDetails; exports.FileInput = _chunkYQFUWWNJjs.FileInput; exports.FileUploader = _chunkYQFUWWNJjs.FileUploader; exports.FileUploaderContent = _chunkYQFUWWNJjs.FileUploaderContent; exports.FileUploaderItem = _chunkYQFUWWNJjs.FileUploaderItem; exports.ForgotPassword = _chunkYQFUWWNJjs.ForgotPassword; exports.Form = _chunkYQFUWWNJjs.Form; exports.FormCheckbox = _chunkYQFUWWNJjs.FormCheckbox; exports.FormContainerGeneric = _chunkYQFUWWNJjs.FormContainerGeneric; exports.FormControl = _chunkYQFUWWNJjs.FormControl; exports.FormDate = _chunkYQFUWWNJjs.FormDate; exports.FormDateTime = _chunkYQFUWWNJjs.FormDateTime; exports.FormDescription = _chunkYQFUWWNJjs.FormDescription; exports.FormFeatures = _chunkYQFUWWNJjs.FormFeatures; exports.FormField = _chunkYQFUWWNJjs.FormField; exports.FormInput = _chunkYQFUWWNJjs.FormInput; exports.FormItem = _chunkYQFUWWNJjs.FormItem; exports.FormLabel = _chunkYQFUWWNJjs.FormLabel; exports.FormMessage = _chunkYQFUWWNJjs.FormMessage; exports.FormPassword = _chunkYQFUWWNJjs.FormPassword; exports.FormPlaceAutocomplete = _chunkYQFUWWNJjs.FormPlaceAutocomplete; exports.FormRoles = _chunkYQFUWWNJjs.FormRoles; exports.FormSelect = _chunkYQFUWWNJjs.FormSelect; exports.FormSlider = _chunkYQFUWWNJjs.FormSlider; exports.FormSwitch = _chunkYQFUWWNJjs.FormSwitch; exports.FormTextarea = _chunkYQFUWWNJjs.FormTextarea; exports.Header = _chunkYQFUWWNJjs.Header; exports.HoverCard = _chunkYQFUWWNJjs.HoverCard; exports.HoverCardContent = _chunkYQFUWWNJjs.HoverCardContent; exports.HoverCardTrigger = _chunkYQFUWWNJjs.HoverCardTrigger; exports.Input = _chunkYQFUWWNJjs.Input; exports.InputOTP = _chunkYQFUWWNJjs.InputOTP; exports.InputOTPGroup = _chunkYQFUWWNJjs.InputOTPGroup; exports.InputOTPSeparator = _chunkYQFUWWNJjs.InputOTPSeparator; exports.InputOTPSlot = _chunkYQFUWWNJjs.InputOTPSlot; exports.Item = _chunkYQFUWWNJjs.KanbanItem; exports.ItemHandle = _chunkYQFUWWNJjs.KanbanItemHandle; exports.Kanban = _chunkYQFUWWNJjs.KanbanRoot; exports.KanbanBoard = _chunkYQFUWWNJjs.KanbanBoard; exports.KanbanColumn = _chunkYQFUWWNJjs.KanbanColumn; exports.KanbanColumnHandle = _chunkYQFUWWNJjs.KanbanColumnHandle; exports.KanbanItem = _chunkYQFUWWNJjs.KanbanItem; exports.KanbanItemHandle = _chunkYQFUWWNJjs.KanbanItemHandle; exports.KanbanOverlay = _chunkYQFUWWNJjs.KanbanOverlay; exports.Label = _chunkYQFUWWNJjs.Label; exports.LandingComponent = _chunkYQFUWWNJjs.LandingComponent; exports.Link = _chunkYQFUWWNJjs.Link; exports.Login = _chunkYQFUWWNJjs.Login; exports.Logout = _chunkYQFUWWNJjs.Logout; exports.ModeToggleSwitch = _chunkYQFUWWNJjs.ModeToggleSwitch; exports.MultiSelect = _chunkYQFUWWNJjs.MultiSelect; exports.NavigationMenu = _chunkYQFUWWNJjs.NavigationMenu; exports.NavigationMenuContent = _chunkYQFUWWNJjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkYQFUWWNJjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkYQFUWWNJjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkYQFUWWNJjs.NavigationMenuLink; exports.NavigationMenuList = _chunkYQFUWWNJjs.NavigationMenuList; exports.NavigationMenuTrigger = _chunkYQFUWWNJjs.NavigationMenuTrigger; exports.NavigationMenuViewport = _chunkYQFUWWNJjs.NavigationMenuViewport; exports.NotificationErrorBoundary = _chunkYQFUWWNJjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkYQFUWWNJjs.NotificationMenuItem; exports.NotificationModal = _chunkYQFUWWNJjs.NotificationModal; exports.NotificationToast = _chunkYQFUWWNJjs.NotificationToast; exports.NotificationsList = _chunkYQFUWWNJjs.NotificationsList; exports.NotificationsListContainer = _chunkYQFUWWNJjs.NotificationsListContainer; exports.Overlay = _chunkYQFUWWNJjs.KanbanOverlay; exports.PageContainer = _chunkYQFUWWNJjs.PageContainer; exports.PageContainerContentDetails = _chunkYQFUWWNJjs.PageContainerContentDetails; exports.PageContentContainer = _chunkYQFUWWNJjs.PageContentContainer; exports.PageSection = _chunkYQFUWWNJjs.PageSection; exports.PasswordInput = _chunkYQFUWWNJjs.PasswordInput; exports.Popover = _chunkYQFUWWNJjs.Popover; exports.PopoverAnchor = _chunkYQFUWWNJjs.PopoverAnchor; exports.PopoverContent = _chunkYQFUWWNJjs.PopoverContent; exports.PopoverTrigger = _chunkYQFUWWNJjs.PopoverTrigger; exports.Progress = _chunkYQFUWWNJjs.Progress; exports.PushNotificationProvider = _chunkYQFUWWNJjs.PushNotificationProvider; exports.RadioGroup = _chunkYQFUWWNJjs.RadioGroup; exports.RadioGroupItem = _chunkYQFUWWNJjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkYQFUWWNJjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkYQFUWWNJjs.RecentPagesNavigator; exports.RefreshUser = _chunkYQFUWWNJjs.RefreshUser; exports.RelevantContentsList = _chunkYQFUWWNJjs.RelevantContentsList; exports.RelevantUsersList = _chunkYQFUWWNJjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkYQFUWWNJjs.RemoveUserFromRole; exports.ResetPassword = _chunkYQFUWWNJjs.ResetPassword; exports.ResizableHandle = _chunkYQFUWWNJjs.ResizableHandle; exports.ResizablePanel = _chunkYQFUWWNJjs.ResizablePanel; exports.ResizablePanelGroup = _chunkYQFUWWNJjs.ResizablePanelGroup; exports.RoleContainer = _chunkYQFUWWNJjs.RoleContainer; exports.RoleDetails = _chunkYQFUWWNJjs.RoleDetails; exports.RoleUsersList = _chunkYQFUWWNJjs.RoleUsersList; exports.RolesList = _chunkYQFUWWNJjs.RolesList; exports.Root = _chunkYQFUWWNJjs.KanbanRoot; exports.SIDEBAR_WIDTH = _chunkYQFUWWNJjs.SIDEBAR_WIDTH; exports.SIDEBAR_WIDTH_ICON = _chunkYQFUWWNJjs.SIDEBAR_WIDTH_ICON; exports.SIDEBAR_WIDTH_MOBILE = _chunkYQFUWWNJjs.SIDEBAR_WIDTH_MOBILE; exports.ScrollArea = _chunkYQFUWWNJjs.ScrollArea; exports.ScrollBar = _chunkYQFUWWNJjs.ScrollBar; exports.Select = _chunkYQFUWWNJjs.Select; exports.SelectContent = _chunkYQFUWWNJjs.SelectContent; exports.SelectGroup = _chunkYQFUWWNJjs.SelectGroup; exports.SelectItem = _chunkYQFUWWNJjs.SelectItem; exports.SelectLabel = _chunkYQFUWWNJjs.SelectLabel; exports.SelectScrollDownButton = _chunkYQFUWWNJjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkYQFUWWNJjs.SelectScrollUpButton; exports.SelectSeparator = _chunkYQFUWWNJjs.SelectSeparator; exports.SelectTrigger = _chunkYQFUWWNJjs.SelectTrigger; exports.SelectValue = _chunkYQFUWWNJjs.SelectValue; exports.Separator = _chunkYQFUWWNJjs.Separator; exports.Sheet = _chunkYQFUWWNJjs.Sheet; exports.SheetClose = _chunkYQFUWWNJjs.SheetClose; exports.SheetContent = _chunkYQFUWWNJjs.SheetContent; exports.SheetDescription = _chunkYQFUWWNJjs.SheetDescription; exports.SheetFooter = _chunkYQFUWWNJjs.SheetFooter; exports.SheetHeader = _chunkYQFUWWNJjs.SheetHeader; exports.SheetTitle = _chunkYQFUWWNJjs.SheetTitle; exports.SheetTrigger = _chunkYQFUWWNJjs.SheetTrigger; exports.Sidebar = _chunkYQFUWWNJjs.Sidebar; exports.SidebarContent = _chunkYQFUWWNJjs.SidebarContent; exports.SidebarFooter = _chunkYQFUWWNJjs.SidebarFooter; exports.SidebarGroup = _chunkYQFUWWNJjs.SidebarGroup; exports.SidebarGroupAction = _chunkYQFUWWNJjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkYQFUWWNJjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkYQFUWWNJjs.SidebarGroupLabel; exports.SidebarHeader = _chunkYQFUWWNJjs.SidebarHeader; exports.SidebarInput = _chunkYQFUWWNJjs.SidebarInput; exports.SidebarInset = _chunkYQFUWWNJjs.SidebarInset; exports.SidebarMenu = _chunkYQFUWWNJjs.SidebarMenu; exports.SidebarMenuAction = _chunkYQFUWWNJjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkYQFUWWNJjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkYQFUWWNJjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkYQFUWWNJjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkYQFUWWNJjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkYQFUWWNJjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkYQFUWWNJjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkYQFUWWNJjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkYQFUWWNJjs.SidebarProvider; exports.SidebarRail = _chunkYQFUWWNJjs.SidebarRail; exports.SidebarSeparator = _chunkYQFUWWNJjs.SidebarSeparator; exports.SidebarTrigger = _chunkYQFUWWNJjs.SidebarTrigger; exports.Skeleton = _chunkYQFUWWNJjs.Skeleton; exports.Slider = _chunkYQFUWWNJjs.Slider; exports.Switch = _chunkYQFUWWNJjs.Switch; exports.Table = _chunkYQFUWWNJjs.Table; exports.TableBody = _chunkYQFUWWNJjs.TableBody; exports.TableCaption = _chunkYQFUWWNJjs.TableCaption; exports.TableCell = _chunkYQFUWWNJjs.TableCell; exports.TableFooter = _chunkYQFUWWNJjs.TableFooter; exports.TableHead = _chunkYQFUWWNJjs.TableHead; exports.TableHeader = _chunkYQFUWWNJjs.TableHeader; exports.TableRow = _chunkYQFUWWNJjs.TableRow; exports.Tabs = _chunkYQFUWWNJjs.Tabs; exports.TabsContainer = _chunkYQFUWWNJjs.TabsContainer; exports.TabsContent = _chunkYQFUWWNJjs.TabsContent; exports.TabsList = _chunkYQFUWWNJjs.TabsList; exports.TabsTrigger = _chunkYQFUWWNJjs.TabsTrigger; exports.Textarea = _chunkYQFUWWNJjs.Textarea; exports.Toaster = _chunkYQFUWWNJjs.Toaster; exports.Toggle = _chunkYQFUWWNJjs.Toggle; exports.Tooltip = _chunkYQFUWWNJjs.Tooltip; exports.TooltipContent = _chunkYQFUWWNJjs.TooltipContent; exports.TooltipProvider = _chunkYQFUWWNJjs.TooltipProvider; exports.TooltipTrigger = _chunkYQFUWWNJjs.TooltipTrigger; exports.UserAvatar = _chunkYQFUWWNJjs.UserAvatar; exports.UserAvatarEditor = _chunkYQFUWWNJjs.UserAvatarEditor; exports.UserContainer = _chunkYQFUWWNJjs.UserContainer; exports.UserDeleter = _chunkYQFUWWNJjs.UserDeleter; exports.UserDetails = _chunkYQFUWWNJjs.UserDetails; exports.UserEditor = _chunkYQFUWWNJjs.UserEditor; exports.UserIndexContainer = _chunkYQFUWWNJjs.UserIndexContainer; exports.UserIndexDetails = _chunkYQFUWWNJjs.UserIndexDetails; exports.UserListInAdd = _chunkYQFUWWNJjs.UserListInAdd; exports.UserMultiSelect = _chunkYQFUWWNJjs.UserMultiSelect; exports.UserReactivator = _chunkYQFUWWNJjs.UserReactivator; exports.UserResentInvitationEmail = _chunkYQFUWWNJjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkYQFUWWNJjs.UserRoleAdd; exports.UserRolesList = _chunkYQFUWWNJjs.UserRolesList; exports.UserSelector = _chunkYQFUWWNJjs.UserSelector; exports.UsersList = _chunkYQFUWWNJjs.UsersList; exports.UsersListByContentIds = _chunkYQFUWWNJjs.UsersListByContentIds; exports.UsersListContainer = _chunkYQFUWWNJjs.UsersListContainer; exports.badgeVariants = _chunkYQFUWWNJjs.badgeVariants; exports.buttonVariants = _chunkYQFUWWNJjs.buttonVariants; exports.cellComponent = _chunkYQFUWWNJjs.cellComponent; exports.cellDate = _chunkYQFUWWNJjs.cellDate; exports.cellId = _chunkYQFUWWNJjs.cellId; exports.cellLink = _chunkYQFUWWNJjs.cellLink; exports.cellUrl = _chunkYQFUWWNJjs.cellUrl; exports.errorToast = _chunkYQFUWWNJjs.errorToast; exports.generateNotificationData = _chunkYQFUWWNJjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkYQFUWWNJjs.navigationMenuTriggerStyle; exports.toggleVariants = _chunkYQFUWWNJjs.toggleVariants; exports.triggerAssociationToast = _chunkYQFUWWNJjs.triggerAssociationToast; exports.useFileUpload = _chunkYQFUWWNJjs.useFileUpload; exports.useFormField = _chunkYQFUWWNJjs.useFormField; exports.useSidebar = _chunkYQFUWWNJjs.useSidebar;
685
693
  //# 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;AACF,uDAA6B;AAC7B,gCAA6B;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;AACF,msmBAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
1
+ {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;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;AACF,+5mBAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
@@ -175,6 +175,10 @@ import {
175
175
  HoverCardContent,
176
176
  HoverCardTrigger,
177
177
  Input,
178
+ InputOTP,
179
+ InputOTPGroup,
180
+ InputOTPSeparator,
181
+ InputOTPSlot,
178
182
  KanbanBoard,
179
183
  KanbanColumn,
180
184
  KanbanColumnHandle,
@@ -333,9 +337,9 @@ import {
333
337
  useFileUpload,
334
338
  useFormField,
335
339
  useSidebar
336
- } from "../chunk-VSB546UN.mjs";
340
+ } from "../chunk-OLRRVGHQ.mjs";
337
341
  import "../chunk-SJIVGCNM.mjs";
338
- import "../chunk-UJY3EIUK.mjs";
342
+ import "../chunk-4EQEWIAE.mjs";
339
343
  import "../chunk-C7C7VY4F.mjs";
340
344
  import "../chunk-TGBXBUWM.mjs";
341
345
  import "../chunk-AUXK7QSA.mjs";
@@ -519,6 +523,10 @@ export {
519
523
  HoverCardContent,
520
524
  HoverCardTrigger,
521
525
  Input,
526
+ InputOTP,
527
+ InputOTPGroup,
528
+ InputOTPSeparator,
529
+ InputOTPSlot,
522
530
  KanbanItem as Item,
523
531
  KanbanItemHandle as ItemHandle,
524
532
  KanbanRoot as Kanban,
@@ -18,9 +18,9 @@
18
18
 
19
19
 
20
20
 
21
- var _chunkAHEG4IYGjs = require('../chunk-AHEG4IYG.js');
21
+ var _chunkYQFUWWNJjs = require('../chunk-YQFUWWNJ.js');
22
22
  require('../chunk-6YD42BP6.js');
23
- require('../chunk-AE3J2MAT.js');
23
+ require('../chunk-VFSRIKWY.js');
24
24
  require('../chunk-IBS6NI7D.js');
25
25
  require('../chunk-FPZPD4JI.js');
26
26
  require('../chunk-LXKSUWAV.js');
@@ -44,5 +44,5 @@ require('../chunk-7QVYU63E.js');
44
44
 
45
45
 
46
46
 
47
- exports.CommonProvider = _chunkAHEG4IYGjs.CommonProvider; exports.CompanyProvider = _chunkAHEG4IYGjs.CompanyProvider; exports.CurrentUserProvider = _chunkAHEG4IYGjs.CurrentUserProvider; exports.NotificationContextProvider = _chunkAHEG4IYGjs.NotificationContextProvider; exports.RoleProvider = _chunkAHEG4IYGjs.RoleProvider; exports.SharedProvider = _chunkAHEG4IYGjs.SharedProvider; exports.SocketContext = _chunkAHEG4IYGjs.SocketContext; exports.SocketProvider = _chunkAHEG4IYGjs.SocketProvider; exports.UserProvider = _chunkAHEG4IYGjs.UserProvider; exports.recentPagesAtom = _chunkAHEG4IYGjs.recentPagesAtom; exports.useCommonContext = _chunkAHEG4IYGjs.useCommonContext; exports.useCompanyContext = _chunkAHEG4IYGjs.useCompanyContext; exports.useCurrentUserContext = _chunkAHEG4IYGjs.useCurrentUserContext; exports.useNotificationContext = _chunkAHEG4IYGjs.useNotificationContext; exports.useRoleContext = _chunkAHEG4IYGjs.useRoleContext; exports.useSharedContext = _chunkAHEG4IYGjs.useSharedContext; exports.useSocketContext = _chunkAHEG4IYGjs.useSocketContext; exports.useUserContext = _chunkAHEG4IYGjs.useUserContext;
47
+ exports.CommonProvider = _chunkYQFUWWNJjs.CommonProvider; exports.CompanyProvider = _chunkYQFUWWNJjs.CompanyProvider; exports.CurrentUserProvider = _chunkYQFUWWNJjs.CurrentUserProvider; exports.NotificationContextProvider = _chunkYQFUWWNJjs.NotificationContextProvider; exports.RoleProvider = _chunkYQFUWWNJjs.RoleProvider; exports.SharedProvider = _chunkYQFUWWNJjs.SharedProvider; exports.SocketContext = _chunkYQFUWWNJjs.SocketContext; exports.SocketProvider = _chunkYQFUWWNJjs.SocketProvider; exports.UserProvider = _chunkYQFUWWNJjs.UserProvider; exports.recentPagesAtom = _chunkYQFUWWNJjs.recentPagesAtom; exports.useCommonContext = _chunkYQFUWWNJjs.useCommonContext; exports.useCompanyContext = _chunkYQFUWWNJjs.useCompanyContext; exports.useCurrentUserContext = _chunkYQFUWWNJjs.useCurrentUserContext; exports.useNotificationContext = _chunkYQFUWWNJjs.useNotificationContext; exports.useRoleContext = _chunkYQFUWWNJjs.useRoleContext; exports.useSharedContext = _chunkYQFUWWNJjs.useSharedContext; exports.useSocketContext = _chunkYQFUWWNJjs.useSocketContext; exports.useUserContext = _chunkYQFUWWNJjs.useUserContext;
48
48
  //# sourceMappingURL=index.js.map
@@ -18,9 +18,9 @@ import {
18
18
  useSharedContext,
19
19
  useSocketContext,
20
20
  useUserContext
21
- } from "../chunk-VSB546UN.mjs";
21
+ } from "../chunk-OLRRVGHQ.mjs";
22
22
  import "../chunk-SJIVGCNM.mjs";
23
- import "../chunk-UJY3EIUK.mjs";
23
+ import "../chunk-4EQEWIAE.mjs";
24
24
  import "../chunk-C7C7VY4F.mjs";
25
25
  import "../chunk-TGBXBUWM.mjs";
26
26
  import "../chunk-AUXK7QSA.mjs";
@@ -75,7 +75,7 @@
75
75
 
76
76
 
77
77
 
78
- var _chunkAE3J2MATjs = require('../chunk-AE3J2MAT.js');
78
+ var _chunkVFSRIKWYjs = require('../chunk-VFSRIKWY.js');
79
79
  require('../chunk-IBS6NI7D.js');
80
80
 
81
81
 
@@ -177,5 +177,5 @@ require('../chunk-7QVYU63E.js');
177
177
 
178
178
 
179
179
 
180
- exports.AbstractApiData = _chunkAE3J2MATjs.AbstractApiData; exports.AbstractService = _chunkAE3J2MATjs.AbstractService; exports.Action = _chunkAE3J2MATjs.Action; exports.Auth = _chunkAE3J2MATjs.Auth; exports.AuthComponent = _chunkAE3J2MATjs.AuthComponent; exports.AuthModule = _chunkAE3J2MATjs.AuthModule; exports.AuthService = _chunkAE3J2MATjs.AuthService; exports.AuthorModule = _chunkAE3J2MATjs.AuthorModule; exports.BlockNoteDiffUtil = _chunkAE3J2MATjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkAE3J2MATjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkAE3J2MATjs.ClientAbstractService; exports.ClientHttpMethod = _chunkAE3J2MATjs.ClientHttpMethod; exports.Company = _chunkAE3J2MATjs.Company; exports.CompanyFields = _chunkAE3J2MATjs.CompanyFields; exports.CompanyModule = _chunkAE3J2MATjs.CompanyModule; exports.CompanyService = _chunkAE3J2MATjs.CompanyService; exports.Content = _chunkAE3J2MATjs.Content; exports.ContentFields = _chunkAE3J2MATjs.ContentFields; exports.ContentModule = _chunkAE3J2MATjs.ContentModule; exports.ContentService = _chunkAE3J2MATjs.ContentService; exports.DataClass = _chunkFPZPD4JIjs.DataClassRegistry; exports.DataClassRegistry = _chunkFPZPD4JIjs.DataClassRegistry; exports.EndpointCreator = _chunkAE3J2MATjs.EndpointCreator; exports.Feature = _chunkAE3J2MATjs.Feature; exports.FeatureModule = _chunkAE3J2MATjs.FeatureModule; exports.FeatureService = _chunkAE3J2MATjs.FeatureService; exports.HttpMethod = _chunkAE3J2MATjs.HttpMethod; exports.JsonApiDataFactory = _chunkFPZPD4JIjs.JsonApiDataFactory; exports.Module = _chunkAE3J2MATjs.Module; exports.ModuleModule = _chunkAE3J2MATjs.ModuleModule; exports.ModuleRegistrar = _chunkAE3J2MATjs.ModuleRegistrar; exports.ModuleRegistry = _chunkAE3J2MATjs.ModuleRegistry; exports.Modules = _chunkAE3J2MATjs.Modules; exports.Notification = _chunkAE3J2MATjs.Notification; exports.NotificationFields = _chunkAE3J2MATjs.NotificationFields; exports.NotificationModule = _chunkAE3J2MATjs.NotificationModule; exports.NotificationService = _chunkAE3J2MATjs.NotificationService; exports.Push = _chunkAE3J2MATjs.Push; exports.PushModule = _chunkAE3J2MATjs.PushModule; exports.PushService = _chunkAE3J2MATjs.PushService; exports.RehydrationFactory = _chunkAE3J2MATjs.RehydrationFactory; exports.Role = _chunkAE3J2MATjs.Role; exports.RoleFields = _chunkAE3J2MATjs.RoleFields; exports.RoleModule = _chunkAE3J2MATjs.RoleModule; exports.RoleService = _chunkAE3J2MATjs.RoleService; exports.S3 = _chunkAE3J2MATjs.S3; exports.S3Module = _chunkAE3J2MATjs.S3Module; exports.S3Service = _chunkAE3J2MATjs.S3Service; exports.TableOptions = _chunkAE3J2MATjs.TableOptions; exports.User = _chunkAE3J2MATjs.User; exports.UserFields = _chunkAE3J2MATjs.UserFields; exports.UserModule = _chunkAE3J2MATjs.UserModule; exports.UserService = _chunkAE3J2MATjs.UserService; exports.checkPermissions = _chunkAE3J2MATjs.checkPermissions; exports.checkPermissionsFromServer = _chunkAE3J2MATjs.checkPermissionsFromServer; exports.cn = _chunkAE3J2MATjs.cn; exports.composeRefs = _chunkAE3J2MATjs.composeRefs; exports.createJsonApiInclusion = _chunkAE3J2MATjs.createJsonApiInclusion; exports.entityObjectSchema = _chunkAE3J2MATjs.entityObjectSchema; exports.exists = _chunkAE3J2MATjs.exists; exports.formatDate = _chunkAE3J2MATjs.formatDate; exports.getBootstrapper = _chunkFPZPD4JIjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkAE3J2MATjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkAE3J2MATjs.getGlobalErrorHandler; exports.getIcon = _chunkAE3J2MATjs.getIcon; exports.getIconByModule = _chunkAE3J2MATjs.getIconByModule; exports.getIconByModuleName = _chunkAE3J2MATjs.getIconByModuleName; exports.getLucideIcon = _chunkAE3J2MATjs.getLucideIcon; exports.getLucideIconByModule = _chunkAE3J2MATjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkAE3J2MATjs.getLucideIconByModuleName; exports.getTableComponents = _chunkAE3J2MATjs.getTableComponents; exports.getTableOptions = _chunkAE3J2MATjs.getTableOptions; exports.getValueFromPath = _chunkAE3J2MATjs.getValueFromPath; exports.hasBootstrapper = _chunkFPZPD4JIjs.hasBootstrapper; exports.rehydrate = _chunkAE3J2MATjs.rehydrate; exports.rehydrateList = _chunkAE3J2MATjs.rehydrateList; exports.resetBootstrapStore = _chunkFPZPD4JIjs.resetBootstrapStore; exports.setBootstrapper = _chunkFPZPD4JIjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkAE3J2MATjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkAE3J2MATjs.setGlobalErrorHandler; exports.translateData = _chunkFPZPD4JIjs.translateData; exports.translateResponse = _chunkFPZPD4JIjs.translateResponse; exports.tryBootstrap = _chunkFPZPD4JIjs.tryBootstrap; exports.useComposedRefs = _chunkAE3J2MATjs.useComposedRefs; exports.useIsMobile = _chunkAE3J2MATjs.useIsMobile; exports.userObjectSchema = _chunkAE3J2MATjs.userObjectSchema;
180
+ exports.AbstractApiData = _chunkVFSRIKWYjs.AbstractApiData; exports.AbstractService = _chunkVFSRIKWYjs.AbstractService; exports.Action = _chunkVFSRIKWYjs.Action; exports.Auth = _chunkVFSRIKWYjs.Auth; exports.AuthComponent = _chunkVFSRIKWYjs.AuthComponent; exports.AuthModule = _chunkVFSRIKWYjs.AuthModule; exports.AuthService = _chunkVFSRIKWYjs.AuthService; exports.AuthorModule = _chunkVFSRIKWYjs.AuthorModule; exports.BlockNoteDiffUtil = _chunkVFSRIKWYjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkVFSRIKWYjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkVFSRIKWYjs.ClientAbstractService; exports.ClientHttpMethod = _chunkVFSRIKWYjs.ClientHttpMethod; exports.Company = _chunkVFSRIKWYjs.Company; exports.CompanyFields = _chunkVFSRIKWYjs.CompanyFields; exports.CompanyModule = _chunkVFSRIKWYjs.CompanyModule; exports.CompanyService = _chunkVFSRIKWYjs.CompanyService; exports.Content = _chunkVFSRIKWYjs.Content; exports.ContentFields = _chunkVFSRIKWYjs.ContentFields; exports.ContentModule = _chunkVFSRIKWYjs.ContentModule; exports.ContentService = _chunkVFSRIKWYjs.ContentService; exports.DataClass = _chunkFPZPD4JIjs.DataClassRegistry; exports.DataClassRegistry = _chunkFPZPD4JIjs.DataClassRegistry; exports.EndpointCreator = _chunkVFSRIKWYjs.EndpointCreator; exports.Feature = _chunkVFSRIKWYjs.Feature; exports.FeatureModule = _chunkVFSRIKWYjs.FeatureModule; exports.FeatureService = _chunkVFSRIKWYjs.FeatureService; exports.HttpMethod = _chunkVFSRIKWYjs.HttpMethod; exports.JsonApiDataFactory = _chunkFPZPD4JIjs.JsonApiDataFactory; exports.Module = _chunkVFSRIKWYjs.Module; exports.ModuleModule = _chunkVFSRIKWYjs.ModuleModule; exports.ModuleRegistrar = _chunkVFSRIKWYjs.ModuleRegistrar; exports.ModuleRegistry = _chunkVFSRIKWYjs.ModuleRegistry; exports.Modules = _chunkVFSRIKWYjs.Modules; exports.Notification = _chunkVFSRIKWYjs.Notification; exports.NotificationFields = _chunkVFSRIKWYjs.NotificationFields; exports.NotificationModule = _chunkVFSRIKWYjs.NotificationModule; exports.NotificationService = _chunkVFSRIKWYjs.NotificationService; exports.Push = _chunkVFSRIKWYjs.Push; exports.PushModule = _chunkVFSRIKWYjs.PushModule; exports.PushService = _chunkVFSRIKWYjs.PushService; exports.RehydrationFactory = _chunkVFSRIKWYjs.RehydrationFactory; exports.Role = _chunkVFSRIKWYjs.Role; exports.RoleFields = _chunkVFSRIKWYjs.RoleFields; exports.RoleModule = _chunkVFSRIKWYjs.RoleModule; exports.RoleService = _chunkVFSRIKWYjs.RoleService; exports.S3 = _chunkVFSRIKWYjs.S3; exports.S3Module = _chunkVFSRIKWYjs.S3Module; exports.S3Service = _chunkVFSRIKWYjs.S3Service; exports.TableOptions = _chunkVFSRIKWYjs.TableOptions; exports.User = _chunkVFSRIKWYjs.User; exports.UserFields = _chunkVFSRIKWYjs.UserFields; exports.UserModule = _chunkVFSRIKWYjs.UserModule; exports.UserService = _chunkVFSRIKWYjs.UserService; exports.checkPermissions = _chunkVFSRIKWYjs.checkPermissions; exports.checkPermissionsFromServer = _chunkVFSRIKWYjs.checkPermissionsFromServer; exports.cn = _chunkVFSRIKWYjs.cn; exports.composeRefs = _chunkVFSRIKWYjs.composeRefs; exports.createJsonApiInclusion = _chunkVFSRIKWYjs.createJsonApiInclusion; exports.entityObjectSchema = _chunkVFSRIKWYjs.entityObjectSchema; exports.exists = _chunkVFSRIKWYjs.exists; exports.formatDate = _chunkVFSRIKWYjs.formatDate; exports.getBootstrapper = _chunkFPZPD4JIjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkVFSRIKWYjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkVFSRIKWYjs.getGlobalErrorHandler; exports.getIcon = _chunkVFSRIKWYjs.getIcon; exports.getIconByModule = _chunkVFSRIKWYjs.getIconByModule; exports.getIconByModuleName = _chunkVFSRIKWYjs.getIconByModuleName; exports.getLucideIcon = _chunkVFSRIKWYjs.getLucideIcon; exports.getLucideIconByModule = _chunkVFSRIKWYjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkVFSRIKWYjs.getLucideIconByModuleName; exports.getTableComponents = _chunkVFSRIKWYjs.getTableComponents; exports.getTableOptions = _chunkVFSRIKWYjs.getTableOptions; exports.getValueFromPath = _chunkVFSRIKWYjs.getValueFromPath; exports.hasBootstrapper = _chunkFPZPD4JIjs.hasBootstrapper; exports.rehydrate = _chunkVFSRIKWYjs.rehydrate; exports.rehydrateList = _chunkVFSRIKWYjs.rehydrateList; exports.resetBootstrapStore = _chunkFPZPD4JIjs.resetBootstrapStore; exports.setBootstrapper = _chunkFPZPD4JIjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkVFSRIKWYjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkVFSRIKWYjs.setGlobalErrorHandler; exports.translateData = _chunkFPZPD4JIjs.translateData; exports.translateResponse = _chunkFPZPD4JIjs.translateResponse; exports.tryBootstrap = _chunkFPZPD4JIjs.tryBootstrap; exports.useComposedRefs = _chunkVFSRIKWYjs.useComposedRefs; exports.useIsMobile = _chunkVFSRIKWYjs.useIsMobile; exports.userObjectSchema = _chunkVFSRIKWYjs.userObjectSchema;
181
181
  //# sourceMappingURL=index.js.map
@@ -75,7 +75,7 @@ import {
75
75
  useComposedRefs,
76
76
  useIsMobile,
77
77
  userObjectSchema
78
- } from "../chunk-UJY3EIUK.mjs";
78
+ } from "../chunk-4EQEWIAE.mjs";
79
79
  import "../chunk-C7C7VY4F.mjs";
80
80
  import {
81
81
  DataClassRegistry,
package/dist/index.js CHANGED
@@ -88,7 +88,7 @@ var _chunk6YD42BP6js = require('./chunk-6YD42BP6.js');
88
88
 
89
89
 
90
90
 
91
- var _chunkAE3J2MATjs = require('./chunk-AE3J2MAT.js');
91
+ var _chunkVFSRIKWYjs = require('./chunk-VFSRIKWY.js');
92
92
  require('./chunk-IBS6NI7D.js');
93
93
 
94
94
 
@@ -201,5 +201,5 @@ require('./chunk-7QVYU63E.js');
201
201
 
202
202
 
203
203
 
204
- exports.AbstractApiData = _chunkAE3J2MATjs.AbstractApiData; exports.AbstractService = _chunkAE3J2MATjs.AbstractService; exports.Action = _chunkAE3J2MATjs.Action; exports.Auth = _chunkAE3J2MATjs.Auth; exports.AuthComponent = _chunkAE3J2MATjs.AuthComponent; exports.AuthModule = _chunkAE3J2MATjs.AuthModule; exports.AuthService = _chunkAE3J2MATjs.AuthService; exports.AuthorModule = _chunkAE3J2MATjs.AuthorModule; exports.BlockNoteDiffUtil = _chunkAE3J2MATjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkAE3J2MATjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkAE3J2MATjs.ClientAbstractService; exports.ClientHttpMethod = _chunkAE3J2MATjs.ClientHttpMethod; exports.Company = _chunkAE3J2MATjs.Company; exports.CompanyFields = _chunkAE3J2MATjs.CompanyFields; exports.CompanyModule = _chunkAE3J2MATjs.CompanyModule; exports.CompanyService = _chunkAE3J2MATjs.CompanyService; exports.Content = _chunkAE3J2MATjs.Content; exports.ContentFields = _chunkAE3J2MATjs.ContentFields; exports.ContentModule = _chunkAE3J2MATjs.ContentModule; exports.ContentService = _chunkAE3J2MATjs.ContentService; exports.DataClass = _chunkFPZPD4JIjs.DataClassRegistry; exports.DataClassRegistry = _chunkFPZPD4JIjs.DataClassRegistry; exports.EndpointCreator = _chunkAE3J2MATjs.EndpointCreator; exports.Feature = _chunkAE3J2MATjs.Feature; exports.FeatureModule = _chunkAE3J2MATjs.FeatureModule; exports.FeatureService = _chunkAE3J2MATjs.FeatureService; exports.HttpMethod = _chunkAE3J2MATjs.HttpMethod; exports.JsonApiDataFactory = _chunkFPZPD4JIjs.JsonApiDataFactory; exports.Module = _chunkAE3J2MATjs.Module; exports.ModuleModule = _chunkAE3J2MATjs.ModuleModule; exports.ModuleRegistrar = _chunkAE3J2MATjs.ModuleRegistrar; exports.ModuleRegistry = _chunkAE3J2MATjs.ModuleRegistry; exports.Modules = _chunkAE3J2MATjs.Modules; exports.Notification = _chunkAE3J2MATjs.Notification; exports.NotificationFields = _chunkAE3J2MATjs.NotificationFields; exports.NotificationModule = _chunkAE3J2MATjs.NotificationModule; exports.NotificationService = _chunkAE3J2MATjs.NotificationService; exports.Push = _chunkAE3J2MATjs.Push; exports.PushModule = _chunkAE3J2MATjs.PushModule; exports.PushService = _chunkAE3J2MATjs.PushService; exports.RehydrationFactory = _chunkAE3J2MATjs.RehydrationFactory; exports.Role = _chunkAE3J2MATjs.Role; exports.RoleFields = _chunkAE3J2MATjs.RoleFields; exports.RoleModule = _chunkAE3J2MATjs.RoleModule; exports.RoleService = _chunkAE3J2MATjs.RoleService; exports.S3 = _chunkAE3J2MATjs.S3; exports.S3Module = _chunkAE3J2MATjs.S3Module; exports.S3Service = _chunkAE3J2MATjs.S3Service; exports.TableOptions = _chunkAE3J2MATjs.TableOptions; exports.User = _chunkAE3J2MATjs.User; exports.UserFields = _chunkAE3J2MATjs.UserFields; exports.UserModule = _chunkAE3J2MATjs.UserModule; exports.UserService = _chunkAE3J2MATjs.UserService; exports.checkPermissions = _chunkAE3J2MATjs.checkPermissions; exports.checkPermissionsFromServer = _chunkAE3J2MATjs.checkPermissionsFromServer; exports.cn = _chunkAE3J2MATjs.cn; exports.composeRefs = _chunkAE3J2MATjs.composeRefs; exports.configureAuth = _chunkAE3J2MATjs.configureAuth; exports.configureDiscord = _chunk6YD42BP6js.configureDiscord; exports.configureI18n = _chunk6YD42BP6js.configureI18n; exports.configureJsonApi = _chunk6YD42BP6js.configureJsonApi; exports.configureRoles = _chunk6YD42BP6js.configureRoles; exports.createJsonApiInclusion = _chunkAE3J2MATjs.createJsonApiInclusion; exports.entityObjectSchema = _chunkAE3J2MATjs.entityObjectSchema; exports.exists = _chunkAE3J2MATjs.exists; exports.formatDate = _chunkAE3J2MATjs.formatDate; exports.getApiUrl = _chunk6YD42BP6js.getApiUrl; exports.getAppUrl = _chunk6YD42BP6js.getAppUrl; exports.getBootstrapper = _chunkFPZPD4JIjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkAE3J2MATjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkAE3J2MATjs.getGlobalErrorHandler; exports.getIcon = _chunkAE3J2MATjs.getIcon; exports.getIconByModule = _chunkAE3J2MATjs.getIconByModule; exports.getIconByModuleName = _chunkAE3J2MATjs.getIconByModuleName; exports.getLucideIcon = _chunkAE3J2MATjs.getLucideIcon; exports.getLucideIconByModule = _chunkAE3J2MATjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkAE3J2MATjs.getLucideIconByModuleName; exports.getRoleId = _chunk6YD42BP6js.getRoleId; exports.getTableComponents = _chunkAE3J2MATjs.getTableComponents; exports.getTableOptions = _chunkAE3J2MATjs.getTableOptions; exports.getTokenHandler = _chunkAE3J2MATjs.getTokenHandler; exports.getTrackablePages = _chunk6YD42BP6js.getTrackablePages; exports.getValueFromPath = _chunkAE3J2MATjs.getValueFromPath; exports.hasBootstrapper = _chunkFPZPD4JIjs.hasBootstrapper; exports.isRolesConfigured = _chunk6YD42BP6js.isRolesConfigured; exports.rehydrate = _chunkAE3J2MATjs.rehydrate; exports.rehydrateList = _chunkAE3J2MATjs.rehydrateList; exports.resetBootstrapStore = _chunkFPZPD4JIjs.resetBootstrapStore; exports.setBootstrapper = _chunkFPZPD4JIjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkAE3J2MATjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkAE3J2MATjs.setGlobalErrorHandler; exports.translateData = _chunkFPZPD4JIjs.translateData; exports.translateResponse = _chunkFPZPD4JIjs.translateResponse; exports.tryBootstrap = _chunkFPZPD4JIjs.tryBootstrap; exports.useComposedRefs = _chunkAE3J2MATjs.useComposedRefs; exports.useIsMobile = _chunkAE3J2MATjs.useIsMobile; exports.userObjectSchema = _chunkAE3J2MATjs.userObjectSchema;
204
+ exports.AbstractApiData = _chunkVFSRIKWYjs.AbstractApiData; exports.AbstractService = _chunkVFSRIKWYjs.AbstractService; exports.Action = _chunkVFSRIKWYjs.Action; exports.Auth = _chunkVFSRIKWYjs.Auth; exports.AuthComponent = _chunkVFSRIKWYjs.AuthComponent; exports.AuthModule = _chunkVFSRIKWYjs.AuthModule; exports.AuthService = _chunkVFSRIKWYjs.AuthService; exports.AuthorModule = _chunkVFSRIKWYjs.AuthorModule; exports.BlockNoteDiffUtil = _chunkVFSRIKWYjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkVFSRIKWYjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkVFSRIKWYjs.ClientAbstractService; exports.ClientHttpMethod = _chunkVFSRIKWYjs.ClientHttpMethod; exports.Company = _chunkVFSRIKWYjs.Company; exports.CompanyFields = _chunkVFSRIKWYjs.CompanyFields; exports.CompanyModule = _chunkVFSRIKWYjs.CompanyModule; exports.CompanyService = _chunkVFSRIKWYjs.CompanyService; exports.Content = _chunkVFSRIKWYjs.Content; exports.ContentFields = _chunkVFSRIKWYjs.ContentFields; exports.ContentModule = _chunkVFSRIKWYjs.ContentModule; exports.ContentService = _chunkVFSRIKWYjs.ContentService; exports.DataClass = _chunkFPZPD4JIjs.DataClassRegistry; exports.DataClassRegistry = _chunkFPZPD4JIjs.DataClassRegistry; exports.EndpointCreator = _chunkVFSRIKWYjs.EndpointCreator; exports.Feature = _chunkVFSRIKWYjs.Feature; exports.FeatureModule = _chunkVFSRIKWYjs.FeatureModule; exports.FeatureService = _chunkVFSRIKWYjs.FeatureService; exports.HttpMethod = _chunkVFSRIKWYjs.HttpMethod; exports.JsonApiDataFactory = _chunkFPZPD4JIjs.JsonApiDataFactory; exports.Module = _chunkVFSRIKWYjs.Module; exports.ModuleModule = _chunkVFSRIKWYjs.ModuleModule; exports.ModuleRegistrar = _chunkVFSRIKWYjs.ModuleRegistrar; exports.ModuleRegistry = _chunkVFSRIKWYjs.ModuleRegistry; exports.Modules = _chunkVFSRIKWYjs.Modules; exports.Notification = _chunkVFSRIKWYjs.Notification; exports.NotificationFields = _chunkVFSRIKWYjs.NotificationFields; exports.NotificationModule = _chunkVFSRIKWYjs.NotificationModule; exports.NotificationService = _chunkVFSRIKWYjs.NotificationService; exports.Push = _chunkVFSRIKWYjs.Push; exports.PushModule = _chunkVFSRIKWYjs.PushModule; exports.PushService = _chunkVFSRIKWYjs.PushService; exports.RehydrationFactory = _chunkVFSRIKWYjs.RehydrationFactory; exports.Role = _chunkVFSRIKWYjs.Role; exports.RoleFields = _chunkVFSRIKWYjs.RoleFields; exports.RoleModule = _chunkVFSRIKWYjs.RoleModule; exports.RoleService = _chunkVFSRIKWYjs.RoleService; exports.S3 = _chunkVFSRIKWYjs.S3; exports.S3Module = _chunkVFSRIKWYjs.S3Module; exports.S3Service = _chunkVFSRIKWYjs.S3Service; exports.TableOptions = _chunkVFSRIKWYjs.TableOptions; exports.User = _chunkVFSRIKWYjs.User; exports.UserFields = _chunkVFSRIKWYjs.UserFields; exports.UserModule = _chunkVFSRIKWYjs.UserModule; exports.UserService = _chunkVFSRIKWYjs.UserService; exports.checkPermissions = _chunkVFSRIKWYjs.checkPermissions; exports.checkPermissionsFromServer = _chunkVFSRIKWYjs.checkPermissionsFromServer; exports.cn = _chunkVFSRIKWYjs.cn; exports.composeRefs = _chunkVFSRIKWYjs.composeRefs; exports.configureAuth = _chunkVFSRIKWYjs.configureAuth; exports.configureDiscord = _chunk6YD42BP6js.configureDiscord; exports.configureI18n = _chunk6YD42BP6js.configureI18n; exports.configureJsonApi = _chunk6YD42BP6js.configureJsonApi; exports.configureRoles = _chunk6YD42BP6js.configureRoles; exports.createJsonApiInclusion = _chunkVFSRIKWYjs.createJsonApiInclusion; exports.entityObjectSchema = _chunkVFSRIKWYjs.entityObjectSchema; exports.exists = _chunkVFSRIKWYjs.exists; exports.formatDate = _chunkVFSRIKWYjs.formatDate; exports.getApiUrl = _chunk6YD42BP6js.getApiUrl; exports.getAppUrl = _chunk6YD42BP6js.getAppUrl; exports.getBootstrapper = _chunkFPZPD4JIjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkVFSRIKWYjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkVFSRIKWYjs.getGlobalErrorHandler; exports.getIcon = _chunkVFSRIKWYjs.getIcon; exports.getIconByModule = _chunkVFSRIKWYjs.getIconByModule; exports.getIconByModuleName = _chunkVFSRIKWYjs.getIconByModuleName; exports.getLucideIcon = _chunkVFSRIKWYjs.getLucideIcon; exports.getLucideIconByModule = _chunkVFSRIKWYjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkVFSRIKWYjs.getLucideIconByModuleName; exports.getRoleId = _chunk6YD42BP6js.getRoleId; exports.getTableComponents = _chunkVFSRIKWYjs.getTableComponents; exports.getTableOptions = _chunkVFSRIKWYjs.getTableOptions; exports.getTokenHandler = _chunkVFSRIKWYjs.getTokenHandler; exports.getTrackablePages = _chunk6YD42BP6js.getTrackablePages; exports.getValueFromPath = _chunkVFSRIKWYjs.getValueFromPath; exports.hasBootstrapper = _chunkFPZPD4JIjs.hasBootstrapper; exports.isRolesConfigured = _chunk6YD42BP6js.isRolesConfigured; exports.rehydrate = _chunkVFSRIKWYjs.rehydrate; exports.rehydrateList = _chunkVFSRIKWYjs.rehydrateList; exports.resetBootstrapStore = _chunkFPZPD4JIjs.resetBootstrapStore; exports.setBootstrapper = _chunkFPZPD4JIjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkVFSRIKWYjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkVFSRIKWYjs.setGlobalErrorHandler; exports.translateData = _chunkFPZPD4JIjs.translateData; exports.translateResponse = _chunkFPZPD4JIjs.translateResponse; exports.tryBootstrap = _chunkFPZPD4JIjs.tryBootstrap; exports.useComposedRefs = _chunkVFSRIKWYjs.useComposedRefs; exports.useIsMobile = _chunkVFSRIKWYjs.useIsMobile; exports.userObjectSchema = _chunkVFSRIKWYjs.userObjectSchema;
205
205
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -88,7 +88,7 @@ import {
88
88
  useComposedRefs,
89
89
  useIsMobile,
90
90
  userObjectSchema
91
- } from "./chunk-UJY3EIUK.mjs";
91
+ } from "./chunk-4EQEWIAE.mjs";
92
92
  import "./chunk-C7C7VY4F.mjs";
93
93
  import {
94
94
  DataClassRegistry,
@@ -12,7 +12,7 @@ var _chunk3ZPK4QOBjs = require('../chunk-3ZPK4QOB.js');
12
12
 
13
13
 
14
14
 
15
- var _chunkAE3J2MATjs = require('../chunk-AE3J2MAT.js');
15
+ var _chunkVFSRIKWYjs = require('../chunk-VFSRIKWY.js');
16
16
  require('../chunk-IBS6NI7D.js');
17
17
 
18
18
 
@@ -93,7 +93,7 @@ var ServerSession = class {
93
93
  if (!rawModules) return false;
94
94
  const modules = JSON.parse(_pako2.default.ungzip(Buffer.from(rawModules, "base64"), { to: "string" }));
95
95
  const selectedModule = modules.find((module) => module.id === params.module.moduleId);
96
- return _chunkAE3J2MATjs.checkPermissionsFromServer.call(void 0, {
96
+ return _chunkVFSRIKWYjs.checkPermissionsFromServer.call(void 0, {
97
97
  module: params.module,
98
98
  action: params.action,
99
99
  data: params.data,
@@ -303,5 +303,5 @@ _chunk7QVYU63Ejs.__name.call(void 0, ServerJsonApiDelete, "ServerJsonApiDelete")
303
303
 
304
304
 
305
305
 
306
- exports.ServerAuthService = _chunkAE3J2MATjs.AuthService; exports.ServerCompanyService = _chunkAE3J2MATjs.CompanyService; exports.ServerContentService = _chunkAE3J2MATjs.ContentService; exports.ServerFeatureService = _chunkAE3J2MATjs.FeatureService; exports.ServerJsonApiDelete = ServerJsonApiDelete; exports.ServerJsonApiGet = ServerJsonApiGet; exports.ServerJsonApiPatch = ServerJsonApiPatch; exports.ServerJsonApiPost = ServerJsonApiPost; exports.ServerJsonApiPut = ServerJsonApiPut; exports.ServerNotificationService = _chunkAE3J2MATjs.NotificationService; exports.ServerPushService = _chunkAE3J2MATjs.PushService; exports.ServerRoleService = _chunkAE3J2MATjs.RoleService; exports.ServerS3Service = _chunkAE3J2MATjs.S3Service; exports.ServerSession = ServerSession; exports.ServerUserService = _chunkAE3J2MATjs.UserService; exports.configureServerJsonApi = configureServerJsonApi; exports.getServerApiUrl = getServerApiUrl; exports.getServerAppUrl = getServerAppUrl; exports.getServerToken = _chunkYUO55Q5Ajs.getServerToken; exports.getServerTrackablePages = getServerTrackablePages; exports.invalidateCacheTag = invalidateCacheTag; exports.invalidateCacheTags = invalidateCacheTags; exports.serverRequest = _chunk3ZPK4QOBjs.serverRequest;
306
+ exports.ServerAuthService = _chunkVFSRIKWYjs.AuthService; exports.ServerCompanyService = _chunkVFSRIKWYjs.CompanyService; exports.ServerContentService = _chunkVFSRIKWYjs.ContentService; exports.ServerFeatureService = _chunkVFSRIKWYjs.FeatureService; exports.ServerJsonApiDelete = ServerJsonApiDelete; exports.ServerJsonApiGet = ServerJsonApiGet; exports.ServerJsonApiPatch = ServerJsonApiPatch; exports.ServerJsonApiPost = ServerJsonApiPost; exports.ServerJsonApiPut = ServerJsonApiPut; exports.ServerNotificationService = _chunkVFSRIKWYjs.NotificationService; exports.ServerPushService = _chunkVFSRIKWYjs.PushService; exports.ServerRoleService = _chunkVFSRIKWYjs.RoleService; exports.ServerS3Service = _chunkVFSRIKWYjs.S3Service; exports.ServerSession = ServerSession; exports.ServerUserService = _chunkVFSRIKWYjs.UserService; exports.configureServerJsonApi = configureServerJsonApi; exports.getServerApiUrl = getServerApiUrl; exports.getServerAppUrl = getServerAppUrl; exports.getServerToken = _chunkYUO55Q5Ajs.getServerToken; exports.getServerTrackablePages = getServerTrackablePages; exports.invalidateCacheTag = invalidateCacheTag; exports.invalidateCacheTags = invalidateCacheTags; exports.serverRequest = _chunk3ZPK4QOBjs.serverRequest;
307
307
  //# sourceMappingURL=index.js.map
@@ -12,7 +12,7 @@ import {
12
12
  S3Service,
13
13
  UserService,
14
14
  checkPermissionsFromServer
15
- } from "../chunk-UJY3EIUK.mjs";
15
+ } from "../chunk-4EQEWIAE.mjs";
16
16
  import "../chunk-C7C7VY4F.mjs";
17
17
  import {
18
18
  JsonApiDataFactory,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlonicora/nextjs-jsonapi",
3
- "version": "1.11.0",
3
+ "version": "1.13.0",
4
4
  "description": "Next.js JSON:API client with server/client support and caching",
5
5
  "author": "Carlo Nicora",
6
6
  "license": "GPL-3.0-or-later",
@@ -117,6 +117,7 @@
117
117
  "d3": "^7.9.0",
118
118
  "date-fns": "^4.1.0",
119
119
  "embla-carousel-react": "^8.6.0",
120
+ "input-otp": "^1.4.2",
120
121
  "jotai": "^2.16.0",
121
122
  "lucide-react": "^0.561.0",
122
123
  "next-themes": "^0.4.6",
@@ -24,16 +24,12 @@ export function ContentTitle({ type, element, functions, className }: TitleProps
24
24
  if (!element) return null;
25
25
 
26
26
  return (
27
- <div className={cn(`mb-4 flex w-full flex-col`, className)}>
28
- {(type || isClient) && (
29
- <div className="flex flex-row items-center justify-between gap-x-4">
30
- {type && <div className={`text-muted-foreground text-xl font-light`}>{type}</div>}
31
- {isClient && clientFunctions && (
32
- <div className="flex flex-row items-center justify-start">{clientFunctions}</div>
33
- )}
34
- </div>
35
- )}
36
- <div className={`text-primary w-full text-3xl font-semibold`}>{element}</div>
27
+ <div className={cn(`mb-4 flex items-center justify-between gap-x-4 w-full`, className)}>
28
+ <div className="flex flex-col w-full">
29
+ {type && <div className={`text-muted-foreground text-xl font-light`}>{type}</div>}
30
+ <div className={`text-primary w-full text-3xl font-semibold`}>{element}</div>
31
+ </div>
32
+ {isClient && clientFunctions && <div className="flex flex-row items-center justify-start">{clientFunctions}</div>}
37
33
  </div>
38
34
  );
39
35
  }