@carlonicora/nextjs-jsonapi 1.21.0 → 1.23.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 (34) hide show
  1. package/dist/{BlockNoteEditor-5KFUPZU4.js → BlockNoteEditor-KQTKURH6.js} +7 -7
  2. package/dist/{BlockNoteEditor-5KFUPZU4.js.map → BlockNoteEditor-KQTKURH6.js.map} +1 -1
  3. package/dist/{BlockNoteEditor-5Z7W7M6M.mjs → BlockNoteEditor-VKN4LZUV.mjs} +3 -3
  4. package/dist/{chunk-KX7YG6LY.mjs → chunk-L6XLESU5.mjs} +1 -1
  5. package/dist/{chunk-7DTKRMYW.js → chunk-LSIUPIYQ.js} +1 -1
  6. package/dist/{chunk-7DTKRMYW.js.map → chunk-LSIUPIYQ.js.map} +1 -1
  7. package/dist/{chunk-TIN45OXQ.js → chunk-ODNMW2CG.js} +71 -62
  8. package/dist/chunk-ODNMW2CG.js.map +1 -0
  9. package/dist/{chunk-WMDTCWC3.mjs → chunk-YF5KBA7H.mjs} +26 -17
  10. package/dist/chunk-YF5KBA7H.mjs.map +1 -0
  11. package/dist/client/index.js +3 -3
  12. package/dist/client/index.mjs +2 -2
  13. package/dist/components/index.d.mts +2 -1
  14. package/dist/components/index.d.ts +2 -1
  15. package/dist/components/index.js +3 -3
  16. package/dist/components/index.mjs +2 -2
  17. package/dist/contexts/index.js +3 -3
  18. package/dist/contexts/index.mjs +2 -2
  19. package/dist/index.js +2 -2
  20. package/dist/index.mjs +1 -1
  21. package/dist/scripts/generate-web-module/templates/components/details.template.d.ts.map +1 -1
  22. package/dist/scripts/generate-web-module/templates/components/details.template.js +2 -1
  23. package/dist/scripts/generate-web-module/templates/components/details.template.js.map +1 -1
  24. package/package.json +1 -1
  25. package/scripts/generate-web-module/templates/components/details.template.ts +4 -5
  26. package/src/components/forms/FormDate.tsx +6 -7
  27. package/src/components/forms/FormDateTime.tsx +7 -7
  28. package/src/components/navigations/ContentTitle.tsx +9 -2
  29. package/src/features/company/components/details/CompanyDetails.tsx +2 -1
  30. package/src/features/user/components/details/UserDetails.tsx +1 -1
  31. package/dist/chunk-TIN45OXQ.js.map +0 -1
  32. package/dist/chunk-WMDTCWC3.mjs.map +0 -1
  33. /package/dist/{BlockNoteEditor-5Z7W7M6M.mjs.map → BlockNoteEditor-VKN4LZUV.mjs.map} +0 -0
  34. /package/dist/{chunk-KX7YG6LY.mjs.map → chunk-L6XLESU5.mjs.map} +0 -0
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- var _chunkTIN45OXQjs = require('../chunk-TIN45OXQ.js');
25
+ var _chunkODNMW2CGjs = require('../chunk-ODNMW2CG.js');
26
26
 
27
27
 
28
28
 
@@ -36,7 +36,7 @@ var _chunkTIN45OXQjs = require('../chunk-TIN45OXQ.js');
36
36
 
37
37
 
38
38
 
39
- var _chunk7DTKRMYWjs = require('../chunk-7DTKRMYW.js');
39
+ var _chunkLSIUPIYQjs = require('../chunk-LSIUPIYQ.js');
40
40
 
41
41
 
42
42
 
@@ -109,5 +109,5 @@ require('../chunk-7QVYU63E.js');
109
109
 
110
110
 
111
111
 
112
- exports.ClientJsonApiDelete = _chunkUYY34W7Rjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkUYY34W7Rjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkUYY34W7Rjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkUYY34W7Rjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkUYY34W7Rjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkTIN45OXQjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkTIN45OXQjs.TableGeneratorRegistry; exports.configureClientConfig = _chunk7DTKRMYWjs.configureClientConfig; exports.configureClientJsonApi = _chunkUYY34W7Rjs.configureClientJsonApi; exports.configureI18n = _chunk7DTKRMYWjs.configureI18n; exports.configureJsonApi = _chunk7DTKRMYWjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunk7DTKRMYWjs.getApiUrl; exports.getAppUrl = _chunk7DTKRMYWjs.getAppUrl; exports.getClientApiUrl = _chunkUYY34W7Rjs.getClientApiUrl; exports.getClientAppUrl = _chunkUYY34W7Rjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkUYY34W7Rjs.getClientTrackablePages; exports.getI18nLink = _chunk7DTKRMYWjs.getI18nLink; exports.getStripePublishableKey = _chunk7DTKRMYWjs.getStripePublishableKey; exports.getTrackablePages = _chunk7DTKRMYWjs.getTrackablePages; exports.registerTableGenerator = _chunkTIN45OXQjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkTIN45OXQjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkTIN45OXQjs.useContentTableStructure; exports.useCustomD3Graph = _chunkTIN45OXQjs.useCustomD3Graph; exports.useDataListRetriever = _chunkTIN45OXQjs.useDataListRetriever; exports.useDebounce = _chunkTIN45OXQjs.useDebounce; exports.useI18nDateFnsLocale = _chunk7DTKRMYWjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunk7DTKRMYWjs.useI18nLocale; exports.useI18nRouter = _chunk7DTKRMYWjs.useI18nRouter; exports.useI18nTranslations = _chunk7DTKRMYWjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkTIN45OXQjs.useJsonApiGet; exports.useJsonApiMutation = _chunkTIN45OXQjs.useJsonApiMutation; exports.useNotificationSync = _chunkTIN45OXQjs.useNotificationSync; exports.usePageTracker = _chunkTIN45OXQjs.usePageTracker; exports.usePageUrlGenerator = _chunkTIN45OXQjs.usePageUrlGenerator; exports.useRehydration = _chunkTIN45OXQjs.useRehydration; exports.useRehydrationList = _chunkTIN45OXQjs.useRehydrationList; exports.useRoleTableStructure = _chunkTIN45OXQjs.useRoleTableStructure; exports.useSocket = _chunkTIN45OXQjs.useSocket; exports.useTableGenerator = _chunkTIN45OXQjs.useTableGenerator; exports.useUrlRewriter = _chunkTIN45OXQjs.useUrlRewriter; exports.useUserSearch = _chunkTIN45OXQjs.useUserSearch; exports.useUserTableStructure = _chunkTIN45OXQjs.useUserTableStructure;
112
+ exports.ClientJsonApiDelete = _chunkUYY34W7Rjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkUYY34W7Rjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkUYY34W7Rjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkUYY34W7Rjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkUYY34W7Rjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkODNMW2CGjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkODNMW2CGjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkLSIUPIYQjs.configureClientConfig; exports.configureClientJsonApi = _chunkUYY34W7Rjs.configureClientJsonApi; exports.configureI18n = _chunkLSIUPIYQjs.configureI18n; exports.configureJsonApi = _chunkLSIUPIYQjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkLSIUPIYQjs.getApiUrl; exports.getAppUrl = _chunkLSIUPIYQjs.getAppUrl; exports.getClientApiUrl = _chunkUYY34W7Rjs.getClientApiUrl; exports.getClientAppUrl = _chunkUYY34W7Rjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkUYY34W7Rjs.getClientTrackablePages; exports.getI18nLink = _chunkLSIUPIYQjs.getI18nLink; exports.getStripePublishableKey = _chunkLSIUPIYQjs.getStripePublishableKey; exports.getTrackablePages = _chunkLSIUPIYQjs.getTrackablePages; exports.registerTableGenerator = _chunkODNMW2CGjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkODNMW2CGjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkODNMW2CGjs.useContentTableStructure; exports.useCustomD3Graph = _chunkODNMW2CGjs.useCustomD3Graph; exports.useDataListRetriever = _chunkODNMW2CGjs.useDataListRetriever; exports.useDebounce = _chunkODNMW2CGjs.useDebounce; exports.useI18nDateFnsLocale = _chunkLSIUPIYQjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkLSIUPIYQjs.useI18nLocale; exports.useI18nRouter = _chunkLSIUPIYQjs.useI18nRouter; exports.useI18nTranslations = _chunkLSIUPIYQjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkODNMW2CGjs.useJsonApiGet; exports.useJsonApiMutation = _chunkODNMW2CGjs.useJsonApiMutation; exports.useNotificationSync = _chunkODNMW2CGjs.useNotificationSync; exports.usePageTracker = _chunkODNMW2CGjs.usePageTracker; exports.usePageUrlGenerator = _chunkODNMW2CGjs.usePageUrlGenerator; exports.useRehydration = _chunkODNMW2CGjs.useRehydration; exports.useRehydrationList = _chunkODNMW2CGjs.useRehydrationList; exports.useRoleTableStructure = _chunkODNMW2CGjs.useRoleTableStructure; exports.useSocket = _chunkODNMW2CGjs.useSocket; exports.useTableGenerator = _chunkODNMW2CGjs.useTableGenerator; exports.useUrlRewriter = _chunkODNMW2CGjs.useUrlRewriter; exports.useUserSearch = _chunkODNMW2CGjs.useUserSearch; exports.useUserTableStructure = _chunkODNMW2CGjs.useUserTableStructure;
113
113
  //# sourceMappingURL=index.js.map
