@carlonicora/nextjs-jsonapi 1.131.2 → 1.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BlockNoteEditor-5RUXGWLR.js → BlockNoteEditor-JAELO23S.js} +19 -19
- package/dist/{BlockNoteEditor-5RUXGWLR.js.map → BlockNoteEditor-JAELO23S.js.map} +1 -1
- package/dist/{BlockNoteEditor-F4AKH532.mjs → BlockNoteEditor-WZFEJS2B.mjs} +4 -4
- package/dist/billing/index.js +357 -357
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-LBMNRFCY.js → chunk-5IE6DZ2D.js} +153 -77
- package/dist/chunk-5IE6DZ2D.js.map +1 -0
- package/dist/{chunk-BBBQGJEG.mjs → chunk-67LIVKYU.mjs} +89 -114
- package/dist/chunk-67LIVKYU.mjs.map +1 -0
- package/dist/{chunk-5MNE72ZE.mjs → chunk-DZL2G7NB.mjs} +77 -1
- package/dist/chunk-DZL2G7NB.mjs.map +1 -0
- package/dist/{chunk-XTLTQQ7X.js → chunk-F6KBHC2X.js} +7 -7
- package/dist/{chunk-XTLTQQ7X.js.map → chunk-F6KBHC2X.js.map} +1 -1
- package/dist/{chunk-T7F2EVPR.js → chunk-MP5VURBB.js} +893 -918
- package/dist/chunk-MP5VURBB.js.map +1 -0
- package/dist/{chunk-NATPK5ME.mjs → chunk-VSAAVVHY.mjs} +2 -2
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +3 -2
- package/dist/components/index.d.ts +3 -2
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/contexts/index.d.mts +9 -2
- package/dist/contexts/index.d.ts +9 -2
- package/dist/contexts/index.js +6 -4
- package/dist/contexts/index.js.map +1 -1
- package/dist/contexts/index.mjs +5 -3
- package/dist/core/index.d.mts +11 -1
- package/dist/core/index.d.ts +11 -1
- package/dist/core/index.js +12 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +13 -3
- package/dist/features/help/index.js +39 -39
- package/dist/features/help/index.js.map +1 -1
- package/dist/features/help/index.mjs +5 -5
- package/dist/features/help/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +13 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -4
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/ReactMarkdownContainer.tsx +1 -1
- package/src/components/containers/RoundPageContainer.tsx +7 -0
- package/src/components/forms/EditorSheet.tsx +24 -1
- package/src/components/forms/FormDateTime.tsx +5 -0
- package/src/components/navigations/Breadcrumb.tsx +13 -11
- package/src/components/navigations/Header.tsx +3 -1
- package/src/contexts/HeaderChildrenContext.tsx +17 -2
- package/src/features/assistant-message/components/MessageItem.tsx +1 -1
- package/src/features/auth/components/GdprConsentSection.tsx +2 -2
- package/src/features/auth/components/forms/Register.tsx +2 -2
- package/src/features/help/components/HelpArticleBody.tsx +2 -2
- package/src/features/notification/components/common/NotificationErrorBoundary.tsx +1 -4
- package/src/features/oauth/components/consent/OAuthConsentScreen.tsx +2 -2
- package/src/features/waitlist/components/forms/WaitlistForm.tsx +2 -2
- package/src/features/waitlist/components/lists/WaitlistList.tsx +13 -2
- package/src/shadcnui/custom/link.tsx +1 -1
- package/src/shadcnui/ui/accordion.tsx +1 -1
- package/src/shadcnui/ui/alert-dialog.tsx +1 -1
- package/src/shadcnui/ui/alert.tsx +2 -5
- package/src/shadcnui/ui/badge.tsx +1 -1
- package/src/shadcnui/ui/button.tsx +1 -1
- package/src/shadcnui/ui/dialog.tsx +1 -4
- package/src/shadcnui/ui/field.tsx +1 -1
- package/src/utils/__tests__/italian-validators.test.ts +63 -0
- package/src/utils/index.ts +8 -0
- package/src/utils/italian-validators.ts +18 -5
- package/dist/chunk-5MNE72ZE.mjs.map +0 -1
- package/dist/chunk-BBBQGJEG.mjs.map +0 -1
- package/dist/chunk-LBMNRFCY.js.map +0 -1
- package/dist/chunk-T7F2EVPR.js.map +0 -1
- /package/dist/{BlockNoteEditor-F4AKH532.mjs.map → BlockNoteEditor-WZFEJS2B.mjs.map} +0 -0
- /package/dist/{chunk-NATPK5ME.mjs.map → chunk-VSAAVVHY.mjs.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AbstractService,
|
|
3
3
|
EndpointCreator,
|
|
4
4
|
Modules
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-DZL2G7NB.mjs";
|
|
6
6
|
import {
|
|
7
7
|
setBootstrapper
|
|
8
8
|
} from "./chunk-Z2CB63VG.mjs";
|
|
@@ -296,4 +296,4 @@ export {
|
|
|
296
296
|
ACTION_TYPES,
|
|
297
297
|
RbacService
|
|
298
298
|
};
|
|
299
|
-
//# sourceMappingURL=chunk-
|
|
299
|
+
//# sourceMappingURL=chunk-VSAAVVHY.mjs.map
|
package/dist/client/index.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkMP5VURBBjs = require('../chunk-MP5VURBB.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -43,7 +43,7 @@ var _chunkT7F2EVPRjs = require('../chunk-T7F2EVPR.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunkF6KBHC2Xjs = require('../chunk-F6KBHC2X.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ var _chunkXTLTQQ7Xjs = require('../chunk-XTLTQQ7X.js');
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
var
|
|
58
|
+
var _chunk5IE6DZ2Djs = require('../chunk-5IE6DZ2D.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 = _chunk5IE6DZ2Djs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk5IE6DZ2Djs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk5IE6DZ2Djs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk5IE6DZ2Djs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk5IE6DZ2Djs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkMP5VURBBjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkMP5VURBBjs.TableGeneratorRegistry; exports.buildClientUrl = _chunk5IE6DZ2Djs.buildClientUrl; exports.computeLayeredLayout = _chunkMP5VURBBjs.computeLayeredLayout; exports.configureClientConfig = _chunkF6KBHC2Xjs.configureClientConfig; exports.configureClientJsonApi = _chunk5IE6DZ2Djs.configureClientJsonApi; exports.configureI18n = _chunkF6KBHC2Xjs.configureI18n; exports.configureJsonApi = _chunkF6KBHC2Xjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkMP5VURBBjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkF6KBHC2Xjs.getApiUrl; exports.getAppUrl = _chunkF6KBHC2Xjs.getAppUrl; exports.getClientApiUrl = _chunk5IE6DZ2Djs.getClientApiUrl; exports.getClientAppUrl = _chunk5IE6DZ2Djs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk5IE6DZ2Djs.getClientTrackablePages; exports.getI18nLink = _chunkF6KBHC2Xjs.getI18nLink; exports.getPublicApiUrl = _chunkF6KBHC2Xjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkF6KBHC2Xjs.getStripePublishableKey; exports.getTrackablePages = _chunkF6KBHC2Xjs.getTrackablePages; exports.registerTableGenerator = _chunkMP5VURBBjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkMP5VURBBjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkMP5VURBBjs.useContentTableStructure; exports.useCustomD3Graph = _chunkMP5VURBBjs.useCustomD3Graph; exports.useDataListRetriever = _chunkMP5VURBBjs.useDataListRetriever; exports.useDebounce = _chunkMP5VURBBjs.useDebounce; exports.useI18nDateFnsLocale = _chunkF6KBHC2Xjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkF6KBHC2Xjs.useI18nLocale; exports.useI18nRouter = _chunkF6KBHC2Xjs.useI18nRouter; exports.useI18nTranslations = _chunkF6KBHC2Xjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkMP5VURBBjs.useJsonApiGet; exports.useJsonApiMutation = _chunkMP5VURBBjs.useJsonApiMutation; exports.useNotificationSync = _chunkMP5VURBBjs.useNotificationSync; exports.useOAuthClient = _chunkMP5VURBBjs.useOAuthClient; exports.useOAuthClients = _chunkMP5VURBBjs.useOAuthClients; exports.useOAuthConsent = _chunkMP5VURBBjs.useOAuthConsent; exports.usePageTracker = _chunkMP5VURBBjs.usePageTracker; exports.usePageUrlGenerator = _chunkMP5VURBBjs.usePageUrlGenerator; exports.useRehydration = _chunkMP5VURBBjs.useRehydration; exports.useRehydrationList = _chunkMP5VURBBjs.useRehydrationList; exports.useRoleTableStructure = _chunkMP5VURBBjs.useRoleTableStructure; exports.useSocket = _chunkMP5VURBBjs.useSocket; exports.useSubscriptionStatus = _chunkMP5VURBBjs.useSubscriptionStatus; exports.useTableGenerator = _chunkMP5VURBBjs.useTableGenerator; exports.useUrlRewriter = _chunkMP5VURBBjs.useUrlRewriter; exports.useUserSearch = _chunkMP5VURBBjs.useUserSearch; exports.useUserTableStructure = _chunkMP5VURBBjs.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-67LIVKYU.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-VSAAVVHY.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-DZL2G7NB.mjs";
|
|
58
58
|
import {
|
|
59
59
|
getClientToken
|
|
60
60
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -952,8 +952,9 @@ declare function useEditorDialog(isFormDirty: () => boolean, options?: UseEditor
|
|
|
952
952
|
|
|
953
953
|
type BreadcrumbProps = {
|
|
954
954
|
items: BreadcrumbItemData[];
|
|
955
|
+
rootLabel?: string;
|
|
955
956
|
};
|
|
956
|
-
declare function BreadcrumbNavigation({ items }: BreadcrumbProps): React$1.JSX.Element;
|
|
957
|
+
declare function BreadcrumbNavigation({ items, rootLabel }: BreadcrumbProps): React$1.JSX.Element;
|
|
957
958
|
|
|
958
959
|
type TitleProps = {
|
|
959
960
|
type?: string | string[];
|
|
@@ -2432,7 +2433,7 @@ declare function FieldError({ className, children, errors, ...props }: React.Com
|
|
|
2432
2433
|
* </Form>
|
|
2433
2434
|
* );
|
|
2434
2435
|
*/
|
|
2435
|
-
declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
2436
|
+
declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, resetDefaultValues, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
2436
2437
|
|
|
2437
2438
|
declare function HoverCard({ ...props }: PreviewCard.Root.Props): React$1.JSX.Element;
|
|
2438
2439
|
declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): React$1.JSX.Element;
|
|
@@ -952,8 +952,9 @@ declare function useEditorDialog(isFormDirty: () => boolean, options?: UseEditor
|
|
|
952
952
|
|
|
953
953
|
type BreadcrumbProps = {
|
|
954
954
|
items: BreadcrumbItemData[];
|
|
955
|
+
rootLabel?: string;
|
|
955
956
|
};
|
|
956
|
-
declare function BreadcrumbNavigation({ items }: BreadcrumbProps): React$1.JSX.Element;
|
|
957
|
+
declare function BreadcrumbNavigation({ items, rootLabel }: BreadcrumbProps): React$1.JSX.Element;
|
|
957
958
|
|
|
958
959
|
type TitleProps = {
|
|
959
960
|
type?: string | string[];
|
|
@@ -2432,7 +2433,7 @@ declare function FieldError({ className, children, errors, ...props }: React.Com
|
|
|
2432
2433
|
* </Form>
|
|
2433
2434
|
* );
|
|
2434
2435
|
*/
|
|
2435
|
-
declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
2436
|
+
declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, resetDefaultValues, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
2436
2437
|
|
|
2437
2438
|
declare function HoverCard({ ...props }: PreviewCard.Root.Props): React$1.JSX.Element;
|
|
2438
2439
|
declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): React$1.JSX.Element;
|
package/dist/components/index.js
CHANGED
|
@@ -477,14 +477,14 @@
|
|
|
477
477
|
|
|
478
478
|
|
|
479
479
|
|
|
480
|
-
var
|
|
481
|
-
require('../chunk-
|
|
480
|
+
var _chunkMP5VURBBjs = require('../chunk-MP5VURBB.js');
|
|
481
|
+
require('../chunk-F6KBHC2X.js');
|
|
482
482
|
|
|
483
483
|
|
|
484
484
|
|
|
485
485
|
|
|
486
486
|
|
|
487
|
-
var
|
|
487
|
+
var _chunk5IE6DZ2Djs = require('../chunk-5IE6DZ2D.js');
|
|
488
488
|
require('../chunk-LXKSUWAV.js');
|
|
489
489
|
require('../chunk-IBS6NI7D.js');
|
|
490
490
|
require('../chunk-QWCAOLBD.js');
|
|
@@ -979,5 +979,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
979
979
|
|
|
980
980
|
|
|
981
981
|
|
|
982
|
-
exports.AcceptInvitation = _chunkT7F2EVPRjs.AcceptInvitation; exports.Accordion = _chunkT7F2EVPRjs.Accordion; exports.AccordionContent = _chunkT7F2EVPRjs.AccordionContent; exports.AccordionItem = _chunkT7F2EVPRjs.AccordionItem; exports.AccordionTrigger = _chunkT7F2EVPRjs.AccordionTrigger; exports.ActivateAccount = _chunkT7F2EVPRjs.ActivateAccount; exports.AddUserToRole = _chunkT7F2EVPRjs.AddUserToRole; exports.AdminCompanyContainer = _chunkT7F2EVPRjs.AdminCompanyContainer; exports.AdminUsersList = _chunkT7F2EVPRjs.AdminUsersList; exports.Alert = _chunkT7F2EVPRjs.Alert; exports.AlertAction = _chunkT7F2EVPRjs.AlertAction; exports.AlertDescription = _chunkT7F2EVPRjs.AlertDescription; exports.AlertDialog = _chunkT7F2EVPRjs.AlertDialog; exports.AlertDialogAction = _chunkT7F2EVPRjs.AlertDialogAction; exports.AlertDialogCancel = _chunkT7F2EVPRjs.AlertDialogCancel; exports.AlertDialogContent = _chunkT7F2EVPRjs.AlertDialogContent; exports.AlertDialogDescription = _chunkT7F2EVPRjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkT7F2EVPRjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkT7F2EVPRjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkT7F2EVPRjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkT7F2EVPRjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkT7F2EVPRjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkT7F2EVPRjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkT7F2EVPRjs.AlertDialogTrigger; exports.AlertTitle = _chunkT7F2EVPRjs.AlertTitle; exports.AllUsersListContainer = _chunkT7F2EVPRjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkT7F2EVPRjs.AllowedUsersDetails; exports.AssistantContainer = _chunkT7F2EVPRjs.AssistantContainer; exports.AttributeElement = _chunkT7F2EVPRjs.AttributeElement; exports.AuthContainer = _chunkT7F2EVPRjs.AuthContainer; exports.Avatar = _chunkT7F2EVPRjs.Avatar; exports.AvatarBadge = _chunkT7F2EVPRjs.AvatarBadge; exports.AvatarFallback = _chunkT7F2EVPRjs.AvatarFallback; exports.AvatarGroup = _chunkT7F2EVPRjs.AvatarGroup; exports.AvatarGroupCount = _chunkT7F2EVPRjs.AvatarGroupCount; exports.AvatarImage = _chunkT7F2EVPRjs.AvatarImage; exports.BackupCodesDialog = _chunkT7F2EVPRjs.BackupCodesDialog; exports.Badge = _chunkT7F2EVPRjs.Badge; exports.BlockNoteEditorContainer = _chunkT7F2EVPRjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkT7F2EVPRjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkT7F2EVPRjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkT7F2EVPRjs.BlockNoteViewerContainer; exports.Board = _chunkT7F2EVPRjs.KanbanBoard; exports.Breadcrumb = _chunkT7F2EVPRjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkT7F2EVPRjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkT7F2EVPRjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkT7F2EVPRjs.BreadcrumbLink; exports.BreadcrumbList = _chunkT7F2EVPRjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkT7F2EVPRjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkT7F2EVPRjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkT7F2EVPRjs.BreadcrumbSeparator; exports.Button = _chunkT7F2EVPRjs.Button; exports.Calendar = _chunkT7F2EVPRjs.Calendar; exports.CalendarDayButton = _chunkT7F2EVPRjs.CalendarDayButton; exports.Card = _chunkT7F2EVPRjs.Card; exports.CardAction = _chunkT7F2EVPRjs.CardAction; exports.CardContent = _chunkT7F2EVPRjs.CardContent; exports.CardDescription = _chunkT7F2EVPRjs.CardDescription; exports.CardFooter = _chunkT7F2EVPRjs.CardFooter; exports.CardHeader = _chunkT7F2EVPRjs.CardHeader; exports.CardTitle = _chunkT7F2EVPRjs.CardTitle; exports.Carousel = _chunkT7F2EVPRjs.Carousel; exports.CarouselContent = _chunkT7F2EVPRjs.CarouselContent; exports.CarouselItem = _chunkT7F2EVPRjs.CarouselItem; exports.CarouselNext = _chunkT7F2EVPRjs.CarouselNext; exports.CarouselPrevious = _chunkT7F2EVPRjs.CarouselPrevious; exports.ChartContainer = _chunkT7F2EVPRjs.ChartContainer; exports.ChartLegend = _chunkT7F2EVPRjs.ChartLegend; exports.ChartLegendContent = _chunkT7F2EVPRjs.ChartLegendContent; exports.ChartStyle = _chunkT7F2EVPRjs.ChartStyle; exports.ChartTooltip = _chunkT7F2EVPRjs.ChartTooltip; exports.ChartTooltipContent = _chunkT7F2EVPRjs.ChartTooltipContent; exports.Checkbox = _chunkT7F2EVPRjs.Checkbox; exports.Collapsible = _chunkT7F2EVPRjs.Collapsible; exports.CollapsibleContent = _chunkT7F2EVPRjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkT7F2EVPRjs.CollapsibleTrigger; exports.Column = _chunkT7F2EVPRjs.KanbanColumn; exports.ColumnHandle = _chunkT7F2EVPRjs.KanbanColumnHandle; exports.Combobox = _chunkT7F2EVPRjs.Combobox; exports.ComboboxChip = _chunkT7F2EVPRjs.ComboboxChip; exports.ComboboxChips = _chunkT7F2EVPRjs.ComboboxChips; exports.ComboboxChipsInput = _chunkT7F2EVPRjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkT7F2EVPRjs.ComboboxCollection; exports.ComboboxContent = _chunkT7F2EVPRjs.ComboboxContent; exports.ComboboxEmpty = _chunkT7F2EVPRjs.ComboboxEmpty; exports.ComboboxGroup = _chunkT7F2EVPRjs.ComboboxGroup; exports.ComboboxInput = _chunkT7F2EVPRjs.ComboboxInput; exports.ComboboxItem = _chunkT7F2EVPRjs.ComboboxItem; exports.ComboboxLabel = _chunkT7F2EVPRjs.ComboboxLabel; exports.ComboboxList = _chunkT7F2EVPRjs.ComboboxList; exports.ComboboxSeparator = _chunkT7F2EVPRjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkT7F2EVPRjs.ComboboxTrigger; exports.ComboboxValue = _chunkT7F2EVPRjs.ComboboxValue; exports.Command = _chunkT7F2EVPRjs.Command; exports.CommandDialog = _chunkT7F2EVPRjs.CommandDialog; exports.CommandEmpty = _chunkT7F2EVPRjs.CommandEmpty; exports.CommandGroup = _chunkT7F2EVPRjs.CommandGroup; exports.CommandInput = _chunkT7F2EVPRjs.CommandInput; exports.CommandItem = _chunkT7F2EVPRjs.CommandItem; exports.CommandList = _chunkT7F2EVPRjs.CommandList; exports.CommandSeparator = _chunkT7F2EVPRjs.CommandSeparator; exports.CommandShortcut = _chunkT7F2EVPRjs.CommandShortcut; exports.CommonAddTrigger = _chunkT7F2EVPRjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkT7F2EVPRjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkT7F2EVPRjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkT7F2EVPRjs.CommonDeleter; exports.CommonEditorButtons = _chunkT7F2EVPRjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkT7F2EVPRjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkT7F2EVPRjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkT7F2EVPRjs.CommonEditorTrigger; exports.CompaniesList = _chunkT7F2EVPRjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkT7F2EVPRjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkT7F2EVPRjs.CompanyContainer; exports.CompanyContent = _chunkT7F2EVPRjs.CompanyContent; exports.CompanyDeleter = _chunkT7F2EVPRjs.CompanyDeleter; exports.CompanyDetails = _chunkT7F2EVPRjs.CompanyDetails; exports.CompanyEditor = _chunkT7F2EVPRjs.CompanyEditor; exports.CompanyUsersList = _chunkT7F2EVPRjs.CompanyUsersList; exports.ConfirmDialog = _chunkT7F2EVPRjs.ConfirmDialog; exports.ContentListGrid = _chunkT7F2EVPRjs.ContentListGrid; exports.ContentListTable = _chunkT7F2EVPRjs.ContentListTable; exports.ContentTableSearch = _chunkT7F2EVPRjs.ContentTableSearch; exports.ContentTitle = _chunkT7F2EVPRjs.ContentTitle; exports.ContentsList = _chunkT7F2EVPRjs.ContentsList; exports.ContentsListById = _chunkT7F2EVPRjs.ContentsListById; exports.ContextMenu = _chunkT7F2EVPRjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkT7F2EVPRjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkT7F2EVPRjs.ContextMenuContent; exports.ContextMenuGroup = _chunkT7F2EVPRjs.ContextMenuGroup; exports.ContextMenuItem = _chunkT7F2EVPRjs.ContextMenuItem; exports.ContextMenuLabel = _chunkT7F2EVPRjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkT7F2EVPRjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkT7F2EVPRjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkT7F2EVPRjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkT7F2EVPRjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkT7F2EVPRjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkT7F2EVPRjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkT7F2EVPRjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkT7F2EVPRjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkT7F2EVPRjs.ContextMenuTrigger; exports.ContributorsList = _chunkT7F2EVPRjs.ContributorsList; exports.Cookies = _chunkT7F2EVPRjs.Cookies; exports.CurrencyInput = _chunkT7F2EVPRjs.CurrencyInput; exports.DatePickerPopover = _chunkT7F2EVPRjs.DatePickerPopover; exports.DateRangeSelector = _chunkT7F2EVPRjs.DateRangeSelector; exports.DetailField = _chunkT7F2EVPRjs.DetailField; exports.Dialog = _chunkT7F2EVPRjs.Dialog; exports.DialogClose = _chunkT7F2EVPRjs.DialogClose; exports.DialogContent = _chunkT7F2EVPRjs.DialogContent; exports.DialogDescription = _chunkT7F2EVPRjs.DialogDescription; exports.DialogFooter = _chunkT7F2EVPRjs.DialogFooter; exports.DialogHeader = _chunkT7F2EVPRjs.DialogHeader; exports.DialogOverlay = _chunkT7F2EVPRjs.DialogOverlay; exports.DialogPortal = _chunkT7F2EVPRjs.DialogPortal; exports.DialogTitle = _chunkT7F2EVPRjs.DialogTitle; exports.DialogTrigger = _chunkT7F2EVPRjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkT7F2EVPRjs.DisableTwoFactorDialog; exports.Drawer = _chunkT7F2EVPRjs.Drawer; exports.DrawerClose = _chunkT7F2EVPRjs.DrawerClose; exports.DrawerContent = _chunkT7F2EVPRjs.DrawerContent; exports.DrawerDescription = _chunkT7F2EVPRjs.DrawerDescription; exports.DrawerFooter = _chunkT7F2EVPRjs.DrawerFooter; exports.DrawerHeader = _chunkT7F2EVPRjs.DrawerHeader; exports.DrawerOverlay = _chunkT7F2EVPRjs.DrawerOverlay; exports.DrawerPortal = _chunkT7F2EVPRjs.DrawerPortal; exports.DrawerTitle = _chunkT7F2EVPRjs.DrawerTitle; exports.DrawerTrigger = _chunkT7F2EVPRjs.DrawerTrigger; exports.DropdownMenu = _chunkT7F2EVPRjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkT7F2EVPRjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkT7F2EVPRjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkT7F2EVPRjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkT7F2EVPRjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkT7F2EVPRjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkT7F2EVPRjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkT7F2EVPRjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkT7F2EVPRjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkT7F2EVPRjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkT7F2EVPRjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkT7F2EVPRjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkT7F2EVPRjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkT7F2EVPRjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkT7F2EVPRjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkT7F2EVPRjs.EditableAvatar; exports.EditorSheet = _chunkT7F2EVPRjs.EditorSheet; exports.EmptyState = _chunkT7F2EVPRjs.EmptyState; exports.EntityAvatar = _chunkT7F2EVPRjs.EntityAvatar; exports.EntityHero = _chunkT7F2EVPRjs.EntityHero; exports.EntityHeroAvatar = _chunkT7F2EVPRjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunkT7F2EVPRjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkT7F2EVPRjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkT7F2EVPRjs.EntityMultiSelector; exports.EntitySection = _chunkT7F2EVPRjs.EntitySection; exports.EntitySelector = _chunkT7F2EVPRjs.EntitySelector; exports.ErrorDetails = _chunkT7F2EVPRjs.ErrorDetails; exports.Field = _chunkT7F2EVPRjs.Field; exports.FieldContent = _chunkT7F2EVPRjs.FieldContent; exports.FieldDescription = _chunkT7F2EVPRjs.FieldDescription; exports.FieldError = _chunkT7F2EVPRjs.FieldError; exports.FieldGroup = _chunkT7F2EVPRjs.FieldGroup; exports.FieldLabel = _chunkT7F2EVPRjs.FieldLabel; exports.FieldLegend = _chunkT7F2EVPRjs.FieldLegend; exports.FieldSeparator = _chunkT7F2EVPRjs.FieldSeparator; exports.FieldSet = _chunkT7F2EVPRjs.FieldSet; exports.FieldTitle = _chunkT7F2EVPRjs.FieldTitle; exports.FileInput = _chunkT7F2EVPRjs.FileInput; exports.FileUploader = _chunkT7F2EVPRjs.FileUploader; exports.FileUploaderContent = _chunkT7F2EVPRjs.FileUploaderContent; exports.FileUploaderItem = _chunkT7F2EVPRjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkT7F2EVPRjs.FiscalDataDisplay; exports.ForgotPassword = _chunkT7F2EVPRjs.ForgotPassword; exports.Form = _chunkT7F2EVPRjs.Form; exports.FormBlockNote = _chunkT7F2EVPRjs.FormBlockNote; exports.FormBody = _chunkT7F2EVPRjs.FormBody; exports.FormCheckbox = _chunkT7F2EVPRjs.FormCheckbox; exports.FormCol = _chunkT7F2EVPRjs.FormCol; exports.FormDate = _chunkT7F2EVPRjs.FormDate; exports.FormDateTime = _chunkT7F2EVPRjs.FormDateTime; exports.FormFeatures = _chunkT7F2EVPRjs.FormFeatures; exports.FormFieldWrapper = _chunkT7F2EVPRjs.FormFieldWrapper; exports.FormInput = _chunkT7F2EVPRjs.FormInput; exports.FormPassword = _chunkT7F2EVPRjs.FormPassword; exports.FormPlaceAutocomplete = _chunkT7F2EVPRjs.FormPlaceAutocomplete; exports.FormRoles = _chunkT7F2EVPRjs.FormRoles; exports.FormRow = _chunkT7F2EVPRjs.FormRow; exports.FormSection = _chunkT7F2EVPRjs.FormSection; exports.FormSelect = _chunkT7F2EVPRjs.FormSelect; exports.FormSlider = _chunkT7F2EVPRjs.FormSlider; exports.FormSwitch = _chunkT7F2EVPRjs.FormSwitch; exports.FormTextarea = _chunkT7F2EVPRjs.FormTextarea; exports.GdprConsentCheckbox = _chunkT7F2EVPRjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkT7F2EVPRjs.GdprConsentSection; exports.Header = _chunkT7F2EVPRjs.Header; exports.HoverCard = _chunkT7F2EVPRjs.HoverCard; exports.HoverCardContent = _chunkT7F2EVPRjs.HoverCardContent; exports.HoverCardTrigger = _chunkT7F2EVPRjs.HoverCardTrigger; exports.HowToCommand = _chunkT7F2EVPRjs.HowToCommand; exports.HowToCommandViewer = _chunkT7F2EVPRjs.HowToCommandViewer; exports.HowToContainer = _chunkT7F2EVPRjs.HowToContainer; exports.HowToContent = _chunkT7F2EVPRjs.HowToContent; exports.HowToDeleter = _chunkT7F2EVPRjs.HowToDeleter; exports.HowToDetails = _chunkT7F2EVPRjs.HowToDetails; exports.HowToEditor = _chunkT7F2EVPRjs.HowToEditor; exports.HowToList = _chunkT7F2EVPRjs.HowToList; exports.HowToListContainer = _chunkT7F2EVPRjs.HowToListContainer; exports.HowToMultiSelector = _chunkT7F2EVPRjs.HowToMultiSelector; exports.HowToSelector = _chunkT7F2EVPRjs.HowToSelector; exports.Input = _chunkT7F2EVPRjs.Input; exports.InputGroup = _chunkT7F2EVPRjs.InputGroup; exports.InputGroupAddon = _chunkT7F2EVPRjs.InputGroupAddon; exports.InputGroupButton = _chunkT7F2EVPRjs.InputGroupButton; exports.InputGroupInput = _chunkT7F2EVPRjs.InputGroupInput; exports.InputGroupText = _chunkT7F2EVPRjs.InputGroupText; exports.InputGroupTextarea = _chunkT7F2EVPRjs.InputGroupTextarea; exports.InputOTP = _chunkT7F2EVPRjs.InputOTP; exports.InputOTPGroup = _chunkT7F2EVPRjs.InputOTPGroup; exports.InputOTPSeparator = _chunkT7F2EVPRjs.InputOTPSeparator; exports.InputOTPSlot = _chunkT7F2EVPRjs.InputOTPSlot; exports.ItalianFiscalData = _chunkT7F2EVPRjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkT7F2EVPRjs.ItalianFiscalDataDisplay; exports.Item = _chunkT7F2EVPRjs.KanbanItem; exports.ItemHandle = _chunkT7F2EVPRjs.KanbanItemHandle; exports.Kanban = _chunkT7F2EVPRjs.KanbanRoot; exports.KanbanBoard = _chunkT7F2EVPRjs.KanbanBoard; exports.KanbanColumn = _chunkT7F2EVPRjs.KanbanColumn; exports.KanbanColumnHandle = _chunkT7F2EVPRjs.KanbanColumnHandle; exports.KanbanItem = _chunkT7F2EVPRjs.KanbanItem; exports.KanbanItemHandle = _chunkT7F2EVPRjs.KanbanItemHandle; exports.KanbanOverlay = _chunkT7F2EVPRjs.KanbanOverlay; exports.Label = _chunkT7F2EVPRjs.Label; exports.LandingComponent = _chunkT7F2EVPRjs.LandingComponent; exports.Link = _chunkT7F2EVPRjs.Link; exports.Login = _chunkT7F2EVPRjs.Login; exports.Logout = _chunkT7F2EVPRjs.Logout; exports.MessageItem = _chunkT7F2EVPRjs.MessageItem; exports.MessageList = _chunkT7F2EVPRjs.MessageList; exports.MessageSourcesPanel = _chunkT7F2EVPRjs.MessageSourcesPanel; exports.MicroLabel = _chunkT7F2EVPRjs.MicroLabel; exports.ModeToggleSwitch = _chunkT7F2EVPRjs.ModeToggleSwitch; exports.MultiSelect = _chunkT7F2EVPRjs.MultiSelect; exports.MultipleSelector = _chunkT7F2EVPRjs.MultipleSelector; exports.NavigationMenu = _chunkT7F2EVPRjs.NavigationMenu; exports.NavigationMenuContent = _chunkT7F2EVPRjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkT7F2EVPRjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkT7F2EVPRjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkT7F2EVPRjs.NavigationMenuLink; exports.NavigationMenuList = _chunkT7F2EVPRjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkT7F2EVPRjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkT7F2EVPRjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkT7F2EVPRjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkT7F2EVPRjs.NotificationMenuItem; exports.NotificationModal = _chunkT7F2EVPRjs.NotificationModal; exports.NotificationToast = _chunkT7F2EVPRjs.NotificationToast; exports.NotificationsList = _chunkT7F2EVPRjs.NotificationsList; exports.NotificationsListContainer = _chunkT7F2EVPRjs.NotificationsListContainer; exports.OAuthClientCard = _chunkT7F2EVPRjs.OAuthClientCard; exports.OAuthClientDetail = _chunkT7F2EVPRjs.OAuthClientDetail; exports.OAuthClientForm = _chunkT7F2EVPRjs.OAuthClientForm; exports.OAuthClientList = _chunkT7F2EVPRjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkT7F2EVPRjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkT7F2EVPRjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkT7F2EVPRjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkT7F2EVPRjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkT7F2EVPRjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkT7F2EVPRjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkT7F2EVPRjs.OAuthScopeSelector; exports.OnboardingCard = _chunkT7F2EVPRjs.OnboardingCard; exports.Overlay = _chunkT7F2EVPRjs.KanbanOverlay; exports.PageContainer = _chunkT7F2EVPRjs.PageContainer; exports.PageContainerContentDetails = _chunkT7F2EVPRjs.PageContainerContentDetails; exports.PageContentContainer = _chunkT7F2EVPRjs.PageContentContainer; exports.PageSection = _chunkT7F2EVPRjs.PageSection; exports.PasskeyButton = _chunkT7F2EVPRjs.PasskeyButton; exports.PasskeyList = _chunkT7F2EVPRjs.PasskeyList; exports.PasskeySetupDialog = _chunkT7F2EVPRjs.PasskeySetupDialog; exports.PasswordInput = _chunkT7F2EVPRjs.PasswordInput; exports.Popover = _chunkT7F2EVPRjs.Popover; exports.PopoverContent = _chunkT7F2EVPRjs.PopoverContent; exports.PopoverDescription = _chunkT7F2EVPRjs.PopoverDescription; exports.PopoverHeader = _chunkT7F2EVPRjs.PopoverHeader; exports.PopoverTitle = _chunkT7F2EVPRjs.PopoverTitle; exports.PopoverTrigger = _chunkT7F2EVPRjs.PopoverTrigger; exports.Progress = _chunkT7F2EVPRjs.Progress; exports.ProgressIndicator = _chunkT7F2EVPRjs.ProgressIndicator; exports.ProgressLabel = _chunkT7F2EVPRjs.ProgressLabel; exports.ProgressTrack = _chunkT7F2EVPRjs.ProgressTrack; exports.ProgressValue = _chunkT7F2EVPRjs.ProgressValue; exports.PushNotificationProvider = _chunkT7F2EVPRjs.PushNotificationProvider; exports.RadioGroup = _chunkT7F2EVPRjs.RadioGroup; exports.RadioGroupItem = _chunkT7F2EVPRjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkT7F2EVPRjs.RbacByRoleContainer; exports.RbacContainer = _chunkT7F2EVPRjs.RbacContainer; exports.RbacPermissionCell = _chunkT7F2EVPRjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkT7F2EVPRjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkT7F2EVPRjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkT7F2EVPRjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkT7F2EVPRjs.ReferralCodeCapture; exports.ReferralDialog = _chunkT7F2EVPRjs.ReferralDialog; exports.ReferralWidget = _chunkT7F2EVPRjs.ReferralWidget; exports.RefreshUser = _chunkT7F2EVPRjs.RefreshUser; exports.RelevantContentsList = _chunkT7F2EVPRjs.RelevantContentsList; exports.RelevantUsersList = _chunkT7F2EVPRjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkT7F2EVPRjs.RemoveUserFromRole; exports.ResetPassword = _chunkT7F2EVPRjs.ResetPassword; exports.ResizableHandle = _chunkT7F2EVPRjs.ResizableHandle; exports.ResizablePanel = _chunkT7F2EVPRjs.ResizablePanel; exports.ResizablePanelGroup = _chunkT7F2EVPRjs.ResizablePanelGroup; exports.RoleContainer = _chunkT7F2EVPRjs.RoleContainer; exports.RoleDetails = _chunkT7F2EVPRjs.RoleDetails; exports.RoleUsersList = _chunkT7F2EVPRjs.RoleUsersList; exports.RolesList = _chunkT7F2EVPRjs.RolesList; exports.Root = _chunkT7F2EVPRjs.KanbanRoot; exports.RoundPageContainer = _chunkT7F2EVPRjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkT7F2EVPRjs.RoundPageContainerTitle; exports.ScrollArea = _chunkT7F2EVPRjs.ScrollArea; exports.ScrollBar = _chunkT7F2EVPRjs.ScrollBar; exports.SectionHeader = _chunkT7F2EVPRjs.SectionHeader; exports.SecurityContainer = _chunkT7F2EVPRjs.SecurityContainer; exports.Select = _chunkT7F2EVPRjs.Select; exports.SelectContent = _chunkT7F2EVPRjs.SelectContent; exports.SelectGroup = _chunkT7F2EVPRjs.SelectGroup; exports.SelectItem = _chunkT7F2EVPRjs.SelectItem; exports.SelectLabel = _chunkT7F2EVPRjs.SelectLabel; exports.SelectScrollDownButton = _chunkT7F2EVPRjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkT7F2EVPRjs.SelectScrollUpButton; exports.SelectSeparator = _chunkT7F2EVPRjs.SelectSeparator; exports.SelectTrigger = _chunkT7F2EVPRjs.SelectTrigger; exports.SelectValue = _chunkT7F2EVPRjs.SelectValue; exports.Separator = _chunkT7F2EVPRjs.Separator; exports.Sheet = _chunkT7F2EVPRjs.Sheet; exports.SheetClose = _chunkT7F2EVPRjs.SheetClose; exports.SheetContent = _chunkT7F2EVPRjs.SheetContent; exports.SheetDescription = _chunkT7F2EVPRjs.SheetDescription; exports.SheetFooter = _chunkT7F2EVPRjs.SheetFooter; exports.SheetHeader = _chunkT7F2EVPRjs.SheetHeader; exports.SheetTitle = _chunkT7F2EVPRjs.SheetTitle; exports.SheetTrigger = _chunkT7F2EVPRjs.SheetTrigger; exports.Sidebar = _chunkT7F2EVPRjs.Sidebar; exports.SidebarContent = _chunkT7F2EVPRjs.SidebarContent; exports.SidebarFooter = _chunkT7F2EVPRjs.SidebarFooter; exports.SidebarGroup = _chunkT7F2EVPRjs.SidebarGroup; exports.SidebarGroupAction = _chunkT7F2EVPRjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkT7F2EVPRjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkT7F2EVPRjs.SidebarGroupLabel; exports.SidebarHeader = _chunkT7F2EVPRjs.SidebarHeader; exports.SidebarInput = _chunkT7F2EVPRjs.SidebarInput; exports.SidebarInset = _chunkT7F2EVPRjs.SidebarInset; exports.SidebarMenu = _chunkT7F2EVPRjs.SidebarMenu; exports.SidebarMenuAction = _chunkT7F2EVPRjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkT7F2EVPRjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkT7F2EVPRjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkT7F2EVPRjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkT7F2EVPRjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkT7F2EVPRjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkT7F2EVPRjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkT7F2EVPRjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkT7F2EVPRjs.SidebarProvider; exports.SidebarRail = _chunkT7F2EVPRjs.SidebarRail; exports.SidebarSeparator = _chunkT7F2EVPRjs.SidebarSeparator; exports.SidebarTrigger = _chunkT7F2EVPRjs.SidebarTrigger; exports.Skeleton = _chunkT7F2EVPRjs.Skeleton; exports.Slider = _chunkT7F2EVPRjs.Slider; exports.Spinner = _chunkT7F2EVPRjs.Spinner; exports.Switch = _chunkT7F2EVPRjs.Switch; exports.Table = _chunkT7F2EVPRjs.Table; exports.TableBody = _chunkT7F2EVPRjs.TableBody; exports.TableCaption = _chunkT7F2EVPRjs.TableCaption; exports.TableCell = _chunkT7F2EVPRjs.TableCell; exports.TableCellAvatar = _chunkT7F2EVPRjs.TableCellAvatar; exports.TableFooter = _chunkT7F2EVPRjs.TableFooter; exports.TableHead = _chunkT7F2EVPRjs.TableHead; exports.TableHeader = _chunkT7F2EVPRjs.TableHeader; exports.TableRow = _chunkT7F2EVPRjs.TableRow; exports.Tabs = _chunkT7F2EVPRjs.Tabs; exports.TabsContainer = _chunkT7F2EVPRjs.TabsContainer; exports.TabsContent = _chunkT7F2EVPRjs.TabsContent; exports.TabsList = _chunkT7F2EVPRjs.TabsList; exports.TabsTrigger = _chunkT7F2EVPRjs.TabsTrigger; exports.Textarea = _chunkT7F2EVPRjs.Textarea; exports.Toaster = _chunkT7F2EVPRjs.Toaster; exports.Toggle = _chunkT7F2EVPRjs.Toggle; exports.TokenStatusIndicator = _chunkT7F2EVPRjs.TokenStatusIndicator; exports.Tooltip = _chunkT7F2EVPRjs.Tooltip; exports.TooltipContent = _chunkT7F2EVPRjs.TooltipContent; exports.TooltipProvider = _chunkT7F2EVPRjs.TooltipProvider; exports.TooltipTrigger = _chunkT7F2EVPRjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkT7F2EVPRjs.TotpAuthenticatorList; exports.TotpInput = _chunkT7F2EVPRjs.TotpInput; exports.TotpSetupDialog = _chunkT7F2EVPRjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkT7F2EVPRjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkT7F2EVPRjs.TwoFactorSettings; exports.UserAvatar = _chunkT7F2EVPRjs.UserAvatar; exports.UserAvatarEditor = _chunkT7F2EVPRjs.UserAvatarEditor; exports.UserAvatarList = _chunkT7F2EVPRjs.UserAvatarList; exports.UserContainer = _chunkT7F2EVPRjs.UserContainer; exports.UserContent = _chunkT7F2EVPRjs.UserContent; exports.UserDeleter = _chunkT7F2EVPRjs.UserDeleter; exports.UserEditor = _chunkT7F2EVPRjs.UserEditor; exports.UserIndexContainer = _chunkT7F2EVPRjs.UserIndexContainer; exports.UserIndexDetails = _chunkT7F2EVPRjs.UserIndexDetails; exports.UserListInAdd = _chunkT7F2EVPRjs.UserListInAdd; exports.UserMultiSelect = _chunkT7F2EVPRjs.UserMultiSelect; exports.UserReactivator = _chunkT7F2EVPRjs.UserReactivator; exports.UserResentInvitationEmail = _chunkT7F2EVPRjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkT7F2EVPRjs.UserRoleAdd; exports.UserRolesList = _chunkT7F2EVPRjs.UserRolesList; exports.UserSearchPopover = _chunkT7F2EVPRjs.UserSearchPopover; exports.UserSelector = _chunkT7F2EVPRjs.UserSelector; exports.UserStanadaloneDetails = _chunkT7F2EVPRjs.UserStanadaloneDetails; exports.UsersList = _chunkT7F2EVPRjs.UsersList; exports.UsersListByContentIds = _chunkT7F2EVPRjs.UsersListByContentIds; exports.UsersListContainer = _chunkT7F2EVPRjs.UsersListContainer; exports.WaitlistConfirmation = _chunkT7F2EVPRjs.WaitlistConfirmation; exports.WaitlistForm = _chunkT7F2EVPRjs.WaitlistForm; exports.WaitlistHeroSection = _chunkT7F2EVPRjs.WaitlistHeroSection; exports.WaitlistList = _chunkT7F2EVPRjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkT7F2EVPRjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkT7F2EVPRjs.WaitlistSuccessState; exports.badgeVariants = _chunkT7F2EVPRjs.badgeVariants; exports.buttonVariants = _chunkT7F2EVPRjs.buttonVariants; exports.cellComponent = _chunkT7F2EVPRjs.cellComponent; exports.cellDate = _chunkT7F2EVPRjs.cellDate; exports.cellDateTime = _chunkT7F2EVPRjs.cellDateTime; exports.cellId = _chunkT7F2EVPRjs.cellId; exports.cellLink = _chunkT7F2EVPRjs.cellLink; exports.cellUrl = _chunkT7F2EVPRjs.cellUrl; exports.createMentionInlineContentSpec = _chunkT7F2EVPRjs.createMentionInlineContentSpec; exports.errorToast = _chunkT7F2EVPRjs.errorToast; exports.generateNotificationData = _chunkT7F2EVPRjs.generateNotificationData; exports.getIcon = _chunkLBMNRFCYjs.getIcon; exports.getIconByModule = _chunkLBMNRFCYjs.getIconByModule; exports.getIconByModuleName = _chunkLBMNRFCYjs.getIconByModuleName; exports.getInitials = _chunkLBMNRFCYjs.getInitials; exports.mentionDataAttrs = _chunkT7F2EVPRjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkT7F2EVPRjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkT7F2EVPRjs.parseFiscalData; exports.parseMentionElement = _chunkT7F2EVPRjs.parseMentionElement; exports.partitionTabs = _chunkT7F2EVPRjs.partitionTabs; exports.spinnerVariants = _chunkT7F2EVPRjs.spinnerVariants; exports.tabsListVariants = _chunkT7F2EVPRjs.tabsListVariants; exports.toggleVariants = _chunkT7F2EVPRjs.toggleVariants; exports.triggerAssociationToast = _chunkT7F2EVPRjs.triggerAssociationToast; exports.useCarousel = _chunkT7F2EVPRjs.useCarousel; exports.useComboboxAnchor = _chunkT7F2EVPRjs.useComboboxAnchor; exports.useDebounce = _chunkT7F2EVPRjs.useDebounce2; exports.useEditorDialog = _chunkT7F2EVPRjs.useEditorDialog; exports.useFileUpload = _chunkT7F2EVPRjs.useFileUpload; exports.useMentionInsert = _chunkT7F2EVPRjs.useMentionInsert; exports.useSidebar = _chunkT7F2EVPRjs.useSidebar;
|
|
982
|
+
exports.AcceptInvitation = _chunkMP5VURBBjs.AcceptInvitation; exports.Accordion = _chunkMP5VURBBjs.Accordion; exports.AccordionContent = _chunkMP5VURBBjs.AccordionContent; exports.AccordionItem = _chunkMP5VURBBjs.AccordionItem; exports.AccordionTrigger = _chunkMP5VURBBjs.AccordionTrigger; exports.ActivateAccount = _chunkMP5VURBBjs.ActivateAccount; exports.AddUserToRole = _chunkMP5VURBBjs.AddUserToRole; exports.AdminCompanyContainer = _chunkMP5VURBBjs.AdminCompanyContainer; exports.AdminUsersList = _chunkMP5VURBBjs.AdminUsersList; exports.Alert = _chunkMP5VURBBjs.Alert; exports.AlertAction = _chunkMP5VURBBjs.AlertAction; exports.AlertDescription = _chunkMP5VURBBjs.AlertDescription; exports.AlertDialog = _chunkMP5VURBBjs.AlertDialog; exports.AlertDialogAction = _chunkMP5VURBBjs.AlertDialogAction; exports.AlertDialogCancel = _chunkMP5VURBBjs.AlertDialogCancel; exports.AlertDialogContent = _chunkMP5VURBBjs.AlertDialogContent; exports.AlertDialogDescription = _chunkMP5VURBBjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkMP5VURBBjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkMP5VURBBjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkMP5VURBBjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkMP5VURBBjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkMP5VURBBjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkMP5VURBBjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkMP5VURBBjs.AlertDialogTrigger; exports.AlertTitle = _chunkMP5VURBBjs.AlertTitle; exports.AllUsersListContainer = _chunkMP5VURBBjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkMP5VURBBjs.AllowedUsersDetails; exports.AssistantContainer = _chunkMP5VURBBjs.AssistantContainer; exports.AttributeElement = _chunkMP5VURBBjs.AttributeElement; exports.AuthContainer = _chunkMP5VURBBjs.AuthContainer; exports.Avatar = _chunkMP5VURBBjs.Avatar; exports.AvatarBadge = _chunkMP5VURBBjs.AvatarBadge; exports.AvatarFallback = _chunkMP5VURBBjs.AvatarFallback; exports.AvatarGroup = _chunkMP5VURBBjs.AvatarGroup; exports.AvatarGroupCount = _chunkMP5VURBBjs.AvatarGroupCount; exports.AvatarImage = _chunkMP5VURBBjs.AvatarImage; exports.BackupCodesDialog = _chunkMP5VURBBjs.BackupCodesDialog; exports.Badge = _chunkMP5VURBBjs.Badge; exports.BlockNoteEditorContainer = _chunkMP5VURBBjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkMP5VURBBjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkMP5VURBBjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkMP5VURBBjs.BlockNoteViewerContainer; exports.Board = _chunkMP5VURBBjs.KanbanBoard; exports.Breadcrumb = _chunkMP5VURBBjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkMP5VURBBjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkMP5VURBBjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkMP5VURBBjs.BreadcrumbLink; exports.BreadcrumbList = _chunkMP5VURBBjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkMP5VURBBjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkMP5VURBBjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkMP5VURBBjs.BreadcrumbSeparator; exports.Button = _chunkMP5VURBBjs.Button; exports.Calendar = _chunkMP5VURBBjs.Calendar; exports.CalendarDayButton = _chunkMP5VURBBjs.CalendarDayButton; exports.Card = _chunkMP5VURBBjs.Card; exports.CardAction = _chunkMP5VURBBjs.CardAction; exports.CardContent = _chunkMP5VURBBjs.CardContent; exports.CardDescription = _chunkMP5VURBBjs.CardDescription; exports.CardFooter = _chunkMP5VURBBjs.CardFooter; exports.CardHeader = _chunkMP5VURBBjs.CardHeader; exports.CardTitle = _chunkMP5VURBBjs.CardTitle; exports.Carousel = _chunkMP5VURBBjs.Carousel; exports.CarouselContent = _chunkMP5VURBBjs.CarouselContent; exports.CarouselItem = _chunkMP5VURBBjs.CarouselItem; exports.CarouselNext = _chunkMP5VURBBjs.CarouselNext; exports.CarouselPrevious = _chunkMP5VURBBjs.CarouselPrevious; exports.ChartContainer = _chunkMP5VURBBjs.ChartContainer; exports.ChartLegend = _chunkMP5VURBBjs.ChartLegend; exports.ChartLegendContent = _chunkMP5VURBBjs.ChartLegendContent; exports.ChartStyle = _chunkMP5VURBBjs.ChartStyle; exports.ChartTooltip = _chunkMP5VURBBjs.ChartTooltip; exports.ChartTooltipContent = _chunkMP5VURBBjs.ChartTooltipContent; exports.Checkbox = _chunkMP5VURBBjs.Checkbox; exports.Collapsible = _chunkMP5VURBBjs.Collapsible; exports.CollapsibleContent = _chunkMP5VURBBjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkMP5VURBBjs.CollapsibleTrigger; exports.Column = _chunkMP5VURBBjs.KanbanColumn; exports.ColumnHandle = _chunkMP5VURBBjs.KanbanColumnHandle; exports.Combobox = _chunkMP5VURBBjs.Combobox; exports.ComboboxChip = _chunkMP5VURBBjs.ComboboxChip; exports.ComboboxChips = _chunkMP5VURBBjs.ComboboxChips; exports.ComboboxChipsInput = _chunkMP5VURBBjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkMP5VURBBjs.ComboboxCollection; exports.ComboboxContent = _chunkMP5VURBBjs.ComboboxContent; exports.ComboboxEmpty = _chunkMP5VURBBjs.ComboboxEmpty; exports.ComboboxGroup = _chunkMP5VURBBjs.ComboboxGroup; exports.ComboboxInput = _chunkMP5VURBBjs.ComboboxInput; exports.ComboboxItem = _chunkMP5VURBBjs.ComboboxItem; exports.ComboboxLabel = _chunkMP5VURBBjs.ComboboxLabel; exports.ComboboxList = _chunkMP5VURBBjs.ComboboxList; exports.ComboboxSeparator = _chunkMP5VURBBjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkMP5VURBBjs.ComboboxTrigger; exports.ComboboxValue = _chunkMP5VURBBjs.ComboboxValue; exports.Command = _chunkMP5VURBBjs.Command; exports.CommandDialog = _chunkMP5VURBBjs.CommandDialog; exports.CommandEmpty = _chunkMP5VURBBjs.CommandEmpty; exports.CommandGroup = _chunkMP5VURBBjs.CommandGroup; exports.CommandInput = _chunkMP5VURBBjs.CommandInput; exports.CommandItem = _chunkMP5VURBBjs.CommandItem; exports.CommandList = _chunkMP5VURBBjs.CommandList; exports.CommandSeparator = _chunkMP5VURBBjs.CommandSeparator; exports.CommandShortcut = _chunkMP5VURBBjs.CommandShortcut; exports.CommonAddTrigger = _chunkMP5VURBBjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkMP5VURBBjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkMP5VURBBjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkMP5VURBBjs.CommonDeleter; exports.CommonEditorButtons = _chunkMP5VURBBjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkMP5VURBBjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkMP5VURBBjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkMP5VURBBjs.CommonEditorTrigger; exports.CompaniesList = _chunkMP5VURBBjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkMP5VURBBjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkMP5VURBBjs.CompanyContainer; exports.CompanyContent = _chunkMP5VURBBjs.CompanyContent; exports.CompanyDeleter = _chunkMP5VURBBjs.CompanyDeleter; exports.CompanyDetails = _chunkMP5VURBBjs.CompanyDetails; exports.CompanyEditor = _chunkMP5VURBBjs.CompanyEditor; exports.CompanyUsersList = _chunkMP5VURBBjs.CompanyUsersList; exports.ConfirmDialog = _chunkMP5VURBBjs.ConfirmDialog; exports.ContentListGrid = _chunkMP5VURBBjs.ContentListGrid; exports.ContentListTable = _chunkMP5VURBBjs.ContentListTable; exports.ContentTableSearch = _chunkMP5VURBBjs.ContentTableSearch; exports.ContentTitle = _chunkMP5VURBBjs.ContentTitle; exports.ContentsList = _chunkMP5VURBBjs.ContentsList; exports.ContentsListById = _chunkMP5VURBBjs.ContentsListById; exports.ContextMenu = _chunkMP5VURBBjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkMP5VURBBjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkMP5VURBBjs.ContextMenuContent; exports.ContextMenuGroup = _chunkMP5VURBBjs.ContextMenuGroup; exports.ContextMenuItem = _chunkMP5VURBBjs.ContextMenuItem; exports.ContextMenuLabel = _chunkMP5VURBBjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkMP5VURBBjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkMP5VURBBjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkMP5VURBBjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkMP5VURBBjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkMP5VURBBjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkMP5VURBBjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkMP5VURBBjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkMP5VURBBjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkMP5VURBBjs.ContextMenuTrigger; exports.ContributorsList = _chunkMP5VURBBjs.ContributorsList; exports.Cookies = _chunkMP5VURBBjs.Cookies; exports.CurrencyInput = _chunkMP5VURBBjs.CurrencyInput; exports.DatePickerPopover = _chunkMP5VURBBjs.DatePickerPopover; exports.DateRangeSelector = _chunkMP5VURBBjs.DateRangeSelector; exports.DetailField = _chunkMP5VURBBjs.DetailField; exports.Dialog = _chunkMP5VURBBjs.Dialog; exports.DialogClose = _chunkMP5VURBBjs.DialogClose; exports.DialogContent = _chunkMP5VURBBjs.DialogContent; exports.DialogDescription = _chunkMP5VURBBjs.DialogDescription; exports.DialogFooter = _chunkMP5VURBBjs.DialogFooter; exports.DialogHeader = _chunkMP5VURBBjs.DialogHeader; exports.DialogOverlay = _chunkMP5VURBBjs.DialogOverlay; exports.DialogPortal = _chunkMP5VURBBjs.DialogPortal; exports.DialogTitle = _chunkMP5VURBBjs.DialogTitle; exports.DialogTrigger = _chunkMP5VURBBjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkMP5VURBBjs.DisableTwoFactorDialog; exports.Drawer = _chunkMP5VURBBjs.Drawer; exports.DrawerClose = _chunkMP5VURBBjs.DrawerClose; exports.DrawerContent = _chunkMP5VURBBjs.DrawerContent; exports.DrawerDescription = _chunkMP5VURBBjs.DrawerDescription; exports.DrawerFooter = _chunkMP5VURBBjs.DrawerFooter; exports.DrawerHeader = _chunkMP5VURBBjs.DrawerHeader; exports.DrawerOverlay = _chunkMP5VURBBjs.DrawerOverlay; exports.DrawerPortal = _chunkMP5VURBBjs.DrawerPortal; exports.DrawerTitle = _chunkMP5VURBBjs.DrawerTitle; exports.DrawerTrigger = _chunkMP5VURBBjs.DrawerTrigger; exports.DropdownMenu = _chunkMP5VURBBjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkMP5VURBBjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkMP5VURBBjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkMP5VURBBjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkMP5VURBBjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkMP5VURBBjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkMP5VURBBjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkMP5VURBBjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkMP5VURBBjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkMP5VURBBjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkMP5VURBBjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkMP5VURBBjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkMP5VURBBjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkMP5VURBBjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkMP5VURBBjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkMP5VURBBjs.EditableAvatar; exports.EditorSheet = _chunkMP5VURBBjs.EditorSheet; exports.EmptyState = _chunkMP5VURBBjs.EmptyState; exports.EntityAvatar = _chunkMP5VURBBjs.EntityAvatar; exports.EntityHero = _chunkMP5VURBBjs.EntityHero; exports.EntityHeroAvatar = _chunkMP5VURBBjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunkMP5VURBBjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkMP5VURBBjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkMP5VURBBjs.EntityMultiSelector; exports.EntitySection = _chunkMP5VURBBjs.EntitySection; exports.EntitySelector = _chunkMP5VURBBjs.EntitySelector; exports.ErrorDetails = _chunkMP5VURBBjs.ErrorDetails; exports.Field = _chunkMP5VURBBjs.Field; exports.FieldContent = _chunkMP5VURBBjs.FieldContent; exports.FieldDescription = _chunkMP5VURBBjs.FieldDescription; exports.FieldError = _chunkMP5VURBBjs.FieldError; exports.FieldGroup = _chunkMP5VURBBjs.FieldGroup; exports.FieldLabel = _chunkMP5VURBBjs.FieldLabel; exports.FieldLegend = _chunkMP5VURBBjs.FieldLegend; exports.FieldSeparator = _chunkMP5VURBBjs.FieldSeparator; exports.FieldSet = _chunkMP5VURBBjs.FieldSet; exports.FieldTitle = _chunkMP5VURBBjs.FieldTitle; exports.FileInput = _chunkMP5VURBBjs.FileInput; exports.FileUploader = _chunkMP5VURBBjs.FileUploader; exports.FileUploaderContent = _chunkMP5VURBBjs.FileUploaderContent; exports.FileUploaderItem = _chunkMP5VURBBjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkMP5VURBBjs.FiscalDataDisplay; exports.ForgotPassword = _chunkMP5VURBBjs.ForgotPassword; exports.Form = _chunkMP5VURBBjs.Form; exports.FormBlockNote = _chunkMP5VURBBjs.FormBlockNote; exports.FormBody = _chunkMP5VURBBjs.FormBody; exports.FormCheckbox = _chunkMP5VURBBjs.FormCheckbox; exports.FormCol = _chunkMP5VURBBjs.FormCol; exports.FormDate = _chunkMP5VURBBjs.FormDate; exports.FormDateTime = _chunkMP5VURBBjs.FormDateTime; exports.FormFeatures = _chunkMP5VURBBjs.FormFeatures; exports.FormFieldWrapper = _chunkMP5VURBBjs.FormFieldWrapper; exports.FormInput = _chunkMP5VURBBjs.FormInput; exports.FormPassword = _chunkMP5VURBBjs.FormPassword; exports.FormPlaceAutocomplete = _chunkMP5VURBBjs.FormPlaceAutocomplete; exports.FormRoles = _chunkMP5VURBBjs.FormRoles; exports.FormRow = _chunkMP5VURBBjs.FormRow; exports.FormSection = _chunkMP5VURBBjs.FormSection; exports.FormSelect = _chunkMP5VURBBjs.FormSelect; exports.FormSlider = _chunkMP5VURBBjs.FormSlider; exports.FormSwitch = _chunkMP5VURBBjs.FormSwitch; exports.FormTextarea = _chunkMP5VURBBjs.FormTextarea; exports.GdprConsentCheckbox = _chunkMP5VURBBjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkMP5VURBBjs.GdprConsentSection; exports.Header = _chunkMP5VURBBjs.Header; exports.HoverCard = _chunkMP5VURBBjs.HoverCard; exports.HoverCardContent = _chunkMP5VURBBjs.HoverCardContent; exports.HoverCardTrigger = _chunkMP5VURBBjs.HoverCardTrigger; exports.HowToCommand = _chunkMP5VURBBjs.HowToCommand; exports.HowToCommandViewer = _chunkMP5VURBBjs.HowToCommandViewer; exports.HowToContainer = _chunkMP5VURBBjs.HowToContainer; exports.HowToContent = _chunkMP5VURBBjs.HowToContent; exports.HowToDeleter = _chunkMP5VURBBjs.HowToDeleter; exports.HowToDetails = _chunkMP5VURBBjs.HowToDetails; exports.HowToEditor = _chunkMP5VURBBjs.HowToEditor; exports.HowToList = _chunkMP5VURBBjs.HowToList; exports.HowToListContainer = _chunkMP5VURBBjs.HowToListContainer; exports.HowToMultiSelector = _chunkMP5VURBBjs.HowToMultiSelector; exports.HowToSelector = _chunkMP5VURBBjs.HowToSelector; exports.Input = _chunkMP5VURBBjs.Input; exports.InputGroup = _chunkMP5VURBBjs.InputGroup; exports.InputGroupAddon = _chunkMP5VURBBjs.InputGroupAddon; exports.InputGroupButton = _chunkMP5VURBBjs.InputGroupButton; exports.InputGroupInput = _chunkMP5VURBBjs.InputGroupInput; exports.InputGroupText = _chunkMP5VURBBjs.InputGroupText; exports.InputGroupTextarea = _chunkMP5VURBBjs.InputGroupTextarea; exports.InputOTP = _chunkMP5VURBBjs.InputOTP; exports.InputOTPGroup = _chunkMP5VURBBjs.InputOTPGroup; exports.InputOTPSeparator = _chunkMP5VURBBjs.InputOTPSeparator; exports.InputOTPSlot = _chunkMP5VURBBjs.InputOTPSlot; exports.ItalianFiscalData = _chunkMP5VURBBjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkMP5VURBBjs.ItalianFiscalDataDisplay; exports.Item = _chunkMP5VURBBjs.KanbanItem; exports.ItemHandle = _chunkMP5VURBBjs.KanbanItemHandle; exports.Kanban = _chunkMP5VURBBjs.KanbanRoot; exports.KanbanBoard = _chunkMP5VURBBjs.KanbanBoard; exports.KanbanColumn = _chunkMP5VURBBjs.KanbanColumn; exports.KanbanColumnHandle = _chunkMP5VURBBjs.KanbanColumnHandle; exports.KanbanItem = _chunkMP5VURBBjs.KanbanItem; exports.KanbanItemHandle = _chunkMP5VURBBjs.KanbanItemHandle; exports.KanbanOverlay = _chunkMP5VURBBjs.KanbanOverlay; exports.Label = _chunkMP5VURBBjs.Label; exports.LandingComponent = _chunkMP5VURBBjs.LandingComponent; exports.Link = _chunkMP5VURBBjs.Link; exports.Login = _chunkMP5VURBBjs.Login; exports.Logout = _chunkMP5VURBBjs.Logout; exports.MessageItem = _chunkMP5VURBBjs.MessageItem; exports.MessageList = _chunkMP5VURBBjs.MessageList; exports.MessageSourcesPanel = _chunkMP5VURBBjs.MessageSourcesPanel; exports.MicroLabel = _chunkMP5VURBBjs.MicroLabel; exports.ModeToggleSwitch = _chunkMP5VURBBjs.ModeToggleSwitch; exports.MultiSelect = _chunkMP5VURBBjs.MultiSelect; exports.MultipleSelector = _chunkMP5VURBBjs.MultipleSelector; exports.NavigationMenu = _chunkMP5VURBBjs.NavigationMenu; exports.NavigationMenuContent = _chunkMP5VURBBjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkMP5VURBBjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkMP5VURBBjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkMP5VURBBjs.NavigationMenuLink; exports.NavigationMenuList = _chunkMP5VURBBjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkMP5VURBBjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkMP5VURBBjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkMP5VURBBjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkMP5VURBBjs.NotificationMenuItem; exports.NotificationModal = _chunkMP5VURBBjs.NotificationModal; exports.NotificationToast = _chunkMP5VURBBjs.NotificationToast; exports.NotificationsList = _chunkMP5VURBBjs.NotificationsList; exports.NotificationsListContainer = _chunkMP5VURBBjs.NotificationsListContainer; exports.OAuthClientCard = _chunkMP5VURBBjs.OAuthClientCard; exports.OAuthClientDetail = _chunkMP5VURBBjs.OAuthClientDetail; exports.OAuthClientForm = _chunkMP5VURBBjs.OAuthClientForm; exports.OAuthClientList = _chunkMP5VURBBjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkMP5VURBBjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkMP5VURBBjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkMP5VURBBjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkMP5VURBBjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkMP5VURBBjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkMP5VURBBjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkMP5VURBBjs.OAuthScopeSelector; exports.OnboardingCard = _chunkMP5VURBBjs.OnboardingCard; exports.Overlay = _chunkMP5VURBBjs.KanbanOverlay; exports.PageContainer = _chunkMP5VURBBjs.PageContainer; exports.PageContainerContentDetails = _chunkMP5VURBBjs.PageContainerContentDetails; exports.PageContentContainer = _chunkMP5VURBBjs.PageContentContainer; exports.PageSection = _chunkMP5VURBBjs.PageSection; exports.PasskeyButton = _chunkMP5VURBBjs.PasskeyButton; exports.PasskeyList = _chunkMP5VURBBjs.PasskeyList; exports.PasskeySetupDialog = _chunkMP5VURBBjs.PasskeySetupDialog; exports.PasswordInput = _chunkMP5VURBBjs.PasswordInput; exports.Popover = _chunkMP5VURBBjs.Popover; exports.PopoverContent = _chunkMP5VURBBjs.PopoverContent; exports.PopoverDescription = _chunkMP5VURBBjs.PopoverDescription; exports.PopoverHeader = _chunkMP5VURBBjs.PopoverHeader; exports.PopoverTitle = _chunkMP5VURBBjs.PopoverTitle; exports.PopoverTrigger = _chunkMP5VURBBjs.PopoverTrigger; exports.Progress = _chunkMP5VURBBjs.Progress; exports.ProgressIndicator = _chunkMP5VURBBjs.ProgressIndicator; exports.ProgressLabel = _chunkMP5VURBBjs.ProgressLabel; exports.ProgressTrack = _chunkMP5VURBBjs.ProgressTrack; exports.ProgressValue = _chunkMP5VURBBjs.ProgressValue; exports.PushNotificationProvider = _chunkMP5VURBBjs.PushNotificationProvider; exports.RadioGroup = _chunkMP5VURBBjs.RadioGroup; exports.RadioGroupItem = _chunkMP5VURBBjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkMP5VURBBjs.RbacByRoleContainer; exports.RbacContainer = _chunkMP5VURBBjs.RbacContainer; exports.RbacPermissionCell = _chunkMP5VURBBjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkMP5VURBBjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkMP5VURBBjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkMP5VURBBjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkMP5VURBBjs.ReferralCodeCapture; exports.ReferralDialog = _chunkMP5VURBBjs.ReferralDialog; exports.ReferralWidget = _chunkMP5VURBBjs.ReferralWidget; exports.RefreshUser = _chunkMP5VURBBjs.RefreshUser; exports.RelevantContentsList = _chunkMP5VURBBjs.RelevantContentsList; exports.RelevantUsersList = _chunkMP5VURBBjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkMP5VURBBjs.RemoveUserFromRole; exports.ResetPassword = _chunkMP5VURBBjs.ResetPassword; exports.ResizableHandle = _chunkMP5VURBBjs.ResizableHandle; exports.ResizablePanel = _chunkMP5VURBBjs.ResizablePanel; exports.ResizablePanelGroup = _chunkMP5VURBBjs.ResizablePanelGroup; exports.RoleContainer = _chunkMP5VURBBjs.RoleContainer; exports.RoleDetails = _chunkMP5VURBBjs.RoleDetails; exports.RoleUsersList = _chunkMP5VURBBjs.RoleUsersList; exports.RolesList = _chunkMP5VURBBjs.RolesList; exports.Root = _chunkMP5VURBBjs.KanbanRoot; exports.RoundPageContainer = _chunkMP5VURBBjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkMP5VURBBjs.RoundPageContainerTitle; exports.ScrollArea = _chunkMP5VURBBjs.ScrollArea; exports.ScrollBar = _chunkMP5VURBBjs.ScrollBar; exports.SectionHeader = _chunkMP5VURBBjs.SectionHeader; exports.SecurityContainer = _chunkMP5VURBBjs.SecurityContainer; exports.Select = _chunkMP5VURBBjs.Select; exports.SelectContent = _chunkMP5VURBBjs.SelectContent; exports.SelectGroup = _chunkMP5VURBBjs.SelectGroup; exports.SelectItem = _chunkMP5VURBBjs.SelectItem; exports.SelectLabel = _chunkMP5VURBBjs.SelectLabel; exports.SelectScrollDownButton = _chunkMP5VURBBjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkMP5VURBBjs.SelectScrollUpButton; exports.SelectSeparator = _chunkMP5VURBBjs.SelectSeparator; exports.SelectTrigger = _chunkMP5VURBBjs.SelectTrigger; exports.SelectValue = _chunkMP5VURBBjs.SelectValue; exports.Separator = _chunkMP5VURBBjs.Separator; exports.Sheet = _chunkMP5VURBBjs.Sheet; exports.SheetClose = _chunkMP5VURBBjs.SheetClose; exports.SheetContent = _chunkMP5VURBBjs.SheetContent; exports.SheetDescription = _chunkMP5VURBBjs.SheetDescription; exports.SheetFooter = _chunkMP5VURBBjs.SheetFooter; exports.SheetHeader = _chunkMP5VURBBjs.SheetHeader; exports.SheetTitle = _chunkMP5VURBBjs.SheetTitle; exports.SheetTrigger = _chunkMP5VURBBjs.SheetTrigger; exports.Sidebar = _chunkMP5VURBBjs.Sidebar; exports.SidebarContent = _chunkMP5VURBBjs.SidebarContent; exports.SidebarFooter = _chunkMP5VURBBjs.SidebarFooter; exports.SidebarGroup = _chunkMP5VURBBjs.SidebarGroup; exports.SidebarGroupAction = _chunkMP5VURBBjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkMP5VURBBjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkMP5VURBBjs.SidebarGroupLabel; exports.SidebarHeader = _chunkMP5VURBBjs.SidebarHeader; exports.SidebarInput = _chunkMP5VURBBjs.SidebarInput; exports.SidebarInset = _chunkMP5VURBBjs.SidebarInset; exports.SidebarMenu = _chunkMP5VURBBjs.SidebarMenu; exports.SidebarMenuAction = _chunkMP5VURBBjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkMP5VURBBjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkMP5VURBBjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkMP5VURBBjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkMP5VURBBjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkMP5VURBBjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkMP5VURBBjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkMP5VURBBjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkMP5VURBBjs.SidebarProvider; exports.SidebarRail = _chunkMP5VURBBjs.SidebarRail; exports.SidebarSeparator = _chunkMP5VURBBjs.SidebarSeparator; exports.SidebarTrigger = _chunkMP5VURBBjs.SidebarTrigger; exports.Skeleton = _chunkMP5VURBBjs.Skeleton; exports.Slider = _chunkMP5VURBBjs.Slider; exports.Spinner = _chunkMP5VURBBjs.Spinner; exports.Switch = _chunkMP5VURBBjs.Switch; exports.Table = _chunkMP5VURBBjs.Table; exports.TableBody = _chunkMP5VURBBjs.TableBody; exports.TableCaption = _chunkMP5VURBBjs.TableCaption; exports.TableCell = _chunkMP5VURBBjs.TableCell; exports.TableCellAvatar = _chunkMP5VURBBjs.TableCellAvatar; exports.TableFooter = _chunkMP5VURBBjs.TableFooter; exports.TableHead = _chunkMP5VURBBjs.TableHead; exports.TableHeader = _chunkMP5VURBBjs.TableHeader; exports.TableRow = _chunkMP5VURBBjs.TableRow; exports.Tabs = _chunkMP5VURBBjs.Tabs; exports.TabsContainer = _chunkMP5VURBBjs.TabsContainer; exports.TabsContent = _chunkMP5VURBBjs.TabsContent; exports.TabsList = _chunkMP5VURBBjs.TabsList; exports.TabsTrigger = _chunkMP5VURBBjs.TabsTrigger; exports.Textarea = _chunkMP5VURBBjs.Textarea; exports.Toaster = _chunkMP5VURBBjs.Toaster; exports.Toggle = _chunkMP5VURBBjs.Toggle; exports.TokenStatusIndicator = _chunkMP5VURBBjs.TokenStatusIndicator; exports.Tooltip = _chunkMP5VURBBjs.Tooltip; exports.TooltipContent = _chunkMP5VURBBjs.TooltipContent; exports.TooltipProvider = _chunkMP5VURBBjs.TooltipProvider; exports.TooltipTrigger = _chunkMP5VURBBjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkMP5VURBBjs.TotpAuthenticatorList; exports.TotpInput = _chunkMP5VURBBjs.TotpInput; exports.TotpSetupDialog = _chunkMP5VURBBjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkMP5VURBBjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkMP5VURBBjs.TwoFactorSettings; exports.UserAvatar = _chunkMP5VURBBjs.UserAvatar; exports.UserAvatarEditor = _chunkMP5VURBBjs.UserAvatarEditor; exports.UserAvatarList = _chunkMP5VURBBjs.UserAvatarList; exports.UserContainer = _chunkMP5VURBBjs.UserContainer; exports.UserContent = _chunkMP5VURBBjs.UserContent; exports.UserDeleter = _chunkMP5VURBBjs.UserDeleter; exports.UserEditor = _chunkMP5VURBBjs.UserEditor; exports.UserIndexContainer = _chunkMP5VURBBjs.UserIndexContainer; exports.UserIndexDetails = _chunkMP5VURBBjs.UserIndexDetails; exports.UserListInAdd = _chunkMP5VURBBjs.UserListInAdd; exports.UserMultiSelect = _chunkMP5VURBBjs.UserMultiSelect; exports.UserReactivator = _chunkMP5VURBBjs.UserReactivator; exports.UserResentInvitationEmail = _chunkMP5VURBBjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkMP5VURBBjs.UserRoleAdd; exports.UserRolesList = _chunkMP5VURBBjs.UserRolesList; exports.UserSearchPopover = _chunkMP5VURBBjs.UserSearchPopover; exports.UserSelector = _chunkMP5VURBBjs.UserSelector; exports.UserStanadaloneDetails = _chunkMP5VURBBjs.UserStanadaloneDetails; exports.UsersList = _chunkMP5VURBBjs.UsersList; exports.UsersListByContentIds = _chunkMP5VURBBjs.UsersListByContentIds; exports.UsersListContainer = _chunkMP5VURBBjs.UsersListContainer; exports.WaitlistConfirmation = _chunkMP5VURBBjs.WaitlistConfirmation; exports.WaitlistForm = _chunkMP5VURBBjs.WaitlistForm; exports.WaitlistHeroSection = _chunkMP5VURBBjs.WaitlistHeroSection; exports.WaitlistList = _chunkMP5VURBBjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkMP5VURBBjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkMP5VURBBjs.WaitlistSuccessState; exports.badgeVariants = _chunkMP5VURBBjs.badgeVariants; exports.buttonVariants = _chunkMP5VURBBjs.buttonVariants; exports.cellComponent = _chunkMP5VURBBjs.cellComponent; exports.cellDate = _chunkMP5VURBBjs.cellDate; exports.cellDateTime = _chunkMP5VURBBjs.cellDateTime; exports.cellId = _chunkMP5VURBBjs.cellId; exports.cellLink = _chunkMP5VURBBjs.cellLink; exports.cellUrl = _chunkMP5VURBBjs.cellUrl; exports.createMentionInlineContentSpec = _chunkMP5VURBBjs.createMentionInlineContentSpec; exports.errorToast = _chunkMP5VURBBjs.errorToast; exports.generateNotificationData = _chunkMP5VURBBjs.generateNotificationData; exports.getIcon = _chunk5IE6DZ2Djs.getIcon; exports.getIconByModule = _chunk5IE6DZ2Djs.getIconByModule; exports.getIconByModuleName = _chunk5IE6DZ2Djs.getIconByModuleName; exports.getInitials = _chunk5IE6DZ2Djs.getInitials; exports.mentionDataAttrs = _chunkMP5VURBBjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkMP5VURBBjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkMP5VURBBjs.parseFiscalData; exports.parseMentionElement = _chunkMP5VURBBjs.parseMentionElement; exports.partitionTabs = _chunkMP5VURBBjs.partitionTabs; exports.spinnerVariants = _chunkMP5VURBBjs.spinnerVariants; exports.tabsListVariants = _chunkMP5VURBBjs.tabsListVariants; exports.toggleVariants = _chunkMP5VURBBjs.toggleVariants; exports.triggerAssociationToast = _chunkMP5VURBBjs.triggerAssociationToast; exports.useCarousel = _chunkMP5VURBBjs.useCarousel; exports.useComboboxAnchor = _chunkMP5VURBBjs.useComboboxAnchor; exports.useDebounce = _chunkMP5VURBBjs.useDebounce2; exports.useEditorDialog = _chunkMP5VURBBjs.useEditorDialog; exports.useFileUpload = _chunkMP5VURBBjs.useFileUpload; exports.useMentionInsert = _chunkMP5VURBBjs.useMentionInsert; exports.useSidebar = _chunkMP5VURBBjs.useSidebar;
|
|
983
983
|
//# sourceMappingURL=index.js.map
|
|
@@ -477,14 +477,14 @@ import {
|
|
|
477
477
|
useFileUpload,
|
|
478
478
|
useMentionInsert,
|
|
479
479
|
useSidebar
|
|
480
|
-
} from "../chunk-
|
|
481
|
-
import "../chunk-
|
|
480
|
+
} from "../chunk-67LIVKYU.mjs";
|
|
481
|
+
import "../chunk-VSAAVVHY.mjs";
|
|
482
482
|
import {
|
|
483
483
|
getIcon,
|
|
484
484
|
getIconByModule,
|
|
485
485
|
getIconByModuleName,
|
|
486
486
|
getInitials
|
|
487
|
-
} from "../chunk-
|
|
487
|
+
} from "../chunk-DZL2G7NB.mjs";
|
|
488
488
|
import "../chunk-AUXK7QSA.mjs";
|
|
489
489
|
import "../chunk-C7C7VY4F.mjs";
|
|
490
490
|
import "../chunk-Z2CB63VG.mjs";
|
|
@@ -206,17 +206,24 @@ declare const useCommonContext: () => CommonContextType;
|
|
|
206
206
|
interface HeaderChildrenProviderProps {
|
|
207
207
|
children: ReactNode;
|
|
208
208
|
content: ReactNode;
|
|
209
|
+
rootLabel?: string;
|
|
209
210
|
}
|
|
210
211
|
/**
|
|
211
212
|
* Provider to supply custom content to be rendered in the Header component.
|
|
212
213
|
* Wrap your layout with this provider and pass the content you want in the header.
|
|
214
|
+
* Optionally pass `rootLabel` to override the first breadcrumb entry (defaults to `common.home`).
|
|
213
215
|
*/
|
|
214
|
-
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
216
|
+
declare function HeaderChildrenProvider({ children, content, rootLabel }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
215
217
|
/**
|
|
216
218
|
* Hook to get the header children content from context.
|
|
217
219
|
* Used internally by PageContainer to pass children to Header.
|
|
218
220
|
*/
|
|
219
221
|
declare function useHeaderChildren(): ReactNode | null;
|
|
222
|
+
/**
|
|
223
|
+
* Hook to get the label of the first breadcrumb entry, when the application supplies one.
|
|
224
|
+
* Returns null when no override was provided, in which case the Header falls back to `common.home`.
|
|
225
|
+
*/
|
|
226
|
+
declare function useHeaderRootLabel(): string | null;
|
|
220
227
|
|
|
221
228
|
interface HeaderLeftContentProviderProps {
|
|
222
229
|
children: ReactNode;
|
|
@@ -281,4 +288,4 @@ interface RecentPage {
|
|
|
281
288
|
}
|
|
282
289
|
declare const recentPagesAtom: jotai.WritableAtom<RecentPage[], [typeof jotai_utils.RESET | RecentPage[] | ((prev: RecentPage[]) => typeof jotai_utils.RESET | RecentPage[])], void>;
|
|
283
290
|
|
|
284
|
-
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHowToContext, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
|
291
|
+
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHeaderRootLabel, useHowToContext, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -206,17 +206,24 @@ declare const useCommonContext: () => CommonContextType;
|
|
|
206
206
|
interface HeaderChildrenProviderProps {
|
|
207
207
|
children: ReactNode;
|
|
208
208
|
content: ReactNode;
|
|
209
|
+
rootLabel?: string;
|
|
209
210
|
}
|
|
210
211
|
/**
|
|
211
212
|
* Provider to supply custom content to be rendered in the Header component.
|
|
212
213
|
* Wrap your layout with this provider and pass the content you want in the header.
|
|
214
|
+
* Optionally pass `rootLabel` to override the first breadcrumb entry (defaults to `common.home`).
|
|
213
215
|
*/
|
|
214
|
-
declare function HeaderChildrenProvider({ children, content }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
216
|
+
declare function HeaderChildrenProvider({ children, content, rootLabel }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
215
217
|
/**
|
|
216
218
|
* Hook to get the header children content from context.
|
|
217
219
|
* Used internally by PageContainer to pass children to Header.
|
|
218
220
|
*/
|
|
219
221
|
declare function useHeaderChildren(): ReactNode | null;
|
|
222
|
+
/**
|
|
223
|
+
* Hook to get the label of the first breadcrumb entry, when the application supplies one.
|
|
224
|
+
* Returns null when no override was provided, in which case the Header falls back to `common.home`.
|
|
225
|
+
*/
|
|
226
|
+
declare function useHeaderRootLabel(): string | null;
|
|
220
227
|
|
|
221
228
|
interface HeaderLeftContentProviderProps {
|
|
222
229
|
children: ReactNode;
|
|
@@ -281,4 +288,4 @@ interface RecentPage {
|
|
|
281
288
|
}
|
|
282
289
|
declare const recentPagesAtom: jotai.WritableAtom<RecentPage[], [typeof jotai_utils.RESET | RecentPage[] | ((prev: RecentPage[]) => typeof jotai_utils.RESET | RecentPage[])], void>;
|
|
283
290
|
|
|
284
|
-
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHowToContext, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
|
291
|
+
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHeaderRootLabel, useHowToContext, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
package/dist/contexts/index.js
CHANGED
|
@@ -31,9 +31,10 @@
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
require('../chunk-
|
|
36
|
-
require('../chunk-
|
|
34
|
+
|
|
35
|
+
var _chunkMP5VURBBjs = require('../chunk-MP5VURBB.js');
|
|
36
|
+
require('../chunk-F6KBHC2X.js');
|
|
37
|
+
require('../chunk-5IE6DZ2D.js');
|
|
37
38
|
require('../chunk-LXKSUWAV.js');
|
|
38
39
|
require('../chunk-IBS6NI7D.js');
|
|
39
40
|
require('../chunk-QWCAOLBD.js');
|
|
@@ -71,5 +72,6 @@ require('../chunk-7QVYU63E.js');
|
|
|
71
72
|
|
|
72
73
|
|
|
73
74
|
|
|
74
|
-
|
|
75
|
+
|
|
76
|
+
exports.AssistantProvider = _chunkMP5VURBBjs.AssistantProvider; exports.CommonProvider = _chunkMP5VURBBjs.CommonProvider; exports.CompanyProvider = _chunkMP5VURBBjs.CompanyProvider; exports.CurrentUserProvider = _chunkMP5VURBBjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkMP5VURBBjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkMP5VURBBjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkMP5VURBBjs.HeaderLeftContentProvider; exports.HowToProvider = _chunkMP5VURBBjs.HowToProvider; exports.NotificationContextProvider = _chunkMP5VURBBjs.NotificationContextProvider; exports.OnboardingProvider = _chunkMP5VURBBjs.OnboardingProvider; exports.RbacProvider = _chunkMP5VURBBjs.RbacProvider; exports.RoleProvider = _chunkMP5VURBBjs.RoleProvider; exports.SharedProvider = _chunkMP5VURBBjs.SharedProvider; exports.SocketContext = _chunkMP5VURBBjs.SocketContext; exports.SocketProvider = _chunkMP5VURBBjs.SocketProvider; exports.UserProvider = _chunkMP5VURBBjs.UserProvider; exports.recentPagesAtom = _chunkMP5VURBBjs.recentPagesAtom; exports.useAssistantContext = _chunkMP5VURBBjs.useAssistantContext; exports.useCommonContext = _chunkMP5VURBBjs.useCommonContext; exports.useCompanyContext = _chunkMP5VURBBjs.useCompanyContext; exports.useCurrentUserContext = _chunkMP5VURBBjs.useCurrentUserContext; exports.useHeaderChildren = _chunkMP5VURBBjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkMP5VURBBjs.useHeaderLeftContent; exports.useHeaderRootLabel = _chunkMP5VURBBjs.useHeaderRootLabel; exports.useHowToContext = _chunkMP5VURBBjs.useHowToContext; exports.useNotificationContext = _chunkMP5VURBBjs.useNotificationContext; exports.useOnboarding = _chunkMP5VURBBjs.useOnboarding; exports.useRbacContext = _chunkMP5VURBBjs.useRbacContext; exports.useRoleContext = _chunkMP5VURBBjs.useRoleContext; exports.useSharedContext = _chunkMP5VURBBjs.useSharedContext; exports.useSocketContext = _chunkMP5VURBBjs.useSocketContext; exports.useUserContext = _chunkMP5VURBBjs.useUserContext;
|
|
75
77
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/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;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/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;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,q/DAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"}
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
useCurrentUserContext,
|
|
24
24
|
useHeaderChildren,
|
|
25
25
|
useHeaderLeftContent,
|
|
26
|
+
useHeaderRootLabel,
|
|
26
27
|
useHowToContext,
|
|
27
28
|
useNotificationContext,
|
|
28
29
|
useOnboarding,
|
|
@@ -31,9 +32,9 @@ import {
|
|
|
31
32
|
useSharedContext,
|
|
32
33
|
useSocketContext,
|
|
33
34
|
useUserContext
|
|
34
|
-
} from "../chunk-
|
|
35
|
-
import "../chunk-
|
|
36
|
-
import "../chunk-
|
|
35
|
+
} from "../chunk-67LIVKYU.mjs";
|
|
36
|
+
import "../chunk-VSAAVVHY.mjs";
|
|
37
|
+
import "../chunk-DZL2G7NB.mjs";
|
|
37
38
|
import "../chunk-AUXK7QSA.mjs";
|
|
38
39
|
import "../chunk-C7C7VY4F.mjs";
|
|
39
40
|
import "../chunk-Z2CB63VG.mjs";
|
|
@@ -63,6 +64,7 @@ export {
|
|
|
63
64
|
useCurrentUserContext,
|
|
64
65
|
useHeaderChildren,
|
|
65
66
|
useHeaderLeftContent,
|
|
67
|
+
useHeaderRootLabel,
|
|
66
68
|
useHowToContext,
|
|
67
69
|
useNotificationContext,
|
|
68
70
|
useOnboarding,
|
package/dist/core/index.d.mts
CHANGED
|
@@ -522,6 +522,16 @@ declare const entityObjectSchema: z.ZodObject<{
|
|
|
522
522
|
}, z.core.$strip>;
|
|
523
523
|
type EntityObject = z.infer<typeof entityObjectSchema>;
|
|
524
524
|
|
|
525
|
+
declare function validatePartitaIva(partitaIva: string): boolean;
|
|
526
|
+
type CodiceFiscaleValidationOptions = {
|
|
527
|
+
/** When true, a valid Partita IVA is also accepted as a valid value. */
|
|
528
|
+
allowPartitaIva?: boolean;
|
|
529
|
+
};
|
|
530
|
+
declare function validateCodiceFiscale(codiceFiscale: string, options?: CodiceFiscaleValidationOptions): boolean;
|
|
531
|
+
declare function validateItalianTaxCode(value: string, type: "partitaIva" | "codiceFiscale", options?: CodiceFiscaleValidationOptions): boolean;
|
|
532
|
+
declare function formatPartitaIva(partitaIva: string): string;
|
|
533
|
+
declare function formatCodiceFiscale(codiceFiscale: string): string;
|
|
534
|
+
|
|
525
535
|
interface WordDiff {
|
|
526
536
|
type: "added" | "removed" | "unchanged";
|
|
527
537
|
text: string;
|
|
@@ -2398,4 +2408,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2398
2408
|
|
|
2399
2409
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2400
2410
|
|
|
2401
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, 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, 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, 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, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, formatLocalDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
|
2411
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, 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, 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, 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 };
|
package/dist/core/index.d.ts
CHANGED
|
@@ -522,6 +522,16 @@ declare const entityObjectSchema: z.ZodObject<{
|
|
|
522
522
|
}, z.core.$strip>;
|
|
523
523
|
type EntityObject = z.infer<typeof entityObjectSchema>;
|
|
524
524
|
|
|
525
|
+
declare function validatePartitaIva(partitaIva: string): boolean;
|
|
526
|
+
type CodiceFiscaleValidationOptions = {
|
|
527
|
+
/** When true, a valid Partita IVA is also accepted as a valid value. */
|
|
528
|
+
allowPartitaIva?: boolean;
|
|
529
|
+
};
|
|
530
|
+
declare function validateCodiceFiscale(codiceFiscale: string, options?: CodiceFiscaleValidationOptions): boolean;
|
|
531
|
+
declare function validateItalianTaxCode(value: string, type: "partitaIva" | "codiceFiscale", options?: CodiceFiscaleValidationOptions): boolean;
|
|
532
|
+
declare function formatPartitaIva(partitaIva: string): string;
|
|
533
|
+
declare function formatCodiceFiscale(codiceFiscale: string): string;
|
|
534
|
+
|
|
525
535
|
interface WordDiff {
|
|
526
536
|
type: "added" | "removed" | "unchanged";
|
|
527
537
|
text: string;
|
|
@@ -2398,4 +2408,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2398
2408
|
|
|
2399
2409
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2400
2410
|
|
|
2401
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, 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, 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, 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, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, formatLocalDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
|
2411
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, 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, 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, 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 };
|
package/dist/core/index.js
CHANGED
|
@@ -173,7 +173,12 @@
|
|
|
173
173
|
|
|
174
174
|
|
|
175
175
|
|
|
176
|
-
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
var _chunk5IE6DZ2Djs = require('../chunk-5IE6DZ2D.js');
|
|
177
182
|
require('../chunk-LXKSUWAV.js');
|
|
178
183
|
require('../chunk-IBS6NI7D.js');
|
|
179
184
|
|
|
@@ -373,5 +378,10 @@ require('../chunk-7QVYU63E.js');
|
|
|
373
378
|
|
|
374
379
|
|
|
375
380
|
|
|
376
|
-
exports.AVAILABLE_OAUTH_SCOPES = _chunkLBMNRFCYjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkLBMNRFCYjs.AbstractApiData; exports.AbstractService = _chunkLBMNRFCYjs.AbstractService; exports.Action = _chunkLBMNRFCYjs.Action; exports.Assistant = _chunkLBMNRFCYjs.Assistant; exports.AssistantMessage = _chunkLBMNRFCYjs.AssistantMessage; exports.AssistantMessageModule = _chunkLBMNRFCYjs.AssistantMessageModule; exports.AssistantMessageService = _chunkLBMNRFCYjs.AssistantMessageService; exports.AssistantModule = _chunkLBMNRFCYjs.AssistantModule; exports.AssistantService = _chunkLBMNRFCYjs.AssistantService; exports.AuditLog = _chunkLBMNRFCYjs.AuditLog; exports.AuditLogModule = _chunkLBMNRFCYjs.AuditLogModule; exports.AuditLogService = _chunkLBMNRFCYjs.AuditLogService; exports.Auth = _chunkLBMNRFCYjs.Auth; exports.AuthComponent = _chunkLBMNRFCYjs.AuthComponent; exports.AuthModule = _chunkLBMNRFCYjs.AuthModule; exports.AuthService = _chunkLBMNRFCYjs.AuthService; exports.AuthorModule = _chunkLBMNRFCYjs.AuthorModule; exports.BackupCodeVerify = _chunkLBMNRFCYjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkLBMNRFCYjs.BackupCodeVerifyModule; exports.Billing = _chunkLBMNRFCYjs.Billing; exports.BillingModule = _chunkLBMNRFCYjs.BillingModule; exports.BillingService = _chunkLBMNRFCYjs.BillingService; exports.BlockNoteDiffUtil = _chunkLBMNRFCYjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkLBMNRFCYjs.BlockNoteWordDiffRendererUtil; exports.Chunk = _chunkLBMNRFCYjs.Chunk; exports.ChunkModule = _chunkLBMNRFCYjs.ChunkModule; exports.ClientAbstractService = _chunkLBMNRFCYjs.ClientAbstractService; exports.ClientHttpMethod = _chunkLBMNRFCYjs.ClientHttpMethod; exports.Company = _chunkLBMNRFCYjs.Company; exports.CompanyFields = _chunkLBMNRFCYjs.CompanyFields; exports.CompanyModule = _chunkLBMNRFCYjs.CompanyModule; exports.CompanyService = _chunkLBMNRFCYjs.CompanyService; exports.Content = _chunkLBMNRFCYjs.Content; exports.ContentFields = _chunkLBMNRFCYjs.ContentFields; exports.ContentModule = _chunkLBMNRFCYjs.ContentModule; exports.ContentService = _chunkLBMNRFCYjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkLBMNRFCYjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkQWCAOLBDjs.DataClassRegistry; exports.DataClassRegistry = _chunkQWCAOLBDjs.DataClassRegistry; exports.EndpointCreator = _chunkLBMNRFCYjs.EndpointCreator; exports.Feature = _chunkLBMNRFCYjs.Feature; exports.FeatureModule = _chunkLBMNRFCYjs.FeatureModule; exports.FeatureService = _chunkLBMNRFCYjs.FeatureService; exports.HowTo = _chunkLBMNRFCYjs.HowTo; exports.HowToFields = _chunkLBMNRFCYjs.HowToFields; exports.HowToModule = _chunkLBMNRFCYjs.HowToModule; exports.HowToService = _chunkLBMNRFCYjs.HowToService; exports.HttpMethod = _chunkLBMNRFCYjs.HttpMethod; exports.InvoiceStatus = _chunkLBMNRFCYjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkQWCAOLBDjs.JsonApiDataFactory; exports.Module = _chunkLBMNRFCYjs.Module; exports.ModuleModule = _chunkLBMNRFCYjs.ModuleModule; exports.ModulePathsModule = _chunkLBMNRFCYjs.ModulePathsModule; exports.ModuleRegistrar = _chunkLBMNRFCYjs.ModuleRegistrar; exports.ModuleRegistry = _chunkLBMNRFCYjs.ModuleRegistry; exports.Modules = _chunkLBMNRFCYjs.Modules; exports.Notification = _chunkLBMNRFCYjs.Notification; exports.NotificationFields = _chunkLBMNRFCYjs.NotificationFields; exports.NotificationModule = _chunkLBMNRFCYjs.NotificationModule; exports.NotificationService = _chunkLBMNRFCYjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkLBMNRFCYjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkLBMNRFCYjs.OAuthClient; exports.OAuthModule = _chunkLBMNRFCYjs.OAuthModule; exports.OAuthService = _chunkLBMNRFCYjs.OAuthService; exports.Passkey = _chunkLBMNRFCYjs.Passkey; exports.PasskeyAuthenticationOptions = _chunkLBMNRFCYjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkLBMNRFCYjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkLBMNRFCYjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkLBMNRFCYjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkLBMNRFCYjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkLBMNRFCYjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkLBMNRFCYjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkLBMNRFCYjs.PasskeyRename; exports.PasskeyRenameModule = _chunkLBMNRFCYjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkLBMNRFCYjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkLBMNRFCYjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkLBMNRFCYjs.PaymentMethod; exports.PermissionMappingModule = _chunkLBMNRFCYjs.PermissionMappingModule; exports.Push = _chunkLBMNRFCYjs.Push; exports.PushModule = _chunkLBMNRFCYjs.PushModule; exports.PushService = _chunkLBMNRFCYjs.PushService; exports.RbacMatrixModule = _chunkLBMNRFCYjs.RbacMatrixModule; exports.ReferralModule = _chunkLBMNRFCYjs.ReferralModule; exports.ReferralService = _chunkLBMNRFCYjs.ReferralService; exports.ReferralStats = _chunkLBMNRFCYjs.ReferralStats; exports.ReferralStatsModule = _chunkLBMNRFCYjs.ReferralStatsModule; exports.RehydrationFactory = _chunkLBMNRFCYjs.RehydrationFactory; exports.Role = _chunkLBMNRFCYjs.Role; exports.RoleFields = _chunkLBMNRFCYjs.RoleFields; exports.RoleModule = _chunkLBMNRFCYjs.RoleModule; exports.RoleService = _chunkLBMNRFCYjs.RoleService; exports.S3 = _chunkLBMNRFCYjs.S3; exports.S3Module = _chunkLBMNRFCYjs.S3Module; exports.S3Service = _chunkLBMNRFCYjs.S3Service; exports.StripeCustomer = _chunkLBMNRFCYjs.StripeCustomer; exports.StripeCustomerModule = _chunkLBMNRFCYjs.StripeCustomerModule; exports.StripeCustomerService = _chunkLBMNRFCYjs.StripeCustomerService; exports.StripeInvoice = _chunkLBMNRFCYjs.StripeInvoice; exports.StripeInvoiceModule = _chunkLBMNRFCYjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkLBMNRFCYjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkLBMNRFCYjs.StripePaymentMethodModule; exports.StripePrice = _chunkLBMNRFCYjs.StripePrice; exports.StripePriceModule = _chunkLBMNRFCYjs.StripePriceModule; exports.StripePriceService = _chunkLBMNRFCYjs.StripePriceService; exports.StripeProduct = _chunkLBMNRFCYjs.StripeProduct; exports.StripeProductModule = _chunkLBMNRFCYjs.StripeProductModule; exports.StripeProductService = _chunkLBMNRFCYjs.StripeProductService; exports.StripePromotionCode = _chunkLBMNRFCYjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkLBMNRFCYjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkLBMNRFCYjs.StripePromotionCodeService; exports.StripeSubscription = _chunkLBMNRFCYjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkLBMNRFCYjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkLBMNRFCYjs.StripeSubscriptionService; exports.StripeUsage = _chunkLBMNRFCYjs.StripeUsage; exports.StripeUsageModule = _chunkLBMNRFCYjs.StripeUsageModule; exports.StripeUsageService = _chunkLBMNRFCYjs.StripeUsageService; exports.SubscriptionStatus = _chunkLBMNRFCYjs.SubscriptionStatus; exports.TableOptions = _chunkLBMNRFCYjs.TableOptions; exports.TotpAuthenticator = _chunkLBMNRFCYjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkLBMNRFCYjs.TotpAuthenticatorModule; exports.TotpSetup = _chunkLBMNRFCYjs.TotpSetup; exports.TotpSetupModule = _chunkLBMNRFCYjs.TotpSetupModule; exports.TotpVerify = _chunkLBMNRFCYjs.TotpVerify; exports.TotpVerifyLogin = _chunkLBMNRFCYjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkLBMNRFCYjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkLBMNRFCYjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkLBMNRFCYjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkLBMNRFCYjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkLBMNRFCYjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkLBMNRFCYjs.TwoFactorEnableModule; exports.TwoFactorService = _chunkLBMNRFCYjs.TwoFactorService; exports.TwoFactorStatus = _chunkLBMNRFCYjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkLBMNRFCYjs.TwoFactorStatusModule; exports.User = _chunkLBMNRFCYjs.User; exports.UserFields = _chunkLBMNRFCYjs.UserFields; exports.UserModule = _chunkLBMNRFCYjs.UserModule; exports.UserService = _chunkLBMNRFCYjs.UserService; exports.Waitlist = _chunkLBMNRFCYjs.Waitlist; exports.WaitlistModule = _chunkLBMNRFCYjs.WaitlistModule; exports.WaitlistService = _chunkLBMNRFCYjs.WaitlistService; exports.WaitlistStats = _chunkLBMNRFCYjs.WaitlistStats; exports.WaitlistStatsModule = _chunkLBMNRFCYjs.WaitlistStatsModule; exports.checkPermissions = _chunkLBMNRFCYjs.checkPermissions; exports.checkPermissionsFromServer = _chunkLBMNRFCYjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkLBMNRFCYjs.clearLastApiTotal; exports.cn = _chunkLBMNRFCYjs.cn; exports.composeRefs = _chunkLBMNRFCYjs.composeRefs; exports.createJsonApiInclusion = _chunkLBMNRFCYjs.createJsonApiInclusion; exports.dismissToast = _chunkLBMNRFCYjs.dismissToast; exports.entityObjectSchema = _chunkLBMNRFCYjs.entityObjectSchema; exports.exists = _chunkLBMNRFCYjs.exists; exports.formatDate = _chunkLBMNRFCYjs.formatDate; exports.formatLocalDate = _chunkLBMNRFCYjs.formatLocalDate; exports.getBootstrapper = _chunkQWCAOLBDjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkLBMNRFCYjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkLBMNRFCYjs.getGlobalErrorHandler; exports.getIcon = _chunkLBMNRFCYjs.getIcon; exports.getIconByModule = _chunkLBMNRFCYjs.getIconByModule; exports.getIconByModuleName = _chunkLBMNRFCYjs.getIconByModuleName; exports.getInitials = _chunkLBMNRFCYjs.getInitials; exports.getLastApiTotal = _chunkLBMNRFCYjs.getLastApiTotal; exports.getLucideIcon = _chunkLBMNRFCYjs.getLucideIcon; exports.getLucideIconByModule = _chunkLBMNRFCYjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkLBMNRFCYjs.getLucideIconByModuleName; exports.getTableComponents = _chunkLBMNRFCYjs.getTableComponents; exports.getTableOptions = _chunkLBMNRFCYjs.getTableOptions; exports.getValueFromPath = _chunkLBMNRFCYjs.getValueFromPath; exports.hasBootstrapper = _chunkQWCAOLBDjs.hasBootstrapper; exports.rehydrate = _chunkLBMNRFCYjs.rehydrate; exports.rehydrateList = _chunkLBMNRFCYjs.rehydrateList; exports.resetBootstrapStore = _chunkQWCAOLBDjs.resetBootstrapStore; exports.setBootstrapper = _chunkQWCAOLBDjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkLBMNRFCYjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkLBMNRFCYjs.setGlobalErrorHandler; exports.showCustomToast = _chunkLBMNRFCYjs.showCustomToast; exports.showError = _chunkLBMNRFCYjs.showError; exports.showToast = _chunkLBMNRFCYjs.showToast; exports.translateData = _chunkQWCAOLBDjs.translateData; exports.translateResponse = _chunkQWCAOLBDjs.translateResponse; exports.tryBootstrap = _chunkQWCAOLBDjs.tryBootstrap; exports.useComposedRefs = _chunkLBMNRFCYjs.useComposedRefs; exports.useIsMobile = _chunkLBMNRFCYjs.useIsMobile; exports.userObjectSchema = _chunkLBMNRFCYjs.userObjectSchema;
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
exports.AVAILABLE_OAUTH_SCOPES = _chunk5IE6DZ2Djs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk5IE6DZ2Djs.AbstractApiData; exports.AbstractService = _chunk5IE6DZ2Djs.AbstractService; exports.Action = _chunk5IE6DZ2Djs.Action; exports.Assistant = _chunk5IE6DZ2Djs.Assistant; exports.AssistantMessage = _chunk5IE6DZ2Djs.AssistantMessage; exports.AssistantMessageModule = _chunk5IE6DZ2Djs.AssistantMessageModule; exports.AssistantMessageService = _chunk5IE6DZ2Djs.AssistantMessageService; exports.AssistantModule = _chunk5IE6DZ2Djs.AssistantModule; exports.AssistantService = _chunk5IE6DZ2Djs.AssistantService; exports.AuditLog = _chunk5IE6DZ2Djs.AuditLog; exports.AuditLogModule = _chunk5IE6DZ2Djs.AuditLogModule; exports.AuditLogService = _chunk5IE6DZ2Djs.AuditLogService; exports.Auth = _chunk5IE6DZ2Djs.Auth; exports.AuthComponent = _chunk5IE6DZ2Djs.AuthComponent; exports.AuthModule = _chunk5IE6DZ2Djs.AuthModule; exports.AuthService = _chunk5IE6DZ2Djs.AuthService; exports.AuthorModule = _chunk5IE6DZ2Djs.AuthorModule; exports.BackupCodeVerify = _chunk5IE6DZ2Djs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk5IE6DZ2Djs.BackupCodeVerifyModule; exports.Billing = _chunk5IE6DZ2Djs.Billing; exports.BillingModule = _chunk5IE6DZ2Djs.BillingModule; exports.BillingService = _chunk5IE6DZ2Djs.BillingService; exports.BlockNoteDiffUtil = _chunk5IE6DZ2Djs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk5IE6DZ2Djs.BlockNoteWordDiffRendererUtil; exports.Chunk = _chunk5IE6DZ2Djs.Chunk; exports.ChunkModule = _chunk5IE6DZ2Djs.ChunkModule; exports.ClientAbstractService = _chunk5IE6DZ2Djs.ClientAbstractService; exports.ClientHttpMethod = _chunk5IE6DZ2Djs.ClientHttpMethod; exports.Company = _chunk5IE6DZ2Djs.Company; exports.CompanyFields = _chunk5IE6DZ2Djs.CompanyFields; exports.CompanyModule = _chunk5IE6DZ2Djs.CompanyModule; exports.CompanyService = _chunk5IE6DZ2Djs.CompanyService; exports.Content = _chunk5IE6DZ2Djs.Content; exports.ContentFields = _chunk5IE6DZ2Djs.ContentFields; exports.ContentModule = _chunk5IE6DZ2Djs.ContentModule; exports.ContentService = _chunk5IE6DZ2Djs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk5IE6DZ2Djs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkQWCAOLBDjs.DataClassRegistry; exports.DataClassRegistry = _chunkQWCAOLBDjs.DataClassRegistry; exports.EndpointCreator = _chunk5IE6DZ2Djs.EndpointCreator; exports.Feature = _chunk5IE6DZ2Djs.Feature; exports.FeatureModule = _chunk5IE6DZ2Djs.FeatureModule; exports.FeatureService = _chunk5IE6DZ2Djs.FeatureService; exports.HowTo = _chunk5IE6DZ2Djs.HowTo; exports.HowToFields = _chunk5IE6DZ2Djs.HowToFields; exports.HowToModule = _chunk5IE6DZ2Djs.HowToModule; exports.HowToService = _chunk5IE6DZ2Djs.HowToService; exports.HttpMethod = _chunk5IE6DZ2Djs.HttpMethod; exports.InvoiceStatus = _chunk5IE6DZ2Djs.InvoiceStatus; exports.JsonApiDataFactory = _chunkQWCAOLBDjs.JsonApiDataFactory; exports.Module = _chunk5IE6DZ2Djs.Module; exports.ModuleModule = _chunk5IE6DZ2Djs.ModuleModule; exports.ModulePathsModule = _chunk5IE6DZ2Djs.ModulePathsModule; exports.ModuleRegistrar = _chunk5IE6DZ2Djs.ModuleRegistrar; exports.ModuleRegistry = _chunk5IE6DZ2Djs.ModuleRegistry; exports.Modules = _chunk5IE6DZ2Djs.Modules; exports.Notification = _chunk5IE6DZ2Djs.Notification; exports.NotificationFields = _chunk5IE6DZ2Djs.NotificationFields; exports.NotificationModule = _chunk5IE6DZ2Djs.NotificationModule; exports.NotificationService = _chunk5IE6DZ2Djs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk5IE6DZ2Djs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk5IE6DZ2Djs.OAuthClient; exports.OAuthModule = _chunk5IE6DZ2Djs.OAuthModule; exports.OAuthService = _chunk5IE6DZ2Djs.OAuthService; exports.Passkey = _chunk5IE6DZ2Djs.Passkey; exports.PasskeyAuthenticationOptions = _chunk5IE6DZ2Djs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk5IE6DZ2Djs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk5IE6DZ2Djs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk5IE6DZ2Djs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk5IE6DZ2Djs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk5IE6DZ2Djs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk5IE6DZ2Djs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk5IE6DZ2Djs.PasskeyRename; exports.PasskeyRenameModule = _chunk5IE6DZ2Djs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk5IE6DZ2Djs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk5IE6DZ2Djs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk5IE6DZ2Djs.PaymentMethod; exports.PermissionMappingModule = _chunk5IE6DZ2Djs.PermissionMappingModule; exports.Push = _chunk5IE6DZ2Djs.Push; exports.PushModule = _chunk5IE6DZ2Djs.PushModule; exports.PushService = _chunk5IE6DZ2Djs.PushService; exports.RbacMatrixModule = _chunk5IE6DZ2Djs.RbacMatrixModule; exports.ReferralModule = _chunk5IE6DZ2Djs.ReferralModule; exports.ReferralService = _chunk5IE6DZ2Djs.ReferralService; exports.ReferralStats = _chunk5IE6DZ2Djs.ReferralStats; exports.ReferralStatsModule = _chunk5IE6DZ2Djs.ReferralStatsModule; exports.RehydrationFactory = _chunk5IE6DZ2Djs.RehydrationFactory; exports.Role = _chunk5IE6DZ2Djs.Role; exports.RoleFields = _chunk5IE6DZ2Djs.RoleFields; exports.RoleModule = _chunk5IE6DZ2Djs.RoleModule; exports.RoleService = _chunk5IE6DZ2Djs.RoleService; exports.S3 = _chunk5IE6DZ2Djs.S3; exports.S3Module = _chunk5IE6DZ2Djs.S3Module; exports.S3Service = _chunk5IE6DZ2Djs.S3Service; exports.StripeCustomer = _chunk5IE6DZ2Djs.StripeCustomer; exports.StripeCustomerModule = _chunk5IE6DZ2Djs.StripeCustomerModule; exports.StripeCustomerService = _chunk5IE6DZ2Djs.StripeCustomerService; exports.StripeInvoice = _chunk5IE6DZ2Djs.StripeInvoice; exports.StripeInvoiceModule = _chunk5IE6DZ2Djs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk5IE6DZ2Djs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk5IE6DZ2Djs.StripePaymentMethodModule; exports.StripePrice = _chunk5IE6DZ2Djs.StripePrice; exports.StripePriceModule = _chunk5IE6DZ2Djs.StripePriceModule; exports.StripePriceService = _chunk5IE6DZ2Djs.StripePriceService; exports.StripeProduct = _chunk5IE6DZ2Djs.StripeProduct; exports.StripeProductModule = _chunk5IE6DZ2Djs.StripeProductModule; exports.StripeProductService = _chunk5IE6DZ2Djs.StripeProductService; exports.StripePromotionCode = _chunk5IE6DZ2Djs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk5IE6DZ2Djs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk5IE6DZ2Djs.StripePromotionCodeService; exports.StripeSubscription = _chunk5IE6DZ2Djs.StripeSubscription; exports.StripeSubscriptionModule = _chunk5IE6DZ2Djs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk5IE6DZ2Djs.StripeSubscriptionService; exports.StripeUsage = _chunk5IE6DZ2Djs.StripeUsage; exports.StripeUsageModule = _chunk5IE6DZ2Djs.StripeUsageModule; exports.StripeUsageService = _chunk5IE6DZ2Djs.StripeUsageService; exports.SubscriptionStatus = _chunk5IE6DZ2Djs.SubscriptionStatus; exports.TableOptions = _chunk5IE6DZ2Djs.TableOptions; exports.TotpAuthenticator = _chunk5IE6DZ2Djs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk5IE6DZ2Djs.TotpAuthenticatorModule; exports.TotpSetup = _chunk5IE6DZ2Djs.TotpSetup; exports.TotpSetupModule = _chunk5IE6DZ2Djs.TotpSetupModule; exports.TotpVerify = _chunk5IE6DZ2Djs.TotpVerify; exports.TotpVerifyLogin = _chunk5IE6DZ2Djs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk5IE6DZ2Djs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk5IE6DZ2Djs.TotpVerifyModule; exports.TwoFactorChallenge = _chunk5IE6DZ2Djs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk5IE6DZ2Djs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk5IE6DZ2Djs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk5IE6DZ2Djs.TwoFactorEnableModule; exports.TwoFactorService = _chunk5IE6DZ2Djs.TwoFactorService; exports.TwoFactorStatus = _chunk5IE6DZ2Djs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk5IE6DZ2Djs.TwoFactorStatusModule; exports.User = _chunk5IE6DZ2Djs.User; exports.UserFields = _chunk5IE6DZ2Djs.UserFields; exports.UserModule = _chunk5IE6DZ2Djs.UserModule; exports.UserService = _chunk5IE6DZ2Djs.UserService; exports.Waitlist = _chunk5IE6DZ2Djs.Waitlist; exports.WaitlistModule = _chunk5IE6DZ2Djs.WaitlistModule; exports.WaitlistService = _chunk5IE6DZ2Djs.WaitlistService; exports.WaitlistStats = _chunk5IE6DZ2Djs.WaitlistStats; exports.WaitlistStatsModule = _chunk5IE6DZ2Djs.WaitlistStatsModule; exports.checkPermissions = _chunk5IE6DZ2Djs.checkPermissions; exports.checkPermissionsFromServer = _chunk5IE6DZ2Djs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk5IE6DZ2Djs.clearLastApiTotal; exports.cn = _chunk5IE6DZ2Djs.cn; exports.composeRefs = _chunk5IE6DZ2Djs.composeRefs; exports.createJsonApiInclusion = _chunk5IE6DZ2Djs.createJsonApiInclusion; exports.dismissToast = _chunk5IE6DZ2Djs.dismissToast; exports.entityObjectSchema = _chunk5IE6DZ2Djs.entityObjectSchema; exports.exists = _chunk5IE6DZ2Djs.exists; exports.formatCodiceFiscale = _chunk5IE6DZ2Djs.formatCodiceFiscale; exports.formatDate = _chunk5IE6DZ2Djs.formatDate; exports.formatLocalDate = _chunk5IE6DZ2Djs.formatLocalDate; exports.formatPartitaIva = _chunk5IE6DZ2Djs.formatPartitaIva; exports.getBootstrapper = _chunkQWCAOLBDjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk5IE6DZ2Djs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk5IE6DZ2Djs.getGlobalErrorHandler; exports.getIcon = _chunk5IE6DZ2Djs.getIcon; exports.getIconByModule = _chunk5IE6DZ2Djs.getIconByModule; exports.getIconByModuleName = _chunk5IE6DZ2Djs.getIconByModuleName; exports.getInitials = _chunk5IE6DZ2Djs.getInitials; exports.getLastApiTotal = _chunk5IE6DZ2Djs.getLastApiTotal; exports.getLucideIcon = _chunk5IE6DZ2Djs.getLucideIcon; exports.getLucideIconByModule = _chunk5IE6DZ2Djs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk5IE6DZ2Djs.getLucideIconByModuleName; exports.getTableComponents = _chunk5IE6DZ2Djs.getTableComponents; exports.getTableOptions = _chunk5IE6DZ2Djs.getTableOptions; exports.getValueFromPath = _chunk5IE6DZ2Djs.getValueFromPath; exports.hasBootstrapper = _chunkQWCAOLBDjs.hasBootstrapper; exports.rehydrate = _chunk5IE6DZ2Djs.rehydrate; exports.rehydrateList = _chunk5IE6DZ2Djs.rehydrateList; exports.resetBootstrapStore = _chunkQWCAOLBDjs.resetBootstrapStore; exports.setBootstrapper = _chunkQWCAOLBDjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk5IE6DZ2Djs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk5IE6DZ2Djs.setGlobalErrorHandler; exports.showCustomToast = _chunk5IE6DZ2Djs.showCustomToast; exports.showError = _chunk5IE6DZ2Djs.showError; exports.showToast = _chunk5IE6DZ2Djs.showToast; exports.translateData = _chunkQWCAOLBDjs.translateData; exports.translateResponse = _chunkQWCAOLBDjs.translateResponse; exports.tryBootstrap = _chunkQWCAOLBDjs.tryBootstrap; exports.useComposedRefs = _chunk5IE6DZ2Djs.useComposedRefs; exports.useIsMobile = _chunk5IE6DZ2Djs.useIsMobile; exports.userObjectSchema = _chunk5IE6DZ2Djs.userObjectSchema; exports.validateCodiceFiscale = _chunk5IE6DZ2Djs.validateCodiceFiscale; exports.validateItalianTaxCode = _chunk5IE6DZ2Djs.validateItalianTaxCode; exports.validatePartitaIva = _chunk5IE6DZ2Djs.validatePartitaIva;
|
|
377
387
|
//# sourceMappingURL=index.js.map
|