@carlonicora/nextjs-jsonapi 2.1.3 → 2.2.1
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-75CHO24E.mjs → BlockNoteEditor-2LGNETXD.mjs} +4 -4
- package/dist/{BlockNoteEditor-76GLONZJ.js → BlockNoteEditor-EAEGUVFI.js} +19 -19
- package/dist/{BlockNoteEditor-76GLONZJ.js.map → BlockNoteEditor-EAEGUVFI.js.map} +1 -1
- package/dist/billing/index.js +357 -357
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-BFCCVHJ7.js → chunk-4I2W336O.js} +831 -765
- package/dist/chunk-4I2W336O.js.map +1 -0
- package/dist/{chunk-MAWTFEY3.mjs → chunk-B34NBMKV.mjs} +2 -2
- package/dist/{chunk-JG7MCYCW.js → chunk-BLKR2Q7F.js} +7 -7
- package/dist/{chunk-JG7MCYCW.js.map → chunk-BLKR2Q7F.js.map} +1 -1
- package/dist/{chunk-6YIZX26T.js → chunk-DQJ5C5TV.js} +10 -2
- package/dist/chunk-DQJ5C5TV.js.map +1 -0
- package/dist/{chunk-KIFJ7JRO.mjs → chunk-OC7F4L7K.mjs} +144 -78
- package/dist/chunk-OC7F4L7K.mjs.map +1 -0
- package/dist/{chunk-P5TMD7GK.mjs → chunk-R57FRJ6H.mjs} +9 -1
- package/dist/chunk-R57FRJ6H.mjs.map +1 -0
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +12 -0
- package/dist/components/index.d.ts +12 -0
- 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 +15 -1
- package/dist/core/index.d.ts +15 -1
- package/dist/core/index.js +4 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +3 -1
- package/dist/features/help/index.js +37 -37
- package/dist/features/help/index.mjs +3 -3
- package/dist/features/tokenusage/index.js +71 -71
- package/dist/features/tokenusage/index.mjs +3 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/RoundPageContainer.tsx +10 -1
- package/src/components/navigations/RecentPagesNavigator.tsx +64 -33
- package/src/components/navigations/__tests__/RecentPagesNavigator.spec.tsx +166 -0
- package/src/features/user/components/details/UserStandaloneDetails.tsx +2 -0
- package/src/features/user/components/forms/UserAvatarEditor.tsx +5 -1
- package/src/hooks/__tests__/usePageTracker.spec.tsx +296 -0
- package/src/hooks/usePageTracker.ts +108 -19
- package/src/utils/index.ts +1 -0
- package/src/utils/isRemoteImageSrc.test.ts +29 -0
- package/src/utils/isRemoteImageSrc.ts +16 -0
- package/dist/chunk-6YIZX26T.js.map +0 -1
- package/dist/chunk-BFCCVHJ7.js.map +0 -1
- package/dist/chunk-KIFJ7JRO.mjs.map +0 -1
- package/dist/chunk-P5TMD7GK.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-75CHO24E.mjs.map → BlockNoteEditor-2LGNETXD.mjs.map} +0 -0
- /package/dist/{chunk-MAWTFEY3.mjs.map → chunk-B34NBMKV.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunk4I2W336Ojs = require('../chunk-4I2W336O.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -43,7 +43,7 @@ var _chunkBFCCVHJ7js = require('../chunk-BFCCVHJ7.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunkBLKR2Q7Fjs = require('../chunk-BLKR2Q7F.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ var _chunkJG7MCYCWjs = require('../chunk-JG7MCYCW.js');
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
var
|
|
58
|
+
var _chunkDQJ5C5TVjs = require('../chunk-DQJ5C5TV.js');
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -125,5 +125,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
exports.ClientJsonApiDelete =
|
|
128
|
+
exports.ClientJsonApiDelete = _chunkDQJ5C5TVjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkDQJ5C5TVjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkDQJ5C5TVjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkDQJ5C5TVjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkDQJ5C5TVjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk4I2W336Ojs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk4I2W336Ojs.TableGeneratorRegistry; exports.buildClientUrl = _chunkDQJ5C5TVjs.buildClientUrl; exports.computeLayeredLayout = _chunk4I2W336Ojs.computeLayeredLayout; exports.configureClientConfig = _chunkBLKR2Q7Fjs.configureClientConfig; exports.configureClientJsonApi = _chunkDQJ5C5TVjs.configureClientJsonApi; exports.configureI18n = _chunkBLKR2Q7Fjs.configureI18n; exports.configureJsonApi = _chunkBLKR2Q7Fjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunk4I2W336Ojs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkBLKR2Q7Fjs.getApiUrl; exports.getAppUrl = _chunkBLKR2Q7Fjs.getAppUrl; exports.getClientApiUrl = _chunkDQJ5C5TVjs.getClientApiUrl; exports.getClientAppUrl = _chunkDQJ5C5TVjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkDQJ5C5TVjs.getClientTrackablePages; exports.getI18nLink = _chunkBLKR2Q7Fjs.getI18nLink; exports.getPublicApiUrl = _chunkBLKR2Q7Fjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkBLKR2Q7Fjs.getStripePublishableKey; exports.getTrackablePages = _chunkBLKR2Q7Fjs.getTrackablePages; exports.registerTableGenerator = _chunk4I2W336Ojs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk4I2W336Ojs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk4I2W336Ojs.useContentTableStructure; exports.useCustomD3Graph = _chunk4I2W336Ojs.useCustomD3Graph; exports.useDataListRetriever = _chunk4I2W336Ojs.useDataListRetriever; exports.useDebounce = _chunk4I2W336Ojs.useDebounce; exports.useI18nDateFnsLocale = _chunkBLKR2Q7Fjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkBLKR2Q7Fjs.useI18nLocale; exports.useI18nRouter = _chunkBLKR2Q7Fjs.useI18nRouter; exports.useI18nTranslations = _chunkBLKR2Q7Fjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk4I2W336Ojs.useJsonApiGet; exports.useJsonApiMutation = _chunk4I2W336Ojs.useJsonApiMutation; exports.useNotificationSync = _chunk4I2W336Ojs.useNotificationSync; exports.useOAuthClient = _chunk4I2W336Ojs.useOAuthClient; exports.useOAuthClients = _chunk4I2W336Ojs.useOAuthClients; exports.useOAuthConsent = _chunk4I2W336Ojs.useOAuthConsent; exports.usePageTracker = _chunk4I2W336Ojs.usePageTracker; exports.usePageUrlGenerator = _chunk4I2W336Ojs.usePageUrlGenerator; exports.useRehydration = _chunk4I2W336Ojs.useRehydration; exports.useRehydrationList = _chunk4I2W336Ojs.useRehydrationList; exports.useRoleTableStructure = _chunk4I2W336Ojs.useRoleTableStructure; exports.useSocket = _chunk4I2W336Ojs.useSocket; exports.useSubscriptionStatus = _chunk4I2W336Ojs.useSubscriptionStatus; exports.useTableGenerator = _chunk4I2W336Ojs.useTableGenerator; exports.useUrlRewriter = _chunk4I2W336Ojs.useUrlRewriter; exports.useUserSearch = _chunk4I2W336Ojs.useUserSearch; exports.useUserTableStructure = _chunk4I2W336Ojs.useUserTableStructure;
|
|
129
129
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
useUrlRewriter,
|
|
28
28
|
useUserSearch,
|
|
29
29
|
useUserTableStructure
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-OC7F4L7K.mjs";
|
|
31
31
|
import {
|
|
32
32
|
configureClientConfig,
|
|
33
33
|
configureI18n,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
useI18nLocale,
|
|
43
43
|
useI18nRouter,
|
|
44
44
|
useI18nTranslations
|
|
45
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-B34NBMKV.mjs";
|
|
46
46
|
import {
|
|
47
47
|
ClientJsonApiDelete,
|
|
48
48
|
ClientJsonApiGet,
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
getClientApiUrl,
|
|
55
55
|
getClientAppUrl,
|
|
56
56
|
getClientTrackablePages
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-R57FRJ6H.mjs";
|
|
58
58
|
import {
|
|
59
59
|
getClientToken
|
|
60
60
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -1065,6 +1065,18 @@ type PageSectionProps = {
|
|
|
1065
1065
|
};
|
|
1066
1066
|
declare function PageSection({ children, title, options, open, small, onToggle }: PageSectionProps): React$1.JSX.Element;
|
|
1067
1067
|
|
|
1068
|
+
/**
|
|
1069
|
+
* A complete sidebar row. It renders its own SidebarMenuItem and owns its
|
|
1070
|
+
* trigger; consumers drop it into a SidebarMenu and add nothing around it.
|
|
1071
|
+
*
|
|
1072
|
+
* The trigger IS the SidebarMenuButton. Wrapping this component in a
|
|
1073
|
+
* consumer-owned SidebarMenuButton instead — which four apps used to do —
|
|
1074
|
+
* leaves the real trigger as an inline element inside a button that
|
|
1075
|
+
* `group-data-[collapsible=icon]:size-8! p-2! overflow-hidden` clamps to a
|
|
1076
|
+
* 16px content box once the rail collapses. The trigger shrinks to zero width
|
|
1077
|
+
* behind the consumer's own icon, and the icon the user clicks belongs to a
|
|
1078
|
+
* button with no handler.
|
|
1079
|
+
*/
|
|
1068
1080
|
declare function RecentPagesNavigator(): React$1.JSX.Element | null;
|
|
1069
1081
|
|
|
1070
1082
|
type PageContainerItems = {
|
|
@@ -1065,6 +1065,18 @@ type PageSectionProps = {
|
|
|
1065
1065
|
};
|
|
1066
1066
|
declare function PageSection({ children, title, options, open, small, onToggle }: PageSectionProps): React$1.JSX.Element;
|
|
1067
1067
|
|
|
1068
|
+
/**
|
|
1069
|
+
* A complete sidebar row. It renders its own SidebarMenuItem and owns its
|
|
1070
|
+
* trigger; consumers drop it into a SidebarMenu and add nothing around it.
|
|
1071
|
+
*
|
|
1072
|
+
* The trigger IS the SidebarMenuButton. Wrapping this component in a
|
|
1073
|
+
* consumer-owned SidebarMenuButton instead — which four apps used to do —
|
|
1074
|
+
* leaves the real trigger as an inline element inside a button that
|
|
1075
|
+
* `group-data-[collapsible=icon]:size-8! p-2! overflow-hidden` clamps to a
|
|
1076
|
+
* 16px content box once the rail collapses. The trigger shrinks to zero width
|
|
1077
|
+
* behind the consumer's own icon, and the icon the user clicks belongs to a
|
|
1078
|
+
* button with no handler.
|
|
1079
|
+
*/
|
|
1068
1080
|
declare function RecentPagesNavigator(): React$1.JSX.Element | null;
|
|
1069
1081
|
|
|
1070
1082
|
type PageContainerItems = {
|
package/dist/components/index.js
CHANGED
|
@@ -483,14 +483,14 @@
|
|
|
483
483
|
|
|
484
484
|
|
|
485
485
|
|
|
486
|
-
var
|
|
487
|
-
require('../chunk-
|
|
486
|
+
var _chunk4I2W336Ojs = require('../chunk-4I2W336O.js');
|
|
487
|
+
require('../chunk-BLKR2Q7F.js');
|
|
488
488
|
|
|
489
489
|
|
|
490
490
|
|
|
491
491
|
|
|
492
492
|
|
|
493
|
-
var
|
|
493
|
+
var _chunkDQJ5C5TVjs = require('../chunk-DQJ5C5TV.js');
|
|
494
494
|
require('../chunk-LXKSUWAV.js');
|
|
495
495
|
require('../chunk-IBS6NI7D.js');
|
|
496
496
|
require('../chunk-QWCAOLBD.js');
|
|
@@ -991,5 +991,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
991
991
|
|
|
992
992
|
|
|
993
993
|
|
|
994
|
-
exports.AcceptInvitation = _chunkBFCCVHJ7js.AcceptInvitation; exports.Accordion = _chunkBFCCVHJ7js.Accordion; exports.AccordionContent = _chunkBFCCVHJ7js.AccordionContent; exports.AccordionItem = _chunkBFCCVHJ7js.AccordionItem; exports.AccordionTrigger = _chunkBFCCVHJ7js.AccordionTrigger; exports.ActivateAccount = _chunkBFCCVHJ7js.ActivateAccount; exports.AddUserToRole = _chunkBFCCVHJ7js.AddUserToRole; exports.AdminCompanyContainer = _chunkBFCCVHJ7js.AdminCompanyContainer; exports.AdminUsersList = _chunkBFCCVHJ7js.AdminUsersList; exports.Alert = _chunkBFCCVHJ7js.Alert; exports.AlertAction = _chunkBFCCVHJ7js.AlertAction; exports.AlertDescription = _chunkBFCCVHJ7js.AlertDescription; exports.AlertDialog = _chunkBFCCVHJ7js.AlertDialog; exports.AlertDialogAction = _chunkBFCCVHJ7js.AlertDialogAction; exports.AlertDialogCancel = _chunkBFCCVHJ7js.AlertDialogCancel; exports.AlertDialogContent = _chunkBFCCVHJ7js.AlertDialogContent; exports.AlertDialogDescription = _chunkBFCCVHJ7js.AlertDialogDescription; exports.AlertDialogFooter = _chunkBFCCVHJ7js.AlertDialogFooter; exports.AlertDialogHeader = _chunkBFCCVHJ7js.AlertDialogHeader; exports.AlertDialogMedia = _chunkBFCCVHJ7js.AlertDialogMedia; exports.AlertDialogOverlay = _chunkBFCCVHJ7js.AlertDialogOverlay; exports.AlertDialogPortal = _chunkBFCCVHJ7js.AlertDialogPortal; exports.AlertDialogTitle = _chunkBFCCVHJ7js.AlertDialogTitle; exports.AlertDialogTrigger = _chunkBFCCVHJ7js.AlertDialogTrigger; exports.AlertTitle = _chunkBFCCVHJ7js.AlertTitle; exports.AllUsersListContainer = _chunkBFCCVHJ7js.AllUsersListContainer; exports.AllowedUsersDetails = _chunkBFCCVHJ7js.AllowedUsersDetails; exports.ApprovalActionCard = _chunkBFCCVHJ7js.ApprovalActionCard; exports.AssistantBlockNoteComposer = _chunkBFCCVHJ7js.AssistantBlockNoteComposer; exports.AssistantContainer = _chunkBFCCVHJ7js.AssistantContainer; exports.AssistantContainerWithApprovals = _chunkBFCCVHJ7js.AssistantContainerWithApprovals; exports.AssistantPageContainer = _chunkBFCCVHJ7js.AssistantPageContainer; exports.AttributeElement = _chunkBFCCVHJ7js.AttributeElement; exports.AuthContainer = _chunkBFCCVHJ7js.AuthContainer; exports.Avatar = _chunkBFCCVHJ7js.Avatar; exports.AvatarBadge = _chunkBFCCVHJ7js.AvatarBadge; exports.AvatarFallback = _chunkBFCCVHJ7js.AvatarFallback; exports.AvatarGroup = _chunkBFCCVHJ7js.AvatarGroup; exports.AvatarGroupCount = _chunkBFCCVHJ7js.AvatarGroupCount; exports.AvatarImage = _chunkBFCCVHJ7js.AvatarImage; exports.BackupCodesDialog = _chunkBFCCVHJ7js.BackupCodesDialog; exports.Badge = _chunkBFCCVHJ7js.Badge; exports.BlockNoteEditorContainer = _chunkBFCCVHJ7js.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkBFCCVHJ7js.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkBFCCVHJ7js.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkBFCCVHJ7js.BlockNoteViewerContainer; exports.Board = _chunkBFCCVHJ7js.KanbanBoard; exports.Breadcrumb = _chunkBFCCVHJ7js.Breadcrumb; exports.BreadcrumbEllipsis = _chunkBFCCVHJ7js.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkBFCCVHJ7js.BreadcrumbItem; exports.BreadcrumbLink = _chunkBFCCVHJ7js.BreadcrumbLink; exports.BreadcrumbList = _chunkBFCCVHJ7js.BreadcrumbList; exports.BreadcrumbNavigation = _chunkBFCCVHJ7js.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkBFCCVHJ7js.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkBFCCVHJ7js.BreadcrumbSeparator; exports.Button = _chunkBFCCVHJ7js.Button; exports.Calendar = _chunkBFCCVHJ7js.Calendar; exports.CalendarDayButton = _chunkBFCCVHJ7js.CalendarDayButton; exports.Card = _chunkBFCCVHJ7js.Card; exports.CardAction = _chunkBFCCVHJ7js.CardAction; exports.CardContent = _chunkBFCCVHJ7js.CardContent; exports.CardDescription = _chunkBFCCVHJ7js.CardDescription; exports.CardFooter = _chunkBFCCVHJ7js.CardFooter; exports.CardHeader = _chunkBFCCVHJ7js.CardHeader; exports.CardTitle = _chunkBFCCVHJ7js.CardTitle; exports.Carousel = _chunkBFCCVHJ7js.Carousel; exports.CarouselContent = _chunkBFCCVHJ7js.CarouselContent; exports.CarouselItem = _chunkBFCCVHJ7js.CarouselItem; exports.CarouselNext = _chunkBFCCVHJ7js.CarouselNext; exports.CarouselPrevious = _chunkBFCCVHJ7js.CarouselPrevious; exports.ChartContainer = _chunkBFCCVHJ7js.ChartContainer; exports.ChartLegend = _chunkBFCCVHJ7js.ChartLegend; exports.ChartLegendContent = _chunkBFCCVHJ7js.ChartLegendContent; exports.ChartStyle = _chunkBFCCVHJ7js.ChartStyle; exports.ChartTooltip = _chunkBFCCVHJ7js.ChartTooltip; exports.ChartTooltipContent = _chunkBFCCVHJ7js.ChartTooltipContent; exports.Checkbox = _chunkBFCCVHJ7js.Checkbox; exports.Collapsible = _chunkBFCCVHJ7js.Collapsible; exports.CollapsibleContent = _chunkBFCCVHJ7js.CollapsibleContent; exports.CollapsibleTrigger = _chunkBFCCVHJ7js.CollapsibleTrigger; exports.Column = _chunkBFCCVHJ7js.KanbanColumn; exports.ColumnHandle = _chunkBFCCVHJ7js.KanbanColumnHandle; exports.Combobox = _chunkBFCCVHJ7js.Combobox; exports.ComboboxChip = _chunkBFCCVHJ7js.ComboboxChip; exports.ComboboxChips = _chunkBFCCVHJ7js.ComboboxChips; exports.ComboboxChipsInput = _chunkBFCCVHJ7js.ComboboxChipsInput; exports.ComboboxCollection = _chunkBFCCVHJ7js.ComboboxCollection; exports.ComboboxContent = _chunkBFCCVHJ7js.ComboboxContent; exports.ComboboxEmpty = _chunkBFCCVHJ7js.ComboboxEmpty; exports.ComboboxGroup = _chunkBFCCVHJ7js.ComboboxGroup; exports.ComboboxInput = _chunkBFCCVHJ7js.ComboboxInput; exports.ComboboxItem = _chunkBFCCVHJ7js.ComboboxItem; exports.ComboboxLabel = _chunkBFCCVHJ7js.ComboboxLabel; exports.ComboboxList = _chunkBFCCVHJ7js.ComboboxList; exports.ComboboxSeparator = _chunkBFCCVHJ7js.ComboboxSeparator; exports.ComboboxTrigger = _chunkBFCCVHJ7js.ComboboxTrigger; exports.ComboboxValue = _chunkBFCCVHJ7js.ComboboxValue; exports.Command = _chunkBFCCVHJ7js.Command; exports.CommandDialog = _chunkBFCCVHJ7js.CommandDialog; exports.CommandEmpty = _chunkBFCCVHJ7js.CommandEmpty; exports.CommandGroup = _chunkBFCCVHJ7js.CommandGroup; exports.CommandInput = _chunkBFCCVHJ7js.CommandInput; exports.CommandItem = _chunkBFCCVHJ7js.CommandItem; exports.CommandList = _chunkBFCCVHJ7js.CommandList; exports.CommandSeparator = _chunkBFCCVHJ7js.CommandSeparator; exports.CommandShortcut = _chunkBFCCVHJ7js.CommandShortcut; exports.CommonAddTrigger = _chunkBFCCVHJ7js.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkBFCCVHJ7js.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkBFCCVHJ7js.CommonAssociationTrigger; exports.CommonDeleter = _chunkBFCCVHJ7js.CommonDeleter; exports.CommonEditorButtons = _chunkBFCCVHJ7js.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkBFCCVHJ7js.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkBFCCVHJ7js.CommonEditorHeader; exports.CommonEditorTrigger = _chunkBFCCVHJ7js.CommonEditorTrigger; exports.CompaniesList = _chunkBFCCVHJ7js.CompaniesList; exports.CompanyConfigurationEditor = _chunkBFCCVHJ7js.CompanyConfigurationEditor; exports.CompanyContainer = _chunkBFCCVHJ7js.CompanyContainer; exports.CompanyContent = _chunkBFCCVHJ7js.CompanyContent; exports.CompanyDeleter = _chunkBFCCVHJ7js.CompanyDeleter; exports.CompanyDetails = _chunkBFCCVHJ7js.CompanyDetails; exports.CompanyEditor = _chunkBFCCVHJ7js.CompanyEditor; exports.CompanyUsersList = _chunkBFCCVHJ7js.CompanyUsersList; exports.ConfirmDialog = _chunkBFCCVHJ7js.ConfirmDialog; exports.ContentListGrid = _chunkBFCCVHJ7js.ContentListGrid; exports.ContentListTable = _chunkBFCCVHJ7js.ContentListTable; exports.ContentTableSearch = _chunkBFCCVHJ7js.ContentTableSearch; exports.ContentTitle = _chunkBFCCVHJ7js.ContentTitle; exports.ContentsList = _chunkBFCCVHJ7js.ContentsList; exports.ContentsListById = _chunkBFCCVHJ7js.ContentsListById; exports.ContextMenu = _chunkBFCCVHJ7js.ContextMenu; exports.ContextMenuCheckboxItem = _chunkBFCCVHJ7js.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkBFCCVHJ7js.ContextMenuContent; exports.ContextMenuGroup = _chunkBFCCVHJ7js.ContextMenuGroup; exports.ContextMenuItem = _chunkBFCCVHJ7js.ContextMenuItem; exports.ContextMenuLabel = _chunkBFCCVHJ7js.ContextMenuLabel; exports.ContextMenuPortal = _chunkBFCCVHJ7js.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkBFCCVHJ7js.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkBFCCVHJ7js.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkBFCCVHJ7js.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkBFCCVHJ7js.ContextMenuShortcut; exports.ContextMenuSub = _chunkBFCCVHJ7js.ContextMenuSub; exports.ContextMenuSubContent = _chunkBFCCVHJ7js.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkBFCCVHJ7js.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkBFCCVHJ7js.ContextMenuTrigger; exports.ContributorsList = _chunkBFCCVHJ7js.ContributorsList; exports.Cookies = _chunkBFCCVHJ7js.Cookies; exports.CurrencyInput = _chunkBFCCVHJ7js.CurrencyInput; exports.DatePickerPopover = _chunkBFCCVHJ7js.DatePickerPopover; exports.DateRangeSelector = _chunkBFCCVHJ7js.DateRangeSelector; exports.DetailField = _chunkBFCCVHJ7js.DetailField; exports.Dialog = _chunkBFCCVHJ7js.Dialog; exports.DialogClose = _chunkBFCCVHJ7js.DialogClose; exports.DialogContent = _chunkBFCCVHJ7js.DialogContent; exports.DialogDescription = _chunkBFCCVHJ7js.DialogDescription; exports.DialogFooter = _chunkBFCCVHJ7js.DialogFooter; exports.DialogHeader = _chunkBFCCVHJ7js.DialogHeader; exports.DialogOverlay = _chunkBFCCVHJ7js.DialogOverlay; exports.DialogPortal = _chunkBFCCVHJ7js.DialogPortal; exports.DialogTitle = _chunkBFCCVHJ7js.DialogTitle; exports.DialogTrigger = _chunkBFCCVHJ7js.DialogTrigger; exports.DisableTwoFactorDialog = _chunkBFCCVHJ7js.DisableTwoFactorDialog; exports.Drawer = _chunkBFCCVHJ7js.Drawer; exports.DrawerClose = _chunkBFCCVHJ7js.DrawerClose; exports.DrawerContent = _chunkBFCCVHJ7js.DrawerContent; exports.DrawerDescription = _chunkBFCCVHJ7js.DrawerDescription; exports.DrawerFooter = _chunkBFCCVHJ7js.DrawerFooter; exports.DrawerHeader = _chunkBFCCVHJ7js.DrawerHeader; exports.DrawerOverlay = _chunkBFCCVHJ7js.DrawerOverlay; exports.DrawerPortal = _chunkBFCCVHJ7js.DrawerPortal; exports.DrawerTitle = _chunkBFCCVHJ7js.DrawerTitle; exports.DrawerTrigger = _chunkBFCCVHJ7js.DrawerTrigger; exports.DropdownMenu = _chunkBFCCVHJ7js.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkBFCCVHJ7js.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkBFCCVHJ7js.DropdownMenuContent; exports.DropdownMenuGroup = _chunkBFCCVHJ7js.DropdownMenuGroup; exports.DropdownMenuItem = _chunkBFCCVHJ7js.DropdownMenuItem; exports.DropdownMenuLabel = _chunkBFCCVHJ7js.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkBFCCVHJ7js.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkBFCCVHJ7js.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkBFCCVHJ7js.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkBFCCVHJ7js.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkBFCCVHJ7js.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkBFCCVHJ7js.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkBFCCVHJ7js.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkBFCCVHJ7js.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkBFCCVHJ7js.DropdownMenuTrigger; exports.EditableAvatar = _chunkBFCCVHJ7js.EditableAvatar; exports.EditorSheet = _chunkBFCCVHJ7js.EditorSheet; exports.EmptyState = _chunkBFCCVHJ7js.EmptyState; exports.EntityAvatar = _chunkBFCCVHJ7js.EntityAvatar; exports.EntityHero = _chunkBFCCVHJ7js.EntityHero; exports.EntityHeroAvatar = _chunkBFCCVHJ7js.EntityHeroAvatar; exports.EntityHeroLayout = _chunkBFCCVHJ7js.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkBFCCVHJ7js.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkBFCCVHJ7js.EntityMultiSelector; exports.EntitySection = _chunkBFCCVHJ7js.EntitySection; exports.EntitySelector = _chunkBFCCVHJ7js.EntitySelector; exports.ErrorDetails = _chunkBFCCVHJ7js.ErrorDetails; exports.Field = _chunkBFCCVHJ7js.Field; exports.FieldContent = _chunkBFCCVHJ7js.FieldContent; exports.FieldDescription = _chunkBFCCVHJ7js.FieldDescription; exports.FieldError = _chunkBFCCVHJ7js.FieldError; exports.FieldGroup = _chunkBFCCVHJ7js.FieldGroup; exports.FieldLabel = _chunkBFCCVHJ7js.FieldLabel; exports.FieldLegend = _chunkBFCCVHJ7js.FieldLegend; exports.FieldSeparator = _chunkBFCCVHJ7js.FieldSeparator; exports.FieldSet = _chunkBFCCVHJ7js.FieldSet; exports.FieldTitle = _chunkBFCCVHJ7js.FieldTitle; exports.FileInput = _chunkBFCCVHJ7js.FileInput; exports.FileUploader = _chunkBFCCVHJ7js.FileUploader; exports.FileUploaderContent = _chunkBFCCVHJ7js.FileUploaderContent; exports.FileUploaderItem = _chunkBFCCVHJ7js.FileUploaderItem; exports.FiscalDataDisplay = _chunkBFCCVHJ7js.FiscalDataDisplay; exports.ForgotPassword = _chunkBFCCVHJ7js.ForgotPassword; exports.Form = _chunkBFCCVHJ7js.Form; exports.FormBlockNote = _chunkBFCCVHJ7js.FormBlockNote; exports.FormBody = _chunkBFCCVHJ7js.FormBody; exports.FormCheckbox = _chunkBFCCVHJ7js.FormCheckbox; exports.FormCol = _chunkBFCCVHJ7js.FormCol; exports.FormDate = _chunkBFCCVHJ7js.FormDate; exports.FormDateTime = _chunkBFCCVHJ7js.FormDateTime; exports.FormFeatures = _chunkBFCCVHJ7js.FormFeatures; exports.FormFieldWrapper = _chunkBFCCVHJ7js.FormFieldWrapper; exports.FormInput = _chunkBFCCVHJ7js.FormInput; exports.FormPassword = _chunkBFCCVHJ7js.FormPassword; exports.FormPlaceAutocomplete = _chunkBFCCVHJ7js.FormPlaceAutocomplete; exports.FormRoles = _chunkBFCCVHJ7js.FormRoles; exports.FormRow = _chunkBFCCVHJ7js.FormRow; exports.FormSection = _chunkBFCCVHJ7js.FormSection; exports.FormSelect = _chunkBFCCVHJ7js.FormSelect; exports.FormSlider = _chunkBFCCVHJ7js.FormSlider; exports.FormSwitch = _chunkBFCCVHJ7js.FormSwitch; exports.FormTextarea = _chunkBFCCVHJ7js.FormTextarea; exports.GdprConsentCheckbox = _chunkBFCCVHJ7js.GdprConsentCheckbox; exports.GdprConsentSection = _chunkBFCCVHJ7js.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunkBFCCVHJ7js.HEADER_ROW_MIN_H; exports.Header = _chunkBFCCVHJ7js.Header; exports.HoverCard = _chunkBFCCVHJ7js.HoverCard; exports.HoverCardContent = _chunkBFCCVHJ7js.HoverCardContent; exports.HoverCardTrigger = _chunkBFCCVHJ7js.HoverCardTrigger; exports.HowToCommand = _chunkBFCCVHJ7js.HowToCommand; exports.HowToCommandViewer = _chunkBFCCVHJ7js.HowToCommandViewer; exports.HowToContainer = _chunkBFCCVHJ7js.HowToContainer; exports.HowToContent = _chunkBFCCVHJ7js.HowToContent; exports.HowToDeleter = _chunkBFCCVHJ7js.HowToDeleter; exports.HowToDetails = _chunkBFCCVHJ7js.HowToDetails; exports.HowToEditor = _chunkBFCCVHJ7js.HowToEditor; exports.HowToList = _chunkBFCCVHJ7js.HowToList; exports.HowToListContainer = _chunkBFCCVHJ7js.HowToListContainer; exports.HowToMultiSelector = _chunkBFCCVHJ7js.HowToMultiSelector; exports.HowToSelector = _chunkBFCCVHJ7js.HowToSelector; exports.Input = _chunkBFCCVHJ7js.Input; exports.InputGroup = _chunkBFCCVHJ7js.InputGroup; exports.InputGroupAddon = _chunkBFCCVHJ7js.InputGroupAddon; exports.InputGroupButton = _chunkBFCCVHJ7js.InputGroupButton; exports.InputGroupInput = _chunkBFCCVHJ7js.InputGroupInput; exports.InputGroupText = _chunkBFCCVHJ7js.InputGroupText; exports.InputGroupTextarea = _chunkBFCCVHJ7js.InputGroupTextarea; exports.InputOTP = _chunkBFCCVHJ7js.InputOTP; exports.InputOTPGroup = _chunkBFCCVHJ7js.InputOTPGroup; exports.InputOTPSeparator = _chunkBFCCVHJ7js.InputOTPSeparator; exports.InputOTPSlot = _chunkBFCCVHJ7js.InputOTPSlot; exports.ItalianFiscalData = _chunkBFCCVHJ7js.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkBFCCVHJ7js.ItalianFiscalDataDisplay; exports.Item = _chunkBFCCVHJ7js.KanbanItem; exports.ItemHandle = _chunkBFCCVHJ7js.KanbanItemHandle; exports.Kanban = _chunkBFCCVHJ7js.KanbanRoot; exports.KanbanBoard = _chunkBFCCVHJ7js.KanbanBoard; exports.KanbanColumn = _chunkBFCCVHJ7js.KanbanColumn; exports.KanbanColumnHandle = _chunkBFCCVHJ7js.KanbanColumnHandle; exports.KanbanItem = _chunkBFCCVHJ7js.KanbanItem; exports.KanbanItemHandle = _chunkBFCCVHJ7js.KanbanItemHandle; exports.KanbanOverlay = _chunkBFCCVHJ7js.KanbanOverlay; exports.Label = _chunkBFCCVHJ7js.Label; exports.LandingComponent = _chunkBFCCVHJ7js.LandingComponent; exports.Link = _chunkBFCCVHJ7js.Link; exports.Login = _chunkBFCCVHJ7js.Login; exports.Logout = _chunkBFCCVHJ7js.Logout; exports.MessageItem = _chunkBFCCVHJ7js.MessageItem; exports.MessageList = _chunkBFCCVHJ7js.MessageList; exports.MessageSourcesPanel = _chunkBFCCVHJ7js.MessageSourcesPanel; exports.MicroLabel = _chunkBFCCVHJ7js.MicroLabel; exports.MobileNavigationBar = _chunkBFCCVHJ7js.MobileNavigationBar; exports.ModeToggleSwitch = _chunkBFCCVHJ7js.ModeToggleSwitch; exports.MultiSelect = _chunkBFCCVHJ7js.MultiSelect; exports.MultipleSelector = _chunkBFCCVHJ7js.MultipleSelector; exports.NavigationMenu = _chunkBFCCVHJ7js.NavigationMenu; exports.NavigationMenuContent = _chunkBFCCVHJ7js.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkBFCCVHJ7js.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkBFCCVHJ7js.NavigationMenuItem; exports.NavigationMenuLink = _chunkBFCCVHJ7js.NavigationMenuLink; exports.NavigationMenuList = _chunkBFCCVHJ7js.NavigationMenuList; exports.NavigationMenuPositioner = _chunkBFCCVHJ7js.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkBFCCVHJ7js.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkBFCCVHJ7js.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkBFCCVHJ7js.NotificationMenuItem; exports.NotificationModal = _chunkBFCCVHJ7js.NotificationModal; exports.NotificationToast = _chunkBFCCVHJ7js.NotificationToast; exports.NotificationsList = _chunkBFCCVHJ7js.NotificationsList; exports.NotificationsListContainer = _chunkBFCCVHJ7js.NotificationsListContainer; exports.OAuthClientCard = _chunkBFCCVHJ7js.OAuthClientCard; exports.OAuthClientDetail = _chunkBFCCVHJ7js.OAuthClientDetail; exports.OAuthClientForm = _chunkBFCCVHJ7js.OAuthClientForm; exports.OAuthClientList = _chunkBFCCVHJ7js.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkBFCCVHJ7js.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkBFCCVHJ7js.OAuthConsentActions; exports.OAuthConsentHeader = _chunkBFCCVHJ7js.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkBFCCVHJ7js.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkBFCCVHJ7js.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkBFCCVHJ7js.OAuthScopeList; exports.OAuthScopeSelector = _chunkBFCCVHJ7js.OAuthScopeSelector; exports.OnboardingCard = _chunkBFCCVHJ7js.OnboardingCard; exports.Overlay = _chunkBFCCVHJ7js.KanbanOverlay; exports.PageContainer = _chunkBFCCVHJ7js.PageContainer; exports.PageContainerContentDetails = _chunkBFCCVHJ7js.PageContainerContentDetails; exports.PageContentContainer = _chunkBFCCVHJ7js.PageContentContainer; exports.PageSection = _chunkBFCCVHJ7js.PageSection; exports.PasskeyButton = _chunkBFCCVHJ7js.PasskeyButton; exports.PasskeyList = _chunkBFCCVHJ7js.PasskeyList; exports.PasskeySetupDialog = _chunkBFCCVHJ7js.PasskeySetupDialog; exports.PasswordInput = _chunkBFCCVHJ7js.PasswordInput; exports.Popover = _chunkBFCCVHJ7js.Popover; exports.PopoverContent = _chunkBFCCVHJ7js.PopoverContent; exports.PopoverDescription = _chunkBFCCVHJ7js.PopoverDescription; exports.PopoverHeader = _chunkBFCCVHJ7js.PopoverHeader; exports.PopoverTitle = _chunkBFCCVHJ7js.PopoverTitle; exports.PopoverTrigger = _chunkBFCCVHJ7js.PopoverTrigger; exports.Progress = _chunkBFCCVHJ7js.Progress; exports.ProgressIndicator = _chunkBFCCVHJ7js.ProgressIndicator; exports.ProgressLabel = _chunkBFCCVHJ7js.ProgressLabel; exports.ProgressTrack = _chunkBFCCVHJ7js.ProgressTrack; exports.ProgressValue = _chunkBFCCVHJ7js.ProgressValue; exports.PushNotificationProvider = _chunkBFCCVHJ7js.PushNotificationProvider; exports.RadioGroup = _chunkBFCCVHJ7js.RadioGroup; exports.RadioGroupItem = _chunkBFCCVHJ7js.RadioGroupItem; exports.RbacByRoleContainer = _chunkBFCCVHJ7js.RbacByRoleContainer; exports.RbacContainer = _chunkBFCCVHJ7js.RbacContainer; exports.RbacPermissionCell = _chunkBFCCVHJ7js.RbacPermissionCell; exports.RbacPermissionPicker = _chunkBFCCVHJ7js.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkBFCCVHJ7js.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkBFCCVHJ7js.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkBFCCVHJ7js.ReferralCodeCapture; exports.ReferralDialog = _chunkBFCCVHJ7js.ReferralDialog; exports.ReferralWidget = _chunkBFCCVHJ7js.ReferralWidget; exports.RefreshUser = _chunkBFCCVHJ7js.RefreshUser; exports.RelevantContentsList = _chunkBFCCVHJ7js.RelevantContentsList; exports.RelevantUsersList = _chunkBFCCVHJ7js.RelevantUsersList; exports.RemoveUserFromRole = _chunkBFCCVHJ7js.RemoveUserFromRole; exports.ResetPassword = _chunkBFCCVHJ7js.ResetPassword; exports.ResizableHandle = _chunkBFCCVHJ7js.ResizableHandle; exports.ResizablePanel = _chunkBFCCVHJ7js.ResizablePanel; exports.ResizablePanelGroup = _chunkBFCCVHJ7js.ResizablePanelGroup; exports.RoleContainer = _chunkBFCCVHJ7js.RoleContainer; exports.RoleDetails = _chunkBFCCVHJ7js.RoleDetails; exports.RoleUsersList = _chunkBFCCVHJ7js.RoleUsersList; exports.RolesList = _chunkBFCCVHJ7js.RolesList; exports.Root = _chunkBFCCVHJ7js.KanbanRoot; exports.RoundPageContainer = _chunkBFCCVHJ7js.RoundPageContainer; exports.RoundPageContainerTitle = _chunkBFCCVHJ7js.RoundPageContainerTitle; exports.ScrollArea = _chunkBFCCVHJ7js.ScrollArea; exports.ScrollBar = _chunkBFCCVHJ7js.ScrollBar; exports.SectionHeader = _chunkBFCCVHJ7js.SectionHeader; exports.SecurityContainer = _chunkBFCCVHJ7js.SecurityContainer; exports.Select = _chunkBFCCVHJ7js.Select; exports.SelectContent = _chunkBFCCVHJ7js.SelectContent; exports.SelectGroup = _chunkBFCCVHJ7js.SelectGroup; exports.SelectItem = _chunkBFCCVHJ7js.SelectItem; exports.SelectLabel = _chunkBFCCVHJ7js.SelectLabel; exports.SelectScrollDownButton = _chunkBFCCVHJ7js.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkBFCCVHJ7js.SelectScrollUpButton; exports.SelectSeparator = _chunkBFCCVHJ7js.SelectSeparator; exports.SelectTrigger = _chunkBFCCVHJ7js.SelectTrigger; exports.SelectValue = _chunkBFCCVHJ7js.SelectValue; exports.Separator = _chunkBFCCVHJ7js.Separator; exports.Sheet = _chunkBFCCVHJ7js.Sheet; exports.SheetClose = _chunkBFCCVHJ7js.SheetClose; exports.SheetContent = _chunkBFCCVHJ7js.SheetContent; exports.SheetDescription = _chunkBFCCVHJ7js.SheetDescription; exports.SheetFooter = _chunkBFCCVHJ7js.SheetFooter; exports.SheetHeader = _chunkBFCCVHJ7js.SheetHeader; exports.SheetTitle = _chunkBFCCVHJ7js.SheetTitle; exports.SheetTrigger = _chunkBFCCVHJ7js.SheetTrigger; exports.Sidebar = _chunkBFCCVHJ7js.Sidebar; exports.SidebarContent = _chunkBFCCVHJ7js.SidebarContent; exports.SidebarFooter = _chunkBFCCVHJ7js.SidebarFooter; exports.SidebarGroup = _chunkBFCCVHJ7js.SidebarGroup; exports.SidebarGroupAction = _chunkBFCCVHJ7js.SidebarGroupAction; exports.SidebarGroupContent = _chunkBFCCVHJ7js.SidebarGroupContent; exports.SidebarGroupLabel = _chunkBFCCVHJ7js.SidebarGroupLabel; exports.SidebarHeader = _chunkBFCCVHJ7js.SidebarHeader; exports.SidebarInput = _chunkBFCCVHJ7js.SidebarInput; exports.SidebarInset = _chunkBFCCVHJ7js.SidebarInset; exports.SidebarMenu = _chunkBFCCVHJ7js.SidebarMenu; exports.SidebarMenuAction = _chunkBFCCVHJ7js.SidebarMenuAction; exports.SidebarMenuBadge = _chunkBFCCVHJ7js.SidebarMenuBadge; exports.SidebarMenuButton = _chunkBFCCVHJ7js.SidebarMenuButton; exports.SidebarMenuItem = _chunkBFCCVHJ7js.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkBFCCVHJ7js.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkBFCCVHJ7js.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkBFCCVHJ7js.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkBFCCVHJ7js.SidebarMenuSubItem; exports.SidebarProvider = _chunkBFCCVHJ7js.SidebarProvider; exports.SidebarRail = _chunkBFCCVHJ7js.SidebarRail; exports.SidebarSeparator = _chunkBFCCVHJ7js.SidebarSeparator; exports.SidebarTrigger = _chunkBFCCVHJ7js.SidebarTrigger; exports.Skeleton = _chunkBFCCVHJ7js.Skeleton; exports.Slider = _chunkBFCCVHJ7js.Slider; exports.Spinner = _chunkBFCCVHJ7js.Spinner; exports.Switch = _chunkBFCCVHJ7js.Switch; exports.Table = _chunkBFCCVHJ7js.Table; exports.TableBody = _chunkBFCCVHJ7js.TableBody; exports.TableCaption = _chunkBFCCVHJ7js.TableCaption; exports.TableCell = _chunkBFCCVHJ7js.TableCell; exports.TableCellAvatar = _chunkBFCCVHJ7js.TableCellAvatar; exports.TableFooter = _chunkBFCCVHJ7js.TableFooter; exports.TableHead = _chunkBFCCVHJ7js.TableHead; exports.TableHeader = _chunkBFCCVHJ7js.TableHeader; exports.TableRow = _chunkBFCCVHJ7js.TableRow; exports.Tabs = _chunkBFCCVHJ7js.Tabs; exports.TabsContainer = _chunkBFCCVHJ7js.TabsContainer; exports.TabsContent = _chunkBFCCVHJ7js.TabsContent; exports.TabsList = _chunkBFCCVHJ7js.TabsList; exports.TabsTrigger = _chunkBFCCVHJ7js.TabsTrigger; exports.Textarea = _chunkBFCCVHJ7js.Textarea; exports.Toaster = _chunkBFCCVHJ7js.Toaster; exports.Toggle = _chunkBFCCVHJ7js.Toggle; exports.TokenStatusIndicator = _chunkBFCCVHJ7js.TokenStatusIndicator; exports.Tooltip = _chunkBFCCVHJ7js.Tooltip; exports.TooltipContent = _chunkBFCCVHJ7js.TooltipContent; exports.TooltipProvider = _chunkBFCCVHJ7js.TooltipProvider; exports.TooltipTrigger = _chunkBFCCVHJ7js.TooltipTrigger; exports.TotpAuthenticatorList = _chunkBFCCVHJ7js.TotpAuthenticatorList; exports.TotpInput = _chunkBFCCVHJ7js.TotpInput; exports.TotpSetupDialog = _chunkBFCCVHJ7js.TotpSetupDialog; exports.TwoFactorChallenge = _chunkBFCCVHJ7js.TwoFactorChallenge; exports.TwoFactorSettings = _chunkBFCCVHJ7js.TwoFactorSettings; exports.UserAvatar = _chunkBFCCVHJ7js.UserAvatar; exports.UserAvatarEditor = _chunkBFCCVHJ7js.UserAvatarEditor; exports.UserAvatarList = _chunkBFCCVHJ7js.UserAvatarList; exports.UserContainer = _chunkBFCCVHJ7js.UserContainer; exports.UserContent = _chunkBFCCVHJ7js.UserContent; exports.UserDeleter = _chunkBFCCVHJ7js.UserDeleter; exports.UserEditor = _chunkBFCCVHJ7js.UserEditor; exports.UserIndexContainer = _chunkBFCCVHJ7js.UserIndexContainer; exports.UserIndexDetails = _chunkBFCCVHJ7js.UserIndexDetails; exports.UserListInAdd = _chunkBFCCVHJ7js.UserListInAdd; exports.UserMultiSelect = _chunkBFCCVHJ7js.UserMultiSelect; exports.UserReactivator = _chunkBFCCVHJ7js.UserReactivator; exports.UserResentInvitationEmail = _chunkBFCCVHJ7js.UserResentInvitationEmail; exports.UserRoleAdd = _chunkBFCCVHJ7js.UserRoleAdd; exports.UserRolesList = _chunkBFCCVHJ7js.UserRolesList; exports.UserSearchPopover = _chunkBFCCVHJ7js.UserSearchPopover; exports.UserSelector = _chunkBFCCVHJ7js.UserSelector; exports.UserStanadaloneDetails = _chunkBFCCVHJ7js.UserStanadaloneDetails; exports.UsersList = _chunkBFCCVHJ7js.UsersList; exports.UsersListByContentIds = _chunkBFCCVHJ7js.UsersListByContentIds; exports.UsersListContainer = _chunkBFCCVHJ7js.UsersListContainer; exports.WaitlistConfirmation = _chunkBFCCVHJ7js.WaitlistConfirmation; exports.WaitlistForm = _chunkBFCCVHJ7js.WaitlistForm; exports.WaitlistHeroSection = _chunkBFCCVHJ7js.WaitlistHeroSection; exports.WaitlistList = _chunkBFCCVHJ7js.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkBFCCVHJ7js.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkBFCCVHJ7js.WaitlistSuccessState; exports.badgeVariants = _chunkBFCCVHJ7js.badgeVariants; exports.buttonVariants = _chunkBFCCVHJ7js.buttonVariants; exports.cellComponent = _chunkBFCCVHJ7js.cellComponent; exports.cellDate = _chunkBFCCVHJ7js.cellDate; exports.cellDateTime = _chunkBFCCVHJ7js.cellDateTime; exports.cellId = _chunkBFCCVHJ7js.cellId; exports.cellLink = _chunkBFCCVHJ7js.cellLink; exports.cellUrl = _chunkBFCCVHJ7js.cellUrl; exports.createMentionInlineContentSpec = _chunkBFCCVHJ7js.createMentionInlineContentSpec; exports.errorToast = _chunkBFCCVHJ7js.errorToast; exports.generateNotificationData = _chunkBFCCVHJ7js.generateNotificationData; exports.getIcon = _chunk6YIZX26Tjs.getIcon; exports.getIconByModule = _chunk6YIZX26Tjs.getIconByModule; exports.getIconByModuleName = _chunk6YIZX26Tjs.getIconByModuleName; exports.getInitials = _chunk6YIZX26Tjs.getInitials; exports.mentionDataAttrs = _chunkBFCCVHJ7js.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkBFCCVHJ7js.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkBFCCVHJ7js.parseFiscalData; exports.parseMentionElement = _chunkBFCCVHJ7js.parseMentionElement; exports.partitionTabs = _chunkBFCCVHJ7js.partitionTabs; exports.spinnerVariants = _chunkBFCCVHJ7js.spinnerVariants; exports.tabsListVariants = _chunkBFCCVHJ7js.tabsListVariants; exports.toggleVariants = _chunkBFCCVHJ7js.toggleVariants; exports.triggerAssociationToast = _chunkBFCCVHJ7js.triggerAssociationToast; exports.useCarousel = _chunkBFCCVHJ7js.useCarousel; exports.useComboboxAnchor = _chunkBFCCVHJ7js.useComboboxAnchor; exports.useDebounce = _chunkBFCCVHJ7js.useDebounce2; exports.useEditorDialog = _chunkBFCCVHJ7js.useEditorDialog; exports.useFileUpload = _chunkBFCCVHJ7js.useFileUpload; exports.useMentionInsert = _chunkBFCCVHJ7js.useMentionInsert; exports.useSidebar = _chunkBFCCVHJ7js.useSidebar;
|
|
994
|
+
exports.AcceptInvitation = _chunk4I2W336Ojs.AcceptInvitation; exports.Accordion = _chunk4I2W336Ojs.Accordion; exports.AccordionContent = _chunk4I2W336Ojs.AccordionContent; exports.AccordionItem = _chunk4I2W336Ojs.AccordionItem; exports.AccordionTrigger = _chunk4I2W336Ojs.AccordionTrigger; exports.ActivateAccount = _chunk4I2W336Ojs.ActivateAccount; exports.AddUserToRole = _chunk4I2W336Ojs.AddUserToRole; exports.AdminCompanyContainer = _chunk4I2W336Ojs.AdminCompanyContainer; exports.AdminUsersList = _chunk4I2W336Ojs.AdminUsersList; exports.Alert = _chunk4I2W336Ojs.Alert; exports.AlertAction = _chunk4I2W336Ojs.AlertAction; exports.AlertDescription = _chunk4I2W336Ojs.AlertDescription; exports.AlertDialog = _chunk4I2W336Ojs.AlertDialog; exports.AlertDialogAction = _chunk4I2W336Ojs.AlertDialogAction; exports.AlertDialogCancel = _chunk4I2W336Ojs.AlertDialogCancel; exports.AlertDialogContent = _chunk4I2W336Ojs.AlertDialogContent; exports.AlertDialogDescription = _chunk4I2W336Ojs.AlertDialogDescription; exports.AlertDialogFooter = _chunk4I2W336Ojs.AlertDialogFooter; exports.AlertDialogHeader = _chunk4I2W336Ojs.AlertDialogHeader; exports.AlertDialogMedia = _chunk4I2W336Ojs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk4I2W336Ojs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk4I2W336Ojs.AlertDialogPortal; exports.AlertDialogTitle = _chunk4I2W336Ojs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk4I2W336Ojs.AlertDialogTrigger; exports.AlertTitle = _chunk4I2W336Ojs.AlertTitle; exports.AllUsersListContainer = _chunk4I2W336Ojs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk4I2W336Ojs.AllowedUsersDetails; exports.ApprovalActionCard = _chunk4I2W336Ojs.ApprovalActionCard; exports.AssistantBlockNoteComposer = _chunk4I2W336Ojs.AssistantBlockNoteComposer; exports.AssistantContainer = _chunk4I2W336Ojs.AssistantContainer; exports.AssistantContainerWithApprovals = _chunk4I2W336Ojs.AssistantContainerWithApprovals; exports.AssistantPageContainer = _chunk4I2W336Ojs.AssistantPageContainer; exports.AttributeElement = _chunk4I2W336Ojs.AttributeElement; exports.AuthContainer = _chunk4I2W336Ojs.AuthContainer; exports.Avatar = _chunk4I2W336Ojs.Avatar; exports.AvatarBadge = _chunk4I2W336Ojs.AvatarBadge; exports.AvatarFallback = _chunk4I2W336Ojs.AvatarFallback; exports.AvatarGroup = _chunk4I2W336Ojs.AvatarGroup; exports.AvatarGroupCount = _chunk4I2W336Ojs.AvatarGroupCount; exports.AvatarImage = _chunk4I2W336Ojs.AvatarImage; exports.BackupCodesDialog = _chunk4I2W336Ojs.BackupCodesDialog; exports.Badge = _chunk4I2W336Ojs.Badge; exports.BlockNoteEditorContainer = _chunk4I2W336Ojs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunk4I2W336Ojs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunk4I2W336Ojs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunk4I2W336Ojs.BlockNoteViewerContainer; exports.Board = _chunk4I2W336Ojs.KanbanBoard; exports.Breadcrumb = _chunk4I2W336Ojs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk4I2W336Ojs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk4I2W336Ojs.BreadcrumbItem; exports.BreadcrumbLink = _chunk4I2W336Ojs.BreadcrumbLink; exports.BreadcrumbList = _chunk4I2W336Ojs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk4I2W336Ojs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk4I2W336Ojs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk4I2W336Ojs.BreadcrumbSeparator; exports.Button = _chunk4I2W336Ojs.Button; exports.Calendar = _chunk4I2W336Ojs.Calendar; exports.CalendarDayButton = _chunk4I2W336Ojs.CalendarDayButton; exports.Card = _chunk4I2W336Ojs.Card; exports.CardAction = _chunk4I2W336Ojs.CardAction; exports.CardContent = _chunk4I2W336Ojs.CardContent; exports.CardDescription = _chunk4I2W336Ojs.CardDescription; exports.CardFooter = _chunk4I2W336Ojs.CardFooter; exports.CardHeader = _chunk4I2W336Ojs.CardHeader; exports.CardTitle = _chunk4I2W336Ojs.CardTitle; exports.Carousel = _chunk4I2W336Ojs.Carousel; exports.CarouselContent = _chunk4I2W336Ojs.CarouselContent; exports.CarouselItem = _chunk4I2W336Ojs.CarouselItem; exports.CarouselNext = _chunk4I2W336Ojs.CarouselNext; exports.CarouselPrevious = _chunk4I2W336Ojs.CarouselPrevious; exports.ChartContainer = _chunk4I2W336Ojs.ChartContainer; exports.ChartLegend = _chunk4I2W336Ojs.ChartLegend; exports.ChartLegendContent = _chunk4I2W336Ojs.ChartLegendContent; exports.ChartStyle = _chunk4I2W336Ojs.ChartStyle; exports.ChartTooltip = _chunk4I2W336Ojs.ChartTooltip; exports.ChartTooltipContent = _chunk4I2W336Ojs.ChartTooltipContent; exports.Checkbox = _chunk4I2W336Ojs.Checkbox; exports.Collapsible = _chunk4I2W336Ojs.Collapsible; exports.CollapsibleContent = _chunk4I2W336Ojs.CollapsibleContent; exports.CollapsibleTrigger = _chunk4I2W336Ojs.CollapsibleTrigger; exports.Column = _chunk4I2W336Ojs.KanbanColumn; exports.ColumnHandle = _chunk4I2W336Ojs.KanbanColumnHandle; exports.Combobox = _chunk4I2W336Ojs.Combobox; exports.ComboboxChip = _chunk4I2W336Ojs.ComboboxChip; exports.ComboboxChips = _chunk4I2W336Ojs.ComboboxChips; exports.ComboboxChipsInput = _chunk4I2W336Ojs.ComboboxChipsInput; exports.ComboboxCollection = _chunk4I2W336Ojs.ComboboxCollection; exports.ComboboxContent = _chunk4I2W336Ojs.ComboboxContent; exports.ComboboxEmpty = _chunk4I2W336Ojs.ComboboxEmpty; exports.ComboboxGroup = _chunk4I2W336Ojs.ComboboxGroup; exports.ComboboxInput = _chunk4I2W336Ojs.ComboboxInput; exports.ComboboxItem = _chunk4I2W336Ojs.ComboboxItem; exports.ComboboxLabel = _chunk4I2W336Ojs.ComboboxLabel; exports.ComboboxList = _chunk4I2W336Ojs.ComboboxList; exports.ComboboxSeparator = _chunk4I2W336Ojs.ComboboxSeparator; exports.ComboboxTrigger = _chunk4I2W336Ojs.ComboboxTrigger; exports.ComboboxValue = _chunk4I2W336Ojs.ComboboxValue; exports.Command = _chunk4I2W336Ojs.Command; exports.CommandDialog = _chunk4I2W336Ojs.CommandDialog; exports.CommandEmpty = _chunk4I2W336Ojs.CommandEmpty; exports.CommandGroup = _chunk4I2W336Ojs.CommandGroup; exports.CommandInput = _chunk4I2W336Ojs.CommandInput; exports.CommandItem = _chunk4I2W336Ojs.CommandItem; exports.CommandList = _chunk4I2W336Ojs.CommandList; exports.CommandSeparator = _chunk4I2W336Ojs.CommandSeparator; exports.CommandShortcut = _chunk4I2W336Ojs.CommandShortcut; exports.CommonAddTrigger = _chunk4I2W336Ojs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunk4I2W336Ojs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk4I2W336Ojs.CommonAssociationTrigger; exports.CommonDeleter = _chunk4I2W336Ojs.CommonDeleter; exports.CommonEditorButtons = _chunk4I2W336Ojs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk4I2W336Ojs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk4I2W336Ojs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk4I2W336Ojs.CommonEditorTrigger; exports.CompaniesList = _chunk4I2W336Ojs.CompaniesList; exports.CompanyConfigurationEditor = _chunk4I2W336Ojs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk4I2W336Ojs.CompanyContainer; exports.CompanyContent = _chunk4I2W336Ojs.CompanyContent; exports.CompanyDeleter = _chunk4I2W336Ojs.CompanyDeleter; exports.CompanyDetails = _chunk4I2W336Ojs.CompanyDetails; exports.CompanyEditor = _chunk4I2W336Ojs.CompanyEditor; exports.CompanyUsersList = _chunk4I2W336Ojs.CompanyUsersList; exports.ConfirmDialog = _chunk4I2W336Ojs.ConfirmDialog; exports.ContentListGrid = _chunk4I2W336Ojs.ContentListGrid; exports.ContentListTable = _chunk4I2W336Ojs.ContentListTable; exports.ContentTableSearch = _chunk4I2W336Ojs.ContentTableSearch; exports.ContentTitle = _chunk4I2W336Ojs.ContentTitle; exports.ContentsList = _chunk4I2W336Ojs.ContentsList; exports.ContentsListById = _chunk4I2W336Ojs.ContentsListById; exports.ContextMenu = _chunk4I2W336Ojs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk4I2W336Ojs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk4I2W336Ojs.ContextMenuContent; exports.ContextMenuGroup = _chunk4I2W336Ojs.ContextMenuGroup; exports.ContextMenuItem = _chunk4I2W336Ojs.ContextMenuItem; exports.ContextMenuLabel = _chunk4I2W336Ojs.ContextMenuLabel; exports.ContextMenuPortal = _chunk4I2W336Ojs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk4I2W336Ojs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk4I2W336Ojs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk4I2W336Ojs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk4I2W336Ojs.ContextMenuShortcut; exports.ContextMenuSub = _chunk4I2W336Ojs.ContextMenuSub; exports.ContextMenuSubContent = _chunk4I2W336Ojs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk4I2W336Ojs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk4I2W336Ojs.ContextMenuTrigger; exports.ContributorsList = _chunk4I2W336Ojs.ContributorsList; exports.Cookies = _chunk4I2W336Ojs.Cookies; exports.CurrencyInput = _chunk4I2W336Ojs.CurrencyInput; exports.DatePickerPopover = _chunk4I2W336Ojs.DatePickerPopover; exports.DateRangeSelector = _chunk4I2W336Ojs.DateRangeSelector; exports.DetailField = _chunk4I2W336Ojs.DetailField; exports.Dialog = _chunk4I2W336Ojs.Dialog; exports.DialogClose = _chunk4I2W336Ojs.DialogClose; exports.DialogContent = _chunk4I2W336Ojs.DialogContent; exports.DialogDescription = _chunk4I2W336Ojs.DialogDescription; exports.DialogFooter = _chunk4I2W336Ojs.DialogFooter; exports.DialogHeader = _chunk4I2W336Ojs.DialogHeader; exports.DialogOverlay = _chunk4I2W336Ojs.DialogOverlay; exports.DialogPortal = _chunk4I2W336Ojs.DialogPortal; exports.DialogTitle = _chunk4I2W336Ojs.DialogTitle; exports.DialogTrigger = _chunk4I2W336Ojs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk4I2W336Ojs.DisableTwoFactorDialog; exports.Drawer = _chunk4I2W336Ojs.Drawer; exports.DrawerClose = _chunk4I2W336Ojs.DrawerClose; exports.DrawerContent = _chunk4I2W336Ojs.DrawerContent; exports.DrawerDescription = _chunk4I2W336Ojs.DrawerDescription; exports.DrawerFooter = _chunk4I2W336Ojs.DrawerFooter; exports.DrawerHeader = _chunk4I2W336Ojs.DrawerHeader; exports.DrawerOverlay = _chunk4I2W336Ojs.DrawerOverlay; exports.DrawerPortal = _chunk4I2W336Ojs.DrawerPortal; exports.DrawerTitle = _chunk4I2W336Ojs.DrawerTitle; exports.DrawerTrigger = _chunk4I2W336Ojs.DrawerTrigger; exports.DropdownMenu = _chunk4I2W336Ojs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk4I2W336Ojs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk4I2W336Ojs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk4I2W336Ojs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk4I2W336Ojs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk4I2W336Ojs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk4I2W336Ojs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk4I2W336Ojs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk4I2W336Ojs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk4I2W336Ojs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk4I2W336Ojs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk4I2W336Ojs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk4I2W336Ojs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk4I2W336Ojs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk4I2W336Ojs.DropdownMenuTrigger; exports.EditableAvatar = _chunk4I2W336Ojs.EditableAvatar; exports.EditorSheet = _chunk4I2W336Ojs.EditorSheet; exports.EmptyState = _chunk4I2W336Ojs.EmptyState; exports.EntityAvatar = _chunk4I2W336Ojs.EntityAvatar; exports.EntityHero = _chunk4I2W336Ojs.EntityHero; exports.EntityHeroAvatar = _chunk4I2W336Ojs.EntityHeroAvatar; exports.EntityHeroLayout = _chunk4I2W336Ojs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunk4I2W336Ojs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunk4I2W336Ojs.EntityMultiSelector; exports.EntitySection = _chunk4I2W336Ojs.EntitySection; exports.EntitySelector = _chunk4I2W336Ojs.EntitySelector; exports.ErrorDetails = _chunk4I2W336Ojs.ErrorDetails; exports.Field = _chunk4I2W336Ojs.Field; exports.FieldContent = _chunk4I2W336Ojs.FieldContent; exports.FieldDescription = _chunk4I2W336Ojs.FieldDescription; exports.FieldError = _chunk4I2W336Ojs.FieldError; exports.FieldGroup = _chunk4I2W336Ojs.FieldGroup; exports.FieldLabel = _chunk4I2W336Ojs.FieldLabel; exports.FieldLegend = _chunk4I2W336Ojs.FieldLegend; exports.FieldSeparator = _chunk4I2W336Ojs.FieldSeparator; exports.FieldSet = _chunk4I2W336Ojs.FieldSet; exports.FieldTitle = _chunk4I2W336Ojs.FieldTitle; exports.FileInput = _chunk4I2W336Ojs.FileInput; exports.FileUploader = _chunk4I2W336Ojs.FileUploader; exports.FileUploaderContent = _chunk4I2W336Ojs.FileUploaderContent; exports.FileUploaderItem = _chunk4I2W336Ojs.FileUploaderItem; exports.FiscalDataDisplay = _chunk4I2W336Ojs.FiscalDataDisplay; exports.ForgotPassword = _chunk4I2W336Ojs.ForgotPassword; exports.Form = _chunk4I2W336Ojs.Form; exports.FormBlockNote = _chunk4I2W336Ojs.FormBlockNote; exports.FormBody = _chunk4I2W336Ojs.FormBody; exports.FormCheckbox = _chunk4I2W336Ojs.FormCheckbox; exports.FormCol = _chunk4I2W336Ojs.FormCol; exports.FormDate = _chunk4I2W336Ojs.FormDate; exports.FormDateTime = _chunk4I2W336Ojs.FormDateTime; exports.FormFeatures = _chunk4I2W336Ojs.FormFeatures; exports.FormFieldWrapper = _chunk4I2W336Ojs.FormFieldWrapper; exports.FormInput = _chunk4I2W336Ojs.FormInput; exports.FormPassword = _chunk4I2W336Ojs.FormPassword; exports.FormPlaceAutocomplete = _chunk4I2W336Ojs.FormPlaceAutocomplete; exports.FormRoles = _chunk4I2W336Ojs.FormRoles; exports.FormRow = _chunk4I2W336Ojs.FormRow; exports.FormSection = _chunk4I2W336Ojs.FormSection; exports.FormSelect = _chunk4I2W336Ojs.FormSelect; exports.FormSlider = _chunk4I2W336Ojs.FormSlider; exports.FormSwitch = _chunk4I2W336Ojs.FormSwitch; exports.FormTextarea = _chunk4I2W336Ojs.FormTextarea; exports.GdprConsentCheckbox = _chunk4I2W336Ojs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk4I2W336Ojs.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunk4I2W336Ojs.HEADER_ROW_MIN_H; exports.Header = _chunk4I2W336Ojs.Header; exports.HoverCard = _chunk4I2W336Ojs.HoverCard; exports.HoverCardContent = _chunk4I2W336Ojs.HoverCardContent; exports.HoverCardTrigger = _chunk4I2W336Ojs.HoverCardTrigger; exports.HowToCommand = _chunk4I2W336Ojs.HowToCommand; exports.HowToCommandViewer = _chunk4I2W336Ojs.HowToCommandViewer; exports.HowToContainer = _chunk4I2W336Ojs.HowToContainer; exports.HowToContent = _chunk4I2W336Ojs.HowToContent; exports.HowToDeleter = _chunk4I2W336Ojs.HowToDeleter; exports.HowToDetails = _chunk4I2W336Ojs.HowToDetails; exports.HowToEditor = _chunk4I2W336Ojs.HowToEditor; exports.HowToList = _chunk4I2W336Ojs.HowToList; exports.HowToListContainer = _chunk4I2W336Ojs.HowToListContainer; exports.HowToMultiSelector = _chunk4I2W336Ojs.HowToMultiSelector; exports.HowToSelector = _chunk4I2W336Ojs.HowToSelector; exports.Input = _chunk4I2W336Ojs.Input; exports.InputGroup = _chunk4I2W336Ojs.InputGroup; exports.InputGroupAddon = _chunk4I2W336Ojs.InputGroupAddon; exports.InputGroupButton = _chunk4I2W336Ojs.InputGroupButton; exports.InputGroupInput = _chunk4I2W336Ojs.InputGroupInput; exports.InputGroupText = _chunk4I2W336Ojs.InputGroupText; exports.InputGroupTextarea = _chunk4I2W336Ojs.InputGroupTextarea; exports.InputOTP = _chunk4I2W336Ojs.InputOTP; exports.InputOTPGroup = _chunk4I2W336Ojs.InputOTPGroup; exports.InputOTPSeparator = _chunk4I2W336Ojs.InputOTPSeparator; exports.InputOTPSlot = _chunk4I2W336Ojs.InputOTPSlot; exports.ItalianFiscalData = _chunk4I2W336Ojs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk4I2W336Ojs.ItalianFiscalDataDisplay; exports.Item = _chunk4I2W336Ojs.KanbanItem; exports.ItemHandle = _chunk4I2W336Ojs.KanbanItemHandle; exports.Kanban = _chunk4I2W336Ojs.KanbanRoot; exports.KanbanBoard = _chunk4I2W336Ojs.KanbanBoard; exports.KanbanColumn = _chunk4I2W336Ojs.KanbanColumn; exports.KanbanColumnHandle = _chunk4I2W336Ojs.KanbanColumnHandle; exports.KanbanItem = _chunk4I2W336Ojs.KanbanItem; exports.KanbanItemHandle = _chunk4I2W336Ojs.KanbanItemHandle; exports.KanbanOverlay = _chunk4I2W336Ojs.KanbanOverlay; exports.Label = _chunk4I2W336Ojs.Label; exports.LandingComponent = _chunk4I2W336Ojs.LandingComponent; exports.Link = _chunk4I2W336Ojs.Link; exports.Login = _chunk4I2W336Ojs.Login; exports.Logout = _chunk4I2W336Ojs.Logout; exports.MessageItem = _chunk4I2W336Ojs.MessageItem; exports.MessageList = _chunk4I2W336Ojs.MessageList; exports.MessageSourcesPanel = _chunk4I2W336Ojs.MessageSourcesPanel; exports.MicroLabel = _chunk4I2W336Ojs.MicroLabel; exports.MobileNavigationBar = _chunk4I2W336Ojs.MobileNavigationBar; exports.ModeToggleSwitch = _chunk4I2W336Ojs.ModeToggleSwitch; exports.MultiSelect = _chunk4I2W336Ojs.MultiSelect; exports.MultipleSelector = _chunk4I2W336Ojs.MultipleSelector; exports.NavigationMenu = _chunk4I2W336Ojs.NavigationMenu; exports.NavigationMenuContent = _chunk4I2W336Ojs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk4I2W336Ojs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk4I2W336Ojs.NavigationMenuItem; exports.NavigationMenuLink = _chunk4I2W336Ojs.NavigationMenuLink; exports.NavigationMenuList = _chunk4I2W336Ojs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk4I2W336Ojs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk4I2W336Ojs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk4I2W336Ojs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk4I2W336Ojs.NotificationMenuItem; exports.NotificationModal = _chunk4I2W336Ojs.NotificationModal; exports.NotificationToast = _chunk4I2W336Ojs.NotificationToast; exports.NotificationsList = _chunk4I2W336Ojs.NotificationsList; exports.NotificationsListContainer = _chunk4I2W336Ojs.NotificationsListContainer; exports.OAuthClientCard = _chunk4I2W336Ojs.OAuthClientCard; exports.OAuthClientDetail = _chunk4I2W336Ojs.OAuthClientDetail; exports.OAuthClientForm = _chunk4I2W336Ojs.OAuthClientForm; exports.OAuthClientList = _chunk4I2W336Ojs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk4I2W336Ojs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk4I2W336Ojs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk4I2W336Ojs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk4I2W336Ojs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk4I2W336Ojs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk4I2W336Ojs.OAuthScopeList; exports.OAuthScopeSelector = _chunk4I2W336Ojs.OAuthScopeSelector; exports.OnboardingCard = _chunk4I2W336Ojs.OnboardingCard; exports.Overlay = _chunk4I2W336Ojs.KanbanOverlay; exports.PageContainer = _chunk4I2W336Ojs.PageContainer; exports.PageContainerContentDetails = _chunk4I2W336Ojs.PageContainerContentDetails; exports.PageContentContainer = _chunk4I2W336Ojs.PageContentContainer; exports.PageSection = _chunk4I2W336Ojs.PageSection; exports.PasskeyButton = _chunk4I2W336Ojs.PasskeyButton; exports.PasskeyList = _chunk4I2W336Ojs.PasskeyList; exports.PasskeySetupDialog = _chunk4I2W336Ojs.PasskeySetupDialog; exports.PasswordInput = _chunk4I2W336Ojs.PasswordInput; exports.Popover = _chunk4I2W336Ojs.Popover; exports.PopoverContent = _chunk4I2W336Ojs.PopoverContent; exports.PopoverDescription = _chunk4I2W336Ojs.PopoverDescription; exports.PopoverHeader = _chunk4I2W336Ojs.PopoverHeader; exports.PopoverTitle = _chunk4I2W336Ojs.PopoverTitle; exports.PopoverTrigger = _chunk4I2W336Ojs.PopoverTrigger; exports.Progress = _chunk4I2W336Ojs.Progress; exports.ProgressIndicator = _chunk4I2W336Ojs.ProgressIndicator; exports.ProgressLabel = _chunk4I2W336Ojs.ProgressLabel; exports.ProgressTrack = _chunk4I2W336Ojs.ProgressTrack; exports.ProgressValue = _chunk4I2W336Ojs.ProgressValue; exports.PushNotificationProvider = _chunk4I2W336Ojs.PushNotificationProvider; exports.RadioGroup = _chunk4I2W336Ojs.RadioGroup; exports.RadioGroupItem = _chunk4I2W336Ojs.RadioGroupItem; exports.RbacByRoleContainer = _chunk4I2W336Ojs.RbacByRoleContainer; exports.RbacContainer = _chunk4I2W336Ojs.RbacContainer; exports.RbacPermissionCell = _chunk4I2W336Ojs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk4I2W336Ojs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunk4I2W336Ojs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk4I2W336Ojs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk4I2W336Ojs.ReferralCodeCapture; exports.ReferralDialog = _chunk4I2W336Ojs.ReferralDialog; exports.ReferralWidget = _chunk4I2W336Ojs.ReferralWidget; exports.RefreshUser = _chunk4I2W336Ojs.RefreshUser; exports.RelevantContentsList = _chunk4I2W336Ojs.RelevantContentsList; exports.RelevantUsersList = _chunk4I2W336Ojs.RelevantUsersList; exports.RemoveUserFromRole = _chunk4I2W336Ojs.RemoveUserFromRole; exports.ResetPassword = _chunk4I2W336Ojs.ResetPassword; exports.ResizableHandle = _chunk4I2W336Ojs.ResizableHandle; exports.ResizablePanel = _chunk4I2W336Ojs.ResizablePanel; exports.ResizablePanelGroup = _chunk4I2W336Ojs.ResizablePanelGroup; exports.RoleContainer = _chunk4I2W336Ojs.RoleContainer; exports.RoleDetails = _chunk4I2W336Ojs.RoleDetails; exports.RoleUsersList = _chunk4I2W336Ojs.RoleUsersList; exports.RolesList = _chunk4I2W336Ojs.RolesList; exports.Root = _chunk4I2W336Ojs.KanbanRoot; exports.RoundPageContainer = _chunk4I2W336Ojs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk4I2W336Ojs.RoundPageContainerTitle; exports.ScrollArea = _chunk4I2W336Ojs.ScrollArea; exports.ScrollBar = _chunk4I2W336Ojs.ScrollBar; exports.SectionHeader = _chunk4I2W336Ojs.SectionHeader; exports.SecurityContainer = _chunk4I2W336Ojs.SecurityContainer; exports.Select = _chunk4I2W336Ojs.Select; exports.SelectContent = _chunk4I2W336Ojs.SelectContent; exports.SelectGroup = _chunk4I2W336Ojs.SelectGroup; exports.SelectItem = _chunk4I2W336Ojs.SelectItem; exports.SelectLabel = _chunk4I2W336Ojs.SelectLabel; exports.SelectScrollDownButton = _chunk4I2W336Ojs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk4I2W336Ojs.SelectScrollUpButton; exports.SelectSeparator = _chunk4I2W336Ojs.SelectSeparator; exports.SelectTrigger = _chunk4I2W336Ojs.SelectTrigger; exports.SelectValue = _chunk4I2W336Ojs.SelectValue; exports.Separator = _chunk4I2W336Ojs.Separator; exports.Sheet = _chunk4I2W336Ojs.Sheet; exports.SheetClose = _chunk4I2W336Ojs.SheetClose; exports.SheetContent = _chunk4I2W336Ojs.SheetContent; exports.SheetDescription = _chunk4I2W336Ojs.SheetDescription; exports.SheetFooter = _chunk4I2W336Ojs.SheetFooter; exports.SheetHeader = _chunk4I2W336Ojs.SheetHeader; exports.SheetTitle = _chunk4I2W336Ojs.SheetTitle; exports.SheetTrigger = _chunk4I2W336Ojs.SheetTrigger; exports.Sidebar = _chunk4I2W336Ojs.Sidebar; exports.SidebarContent = _chunk4I2W336Ojs.SidebarContent; exports.SidebarFooter = _chunk4I2W336Ojs.SidebarFooter; exports.SidebarGroup = _chunk4I2W336Ojs.SidebarGroup; exports.SidebarGroupAction = _chunk4I2W336Ojs.SidebarGroupAction; exports.SidebarGroupContent = _chunk4I2W336Ojs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk4I2W336Ojs.SidebarGroupLabel; exports.SidebarHeader = _chunk4I2W336Ojs.SidebarHeader; exports.SidebarInput = _chunk4I2W336Ojs.SidebarInput; exports.SidebarInset = _chunk4I2W336Ojs.SidebarInset; exports.SidebarMenu = _chunk4I2W336Ojs.SidebarMenu; exports.SidebarMenuAction = _chunk4I2W336Ojs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk4I2W336Ojs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk4I2W336Ojs.SidebarMenuButton; exports.SidebarMenuItem = _chunk4I2W336Ojs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk4I2W336Ojs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk4I2W336Ojs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk4I2W336Ojs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk4I2W336Ojs.SidebarMenuSubItem; exports.SidebarProvider = _chunk4I2W336Ojs.SidebarProvider; exports.SidebarRail = _chunk4I2W336Ojs.SidebarRail; exports.SidebarSeparator = _chunk4I2W336Ojs.SidebarSeparator; exports.SidebarTrigger = _chunk4I2W336Ojs.SidebarTrigger; exports.Skeleton = _chunk4I2W336Ojs.Skeleton; exports.Slider = _chunk4I2W336Ojs.Slider; exports.Spinner = _chunk4I2W336Ojs.Spinner; exports.Switch = _chunk4I2W336Ojs.Switch; exports.Table = _chunk4I2W336Ojs.Table; exports.TableBody = _chunk4I2W336Ojs.TableBody; exports.TableCaption = _chunk4I2W336Ojs.TableCaption; exports.TableCell = _chunk4I2W336Ojs.TableCell; exports.TableCellAvatar = _chunk4I2W336Ojs.TableCellAvatar; exports.TableFooter = _chunk4I2W336Ojs.TableFooter; exports.TableHead = _chunk4I2W336Ojs.TableHead; exports.TableHeader = _chunk4I2W336Ojs.TableHeader; exports.TableRow = _chunk4I2W336Ojs.TableRow; exports.Tabs = _chunk4I2W336Ojs.Tabs; exports.TabsContainer = _chunk4I2W336Ojs.TabsContainer; exports.TabsContent = _chunk4I2W336Ojs.TabsContent; exports.TabsList = _chunk4I2W336Ojs.TabsList; exports.TabsTrigger = _chunk4I2W336Ojs.TabsTrigger; exports.Textarea = _chunk4I2W336Ojs.Textarea; exports.Toaster = _chunk4I2W336Ojs.Toaster; exports.Toggle = _chunk4I2W336Ojs.Toggle; exports.TokenStatusIndicator = _chunk4I2W336Ojs.TokenStatusIndicator; exports.Tooltip = _chunk4I2W336Ojs.Tooltip; exports.TooltipContent = _chunk4I2W336Ojs.TooltipContent; exports.TooltipProvider = _chunk4I2W336Ojs.TooltipProvider; exports.TooltipTrigger = _chunk4I2W336Ojs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk4I2W336Ojs.TotpAuthenticatorList; exports.TotpInput = _chunk4I2W336Ojs.TotpInput; exports.TotpSetupDialog = _chunk4I2W336Ojs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk4I2W336Ojs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk4I2W336Ojs.TwoFactorSettings; exports.UserAvatar = _chunk4I2W336Ojs.UserAvatar; exports.UserAvatarEditor = _chunk4I2W336Ojs.UserAvatarEditor; exports.UserAvatarList = _chunk4I2W336Ojs.UserAvatarList; exports.UserContainer = _chunk4I2W336Ojs.UserContainer; exports.UserContent = _chunk4I2W336Ojs.UserContent; exports.UserDeleter = _chunk4I2W336Ojs.UserDeleter; exports.UserEditor = _chunk4I2W336Ojs.UserEditor; exports.UserIndexContainer = _chunk4I2W336Ojs.UserIndexContainer; exports.UserIndexDetails = _chunk4I2W336Ojs.UserIndexDetails; exports.UserListInAdd = _chunk4I2W336Ojs.UserListInAdd; exports.UserMultiSelect = _chunk4I2W336Ojs.UserMultiSelect; exports.UserReactivator = _chunk4I2W336Ojs.UserReactivator; exports.UserResentInvitationEmail = _chunk4I2W336Ojs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk4I2W336Ojs.UserRoleAdd; exports.UserRolesList = _chunk4I2W336Ojs.UserRolesList; exports.UserSearchPopover = _chunk4I2W336Ojs.UserSearchPopover; exports.UserSelector = _chunk4I2W336Ojs.UserSelector; exports.UserStanadaloneDetails = _chunk4I2W336Ojs.UserStanadaloneDetails; exports.UsersList = _chunk4I2W336Ojs.UsersList; exports.UsersListByContentIds = _chunk4I2W336Ojs.UsersListByContentIds; exports.UsersListContainer = _chunk4I2W336Ojs.UsersListContainer; exports.WaitlistConfirmation = _chunk4I2W336Ojs.WaitlistConfirmation; exports.WaitlistForm = _chunk4I2W336Ojs.WaitlistForm; exports.WaitlistHeroSection = _chunk4I2W336Ojs.WaitlistHeroSection; exports.WaitlistList = _chunk4I2W336Ojs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk4I2W336Ojs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk4I2W336Ojs.WaitlistSuccessState; exports.badgeVariants = _chunk4I2W336Ojs.badgeVariants; exports.buttonVariants = _chunk4I2W336Ojs.buttonVariants; exports.cellComponent = _chunk4I2W336Ojs.cellComponent; exports.cellDate = _chunk4I2W336Ojs.cellDate; exports.cellDateTime = _chunk4I2W336Ojs.cellDateTime; exports.cellId = _chunk4I2W336Ojs.cellId; exports.cellLink = _chunk4I2W336Ojs.cellLink; exports.cellUrl = _chunk4I2W336Ojs.cellUrl; exports.createMentionInlineContentSpec = _chunk4I2W336Ojs.createMentionInlineContentSpec; exports.errorToast = _chunk4I2W336Ojs.errorToast; exports.generateNotificationData = _chunk4I2W336Ojs.generateNotificationData; exports.getIcon = _chunkDQJ5C5TVjs.getIcon; exports.getIconByModule = _chunkDQJ5C5TVjs.getIconByModule; exports.getIconByModuleName = _chunkDQJ5C5TVjs.getIconByModuleName; exports.getInitials = _chunkDQJ5C5TVjs.getInitials; exports.mentionDataAttrs = _chunk4I2W336Ojs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunk4I2W336Ojs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk4I2W336Ojs.parseFiscalData; exports.parseMentionElement = _chunk4I2W336Ojs.parseMentionElement; exports.partitionTabs = _chunk4I2W336Ojs.partitionTabs; exports.spinnerVariants = _chunk4I2W336Ojs.spinnerVariants; exports.tabsListVariants = _chunk4I2W336Ojs.tabsListVariants; exports.toggleVariants = _chunk4I2W336Ojs.toggleVariants; exports.triggerAssociationToast = _chunk4I2W336Ojs.triggerAssociationToast; exports.useCarousel = _chunk4I2W336Ojs.useCarousel; exports.useComboboxAnchor = _chunk4I2W336Ojs.useComboboxAnchor; exports.useDebounce = _chunk4I2W336Ojs.useDebounce2; exports.useEditorDialog = _chunk4I2W336Ojs.useEditorDialog; exports.useFileUpload = _chunk4I2W336Ojs.useFileUpload; exports.useMentionInsert = _chunk4I2W336Ojs.useMentionInsert; exports.useSidebar = _chunk4I2W336Ojs.useSidebar;
|
|
995
995
|
//# sourceMappingURL=index.js.map
|
|
@@ -483,14 +483,14 @@ import {
|
|
|
483
483
|
useFileUpload,
|
|
484
484
|
useMentionInsert,
|
|
485
485
|
useSidebar
|
|
486
|
-
} from "../chunk-
|
|
487
|
-
import "../chunk-
|
|
486
|
+
} from "../chunk-OC7F4L7K.mjs";
|
|
487
|
+
import "../chunk-B34NBMKV.mjs";
|
|
488
488
|
import {
|
|
489
489
|
getIcon,
|
|
490
490
|
getIconByModule,
|
|
491
491
|
getIconByModuleName,
|
|
492
492
|
getInitials
|
|
493
|
-
} from "../chunk-
|
|
493
|
+
} from "../chunk-R57FRJ6H.mjs";
|
|
494
494
|
import "../chunk-AUXK7QSA.mjs";
|
|
495
495
|
import "../chunk-C7C7VY4F.mjs";
|
|
496
496
|
import "../chunk-Z2CB63VG.mjs";
|
package/dist/contexts/index.js
CHANGED
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
var
|
|
42
|
-
require('../chunk-
|
|
43
|
-
require('../chunk-
|
|
41
|
+
var _chunk4I2W336Ojs = require('../chunk-4I2W336O.js');
|
|
42
|
+
require('../chunk-BLKR2Q7F.js');
|
|
43
|
+
require('../chunk-DQJ5C5TV.js');
|
|
44
44
|
require('../chunk-LXKSUWAV.js');
|
|
45
45
|
require('../chunk-IBS6NI7D.js');
|
|
46
46
|
require('../chunk-QWCAOLBD.js');
|
|
@@ -85,5 +85,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
exports.AssistantProvider =
|
|
88
|
+
exports.AssistantProvider = _chunk4I2W336Ojs.AssistantProvider; exports.CommonProvider = _chunk4I2W336Ojs.CommonProvider; exports.CompanyProvider = _chunk4I2W336Ojs.CompanyProvider; exports.CurrentUserProvider = _chunk4I2W336Ojs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk4I2W336Ojs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk4I2W336Ojs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunk4I2W336Ojs.HeaderLeftContentProvider; exports.HeaderLogoProvider = _chunk4I2W336Ojs.HeaderLogoProvider; exports.HowToProvider = _chunk4I2W336Ojs.HowToProvider; exports.MobileNavigationProvider = _chunk4I2W336Ojs.MobileNavigationProvider; exports.NotificationContextProvider = _chunk4I2W336Ojs.NotificationContextProvider; exports.OnboardingProvider = _chunk4I2W336Ojs.OnboardingProvider; exports.RbacProvider = _chunk4I2W336Ojs.RbacProvider; exports.RoleProvider = _chunk4I2W336Ojs.RoleProvider; exports.SharedProvider = _chunk4I2W336Ojs.SharedProvider; exports.SocketContext = _chunk4I2W336Ojs.SocketContext; exports.SocketProvider = _chunk4I2W336Ojs.SocketProvider; exports.UserProvider = _chunk4I2W336Ojs.UserProvider; exports.ViewportProvider = _chunk4I2W336Ojs.ViewportProvider; exports.recentPagesAtom = _chunk4I2W336Ojs.recentPagesAtom; exports.useAssistantContext = _chunk4I2W336Ojs.useAssistantContext; exports.useCommonContext = _chunk4I2W336Ojs.useCommonContext; exports.useCompanyContext = _chunk4I2W336Ojs.useCompanyContext; exports.useCurrentUserContext = _chunk4I2W336Ojs.useCurrentUserContext; exports.useHeaderChildren = _chunk4I2W336Ojs.useHeaderChildren; exports.useHeaderLeftContent = _chunk4I2W336Ojs.useHeaderLeftContent; exports.useHeaderLogo = _chunk4I2W336Ojs.useHeaderLogo; exports.useHeaderMobileChildren = _chunk4I2W336Ojs.useHeaderMobileChildren; exports.useHeaderRootLabel = _chunk4I2W336Ojs.useHeaderRootLabel; exports.useHowToContext = _chunk4I2W336Ojs.useHowToContext; exports.useMobileNavigationItems = _chunk4I2W336Ojs.useMobileNavigationItems; exports.useNotificationContext = _chunk4I2W336Ojs.useNotificationContext; exports.useOnboarding = _chunk4I2W336Ojs.useOnboarding; exports.useRbacContext = _chunk4I2W336Ojs.useRbacContext; exports.useRoleContext = _chunk4I2W336Ojs.useRoleContext; exports.useSharedContext = _chunk4I2W336Ojs.useSharedContext; exports.useSocketContext = _chunk4I2W336Ojs.useSocketContext; exports.useUserContext = _chunk4I2W336Ojs.useUserContext;
|
|
89
89
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -38,9 +38,9 @@ import {
|
|
|
38
38
|
useSharedContext,
|
|
39
39
|
useSocketContext,
|
|
40
40
|
useUserContext
|
|
41
|
-
} from "../chunk-
|
|
42
|
-
import "../chunk-
|
|
43
|
-
import "../chunk-
|
|
41
|
+
} from "../chunk-OC7F4L7K.mjs";
|
|
42
|
+
import "../chunk-B34NBMKV.mjs";
|
|
43
|
+
import "../chunk-R57FRJ6H.mjs";
|
|
44
44
|
import "../chunk-AUXK7QSA.mjs";
|
|
45
45
|
import "../chunk-C7C7VY4F.mjs";
|
|
46
46
|
import "../chunk-Z2CB63VG.mjs";
|
package/dist/core/index.d.mts
CHANGED
|
@@ -489,6 +489,20 @@ declare const entityObjectSchema: z.ZodObject<{
|
|
|
489
489
|
}, z.core.$strip>;
|
|
490
490
|
type EntityObject = z.infer<typeof entityObjectSchema>;
|
|
491
491
|
|
|
492
|
+
/**
|
|
493
|
+
* True when an image src is an absolute remote URL.
|
|
494
|
+
*
|
|
495
|
+
* `next/image` THROWS when it is given an absolute URL whose hostname is not
|
|
496
|
+
* listed in `images.remotePatterns`, which takes down the whole page through
|
|
497
|
+
* the nearest error boundary. Avatars can come from OAuth providers
|
|
498
|
+
* (Discord, Google, ...), so their hostname is user-controlled and can never
|
|
499
|
+
* be reliably enumerated in config. Pass `unoptimized` for these srcs.
|
|
500
|
+
*
|
|
501
|
+
* `blob:` and `data:` srcs are excluded: `next/image` already marks those
|
|
502
|
+
* unoptimized on its own.
|
|
503
|
+
*/
|
|
504
|
+
declare function isRemoteImageSrc(src?: string | null): boolean;
|
|
505
|
+
|
|
492
506
|
declare function validatePartitaIva(partitaIva: string): boolean;
|
|
493
507
|
type CodiceFiscaleValidationOptions = {
|
|
494
508
|
/** When true, a valid Partita IVA is also accepted as a valid value. */
|
|
@@ -2471,4 +2485,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2471
2485
|
|
|
2472
2486
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2473
2487
|
|
|
2474
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantAction, type AssistantActionInput, type AssistantActionInterface, AssistantActionModule, AssistantActionService, type AssistantActionStatus, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, 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, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
|
2488
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantAction, type AssistantActionInput, type AssistantActionInterface, AssistantActionModule, AssistantActionService, type AssistantActionStatus, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, 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, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, isRemoteImageSrc, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
package/dist/core/index.d.ts
CHANGED
|
@@ -489,6 +489,20 @@ declare const entityObjectSchema: z.ZodObject<{
|
|
|
489
489
|
}, z.core.$strip>;
|
|
490
490
|
type EntityObject = z.infer<typeof entityObjectSchema>;
|
|
491
491
|
|
|
492
|
+
/**
|
|
493
|
+
* True when an image src is an absolute remote URL.
|
|
494
|
+
*
|
|
495
|
+
* `next/image` THROWS when it is given an absolute URL whose hostname is not
|
|
496
|
+
* listed in `images.remotePatterns`, which takes down the whole page through
|
|
497
|
+
* the nearest error boundary. Avatars can come from OAuth providers
|
|
498
|
+
* (Discord, Google, ...), so their hostname is user-controlled and can never
|
|
499
|
+
* be reliably enumerated in config. Pass `unoptimized` for these srcs.
|
|
500
|
+
*
|
|
501
|
+
* `blob:` and `data:` srcs are excluded: `next/image` already marks those
|
|
502
|
+
* unoptimized on its own.
|
|
503
|
+
*/
|
|
504
|
+
declare function isRemoteImageSrc(src?: string | null): boolean;
|
|
505
|
+
|
|
492
506
|
declare function validatePartitaIva(partitaIva: string): boolean;
|
|
493
507
|
type CodiceFiscaleValidationOptions = {
|
|
494
508
|
/** When true, a valid Partita IVA is also accepted as a valid value. */
|
|
@@ -2471,4 +2485,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2471
2485
|
|
|
2472
2486
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2473
2487
|
|
|
2474
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantAction, type AssistantActionInput, type AssistantActionInterface, AssistantActionModule, AssistantActionService, type AssistantActionStatus, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, 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, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
|
2488
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantAction, type AssistantActionInput, type AssistantActionInterface, AssistantActionModule, AssistantActionService, type AssistantActionStatus, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, 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, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, 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, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, isRemoteImageSrc, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
package/dist/core/index.js
CHANGED
|
@@ -188,7 +188,8 @@
|
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
|
|
191
|
-
|
|
191
|
+
|
|
192
|
+
var _chunkDQJ5C5TVjs = require('../chunk-DQJ5C5TV.js');
|
|
192
193
|
require('../chunk-LXKSUWAV.js');
|
|
193
194
|
require('../chunk-IBS6NI7D.js');
|
|
194
195
|
|
|
@@ -403,5 +404,6 @@ require('../chunk-7QVYU63E.js');
|
|
|
403
404
|
|
|
404
405
|
|
|
405
406
|
|
|
406
|
-
exports.AVAILABLE_OAUTH_SCOPES = _chunk6YIZX26Tjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk6YIZX26Tjs.AbstractApiData; exports.AbstractService = _chunk6YIZX26Tjs.AbstractService; exports.Action = _chunk6YIZX26Tjs.Action; exports.Assistant = _chunk6YIZX26Tjs.Assistant; exports.AssistantAction = _chunk6YIZX26Tjs.AssistantAction; exports.AssistantActionModule = _chunk6YIZX26Tjs.AssistantActionModule; exports.AssistantActionService = _chunk6YIZX26Tjs.AssistantActionService; exports.AssistantMessage = _chunk6YIZX26Tjs.AssistantMessage; exports.AssistantMessageModule = _chunk6YIZX26Tjs.AssistantMessageModule; exports.AssistantMessageService = _chunk6YIZX26Tjs.AssistantMessageService; exports.AssistantModule = _chunk6YIZX26Tjs.AssistantModule; exports.AssistantService = _chunk6YIZX26Tjs.AssistantService; exports.AuditLog = _chunk6YIZX26Tjs.AuditLog; exports.AuditLogModule = _chunk6YIZX26Tjs.AuditLogModule; exports.AuditLogService = _chunk6YIZX26Tjs.AuditLogService; exports.Auth = _chunk6YIZX26Tjs.Auth; exports.AuthComponent = _chunk6YIZX26Tjs.AuthComponent; exports.AuthModule = _chunk6YIZX26Tjs.AuthModule; exports.AuthService = _chunk6YIZX26Tjs.AuthService; exports.AuthorModule = _chunk6YIZX26Tjs.AuthorModule; exports.BackupCodeVerify = _chunk6YIZX26Tjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk6YIZX26Tjs.BackupCodeVerifyModule; exports.Billing = _chunk6YIZX26Tjs.Billing; exports.BillingModule = _chunk6YIZX26Tjs.BillingModule; exports.BillingService = _chunk6YIZX26Tjs.BillingService; exports.BlockNoteDiffUtil = _chunk6YIZX26Tjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk6YIZX26Tjs.BlockNoteWordDiffRendererUtil; exports.Chunk = _chunk6YIZX26Tjs.Chunk; exports.ChunkModule = _chunk6YIZX26Tjs.ChunkModule; exports.ClientAbstractService = _chunk6YIZX26Tjs.ClientAbstractService; exports.ClientHttpMethod = _chunk6YIZX26Tjs.ClientHttpMethod; exports.Company = _chunk6YIZX26Tjs.Company; exports.CompanyFields = _chunk6YIZX26Tjs.CompanyFields; exports.CompanyModule = _chunk6YIZX26Tjs.CompanyModule; exports.CompanyService = _chunk6YIZX26Tjs.CompanyService; exports.Content = _chunk6YIZX26Tjs.Content; exports.ContentFields = _chunk6YIZX26Tjs.ContentFields; exports.ContentModule = _chunk6YIZX26Tjs.ContentModule; exports.ContentService = _chunk6YIZX26Tjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk6YIZX26Tjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkQWCAOLBDjs.DataClassRegistry; exports.DataClassRegistry = _chunkQWCAOLBDjs.DataClassRegistry; exports.EndpointCreator = _chunk6YIZX26Tjs.EndpointCreator; exports.Feature = _chunk6YIZX26Tjs.Feature; exports.FeatureModule = _chunk6YIZX26Tjs.FeatureModule; exports.FeatureService = _chunk6YIZX26Tjs.FeatureService; exports.HowTo = _chunk6YIZX26Tjs.HowTo; exports.HowToFields = _chunk6YIZX26Tjs.HowToFields; exports.HowToModule = _chunk6YIZX26Tjs.HowToModule; exports.HowToService = _chunk6YIZX26Tjs.HowToService; exports.HttpMethod = _chunk6YIZX26Tjs.HttpMethod; exports.InvoiceStatus = _chunk6YIZX26Tjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkQWCAOLBDjs.JsonApiDataFactory; exports.MOBILE_BREAKPOINT = _chunk6YIZX26Tjs.MOBILE_BREAKPOINT; exports.Module = _chunk6YIZX26Tjs.Module; exports.ModuleModule = _chunk6YIZX26Tjs.ModuleModule; exports.ModulePathsModule = _chunk6YIZX26Tjs.ModulePathsModule; exports.ModuleRegistrar = _chunk6YIZX26Tjs.ModuleRegistrar; exports.ModuleRegistry = _chunk6YIZX26Tjs.ModuleRegistry; exports.Modules = _chunk6YIZX26Tjs.Modules; exports.Notification = _chunk6YIZX26Tjs.Notification; exports.NotificationFields = _chunk6YIZX26Tjs.NotificationFields; exports.NotificationModule = _chunk6YIZX26Tjs.NotificationModule; exports.NotificationService = _chunk6YIZX26Tjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk6YIZX26Tjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk6YIZX26Tjs.OAuthClient; exports.OAuthModule = _chunk6YIZX26Tjs.OAuthModule; exports.OAuthService = _chunk6YIZX26Tjs.OAuthService; exports.Passkey = _chunk6YIZX26Tjs.Passkey; exports.PasskeyAuthenticationOptions = _chunk6YIZX26Tjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk6YIZX26Tjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk6YIZX26Tjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk6YIZX26Tjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk6YIZX26Tjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk6YIZX26Tjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk6YIZX26Tjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk6YIZX26Tjs.PasskeyRename; exports.PasskeyRenameModule = _chunk6YIZX26Tjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk6YIZX26Tjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk6YIZX26Tjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk6YIZX26Tjs.PaymentMethod; exports.PermissionMappingModule = _chunk6YIZX26Tjs.PermissionMappingModule; exports.Push = _chunk6YIZX26Tjs.Push; exports.PushModule = _chunk6YIZX26Tjs.PushModule; exports.PushService = _chunk6YIZX26Tjs.PushService; exports.RbacMatrixModule = _chunk6YIZX26Tjs.RbacMatrixModule; exports.ReferralModule = _chunk6YIZX26Tjs.ReferralModule; exports.ReferralService = _chunk6YIZX26Tjs.ReferralService; exports.ReferralStats = _chunk6YIZX26Tjs.ReferralStats; exports.ReferralStatsModule = _chunk6YIZX26Tjs.ReferralStatsModule; exports.RehydrationFactory = _chunk6YIZX26Tjs.RehydrationFactory; exports.Role = _chunk6YIZX26Tjs.Role; exports.RoleFields = _chunk6YIZX26Tjs.RoleFields; exports.RoleModule = _chunk6YIZX26Tjs.RoleModule; exports.RoleService = _chunk6YIZX26Tjs.RoleService; exports.S3 = _chunk6YIZX26Tjs.S3; exports.S3Module = _chunk6YIZX26Tjs.S3Module; exports.S3Service = _chunk6YIZX26Tjs.S3Service; exports.StripeCustomer = _chunk6YIZX26Tjs.StripeCustomer; exports.StripeCustomerModule = _chunk6YIZX26Tjs.StripeCustomerModule; exports.StripeCustomerService = _chunk6YIZX26Tjs.StripeCustomerService; exports.StripeInvoice = _chunk6YIZX26Tjs.StripeInvoice; exports.StripeInvoiceModule = _chunk6YIZX26Tjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk6YIZX26Tjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk6YIZX26Tjs.StripePaymentMethodModule; exports.StripePrice = _chunk6YIZX26Tjs.StripePrice; exports.StripePriceModule = _chunk6YIZX26Tjs.StripePriceModule; exports.StripePriceService = _chunk6YIZX26Tjs.StripePriceService; exports.StripeProduct = _chunk6YIZX26Tjs.StripeProduct; exports.StripeProductModule = _chunk6YIZX26Tjs.StripeProductModule; exports.StripeProductService = _chunk6YIZX26Tjs.StripeProductService; exports.StripePromotionCode = _chunk6YIZX26Tjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk6YIZX26Tjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk6YIZX26Tjs.StripePromotionCodeService; exports.StripeSubscription = _chunk6YIZX26Tjs.StripeSubscription; exports.StripeSubscriptionModule = _chunk6YIZX26Tjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk6YIZX26Tjs.StripeSubscriptionService; exports.StripeUsage = _chunk6YIZX26Tjs.StripeUsage; exports.StripeUsageModule = _chunk6YIZX26Tjs.StripeUsageModule; exports.StripeUsageService = _chunk6YIZX26Tjs.StripeUsageService; exports.SubscriptionStatus = _chunk6YIZX26Tjs.SubscriptionStatus; exports.TableOptions = _chunk6YIZX26Tjs.TableOptions; exports.TokenUsageAdminBreakdownModule = _chunk6YIZX26Tjs.TokenUsageAdminBreakdownModule; exports.TokenUsageAdminSummaryModule = _chunk6YIZX26Tjs.TokenUsageAdminSummaryModule; exports.TokenUsageAdminTimelineModule = _chunk6YIZX26Tjs.TokenUsageAdminTimelineModule; exports.TotpAuthenticator = _chunk6YIZX26Tjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk6YIZX26Tjs.TotpAuthenticatorModule; exports.TotpSetup = _chunk6YIZX26Tjs.TotpSetup; exports.TotpSetupModule = _chunk6YIZX26Tjs.TotpSetupModule; exports.TotpVerify = _chunk6YIZX26Tjs.TotpVerify; exports.TotpVerifyLogin = _chunk6YIZX26Tjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk6YIZX26Tjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk6YIZX26Tjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunk6YIZX26Tjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk6YIZX26Tjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk6YIZX26Tjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk6YIZX26Tjs.TwoFactorEnableModule; exports.TwoFactorService = _chunk6YIZX26Tjs.TwoFactorService; exports.TwoFactorStatus = _chunk6YIZX26Tjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk6YIZX26Tjs.TwoFactorStatusModule; exports.User = _chunk6YIZX26Tjs.User; exports.UserFields = _chunk6YIZX26Tjs.UserFields; exports.UserModule = _chunk6YIZX26Tjs.UserModule; exports.UserService = _chunk6YIZX26Tjs.UserService; exports.VIEWPORT_COOKIE_NAME = _chunk6YIZX26Tjs.VIEWPORT_COOKIE_NAME; exports.Waitlist = _chunk6YIZX26Tjs.Waitlist; exports.WaitlistModule = _chunk6YIZX26Tjs.WaitlistModule; exports.WaitlistService = _chunk6YIZX26Tjs.WaitlistService; exports.WaitlistStats = _chunk6YIZX26Tjs.WaitlistStats; exports.WaitlistStatsModule = _chunk6YIZX26Tjs.WaitlistStatsModule; exports.checkPermissions = _chunk6YIZX26Tjs.checkPermissions; exports.checkPermissionsFromServer = _chunk6YIZX26Tjs.checkPermissionsFromServer; exports.clearLastApiMeta = _chunk6YIZX26Tjs.clearLastApiMeta; exports.clearLastApiTotal = _chunk6YIZX26Tjs.clearLastApiTotal; exports.cn = _chunk6YIZX26Tjs.cn; exports.composeRefs = _chunk6YIZX26Tjs.composeRefs; exports.createJsonApiInclusion = _chunk6YIZX26Tjs.createJsonApiInclusion; exports.dismissToast = _chunk6YIZX26Tjs.dismissToast; exports.entityObjectSchema = _chunk6YIZX26Tjs.entityObjectSchema; exports.exists = _chunk6YIZX26Tjs.exists; exports.formatCodiceFiscale = _chunk6YIZX26Tjs.formatCodiceFiscale; exports.formatDate = _chunk6YIZX26Tjs.formatDate; exports.formatLocalDate = _chunk6YIZX26Tjs.formatLocalDate; exports.formatPartitaIva = _chunk6YIZX26Tjs.formatPartitaIva; exports.getBootstrapper = _chunkQWCAOLBDjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk6YIZX26Tjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk6YIZX26Tjs.getGlobalErrorHandler; exports.getIcon = _chunk6YIZX26Tjs.getIcon; exports.getIconByModule = _chunk6YIZX26Tjs.getIconByModule; exports.getIconByModuleName = _chunk6YIZX26Tjs.getIconByModuleName; exports.getInitials = _chunk6YIZX26Tjs.getInitials; exports.getLastApiMeta = _chunk6YIZX26Tjs.getLastApiMeta; exports.getLastApiTotal = _chunk6YIZX26Tjs.getLastApiTotal; exports.getLucideIcon = _chunk6YIZX26Tjs.getLucideIcon; exports.getLucideIconByModule = _chunk6YIZX26Tjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk6YIZX26Tjs.getLucideIconByModuleName; exports.getTableComponents = _chunk6YIZX26Tjs.getTableComponents; exports.getTableOptions = _chunk6YIZX26Tjs.getTableOptions; exports.getValueFromPath = _chunk6YIZX26Tjs.getValueFromPath; exports.hasBootstrapper = _chunkQWCAOLBDjs.hasBootstrapper; exports.rehydrate = _chunk6YIZX26Tjs.rehydrate; exports.rehydrateList = _chunk6YIZX26Tjs.rehydrateList; exports.resetBootstrapStore = _chunkQWCAOLBDjs.resetBootstrapStore; exports.setBootstrapper = _chunkQWCAOLBDjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk6YIZX26Tjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk6YIZX26Tjs.setGlobalErrorHandler; exports.showCustomToast = _chunk6YIZX26Tjs.showCustomToast; exports.showError = _chunk6YIZX26Tjs.showError; exports.showToast = _chunk6YIZX26Tjs.showToast; exports.translateData = _chunkQWCAOLBDjs.translateData; exports.translateResponse = _chunkQWCAOLBDjs.translateResponse; exports.tryBootstrap = _chunkQWCAOLBDjs.tryBootstrap; exports.useComposedRefs = _chunk6YIZX26Tjs.useComposedRefs; exports.useIsMobile = _chunk6YIZX26Tjs.useIsMobile; exports.userObjectSchema = _chunk6YIZX26Tjs.userObjectSchema; exports.validateCodiceFiscale = _chunk6YIZX26Tjs.validateCodiceFiscale; exports.validateItalianTaxCode = _chunk6YIZX26Tjs.validateItalianTaxCode; exports.validatePartitaIva = _chunk6YIZX26Tjs.validatePartitaIva;
|
|
407
|
+
|
|
408
|
+
exports.AVAILABLE_OAUTH_SCOPES = _chunkDQJ5C5TVjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkDQJ5C5TVjs.AbstractApiData; exports.AbstractService = _chunkDQJ5C5TVjs.AbstractService; exports.Action = _chunkDQJ5C5TVjs.Action; exports.Assistant = _chunkDQJ5C5TVjs.Assistant; exports.AssistantAction = _chunkDQJ5C5TVjs.AssistantAction; exports.AssistantActionModule = _chunkDQJ5C5TVjs.AssistantActionModule; exports.AssistantActionService = _chunkDQJ5C5TVjs.AssistantActionService; exports.AssistantMessage = _chunkDQJ5C5TVjs.AssistantMessage; exports.AssistantMessageModule = _chunkDQJ5C5TVjs.AssistantMessageModule; exports.AssistantMessageService = _chunkDQJ5C5TVjs.AssistantMessageService; exports.AssistantModule = _chunkDQJ5C5TVjs.AssistantModule; exports.AssistantService = _chunkDQJ5C5TVjs.AssistantService; exports.AuditLog = _chunkDQJ5C5TVjs.AuditLog; exports.AuditLogModule = _chunkDQJ5C5TVjs.AuditLogModule; exports.AuditLogService = _chunkDQJ5C5TVjs.AuditLogService; exports.Auth = _chunkDQJ5C5TVjs.Auth; exports.AuthComponent = _chunkDQJ5C5TVjs.AuthComponent; exports.AuthModule = _chunkDQJ5C5TVjs.AuthModule; exports.AuthService = _chunkDQJ5C5TVjs.AuthService; exports.AuthorModule = _chunkDQJ5C5TVjs.AuthorModule; exports.BackupCodeVerify = _chunkDQJ5C5TVjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkDQJ5C5TVjs.BackupCodeVerifyModule; exports.Billing = _chunkDQJ5C5TVjs.Billing; exports.BillingModule = _chunkDQJ5C5TVjs.BillingModule; exports.BillingService = _chunkDQJ5C5TVjs.BillingService; exports.BlockNoteDiffUtil = _chunkDQJ5C5TVjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkDQJ5C5TVjs.BlockNoteWordDiffRendererUtil; exports.Chunk = _chunkDQJ5C5TVjs.Chunk; exports.ChunkModule = _chunkDQJ5C5TVjs.ChunkModule; exports.ClientAbstractService = _chunkDQJ5C5TVjs.ClientAbstractService; exports.ClientHttpMethod = _chunkDQJ5C5TVjs.ClientHttpMethod; exports.Company = _chunkDQJ5C5TVjs.Company; exports.CompanyFields = _chunkDQJ5C5TVjs.CompanyFields; exports.CompanyModule = _chunkDQJ5C5TVjs.CompanyModule; exports.CompanyService = _chunkDQJ5C5TVjs.CompanyService; exports.Content = _chunkDQJ5C5TVjs.Content; exports.ContentFields = _chunkDQJ5C5TVjs.ContentFields; exports.ContentModule = _chunkDQJ5C5TVjs.ContentModule; exports.ContentService = _chunkDQJ5C5TVjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkDQJ5C5TVjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkQWCAOLBDjs.DataClassRegistry; exports.DataClassRegistry = _chunkQWCAOLBDjs.DataClassRegistry; exports.EndpointCreator = _chunkDQJ5C5TVjs.EndpointCreator; exports.Feature = _chunkDQJ5C5TVjs.Feature; exports.FeatureModule = _chunkDQJ5C5TVjs.FeatureModule; exports.FeatureService = _chunkDQJ5C5TVjs.FeatureService; exports.HowTo = _chunkDQJ5C5TVjs.HowTo; exports.HowToFields = _chunkDQJ5C5TVjs.HowToFields; exports.HowToModule = _chunkDQJ5C5TVjs.HowToModule; exports.HowToService = _chunkDQJ5C5TVjs.HowToService; exports.HttpMethod = _chunkDQJ5C5TVjs.HttpMethod; exports.InvoiceStatus = _chunkDQJ5C5TVjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkQWCAOLBDjs.JsonApiDataFactory; exports.MOBILE_BREAKPOINT = _chunkDQJ5C5TVjs.MOBILE_BREAKPOINT; exports.Module = _chunkDQJ5C5TVjs.Module; exports.ModuleModule = _chunkDQJ5C5TVjs.ModuleModule; exports.ModulePathsModule = _chunkDQJ5C5TVjs.ModulePathsModule; exports.ModuleRegistrar = _chunkDQJ5C5TVjs.ModuleRegistrar; exports.ModuleRegistry = _chunkDQJ5C5TVjs.ModuleRegistry; exports.Modules = _chunkDQJ5C5TVjs.Modules; exports.Notification = _chunkDQJ5C5TVjs.Notification; exports.NotificationFields = _chunkDQJ5C5TVjs.NotificationFields; exports.NotificationModule = _chunkDQJ5C5TVjs.NotificationModule; exports.NotificationService = _chunkDQJ5C5TVjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkDQJ5C5TVjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkDQJ5C5TVjs.OAuthClient; exports.OAuthModule = _chunkDQJ5C5TVjs.OAuthModule; exports.OAuthService = _chunkDQJ5C5TVjs.OAuthService; exports.Passkey = _chunkDQJ5C5TVjs.Passkey; exports.PasskeyAuthenticationOptions = _chunkDQJ5C5TVjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkDQJ5C5TVjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkDQJ5C5TVjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkDQJ5C5TVjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkDQJ5C5TVjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkDQJ5C5TVjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkDQJ5C5TVjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkDQJ5C5TVjs.PasskeyRename; exports.PasskeyRenameModule = _chunkDQJ5C5TVjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkDQJ5C5TVjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkDQJ5C5TVjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkDQJ5C5TVjs.PaymentMethod; exports.PermissionMappingModule = _chunkDQJ5C5TVjs.PermissionMappingModule; exports.Push = _chunkDQJ5C5TVjs.Push; exports.PushModule = _chunkDQJ5C5TVjs.PushModule; exports.PushService = _chunkDQJ5C5TVjs.PushService; exports.RbacMatrixModule = _chunkDQJ5C5TVjs.RbacMatrixModule; exports.ReferralModule = _chunkDQJ5C5TVjs.ReferralModule; exports.ReferralService = _chunkDQJ5C5TVjs.ReferralService; exports.ReferralStats = _chunkDQJ5C5TVjs.ReferralStats; exports.ReferralStatsModule = _chunkDQJ5C5TVjs.ReferralStatsModule; exports.RehydrationFactory = _chunkDQJ5C5TVjs.RehydrationFactory; exports.Role = _chunkDQJ5C5TVjs.Role; exports.RoleFields = _chunkDQJ5C5TVjs.RoleFields; exports.RoleModule = _chunkDQJ5C5TVjs.RoleModule; exports.RoleService = _chunkDQJ5C5TVjs.RoleService; exports.S3 = _chunkDQJ5C5TVjs.S3; exports.S3Module = _chunkDQJ5C5TVjs.S3Module; exports.S3Service = _chunkDQJ5C5TVjs.S3Service; exports.StripeCustomer = _chunkDQJ5C5TVjs.StripeCustomer; exports.StripeCustomerModule = _chunkDQJ5C5TVjs.StripeCustomerModule; exports.StripeCustomerService = _chunkDQJ5C5TVjs.StripeCustomerService; exports.StripeInvoice = _chunkDQJ5C5TVjs.StripeInvoice; exports.StripeInvoiceModule = _chunkDQJ5C5TVjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkDQJ5C5TVjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkDQJ5C5TVjs.StripePaymentMethodModule; exports.StripePrice = _chunkDQJ5C5TVjs.StripePrice; exports.StripePriceModule = _chunkDQJ5C5TVjs.StripePriceModule; exports.StripePriceService = _chunkDQJ5C5TVjs.StripePriceService; exports.StripeProduct = _chunkDQJ5C5TVjs.StripeProduct; exports.StripeProductModule = _chunkDQJ5C5TVjs.StripeProductModule; exports.StripeProductService = _chunkDQJ5C5TVjs.StripeProductService; exports.StripePromotionCode = _chunkDQJ5C5TVjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkDQJ5C5TVjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkDQJ5C5TVjs.StripePromotionCodeService; exports.StripeSubscription = _chunkDQJ5C5TVjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkDQJ5C5TVjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkDQJ5C5TVjs.StripeSubscriptionService; exports.StripeUsage = _chunkDQJ5C5TVjs.StripeUsage; exports.StripeUsageModule = _chunkDQJ5C5TVjs.StripeUsageModule; exports.StripeUsageService = _chunkDQJ5C5TVjs.StripeUsageService; exports.SubscriptionStatus = _chunkDQJ5C5TVjs.SubscriptionStatus; exports.TableOptions = _chunkDQJ5C5TVjs.TableOptions; exports.TokenUsageAdminBreakdownModule = _chunkDQJ5C5TVjs.TokenUsageAdminBreakdownModule; exports.TokenUsageAdminSummaryModule = _chunkDQJ5C5TVjs.TokenUsageAdminSummaryModule; exports.TokenUsageAdminTimelineModule = _chunkDQJ5C5TVjs.TokenUsageAdminTimelineModule; exports.TotpAuthenticator = _chunkDQJ5C5TVjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkDQJ5C5TVjs.TotpAuthenticatorModule; exports.TotpSetup = _chunkDQJ5C5TVjs.TotpSetup; exports.TotpSetupModule = _chunkDQJ5C5TVjs.TotpSetupModule; exports.TotpVerify = _chunkDQJ5C5TVjs.TotpVerify; exports.TotpVerifyLogin = _chunkDQJ5C5TVjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkDQJ5C5TVjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkDQJ5C5TVjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkDQJ5C5TVjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkDQJ5C5TVjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkDQJ5C5TVjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkDQJ5C5TVjs.TwoFactorEnableModule; exports.TwoFactorService = _chunkDQJ5C5TVjs.TwoFactorService; exports.TwoFactorStatus = _chunkDQJ5C5TVjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkDQJ5C5TVjs.TwoFactorStatusModule; exports.User = _chunkDQJ5C5TVjs.User; exports.UserFields = _chunkDQJ5C5TVjs.UserFields; exports.UserModule = _chunkDQJ5C5TVjs.UserModule; exports.UserService = _chunkDQJ5C5TVjs.UserService; exports.VIEWPORT_COOKIE_NAME = _chunkDQJ5C5TVjs.VIEWPORT_COOKIE_NAME; exports.Waitlist = _chunkDQJ5C5TVjs.Waitlist; exports.WaitlistModule = _chunkDQJ5C5TVjs.WaitlistModule; exports.WaitlistService = _chunkDQJ5C5TVjs.WaitlistService; exports.WaitlistStats = _chunkDQJ5C5TVjs.WaitlistStats; exports.WaitlistStatsModule = _chunkDQJ5C5TVjs.WaitlistStatsModule; exports.checkPermissions = _chunkDQJ5C5TVjs.checkPermissions; exports.checkPermissionsFromServer = _chunkDQJ5C5TVjs.checkPermissionsFromServer; exports.clearLastApiMeta = _chunkDQJ5C5TVjs.clearLastApiMeta; exports.clearLastApiTotal = _chunkDQJ5C5TVjs.clearLastApiTotal; exports.cn = _chunkDQJ5C5TVjs.cn; exports.composeRefs = _chunkDQJ5C5TVjs.composeRefs; exports.createJsonApiInclusion = _chunkDQJ5C5TVjs.createJsonApiInclusion; exports.dismissToast = _chunkDQJ5C5TVjs.dismissToast; exports.entityObjectSchema = _chunkDQJ5C5TVjs.entityObjectSchema; exports.exists = _chunkDQJ5C5TVjs.exists; exports.formatCodiceFiscale = _chunkDQJ5C5TVjs.formatCodiceFiscale; exports.formatDate = _chunkDQJ5C5TVjs.formatDate; exports.formatLocalDate = _chunkDQJ5C5TVjs.formatLocalDate; exports.formatPartitaIva = _chunkDQJ5C5TVjs.formatPartitaIva; exports.getBootstrapper = _chunkQWCAOLBDjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkDQJ5C5TVjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkDQJ5C5TVjs.getGlobalErrorHandler; exports.getIcon = _chunkDQJ5C5TVjs.getIcon; exports.getIconByModule = _chunkDQJ5C5TVjs.getIconByModule; exports.getIconByModuleName = _chunkDQJ5C5TVjs.getIconByModuleName; exports.getInitials = _chunkDQJ5C5TVjs.getInitials; exports.getLastApiMeta = _chunkDQJ5C5TVjs.getLastApiMeta; exports.getLastApiTotal = _chunkDQJ5C5TVjs.getLastApiTotal; exports.getLucideIcon = _chunkDQJ5C5TVjs.getLucideIcon; exports.getLucideIconByModule = _chunkDQJ5C5TVjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkDQJ5C5TVjs.getLucideIconByModuleName; exports.getTableComponents = _chunkDQJ5C5TVjs.getTableComponents; exports.getTableOptions = _chunkDQJ5C5TVjs.getTableOptions; exports.getValueFromPath = _chunkDQJ5C5TVjs.getValueFromPath; exports.hasBootstrapper = _chunkQWCAOLBDjs.hasBootstrapper; exports.isRemoteImageSrc = _chunkDQJ5C5TVjs.isRemoteImageSrc; exports.rehydrate = _chunkDQJ5C5TVjs.rehydrate; exports.rehydrateList = _chunkDQJ5C5TVjs.rehydrateList; exports.resetBootstrapStore = _chunkQWCAOLBDjs.resetBootstrapStore; exports.setBootstrapper = _chunkQWCAOLBDjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkDQJ5C5TVjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkDQJ5C5TVjs.setGlobalErrorHandler; exports.showCustomToast = _chunkDQJ5C5TVjs.showCustomToast; exports.showError = _chunkDQJ5C5TVjs.showError; exports.showToast = _chunkDQJ5C5TVjs.showToast; exports.translateData = _chunkQWCAOLBDjs.translateData; exports.translateResponse = _chunkQWCAOLBDjs.translateResponse; exports.tryBootstrap = _chunkQWCAOLBDjs.tryBootstrap; exports.useComposedRefs = _chunkDQJ5C5TVjs.useComposedRefs; exports.useIsMobile = _chunkDQJ5C5TVjs.useIsMobile; exports.userObjectSchema = _chunkDQJ5C5TVjs.userObjectSchema; exports.validateCodiceFiscale = _chunkDQJ5C5TVjs.validateCodiceFiscale; exports.validateItalianTaxCode = _chunkDQJ5C5TVjs.validateItalianTaxCode; exports.validatePartitaIva = _chunkDQJ5C5TVjs.validatePartitaIva;
|
|
407
409
|
//# 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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;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,u8XAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"}
|
package/dist/core/index.mjs
CHANGED
|
@@ -175,6 +175,7 @@ import {
|
|
|
175
175
|
getTableComponents,
|
|
176
176
|
getTableOptions,
|
|
177
177
|
getValueFromPath,
|
|
178
|
+
isRemoteImageSrc,
|
|
178
179
|
rehydrate,
|
|
179
180
|
rehydrateList,
|
|
180
181
|
setClientGlobalErrorHandler,
|
|
@@ -188,7 +189,7 @@ import {
|
|
|
188
189
|
validateCodiceFiscale,
|
|
189
190
|
validateItalianTaxCode,
|
|
190
191
|
validatePartitaIva
|
|
191
|
-
} from "../chunk-
|
|
192
|
+
} from "../chunk-R57FRJ6H.mjs";
|
|
192
193
|
import "../chunk-AUXK7QSA.mjs";
|
|
193
194
|
import "../chunk-C7C7VY4F.mjs";
|
|
194
195
|
import {
|
|
@@ -385,6 +386,7 @@ export {
|
|
|
385
386
|
getTableOptions,
|
|
386
387
|
getValueFromPath,
|
|
387
388
|
hasBootstrapper,
|
|
389
|
+
isRemoteImageSrc,
|
|
388
390
|
rehydrate,
|
|
389
391
|
rehydrateList,
|
|
390
392
|
resetBootstrapStore,
|