@@ -21,7 +21,7 @@ import {
21
21
  useUrlRewriter,
22
22
  useUserSearch,
23
23
  useUserTableStructure
24
- } from "../chunk-WMDTCWC3.mjs";
24
+ } from "../chunk-YF5KBA7H.mjs";
25
25
  import {
26
26
  configureClientConfig,
27
27
  configureI18n,
@@ -35,7 +35,7 @@ import {
35
35
  useI18nLocale,
36
36
  useI18nRouter,
37
37
  useI18nTranslations
38
- } from "../chunk-KX7YG6LY.mjs";
38
+ } from "../chunk-L6XLESU5.mjs";
39
39
  import {
40
40
  ClientJsonApiDelete,
41
41
  ClientJsonApiGet,
@@ -453,8 +453,9 @@ type TitleProps = {
453
453
  element?: string;
454
454
  functions?: ReactNode;
455
455
  className?: string;
456
+ module?: ModuleWithPermissions;
456
457
  };
457
- declare function ContentTitle({ type, element, functions, className }: TitleProps): react_jsx_runtime.JSX.Element | null;
458
+ declare function ContentTitle({ module, type, element, functions, className }: TitleProps): react_jsx_runtime.JSX.Element | null;
458
459
 
459
460
  type HeaderProps = {
460
461
  children?: React.ReactNode;
@@ -453,8 +453,9 @@ type TitleProps = {
453
453
  element?: string;
454
454
  functions?: ReactNode;
455
455
  className?: string;
456
+ module?: ModuleWithPermissions;
456
457
  };
457
- declare function ContentTitle({ type, element, functions, className }: TitleProps): react_jsx_runtime.JSX.Element | null;
458
+ declare function ContentTitle({ module, type, element, functions, className }: TitleProps): react_jsx_runtime.JSX.Element | null;
458
459
 
459
460
  type HeaderProps = {
460
461
  children?: React.ReactNode;
@@ -388,8 +388,8 @@
388
388
 
389
389
 
390
390
 
391
- var _chunkTIN45OXQjs = require('../chunk-TIN45OXQ.js');
392
- require('../chunk-7DTKRMYW.js');
391
+ var _chunkODNMW2CGjs = require('../chunk-ODNMW2CG.js');
392
+ require('../chunk-LSIUPIYQ.js');
393
393
  require('../chunk-UYY34W7R.js');
394
394
  require('../chunk-LXKSUWAV.js');
395
395
  require('../chunk-IBS6NI7D.js');
@@ -792,5 +792,5 @@ require('../chunk-7QVYU63E.js');
792
792
 
793
793
 
794
794
 
795
- exports.AcceptInvitation = _chunkTIN45OXQjs.AcceptInvitation; exports.Accordion = _chunkTIN45OXQjs.Accordion; exports.AccordionContent = _chunkTIN45OXQjs.AccordionContent; exports.AccordionItem = _chunkTIN45OXQjs.AccordionItem; exports.AccordionTrigger = _chunkTIN45OXQjs.AccordionTrigger; exports.ActivateAccount = _chunkTIN45OXQjs.ActivateAccount; exports.AddUserToRole = _chunkTIN45OXQjs.AddUserToRole; exports.AdminCompanyContainer = _chunkTIN45OXQjs.AdminCompanyContainer; exports.AdminUsersList = _chunkTIN45OXQjs.AdminUsersList; exports.Alert = _chunkTIN45OXQjs.Alert; exports.AlertAction = _chunkTIN45OXQjs.AlertAction; exports.AlertDescription = _chunkTIN45OXQjs.AlertDescription; exports.AlertDialog = _chunkTIN45OXQjs.AlertDialog; exports.AlertDialogAction = _chunkTIN45OXQjs.AlertDialogAction; exports.AlertDialogCancel = _chunkTIN45OXQjs.AlertDialogCancel; exports.AlertDialogContent = _chunkTIN45OXQjs.AlertDialogContent; exports.AlertDialogDescription = _chunkTIN45OXQjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkTIN45OXQjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkTIN45OXQjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkTIN45OXQjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkTIN45OXQjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkTIN45OXQjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkTIN45OXQjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkTIN45OXQjs.AlertDialogTrigger; exports.AlertTitle = _chunkTIN45OXQjs.AlertTitle; exports.AllowedUsersDetails = _chunkTIN45OXQjs.AllowedUsersDetails; exports.AttributeElement = _chunkTIN45OXQjs.AttributeElement; exports.AuthContainer = _chunkTIN45OXQjs.AuthContainer; exports.Avatar = _chunkTIN45OXQjs.Avatar; exports.AvatarBadge = _chunkTIN45OXQjs.AvatarBadge; exports.AvatarFallback = _chunkTIN45OXQjs.AvatarFallback; exports.AvatarGroup = _chunkTIN45OXQjs.AvatarGroup; exports.AvatarGroupCount = _chunkTIN45OXQjs.AvatarGroupCount; exports.AvatarImage = _chunkTIN45OXQjs.AvatarImage; exports.Badge = _chunkTIN45OXQjs.Badge; exports.BillingAlertBanner = _chunkTIN45OXQjs.BillingAlertBanner; exports.BillingDashboardContainer = _chunkTIN45OXQjs.BillingDashboardContainer; exports.BillingDetailModal = _chunkTIN45OXQjs.BillingDetailModal; exports.BillingUsageSummaryCard = _chunkTIN45OXQjs.BillingUsageSummaryCard; exports.BlockNoteEditorContainer = _chunkTIN45OXQjs.BlockNoteEditorContainer; exports.Board = _chunkTIN45OXQjs.KanbanBoard; exports.Breadcrumb = _chunkTIN45OXQjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkTIN45OXQjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkTIN45OXQjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkTIN45OXQjs.BreadcrumbLink; exports.BreadcrumbList = _chunkTIN45OXQjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkTIN45OXQjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkTIN45OXQjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkTIN45OXQjs.BreadcrumbSeparator; exports.Button = _chunkTIN45OXQjs.Button; exports.Calendar = _chunkTIN45OXQjs.Calendar; exports.CalendarDayButton = _chunkTIN45OXQjs.CalendarDayButton; exports.CancelSubscriptionDialog = _chunkTIN45OXQjs.CancelSubscriptionDialog; exports.Card = _chunkTIN45OXQjs.Card; exports.CardAction = _chunkTIN45OXQjs.CardAction; exports.CardContent = _chunkTIN45OXQjs.CardContent; exports.CardDescription = _chunkTIN45OXQjs.CardDescription; exports.CardFooter = _chunkTIN45OXQjs.CardFooter; exports.CardHeader = _chunkTIN45OXQjs.CardHeader; exports.CardTitle = _chunkTIN45OXQjs.CardTitle; exports.Carousel = _chunkTIN45OXQjs.Carousel; exports.CarouselContent = _chunkTIN45OXQjs.CarouselContent; exports.CarouselItem = _chunkTIN45OXQjs.CarouselItem; exports.CarouselNext = _chunkTIN45OXQjs.CarouselNext; exports.CarouselPrevious = _chunkTIN45OXQjs.CarouselPrevious; exports.ChartContainer = _chunkTIN45OXQjs.ChartContainer; exports.ChartLegend = _chunkTIN45OXQjs.ChartLegend; exports.ChartLegendContent = _chunkTIN45OXQjs.ChartLegendContent; exports.ChartStyle = _chunkTIN45OXQjs.ChartStyle; exports.ChartTooltip = _chunkTIN45OXQjs.ChartTooltip; exports.ChartTooltipContent = _chunkTIN45OXQjs.ChartTooltipContent; exports.Checkbox = _chunkTIN45OXQjs.Checkbox; exports.Collapsible = _chunkTIN45OXQjs.Collapsible; exports.CollapsibleContent = _chunkTIN45OXQjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkTIN45OXQjs.CollapsibleTrigger; exports.Column = _chunkTIN45OXQjs.KanbanColumn; exports.ColumnHandle = _chunkTIN45OXQjs.KanbanColumnHandle; exports.Command = _chunkTIN45OXQjs.Command; exports.CommandDialog = _chunkTIN45OXQjs.CommandDialog; exports.CommandEmpty = _chunkTIN45OXQjs.CommandEmpty; exports.CommandGroup = _chunkTIN45OXQjs.CommandGroup; exports.CommandInput = _chunkTIN45OXQjs.CommandInput; exports.CommandItem = _chunkTIN45OXQjs.CommandItem; exports.CommandList = _chunkTIN45OXQjs.CommandList; exports.CommandSeparator = _chunkTIN45OXQjs.CommandSeparator; exports.CommandShortcut = _chunkTIN45OXQjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkTIN45OXQjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkTIN45OXQjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkTIN45OXQjs.CommonDeleter; exports.CommonEditorButtons = _chunkTIN45OXQjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkTIN45OXQjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkTIN45OXQjs.CommonEditorTrigger; exports.CompaniesList = _chunkTIN45OXQjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkTIN45OXQjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkTIN45OXQjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkTIN45OXQjs.CompanyContainer; exports.CompanyDeleter = _chunkTIN45OXQjs.CompanyDeleter; exports.CompanyDetails = _chunkTIN45OXQjs.CompanyDetails; exports.CompanyEditor = _chunkTIN45OXQjs.CompanyEditor; exports.CompanyUsersList = _chunkTIN45OXQjs.CompanyUsersList; exports.ContentListTable = _chunkTIN45OXQjs.ContentListTable; exports.ContentTableSearch = _chunkTIN45OXQjs.ContentTableSearch; exports.ContentTitle = _chunkTIN45OXQjs.ContentTitle; exports.ContentsList = _chunkTIN45OXQjs.ContentsList; exports.ContentsListById = _chunkTIN45OXQjs.ContentsListById; exports.ContextMenu = _chunkTIN45OXQjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkTIN45OXQjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkTIN45OXQjs.ContextMenuContent; exports.ContextMenuGroup = _chunkTIN45OXQjs.ContextMenuGroup; exports.ContextMenuItem = _chunkTIN45OXQjs.ContextMenuItem; exports.ContextMenuLabel = _chunkTIN45OXQjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkTIN45OXQjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkTIN45OXQjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkTIN45OXQjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkTIN45OXQjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkTIN45OXQjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkTIN45OXQjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkTIN45OXQjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkTIN45OXQjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkTIN45OXQjs.ContextMenuTrigger; exports.ContributorsList = _chunkTIN45OXQjs.ContributorsList; exports.Cookies = _chunkTIN45OXQjs.Cookies; exports.CustomerInfoCard = _chunkTIN45OXQjs.CustomerInfoCard; exports.DatePickerPopover = _chunkTIN45OXQjs.DatePickerPopover; exports.DateRangeSelector = _chunkTIN45OXQjs.DateRangeSelector; exports.Dialog = _chunkTIN45OXQjs.Dialog; exports.DialogClose = _chunkTIN45OXQjs.DialogClose; exports.DialogContent = _chunkTIN45OXQjs.DialogContent; exports.DialogDescription = _chunkTIN45OXQjs.DialogDescription; exports.DialogFooter = _chunkTIN45OXQjs.DialogFooter; exports.DialogHeader = _chunkTIN45OXQjs.DialogHeader; exports.DialogOverlay = _chunkTIN45OXQjs.DialogOverlay; exports.DialogPortal = _chunkTIN45OXQjs.DialogPortal; exports.DialogTitle = _chunkTIN45OXQjs.DialogTitle; exports.DialogTrigger = _chunkTIN45OXQjs.DialogTrigger; exports.Drawer = _chunkTIN45OXQjs.Drawer; exports.DrawerClose = _chunkTIN45OXQjs.DrawerClose; exports.DrawerContent = _chunkTIN45OXQjs.DrawerContent; exports.DrawerDescription = _chunkTIN45OXQjs.DrawerDescription; exports.DrawerFooter = _chunkTIN45OXQjs.DrawerFooter; exports.DrawerHeader = _chunkTIN45OXQjs.DrawerHeader; exports.DrawerOverlay = _chunkTIN45OXQjs.DrawerOverlay; exports.DrawerPortal = _chunkTIN45OXQjs.DrawerPortal; exports.DrawerTitle = _chunkTIN45OXQjs.DrawerTitle; exports.DrawerTrigger = _chunkTIN45OXQjs.DrawerTrigger; exports.DropdownMenu = _chunkTIN45OXQjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkTIN45OXQjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkTIN45OXQjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkTIN45OXQjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkTIN45OXQjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkTIN45OXQjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkTIN45OXQjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkTIN45OXQjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkTIN45OXQjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkTIN45OXQjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkTIN45OXQjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkTIN45OXQjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkTIN45OXQjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkTIN45OXQjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkTIN45OXQjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkTIN45OXQjs.ErrorDetails; exports.FileInput = _chunkTIN45OXQjs.FileInput; exports.FileUploader = _chunkTIN45OXQjs.FileUploader; exports.FileUploaderContent = _chunkTIN45OXQjs.FileUploaderContent; exports.FileUploaderItem = _chunkTIN45OXQjs.FileUploaderItem; exports.ForgotPassword = _chunkTIN45OXQjs.ForgotPassword; exports.Form = _chunkTIN45OXQjs.Form; exports.FormCheckbox = _chunkTIN45OXQjs.FormCheckbox; exports.FormContainerGeneric = _chunkTIN45OXQjs.FormContainerGeneric; exports.FormControl = _chunkTIN45OXQjs.FormControl; exports.FormDate = _chunkTIN45OXQjs.FormDate; exports.FormDateTime = _chunkTIN45OXQjs.FormDateTime; exports.FormDescription = _chunkTIN45OXQjs.FormDescription; exports.FormFeatures = _chunkTIN45OXQjs.FormFeatures; exports.FormField = _chunkTIN45OXQjs.FormField; exports.FormInput = _chunkTIN45OXQjs.FormInput; exports.FormItem = _chunkTIN45OXQjs.FormItem; exports.FormLabel = _chunkTIN45OXQjs.FormLabel; exports.FormMessage = _chunkTIN45OXQjs.FormMessage; exports.FormPassword = _chunkTIN45OXQjs.FormPassword; exports.FormPlaceAutocomplete = _chunkTIN45OXQjs.FormPlaceAutocomplete; exports.FormRoles = _chunkTIN45OXQjs.FormRoles; exports.FormSelect = _chunkTIN45OXQjs.FormSelect; exports.FormSlider = _chunkTIN45OXQjs.FormSlider; exports.FormSwitch = _chunkTIN45OXQjs.FormSwitch; exports.FormTextarea = _chunkTIN45OXQjs.FormTextarea; exports.Header = _chunkTIN45OXQjs.Header; exports.HoverCard = _chunkTIN45OXQjs.HoverCard; exports.HoverCardContent = _chunkTIN45OXQjs.HoverCardContent; exports.HoverCardTrigger = _chunkTIN45OXQjs.HoverCardTrigger; exports.Input = _chunkTIN45OXQjs.Input; exports.InputOTP = _chunkTIN45OXQjs.InputOTP; exports.InputOTPGroup = _chunkTIN45OXQjs.InputOTPGroup; exports.InputOTPSeparator = _chunkTIN45OXQjs.InputOTPSeparator; exports.InputOTPSlot = _chunkTIN45OXQjs.InputOTPSlot; exports.InvoiceDetails = _chunkTIN45OXQjs.InvoiceDetails; exports.InvoiceStatusBadge = _chunkTIN45OXQjs.InvoiceStatusBadge; exports.InvoicesContainer = _chunkTIN45OXQjs.InvoicesContainer; exports.InvoicesList = _chunkTIN45OXQjs.InvoicesList; exports.InvoicesSummaryCard = _chunkTIN45OXQjs.InvoicesSummaryCard; exports.Item = _chunkTIN45OXQjs.KanbanItem; exports.ItemHandle = _chunkTIN45OXQjs.KanbanItemHandle; exports.Kanban = _chunkTIN45OXQjs.KanbanRoot; exports.KanbanBoard = _chunkTIN45OXQjs.KanbanBoard; exports.KanbanColumn = _chunkTIN45OXQjs.KanbanColumn; exports.KanbanColumnHandle = _chunkTIN45OXQjs.KanbanColumnHandle; exports.KanbanItem = _chunkTIN45OXQjs.KanbanItem; exports.KanbanItemHandle = _chunkTIN45OXQjs.KanbanItemHandle; exports.KanbanOverlay = _chunkTIN45OXQjs.KanbanOverlay; exports.Label = _chunkTIN45OXQjs.Label; exports.LandingComponent = _chunkTIN45OXQjs.LandingComponent; exports.Link = _chunkTIN45OXQjs.Link; exports.Login = _chunkTIN45OXQjs.Login; exports.Logout = _chunkTIN45OXQjs.Logout; exports.ModeToggleSwitch = _chunkTIN45OXQjs.ModeToggleSwitch; exports.MultiSelect = _chunkTIN45OXQjs.MultiSelect; exports.NavigationMenu = _chunkTIN45OXQjs.NavigationMenu; exports.NavigationMenuContent = _chunkTIN45OXQjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkTIN45OXQjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkTIN45OXQjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkTIN45OXQjs.NavigationMenuLink; exports.NavigationMenuList = _chunkTIN45OXQjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkTIN45OXQjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkTIN45OXQjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkTIN45OXQjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkTIN45OXQjs.NotificationMenuItem; exports.NotificationModal = _chunkTIN45OXQjs.NotificationModal; exports.NotificationToast = _chunkTIN45OXQjs.NotificationToast; exports.NotificationsList = _chunkTIN45OXQjs.NotificationsList; exports.NotificationsListContainer = _chunkTIN45OXQjs.NotificationsListContainer; exports.Overlay = _chunkTIN45OXQjs.KanbanOverlay; exports.PageContainer = _chunkTIN45OXQjs.PageContainer; exports.PageContainerContentDetails = _chunkTIN45OXQjs.PageContainerContentDetails; exports.PageContentContainer = _chunkTIN45OXQjs.PageContentContainer; exports.PageSection = _chunkTIN45OXQjs.PageSection; exports.PasswordInput = _chunkTIN45OXQjs.PasswordInput; exports.PaymentMethodCard = _chunkTIN45OXQjs.PaymentMethodCard; exports.PaymentMethodEditor = _chunkTIN45OXQjs.PaymentMethodEditor; exports.PaymentMethodSummaryCard = _chunkTIN45OXQjs.PaymentMethodSummaryCard; exports.PaymentMethodsContainer = _chunkTIN45OXQjs.PaymentMethodsContainer; exports.PaymentMethodsList = _chunkTIN45OXQjs.PaymentMethodsList; exports.Popover = _chunkTIN45OXQjs.Popover; exports.PopoverContent = _chunkTIN45OXQjs.PopoverContent; exports.PopoverDescription = _chunkTIN45OXQjs.PopoverDescription; exports.PopoverHeader = _chunkTIN45OXQjs.PopoverHeader; exports.PopoverTitle = _chunkTIN45OXQjs.PopoverTitle; exports.PopoverTrigger = _chunkTIN45OXQjs.PopoverTrigger; exports.PriceEditor = _chunkTIN45OXQjs.PriceEditor; exports.PricesList = _chunkTIN45OXQjs.PricesList; exports.PricingCard = _chunkTIN45OXQjs.PricingCard; exports.PricingCardsGrid = _chunkTIN45OXQjs.PricingCardsGrid; exports.ProductEditor = _chunkTIN45OXQjs.ProductEditor; exports.ProductsAdminContainer = _chunkTIN45OXQjs.ProductsAdminContainer; exports.ProductsList = _chunkTIN45OXQjs.ProductsList; exports.Progress = _chunkTIN45OXQjs.Progress; exports.ProgressIndicator = _chunkTIN45OXQjs.ProgressIndicator; exports.ProgressLabel = _chunkTIN45OXQjs.ProgressLabel; exports.ProgressTrack = _chunkTIN45OXQjs.ProgressTrack; exports.ProgressValue = _chunkTIN45OXQjs.ProgressValue; exports.ProrationPreview = _chunkTIN45OXQjs.ProrationPreview; exports.PushNotificationProvider = _chunkTIN45OXQjs.PushNotificationProvider; exports.RadioGroup = _chunkTIN45OXQjs.RadioGroup; exports.RadioGroupItem = _chunkTIN45OXQjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkTIN45OXQjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkTIN45OXQjs.RecentPagesNavigator; exports.RefreshUser = _chunkTIN45OXQjs.RefreshUser; exports.RelevantContentsList = _chunkTIN45OXQjs.RelevantContentsList; exports.RelevantUsersList = _chunkTIN45OXQjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkTIN45OXQjs.RemoveUserFromRole; exports.ResetPassword = _chunkTIN45OXQjs.ResetPassword; exports.ResizableHandle = _chunkTIN45OXQjs.ResizableHandle; exports.ResizablePanel = _chunkTIN45OXQjs.ResizablePanel; exports.ResizablePanelGroup = _chunkTIN45OXQjs.ResizablePanelGroup; exports.RoleContainer = _chunkTIN45OXQjs.RoleContainer; exports.RoleDetails = _chunkTIN45OXQjs.RoleDetails; exports.RoleUsersList = _chunkTIN45OXQjs.RoleUsersList; exports.RolesList = _chunkTIN45OXQjs.RolesList; exports.Root = _chunkTIN45OXQjs.KanbanRoot; exports.ScrollArea = _chunkTIN45OXQjs.ScrollArea; exports.ScrollBar = _chunkTIN45OXQjs.ScrollBar; exports.Select = _chunkTIN45OXQjs.Select; exports.SelectContent = _chunkTIN45OXQjs.SelectContent; exports.SelectGroup = _chunkTIN45OXQjs.SelectGroup; exports.SelectItem = _chunkTIN45OXQjs.SelectItem; exports.SelectLabel = _chunkTIN45OXQjs.SelectLabel; exports.SelectScrollDownButton = _chunkTIN45OXQjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkTIN45OXQjs.SelectScrollUpButton; exports.SelectSeparator = _chunkTIN45OXQjs.SelectSeparator; exports.SelectTrigger = _chunkTIN45OXQjs.SelectTrigger; exports.SelectValue = _chunkTIN45OXQjs.SelectValue; exports.Separator = _chunkTIN45OXQjs.Separator; exports.Sheet = _chunkTIN45OXQjs.Sheet; exports.SheetClose = _chunkTIN45OXQjs.SheetClose; exports.SheetContent = _chunkTIN45OXQjs.SheetContent; exports.SheetDescription = _chunkTIN45OXQjs.SheetDescription; exports.SheetFooter = _chunkTIN45OXQjs.SheetFooter; exports.SheetHeader = _chunkTIN45OXQjs.SheetHeader; exports.SheetTitle = _chunkTIN45OXQjs.SheetTitle; exports.SheetTrigger = _chunkTIN45OXQjs.SheetTrigger; exports.Sidebar = _chunkTIN45OXQjs.Sidebar; exports.SidebarContent = _chunkTIN45OXQjs.SidebarContent; exports.SidebarFooter = _chunkTIN45OXQjs.SidebarFooter; exports.SidebarGroup = _chunkTIN45OXQjs.SidebarGroup; exports.SidebarGroupAction = _chunkTIN45OXQjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkTIN45OXQjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkTIN45OXQjs.SidebarGroupLabel; exports.SidebarHeader = _chunkTIN45OXQjs.SidebarHeader; exports.SidebarInput = _chunkTIN45OXQjs.SidebarInput; exports.SidebarInset = _chunkTIN45OXQjs.SidebarInset; exports.SidebarMenu = _chunkTIN45OXQjs.SidebarMenu; exports.SidebarMenuAction = _chunkTIN45OXQjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkTIN45OXQjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkTIN45OXQjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkTIN45OXQjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkTIN45OXQjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkTIN45OXQjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkTIN45OXQjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkTIN45OXQjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkTIN45OXQjs.SidebarProvider; exports.SidebarRail = _chunkTIN45OXQjs.SidebarRail; exports.SidebarSeparator = _chunkTIN45OXQjs.SidebarSeparator; exports.SidebarTrigger = _chunkTIN45OXQjs.SidebarTrigger; exports.Skeleton = _chunkTIN45OXQjs.Skeleton; exports.Slider = _chunkTIN45OXQjs.Slider; exports.StripeProvider = _chunkTIN45OXQjs.StripeProvider; exports.SubscriptionDetails = _chunkTIN45OXQjs.SubscriptionDetails; exports.SubscriptionEditor = _chunkTIN45OXQjs.SubscriptionEditor; exports.SubscriptionStatusBadge = _chunkTIN45OXQjs.SubscriptionStatusBadge; exports.SubscriptionSummaryCard = _chunkTIN45OXQjs.SubscriptionSummaryCard; exports.SubscriptionsContainer = _chunkTIN45OXQjs.SubscriptionsContainer; exports.SubscriptionsList = _chunkTIN45OXQjs.SubscriptionsList; exports.Switch = _chunkTIN45OXQjs.Switch; exports.Table = _chunkTIN45OXQjs.Table; exports.TableBody = _chunkTIN45OXQjs.TableBody; exports.TableCaption = _chunkTIN45OXQjs.TableCaption; exports.TableCell = _chunkTIN45OXQjs.TableCell; exports.TableFooter = _chunkTIN45OXQjs.TableFooter; exports.TableHead = _chunkTIN45OXQjs.TableHead; exports.TableHeader = _chunkTIN45OXQjs.TableHeader; exports.TableRow = _chunkTIN45OXQjs.TableRow; exports.Tabs = _chunkTIN45OXQjs.Tabs; exports.TabsContainer = _chunkTIN45OXQjs.TabsContainer; exports.TabsContent = _chunkTIN45OXQjs.TabsContent; exports.TabsList = _chunkTIN45OXQjs.TabsList; exports.TabsTrigger = _chunkTIN45OXQjs.TabsTrigger; exports.Textarea = _chunkTIN45OXQjs.Textarea; exports.Toaster = _chunkTIN45OXQjs.Toaster; exports.Toggle = _chunkTIN45OXQjs.Toggle; exports.Tooltip = _chunkTIN45OXQjs.Tooltip; exports.TooltipContent = _chunkTIN45OXQjs.TooltipContent; exports.TooltipProvider = _chunkTIN45OXQjs.TooltipProvider; exports.TooltipTrigger = _chunkTIN45OXQjs.TooltipTrigger; exports.UsageContainer = _chunkTIN45OXQjs.UsageContainer; exports.UsageHistoryTable = _chunkTIN45OXQjs.UsageHistoryTable; exports.UsageSummaryCard = _chunkTIN45OXQjs.UsageSummaryCard; exports.UsageSummaryCards = _chunkTIN45OXQjs.UsageSummaryCards; exports.UserAvatar = _chunkTIN45OXQjs.UserAvatar; exports.UserAvatarEditor = _chunkTIN45OXQjs.UserAvatarEditor; exports.UserContainer = _chunkTIN45OXQjs.UserContainer; exports.UserDeleter = _chunkTIN45OXQjs.UserDeleter; exports.UserDetails = _chunkTIN45OXQjs.UserDetails; exports.UserEditor = _chunkTIN45OXQjs.UserEditor; exports.UserIndexContainer = _chunkTIN45OXQjs.UserIndexContainer; exports.UserIndexDetails = _chunkTIN45OXQjs.UserIndexDetails; exports.UserListInAdd = _chunkTIN45OXQjs.UserListInAdd; exports.UserMultiSelect = _chunkTIN45OXQjs.UserMultiSelect; exports.UserReactivator = _chunkTIN45OXQjs.UserReactivator; exports.UserResentInvitationEmail = _chunkTIN45OXQjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkTIN45OXQjs.UserRoleAdd; exports.UserRolesList = _chunkTIN45OXQjs.UserRolesList; exports.UserSelector = _chunkTIN45OXQjs.UserSelector; exports.UsersList = _chunkTIN45OXQjs.UsersList; exports.UsersListByContentIds = _chunkTIN45OXQjs.UsersListByContentIds; exports.UsersListContainer = _chunkTIN45OXQjs.UsersListContainer; exports.badgeVariants = _chunkTIN45OXQjs.badgeVariants; exports.buttonVariants = _chunkTIN45OXQjs.buttonVariants; exports.cellComponent = _chunkTIN45OXQjs.cellComponent; exports.cellDate = _chunkTIN45OXQjs.cellDate; exports.cellId = _chunkTIN45OXQjs.cellId; exports.cellLink = _chunkTIN45OXQjs.cellLink; exports.cellUrl = _chunkTIN45OXQjs.cellUrl; exports.errorToast = _chunkTIN45OXQjs.errorToast; exports.formatCurrency = _chunkTIN45OXQjs.formatCurrency; exports.formatDate = _chunkTIN45OXQjs.formatDate; exports.formatInterval = _chunkTIN45OXQjs.formatInterval; exports.generateNotificationData = _chunkTIN45OXQjs.generateNotificationData; exports.isStripeConfigured = _chunkTIN45OXQjs.isStripeConfigured; exports.navigationMenuTriggerStyle = _chunkTIN45OXQjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkTIN45OXQjs.tabsListVariants; exports.toggleVariants = _chunkTIN45OXQjs.toggleVariants; exports.triggerAssociationToast = _chunkTIN45OXQjs.triggerAssociationToast; exports.useCarousel = _chunkTIN45OXQjs.useCarousel; exports.useFileUpload = _chunkTIN45OXQjs.useFileUpload; exports.useFormField = _chunkTIN45OXQjs.useFormField; exports.useSidebar = _chunkTIN45OXQjs.useSidebar;
795
+ exports.AcceptInvitation = _chunkODNMW2CGjs.AcceptInvitation; exports.Accordion = _chunkODNMW2CGjs.Accordion; exports.AccordionContent = _chunkODNMW2CGjs.AccordionContent; exports.AccordionItem = _chunkODNMW2CGjs.AccordionItem; exports.AccordionTrigger = _chunkODNMW2CGjs.AccordionTrigger; exports.ActivateAccount = _chunkODNMW2CGjs.ActivateAccount; exports.AddUserToRole = _chunkODNMW2CGjs.AddUserToRole; exports.AdminCompanyContainer = _chunkODNMW2CGjs.AdminCompanyContainer; exports.AdminUsersList = _chunkODNMW2CGjs.AdminUsersList; exports.Alert = _chunkODNMW2CGjs.Alert; exports.AlertAction = _chunkODNMW2CGjs.AlertAction; exports.AlertDescription = _chunkODNMW2CGjs.AlertDescription; exports.AlertDialog = _chunkODNMW2CGjs.AlertDialog; exports.AlertDialogAction = _chunkODNMW2CGjs.AlertDialogAction; exports.AlertDialogCancel = _chunkODNMW2CGjs.AlertDialogCancel; exports.AlertDialogContent = _chunkODNMW2CGjs.AlertDialogContent; exports.AlertDialogDescription = _chunkODNMW2CGjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkODNMW2CGjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkODNMW2CGjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkODNMW2CGjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkODNMW2CGjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkODNMW2CGjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkODNMW2CGjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkODNMW2CGjs.AlertDialogTrigger; exports.AlertTitle = _chunkODNMW2CGjs.AlertTitle; exports.AllowedUsersDetails = _chunkODNMW2CGjs.AllowedUsersDetails; exports.AttributeElement = _chunkODNMW2CGjs.AttributeElement; exports.AuthContainer = _chunkODNMW2CGjs.AuthContainer; exports.Avatar = _chunkODNMW2CGjs.Avatar; exports.AvatarBadge = _chunkODNMW2CGjs.AvatarBadge; exports.AvatarFallback = _chunkODNMW2CGjs.AvatarFallback; exports.AvatarGroup = _chunkODNMW2CGjs.AvatarGroup; exports.AvatarGroupCount = _chunkODNMW2CGjs.AvatarGroupCount; exports.AvatarImage = _chunkODNMW2CGjs.AvatarImage; exports.Badge = _chunkODNMW2CGjs.Badge; exports.BillingAlertBanner = _chunkODNMW2CGjs.BillingAlertBanner; exports.BillingDashboardContainer = _chunkODNMW2CGjs.BillingDashboardContainer; exports.BillingDetailModal = _chunkODNMW2CGjs.BillingDetailModal; exports.BillingUsageSummaryCard = _chunkODNMW2CGjs.BillingUsageSummaryCard; exports.BlockNoteEditorContainer = _chunkODNMW2CGjs.BlockNoteEditorContainer; exports.Board = _chunkODNMW2CGjs.KanbanBoard; exports.Breadcrumb = _chunkODNMW2CGjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkODNMW2CGjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkODNMW2CGjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkODNMW2CGjs.BreadcrumbLink; exports.BreadcrumbList = _chunkODNMW2CGjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkODNMW2CGjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkODNMW2CGjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkODNMW2CGjs.BreadcrumbSeparator; exports.Button = _chunkODNMW2CGjs.Button; exports.Calendar = _chunkODNMW2CGjs.Calendar; exports.CalendarDayButton = _chunkODNMW2CGjs.CalendarDayButton; exports.CancelSubscriptionDialog = _chunkODNMW2CGjs.CancelSubscriptionDialog; exports.Card = _chunkODNMW2CGjs.Card; exports.CardAction = _chunkODNMW2CGjs.CardAction; exports.CardContent = _chunkODNMW2CGjs.CardContent; exports.CardDescription = _chunkODNMW2CGjs.CardDescription; exports.CardFooter = _chunkODNMW2CGjs.CardFooter; exports.CardHeader = _chunkODNMW2CGjs.CardHeader; exports.CardTitle = _chunkODNMW2CGjs.CardTitle; exports.Carousel = _chunkODNMW2CGjs.Carousel; exports.CarouselContent = _chunkODNMW2CGjs.CarouselContent; exports.CarouselItem = _chunkODNMW2CGjs.CarouselItem; exports.CarouselNext = _chunkODNMW2CGjs.CarouselNext; exports.CarouselPrevious = _chunkODNMW2CGjs.CarouselPrevious; exports.ChartContainer = _chunkODNMW2CGjs.ChartContainer; exports.ChartLegend = _chunkODNMW2CGjs.ChartLegend; exports.ChartLegendContent = _chunkODNMW2CGjs.ChartLegendContent; exports.ChartStyle = _chunkODNMW2CGjs.ChartStyle; exports.ChartTooltip = _chunkODNMW2CGjs.ChartTooltip; exports.ChartTooltipContent = _chunkODNMW2CGjs.ChartTooltipContent; exports.Checkbox = _chunkODNMW2CGjs.Checkbox; exports.Collapsible = _chunkODNMW2CGjs.Collapsible; exports.CollapsibleContent = _chunkODNMW2CGjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkODNMW2CGjs.CollapsibleTrigger; exports.Column = _chunkODNMW2CGjs.KanbanColumn; exports.ColumnHandle = _chunkODNMW2CGjs.KanbanColumnHandle; exports.Command = _chunkODNMW2CGjs.Command; exports.CommandDialog = _chunkODNMW2CGjs.CommandDialog; exports.CommandEmpty = _chunkODNMW2CGjs.CommandEmpty; exports.CommandGroup = _chunkODNMW2CGjs.CommandGroup; exports.CommandInput = _chunkODNMW2CGjs.CommandInput; exports.CommandItem = _chunkODNMW2CGjs.CommandItem; exports.CommandList = _chunkODNMW2CGjs.CommandList; exports.CommandSeparator = _chunkODNMW2CGjs.CommandSeparator; exports.CommandShortcut = _chunkODNMW2CGjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkODNMW2CGjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkODNMW2CGjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkODNMW2CGjs.CommonDeleter; exports.CommonEditorButtons = _chunkODNMW2CGjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkODNMW2CGjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkODNMW2CGjs.CommonEditorTrigger; exports.CompaniesList = _chunkODNMW2CGjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkODNMW2CGjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkODNMW2CGjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkODNMW2CGjs.CompanyContainer; exports.CompanyDeleter = _chunkODNMW2CGjs.CompanyDeleter; exports.CompanyDetails = _chunkODNMW2CGjs.CompanyDetails; exports.CompanyEditor = _chunkODNMW2CGjs.CompanyEditor; exports.CompanyUsersList = _chunkODNMW2CGjs.CompanyUsersList; exports.ContentListTable = _chunkODNMW2CGjs.ContentListTable; exports.ContentTableSearch = _chunkODNMW2CGjs.ContentTableSearch; exports.ContentTitle = _chunkODNMW2CGjs.ContentTitle; exports.ContentsList = _chunkODNMW2CGjs.ContentsList; exports.ContentsListById = _chunkODNMW2CGjs.ContentsListById; exports.ContextMenu = _chunkODNMW2CGjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkODNMW2CGjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkODNMW2CGjs.ContextMenuContent; exports.ContextMenuGroup = _chunkODNMW2CGjs.ContextMenuGroup; exports.ContextMenuItem = _chunkODNMW2CGjs.ContextMenuItem; exports.ContextMenuLabel = _chunkODNMW2CGjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkODNMW2CGjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkODNMW2CGjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkODNMW2CGjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkODNMW2CGjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkODNMW2CGjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkODNMW2CGjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkODNMW2CGjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkODNMW2CGjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkODNMW2CGjs.ContextMenuTrigger; exports.ContributorsList = _chunkODNMW2CGjs.ContributorsList; exports.Cookies = _chunkODNMW2CGjs.Cookies; exports.CustomerInfoCard = _chunkODNMW2CGjs.CustomerInfoCard; exports.DatePickerPopover = _chunkODNMW2CGjs.DatePickerPopover; exports.DateRangeSelector = _chunkODNMW2CGjs.DateRangeSelector; exports.Dialog = _chunkODNMW2CGjs.Dialog; exports.DialogClose = _chunkODNMW2CGjs.DialogClose; exports.DialogContent = _chunkODNMW2CGjs.DialogContent; exports.DialogDescription = _chunkODNMW2CGjs.DialogDescription; exports.DialogFooter = _chunkODNMW2CGjs.DialogFooter; exports.DialogHeader = _chunkODNMW2CGjs.DialogHeader; exports.DialogOverlay = _chunkODNMW2CGjs.DialogOverlay; exports.DialogPortal = _chunkODNMW2CGjs.DialogPortal; exports.DialogTitle = _chunkODNMW2CGjs.DialogTitle; exports.DialogTrigger = _chunkODNMW2CGjs.DialogTrigger; exports.Drawer = _chunkODNMW2CGjs.Drawer; exports.DrawerClose = _chunkODNMW2CGjs.DrawerClose; exports.DrawerContent = _chunkODNMW2CGjs.DrawerContent; exports.DrawerDescription = _chunkODNMW2CGjs.DrawerDescription; exports.DrawerFooter = _chunkODNMW2CGjs.DrawerFooter; exports.DrawerHeader = _chunkODNMW2CGjs.DrawerHeader; exports.DrawerOverlay = _chunkODNMW2CGjs.DrawerOverlay; exports.DrawerPortal = _chunkODNMW2CGjs.DrawerPortal; exports.DrawerTitle = _chunkODNMW2CGjs.DrawerTitle; exports.DrawerTrigger = _chunkODNMW2CGjs.DrawerTrigger; exports.DropdownMenu = _chunkODNMW2CGjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkODNMW2CGjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkODNMW2CGjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkODNMW2CGjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkODNMW2CGjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkODNMW2CGjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkODNMW2CGjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkODNMW2CGjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkODNMW2CGjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkODNMW2CGjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkODNMW2CGjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkODNMW2CGjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkODNMW2CGjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkODNMW2CGjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkODNMW2CGjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkODNMW2CGjs.ErrorDetails; exports.FileInput = _chunkODNMW2CGjs.FileInput; exports.FileUploader = _chunkODNMW2CGjs.FileUploader; exports.FileUploaderContent = _chunkODNMW2CGjs.FileUploaderContent; exports.FileUploaderItem = _chunkODNMW2CGjs.FileUploaderItem; exports.ForgotPassword = _chunkODNMW2CGjs.ForgotPassword; exports.Form = _chunkODNMW2CGjs.Form; exports.FormCheckbox = _chunkODNMW2CGjs.FormCheckbox; exports.FormContainerGeneric = _chunkODNMW2CGjs.FormContainerGeneric; exports.FormControl = _chunkODNMW2CGjs.FormControl; exports.FormDate = _chunkODNMW2CGjs.FormDate; exports.FormDateTime = _chunkODNMW2CGjs.FormDateTime; exports.FormDescription = _chunkODNMW2CGjs.FormDescription; exports.FormFeatures = _chunkODNMW2CGjs.FormFeatures; exports.FormField = _chunkODNMW2CGjs.FormField; exports.FormInput = _chunkODNMW2CGjs.FormInput; exports.FormItem = _chunkODNMW2CGjs.FormItem; exports.FormLabel = _chunkODNMW2CGjs.FormLabel; exports.FormMessage = _chunkODNMW2CGjs.FormMessage; exports.FormPassword = _chunkODNMW2CGjs.FormPassword; exports.FormPlaceAutocomplete = _chunkODNMW2CGjs.FormPlaceAutocomplete; exports.FormRoles = _chunkODNMW2CGjs.FormRoles; exports.FormSelect = _chunkODNMW2CGjs.FormSelect; exports.FormSlider = _chunkODNMW2CGjs.FormSlider; exports.FormSwitch = _chunkODNMW2CGjs.FormSwitch; exports.FormTextarea = _chunkODNMW2CGjs.FormTextarea; exports.Header = _chunkODNMW2CGjs.Header; exports.HoverCard = _chunkODNMW2CGjs.HoverCard; exports.HoverCardContent = _chunkODNMW2CGjs.HoverCardContent; exports.HoverCardTrigger = _chunkODNMW2CGjs.HoverCardTrigger; exports.Input = _chunkODNMW2CGjs.Input; exports.InputOTP = _chunkODNMW2CGjs.InputOTP; exports.InputOTPGroup = _chunkODNMW2CGjs.InputOTPGroup; exports.InputOTPSeparator = _chunkODNMW2CGjs.InputOTPSeparator; exports.InputOTPSlot = _chunkODNMW2CGjs.InputOTPSlot; exports.InvoiceDetails = _chunkODNMW2CGjs.InvoiceDetails; exports.InvoiceStatusBadge = _chunkODNMW2CGjs.InvoiceStatusBadge; exports.InvoicesContainer = _chunkODNMW2CGjs.InvoicesContainer; exports.InvoicesList = _chunkODNMW2CGjs.InvoicesList; exports.InvoicesSummaryCard = _chunkODNMW2CGjs.InvoicesSummaryCard; exports.Item = _chunkODNMW2CGjs.KanbanItem; exports.ItemHandle = _chunkODNMW2CGjs.KanbanItemHandle; exports.Kanban = _chunkODNMW2CGjs.KanbanRoot; exports.KanbanBoard = _chunkODNMW2CGjs.KanbanBoard; exports.KanbanColumn = _chunkODNMW2CGjs.KanbanColumn; exports.KanbanColumnHandle = _chunkODNMW2CGjs.KanbanColumnHandle; exports.KanbanItem = _chunkODNMW2CGjs.KanbanItem; exports.KanbanItemHandle = _chunkODNMW2CGjs.KanbanItemHandle; exports.KanbanOverlay = _chunkODNMW2CGjs.KanbanOverlay; exports.Label = _chunkODNMW2CGjs.Label; exports.LandingComponent = _chunkODNMW2CGjs.LandingComponent; exports.Link = _chunkODNMW2CGjs.Link; exports.Login = _chunkODNMW2CGjs.Login; exports.Logout = _chunkODNMW2CGjs.Logout; exports.ModeToggleSwitch = _chunkODNMW2CGjs.ModeToggleSwitch; exports.MultiSelect = _chunkODNMW2CGjs.MultiSelect; exports.NavigationMenu = _chunkODNMW2CGjs.NavigationMenu; exports.NavigationMenuContent = _chunkODNMW2CGjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkODNMW2CGjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkODNMW2CGjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkODNMW2CGjs.NavigationMenuLink; exports.NavigationMenuList = _chunkODNMW2CGjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkODNMW2CGjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkODNMW2CGjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkODNMW2CGjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkODNMW2CGjs.NotificationMenuItem; exports.NotificationModal = _chunkODNMW2CGjs.NotificationModal; exports.NotificationToast = _chunkODNMW2CGjs.NotificationToast; exports.NotificationsList = _chunkODNMW2CGjs.NotificationsList; exports.NotificationsListContainer = _chunkODNMW2CGjs.NotificationsListContainer; exports.Overlay = _chunkODNMW2CGjs.KanbanOverlay; exports.PageContainer = _chunkODNMW2CGjs.PageContainer; exports.PageContainerContentDetails = _chunkODNMW2CGjs.PageContainerContentDetails; exports.PageContentContainer = _chunkODNMW2CGjs.PageContentContainer; exports.PageSection = _chunkODNMW2CGjs.PageSection; exports.PasswordInput = _chunkODNMW2CGjs.PasswordInput; exports.PaymentMethodCard = _chunkODNMW2CGjs.PaymentMethodCard; exports.PaymentMethodEditor = _chunkODNMW2CGjs.PaymentMethodEditor; exports.PaymentMethodSummaryCard = _chunkODNMW2CGjs.PaymentMethodSummaryCard; exports.PaymentMethodsContainer = _chunkODNMW2CGjs.PaymentMethodsContainer; exports.PaymentMethodsList = _chunkODNMW2CGjs.PaymentMethodsList; exports.Popover = _chunkODNMW2CGjs.Popover; exports.PopoverContent = _chunkODNMW2CGjs.PopoverContent; exports.PopoverDescription = _chunkODNMW2CGjs.PopoverDescription; exports.PopoverHeader = _chunkODNMW2CGjs.PopoverHeader; exports.PopoverTitle = _chunkODNMW2CGjs.PopoverTitle; exports.PopoverTrigger = _chunkODNMW2CGjs.PopoverTrigger; exports.PriceEditor = _chunkODNMW2CGjs.PriceEditor; exports.PricesList = _chunkODNMW2CGjs.PricesList; exports.PricingCard = _chunkODNMW2CGjs.PricingCard; exports.PricingCardsGrid = _chunkODNMW2CGjs.PricingCardsGrid; exports.ProductEditor = _chunkODNMW2CGjs.ProductEditor; exports.ProductsAdminContainer = _chunkODNMW2CGjs.ProductsAdminContainer; exports.ProductsList = _chunkODNMW2CGjs.ProductsList; exports.Progress = _chunkODNMW2CGjs.Progress; exports.ProgressIndicator = _chunkODNMW2CGjs.ProgressIndicator; exports.ProgressLabel = _chunkODNMW2CGjs.ProgressLabel; exports.ProgressTrack = _chunkODNMW2CGjs.ProgressTrack; exports.ProgressValue = _chunkODNMW2CGjs.ProgressValue; exports.ProrationPreview = _chunkODNMW2CGjs.ProrationPreview; exports.PushNotificationProvider = _chunkODNMW2CGjs.PushNotificationProvider; exports.RadioGroup = _chunkODNMW2CGjs.RadioGroup; exports.RadioGroupItem = _chunkODNMW2CGjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkODNMW2CGjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkODNMW2CGjs.RecentPagesNavigator; exports.RefreshUser = _chunkODNMW2CGjs.RefreshUser; exports.RelevantContentsList = _chunkODNMW2CGjs.RelevantContentsList; exports.RelevantUsersList = _chunkODNMW2CGjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkODNMW2CGjs.RemoveUserFromRole; exports.ResetPassword = _chunkODNMW2CGjs.ResetPassword; exports.ResizableHandle = _chunkODNMW2CGjs.ResizableHandle; exports.ResizablePanel = _chunkODNMW2CGjs.ResizablePanel; exports.ResizablePanelGroup = _chunkODNMW2CGjs.ResizablePanelGroup; exports.RoleContainer = _chunkODNMW2CGjs.RoleContainer; exports.RoleDetails = _chunkODNMW2CGjs.RoleDetails; exports.RoleUsersList = _chunkODNMW2CGjs.RoleUsersList; exports.RolesList = _chunkODNMW2CGjs.RolesList; exports.Root = _chunkODNMW2CGjs.KanbanRoot; exports.ScrollArea = _chunkODNMW2CGjs.ScrollArea; exports.ScrollBar = _chunkODNMW2CGjs.ScrollBar; exports.Select = _chunkODNMW2CGjs.Select; exports.SelectContent = _chunkODNMW2CGjs.SelectContent; exports.SelectGroup = _chunkODNMW2CGjs.SelectGroup; exports.SelectItem = _chunkODNMW2CGjs.SelectItem; exports.SelectLabel = _chunkODNMW2CGjs.SelectLabel; exports.SelectScrollDownButton = _chunkODNMW2CGjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkODNMW2CGjs.SelectScrollUpButton; exports.SelectSeparator = _chunkODNMW2CGjs.SelectSeparator; exports.SelectTrigger = _chunkODNMW2CGjs.SelectTrigger; exports.SelectValue = _chunkODNMW2CGjs.SelectValue; exports.Separator = _chunkODNMW2CGjs.Separator; exports.Sheet = _chunkODNMW2CGjs.Sheet; exports.SheetClose = _chunkODNMW2CGjs.SheetClose; exports.SheetContent = _chunkODNMW2CGjs.SheetContent; exports.SheetDescription = _chunkODNMW2CGjs.SheetDescription; exports.SheetFooter = _chunkODNMW2CGjs.SheetFooter; exports.SheetHeader = _chunkODNMW2CGjs.SheetHeader; exports.SheetTitle = _chunkODNMW2CGjs.SheetTitle; exports.SheetTrigger = _chunkODNMW2CGjs.SheetTrigger; exports.Sidebar = _chunkODNMW2CGjs.Sidebar; exports.SidebarContent = _chunkODNMW2CGjs.SidebarContent; exports.SidebarFooter = _chunkODNMW2CGjs.SidebarFooter; exports.SidebarGroup = _chunkODNMW2CGjs.SidebarGroup; exports.SidebarGroupAction = _chunkODNMW2CGjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkODNMW2CGjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkODNMW2CGjs.SidebarGroupLabel; exports.SidebarHeader = _chunkODNMW2CGjs.SidebarHeader; exports.SidebarInput = _chunkODNMW2CGjs.SidebarInput; exports.SidebarInset = _chunkODNMW2CGjs.SidebarInset; exports.SidebarMenu = _chunkODNMW2CGjs.SidebarMenu; exports.SidebarMenuAction = _chunkODNMW2CGjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkODNMW2CGjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkODNMW2CGjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkODNMW2CGjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkODNMW2CGjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkODNMW2CGjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkODNMW2CGjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkODNMW2CGjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkODNMW2CGjs.SidebarProvider; exports.SidebarRail = _chunkODNMW2CGjs.SidebarRail; exports.SidebarSeparator = _chunkODNMW2CGjs.SidebarSeparator; exports.SidebarTrigger = _chunkODNMW2CGjs.SidebarTrigger; exports.Skeleton = _chunkODNMW2CGjs.Skeleton; exports.Slider = _chunkODNMW2CGjs.Slider; exports.StripeProvider = _chunkODNMW2CGjs.StripeProvider; exports.SubscriptionDetails = _chunkODNMW2CGjs.SubscriptionDetails; exports.SubscriptionEditor = _chunkODNMW2CGjs.SubscriptionEditor; exports.SubscriptionStatusBadge = _chunkODNMW2CGjs.SubscriptionStatusBadge; exports.SubscriptionSummaryCard = _chunkODNMW2CGjs.SubscriptionSummaryCard; exports.SubscriptionsContainer = _chunkODNMW2CGjs.SubscriptionsContainer; exports.SubscriptionsList = _chunkODNMW2CGjs.SubscriptionsList; exports.Switch = _chunkODNMW2CGjs.Switch; exports.Table = _chunkODNMW2CGjs.Table; exports.TableBody = _chunkODNMW2CGjs.TableBody; exports.TableCaption = _chunkODNMW2CGjs.TableCaption; exports.TableCell = _chunkODNMW2CGjs.TableCell; exports.TableFooter = _chunkODNMW2CGjs.TableFooter; exports.TableHead = _chunkODNMW2CGjs.TableHead; exports.TableHeader = _chunkODNMW2CGjs.TableHeader; exports.TableRow = _chunkODNMW2CGjs.TableRow; exports.Tabs = _chunkODNMW2CGjs.Tabs; exports.TabsContainer = _chunkODNMW2CGjs.TabsContainer; exports.TabsContent = _chunkODNMW2CGjs.TabsContent; exports.TabsList = _chunkODNMW2CGjs.TabsList; exports.TabsTrigger = _chunkODNMW2CGjs.TabsTrigger; exports.Textarea = _chunkODNMW2CGjs.Textarea; exports.Toaster = _chunkODNMW2CGjs.Toaster; exports.Toggle = _chunkODNMW2CGjs.Toggle; exports.Tooltip = _chunkODNMW2CGjs.Tooltip; exports.TooltipContent = _chunkODNMW2CGjs.TooltipContent; exports.TooltipProvider = _chunkODNMW2CGjs.TooltipProvider; exports.TooltipTrigger = _chunkODNMW2CGjs.TooltipTrigger; exports.UsageContainer = _chunkODNMW2CGjs.UsageContainer; exports.UsageHistoryTable = _chunkODNMW2CGjs.UsageHistoryTable; exports.UsageSummaryCard = _chunkODNMW2CGjs.UsageSummaryCard; exports.UsageSummaryCards = _chunkODNMW2CGjs.UsageSummaryCards; exports.UserAvatar = _chunkODNMW2CGjs.UserAvatar; exports.UserAvatarEditor = _chunkODNMW2CGjs.UserAvatarEditor; exports.UserContainer = _chunkODNMW2CGjs.UserContainer; exports.UserDeleter = _chunkODNMW2CGjs.UserDeleter; exports.UserDetails = _chunkODNMW2CGjs.UserDetails; exports.UserEditor = _chunkODNMW2CGjs.UserEditor; exports.UserIndexContainer = _chunkODNMW2CGjs.UserIndexContainer; exports.UserIndexDetails = _chunkODNMW2CGjs.UserIndexDetails; exports.UserListInAdd = _chunkODNMW2CGjs.UserListInAdd; exports.UserMultiSelect = _chunkODNMW2CGjs.UserMultiSelect; exports.UserReactivator = _chunkODNMW2CGjs.UserReactivator; exports.UserResentInvitationEmail = _chunkODNMW2CGjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkODNMW2CGjs.UserRoleAdd; exports.UserRolesList = _chunkODNMW2CGjs.UserRolesList; exports.UserSelector = _chunkODNMW2CGjs.UserSelector; exports.UsersList = _chunkODNMW2CGjs.UsersList; exports.UsersListByContentIds = _chunkODNMW2CGjs.UsersListByContentIds; exports.UsersListContainer = _chunkODNMW2CGjs.UsersListContainer; exports.badgeVariants = _chunkODNMW2CGjs.badgeVariants; exports.buttonVariants = _chunkODNMW2CGjs.buttonVariants; exports.cellComponent = _chunkODNMW2CGjs.cellComponent; exports.cellDate = _chunkODNMW2CGjs.cellDate; exports.cellId = _chunkODNMW2CGjs.cellId; exports.cellLink = _chunkODNMW2CGjs.cellLink; exports.cellUrl = _chunkODNMW2CGjs.cellUrl; exports.errorToast = _chunkODNMW2CGjs.errorToast; exports.formatCurrency = _chunkODNMW2CGjs.formatCurrency; exports.formatDate = _chunkODNMW2CGjs.formatDate; exports.formatInterval = _chunkODNMW2CGjs.formatInterval; exports.generateNotificationData = _chunkODNMW2CGjs.generateNotificationData; exports.isStripeConfigured = _chunkODNMW2CGjs.isStripeConfigured; exports.navigationMenuTriggerStyle = _chunkODNMW2CGjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkODNMW2CGjs.tabsListVariants; exports.toggleVariants = _chunkODNMW2CGjs.toggleVariants; exports.triggerAssociationToast = _chunkODNMW2CGjs.triggerAssociationToast; exports.useCarousel = _chunkODNMW2CGjs.useCarousel; exports.useFileUpload = _chunkODNMW2CGjs.useFileUpload; exports.useFormField = _chunkODNMW2CGjs.useFormField; exports.useSidebar = _chunkODNMW2CGjs.useSidebar;
796
796
  //# sourceMappingURL=index.js.map
@@ -388,8 +388,8 @@ import {
388
388
  useFileUpload,
389
389
  useFormField,
390
390
  useSidebar
391
- } from "../chunk-WMDTCWC3.mjs";
392
- import "../chunk-KX7YG6LY.mjs";
391
+ } from "../chunk-YF5KBA7H.mjs";
392
+ import "../chunk-L6XLESU5.mjs";
393
393
  import "../chunk-KUFWHMMY.mjs";
394
394
  import "../chunk-AUXK7QSA.mjs";
395
395
  import "../chunk-C7C7VY4F.mjs";
@@ -18,8 +18,8 @@
18
18
 
19
19
 
20
20
 
21
- var _chunkTIN45OXQjs = require('../chunk-TIN45OXQ.js');
22
- require('../chunk-7DTKRMYW.js');
21
+ var _chunkODNMW2CGjs = require('../chunk-ODNMW2CG.js');
22
+ require('../chunk-LSIUPIYQ.js');
23
23
  require('../chunk-UYY34W7R.js');
24
24
  require('../chunk-LXKSUWAV.js');
25
25
  require('../chunk-IBS6NI7D.js');
@@ -45,5 +45,5 @@ require('../chunk-7QVYU63E.js');
45
45
 
46
46
 
47
47
 
48
- exports.CommonProvider = _chunkTIN45OXQjs.CommonProvider; exports.CompanyProvider = _chunkTIN45OXQjs.CompanyProvider; exports.CurrentUserProvider = _chunkTIN45OXQjs.CurrentUserProvider; exports.NotificationContextProvider = _chunkTIN45OXQjs.NotificationContextProvider; exports.RoleProvider = _chunkTIN45OXQjs.RoleProvider; exports.SharedProvider = _chunkTIN45OXQjs.SharedProvider; exports.SocketContext = _chunkTIN45OXQjs.SocketContext; exports.SocketProvider = _chunkTIN45OXQjs.SocketProvider; exports.UserProvider = _chunkTIN45OXQjs.UserProvider; exports.recentPagesAtom = _chunkTIN45OXQjs.recentPagesAtom; exports.useCommonContext = _chunkTIN45OXQjs.useCommonContext; exports.useCompanyContext = _chunkTIN45OXQjs.useCompanyContext; exports.useCurrentUserContext = _chunkTIN45OXQjs.useCurrentUserContext; exports.useNotificationContext = _chunkTIN45OXQjs.useNotificationContext; exports.useRoleContext = _chunkTIN45OXQjs.useRoleContext; exports.useSharedContext = _chunkTIN45OXQjs.useSharedContext; exports.useSocketContext = _chunkTIN45OXQjs.useSocketContext; exports.useUserContext = _chunkTIN45OXQjs.useUserContext;
48
+ exports.CommonProvider = _chunkODNMW2CGjs.CommonProvider; exports.CompanyProvider = _chunkODNMW2CGjs.CompanyProvider; exports.CurrentUserProvider = _chunkODNMW2CGjs.CurrentUserProvider; exports.NotificationContextProvider = _chunkODNMW2CGjs.NotificationContextProvider; exports.RoleProvider = _chunkODNMW2CGjs.RoleProvider; exports.SharedProvider = _chunkODNMW2CGjs.SharedProvider; exports.SocketContext = _chunkODNMW2CGjs.SocketContext; exports.SocketProvider = _chunkODNMW2CGjs.SocketProvider; exports.UserProvider = _chunkODNMW2CGjs.UserProvider; exports.recentPagesAtom = _chunkODNMW2CGjs.recentPagesAtom; exports.useCommonContext = _chunkODNMW2CGjs.useCommonContext; exports.useCompanyContext = _chunkODNMW2CGjs.useCompanyContext; exports.useCurrentUserContext = _chunkODNMW2CGjs.useCurrentUserContext; exports.useNotificationContext = _chunkODNMW2CGjs.useNotificationContext; exports.useRoleContext = _chunkODNMW2CGjs.useRoleContext; exports.useSharedContext = _chunkODNMW2CGjs.useSharedContext; exports.useSocketContext = _chunkODNMW2CGjs.useSocketContext; exports.useUserContext = _chunkODNMW2CGjs.useUserContext;
49
49
  //# sourceMappingURL=index.js.map
@@ -18,8 +18,8 @@ import {
18
18
  useSharedContext,
19
19
  useSocketContext,
20
20
  useUserContext
21
- } from "../chunk-WMDTCWC3.mjs";
22
- import "../chunk-KX7YG6LY.mjs";
21
+ } from "../chunk-YF5KBA7H.mjs";
22
+ import "../chunk-L6XLESU5.mjs";
23
23
  import "../chunk-KUFWHMMY.mjs";
24
24
  import "../chunk-AUXK7QSA.mjs";
25
25
  import "../chunk-C7C7VY4F.mjs";
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
 
12
- var _chunk7DTKRMYWjs = require('./chunk-7DTKRMYW.js');
12
+ var _chunkLSIUPIYQjs = require('./chunk-LSIUPIYQ.js');
13
13
 
14
14
 
15
15
 
@@ -253,5 +253,5 @@ require('./chunk-7QVYU63E.js');
253
253
 
254
254
 
255
255
 
256
- exports.AbstractApiData = _chunkUYY34W7Rjs.AbstractApiData; exports.AbstractService = _chunkUYY34W7Rjs.AbstractService; exports.Action = _chunkUYY34W7Rjs.Action; exports.Auth = _chunkUYY34W7Rjs.Auth; exports.AuthComponent = _chunkUYY34W7Rjs.AuthComponent; exports.AuthModule = _chunkUYY34W7Rjs.AuthModule; exports.AuthService = _chunkUYY34W7Rjs.AuthService; exports.AuthorModule = _chunkUYY34W7Rjs.AuthorModule; exports.Billing = _chunkUYY34W7Rjs.Billing; exports.BillingModule = _chunkUYY34W7Rjs.BillingModule; exports.BillingService = _chunkUYY34W7Rjs.BillingService; exports.BlockNoteDiffUtil = _chunkUYY34W7Rjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkUYY34W7Rjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkUYY34W7Rjs.ClientAbstractService; exports.ClientHttpMethod = _chunkUYY34W7Rjs.ClientHttpMethod; exports.Company = _chunkUYY34W7Rjs.Company; exports.CompanyFields = _chunkUYY34W7Rjs.CompanyFields; exports.CompanyModule = _chunkUYY34W7Rjs.CompanyModule; exports.CompanyService = _chunkUYY34W7Rjs.CompanyService; exports.Content = _chunkUYY34W7Rjs.Content; exports.ContentFields = _chunkUYY34W7Rjs.ContentFields; exports.ContentModule = _chunkUYY34W7Rjs.ContentModule; exports.ContentService = _chunkUYY34W7Rjs.ContentService; exports.DataClass = _chunkLI6CPNJIjs.DataClassRegistry; exports.DataClassRegistry = _chunkLI6CPNJIjs.DataClassRegistry; exports.EndpointCreator = _chunkUYY34W7Rjs.EndpointCreator; exports.Feature = _chunkUYY34W7Rjs.Feature; exports.FeatureModule = _chunkUYY34W7Rjs.FeatureModule; exports.FeatureService = _chunkUYY34W7Rjs.FeatureService; exports.HttpMethod = _chunkUYY34W7Rjs.HttpMethod; exports.InvoiceStatus = _chunkUYY34W7Rjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkLI6CPNJIjs.JsonApiDataFactory; exports.Module = _chunkUYY34W7Rjs.Module; exports.ModuleModule = _chunkUYY34W7Rjs.ModuleModule; exports.ModuleRegistrar = _chunkUYY34W7Rjs.ModuleRegistrar; exports.ModuleRegistry = _chunkUYY34W7Rjs.ModuleRegistry; exports.Modules = _chunkUYY34W7Rjs.Modules; exports.Notification = _chunkUYY34W7Rjs.Notification; exports.NotificationFields = _chunkUYY34W7Rjs.NotificationFields; exports.NotificationModule = _chunkUYY34W7Rjs.NotificationModule; exports.NotificationService = _chunkUYY34W7Rjs.NotificationService; exports.PaymentMethod = _chunkUYY34W7Rjs.PaymentMethod; exports.Push = _chunkUYY34W7Rjs.Push; exports.PushModule = _chunkUYY34W7Rjs.PushModule; exports.PushService = _chunkUYY34W7Rjs.PushService; exports.RehydrationFactory = _chunkUYY34W7Rjs.RehydrationFactory; exports.Role = _chunkUYY34W7Rjs.Role; exports.RoleFields = _chunkUYY34W7Rjs.RoleFields; exports.RoleModule = _chunkUYY34W7Rjs.RoleModule; exports.RoleService = _chunkUYY34W7Rjs.RoleService; exports.S3 = _chunkUYY34W7Rjs.S3; exports.S3Module = _chunkUYY34W7Rjs.S3Module; exports.S3Service = _chunkUYY34W7Rjs.S3Service; exports.StripeCustomer = _chunkUYY34W7Rjs.StripeCustomer; exports.StripeCustomerModule = _chunkUYY34W7Rjs.StripeCustomerModule; exports.StripeCustomerService = _chunkUYY34W7Rjs.StripeCustomerService; exports.StripeInvoice = _chunkUYY34W7Rjs.StripeInvoice; exports.StripeInvoiceModule = _chunkUYY34W7Rjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkUYY34W7Rjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkUYY34W7Rjs.StripePaymentMethodModule; exports.StripePrice = _chunkUYY34W7Rjs.StripePrice; exports.StripePriceModule = _chunkUYY34W7Rjs.StripePriceModule; exports.StripePriceService = _chunkUYY34W7Rjs.StripePriceService; exports.StripeProduct = _chunkUYY34W7Rjs.StripeProduct; exports.StripeProductModule = _chunkUYY34W7Rjs.StripeProductModule; exports.StripeProductService = _chunkUYY34W7Rjs.StripeProductService; exports.StripeSubscription = _chunkUYY34W7Rjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkUYY34W7Rjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkUYY34W7Rjs.StripeSubscriptionService; exports.StripeUsage = _chunkUYY34W7Rjs.StripeUsage; exports.StripeUsageModule = _chunkUYY34W7Rjs.StripeUsageModule; exports.StripeUsageService = _chunkUYY34W7Rjs.StripeUsageService; exports.SubscriptionStatus = _chunkUYY34W7Rjs.SubscriptionStatus; exports.TableOptions = _chunkUYY34W7Rjs.TableOptions; exports.User = _chunkUYY34W7Rjs.User; exports.UserFields = _chunkUYY34W7Rjs.UserFields; exports.UserModule = _chunkUYY34W7Rjs.UserModule; exports.UserService = _chunkUYY34W7Rjs.UserService; exports.checkPermissions = _chunkUYY34W7Rjs.checkPermissions; exports.checkPermissionsFromServer = _chunkUYY34W7Rjs.checkPermissionsFromServer; exports.cn = _chunkUYY34W7Rjs.cn; exports.composeRefs = _chunkUYY34W7Rjs.composeRefs; exports.configureAuth = _chunkUYY34W7Rjs.configureAuth; exports.configureI18n = _chunk7DTKRMYWjs.configureI18n; exports.configureJsonApi = _chunk7DTKRMYWjs.configureJsonApi; exports.configureLogin = _chunk7DTKRMYWjs.configureLogin; exports.configureRoles = _chunk7DTKRMYWjs.configureRoles; exports.createJsonApiInclusion = _chunkUYY34W7Rjs.createJsonApiInclusion; exports.entityObjectSchema = _chunkUYY34W7Rjs.entityObjectSchema; exports.exists = _chunkUYY34W7Rjs.exists; exports.formatDate = _chunkUYY34W7Rjs.formatDate; exports.getApiUrl = _chunk7DTKRMYWjs.getApiUrl; exports.getAppUrl = _chunk7DTKRMYWjs.getAppUrl; exports.getBootstrapper = _chunkLI6CPNJIjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkUYY34W7Rjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkUYY34W7Rjs.getGlobalErrorHandler; exports.getIcon = _chunkUYY34W7Rjs.getIcon; exports.getIconByModule = _chunkUYY34W7Rjs.getIconByModule; exports.getIconByModuleName = _chunkUYY34W7Rjs.getIconByModuleName; exports.getLucideIcon = _chunkUYY34W7Rjs.getLucideIcon; exports.getLucideIconByModule = _chunkUYY34W7Rjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkUYY34W7Rjs.getLucideIconByModuleName; exports.getRoleId = _chunk7DTKRMYWjs.getRoleId; exports.getStripePublishableKey = _chunk7DTKRMYWjs.getStripePublishableKey; exports.getTableComponents = _chunkUYY34W7Rjs.getTableComponents; exports.getTableOptions = _chunkUYY34W7Rjs.getTableOptions; exports.getTokenHandler = _chunkUYY34W7Rjs.getTokenHandler; exports.getTrackablePages = _chunk7DTKRMYWjs.getTrackablePages; exports.getValueFromPath = _chunkUYY34W7Rjs.getValueFromPath; exports.hasBootstrapper = _chunkLI6CPNJIjs.hasBootstrapper; exports.isRolesConfigured = _chunk7DTKRMYWjs.isRolesConfigured; exports.rehydrate = _chunkUYY34W7Rjs.rehydrate; exports.rehydrateList = _chunkUYY34W7Rjs.rehydrateList; exports.resetBootstrapStore = _chunkLI6CPNJIjs.resetBootstrapStore; exports.setBootstrapper = _chunkLI6CPNJIjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkUYY34W7Rjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkUYY34W7Rjs.setGlobalErrorHandler; exports.translateData = _chunkLI6CPNJIjs.translateData; exports.translateResponse = _chunkLI6CPNJIjs.translateResponse; exports.tryBootstrap = _chunkLI6CPNJIjs.tryBootstrap; exports.useComposedRefs = _chunkUYY34W7Rjs.useComposedRefs; exports.useIsMobile = _chunkUYY34W7Rjs.useIsMobile; exports.userObjectSchema = _chunkUYY34W7Rjs.userObjectSchema;
256
+ exports.AbstractApiData = _chunkUYY34W7Rjs.AbstractApiData; exports.AbstractService = _chunkUYY34W7Rjs.AbstractService; exports.Action = _chunkUYY34W7Rjs.Action; exports.Auth = _chunkUYY34W7Rjs.Auth; exports.AuthComponent = _chunkUYY34W7Rjs.AuthComponent; exports.AuthModule = _chunkUYY34W7Rjs.AuthModule; exports.AuthService = _chunkUYY34W7Rjs.AuthService; exports.AuthorModule = _chunkUYY34W7Rjs.AuthorModule; exports.Billing = _chunkUYY34W7Rjs.Billing; exports.BillingModule = _chunkUYY34W7Rjs.BillingModule; exports.BillingService = _chunkUYY34W7Rjs.BillingService; exports.BlockNoteDiffUtil = _chunkUYY34W7Rjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkUYY34W7Rjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkUYY34W7Rjs.ClientAbstractService; exports.ClientHttpMethod = _chunkUYY34W7Rjs.ClientHttpMethod; exports.Company = _chunkUYY34W7Rjs.Company; exports.CompanyFields = _chunkUYY34W7Rjs.CompanyFields; exports.CompanyModule = _chunkUYY34W7Rjs.CompanyModule; exports.CompanyService = _chunkUYY34W7Rjs.CompanyService; exports.Content = _chunkUYY34W7Rjs.Content; exports.ContentFields = _chunkUYY34W7Rjs.ContentFields; exports.ContentModule = _chunkUYY34W7Rjs.ContentModule; exports.ContentService = _chunkUYY34W7Rjs.ContentService; exports.DataClass = _chunkLI6CPNJIjs.DataClassRegistry; exports.DataClassRegistry = _chunkLI6CPNJIjs.DataClassRegistry; exports.EndpointCreator = _chunkUYY34W7Rjs.EndpointCreator; exports.Feature = _chunkUYY34W7Rjs.Feature; exports.FeatureModule = _chunkUYY34W7Rjs.FeatureModule; exports.FeatureService = _chunkUYY34W7Rjs.FeatureService; exports.HttpMethod = _chunkUYY34W7Rjs.HttpMethod; exports.InvoiceStatus = _chunkUYY34W7Rjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkLI6CPNJIjs.JsonApiDataFactory; exports.Module = _chunkUYY34W7Rjs.Module; exports.ModuleModule = _chunkUYY34W7Rjs.ModuleModule; exports.ModuleRegistrar = _chunkUYY34W7Rjs.ModuleRegistrar; exports.ModuleRegistry = _chunkUYY34W7Rjs.ModuleRegistry; exports.Modules = _chunkUYY34W7Rjs.Modules; exports.Notification = _chunkUYY34W7Rjs.Notification; exports.NotificationFields = _chunkUYY34W7Rjs.NotificationFields; exports.NotificationModule = _chunkUYY34W7Rjs.NotificationModule; exports.NotificationService = _chunkUYY34W7Rjs.NotificationService; exports.PaymentMethod = _chunkUYY34W7Rjs.PaymentMethod; exports.Push = _chunkUYY34W7Rjs.Push; exports.PushModule = _chunkUYY34W7Rjs.PushModule; exports.PushService = _chunkUYY34W7Rjs.PushService; exports.RehydrationFactory = _chunkUYY34W7Rjs.RehydrationFactory; exports.Role = _chunkUYY34W7Rjs.Role; exports.RoleFields = _chunkUYY34W7Rjs.RoleFields; exports.RoleModule = _chunkUYY34W7Rjs.RoleModule; exports.RoleService = _chunkUYY34W7Rjs.RoleService; exports.S3 = _chunkUYY34W7Rjs.S3; exports.S3Module = _chunkUYY34W7Rjs.S3Module; exports.S3Service = _chunkUYY34W7Rjs.S3Service; exports.StripeCustomer = _chunkUYY34W7Rjs.StripeCustomer; exports.StripeCustomerModule = _chunkUYY34W7Rjs.StripeCustomerModule; exports.StripeCustomerService = _chunkUYY34W7Rjs.StripeCustomerService; exports.StripeInvoice = _chunkUYY34W7Rjs.StripeInvoice; exports.StripeInvoiceModule = _chunkUYY34W7Rjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkUYY34W7Rjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkUYY34W7Rjs.StripePaymentMethodModule; exports.StripePrice = _chunkUYY34W7Rjs.StripePrice; exports.StripePriceModule = _chunkUYY34W7Rjs.StripePriceModule; exports.StripePriceService = _chunkUYY34W7Rjs.StripePriceService; exports.StripeProduct = _chunkUYY34W7Rjs.StripeProduct; exports.StripeProductModule = _chunkUYY34W7Rjs.StripeProductModule; exports.StripeProductService = _chunkUYY34W7Rjs.StripeProductService; exports.StripeSubscription = _chunkUYY34W7Rjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkUYY34W7Rjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkUYY34W7Rjs.StripeSubscriptionService; exports.StripeUsage = _chunkUYY34W7Rjs.StripeUsage; exports.StripeUsageModule = _chunkUYY34W7Rjs.StripeUsageModule; exports.StripeUsageService = _chunkUYY34W7Rjs.StripeUsageService; exports.SubscriptionStatus = _chunkUYY34W7Rjs.SubscriptionStatus; exports.TableOptions = _chunkUYY34W7Rjs.TableOptions; exports.User = _chunkUYY34W7Rjs.User; exports.UserFields = _chunkUYY34W7Rjs.UserFields; exports.UserModule = _chunkUYY34W7Rjs.UserModule; exports.UserService = _chunkUYY34W7Rjs.UserService; exports.checkPermissions = _chunkUYY34W7Rjs.checkPermissions; exports.checkPermissionsFromServer = _chunkUYY34W7Rjs.checkPermissionsFromServer; exports.cn = _chunkUYY34W7Rjs.cn; exports.composeRefs = _chunkUYY34W7Rjs.composeRefs; exports.configureAuth = _chunkUYY34W7Rjs.configureAuth; exports.configureI18n = _chunkLSIUPIYQjs.configureI18n; exports.configureJsonApi = _chunkLSIUPIYQjs.configureJsonApi; exports.configureLogin = _chunkLSIUPIYQjs.configureLogin; exports.configureRoles = _chunkLSIUPIYQjs.configureRoles; exports.createJsonApiInclusion = _chunkUYY34W7Rjs.createJsonApiInclusion; exports.entityObjectSchema = _chunkUYY34W7Rjs.entityObjectSchema; exports.exists = _chunkUYY34W7Rjs.exists; exports.formatDate = _chunkUYY34W7Rjs.formatDate; exports.getApiUrl = _chunkLSIUPIYQjs.getApiUrl; exports.getAppUrl = _chunkLSIUPIYQjs.getAppUrl; exports.getBootstrapper = _chunkLI6CPNJIjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkUYY34W7Rjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkUYY34W7Rjs.getGlobalErrorHandler; exports.getIcon = _chunkUYY34W7Rjs.getIcon; exports.getIconByModule = _chunkUYY34W7Rjs.getIconByModule; exports.getIconByModuleName = _chunkUYY34W7Rjs.getIconByModuleName; exports.getLucideIcon = _chunkUYY34W7Rjs.getLucideIcon; exports.getLucideIconByModule = _chunkUYY34W7Rjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkUYY34W7Rjs.getLucideIconByModuleName; exports.getRoleId = _chunkLSIUPIYQjs.getRoleId; exports.getStripePublishableKey = _chunkLSIUPIYQjs.getStripePublishableKey; exports.getTableComponents = _chunkUYY34W7Rjs.getTableComponents; exports.getTableOptions = _chunkUYY34W7Rjs.getTableOptions; exports.getTokenHandler = _chunkUYY34W7Rjs.getTokenHandler; exports.getTrackablePages = _chunkLSIUPIYQjs.getTrackablePages; exports.getValueFromPath = _chunkUYY34W7Rjs.getValueFromPath; exports.hasBootstrapper = _chunkLI6CPNJIjs.hasBootstrapper; exports.isRolesConfigured = _chunkLSIUPIYQjs.isRolesConfigured; exports.rehydrate = _chunkUYY34W7Rjs.rehydrate; exports.rehydrateList = _chunkUYY34W7Rjs.rehydrateList; exports.resetBootstrapStore = _chunkLI6CPNJIjs.resetBootstrapStore; exports.setBootstrapper = _chunkLI6CPNJIjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkUYY34W7Rjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkUYY34W7Rjs.setGlobalErrorHandler; exports.translateData = _chunkLI6CPNJIjs.translateData; exports.translateResponse = _chunkLI6CPNJIjs.translateResponse; exports.tryBootstrap = _chunkLI6CPNJIjs.tryBootstrap; exports.useComposedRefs = _chunkUYY34W7Rjs.useComposedRefs; exports.useIsMobile = _chunkUYY34W7Rjs.useIsMobile; exports.userObjectSchema = _chunkUYY34W7Rjs.userObjectSchema;
257
257
  //# sourceMappingURL=index.js.map
package/dist/index.mjs CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  getStripePublishableKey,
10
10
  getTrackablePages,
11
11
  isRolesConfigured
12
- } from "./chunk-KX7YG6LY.mjs";
12
+ } from "./chunk-L6XLESU5.mjs";
13
13
  import {
14
14
  AbstractApiData,
15
15
  AbstractService,
@@ -1 +1 @@
1
- {"version":3,"file":"details.template.d.ts","sourceRoot":"","sources":["../../../../../scripts/generate-web-module/templates/components/details.template.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAG3E;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,oBAAoB,GAAG,MAAM,CAkC1E"}
1
+ {"version":3,"file":"details.template.d.ts","sourceRoot":"","sources":["../../../../../scripts/generate-web-module/templates/components/details.template.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAE3E;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,oBAAoB,GAAG,MAAM,CAmC1E"}
@@ -21,6 +21,7 @@ function generateDetailsTemplate(data) {
21
21
  import { use${names.pascalCase}Context } from "@/features/${data.targetDir}/${names.kebabCase}/contexts/${names.pascalCase}Context";
22
22
  import { AttributeElement, ContentTitle, ReactMarkdownContainer } from "@carlonicora/nextjs-jsonapi/components";
23
23
  import { useSharedContext } from "@carlonicora/nextjs-jsonapi/contexts";
24
+ import { Modules } from "@carlonicora/nextjs-jsonapi/core";
24
25
  import { useTranslations } from "next-intl";
25
26
 
26
27
  function ${names.pascalCase}DetailsInternal() {
@@ -32,7 +33,7 @@ function ${names.pascalCase}DetailsInternal() {
32
33
 
33
34
  return (
34
35
  <div className="flex w-full flex-col gap-y-2">
35
- <ContentTitle type={title.type} element={title.element} functions={title.functions} />
36
+ <ContentTitle type={title.type} element={title.element} functions={title.functions} module={Modules.${names.pascalCase}} />
36
37
  ${attributeElements}
37
38
  </div>
38
39
  );
@@ -1 +1 @@
1
- {"version":3,"file":"details.template.js","sourceRoot":"","sources":["../../../../../scripts/generate-web-module/templates/components/details.template.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"details.template.js","sourceRoot":"","sources":["../../../../../scripts/generate-web-module/templates/components/details.template.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlonicora/nextjs-jsonapi",
3
- "version": "1.21.0",
3
+ "version": "1.23.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",
@@ -4,8 +4,8 @@
4
4
  * Generates {Module}Details.tsx component for displaying item details.
5
5
  */
6
6
 
7
+ import { pluralize, toCamelCase } from "../../transformers/name-transformer";
7
8
  import { FrontendTemplateData } from "../../types/template-data.interface";
8
- import { toCamelCase, pluralize } from "../../transformers/name-transformer";
9
9
 
10
10
  /**
11
11
  * Generate the details component file content
@@ -23,6 +23,7 @@ export function generateDetailsTemplate(data: FrontendTemplateData): string {
23
23
  import { use${names.pascalCase}Context } from "@/features/${data.targetDir}/${names.kebabCase}/contexts/${names.pascalCase}Context";
24
24
  import { AttributeElement, ContentTitle, ReactMarkdownContainer } from "@carlonicora/nextjs-jsonapi/components";
25
25
  import { useSharedContext } from "@carlonicora/nextjs-jsonapi/contexts";
26
+ import { Modules } from "@carlonicora/nextjs-jsonapi/core";
26
27
  import { useTranslations } from "next-intl";
27
28
 
28
29
  function ${names.pascalCase}DetailsInternal() {
@@ -34,7 +35,7 @@ function ${names.pascalCase}DetailsInternal() {
34
35
 
35
36
  return (
36
37
  <div className="flex w-full flex-col gap-y-2">
37
- <ContentTitle type={title.type} element={title.element} functions={title.functions} />
38
+ <ContentTitle type={title.type} element={title.element} functions={title.functions} module={Modules.${names.pascalCase}} />
38
39
  ${attributeElements}
39
40
  </div>
40
41
  );
@@ -65,9 +66,7 @@ function generateAttributeElements(data: FrontendTemplateData): string {
65
66
  }
66
67
 
67
68
  // Add custom fields (excluding name, tldr, abstract, content which are handled elsewhere)
68
- const displayableFields = fields.filter(
69
- (f) => !["name", "tldr", "abstract", "content", "id"].includes(f.name)
70
- );
69
+ const displayableFields = fields.filter((f) => !["name", "tldr", "abstract", "content", "id"].includes(f.name));
71
70
 
72
71
  displayableFields.forEach((field) => {
73
72
  if (field.type === "string") {
@@ -151,13 +151,12 @@ export function FormDate({
151
151
  className="pr-16"
152
152
  />
153
153
  <div className="absolute right-1 top-1/2 flex -translate-y-1/2 items-center space-x-1">
154
- <PopoverTrigger>
155
- <button
156
- type="button"
157
- className="hover:bg-muted flex h-8 w-8 items-center justify-center rounded-md"
158
- >
159
- <CalendarIcon className="h-4 w-4 opacity-50" />
160
- </button>
154
+ <PopoverTrigger
155
+ render={<div />}
156
+ nativeButton={false}
157
+ className="hover:bg-muted flex h-8 w-8 cursor-pointer items-center justify-center rounded-md"
158
+ >
159
+ <CalendarIcon className="h-4 w-4 opacity-50" />
161
160
  </PopoverTrigger>
162
161
  {field.value && (
163
162
  <button
@@ -106,16 +106,16 @@ export function FormDateTime({
106
106
  <div className="relative flex flex-row">
107
107
  <Popover open={open} onOpenChange={setOpen} modal={true}>
108
108
  <div className="flex w-full flex-row items-center justify-between">
109
- <PopoverTrigger>
110
- <FormControl>
109
+ <PopoverTrigger
110
+ render={
111
111
  <Button
112
112
  variant={"outline"}
113
113
  className={cn("w-full pl-3 text-left font-normal", !field.value && "text-muted-foreground")}
114
- >
115
- {field.value ? formatDateTime(field.value) : <span>{t(`generic.pick_date_time`)}</span>}
116
- <CalendarIcon className="ml-auto h-4 w-4 opacity-50" />
117
- </Button>
118
- </FormControl>
114
+ />
115
+ }
116
+ >
117
+ {field.value ? formatDateTime(field.value) : <span>{t(`generic.pick_date_time`)}</span>}
118
+ <CalendarIcon className="ml-auto h-4 w-4 opacity-50" />
119
119
  </PopoverTrigger>
120
120
  {field.value && allowEmpty !== false && (
121
121
  <CircleXIcon
@@ -1,6 +1,7 @@
1
1
  "use client";
2
2
 
3
3
  import { ReactNode, useEffect, useState } from "react";
4
+ import { ModuleWithPermissions } from "../../permissions";
4
5
  import { cn } from "../../utils";
5
6
 
6
7
  type TitleProps = {
@@ -8,9 +9,10 @@ type TitleProps = {
8
9
  element?: string;
9
10
  functions?: ReactNode;
10
11
  className?: string;
12
+ module?: ModuleWithPermissions;
11
13
  };
12
14
 
13
- export function ContentTitle({ type, element, functions, className }: TitleProps) {
15
+ export function ContentTitle({ module, type, element, functions, className }: TitleProps) {
14
16
  const [clientFunctions, setClientFunctions] = useState<ReactNode>(null);
15
17
  const [isClient, setIsClient] = useState(false);
16
18
 
@@ -26,7 +28,12 @@ export function ContentTitle({ type, element, functions, className }: TitleProps
26
28
  return (
27
29
  <div className={cn(`mb-4 flex items-center justify-between gap-x-4 w-full`, className)}>
28
30
  <div className="flex flex-col w-full">
29
- {type && <div className={`text-muted-foreground text-xl font-light`}>{type}</div>}
31
+ {type && (
32
+ <div className={`text-muted-foreground text-xl font-light flex gap-x-2 items-center`}>
33
+ {module && module.icon && <module.icon className="w-5 h-5 inline-block" />}
34
+ {type}
35
+ </div>
36
+ )}
30
37
  <div className={`text-primary w-full text-3xl font-semibold`}>{element}</div>
31
38
  </div>
32
39
  {isClient && clientFunctions && <div className="flex flex-row items-center justify-start">{clientFunctions}</div>}
@@ -2,6 +2,7 @@
2
2
 
3
3
  import { useTranslations } from "next-intl";
4
4
  import Image from "next/image";
5
+ import { Modules } from "../../../../";
5
6
  import { ContentTitle } from "../../../../components";
6
7
  import { useSharedContext } from "../../../../contexts";
7
8
  import { usePageUrlGenerator } from "../../../../hooks";
@@ -17,7 +18,7 @@ export function CompanyDetails() {
17
18
 
18
19
  return (
19
20
  <div className="flex w-full flex-col gap-y-2">
20
- <ContentTitle type={title.type} element={title.element} functions={title.functions} />
21
+ <ContentTitle module={Modules.Company} type={title.type} element={title.element} functions={title.functions} />
21
22
  {company.logo && (
22
23
  <Image src={company.logo} alt={company.name} width={150} height={150} className="mb-4 rounded-md" />
23
24
  )}
@@ -51,7 +51,7 @@ export function UserDetails({ user }: UserDetailsProps) {
51
51
  />
52
52
  </div>
53
53
  )}
54
- <ContentTitle type={title.type} element={title.element} functions={title.functions} />
54
+ <ContentTitle module={Modules.User} type={title.type} element={title.element} functions={title.functions} />
55
55
  {user.isDeleted ? (
56
56
  <div>
57
57
  <Badge variant="destructive">{t(`foundations.user.errors.deleted`)}</Badge>