@carlonicora/nextjs-jsonapi 1.29.5 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BlockNoteEditor-C25QYFYD.mjs → BlockNoteEditor-CEJE3YHQ.mjs} +4 -4
- package/dist/{BlockNoteEditor-6U5KIP4Q.js → BlockNoteEditor-TUJ3VCS3.js} +14 -14
- package/dist/{BlockNoteEditor-6U5KIP4Q.js.map → BlockNoteEditor-TUJ3VCS3.js.map} +1 -1
- package/dist/billing/index.js +335 -335
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-UYBCHXXL.js → chunk-5KQXRLK3.js} +25 -2
- package/dist/chunk-5KQXRLK3.js.map +1 -0
- package/dist/{chunk-CYZZ3E33.js → chunk-BHKXZF2I.js} +493 -501
- package/dist/chunk-BHKXZF2I.js.map +1 -0
- package/dist/{chunk-GR4QPP36.mjs → chunk-C62JXXUX.mjs} +1 -1
- package/dist/{chunk-EW6QPMN3.js → chunk-OR5NPUWF.js} +1 -1
- package/dist/{chunk-EW6QPMN3.js.map → chunk-OR5NPUWF.js.map} +1 -1
- package/dist/{chunk-NYNLJEPF.mjs → chunk-WQ3KF6BG.mjs} +24 -1
- package/dist/chunk-WQ3KF6BG.mjs.map +1 -0
- package/dist/{chunk-QFN6RG6A.mjs → chunk-XY6HEWHI.mjs} +28 -36
- package/dist/chunk-XY6HEWHI.mjs.map +1 -0
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +25 -2
- package/dist/core/index.d.ts +25 -2
- package/dist/core/index.js +10 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +9 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +11 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/ReactMarkdownContainer.tsx +1 -1
- package/src/components/errors/errorToast.ts +2 -4
- package/src/components/forms/CommonAssociationForm.tsx +3 -3
- package/src/components/forms/FileUploader.tsx +4 -4
- package/src/features/auth/components/forms/AcceptInvitation.tsx +2 -2
- package/src/features/auth/components/forms/ActivateAccount.tsx +2 -2
- package/src/features/auth/components/forms/ForgotPassword.tsx +1 -1
- package/src/features/auth/components/forms/Login.tsx +4 -4
- package/src/features/auth/components/forms/Register.tsx +1 -1
- package/src/features/auth/components/forms/ResetPassword.tsx +2 -2
- package/src/features/company/components/forms/CompanyConfigurationEditor.tsx +3 -3
- package/src/features/company/components/forms/CompanyDeleter.tsx +1 -1
- package/src/features/notification/components/modals/NotificationModal.tsx +2 -2
- package/src/features/role/components/forms/UserRoleAdd.tsx +2 -2
- package/src/features/user/components/forms/UserResentInvitationEmail.tsx +2 -2
- package/src/features/user/components/widgets/UserSearchPopover.tsx +1 -1
- package/src/index.ts +3 -0
- package/src/shadcnui/ui/sonner.tsx +13 -23
- package/src/utils/index.ts +3 -0
- package/src/utils/toast.ts +39 -0
- package/dist/chunk-CYZZ3E33.js.map +0 -1
- package/dist/chunk-NYNLJEPF.mjs.map +0 -1
- package/dist/chunk-QFN6RG6A.mjs.map +0 -1
- package/dist/chunk-UYBCHXXL.js.map +0 -1
- /package/dist/{BlockNoteEditor-C25QYFYD.mjs.map → BlockNoteEditor-CEJE3YHQ.mjs.map} +0 -0
- /package/dist/{chunk-GR4QPP36.mjs.map → chunk-C62JXXUX.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkBHKXZF2Ijs = require('../chunk-BHKXZF2I.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ var _chunkCYZZ3E33js = require('../chunk-CYZZ3E33.js');
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
var
|
|
43
|
+
var _chunkOR5NPUWFjs = require('../chunk-OR5NPUWF.js');
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
|
|
@@ -51,7 +51,7 @@ var _chunkEW6QPMN3js = require('../chunk-EW6QPMN3.js');
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunk5KQXRLK3js = require('../chunk-5KQXRLK3.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -117,5 +117,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
exports.ClientJsonApiDelete =
|
|
120
|
+
exports.ClientJsonApiDelete = _chunk5KQXRLK3js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk5KQXRLK3js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk5KQXRLK3js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk5KQXRLK3js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk5KQXRLK3js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkBHKXZF2Ijs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkBHKXZF2Ijs.TableGeneratorRegistry; exports.configureClientConfig = _chunkOR5NPUWFjs.configureClientConfig; exports.configureClientJsonApi = _chunk5KQXRLK3js.configureClientJsonApi; exports.configureI18n = _chunkOR5NPUWFjs.configureI18n; exports.configureJsonApi = _chunkOR5NPUWFjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkOR5NPUWFjs.getApiUrl; exports.getAppUrl = _chunkOR5NPUWFjs.getAppUrl; exports.getClientApiUrl = _chunk5KQXRLK3js.getClientApiUrl; exports.getClientAppUrl = _chunk5KQXRLK3js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk5KQXRLK3js.getClientTrackablePages; exports.getI18nLink = _chunkOR5NPUWFjs.getI18nLink; exports.getStripePublishableKey = _chunkOR5NPUWFjs.getStripePublishableKey; exports.getTrackablePages = _chunkOR5NPUWFjs.getTrackablePages; exports.registerTableGenerator = _chunkBHKXZF2Ijs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkBHKXZF2Ijs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkBHKXZF2Ijs.useContentTableStructure; exports.useCustomD3Graph = _chunkBHKXZF2Ijs.useCustomD3Graph; exports.useDataListRetriever = _chunkBHKXZF2Ijs.useDataListRetriever; exports.useDebounce = _chunkBHKXZF2Ijs.useDebounce; exports.useI18nDateFnsLocale = _chunkOR5NPUWFjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkOR5NPUWFjs.useI18nLocale; exports.useI18nRouter = _chunkOR5NPUWFjs.useI18nRouter; exports.useI18nTranslations = _chunkOR5NPUWFjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkBHKXZF2Ijs.useJsonApiGet; exports.useJsonApiMutation = _chunkBHKXZF2Ijs.useJsonApiMutation; exports.useNotificationSync = _chunkBHKXZF2Ijs.useNotificationSync; exports.useOAuthClient = _chunkBHKXZF2Ijs.useOAuthClient; exports.useOAuthClients = _chunkBHKXZF2Ijs.useOAuthClients; exports.useOAuthConsent = _chunkBHKXZF2Ijs.useOAuthConsent; exports.usePageTracker = _chunkBHKXZF2Ijs.usePageTracker; exports.usePageUrlGenerator = _chunkBHKXZF2Ijs.usePageUrlGenerator; exports.useRehydration = _chunkBHKXZF2Ijs.useRehydration; exports.useRehydrationList = _chunkBHKXZF2Ijs.useRehydrationList; exports.useRoleTableStructure = _chunkBHKXZF2Ijs.useRoleTableStructure; exports.useSocket = _chunkBHKXZF2Ijs.useSocket; exports.useSubscriptionStatus = _chunkBHKXZF2Ijs.useSubscriptionStatus; exports.useTableGenerator = _chunkBHKXZF2Ijs.useTableGenerator; exports.useUrlRewriter = _chunkBHKXZF2Ijs.useUrlRewriter; exports.useUserSearch = _chunkBHKXZF2Ijs.useUserSearch; exports.useUserTableStructure = _chunkBHKXZF2Ijs.useUserTableStructure;
|
|
121
121
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
useUrlRewriter,
|
|
26
26
|
useUserSearch,
|
|
27
27
|
useUserTableStructure
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-XY6HEWHI.mjs";
|
|
29
29
|
import {
|
|
30
30
|
configureClientConfig,
|
|
31
31
|
configureI18n,
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
useI18nLocale,
|
|
40
40
|
useI18nRouter,
|
|
41
41
|
useI18nTranslations
|
|
42
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-C62JXXUX.mjs";
|
|
43
43
|
import {
|
|
44
44
|
ClientJsonApiDelete,
|
|
45
45
|
ClientJsonApiGet,
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
getClientApiUrl,
|
|
51
51
|
getClientAppUrl,
|
|
52
52
|
getClientTrackablePages
|
|
53
|
-
} from "../chunk-
|
|
53
|
+
} from "../chunk-WQ3KF6BG.mjs";
|
|
54
54
|
import {
|
|
55
55
|
getClientToken
|
|
56
56
|
} from "../chunk-AUXK7QSA.mjs";
|
package/dist/components/index.js
CHANGED
|
@@ -370,9 +370,9 @@
|
|
|
370
370
|
|
|
371
371
|
|
|
372
372
|
|
|
373
|
-
var
|
|
374
|
-
require('../chunk-
|
|
375
|
-
require('../chunk-
|
|
373
|
+
var _chunkBHKXZF2Ijs = require('../chunk-BHKXZF2I.js');
|
|
374
|
+
require('../chunk-OR5NPUWF.js');
|
|
375
|
+
require('../chunk-5KQXRLK3.js');
|
|
376
376
|
require('../chunk-LXKSUWAV.js');
|
|
377
377
|
require('../chunk-IBS6NI7D.js');
|
|
378
378
|
require('../chunk-FM6WRAN5.js');
|
|
@@ -756,5 +756,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
756
756
|
|
|
757
757
|
|
|
758
758
|
|
|
759
|
-
exports.AcceptInvitation = _chunkCYZZ3E33js.AcceptInvitation; exports.Accordion = _chunkCYZZ3E33js.Accordion; exports.AccordionContent = _chunkCYZZ3E33js.AccordionContent; exports.AccordionItem = _chunkCYZZ3E33js.AccordionItem; exports.AccordionTrigger = _chunkCYZZ3E33js.AccordionTrigger; exports.ActivateAccount = _chunkCYZZ3E33js.ActivateAccount; exports.AddUserToRole = _chunkCYZZ3E33js.AddUserToRole; exports.AdminCompanyContainer = _chunkCYZZ3E33js.AdminCompanyContainer; exports.AdminUsersList = _chunkCYZZ3E33js.AdminUsersList; exports.Alert = _chunkCYZZ3E33js.Alert; exports.AlertAction = _chunkCYZZ3E33js.AlertAction; exports.AlertDescription = _chunkCYZZ3E33js.AlertDescription; exports.AlertDialog = _chunkCYZZ3E33js.AlertDialog; exports.AlertDialogAction = _chunkCYZZ3E33js.AlertDialogAction; exports.AlertDialogCancel = _chunkCYZZ3E33js.AlertDialogCancel; exports.AlertDialogContent = _chunkCYZZ3E33js.AlertDialogContent; exports.AlertDialogDescription = _chunkCYZZ3E33js.AlertDialogDescription; exports.AlertDialogFooter = _chunkCYZZ3E33js.AlertDialogFooter; exports.AlertDialogHeader = _chunkCYZZ3E33js.AlertDialogHeader; exports.AlertDialogMedia = _chunkCYZZ3E33js.AlertDialogMedia; exports.AlertDialogOverlay = _chunkCYZZ3E33js.AlertDialogOverlay; exports.AlertDialogPortal = _chunkCYZZ3E33js.AlertDialogPortal; exports.AlertDialogTitle = _chunkCYZZ3E33js.AlertDialogTitle; exports.AlertDialogTrigger = _chunkCYZZ3E33js.AlertDialogTrigger; exports.AlertTitle = _chunkCYZZ3E33js.AlertTitle; exports.AllowedUsersDetails = _chunkCYZZ3E33js.AllowedUsersDetails; exports.AttributeElement = _chunkCYZZ3E33js.AttributeElement; exports.AuthContainer = _chunkCYZZ3E33js.AuthContainer; exports.Avatar = _chunkCYZZ3E33js.Avatar; exports.AvatarBadge = _chunkCYZZ3E33js.AvatarBadge; exports.AvatarFallback = _chunkCYZZ3E33js.AvatarFallback; exports.AvatarGroup = _chunkCYZZ3E33js.AvatarGroup; exports.AvatarGroupCount = _chunkCYZZ3E33js.AvatarGroupCount; exports.AvatarImage = _chunkCYZZ3E33js.AvatarImage; exports.Badge = _chunkCYZZ3E33js.Badge; exports.BlockNoteEditorContainer = _chunkCYZZ3E33js.BlockNoteEditorContainer; exports.Board = _chunkCYZZ3E33js.KanbanBoard; exports.Breadcrumb = _chunkCYZZ3E33js.Breadcrumb; exports.BreadcrumbEllipsis = _chunkCYZZ3E33js.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkCYZZ3E33js.BreadcrumbItem; exports.BreadcrumbLink = _chunkCYZZ3E33js.BreadcrumbLink; exports.BreadcrumbList = _chunkCYZZ3E33js.BreadcrumbList; exports.BreadcrumbNavigation = _chunkCYZZ3E33js.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkCYZZ3E33js.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkCYZZ3E33js.BreadcrumbSeparator; exports.Button = _chunkCYZZ3E33js.Button; exports.Calendar = _chunkCYZZ3E33js.Calendar; exports.CalendarDayButton = _chunkCYZZ3E33js.CalendarDayButton; exports.Card = _chunkCYZZ3E33js.Card; exports.CardAction = _chunkCYZZ3E33js.CardAction; exports.CardContent = _chunkCYZZ3E33js.CardContent; exports.CardDescription = _chunkCYZZ3E33js.CardDescription; exports.CardFooter = _chunkCYZZ3E33js.CardFooter; exports.CardHeader = _chunkCYZZ3E33js.CardHeader; exports.CardTitle = _chunkCYZZ3E33js.CardTitle; exports.Carousel = _chunkCYZZ3E33js.Carousel; exports.CarouselContent = _chunkCYZZ3E33js.CarouselContent; exports.CarouselItem = _chunkCYZZ3E33js.CarouselItem; exports.CarouselNext = _chunkCYZZ3E33js.CarouselNext; exports.CarouselPrevious = _chunkCYZZ3E33js.CarouselPrevious; exports.ChartContainer = _chunkCYZZ3E33js.ChartContainer; exports.ChartLegend = _chunkCYZZ3E33js.ChartLegend; exports.ChartLegendContent = _chunkCYZZ3E33js.ChartLegendContent; exports.ChartStyle = _chunkCYZZ3E33js.ChartStyle; exports.ChartTooltip = _chunkCYZZ3E33js.ChartTooltip; exports.ChartTooltipContent = _chunkCYZZ3E33js.ChartTooltipContent; exports.Checkbox = _chunkCYZZ3E33js.Checkbox; exports.Collapsible = _chunkCYZZ3E33js.Collapsible; exports.CollapsibleContent = _chunkCYZZ3E33js.CollapsibleContent; exports.CollapsibleTrigger = _chunkCYZZ3E33js.CollapsibleTrigger; exports.Column = _chunkCYZZ3E33js.KanbanColumn; exports.ColumnHandle = _chunkCYZZ3E33js.KanbanColumnHandle; exports.Command = _chunkCYZZ3E33js.Command; exports.CommandDialog = _chunkCYZZ3E33js.CommandDialog; exports.CommandEmpty = _chunkCYZZ3E33js.CommandEmpty; exports.CommandGroup = _chunkCYZZ3E33js.CommandGroup; exports.CommandInput = _chunkCYZZ3E33js.CommandInput; exports.CommandItem = _chunkCYZZ3E33js.CommandItem; exports.CommandList = _chunkCYZZ3E33js.CommandList; exports.CommandSeparator = _chunkCYZZ3E33js.CommandSeparator; exports.CommandShortcut = _chunkCYZZ3E33js.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkCYZZ3E33js.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkCYZZ3E33js.CommonAssociationTrigger; exports.CommonDeleter = _chunkCYZZ3E33js.CommonDeleter; exports.CommonEditorButtons = _chunkCYZZ3E33js.CommonEditorButtons; exports.CommonEditorHeader = _chunkCYZZ3E33js.CommonEditorHeader; exports.CommonEditorTrigger = _chunkCYZZ3E33js.CommonEditorTrigger; exports.CompaniesList = _chunkCYZZ3E33js.CompaniesList; exports.CompanyConfigurationEditor = _chunkCYZZ3E33js.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkCYZZ3E33js.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkCYZZ3E33js.CompanyContainer; exports.CompanyDeleter = _chunkCYZZ3E33js.CompanyDeleter; exports.CompanyDetails = _chunkCYZZ3E33js.CompanyDetails; exports.CompanyEditor = _chunkCYZZ3E33js.CompanyEditor; exports.CompanyUsersList = _chunkCYZZ3E33js.CompanyUsersList; exports.ContentListTable = _chunkCYZZ3E33js.ContentListTable; exports.ContentTableSearch = _chunkCYZZ3E33js.ContentTableSearch; exports.ContentTitle = _chunkCYZZ3E33js.ContentTitle; exports.ContentsList = _chunkCYZZ3E33js.ContentsList; exports.ContentsListById = _chunkCYZZ3E33js.ContentsListById; exports.ContextMenu = _chunkCYZZ3E33js.ContextMenu; exports.ContextMenuCheckboxItem = _chunkCYZZ3E33js.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkCYZZ3E33js.ContextMenuContent; exports.ContextMenuGroup = _chunkCYZZ3E33js.ContextMenuGroup; exports.ContextMenuItem = _chunkCYZZ3E33js.ContextMenuItem; exports.ContextMenuLabel = _chunkCYZZ3E33js.ContextMenuLabel; exports.ContextMenuPortal = _chunkCYZZ3E33js.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkCYZZ3E33js.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkCYZZ3E33js.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkCYZZ3E33js.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkCYZZ3E33js.ContextMenuShortcut; exports.ContextMenuSub = _chunkCYZZ3E33js.ContextMenuSub; exports.ContextMenuSubContent = _chunkCYZZ3E33js.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkCYZZ3E33js.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkCYZZ3E33js.ContextMenuTrigger; exports.ContributorsList = _chunkCYZZ3E33js.ContributorsList; exports.Cookies = _chunkCYZZ3E33js.Cookies; exports.DatePickerPopover = _chunkCYZZ3E33js.DatePickerPopover; exports.DateRangeSelector = _chunkCYZZ3E33js.DateRangeSelector; exports.Dialog = _chunkCYZZ3E33js.Dialog; exports.DialogClose = _chunkCYZZ3E33js.DialogClose; exports.DialogContent = _chunkCYZZ3E33js.DialogContent; exports.DialogDescription = _chunkCYZZ3E33js.DialogDescription; exports.DialogFooter = _chunkCYZZ3E33js.DialogFooter; exports.DialogHeader = _chunkCYZZ3E33js.DialogHeader; exports.DialogOverlay = _chunkCYZZ3E33js.DialogOverlay; exports.DialogPortal = _chunkCYZZ3E33js.DialogPortal; exports.DialogTitle = _chunkCYZZ3E33js.DialogTitle; exports.DialogTrigger = _chunkCYZZ3E33js.DialogTrigger; exports.Drawer = _chunkCYZZ3E33js.Drawer; exports.DrawerClose = _chunkCYZZ3E33js.DrawerClose; exports.DrawerContent = _chunkCYZZ3E33js.DrawerContent; exports.DrawerDescription = _chunkCYZZ3E33js.DrawerDescription; exports.DrawerFooter = _chunkCYZZ3E33js.DrawerFooter; exports.DrawerHeader = _chunkCYZZ3E33js.DrawerHeader; exports.DrawerOverlay = _chunkCYZZ3E33js.DrawerOverlay; exports.DrawerPortal = _chunkCYZZ3E33js.DrawerPortal; exports.DrawerTitle = _chunkCYZZ3E33js.DrawerTitle; exports.DrawerTrigger = _chunkCYZZ3E33js.DrawerTrigger; exports.DropdownMenu = _chunkCYZZ3E33js.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkCYZZ3E33js.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkCYZZ3E33js.DropdownMenuContent; exports.DropdownMenuGroup = _chunkCYZZ3E33js.DropdownMenuGroup; exports.DropdownMenuItem = _chunkCYZZ3E33js.DropdownMenuItem; exports.DropdownMenuLabel = _chunkCYZZ3E33js.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkCYZZ3E33js.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkCYZZ3E33js.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkCYZZ3E33js.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkCYZZ3E33js.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkCYZZ3E33js.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkCYZZ3E33js.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkCYZZ3E33js.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkCYZZ3E33js.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkCYZZ3E33js.DropdownMenuTrigger; exports.ErrorDetails = _chunkCYZZ3E33js.ErrorDetails; exports.Field = _chunkCYZZ3E33js.Field; exports.FieldContent = _chunkCYZZ3E33js.FieldContent; exports.FieldDescription = _chunkCYZZ3E33js.FieldDescription; exports.FieldError = _chunkCYZZ3E33js.FieldError; exports.FieldGroup = _chunkCYZZ3E33js.FieldGroup; exports.FieldLabel = _chunkCYZZ3E33js.FieldLabel; exports.FieldLegend = _chunkCYZZ3E33js.FieldLegend; exports.FieldSeparator = _chunkCYZZ3E33js.FieldSeparator; exports.FieldSet = _chunkCYZZ3E33js.FieldSet; exports.FieldTitle = _chunkCYZZ3E33js.FieldTitle; exports.FileInput = _chunkCYZZ3E33js.FileInput; exports.FileUploader = _chunkCYZZ3E33js.FileUploader; exports.FileUploaderContent = _chunkCYZZ3E33js.FileUploaderContent; exports.FileUploaderItem = _chunkCYZZ3E33js.FileUploaderItem; exports.ForgotPassword = _chunkCYZZ3E33js.ForgotPassword; exports.Form = _chunkCYZZ3E33js.Form; exports.FormCheckbox = _chunkCYZZ3E33js.FormCheckbox; exports.FormDate = _chunkCYZZ3E33js.FormDate; exports.FormDateTime = _chunkCYZZ3E33js.FormDateTime; exports.FormFeatures = _chunkCYZZ3E33js.FormFeatures; exports.FormFieldWrapper = _chunkCYZZ3E33js.FormFieldWrapper; exports.FormInput = _chunkCYZZ3E33js.FormInput; exports.FormPassword = _chunkCYZZ3E33js.FormPassword; exports.FormPlaceAutocomplete = _chunkCYZZ3E33js.FormPlaceAutocomplete; exports.FormRoles = _chunkCYZZ3E33js.FormRoles; exports.FormSelect = _chunkCYZZ3E33js.FormSelect; exports.FormSlider = _chunkCYZZ3E33js.FormSlider; exports.FormSwitch = _chunkCYZZ3E33js.FormSwitch; exports.FormTextarea = _chunkCYZZ3E33js.FormTextarea; exports.Header = _chunkCYZZ3E33js.Header; exports.HoverCard = _chunkCYZZ3E33js.HoverCard; exports.HoverCardContent = _chunkCYZZ3E33js.HoverCardContent; exports.HoverCardTrigger = _chunkCYZZ3E33js.HoverCardTrigger; exports.Input = _chunkCYZZ3E33js.Input; exports.InputGroup = _chunkCYZZ3E33js.InputGroup; exports.InputGroupAddon = _chunkCYZZ3E33js.InputGroupAddon; exports.InputGroupButton = _chunkCYZZ3E33js.InputGroupButton; exports.InputGroupInput = _chunkCYZZ3E33js.InputGroupInput; exports.InputGroupText = _chunkCYZZ3E33js.InputGroupText; exports.InputGroupTextarea = _chunkCYZZ3E33js.InputGroupTextarea; exports.InputOTP = _chunkCYZZ3E33js.InputOTP; exports.InputOTPGroup = _chunkCYZZ3E33js.InputOTPGroup; exports.InputOTPSeparator = _chunkCYZZ3E33js.InputOTPSeparator; exports.InputOTPSlot = _chunkCYZZ3E33js.InputOTPSlot; exports.Item = _chunkCYZZ3E33js.KanbanItem; exports.ItemHandle = _chunkCYZZ3E33js.KanbanItemHandle; exports.Kanban = _chunkCYZZ3E33js.KanbanRoot; exports.KanbanBoard = _chunkCYZZ3E33js.KanbanBoard; exports.KanbanColumn = _chunkCYZZ3E33js.KanbanColumn; exports.KanbanColumnHandle = _chunkCYZZ3E33js.KanbanColumnHandle; exports.KanbanItem = _chunkCYZZ3E33js.KanbanItem; exports.KanbanItemHandle = _chunkCYZZ3E33js.KanbanItemHandle; exports.KanbanOverlay = _chunkCYZZ3E33js.KanbanOverlay; exports.Label = _chunkCYZZ3E33js.Label; exports.LandingComponent = _chunkCYZZ3E33js.LandingComponent; exports.Link = _chunkCYZZ3E33js.Link; exports.Login = _chunkCYZZ3E33js.Login; exports.Logout = _chunkCYZZ3E33js.Logout; exports.ModeToggleSwitch = _chunkCYZZ3E33js.ModeToggleSwitch; exports.MultiSelect = _chunkCYZZ3E33js.MultiSelect; exports.NavigationMenu = _chunkCYZZ3E33js.NavigationMenu; exports.NavigationMenuContent = _chunkCYZZ3E33js.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkCYZZ3E33js.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkCYZZ3E33js.NavigationMenuItem; exports.NavigationMenuLink = _chunkCYZZ3E33js.NavigationMenuLink; exports.NavigationMenuList = _chunkCYZZ3E33js.NavigationMenuList; exports.NavigationMenuPositioner = _chunkCYZZ3E33js.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkCYZZ3E33js.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkCYZZ3E33js.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkCYZZ3E33js.NotificationMenuItem; exports.NotificationModal = _chunkCYZZ3E33js.NotificationModal; exports.NotificationToast = _chunkCYZZ3E33js.NotificationToast; exports.NotificationsList = _chunkCYZZ3E33js.NotificationsList; exports.NotificationsListContainer = _chunkCYZZ3E33js.NotificationsListContainer; exports.OAuthClientCard = _chunkCYZZ3E33js.OAuthClientCard; exports.OAuthClientDetail = _chunkCYZZ3E33js.OAuthClientDetail; exports.OAuthClientForm = _chunkCYZZ3E33js.OAuthClientForm; exports.OAuthClientList = _chunkCYZZ3E33js.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkCYZZ3E33js.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkCYZZ3E33js.OAuthConsentActions; exports.OAuthConsentHeader = _chunkCYZZ3E33js.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkCYZZ3E33js.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkCYZZ3E33js.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkCYZZ3E33js.OAuthScopeList; exports.OAuthScopeSelector = _chunkCYZZ3E33js.OAuthScopeSelector; exports.Overlay = _chunkCYZZ3E33js.KanbanOverlay; exports.PageContainer = _chunkCYZZ3E33js.PageContainer; exports.PageContainerContentDetails = _chunkCYZZ3E33js.PageContainerContentDetails; exports.PageContentContainer = _chunkCYZZ3E33js.PageContentContainer; exports.PageSection = _chunkCYZZ3E33js.PageSection; exports.PasswordInput = _chunkCYZZ3E33js.PasswordInput; exports.Popover = _chunkCYZZ3E33js.Popover; exports.PopoverContent = _chunkCYZZ3E33js.PopoverContent; exports.PopoverDescription = _chunkCYZZ3E33js.PopoverDescription; exports.PopoverHeader = _chunkCYZZ3E33js.PopoverHeader; exports.PopoverTitle = _chunkCYZZ3E33js.PopoverTitle; exports.PopoverTrigger = _chunkCYZZ3E33js.PopoverTrigger; exports.Progress = _chunkCYZZ3E33js.Progress; exports.ProgressIndicator = _chunkCYZZ3E33js.ProgressIndicator; exports.ProgressLabel = _chunkCYZZ3E33js.ProgressLabel; exports.ProgressTrack = _chunkCYZZ3E33js.ProgressTrack; exports.ProgressValue = _chunkCYZZ3E33js.ProgressValue; exports.PushNotificationProvider = _chunkCYZZ3E33js.PushNotificationProvider; exports.RadioGroup = _chunkCYZZ3E33js.RadioGroup; exports.RadioGroupItem = _chunkCYZZ3E33js.RadioGroupItem; exports.ReactMarkdownContainer = _chunkCYZZ3E33js.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkCYZZ3E33js.RecentPagesNavigator; exports.RefreshUser = _chunkCYZZ3E33js.RefreshUser; exports.RelevantContentsList = _chunkCYZZ3E33js.RelevantContentsList; exports.RelevantUsersList = _chunkCYZZ3E33js.RelevantUsersList; exports.RemoveUserFromRole = _chunkCYZZ3E33js.RemoveUserFromRole; exports.ResetPassword = _chunkCYZZ3E33js.ResetPassword; exports.ResizableHandle = _chunkCYZZ3E33js.ResizableHandle; exports.ResizablePanel = _chunkCYZZ3E33js.ResizablePanel; exports.ResizablePanelGroup = _chunkCYZZ3E33js.ResizablePanelGroup; exports.RoleContainer = _chunkCYZZ3E33js.RoleContainer; exports.RoleDetails = _chunkCYZZ3E33js.RoleDetails; exports.RoleUsersList = _chunkCYZZ3E33js.RoleUsersList; exports.RolesList = _chunkCYZZ3E33js.RolesList; exports.Root = _chunkCYZZ3E33js.KanbanRoot; exports.ScrollArea = _chunkCYZZ3E33js.ScrollArea; exports.ScrollBar = _chunkCYZZ3E33js.ScrollBar; exports.Select = _chunkCYZZ3E33js.Select; exports.SelectContent = _chunkCYZZ3E33js.SelectContent; exports.SelectGroup = _chunkCYZZ3E33js.SelectGroup; exports.SelectItem = _chunkCYZZ3E33js.SelectItem; exports.SelectLabel = _chunkCYZZ3E33js.SelectLabel; exports.SelectScrollDownButton = _chunkCYZZ3E33js.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkCYZZ3E33js.SelectScrollUpButton; exports.SelectSeparator = _chunkCYZZ3E33js.SelectSeparator; exports.SelectTrigger = _chunkCYZZ3E33js.SelectTrigger; exports.SelectValue = _chunkCYZZ3E33js.SelectValue; exports.Separator = _chunkCYZZ3E33js.Separator; exports.Sheet = _chunkCYZZ3E33js.Sheet; exports.SheetClose = _chunkCYZZ3E33js.SheetClose; exports.SheetContent = _chunkCYZZ3E33js.SheetContent; exports.SheetDescription = _chunkCYZZ3E33js.SheetDescription; exports.SheetFooter = _chunkCYZZ3E33js.SheetFooter; exports.SheetHeader = _chunkCYZZ3E33js.SheetHeader; exports.SheetTitle = _chunkCYZZ3E33js.SheetTitle; exports.SheetTrigger = _chunkCYZZ3E33js.SheetTrigger; exports.Sidebar = _chunkCYZZ3E33js.Sidebar; exports.SidebarContent = _chunkCYZZ3E33js.SidebarContent; exports.SidebarFooter = _chunkCYZZ3E33js.SidebarFooter; exports.SidebarGroup = _chunkCYZZ3E33js.SidebarGroup; exports.SidebarGroupAction = _chunkCYZZ3E33js.SidebarGroupAction; exports.SidebarGroupContent = _chunkCYZZ3E33js.SidebarGroupContent; exports.SidebarGroupLabel = _chunkCYZZ3E33js.SidebarGroupLabel; exports.SidebarHeader = _chunkCYZZ3E33js.SidebarHeader; exports.SidebarInput = _chunkCYZZ3E33js.SidebarInput; exports.SidebarInset = _chunkCYZZ3E33js.SidebarInset; exports.SidebarMenu = _chunkCYZZ3E33js.SidebarMenu; exports.SidebarMenuAction = _chunkCYZZ3E33js.SidebarMenuAction; exports.SidebarMenuBadge = _chunkCYZZ3E33js.SidebarMenuBadge; exports.SidebarMenuButton = _chunkCYZZ3E33js.SidebarMenuButton; exports.SidebarMenuItem = _chunkCYZZ3E33js.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkCYZZ3E33js.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkCYZZ3E33js.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkCYZZ3E33js.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkCYZZ3E33js.SidebarMenuSubItem; exports.SidebarProvider = _chunkCYZZ3E33js.SidebarProvider; exports.SidebarRail = _chunkCYZZ3E33js.SidebarRail; exports.SidebarSeparator = _chunkCYZZ3E33js.SidebarSeparator; exports.SidebarTrigger = _chunkCYZZ3E33js.SidebarTrigger; exports.Skeleton = _chunkCYZZ3E33js.Skeleton; exports.Slider = _chunkCYZZ3E33js.Slider; exports.Switch = _chunkCYZZ3E33js.Switch; exports.Table = _chunkCYZZ3E33js.Table; exports.TableBody = _chunkCYZZ3E33js.TableBody; exports.TableCaption = _chunkCYZZ3E33js.TableCaption; exports.TableCell = _chunkCYZZ3E33js.TableCell; exports.TableFooter = _chunkCYZZ3E33js.TableFooter; exports.TableHead = _chunkCYZZ3E33js.TableHead; exports.TableHeader = _chunkCYZZ3E33js.TableHeader; exports.TableRow = _chunkCYZZ3E33js.TableRow; exports.Tabs = _chunkCYZZ3E33js.Tabs; exports.TabsContainer = _chunkCYZZ3E33js.TabsContainer; exports.TabsContent = _chunkCYZZ3E33js.TabsContent; exports.TabsList = _chunkCYZZ3E33js.TabsList; exports.TabsTrigger = _chunkCYZZ3E33js.TabsTrigger; exports.Textarea = _chunkCYZZ3E33js.Textarea; exports.Toaster = _chunkCYZZ3E33js.Toaster; exports.Toggle = _chunkCYZZ3E33js.Toggle; exports.TokenStatusIndicator = _chunkCYZZ3E33js.TokenStatusIndicator; exports.Tooltip = _chunkCYZZ3E33js.Tooltip; exports.TooltipContent = _chunkCYZZ3E33js.TooltipContent; exports.TooltipProvider = _chunkCYZZ3E33js.TooltipProvider; exports.TooltipTrigger = _chunkCYZZ3E33js.TooltipTrigger; exports.UserAvatar = _chunkCYZZ3E33js.UserAvatar; exports.UserAvatarEditor = _chunkCYZZ3E33js.UserAvatarEditor; exports.UserContainer = _chunkCYZZ3E33js.UserContainer; exports.UserDeleter = _chunkCYZZ3E33js.UserDeleter; exports.UserDetails = _chunkCYZZ3E33js.UserDetails; exports.UserEditor = _chunkCYZZ3E33js.UserEditor; exports.UserIndexContainer = _chunkCYZZ3E33js.UserIndexContainer; exports.UserIndexDetails = _chunkCYZZ3E33js.UserIndexDetails; exports.UserListInAdd = _chunkCYZZ3E33js.UserListInAdd; exports.UserMultiSelect = _chunkCYZZ3E33js.UserMultiSelect; exports.UserReactivator = _chunkCYZZ3E33js.UserReactivator; exports.UserResentInvitationEmail = _chunkCYZZ3E33js.UserResentInvitationEmail; exports.UserRoleAdd = _chunkCYZZ3E33js.UserRoleAdd; exports.UserRolesList = _chunkCYZZ3E33js.UserRolesList; exports.UserSelector = _chunkCYZZ3E33js.UserSelector; exports.UsersList = _chunkCYZZ3E33js.UsersList; exports.UsersListByContentIds = _chunkCYZZ3E33js.UsersListByContentIds; exports.UsersListContainer = _chunkCYZZ3E33js.UsersListContainer; exports.badgeVariants = _chunkCYZZ3E33js.badgeVariants; exports.buttonVariants = _chunkCYZZ3E33js.buttonVariants; exports.cellComponent = _chunkCYZZ3E33js.cellComponent; exports.cellDate = _chunkCYZZ3E33js.cellDate; exports.cellId = _chunkCYZZ3E33js.cellId; exports.cellLink = _chunkCYZZ3E33js.cellLink; exports.cellUrl = _chunkCYZZ3E33js.cellUrl; exports.errorToast = _chunkCYZZ3E33js.errorToast; exports.generateNotificationData = _chunkCYZZ3E33js.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkCYZZ3E33js.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkCYZZ3E33js.tabsListVariants; exports.toggleVariants = _chunkCYZZ3E33js.toggleVariants; exports.triggerAssociationToast = _chunkCYZZ3E33js.triggerAssociationToast; exports.useCarousel = _chunkCYZZ3E33js.useCarousel; exports.useFileUpload = _chunkCYZZ3E33js.useFileUpload; exports.useSidebar = _chunkCYZZ3E33js.useSidebar;
|
|
759
|
+
exports.AcceptInvitation = _chunkBHKXZF2Ijs.AcceptInvitation; exports.Accordion = _chunkBHKXZF2Ijs.Accordion; exports.AccordionContent = _chunkBHKXZF2Ijs.AccordionContent; exports.AccordionItem = _chunkBHKXZF2Ijs.AccordionItem; exports.AccordionTrigger = _chunkBHKXZF2Ijs.AccordionTrigger; exports.ActivateAccount = _chunkBHKXZF2Ijs.ActivateAccount; exports.AddUserToRole = _chunkBHKXZF2Ijs.AddUserToRole; exports.AdminCompanyContainer = _chunkBHKXZF2Ijs.AdminCompanyContainer; exports.AdminUsersList = _chunkBHKXZF2Ijs.AdminUsersList; exports.Alert = _chunkBHKXZF2Ijs.Alert; exports.AlertAction = _chunkBHKXZF2Ijs.AlertAction; exports.AlertDescription = _chunkBHKXZF2Ijs.AlertDescription; exports.AlertDialog = _chunkBHKXZF2Ijs.AlertDialog; exports.AlertDialogAction = _chunkBHKXZF2Ijs.AlertDialogAction; exports.AlertDialogCancel = _chunkBHKXZF2Ijs.AlertDialogCancel; exports.AlertDialogContent = _chunkBHKXZF2Ijs.AlertDialogContent; exports.AlertDialogDescription = _chunkBHKXZF2Ijs.AlertDialogDescription; exports.AlertDialogFooter = _chunkBHKXZF2Ijs.AlertDialogFooter; exports.AlertDialogHeader = _chunkBHKXZF2Ijs.AlertDialogHeader; exports.AlertDialogMedia = _chunkBHKXZF2Ijs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkBHKXZF2Ijs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkBHKXZF2Ijs.AlertDialogPortal; exports.AlertDialogTitle = _chunkBHKXZF2Ijs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkBHKXZF2Ijs.AlertDialogTrigger; exports.AlertTitle = _chunkBHKXZF2Ijs.AlertTitle; exports.AllowedUsersDetails = _chunkBHKXZF2Ijs.AllowedUsersDetails; exports.AttributeElement = _chunkBHKXZF2Ijs.AttributeElement; exports.AuthContainer = _chunkBHKXZF2Ijs.AuthContainer; exports.Avatar = _chunkBHKXZF2Ijs.Avatar; exports.AvatarBadge = _chunkBHKXZF2Ijs.AvatarBadge; exports.AvatarFallback = _chunkBHKXZF2Ijs.AvatarFallback; exports.AvatarGroup = _chunkBHKXZF2Ijs.AvatarGroup; exports.AvatarGroupCount = _chunkBHKXZF2Ijs.AvatarGroupCount; exports.AvatarImage = _chunkBHKXZF2Ijs.AvatarImage; exports.Badge = _chunkBHKXZF2Ijs.Badge; exports.BlockNoteEditorContainer = _chunkBHKXZF2Ijs.BlockNoteEditorContainer; exports.Board = _chunkBHKXZF2Ijs.KanbanBoard; exports.Breadcrumb = _chunkBHKXZF2Ijs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkBHKXZF2Ijs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkBHKXZF2Ijs.BreadcrumbItem; exports.BreadcrumbLink = _chunkBHKXZF2Ijs.BreadcrumbLink; exports.BreadcrumbList = _chunkBHKXZF2Ijs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkBHKXZF2Ijs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkBHKXZF2Ijs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkBHKXZF2Ijs.BreadcrumbSeparator; exports.Button = _chunkBHKXZF2Ijs.Button; exports.Calendar = _chunkBHKXZF2Ijs.Calendar; exports.CalendarDayButton = _chunkBHKXZF2Ijs.CalendarDayButton; exports.Card = _chunkBHKXZF2Ijs.Card; exports.CardAction = _chunkBHKXZF2Ijs.CardAction; exports.CardContent = _chunkBHKXZF2Ijs.CardContent; exports.CardDescription = _chunkBHKXZF2Ijs.CardDescription; exports.CardFooter = _chunkBHKXZF2Ijs.CardFooter; exports.CardHeader = _chunkBHKXZF2Ijs.CardHeader; exports.CardTitle = _chunkBHKXZF2Ijs.CardTitle; exports.Carousel = _chunkBHKXZF2Ijs.Carousel; exports.CarouselContent = _chunkBHKXZF2Ijs.CarouselContent; exports.CarouselItem = _chunkBHKXZF2Ijs.CarouselItem; exports.CarouselNext = _chunkBHKXZF2Ijs.CarouselNext; exports.CarouselPrevious = _chunkBHKXZF2Ijs.CarouselPrevious; exports.ChartContainer = _chunkBHKXZF2Ijs.ChartContainer; exports.ChartLegend = _chunkBHKXZF2Ijs.ChartLegend; exports.ChartLegendContent = _chunkBHKXZF2Ijs.ChartLegendContent; exports.ChartStyle = _chunkBHKXZF2Ijs.ChartStyle; exports.ChartTooltip = _chunkBHKXZF2Ijs.ChartTooltip; exports.ChartTooltipContent = _chunkBHKXZF2Ijs.ChartTooltipContent; exports.Checkbox = _chunkBHKXZF2Ijs.Checkbox; exports.Collapsible = _chunkBHKXZF2Ijs.Collapsible; exports.CollapsibleContent = _chunkBHKXZF2Ijs.CollapsibleContent; exports.CollapsibleTrigger = _chunkBHKXZF2Ijs.CollapsibleTrigger; exports.Column = _chunkBHKXZF2Ijs.KanbanColumn; exports.ColumnHandle = _chunkBHKXZF2Ijs.KanbanColumnHandle; exports.Command = _chunkBHKXZF2Ijs.Command; exports.CommandDialog = _chunkBHKXZF2Ijs.CommandDialog; exports.CommandEmpty = _chunkBHKXZF2Ijs.CommandEmpty; exports.CommandGroup = _chunkBHKXZF2Ijs.CommandGroup; exports.CommandInput = _chunkBHKXZF2Ijs.CommandInput; exports.CommandItem = _chunkBHKXZF2Ijs.CommandItem; exports.CommandList = _chunkBHKXZF2Ijs.CommandList; exports.CommandSeparator = _chunkBHKXZF2Ijs.CommandSeparator; exports.CommandShortcut = _chunkBHKXZF2Ijs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkBHKXZF2Ijs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkBHKXZF2Ijs.CommonAssociationTrigger; exports.CommonDeleter = _chunkBHKXZF2Ijs.CommonDeleter; exports.CommonEditorButtons = _chunkBHKXZF2Ijs.CommonEditorButtons; exports.CommonEditorHeader = _chunkBHKXZF2Ijs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkBHKXZF2Ijs.CommonEditorTrigger; exports.CompaniesList = _chunkBHKXZF2Ijs.CompaniesList; exports.CompanyConfigurationEditor = _chunkBHKXZF2Ijs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkBHKXZF2Ijs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkBHKXZF2Ijs.CompanyContainer; exports.CompanyDeleter = _chunkBHKXZF2Ijs.CompanyDeleter; exports.CompanyDetails = _chunkBHKXZF2Ijs.CompanyDetails; exports.CompanyEditor = _chunkBHKXZF2Ijs.CompanyEditor; exports.CompanyUsersList = _chunkBHKXZF2Ijs.CompanyUsersList; exports.ContentListTable = _chunkBHKXZF2Ijs.ContentListTable; exports.ContentTableSearch = _chunkBHKXZF2Ijs.ContentTableSearch; exports.ContentTitle = _chunkBHKXZF2Ijs.ContentTitle; exports.ContentsList = _chunkBHKXZF2Ijs.ContentsList; exports.ContentsListById = _chunkBHKXZF2Ijs.ContentsListById; exports.ContextMenu = _chunkBHKXZF2Ijs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkBHKXZF2Ijs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkBHKXZF2Ijs.ContextMenuContent; exports.ContextMenuGroup = _chunkBHKXZF2Ijs.ContextMenuGroup; exports.ContextMenuItem = _chunkBHKXZF2Ijs.ContextMenuItem; exports.ContextMenuLabel = _chunkBHKXZF2Ijs.ContextMenuLabel; exports.ContextMenuPortal = _chunkBHKXZF2Ijs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkBHKXZF2Ijs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkBHKXZF2Ijs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkBHKXZF2Ijs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkBHKXZF2Ijs.ContextMenuShortcut; exports.ContextMenuSub = _chunkBHKXZF2Ijs.ContextMenuSub; exports.ContextMenuSubContent = _chunkBHKXZF2Ijs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkBHKXZF2Ijs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkBHKXZF2Ijs.ContextMenuTrigger; exports.ContributorsList = _chunkBHKXZF2Ijs.ContributorsList; exports.Cookies = _chunkBHKXZF2Ijs.Cookies; exports.DatePickerPopover = _chunkBHKXZF2Ijs.DatePickerPopover; exports.DateRangeSelector = _chunkBHKXZF2Ijs.DateRangeSelector; exports.Dialog = _chunkBHKXZF2Ijs.Dialog; exports.DialogClose = _chunkBHKXZF2Ijs.DialogClose; exports.DialogContent = _chunkBHKXZF2Ijs.DialogContent; exports.DialogDescription = _chunkBHKXZF2Ijs.DialogDescription; exports.DialogFooter = _chunkBHKXZF2Ijs.DialogFooter; exports.DialogHeader = _chunkBHKXZF2Ijs.DialogHeader; exports.DialogOverlay = _chunkBHKXZF2Ijs.DialogOverlay; exports.DialogPortal = _chunkBHKXZF2Ijs.DialogPortal; exports.DialogTitle = _chunkBHKXZF2Ijs.DialogTitle; exports.DialogTrigger = _chunkBHKXZF2Ijs.DialogTrigger; exports.Drawer = _chunkBHKXZF2Ijs.Drawer; exports.DrawerClose = _chunkBHKXZF2Ijs.DrawerClose; exports.DrawerContent = _chunkBHKXZF2Ijs.DrawerContent; exports.DrawerDescription = _chunkBHKXZF2Ijs.DrawerDescription; exports.DrawerFooter = _chunkBHKXZF2Ijs.DrawerFooter; exports.DrawerHeader = _chunkBHKXZF2Ijs.DrawerHeader; exports.DrawerOverlay = _chunkBHKXZF2Ijs.DrawerOverlay; exports.DrawerPortal = _chunkBHKXZF2Ijs.DrawerPortal; exports.DrawerTitle = _chunkBHKXZF2Ijs.DrawerTitle; exports.DrawerTrigger = _chunkBHKXZF2Ijs.DrawerTrigger; exports.DropdownMenu = _chunkBHKXZF2Ijs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkBHKXZF2Ijs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkBHKXZF2Ijs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkBHKXZF2Ijs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkBHKXZF2Ijs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkBHKXZF2Ijs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkBHKXZF2Ijs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkBHKXZF2Ijs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkBHKXZF2Ijs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkBHKXZF2Ijs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkBHKXZF2Ijs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkBHKXZF2Ijs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkBHKXZF2Ijs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkBHKXZF2Ijs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkBHKXZF2Ijs.DropdownMenuTrigger; exports.ErrorDetails = _chunkBHKXZF2Ijs.ErrorDetails; exports.Field = _chunkBHKXZF2Ijs.Field; exports.FieldContent = _chunkBHKXZF2Ijs.FieldContent; exports.FieldDescription = _chunkBHKXZF2Ijs.FieldDescription; exports.FieldError = _chunkBHKXZF2Ijs.FieldError; exports.FieldGroup = _chunkBHKXZF2Ijs.FieldGroup; exports.FieldLabel = _chunkBHKXZF2Ijs.FieldLabel; exports.FieldLegend = _chunkBHKXZF2Ijs.FieldLegend; exports.FieldSeparator = _chunkBHKXZF2Ijs.FieldSeparator; exports.FieldSet = _chunkBHKXZF2Ijs.FieldSet; exports.FieldTitle = _chunkBHKXZF2Ijs.FieldTitle; exports.FileInput = _chunkBHKXZF2Ijs.FileInput; exports.FileUploader = _chunkBHKXZF2Ijs.FileUploader; exports.FileUploaderContent = _chunkBHKXZF2Ijs.FileUploaderContent; exports.FileUploaderItem = _chunkBHKXZF2Ijs.FileUploaderItem; exports.ForgotPassword = _chunkBHKXZF2Ijs.ForgotPassword; exports.Form = _chunkBHKXZF2Ijs.Form; exports.FormCheckbox = _chunkBHKXZF2Ijs.FormCheckbox; exports.FormDate = _chunkBHKXZF2Ijs.FormDate; exports.FormDateTime = _chunkBHKXZF2Ijs.FormDateTime; exports.FormFeatures = _chunkBHKXZF2Ijs.FormFeatures; exports.FormFieldWrapper = _chunkBHKXZF2Ijs.FormFieldWrapper; exports.FormInput = _chunkBHKXZF2Ijs.FormInput; exports.FormPassword = _chunkBHKXZF2Ijs.FormPassword; exports.FormPlaceAutocomplete = _chunkBHKXZF2Ijs.FormPlaceAutocomplete; exports.FormRoles = _chunkBHKXZF2Ijs.FormRoles; exports.FormSelect = _chunkBHKXZF2Ijs.FormSelect; exports.FormSlider = _chunkBHKXZF2Ijs.FormSlider; exports.FormSwitch = _chunkBHKXZF2Ijs.FormSwitch; exports.FormTextarea = _chunkBHKXZF2Ijs.FormTextarea; exports.Header = _chunkBHKXZF2Ijs.Header; exports.HoverCard = _chunkBHKXZF2Ijs.HoverCard; exports.HoverCardContent = _chunkBHKXZF2Ijs.HoverCardContent; exports.HoverCardTrigger = _chunkBHKXZF2Ijs.HoverCardTrigger; exports.Input = _chunkBHKXZF2Ijs.Input; exports.InputGroup = _chunkBHKXZF2Ijs.InputGroup; exports.InputGroupAddon = _chunkBHKXZF2Ijs.InputGroupAddon; exports.InputGroupButton = _chunkBHKXZF2Ijs.InputGroupButton; exports.InputGroupInput = _chunkBHKXZF2Ijs.InputGroupInput; exports.InputGroupText = _chunkBHKXZF2Ijs.InputGroupText; exports.InputGroupTextarea = _chunkBHKXZF2Ijs.InputGroupTextarea; exports.InputOTP = _chunkBHKXZF2Ijs.InputOTP; exports.InputOTPGroup = _chunkBHKXZF2Ijs.InputOTPGroup; exports.InputOTPSeparator = _chunkBHKXZF2Ijs.InputOTPSeparator; exports.InputOTPSlot = _chunkBHKXZF2Ijs.InputOTPSlot; exports.Item = _chunkBHKXZF2Ijs.KanbanItem; exports.ItemHandle = _chunkBHKXZF2Ijs.KanbanItemHandle; exports.Kanban = _chunkBHKXZF2Ijs.KanbanRoot; exports.KanbanBoard = _chunkBHKXZF2Ijs.KanbanBoard; exports.KanbanColumn = _chunkBHKXZF2Ijs.KanbanColumn; exports.KanbanColumnHandle = _chunkBHKXZF2Ijs.KanbanColumnHandle; exports.KanbanItem = _chunkBHKXZF2Ijs.KanbanItem; exports.KanbanItemHandle = _chunkBHKXZF2Ijs.KanbanItemHandle; exports.KanbanOverlay = _chunkBHKXZF2Ijs.KanbanOverlay; exports.Label = _chunkBHKXZF2Ijs.Label; exports.LandingComponent = _chunkBHKXZF2Ijs.LandingComponent; exports.Link = _chunkBHKXZF2Ijs.Link; exports.Login = _chunkBHKXZF2Ijs.Login; exports.Logout = _chunkBHKXZF2Ijs.Logout; exports.ModeToggleSwitch = _chunkBHKXZF2Ijs.ModeToggleSwitch; exports.MultiSelect = _chunkBHKXZF2Ijs.MultiSelect; exports.NavigationMenu = _chunkBHKXZF2Ijs.NavigationMenu; exports.NavigationMenuContent = _chunkBHKXZF2Ijs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkBHKXZF2Ijs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkBHKXZF2Ijs.NavigationMenuItem; exports.NavigationMenuLink = _chunkBHKXZF2Ijs.NavigationMenuLink; exports.NavigationMenuList = _chunkBHKXZF2Ijs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkBHKXZF2Ijs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkBHKXZF2Ijs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkBHKXZF2Ijs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkBHKXZF2Ijs.NotificationMenuItem; exports.NotificationModal = _chunkBHKXZF2Ijs.NotificationModal; exports.NotificationToast = _chunkBHKXZF2Ijs.NotificationToast; exports.NotificationsList = _chunkBHKXZF2Ijs.NotificationsList; exports.NotificationsListContainer = _chunkBHKXZF2Ijs.NotificationsListContainer; exports.OAuthClientCard = _chunkBHKXZF2Ijs.OAuthClientCard; exports.OAuthClientDetail = _chunkBHKXZF2Ijs.OAuthClientDetail; exports.OAuthClientForm = _chunkBHKXZF2Ijs.OAuthClientForm; exports.OAuthClientList = _chunkBHKXZF2Ijs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkBHKXZF2Ijs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkBHKXZF2Ijs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkBHKXZF2Ijs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkBHKXZF2Ijs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkBHKXZF2Ijs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkBHKXZF2Ijs.OAuthScopeList; exports.OAuthScopeSelector = _chunkBHKXZF2Ijs.OAuthScopeSelector; exports.Overlay = _chunkBHKXZF2Ijs.KanbanOverlay; exports.PageContainer = _chunkBHKXZF2Ijs.PageContainer; exports.PageContainerContentDetails = _chunkBHKXZF2Ijs.PageContainerContentDetails; exports.PageContentContainer = _chunkBHKXZF2Ijs.PageContentContainer; exports.PageSection = _chunkBHKXZF2Ijs.PageSection; exports.PasswordInput = _chunkBHKXZF2Ijs.PasswordInput; exports.Popover = _chunkBHKXZF2Ijs.Popover; exports.PopoverContent = _chunkBHKXZF2Ijs.PopoverContent; exports.PopoverDescription = _chunkBHKXZF2Ijs.PopoverDescription; exports.PopoverHeader = _chunkBHKXZF2Ijs.PopoverHeader; exports.PopoverTitle = _chunkBHKXZF2Ijs.PopoverTitle; exports.PopoverTrigger = _chunkBHKXZF2Ijs.PopoverTrigger; exports.Progress = _chunkBHKXZF2Ijs.Progress; exports.ProgressIndicator = _chunkBHKXZF2Ijs.ProgressIndicator; exports.ProgressLabel = _chunkBHKXZF2Ijs.ProgressLabel; exports.ProgressTrack = _chunkBHKXZF2Ijs.ProgressTrack; exports.ProgressValue = _chunkBHKXZF2Ijs.ProgressValue; exports.PushNotificationProvider = _chunkBHKXZF2Ijs.PushNotificationProvider; exports.RadioGroup = _chunkBHKXZF2Ijs.RadioGroup; exports.RadioGroupItem = _chunkBHKXZF2Ijs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkBHKXZF2Ijs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkBHKXZF2Ijs.RecentPagesNavigator; exports.RefreshUser = _chunkBHKXZF2Ijs.RefreshUser; exports.RelevantContentsList = _chunkBHKXZF2Ijs.RelevantContentsList; exports.RelevantUsersList = _chunkBHKXZF2Ijs.RelevantUsersList; exports.RemoveUserFromRole = _chunkBHKXZF2Ijs.RemoveUserFromRole; exports.ResetPassword = _chunkBHKXZF2Ijs.ResetPassword; exports.ResizableHandle = _chunkBHKXZF2Ijs.ResizableHandle; exports.ResizablePanel = _chunkBHKXZF2Ijs.ResizablePanel; exports.ResizablePanelGroup = _chunkBHKXZF2Ijs.ResizablePanelGroup; exports.RoleContainer = _chunkBHKXZF2Ijs.RoleContainer; exports.RoleDetails = _chunkBHKXZF2Ijs.RoleDetails; exports.RoleUsersList = _chunkBHKXZF2Ijs.RoleUsersList; exports.RolesList = _chunkBHKXZF2Ijs.RolesList; exports.Root = _chunkBHKXZF2Ijs.KanbanRoot; exports.ScrollArea = _chunkBHKXZF2Ijs.ScrollArea; exports.ScrollBar = _chunkBHKXZF2Ijs.ScrollBar; exports.Select = _chunkBHKXZF2Ijs.Select; exports.SelectContent = _chunkBHKXZF2Ijs.SelectContent; exports.SelectGroup = _chunkBHKXZF2Ijs.SelectGroup; exports.SelectItem = _chunkBHKXZF2Ijs.SelectItem; exports.SelectLabel = _chunkBHKXZF2Ijs.SelectLabel; exports.SelectScrollDownButton = _chunkBHKXZF2Ijs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkBHKXZF2Ijs.SelectScrollUpButton; exports.SelectSeparator = _chunkBHKXZF2Ijs.SelectSeparator; exports.SelectTrigger = _chunkBHKXZF2Ijs.SelectTrigger; exports.SelectValue = _chunkBHKXZF2Ijs.SelectValue; exports.Separator = _chunkBHKXZF2Ijs.Separator; exports.Sheet = _chunkBHKXZF2Ijs.Sheet; exports.SheetClose = _chunkBHKXZF2Ijs.SheetClose; exports.SheetContent = _chunkBHKXZF2Ijs.SheetContent; exports.SheetDescription = _chunkBHKXZF2Ijs.SheetDescription; exports.SheetFooter = _chunkBHKXZF2Ijs.SheetFooter; exports.SheetHeader = _chunkBHKXZF2Ijs.SheetHeader; exports.SheetTitle = _chunkBHKXZF2Ijs.SheetTitle; exports.SheetTrigger = _chunkBHKXZF2Ijs.SheetTrigger; exports.Sidebar = _chunkBHKXZF2Ijs.Sidebar; exports.SidebarContent = _chunkBHKXZF2Ijs.SidebarContent; exports.SidebarFooter = _chunkBHKXZF2Ijs.SidebarFooter; exports.SidebarGroup = _chunkBHKXZF2Ijs.SidebarGroup; exports.SidebarGroupAction = _chunkBHKXZF2Ijs.SidebarGroupAction; exports.SidebarGroupContent = _chunkBHKXZF2Ijs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkBHKXZF2Ijs.SidebarGroupLabel; exports.SidebarHeader = _chunkBHKXZF2Ijs.SidebarHeader; exports.SidebarInput = _chunkBHKXZF2Ijs.SidebarInput; exports.SidebarInset = _chunkBHKXZF2Ijs.SidebarInset; exports.SidebarMenu = _chunkBHKXZF2Ijs.SidebarMenu; exports.SidebarMenuAction = _chunkBHKXZF2Ijs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkBHKXZF2Ijs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkBHKXZF2Ijs.SidebarMenuButton; exports.SidebarMenuItem = _chunkBHKXZF2Ijs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkBHKXZF2Ijs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkBHKXZF2Ijs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkBHKXZF2Ijs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkBHKXZF2Ijs.SidebarMenuSubItem; exports.SidebarProvider = _chunkBHKXZF2Ijs.SidebarProvider; exports.SidebarRail = _chunkBHKXZF2Ijs.SidebarRail; exports.SidebarSeparator = _chunkBHKXZF2Ijs.SidebarSeparator; exports.SidebarTrigger = _chunkBHKXZF2Ijs.SidebarTrigger; exports.Skeleton = _chunkBHKXZF2Ijs.Skeleton; exports.Slider = _chunkBHKXZF2Ijs.Slider; exports.Switch = _chunkBHKXZF2Ijs.Switch; exports.Table = _chunkBHKXZF2Ijs.Table; exports.TableBody = _chunkBHKXZF2Ijs.TableBody; exports.TableCaption = _chunkBHKXZF2Ijs.TableCaption; exports.TableCell = _chunkBHKXZF2Ijs.TableCell; exports.TableFooter = _chunkBHKXZF2Ijs.TableFooter; exports.TableHead = _chunkBHKXZF2Ijs.TableHead; exports.TableHeader = _chunkBHKXZF2Ijs.TableHeader; exports.TableRow = _chunkBHKXZF2Ijs.TableRow; exports.Tabs = _chunkBHKXZF2Ijs.Tabs; exports.TabsContainer = _chunkBHKXZF2Ijs.TabsContainer; exports.TabsContent = _chunkBHKXZF2Ijs.TabsContent; exports.TabsList = _chunkBHKXZF2Ijs.TabsList; exports.TabsTrigger = _chunkBHKXZF2Ijs.TabsTrigger; exports.Textarea = _chunkBHKXZF2Ijs.Textarea; exports.Toaster = _chunkBHKXZF2Ijs.Toaster; exports.Toggle = _chunkBHKXZF2Ijs.Toggle; exports.TokenStatusIndicator = _chunkBHKXZF2Ijs.TokenStatusIndicator; exports.Tooltip = _chunkBHKXZF2Ijs.Tooltip; exports.TooltipContent = _chunkBHKXZF2Ijs.TooltipContent; exports.TooltipProvider = _chunkBHKXZF2Ijs.TooltipProvider; exports.TooltipTrigger = _chunkBHKXZF2Ijs.TooltipTrigger; exports.UserAvatar = _chunkBHKXZF2Ijs.UserAvatar; exports.UserAvatarEditor = _chunkBHKXZF2Ijs.UserAvatarEditor; exports.UserContainer = _chunkBHKXZF2Ijs.UserContainer; exports.UserDeleter = _chunkBHKXZF2Ijs.UserDeleter; exports.UserDetails = _chunkBHKXZF2Ijs.UserDetails; exports.UserEditor = _chunkBHKXZF2Ijs.UserEditor; exports.UserIndexContainer = _chunkBHKXZF2Ijs.UserIndexContainer; exports.UserIndexDetails = _chunkBHKXZF2Ijs.UserIndexDetails; exports.UserListInAdd = _chunkBHKXZF2Ijs.UserListInAdd; exports.UserMultiSelect = _chunkBHKXZF2Ijs.UserMultiSelect; exports.UserReactivator = _chunkBHKXZF2Ijs.UserReactivator; exports.UserResentInvitationEmail = _chunkBHKXZF2Ijs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkBHKXZF2Ijs.UserRoleAdd; exports.UserRolesList = _chunkBHKXZF2Ijs.UserRolesList; exports.UserSelector = _chunkBHKXZF2Ijs.UserSelector; exports.UsersList = _chunkBHKXZF2Ijs.UsersList; exports.UsersListByContentIds = _chunkBHKXZF2Ijs.UsersListByContentIds; exports.UsersListContainer = _chunkBHKXZF2Ijs.UsersListContainer; exports.badgeVariants = _chunkBHKXZF2Ijs.badgeVariants; exports.buttonVariants = _chunkBHKXZF2Ijs.buttonVariants; exports.cellComponent = _chunkBHKXZF2Ijs.cellComponent; exports.cellDate = _chunkBHKXZF2Ijs.cellDate; exports.cellId = _chunkBHKXZF2Ijs.cellId; exports.cellLink = _chunkBHKXZF2Ijs.cellLink; exports.cellUrl = _chunkBHKXZF2Ijs.cellUrl; exports.errorToast = _chunkBHKXZF2Ijs.errorToast; exports.generateNotificationData = _chunkBHKXZF2Ijs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkBHKXZF2Ijs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkBHKXZF2Ijs.tabsListVariants; exports.toggleVariants = _chunkBHKXZF2Ijs.toggleVariants; exports.triggerAssociationToast = _chunkBHKXZF2Ijs.triggerAssociationToast; exports.useCarousel = _chunkBHKXZF2Ijs.useCarousel; exports.useFileUpload = _chunkBHKXZF2Ijs.useFileUpload; exports.useSidebar = _chunkBHKXZF2Ijs.useSidebar;
|
|
760
760
|
//# sourceMappingURL=index.js.map
|
|
@@ -370,9 +370,9 @@ import {
|
|
|
370
370
|
useCarousel,
|
|
371
371
|
useFileUpload,
|
|
372
372
|
useSidebar
|
|
373
|
-
} from "../chunk-
|
|
374
|
-
import "../chunk-
|
|
375
|
-
import "../chunk-
|
|
373
|
+
} from "../chunk-XY6HEWHI.mjs";
|
|
374
|
+
import "../chunk-C62JXXUX.mjs";
|
|
375
|
+
import "../chunk-WQ3KF6BG.mjs";
|
|
376
376
|
import "../chunk-AUXK7QSA.mjs";
|
|
377
377
|
import "../chunk-C7C7VY4F.mjs";
|
|
378
378
|
import "../chunk-U4MTVHOC.mjs";
|
package/dist/contexts/index.js
CHANGED
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
24
|
-
require('../chunk-
|
|
25
|
-
require('../chunk-
|
|
23
|
+
var _chunkBHKXZF2Ijs = require('../chunk-BHKXZF2I.js');
|
|
24
|
+
require('../chunk-OR5NPUWF.js');
|
|
25
|
+
require('../chunk-5KQXRLK3.js');
|
|
26
26
|
require('../chunk-LXKSUWAV.js');
|
|
27
27
|
require('../chunk-IBS6NI7D.js');
|
|
28
28
|
require('../chunk-FM6WRAN5.js');
|
|
@@ -49,5 +49,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
exports.CommonProvider =
|
|
52
|
+
exports.CommonProvider = _chunkBHKXZF2Ijs.CommonProvider; exports.CompanyProvider = _chunkBHKXZF2Ijs.CompanyProvider; exports.CurrentUserProvider = _chunkBHKXZF2Ijs.CurrentUserProvider; exports.HeaderChildrenProvider = _chunkBHKXZF2Ijs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkBHKXZF2Ijs.NotificationContextProvider; exports.RoleProvider = _chunkBHKXZF2Ijs.RoleProvider; exports.SharedProvider = _chunkBHKXZF2Ijs.SharedProvider; exports.SocketContext = _chunkBHKXZF2Ijs.SocketContext; exports.SocketProvider = _chunkBHKXZF2Ijs.SocketProvider; exports.UserProvider = _chunkBHKXZF2Ijs.UserProvider; exports.recentPagesAtom = _chunkBHKXZF2Ijs.recentPagesAtom; exports.useCommonContext = _chunkBHKXZF2Ijs.useCommonContext; exports.useCompanyContext = _chunkBHKXZF2Ijs.useCompanyContext; exports.useCurrentUserContext = _chunkBHKXZF2Ijs.useCurrentUserContext; exports.useHeaderChildren = _chunkBHKXZF2Ijs.useHeaderChildren; exports.useNotificationContext = _chunkBHKXZF2Ijs.useNotificationContext; exports.useRoleContext = _chunkBHKXZF2Ijs.useRoleContext; exports.useSharedContext = _chunkBHKXZF2Ijs.useSharedContext; exports.useSocketContext = _chunkBHKXZF2Ijs.useSocketContext; exports.useUserContext = _chunkBHKXZF2Ijs.useUserContext;
|
|
53
53
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
useSharedContext,
|
|
21
21
|
useSocketContext,
|
|
22
22
|
useUserContext
|
|
23
|
-
} from "../chunk-
|
|
24
|
-
import "../chunk-
|
|
25
|
-
import "../chunk-
|
|
23
|
+
} from "../chunk-XY6HEWHI.mjs";
|
|
24
|
+
import "../chunk-C62JXXUX.mjs";
|
|
25
|
+
import "../chunk-WQ3KF6BG.mjs";
|
|
26
26
|
import "../chunk-AUXK7QSA.mjs";
|
|
27
27
|
import "../chunk-C7C7VY4F.mjs";
|
|
28
28
|
import "../chunk-U4MTVHOC.mjs";
|
package/dist/core/index.d.mts
CHANGED
|
@@ -12,10 +12,11 @@ export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as Use
|
|
|
12
12
|
import { ClassValue } from 'clsx';
|
|
13
13
|
export { ClassValue } from 'clsx';
|
|
14
14
|
import * as React from 'react';
|
|
15
|
-
import { ReactElement, ReactNode } from 'react';
|
|
15
|
+
import { ReactElement, ReactNode, JSXElementConstructor } from 'react';
|
|
16
16
|
import { z } from 'zod';
|
|
17
17
|
import { PartialBlock } from '@blocknote/core';
|
|
18
18
|
import { LucideIcon } from 'lucide-react';
|
|
19
|
+
import { ExternalToast } from 'sonner';
|
|
19
20
|
export { A as AuthComponent } from '../AuthComponent-hxOPs9o8.mjs';
|
|
20
21
|
import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface } from '../stripe-subscription.interface-Cm_It1fz.mjs';
|
|
21
22
|
export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-subscription.interface-Cm_It1fz.mjs';
|
|
@@ -587,6 +588,28 @@ declare const getLucideIconByModuleName: (params: {
|
|
|
587
588
|
name: string;
|
|
588
589
|
}) => LucideIcon | null;
|
|
589
590
|
|
|
591
|
+
type ToastOptions = {
|
|
592
|
+
description?: ReactNode;
|
|
593
|
+
duration?: number;
|
|
594
|
+
id?: string;
|
|
595
|
+
onDismiss?: () => void;
|
|
596
|
+
action?: ExternalToast["action"];
|
|
597
|
+
dismissible?: boolean;
|
|
598
|
+
};
|
|
599
|
+
/** Standard toast - neutral/white */
|
|
600
|
+
declare function showToast(message: string, options?: ToastOptions): string | number;
|
|
601
|
+
/** Error toast - destructive red */
|
|
602
|
+
declare function showError(message: string, options?: ToastOptions): string | number;
|
|
603
|
+
/** Dismiss toast(s) */
|
|
604
|
+
declare function dismissToast(toastId?: string | number): string | number;
|
|
605
|
+
/** Custom toast - ONLY for complex UI like upload progress */
|
|
606
|
+
declare function showCustomToast(render: (id: string | number) => ReactElement<unknown, string | JSXElementConstructor<unknown>>, options?: {
|
|
607
|
+
id?: string | number;
|
|
608
|
+
duration?: number;
|
|
609
|
+
dismissible?: boolean;
|
|
610
|
+
onDismiss?: () => void;
|
|
611
|
+
}): string | number;
|
|
612
|
+
|
|
590
613
|
declare const AuthModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
591
614
|
|
|
592
615
|
declare const ModuleModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
@@ -1397,4 +1420,4 @@ declare class OAuthService extends AbstractService {
|
|
|
1397
1420
|
}>;
|
|
1398
1421
|
}
|
|
1399
1422
|
|
|
1400
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
|
1423
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
package/dist/core/index.d.ts
CHANGED
|
@@ -12,10 +12,11 @@ export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as Use
|
|
|
12
12
|
import { ClassValue } from 'clsx';
|
|
13
13
|
export { ClassValue } from 'clsx';
|
|
14
14
|
import * as React from 'react';
|
|
15
|
-
import { ReactElement, ReactNode } from 'react';
|
|
15
|
+
import { ReactElement, ReactNode, JSXElementConstructor } from 'react';
|
|
16
16
|
import { z } from 'zod';
|
|
17
17
|
import { PartialBlock } from '@blocknote/core';
|
|
18
18
|
import { LucideIcon } from 'lucide-react';
|
|
19
|
+
import { ExternalToast } from 'sonner';
|
|
19
20
|
export { A as AuthComponent } from '../AuthComponent-hxOPs9o8.js';
|
|
20
21
|
import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface } from '../stripe-subscription.interface-BaZUngWe.js';
|
|
21
22
|
export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-subscription.interface-BaZUngWe.js';
|
|
@@ -587,6 +588,28 @@ declare const getLucideIconByModuleName: (params: {
|
|
|
587
588
|
name: string;
|
|
588
589
|
}) => LucideIcon | null;
|
|
589
590
|
|
|
591
|
+
type ToastOptions = {
|
|
592
|
+
description?: ReactNode;
|
|
593
|
+
duration?: number;
|
|
594
|
+
id?: string;
|
|
595
|
+
onDismiss?: () => void;
|
|
596
|
+
action?: ExternalToast["action"];
|
|
597
|
+
dismissible?: boolean;
|
|
598
|
+
};
|
|
599
|
+
/** Standard toast - neutral/white */
|
|
600
|
+
declare function showToast(message: string, options?: ToastOptions): string | number;
|
|
601
|
+
/** Error toast - destructive red */
|
|
602
|
+
declare function showError(message: string, options?: ToastOptions): string | number;
|
|
603
|
+
/** Dismiss toast(s) */
|
|
604
|
+
declare function dismissToast(toastId?: string | number): string | number;
|
|
605
|
+
/** Custom toast - ONLY for complex UI like upload progress */
|
|
606
|
+
declare function showCustomToast(render: (id: string | number) => ReactElement<unknown, string | JSXElementConstructor<unknown>>, options?: {
|
|
607
|
+
id?: string | number;
|
|
608
|
+
duration?: number;
|
|
609
|
+
dismissible?: boolean;
|
|
610
|
+
onDismiss?: () => void;
|
|
611
|
+
}): string | number;
|
|
612
|
+
|
|
590
613
|
declare const AuthModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
591
614
|
|
|
592
615
|
declare const ModuleModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
@@ -1397,4 +1420,4 @@ declare class OAuthService extends AbstractService {
|
|
|
1397
1420
|
}>;
|
|
1398
1421
|
}
|
|
1399
1422
|
|
|
1400
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
|
1423
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
package/dist/core/index.js
CHANGED
|
@@ -106,7 +106,11 @@
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
|
|
109
|
-
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
var _chunk5KQXRLK3js = require('../chunk-5KQXRLK3.js');
|
|
110
114
|
require('../chunk-LXKSUWAV.js');
|
|
111
115
|
require('../chunk-IBS6NI7D.js');
|
|
112
116
|
|
|
@@ -239,5 +243,9 @@ require('../chunk-7QVYU63E.js');
|
|
|
239
243
|
|
|
240
244
|
|
|
241
245
|
|
|
242
|
-
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
exports.AVAILABLE_OAUTH_SCOPES = _chunk5KQXRLK3js.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk5KQXRLK3js.AbstractApiData; exports.AbstractService = _chunk5KQXRLK3js.AbstractService; exports.Action = _chunk5KQXRLK3js.Action; exports.Auth = _chunk5KQXRLK3js.Auth; exports.AuthComponent = _chunk5KQXRLK3js.AuthComponent; exports.AuthModule = _chunk5KQXRLK3js.AuthModule; exports.AuthService = _chunk5KQXRLK3js.AuthService; exports.AuthorModule = _chunk5KQXRLK3js.AuthorModule; exports.Billing = _chunk5KQXRLK3js.Billing; exports.BillingModule = _chunk5KQXRLK3js.BillingModule; exports.BillingService = _chunk5KQXRLK3js.BillingService; exports.BlockNoteDiffUtil = _chunk5KQXRLK3js.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk5KQXRLK3js.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunk5KQXRLK3js.ClientAbstractService; exports.ClientHttpMethod = _chunk5KQXRLK3js.ClientHttpMethod; exports.Company = _chunk5KQXRLK3js.Company; exports.CompanyFields = _chunk5KQXRLK3js.CompanyFields; exports.CompanyModule = _chunk5KQXRLK3js.CompanyModule; exports.CompanyService = _chunk5KQXRLK3js.CompanyService; exports.Content = _chunk5KQXRLK3js.Content; exports.ContentFields = _chunk5KQXRLK3js.ContentFields; exports.ContentModule = _chunk5KQXRLK3js.ContentModule; exports.ContentService = _chunk5KQXRLK3js.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk5KQXRLK3js.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkFM6WRAN5js.DataClassRegistry; exports.DataClassRegistry = _chunkFM6WRAN5js.DataClassRegistry; exports.EndpointCreator = _chunk5KQXRLK3js.EndpointCreator; exports.Feature = _chunk5KQXRLK3js.Feature; exports.FeatureModule = _chunk5KQXRLK3js.FeatureModule; exports.FeatureService = _chunk5KQXRLK3js.FeatureService; exports.HttpMethod = _chunk5KQXRLK3js.HttpMethod; exports.InvoiceStatus = _chunk5KQXRLK3js.InvoiceStatus; exports.JsonApiDataFactory = _chunkFM6WRAN5js.JsonApiDataFactory; exports.Module = _chunk5KQXRLK3js.Module; exports.ModuleModule = _chunk5KQXRLK3js.ModuleModule; exports.ModuleRegistrar = _chunk5KQXRLK3js.ModuleRegistrar; exports.ModuleRegistry = _chunk5KQXRLK3js.ModuleRegistry; exports.Modules = _chunk5KQXRLK3js.Modules; exports.Notification = _chunk5KQXRLK3js.Notification; exports.NotificationFields = _chunk5KQXRLK3js.NotificationFields; exports.NotificationModule = _chunk5KQXRLK3js.NotificationModule; exports.NotificationService = _chunk5KQXRLK3js.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk5KQXRLK3js.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk5KQXRLK3js.OAuthClient; exports.OAuthModule = _chunk5KQXRLK3js.OAuthModule; exports.OAuthService = _chunk5KQXRLK3js.OAuthService; exports.PaymentMethod = _chunk5KQXRLK3js.PaymentMethod; exports.Push = _chunk5KQXRLK3js.Push; exports.PushModule = _chunk5KQXRLK3js.PushModule; exports.PushService = _chunk5KQXRLK3js.PushService; exports.RehydrationFactory = _chunk5KQXRLK3js.RehydrationFactory; exports.Role = _chunk5KQXRLK3js.Role; exports.RoleFields = _chunk5KQXRLK3js.RoleFields; exports.RoleModule = _chunk5KQXRLK3js.RoleModule; exports.RoleService = _chunk5KQXRLK3js.RoleService; exports.S3 = _chunk5KQXRLK3js.S3; exports.S3Module = _chunk5KQXRLK3js.S3Module; exports.S3Service = _chunk5KQXRLK3js.S3Service; exports.StripeCustomer = _chunk5KQXRLK3js.StripeCustomer; exports.StripeCustomerModule = _chunk5KQXRLK3js.StripeCustomerModule; exports.StripeCustomerService = _chunk5KQXRLK3js.StripeCustomerService; exports.StripeInvoice = _chunk5KQXRLK3js.StripeInvoice; exports.StripeInvoiceModule = _chunk5KQXRLK3js.StripeInvoiceModule; exports.StripeInvoiceService = _chunk5KQXRLK3js.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk5KQXRLK3js.StripePaymentMethodModule; exports.StripePrice = _chunk5KQXRLK3js.StripePrice; exports.StripePriceModule = _chunk5KQXRLK3js.StripePriceModule; exports.StripePriceService = _chunk5KQXRLK3js.StripePriceService; exports.StripeProduct = _chunk5KQXRLK3js.StripeProduct; exports.StripeProductModule = _chunk5KQXRLK3js.StripeProductModule; exports.StripeProductService = _chunk5KQXRLK3js.StripeProductService; exports.StripeSubscription = _chunk5KQXRLK3js.StripeSubscription; exports.StripeSubscriptionModule = _chunk5KQXRLK3js.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk5KQXRLK3js.StripeSubscriptionService; exports.StripeUsage = _chunk5KQXRLK3js.StripeUsage; exports.StripeUsageModule = _chunk5KQXRLK3js.StripeUsageModule; exports.StripeUsageService = _chunk5KQXRLK3js.StripeUsageService; exports.SubscriptionStatus = _chunk5KQXRLK3js.SubscriptionStatus; exports.TableOptions = _chunk5KQXRLK3js.TableOptions; exports.User = _chunk5KQXRLK3js.User; exports.UserFields = _chunk5KQXRLK3js.UserFields; exports.UserModule = _chunk5KQXRLK3js.UserModule; exports.UserService = _chunk5KQXRLK3js.UserService; exports.checkPermissions = _chunk5KQXRLK3js.checkPermissions; exports.checkPermissionsFromServer = _chunk5KQXRLK3js.checkPermissionsFromServer; exports.cn = _chunk5KQXRLK3js.cn; exports.composeRefs = _chunk5KQXRLK3js.composeRefs; exports.createJsonApiInclusion = _chunk5KQXRLK3js.createJsonApiInclusion; exports.dismissToast = _chunk5KQXRLK3js.dismissToast; exports.entityObjectSchema = _chunk5KQXRLK3js.entityObjectSchema; exports.exists = _chunk5KQXRLK3js.exists; exports.formatDate = _chunk5KQXRLK3js.formatDate; exports.getBootstrapper = _chunkFM6WRAN5js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk5KQXRLK3js.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk5KQXRLK3js.getGlobalErrorHandler; exports.getIcon = _chunk5KQXRLK3js.getIcon; exports.getIconByModule = _chunk5KQXRLK3js.getIconByModule; exports.getIconByModuleName = _chunk5KQXRLK3js.getIconByModuleName; exports.getLucideIcon = _chunk5KQXRLK3js.getLucideIcon; exports.getLucideIconByModule = _chunk5KQXRLK3js.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk5KQXRLK3js.getLucideIconByModuleName; exports.getTableComponents = _chunk5KQXRLK3js.getTableComponents; exports.getTableOptions = _chunk5KQXRLK3js.getTableOptions; exports.getValueFromPath = _chunk5KQXRLK3js.getValueFromPath; exports.hasBootstrapper = _chunkFM6WRAN5js.hasBootstrapper; exports.rehydrate = _chunk5KQXRLK3js.rehydrate; exports.rehydrateList = _chunk5KQXRLK3js.rehydrateList; exports.resetBootstrapStore = _chunkFM6WRAN5js.resetBootstrapStore; exports.setBootstrapper = _chunkFM6WRAN5js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk5KQXRLK3js.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk5KQXRLK3js.setGlobalErrorHandler; exports.showCustomToast = _chunk5KQXRLK3js.showCustomToast; exports.showError = _chunk5KQXRLK3js.showError; exports.showToast = _chunk5KQXRLK3js.showToast; exports.translateData = _chunkFM6WRAN5js.translateData; exports.translateResponse = _chunkFM6WRAN5js.translateResponse; exports.tryBootstrap = _chunkFM6WRAN5js.tryBootstrap; exports.useComposedRefs = _chunk5KQXRLK3js.useComposedRefs; exports.useIsMobile = _chunk5KQXRLK3js.useIsMobile; exports.userObjectSchema = _chunk5KQXRLK3js.userObjectSchema;
|
|
243
251
|
//# sourceMappingURL=index.js.map
|
package/dist/core/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/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;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;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;AACF
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/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;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;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;AACF,+5NAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"}
|
package/dist/core/index.mjs
CHANGED
|
@@ -85,6 +85,7 @@ import {
|
|
|
85
85
|
cn,
|
|
86
86
|
composeRefs,
|
|
87
87
|
createJsonApiInclusion,
|
|
88
|
+
dismissToast,
|
|
88
89
|
entityObjectSchema,
|
|
89
90
|
exists,
|
|
90
91
|
formatDate,
|
|
@@ -103,10 +104,13 @@ import {
|
|
|
103
104
|
rehydrateList,
|
|
104
105
|
setClientGlobalErrorHandler,
|
|
105
106
|
setGlobalErrorHandler,
|
|
107
|
+
showCustomToast,
|
|
108
|
+
showError,
|
|
109
|
+
showToast,
|
|
106
110
|
useComposedRefs,
|
|
107
111
|
useIsMobile,
|
|
108
112
|
userObjectSchema
|
|
109
|
-
} from "../chunk-
|
|
113
|
+
} from "../chunk-WQ3KF6BG.mjs";
|
|
110
114
|
import "../chunk-AUXK7QSA.mjs";
|
|
111
115
|
import "../chunk-C7C7VY4F.mjs";
|
|
112
116
|
import {
|
|
@@ -211,6 +215,7 @@ export {
|
|
|
211
215
|
cn,
|
|
212
216
|
composeRefs,
|
|
213
217
|
createJsonApiInclusion,
|
|
218
|
+
dismissToast,
|
|
214
219
|
entityObjectSchema,
|
|
215
220
|
exists,
|
|
216
221
|
formatDate,
|
|
@@ -233,6 +238,9 @@ export {
|
|
|
233
238
|
setBootstrapper,
|
|
234
239
|
setClientGlobalErrorHandler,
|
|
235
240
|
setGlobalErrorHandler,
|
|
241
|
+
showCustomToast,
|
|
242
|
+
showError,
|
|
243
|
+
showToast,
|
|
236
244
|
translateData,
|
|
237
245
|
translateResponse,
|
|
238
246
|
tryBootstrap,
|
package/dist/index.d.mts
CHANGED
|
@@ -2,7 +2,7 @@ export { A as ApiData } from './ApiData-DPKNfY-9.mjs';
|
|
|
2
2
|
export { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from './ApiDataInterface-DPP8s46n.mjs';
|
|
3
3
|
export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys, c as createJsonApiInclusion } from './ApiRequestDataTypeInterface-CUKFDBx2.mjs';
|
|
4
4
|
export { A as ApiResponseInterface } from './ApiResponseInterface-zeewugD7.mjs';
|
|
5
|
-
export { AbstractApiData, AppModuleDefinitions, Auth, AuthModule, AuthorModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, PaymentMethod, Push, PushInput, PushInterface, PushModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, User, UserModule, UserObject, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.mjs';
|
|
5
|
+
export { AbstractApiData, AppModuleDefinitions, Auth, AuthModule, AuthorModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, PaymentMethod, Push, PushInput, PushInterface, PushModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, User, UserModule, UserObject, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.mjs';
|
|
6
6
|
export { A as AbstractService, a as AuthInput, c as AuthInterface, b as AuthQuery, d as AuthService, C as CompanyService, e as ContentService, F as FeatureService, H as HttpMethod, N as NextRef, f as NotificationService, P as PreviousRef, h as PushService, R as RoleService, i as S3Input, j as S3Interface, k as S3Service, S as SelfRef, U as UserService, g as getGlobalErrorHandler, s as setGlobalErrorHandler } from './s3.service-BMT7W6KS.mjs';
|
|
7
7
|
export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
8
8
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.mjs';
|
|
@@ -17,6 +17,7 @@ import 'react';
|
|
|
17
17
|
import 'zod';
|
|
18
18
|
import '@blocknote/core';
|
|
19
19
|
import 'lucide-react';
|
|
20
|
+
import 'sonner';
|
|
20
21
|
import 'd3';
|
|
21
22
|
|
|
22
23
|
interface LoginConfig {
|
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export { A as ApiData } from './ApiData-DPKNfY-9.js';
|
|
|
2
2
|
export { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from './ApiDataInterface-DPP8s46n.js';
|
|
3
3
|
export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys, c as createJsonApiInclusion } from './ApiRequestDataTypeInterface-CUKFDBx2.js';
|
|
4
4
|
export { A as ApiResponseInterface } from './ApiResponseInterface-CAIAeP5d.js';
|
|
5
|
-
export { AbstractApiData, AppModuleDefinitions, Auth, AuthModule, AuthorModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, PaymentMethod, Push, PushInput, PushInterface, PushModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, User, UserModule, UserObject, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.js';
|
|
5
|
+
export { AbstractApiData, AppModuleDefinitions, Auth, AuthModule, AuthorModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, PaymentMethod, Push, PushInput, PushInterface, PushModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, User, UserModule, UserObject, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.js';
|
|
6
6
|
export { A as AbstractService, a as AuthInput, c as AuthInterface, b as AuthQuery, d as AuthService, C as CompanyService, e as ContentService, F as FeatureService, H as HttpMethod, N as NextRef, f as NotificationService, P as PreviousRef, h as PushService, R as RoleService, i as S3Input, j as S3Interface, k as S3Service, S as SelfRef, U as UserService, g as getGlobalErrorHandler, s as setGlobalErrorHandler } from './s3.service-DsXo9nop.js';
|
|
7
7
|
export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
8
8
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.js';
|
|
@@ -17,6 +17,7 @@ import 'react';
|
|
|
17
17
|
import 'zod';
|
|
18
18
|
import '@blocknote/core';
|
|
19
19
|
import 'lucide-react';
|
|
20
|
+
import 'sonner';
|
|
20
21
|
import 'd3';
|
|
21
22
|
|
|
22
23
|
interface LoginConfig {
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkOR5NPUWFjs = require('./chunk-OR5NPUWF.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
@@ -120,7 +120,11 @@ var _chunkEW6QPMN3js = require('./chunk-EW6QPMN3.js');
|
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
var _chunk5KQXRLK3js = require('./chunk-5KQXRLK3.js');
|
|
124
128
|
require('./chunk-LXKSUWAV.js');
|
|
125
129
|
require('./chunk-IBS6NI7D.js');
|
|
126
130
|
|
|
@@ -265,5 +269,9 @@ require('./chunk-7QVYU63E.js');
|
|
|
265
269
|
|
|
266
270
|
|
|
267
271
|
|
|
268
|
-
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
exports.AVAILABLE_OAUTH_SCOPES = _chunk5KQXRLK3js.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk5KQXRLK3js.AbstractApiData; exports.AbstractService = _chunk5KQXRLK3js.AbstractService; exports.Action = _chunk5KQXRLK3js.Action; exports.Auth = _chunk5KQXRLK3js.Auth; exports.AuthComponent = _chunk5KQXRLK3js.AuthComponent; exports.AuthModule = _chunk5KQXRLK3js.AuthModule; exports.AuthService = _chunk5KQXRLK3js.AuthService; exports.AuthorModule = _chunk5KQXRLK3js.AuthorModule; exports.Billing = _chunk5KQXRLK3js.Billing; exports.BillingModule = _chunk5KQXRLK3js.BillingModule; exports.BillingService = _chunk5KQXRLK3js.BillingService; exports.BlockNoteDiffUtil = _chunk5KQXRLK3js.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk5KQXRLK3js.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunk5KQXRLK3js.ClientAbstractService; exports.ClientHttpMethod = _chunk5KQXRLK3js.ClientHttpMethod; exports.Company = _chunk5KQXRLK3js.Company; exports.CompanyFields = _chunk5KQXRLK3js.CompanyFields; exports.CompanyModule = _chunk5KQXRLK3js.CompanyModule; exports.CompanyService = _chunk5KQXRLK3js.CompanyService; exports.Content = _chunk5KQXRLK3js.Content; exports.ContentFields = _chunk5KQXRLK3js.ContentFields; exports.ContentModule = _chunk5KQXRLK3js.ContentModule; exports.ContentService = _chunk5KQXRLK3js.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk5KQXRLK3js.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkFM6WRAN5js.DataClassRegistry; exports.DataClassRegistry = _chunkFM6WRAN5js.DataClassRegistry; exports.EndpointCreator = _chunk5KQXRLK3js.EndpointCreator; exports.Feature = _chunk5KQXRLK3js.Feature; exports.FeatureModule = _chunk5KQXRLK3js.FeatureModule; exports.FeatureService = _chunk5KQXRLK3js.FeatureService; exports.HttpMethod = _chunk5KQXRLK3js.HttpMethod; exports.InvoiceStatus = _chunk5KQXRLK3js.InvoiceStatus; exports.JsonApiDataFactory = _chunkFM6WRAN5js.JsonApiDataFactory; exports.Module = _chunk5KQXRLK3js.Module; exports.ModuleModule = _chunk5KQXRLK3js.ModuleModule; exports.ModuleRegistrar = _chunk5KQXRLK3js.ModuleRegistrar; exports.ModuleRegistry = _chunk5KQXRLK3js.ModuleRegistry; exports.Modules = _chunk5KQXRLK3js.Modules; exports.Notification = _chunk5KQXRLK3js.Notification; exports.NotificationFields = _chunk5KQXRLK3js.NotificationFields; exports.NotificationModule = _chunk5KQXRLK3js.NotificationModule; exports.NotificationService = _chunk5KQXRLK3js.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk5KQXRLK3js.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk5KQXRLK3js.OAuthClient; exports.OAuthModule = _chunk5KQXRLK3js.OAuthModule; exports.OAuthService = _chunk5KQXRLK3js.OAuthService; exports.PaymentMethod = _chunk5KQXRLK3js.PaymentMethod; exports.Push = _chunk5KQXRLK3js.Push; exports.PushModule = _chunk5KQXRLK3js.PushModule; exports.PushService = _chunk5KQXRLK3js.PushService; exports.RehydrationFactory = _chunk5KQXRLK3js.RehydrationFactory; exports.Role = _chunk5KQXRLK3js.Role; exports.RoleFields = _chunk5KQXRLK3js.RoleFields; exports.RoleModule = _chunk5KQXRLK3js.RoleModule; exports.RoleService = _chunk5KQXRLK3js.RoleService; exports.S3 = _chunk5KQXRLK3js.S3; exports.S3Module = _chunk5KQXRLK3js.S3Module; exports.S3Service = _chunk5KQXRLK3js.S3Service; exports.StripeCustomer = _chunk5KQXRLK3js.StripeCustomer; exports.StripeCustomerModule = _chunk5KQXRLK3js.StripeCustomerModule; exports.StripeCustomerService = _chunk5KQXRLK3js.StripeCustomerService; exports.StripeInvoice = _chunk5KQXRLK3js.StripeInvoice; exports.StripeInvoiceModule = _chunk5KQXRLK3js.StripeInvoiceModule; exports.StripeInvoiceService = _chunk5KQXRLK3js.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk5KQXRLK3js.StripePaymentMethodModule; exports.StripePrice = _chunk5KQXRLK3js.StripePrice; exports.StripePriceModule = _chunk5KQXRLK3js.StripePriceModule; exports.StripePriceService = _chunk5KQXRLK3js.StripePriceService; exports.StripeProduct = _chunk5KQXRLK3js.StripeProduct; exports.StripeProductModule = _chunk5KQXRLK3js.StripeProductModule; exports.StripeProductService = _chunk5KQXRLK3js.StripeProductService; exports.StripeSubscription = _chunk5KQXRLK3js.StripeSubscription; exports.StripeSubscriptionModule = _chunk5KQXRLK3js.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk5KQXRLK3js.StripeSubscriptionService; exports.StripeUsage = _chunk5KQXRLK3js.StripeUsage; exports.StripeUsageModule = _chunk5KQXRLK3js.StripeUsageModule; exports.StripeUsageService = _chunk5KQXRLK3js.StripeUsageService; exports.SubscriptionStatus = _chunk5KQXRLK3js.SubscriptionStatus; exports.TableOptions = _chunk5KQXRLK3js.TableOptions; exports.User = _chunk5KQXRLK3js.User; exports.UserFields = _chunk5KQXRLK3js.UserFields; exports.UserModule = _chunk5KQXRLK3js.UserModule; exports.UserService = _chunk5KQXRLK3js.UserService; exports.checkPermissions = _chunk5KQXRLK3js.checkPermissions; exports.checkPermissionsFromServer = _chunk5KQXRLK3js.checkPermissionsFromServer; exports.cn = _chunk5KQXRLK3js.cn; exports.composeRefs = _chunk5KQXRLK3js.composeRefs; exports.configureAuth = _chunk5KQXRLK3js.configureAuth; exports.configureI18n = _chunkOR5NPUWFjs.configureI18n; exports.configureJsonApi = _chunkOR5NPUWFjs.configureJsonApi; exports.configureLogin = _chunkOR5NPUWFjs.configureLogin; exports.configureRoles = _chunkOR5NPUWFjs.configureRoles; exports.createJsonApiInclusion = _chunk5KQXRLK3js.createJsonApiInclusion; exports.dismissToast = _chunk5KQXRLK3js.dismissToast; exports.entityObjectSchema = _chunk5KQXRLK3js.entityObjectSchema; exports.exists = _chunk5KQXRLK3js.exists; exports.formatDate = _chunk5KQXRLK3js.formatDate; exports.getApiUrl = _chunkOR5NPUWFjs.getApiUrl; exports.getAppUrl = _chunkOR5NPUWFjs.getAppUrl; exports.getBootstrapper = _chunkFM6WRAN5js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk5KQXRLK3js.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk5KQXRLK3js.getGlobalErrorHandler; exports.getIcon = _chunk5KQXRLK3js.getIcon; exports.getIconByModule = _chunk5KQXRLK3js.getIconByModule; exports.getIconByModuleName = _chunk5KQXRLK3js.getIconByModuleName; exports.getLucideIcon = _chunk5KQXRLK3js.getLucideIcon; exports.getLucideIconByModule = _chunk5KQXRLK3js.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk5KQXRLK3js.getLucideIconByModuleName; exports.getRoleId = _chunkOR5NPUWFjs.getRoleId; exports.getStripePublishableKey = _chunkOR5NPUWFjs.getStripePublishableKey; exports.getTableComponents = _chunk5KQXRLK3js.getTableComponents; exports.getTableOptions = _chunk5KQXRLK3js.getTableOptions; exports.getTokenHandler = _chunk5KQXRLK3js.getTokenHandler; exports.getTrackablePages = _chunkOR5NPUWFjs.getTrackablePages; exports.getValueFromPath = _chunk5KQXRLK3js.getValueFromPath; exports.hasBootstrapper = _chunkFM6WRAN5js.hasBootstrapper; exports.isRolesConfigured = _chunkOR5NPUWFjs.isRolesConfigured; exports.rehydrate = _chunk5KQXRLK3js.rehydrate; exports.rehydrateList = _chunk5KQXRLK3js.rehydrateList; exports.resetBootstrapStore = _chunkFM6WRAN5js.resetBootstrapStore; exports.setBootstrapper = _chunkFM6WRAN5js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk5KQXRLK3js.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk5KQXRLK3js.setGlobalErrorHandler; exports.showCustomToast = _chunk5KQXRLK3js.showCustomToast; exports.showError = _chunk5KQXRLK3js.showError; exports.showToast = _chunk5KQXRLK3js.showToast; exports.translateData = _chunkFM6WRAN5js.translateData; exports.translateResponse = _chunkFM6WRAN5js.translateResponse; exports.tryBootstrap = _chunkFM6WRAN5js.tryBootstrap; exports.useComposedRefs = _chunk5KQXRLK3js.useComposedRefs; exports.useIsMobile = _chunk5KQXRLK3js.useIsMobile; exports.userObjectSchema = _chunk5KQXRLK3js.userObjectSchema;
|
|
269
277
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B;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;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B,+BAA4B;AAC5B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B;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;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B;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;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B,+BAA4B;AAC5B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,sDAA4B;AAC5B,+BAA4B;AAC5B;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;AACF,ylPAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/index.js"}
|