@carlonicora/nextjs-jsonapi 1.131.2 → 1.133.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dist/{BlockNoteEditor-5RUXGWLR.js → BlockNoteEditor-H626BS5Y.js} +19 -19
  2. package/dist/{BlockNoteEditor-5RUXGWLR.js.map → BlockNoteEditor-H626BS5Y.js.map} +1 -1
  3. package/dist/{BlockNoteEditor-F4AKH532.mjs → BlockNoteEditor-VXK7INMR.mjs} +4 -4
  4. package/dist/billing/index.js +357 -357
  5. package/dist/billing/index.mjs +3 -3
  6. package/dist/{chunk-LBMNRFCY.js → chunk-5IE6DZ2D.js} +153 -77
  7. package/dist/chunk-5IE6DZ2D.js.map +1 -0
  8. package/dist/{chunk-5MNE72ZE.mjs → chunk-DZL2G7NB.mjs} +77 -1
  9. package/dist/chunk-DZL2G7NB.mjs.map +1 -0
  10. package/dist/{chunk-XTLTQQ7X.js → chunk-F6KBHC2X.js} +7 -7
  11. package/dist/{chunk-XTLTQQ7X.js.map → chunk-F6KBHC2X.js.map} +1 -1
  12. package/dist/{chunk-T7F2EVPR.js → chunk-TVJFCWST.js} +908 -929
  13. package/dist/chunk-TVJFCWST.js.map +1 -0
  14. package/dist/{chunk-NATPK5ME.mjs → chunk-VSAAVVHY.mjs} +2 -2
  15. package/dist/{chunk-BBBQGJEG.mjs → chunk-WEDLGKSS.mjs} +104 -125
  16. package/dist/chunk-WEDLGKSS.mjs.map +1 -0
  17. package/dist/client/index.js +4 -4
  18. package/dist/client/index.mjs +3 -3
  19. package/dist/components/index.d.mts +6 -2
  20. package/dist/components/index.d.ts +6 -2
  21. package/dist/components/index.js +4 -4
  22. package/dist/components/index.mjs +3 -3
  23. package/dist/contexts/index.d.mts +9 -2
  24. package/dist/contexts/index.d.ts +9 -2
  25. package/dist/contexts/index.js +6 -4
  26. package/dist/contexts/index.js.map +1 -1
  27. package/dist/contexts/index.mjs +5 -3
  28. package/dist/core/index.d.mts +11 -1
  29. package/dist/core/index.d.ts +11 -1
  30. package/dist/core/index.js +12 -2
  31. package/dist/core/index.js.map +1 -1
  32. package/dist/core/index.mjs +13 -3
  33. package/dist/features/help/index.js +39 -39
  34. package/dist/features/help/index.js.map +1 -1
  35. package/dist/features/help/index.mjs +5 -5
  36. package/dist/features/help/index.mjs.map +1 -1
  37. package/dist/index.d.mts +1 -1
  38. package/dist/index.d.ts +1 -1
  39. package/dist/index.js +13 -3
  40. package/dist/index.js.map +1 -1
  41. package/dist/index.mjs +14 -4
  42. package/dist/server/index.js +3 -3
  43. package/dist/server/index.mjs +1 -1
  44. package/package.json +1 -1
  45. package/src/components/containers/ReactMarkdownContainer.tsx +1 -1
  46. package/src/components/containers/RoundPageContainer.tsx +7 -0
  47. package/src/components/forms/EditorSheet.tsx +24 -1
  48. package/src/components/forms/FormDateTime.tsx +5 -0
  49. package/src/components/navigations/Breadcrumb.tsx +13 -11
  50. package/src/components/navigations/Header.tsx +3 -1
  51. package/src/components/tables/ContentListTable.tsx +33 -19
  52. package/src/components/tables/__tests__/ContentListTable.test.tsx +77 -0
  53. package/src/contexts/HeaderChildrenContext.tsx +17 -2
  54. package/src/features/assistant-message/components/MessageItem.tsx +1 -1
  55. package/src/features/auth/components/GdprConsentSection.tsx +2 -2
  56. package/src/features/auth/components/forms/Register.tsx +2 -2
  57. package/src/features/help/components/HelpArticleBody.tsx +2 -2
  58. package/src/features/notification/components/common/NotificationErrorBoundary.tsx +1 -4
  59. package/src/features/oauth/components/consent/OAuthConsentScreen.tsx +2 -2
  60. package/src/features/waitlist/components/forms/WaitlistForm.tsx +2 -2
  61. package/src/features/waitlist/components/lists/WaitlistList.tsx +13 -2
  62. package/src/shadcnui/custom/link.tsx +1 -1
  63. package/src/shadcnui/ui/accordion.tsx +1 -1
  64. package/src/shadcnui/ui/alert-dialog.tsx +1 -1
  65. package/src/shadcnui/ui/alert.tsx +2 -5
  66. package/src/shadcnui/ui/badge.tsx +1 -1
  67. package/src/shadcnui/ui/button.tsx +1 -1
  68. package/src/shadcnui/ui/dialog.tsx +1 -4
  69. package/src/shadcnui/ui/field.tsx +1 -1
  70. package/src/utils/__tests__/italian-validators.test.ts +63 -0
  71. package/src/utils/index.ts +8 -0
  72. package/src/utils/italian-validators.ts +18 -5
  73. package/dist/chunk-5MNE72ZE.mjs.map +0 -1
  74. package/dist/chunk-BBBQGJEG.mjs.map +0 -1
  75. package/dist/chunk-LBMNRFCY.js.map +0 -1
  76. package/dist/chunk-T7F2EVPR.js.map +0 -1
  77. /package/dist/{BlockNoteEditor-F4AKH532.mjs.map → BlockNoteEditor-VXK7INMR.mjs.map} +0 -0
  78. /package/dist/{chunk-NATPK5ME.mjs.map → chunk-VSAAVVHY.mjs.map} +0 -0
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- var _chunkT7F2EVPRjs = require('../chunk-T7F2EVPR.js');
31
+ var _chunkTVJFCWSTjs = require('../chunk-TVJFCWST.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 _chunkXTLTQQ7Xjs = require('../chunk-XTLTQQ7X.js');
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 _chunkLBMNRFCYjs = require('../chunk-LBMNRFCY.js');
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 = _chunkLBMNRFCYjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkLBMNRFCYjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkLBMNRFCYjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkLBMNRFCYjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkLBMNRFCYjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkT7F2EVPRjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkT7F2EVPRjs.TableGeneratorRegistry; exports.buildClientUrl = _chunkLBMNRFCYjs.buildClientUrl; exports.computeLayeredLayout = _chunkT7F2EVPRjs.computeLayeredLayout; exports.configureClientConfig = _chunkXTLTQQ7Xjs.configureClientConfig; exports.configureClientJsonApi = _chunkLBMNRFCYjs.configureClientJsonApi; exports.configureI18n = _chunkXTLTQQ7Xjs.configureI18n; exports.configureJsonApi = _chunkXTLTQQ7Xjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkT7F2EVPRjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkXTLTQQ7Xjs.getApiUrl; exports.getAppUrl = _chunkXTLTQQ7Xjs.getAppUrl; exports.getClientApiUrl = _chunkLBMNRFCYjs.getClientApiUrl; exports.getClientAppUrl = _chunkLBMNRFCYjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkLBMNRFCYjs.getClientTrackablePages; exports.getI18nLink = _chunkXTLTQQ7Xjs.getI18nLink; exports.getPublicApiUrl = _chunkXTLTQQ7Xjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkXTLTQQ7Xjs.getStripePublishableKey; exports.getTrackablePages = _chunkXTLTQQ7Xjs.getTrackablePages; exports.registerTableGenerator = _chunkT7F2EVPRjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkT7F2EVPRjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkT7F2EVPRjs.useContentTableStructure; exports.useCustomD3Graph = _chunkT7F2EVPRjs.useCustomD3Graph; exports.useDataListRetriever = _chunkT7F2EVPRjs.useDataListRetriever; exports.useDebounce = _chunkT7F2EVPRjs.useDebounce; exports.useI18nDateFnsLocale = _chunkXTLTQQ7Xjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkXTLTQQ7Xjs.useI18nLocale; exports.useI18nRouter = _chunkXTLTQQ7Xjs.useI18nRouter; exports.useI18nTranslations = _chunkXTLTQQ7Xjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkT7F2EVPRjs.useJsonApiGet; exports.useJsonApiMutation = _chunkT7F2EVPRjs.useJsonApiMutation; exports.useNotificationSync = _chunkT7F2EVPRjs.useNotificationSync; exports.useOAuthClient = _chunkT7F2EVPRjs.useOAuthClient; exports.useOAuthClients = _chunkT7F2EVPRjs.useOAuthClients; exports.useOAuthConsent = _chunkT7F2EVPRjs.useOAuthConsent; exports.usePageTracker = _chunkT7F2EVPRjs.usePageTracker; exports.usePageUrlGenerator = _chunkT7F2EVPRjs.usePageUrlGenerator; exports.useRehydration = _chunkT7F2EVPRjs.useRehydration; exports.useRehydrationList = _chunkT7F2EVPRjs.useRehydrationList; exports.useRoleTableStructure = _chunkT7F2EVPRjs.useRoleTableStructure; exports.useSocket = _chunkT7F2EVPRjs.useSocket; exports.useSubscriptionStatus = _chunkT7F2EVPRjs.useSubscriptionStatus; exports.useTableGenerator = _chunkT7F2EVPRjs.useTableGenerator; exports.useUrlRewriter = _chunkT7F2EVPRjs.useUrlRewriter; exports.useUserSearch = _chunkT7F2EVPRjs.useUserSearch; exports.useUserTableStructure = _chunkT7F2EVPRjs.useUserTableStructure;
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 = _chunkTVJFCWSTjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkTVJFCWSTjs.TableGeneratorRegistry; exports.buildClientUrl = _chunk5IE6DZ2Djs.buildClientUrl; exports.computeLayeredLayout = _chunkTVJFCWSTjs.computeLayeredLayout; exports.configureClientConfig = _chunkF6KBHC2Xjs.configureClientConfig; exports.configureClientJsonApi = _chunk5IE6DZ2Djs.configureClientJsonApi; exports.configureI18n = _chunkF6KBHC2Xjs.configureI18n; exports.configureJsonApi = _chunkF6KBHC2Xjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkTVJFCWSTjs.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 = _chunkTVJFCWSTjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkTVJFCWSTjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkTVJFCWSTjs.useContentTableStructure; exports.useCustomD3Graph = _chunkTVJFCWSTjs.useCustomD3Graph; exports.useDataListRetriever = _chunkTVJFCWSTjs.useDataListRetriever; exports.useDebounce = _chunkTVJFCWSTjs.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 = _chunkTVJFCWSTjs.useJsonApiGet; exports.useJsonApiMutation = _chunkTVJFCWSTjs.useJsonApiMutation; exports.useNotificationSync = _chunkTVJFCWSTjs.useNotificationSync; exports.useOAuthClient = _chunkTVJFCWSTjs.useOAuthClient; exports.useOAuthClients = _chunkTVJFCWSTjs.useOAuthClients; exports.useOAuthConsent = _chunkTVJFCWSTjs.useOAuthConsent; exports.usePageTracker = _chunkTVJFCWSTjs.usePageTracker; exports.usePageUrlGenerator = _chunkTVJFCWSTjs.usePageUrlGenerator; exports.useRehydration = _chunkTVJFCWSTjs.useRehydration; exports.useRehydrationList = _chunkTVJFCWSTjs.useRehydrationList; exports.useRoleTableStructure = _chunkTVJFCWSTjs.useRoleTableStructure; exports.useSocket = _chunkTVJFCWSTjs.useSocket; exports.useSubscriptionStatus = _chunkTVJFCWSTjs.useSubscriptionStatus; exports.useTableGenerator = _chunkTVJFCWSTjs.useTableGenerator; exports.useUrlRewriter = _chunkTVJFCWSTjs.useUrlRewriter; exports.useUserSearch = _chunkTVJFCWSTjs.useUserSearch; exports.useUserTableStructure = _chunkTVJFCWSTjs.useUserTableStructure;
129
129
  //# sourceMappingURL=index.js.map
@@ -27,7 +27,7 @@ import {
27
27
  useUrlRewriter,
28
28
  useUserSearch,
29
29
  useUserTableStructure
30
- } from "../chunk-BBBQGJEG.mjs";
30
+ } from "../chunk-WEDLGKSS.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-NATPK5ME.mjs";
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-5MNE72ZE.mjs";
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[];
@@ -1065,6 +1066,9 @@ type ContentListTableProps = {
1065
1066
  defaultExpanded?: boolean | ExpandedState;
1066
1067
  fullWidth?: boolean;
1067
1068
  groupBy?: string;
1069
+ groupLabel?: (key: string) => ReactNode;
1070
+ groupOrder?: string[];
1071
+ hideHeader?: boolean;
1068
1072
  emptyState?: ReactNode;
1069
1073
  onRowClick?: (rowData: any) => void;
1070
1074
  };
@@ -2432,7 +2436,7 @@ declare function FieldError({ className, children, errors, ...props }: React.Com
2432
2436
  * </Form>
2433
2437
  * );
2434
2438
  */
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;
2439
+ 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
2440
 
2437
2441
  declare function HoverCard({ ...props }: PreviewCard.Root.Props): React$1.JSX.Element;
2438
2442
  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[];
@@ -1065,6 +1066,9 @@ type ContentListTableProps = {
1065
1066
  defaultExpanded?: boolean | ExpandedState;
1066
1067
  fullWidth?: boolean;
1067
1068
  groupBy?: string;
1069
+ groupLabel?: (key: string) => ReactNode;
1070
+ groupOrder?: string[];
1071
+ hideHeader?: boolean;
1068
1072
  emptyState?: ReactNode;
1069
1073
  onRowClick?: (rowData: any) => void;
1070
1074
  };
@@ -2432,7 +2436,7 @@ declare function FieldError({ className, children, errors, ...props }: React.Com
2432
2436
  * </Form>
2433
2437
  * );
2434
2438
  */
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;
2439
+ 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
2440
 
2437
2441
  declare function HoverCard({ ...props }: PreviewCard.Root.Props): React$1.JSX.Element;
2438
2442
  declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): React$1.JSX.Element;
@@ -477,14 +477,14 @@
477
477
 
478
478
 
479
479
 
480
- var _chunkT7F2EVPRjs = require('../chunk-T7F2EVPR.js');
481
- require('../chunk-XTLTQQ7X.js');
480
+ var _chunkTVJFCWSTjs = require('../chunk-TVJFCWST.js');
481
+ require('../chunk-F6KBHC2X.js');
482
482
 
483
483
 
484
484
 
485
485
 
486
486
 
487
- var _chunkLBMNRFCYjs = require('../chunk-LBMNRFCY.js');
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 = _chunkTVJFCWSTjs.AcceptInvitation; exports.Accordion = _chunkTVJFCWSTjs.Accordion; exports.AccordionContent = _chunkTVJFCWSTjs.AccordionContent; exports.AccordionItem = _chunkTVJFCWSTjs.AccordionItem; exports.AccordionTrigger = _chunkTVJFCWSTjs.AccordionTrigger; exports.ActivateAccount = _chunkTVJFCWSTjs.ActivateAccount; exports.AddUserToRole = _chunkTVJFCWSTjs.AddUserToRole; exports.AdminCompanyContainer = _chunkTVJFCWSTjs.AdminCompanyContainer; exports.AdminUsersList = _chunkTVJFCWSTjs.AdminUsersList; exports.Alert = _chunkTVJFCWSTjs.Alert; exports.AlertAction = _chunkTVJFCWSTjs.AlertAction; exports.AlertDescription = _chunkTVJFCWSTjs.AlertDescription; exports.AlertDialog = _chunkTVJFCWSTjs.AlertDialog; exports.AlertDialogAction = _chunkTVJFCWSTjs.AlertDialogAction; exports.AlertDialogCancel = _chunkTVJFCWSTjs.AlertDialogCancel; exports.AlertDialogContent = _chunkTVJFCWSTjs.AlertDialogContent; exports.AlertDialogDescription = _chunkTVJFCWSTjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkTVJFCWSTjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkTVJFCWSTjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkTVJFCWSTjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkTVJFCWSTjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkTVJFCWSTjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkTVJFCWSTjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkTVJFCWSTjs.AlertDialogTrigger; exports.AlertTitle = _chunkTVJFCWSTjs.AlertTitle; exports.AllUsersListContainer = _chunkTVJFCWSTjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkTVJFCWSTjs.AllowedUsersDetails; exports.AssistantContainer = _chunkTVJFCWSTjs.AssistantContainer; exports.AttributeElement = _chunkTVJFCWSTjs.AttributeElement; exports.AuthContainer = _chunkTVJFCWSTjs.AuthContainer; exports.Avatar = _chunkTVJFCWSTjs.Avatar; exports.AvatarBadge = _chunkTVJFCWSTjs.AvatarBadge; exports.AvatarFallback = _chunkTVJFCWSTjs.AvatarFallback; exports.AvatarGroup = _chunkTVJFCWSTjs.AvatarGroup; exports.AvatarGroupCount = _chunkTVJFCWSTjs.AvatarGroupCount; exports.AvatarImage = _chunkTVJFCWSTjs.AvatarImage; exports.BackupCodesDialog = _chunkTVJFCWSTjs.BackupCodesDialog; exports.Badge = _chunkTVJFCWSTjs.Badge; exports.BlockNoteEditorContainer = _chunkTVJFCWSTjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkTVJFCWSTjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkTVJFCWSTjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkTVJFCWSTjs.BlockNoteViewerContainer; exports.Board = _chunkTVJFCWSTjs.KanbanBoard; exports.Breadcrumb = _chunkTVJFCWSTjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkTVJFCWSTjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkTVJFCWSTjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkTVJFCWSTjs.BreadcrumbLink; exports.BreadcrumbList = _chunkTVJFCWSTjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkTVJFCWSTjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkTVJFCWSTjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkTVJFCWSTjs.BreadcrumbSeparator; exports.Button = _chunkTVJFCWSTjs.Button; exports.Calendar = _chunkTVJFCWSTjs.Calendar; exports.CalendarDayButton = _chunkTVJFCWSTjs.CalendarDayButton; exports.Card = _chunkTVJFCWSTjs.Card; exports.CardAction = _chunkTVJFCWSTjs.CardAction; exports.CardContent = _chunkTVJFCWSTjs.CardContent; exports.CardDescription = _chunkTVJFCWSTjs.CardDescription; exports.CardFooter = _chunkTVJFCWSTjs.CardFooter; exports.CardHeader = _chunkTVJFCWSTjs.CardHeader; exports.CardTitle = _chunkTVJFCWSTjs.CardTitle; exports.Carousel = _chunkTVJFCWSTjs.Carousel; exports.CarouselContent = _chunkTVJFCWSTjs.CarouselContent; exports.CarouselItem = _chunkTVJFCWSTjs.CarouselItem; exports.CarouselNext = _chunkTVJFCWSTjs.CarouselNext; exports.CarouselPrevious = _chunkTVJFCWSTjs.CarouselPrevious; exports.ChartContainer = _chunkTVJFCWSTjs.ChartContainer; exports.ChartLegend = _chunkTVJFCWSTjs.ChartLegend; exports.ChartLegendContent = _chunkTVJFCWSTjs.ChartLegendContent; exports.ChartStyle = _chunkTVJFCWSTjs.ChartStyle; exports.ChartTooltip = _chunkTVJFCWSTjs.ChartTooltip; exports.ChartTooltipContent = _chunkTVJFCWSTjs.ChartTooltipContent; exports.Checkbox = _chunkTVJFCWSTjs.Checkbox; exports.Collapsible = _chunkTVJFCWSTjs.Collapsible; exports.CollapsibleContent = _chunkTVJFCWSTjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkTVJFCWSTjs.CollapsibleTrigger; exports.Column = _chunkTVJFCWSTjs.KanbanColumn; exports.ColumnHandle = _chunkTVJFCWSTjs.KanbanColumnHandle; exports.Combobox = _chunkTVJFCWSTjs.Combobox; exports.ComboboxChip = _chunkTVJFCWSTjs.ComboboxChip; exports.ComboboxChips = _chunkTVJFCWSTjs.ComboboxChips; exports.ComboboxChipsInput = _chunkTVJFCWSTjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkTVJFCWSTjs.ComboboxCollection; exports.ComboboxContent = _chunkTVJFCWSTjs.ComboboxContent; exports.ComboboxEmpty = _chunkTVJFCWSTjs.ComboboxEmpty; exports.ComboboxGroup = _chunkTVJFCWSTjs.ComboboxGroup; exports.ComboboxInput = _chunkTVJFCWSTjs.ComboboxInput; exports.ComboboxItem = _chunkTVJFCWSTjs.ComboboxItem; exports.ComboboxLabel = _chunkTVJFCWSTjs.ComboboxLabel; exports.ComboboxList = _chunkTVJFCWSTjs.ComboboxList; exports.ComboboxSeparator = _chunkTVJFCWSTjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkTVJFCWSTjs.ComboboxTrigger; exports.ComboboxValue = _chunkTVJFCWSTjs.ComboboxValue; exports.Command = _chunkTVJFCWSTjs.Command; exports.CommandDialog = _chunkTVJFCWSTjs.CommandDialog; exports.CommandEmpty = _chunkTVJFCWSTjs.CommandEmpty; exports.CommandGroup = _chunkTVJFCWSTjs.CommandGroup; exports.CommandInput = _chunkTVJFCWSTjs.CommandInput; exports.CommandItem = _chunkTVJFCWSTjs.CommandItem; exports.CommandList = _chunkTVJFCWSTjs.CommandList; exports.CommandSeparator = _chunkTVJFCWSTjs.CommandSeparator; exports.CommandShortcut = _chunkTVJFCWSTjs.CommandShortcut; exports.CommonAddTrigger = _chunkTVJFCWSTjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkTVJFCWSTjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkTVJFCWSTjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkTVJFCWSTjs.CommonDeleter; exports.CommonEditorButtons = _chunkTVJFCWSTjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkTVJFCWSTjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkTVJFCWSTjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkTVJFCWSTjs.CommonEditorTrigger; exports.CompaniesList = _chunkTVJFCWSTjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkTVJFCWSTjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkTVJFCWSTjs.CompanyContainer; exports.CompanyContent = _chunkTVJFCWSTjs.CompanyContent; exports.CompanyDeleter = _chunkTVJFCWSTjs.CompanyDeleter; exports.CompanyDetails = _chunkTVJFCWSTjs.CompanyDetails; exports.CompanyEditor = _chunkTVJFCWSTjs.CompanyEditor; exports.CompanyUsersList = _chunkTVJFCWSTjs.CompanyUsersList; exports.ConfirmDialog = _chunkTVJFCWSTjs.ConfirmDialog; exports.ContentListGrid = _chunkTVJFCWSTjs.ContentListGrid; exports.ContentListTable = _chunkTVJFCWSTjs.ContentListTable; exports.ContentTableSearch = _chunkTVJFCWSTjs.ContentTableSearch; exports.ContentTitle = _chunkTVJFCWSTjs.ContentTitle; exports.ContentsList = _chunkTVJFCWSTjs.ContentsList; exports.ContentsListById = _chunkTVJFCWSTjs.ContentsListById; exports.ContextMenu = _chunkTVJFCWSTjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkTVJFCWSTjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkTVJFCWSTjs.ContextMenuContent; exports.ContextMenuGroup = _chunkTVJFCWSTjs.ContextMenuGroup; exports.ContextMenuItem = _chunkTVJFCWSTjs.ContextMenuItem; exports.ContextMenuLabel = _chunkTVJFCWSTjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkTVJFCWSTjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkTVJFCWSTjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkTVJFCWSTjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkTVJFCWSTjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkTVJFCWSTjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkTVJFCWSTjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkTVJFCWSTjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkTVJFCWSTjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkTVJFCWSTjs.ContextMenuTrigger; exports.ContributorsList = _chunkTVJFCWSTjs.ContributorsList; exports.Cookies = _chunkTVJFCWSTjs.Cookies; exports.CurrencyInput = _chunkTVJFCWSTjs.CurrencyInput; exports.DatePickerPopover = _chunkTVJFCWSTjs.DatePickerPopover; exports.DateRangeSelector = _chunkTVJFCWSTjs.DateRangeSelector; exports.DetailField = _chunkTVJFCWSTjs.DetailField; exports.Dialog = _chunkTVJFCWSTjs.Dialog; exports.DialogClose = _chunkTVJFCWSTjs.DialogClose; exports.DialogContent = _chunkTVJFCWSTjs.DialogContent; exports.DialogDescription = _chunkTVJFCWSTjs.DialogDescription; exports.DialogFooter = _chunkTVJFCWSTjs.DialogFooter; exports.DialogHeader = _chunkTVJFCWSTjs.DialogHeader; exports.DialogOverlay = _chunkTVJFCWSTjs.DialogOverlay; exports.DialogPortal = _chunkTVJFCWSTjs.DialogPortal; exports.DialogTitle = _chunkTVJFCWSTjs.DialogTitle; exports.DialogTrigger = _chunkTVJFCWSTjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkTVJFCWSTjs.DisableTwoFactorDialog; exports.Drawer = _chunkTVJFCWSTjs.Drawer; exports.DrawerClose = _chunkTVJFCWSTjs.DrawerClose; exports.DrawerContent = _chunkTVJFCWSTjs.DrawerContent; exports.DrawerDescription = _chunkTVJFCWSTjs.DrawerDescription; exports.DrawerFooter = _chunkTVJFCWSTjs.DrawerFooter; exports.DrawerHeader = _chunkTVJFCWSTjs.DrawerHeader; exports.DrawerOverlay = _chunkTVJFCWSTjs.DrawerOverlay; exports.DrawerPortal = _chunkTVJFCWSTjs.DrawerPortal; exports.DrawerTitle = _chunkTVJFCWSTjs.DrawerTitle; exports.DrawerTrigger = _chunkTVJFCWSTjs.DrawerTrigger; exports.DropdownMenu = _chunkTVJFCWSTjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkTVJFCWSTjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkTVJFCWSTjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkTVJFCWSTjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkTVJFCWSTjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkTVJFCWSTjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkTVJFCWSTjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkTVJFCWSTjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkTVJFCWSTjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkTVJFCWSTjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkTVJFCWSTjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkTVJFCWSTjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkTVJFCWSTjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkTVJFCWSTjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkTVJFCWSTjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkTVJFCWSTjs.EditableAvatar; exports.EditorSheet = _chunkTVJFCWSTjs.EditorSheet; exports.EmptyState = _chunkTVJFCWSTjs.EmptyState; exports.EntityAvatar = _chunkTVJFCWSTjs.EntityAvatar; exports.EntityHero = _chunkTVJFCWSTjs.EntityHero; exports.EntityHeroAvatar = _chunkTVJFCWSTjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunkTVJFCWSTjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkTVJFCWSTjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkTVJFCWSTjs.EntityMultiSelector; exports.EntitySection = _chunkTVJFCWSTjs.EntitySection; exports.EntitySelector = _chunkTVJFCWSTjs.EntitySelector; exports.ErrorDetails = _chunkTVJFCWSTjs.ErrorDetails; exports.Field = _chunkTVJFCWSTjs.Field; exports.FieldContent = _chunkTVJFCWSTjs.FieldContent; exports.FieldDescription = _chunkTVJFCWSTjs.FieldDescription; exports.FieldError = _chunkTVJFCWSTjs.FieldError; exports.FieldGroup = _chunkTVJFCWSTjs.FieldGroup; exports.FieldLabel = _chunkTVJFCWSTjs.FieldLabel; exports.FieldLegend = _chunkTVJFCWSTjs.FieldLegend; exports.FieldSeparator = _chunkTVJFCWSTjs.FieldSeparator; exports.FieldSet = _chunkTVJFCWSTjs.FieldSet; exports.FieldTitle = _chunkTVJFCWSTjs.FieldTitle; exports.FileInput = _chunkTVJFCWSTjs.FileInput; exports.FileUploader = _chunkTVJFCWSTjs.FileUploader; exports.FileUploaderContent = _chunkTVJFCWSTjs.FileUploaderContent; exports.FileUploaderItem = _chunkTVJFCWSTjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkTVJFCWSTjs.FiscalDataDisplay; exports.ForgotPassword = _chunkTVJFCWSTjs.ForgotPassword; exports.Form = _chunkTVJFCWSTjs.Form; exports.FormBlockNote = _chunkTVJFCWSTjs.FormBlockNote; exports.FormBody = _chunkTVJFCWSTjs.FormBody; exports.FormCheckbox = _chunkTVJFCWSTjs.FormCheckbox; exports.FormCol = _chunkTVJFCWSTjs.FormCol; exports.FormDate = _chunkTVJFCWSTjs.FormDate; exports.FormDateTime = _chunkTVJFCWSTjs.FormDateTime; exports.FormFeatures = _chunkTVJFCWSTjs.FormFeatures; exports.FormFieldWrapper = _chunkTVJFCWSTjs.FormFieldWrapper; exports.FormInput = _chunkTVJFCWSTjs.FormInput; exports.FormPassword = _chunkTVJFCWSTjs.FormPassword; exports.FormPlaceAutocomplete = _chunkTVJFCWSTjs.FormPlaceAutocomplete; exports.FormRoles = _chunkTVJFCWSTjs.FormRoles; exports.FormRow = _chunkTVJFCWSTjs.FormRow; exports.FormSection = _chunkTVJFCWSTjs.FormSection; exports.FormSelect = _chunkTVJFCWSTjs.FormSelect; exports.FormSlider = _chunkTVJFCWSTjs.FormSlider; exports.FormSwitch = _chunkTVJFCWSTjs.FormSwitch; exports.FormTextarea = _chunkTVJFCWSTjs.FormTextarea; exports.GdprConsentCheckbox = _chunkTVJFCWSTjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkTVJFCWSTjs.GdprConsentSection; exports.Header = _chunkTVJFCWSTjs.Header; exports.HoverCard = _chunkTVJFCWSTjs.HoverCard; exports.HoverCardContent = _chunkTVJFCWSTjs.HoverCardContent; exports.HoverCardTrigger = _chunkTVJFCWSTjs.HoverCardTrigger; exports.HowToCommand = _chunkTVJFCWSTjs.HowToCommand; exports.HowToCommandViewer = _chunkTVJFCWSTjs.HowToCommandViewer; exports.HowToContainer = _chunkTVJFCWSTjs.HowToContainer; exports.HowToContent = _chunkTVJFCWSTjs.HowToContent; exports.HowToDeleter = _chunkTVJFCWSTjs.HowToDeleter; exports.HowToDetails = _chunkTVJFCWSTjs.HowToDetails; exports.HowToEditor = _chunkTVJFCWSTjs.HowToEditor; exports.HowToList = _chunkTVJFCWSTjs.HowToList; exports.HowToListContainer = _chunkTVJFCWSTjs.HowToListContainer; exports.HowToMultiSelector = _chunkTVJFCWSTjs.HowToMultiSelector; exports.HowToSelector = _chunkTVJFCWSTjs.HowToSelector; exports.Input = _chunkTVJFCWSTjs.Input; exports.InputGroup = _chunkTVJFCWSTjs.InputGroup; exports.InputGroupAddon = _chunkTVJFCWSTjs.InputGroupAddon; exports.InputGroupButton = _chunkTVJFCWSTjs.InputGroupButton; exports.InputGroupInput = _chunkTVJFCWSTjs.InputGroupInput; exports.InputGroupText = _chunkTVJFCWSTjs.InputGroupText; exports.InputGroupTextarea = _chunkTVJFCWSTjs.InputGroupTextarea; exports.InputOTP = _chunkTVJFCWSTjs.InputOTP; exports.InputOTPGroup = _chunkTVJFCWSTjs.InputOTPGroup; exports.InputOTPSeparator = _chunkTVJFCWSTjs.InputOTPSeparator; exports.InputOTPSlot = _chunkTVJFCWSTjs.InputOTPSlot; exports.ItalianFiscalData = _chunkTVJFCWSTjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkTVJFCWSTjs.ItalianFiscalDataDisplay; exports.Item = _chunkTVJFCWSTjs.KanbanItem; exports.ItemHandle = _chunkTVJFCWSTjs.KanbanItemHandle; exports.Kanban = _chunkTVJFCWSTjs.KanbanRoot; exports.KanbanBoard = _chunkTVJFCWSTjs.KanbanBoard; exports.KanbanColumn = _chunkTVJFCWSTjs.KanbanColumn; exports.KanbanColumnHandle = _chunkTVJFCWSTjs.KanbanColumnHandle; exports.KanbanItem = _chunkTVJFCWSTjs.KanbanItem; exports.KanbanItemHandle = _chunkTVJFCWSTjs.KanbanItemHandle; exports.KanbanOverlay = _chunkTVJFCWSTjs.KanbanOverlay; exports.Label = _chunkTVJFCWSTjs.Label; exports.LandingComponent = _chunkTVJFCWSTjs.LandingComponent; exports.Link = _chunkTVJFCWSTjs.Link; exports.Login = _chunkTVJFCWSTjs.Login; exports.Logout = _chunkTVJFCWSTjs.Logout; exports.MessageItem = _chunkTVJFCWSTjs.MessageItem; exports.MessageList = _chunkTVJFCWSTjs.MessageList; exports.MessageSourcesPanel = _chunkTVJFCWSTjs.MessageSourcesPanel; exports.MicroLabel = _chunkTVJFCWSTjs.MicroLabel; exports.ModeToggleSwitch = _chunkTVJFCWSTjs.ModeToggleSwitch; exports.MultiSelect = _chunkTVJFCWSTjs.MultiSelect; exports.MultipleSelector = _chunkTVJFCWSTjs.MultipleSelector; exports.NavigationMenu = _chunkTVJFCWSTjs.NavigationMenu; exports.NavigationMenuContent = _chunkTVJFCWSTjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkTVJFCWSTjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkTVJFCWSTjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkTVJFCWSTjs.NavigationMenuLink; exports.NavigationMenuList = _chunkTVJFCWSTjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkTVJFCWSTjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkTVJFCWSTjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkTVJFCWSTjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkTVJFCWSTjs.NotificationMenuItem; exports.NotificationModal = _chunkTVJFCWSTjs.NotificationModal; exports.NotificationToast = _chunkTVJFCWSTjs.NotificationToast; exports.NotificationsList = _chunkTVJFCWSTjs.NotificationsList; exports.NotificationsListContainer = _chunkTVJFCWSTjs.NotificationsListContainer; exports.OAuthClientCard = _chunkTVJFCWSTjs.OAuthClientCard; exports.OAuthClientDetail = _chunkTVJFCWSTjs.OAuthClientDetail; exports.OAuthClientForm = _chunkTVJFCWSTjs.OAuthClientForm; exports.OAuthClientList = _chunkTVJFCWSTjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkTVJFCWSTjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkTVJFCWSTjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkTVJFCWSTjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkTVJFCWSTjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkTVJFCWSTjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkTVJFCWSTjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkTVJFCWSTjs.OAuthScopeSelector; exports.OnboardingCard = _chunkTVJFCWSTjs.OnboardingCard; exports.Overlay = _chunkTVJFCWSTjs.KanbanOverlay; exports.PageContainer = _chunkTVJFCWSTjs.PageContainer; exports.PageContainerContentDetails = _chunkTVJFCWSTjs.PageContainerContentDetails; exports.PageContentContainer = _chunkTVJFCWSTjs.PageContentContainer; exports.PageSection = _chunkTVJFCWSTjs.PageSection; exports.PasskeyButton = _chunkTVJFCWSTjs.PasskeyButton; exports.PasskeyList = _chunkTVJFCWSTjs.PasskeyList; exports.PasskeySetupDialog = _chunkTVJFCWSTjs.PasskeySetupDialog; exports.PasswordInput = _chunkTVJFCWSTjs.PasswordInput; exports.Popover = _chunkTVJFCWSTjs.Popover; exports.PopoverContent = _chunkTVJFCWSTjs.PopoverContent; exports.PopoverDescription = _chunkTVJFCWSTjs.PopoverDescription; exports.PopoverHeader = _chunkTVJFCWSTjs.PopoverHeader; exports.PopoverTitle = _chunkTVJFCWSTjs.PopoverTitle; exports.PopoverTrigger = _chunkTVJFCWSTjs.PopoverTrigger; exports.Progress = _chunkTVJFCWSTjs.Progress; exports.ProgressIndicator = _chunkTVJFCWSTjs.ProgressIndicator; exports.ProgressLabel = _chunkTVJFCWSTjs.ProgressLabel; exports.ProgressTrack = _chunkTVJFCWSTjs.ProgressTrack; exports.ProgressValue = _chunkTVJFCWSTjs.ProgressValue; exports.PushNotificationProvider = _chunkTVJFCWSTjs.PushNotificationProvider; exports.RadioGroup = _chunkTVJFCWSTjs.RadioGroup; exports.RadioGroupItem = _chunkTVJFCWSTjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkTVJFCWSTjs.RbacByRoleContainer; exports.RbacContainer = _chunkTVJFCWSTjs.RbacContainer; exports.RbacPermissionCell = _chunkTVJFCWSTjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkTVJFCWSTjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkTVJFCWSTjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkTVJFCWSTjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkTVJFCWSTjs.ReferralCodeCapture; exports.ReferralDialog = _chunkTVJFCWSTjs.ReferralDialog; exports.ReferralWidget = _chunkTVJFCWSTjs.ReferralWidget; exports.RefreshUser = _chunkTVJFCWSTjs.RefreshUser; exports.RelevantContentsList = _chunkTVJFCWSTjs.RelevantContentsList; exports.RelevantUsersList = _chunkTVJFCWSTjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkTVJFCWSTjs.RemoveUserFromRole; exports.ResetPassword = _chunkTVJFCWSTjs.ResetPassword; exports.ResizableHandle = _chunkTVJFCWSTjs.ResizableHandle; exports.ResizablePanel = _chunkTVJFCWSTjs.ResizablePanel; exports.ResizablePanelGroup = _chunkTVJFCWSTjs.ResizablePanelGroup; exports.RoleContainer = _chunkTVJFCWSTjs.RoleContainer; exports.RoleDetails = _chunkTVJFCWSTjs.RoleDetails; exports.RoleUsersList = _chunkTVJFCWSTjs.RoleUsersList; exports.RolesList = _chunkTVJFCWSTjs.RolesList; exports.Root = _chunkTVJFCWSTjs.KanbanRoot; exports.RoundPageContainer = _chunkTVJFCWSTjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkTVJFCWSTjs.RoundPageContainerTitle; exports.ScrollArea = _chunkTVJFCWSTjs.ScrollArea; exports.ScrollBar = _chunkTVJFCWSTjs.ScrollBar; exports.SectionHeader = _chunkTVJFCWSTjs.SectionHeader; exports.SecurityContainer = _chunkTVJFCWSTjs.SecurityContainer; exports.Select = _chunkTVJFCWSTjs.Select; exports.SelectContent = _chunkTVJFCWSTjs.SelectContent; exports.SelectGroup = _chunkTVJFCWSTjs.SelectGroup; exports.SelectItem = _chunkTVJFCWSTjs.SelectItem; exports.SelectLabel = _chunkTVJFCWSTjs.SelectLabel; exports.SelectScrollDownButton = _chunkTVJFCWSTjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkTVJFCWSTjs.SelectScrollUpButton; exports.SelectSeparator = _chunkTVJFCWSTjs.SelectSeparator; exports.SelectTrigger = _chunkTVJFCWSTjs.SelectTrigger; exports.SelectValue = _chunkTVJFCWSTjs.SelectValue; exports.Separator = _chunkTVJFCWSTjs.Separator; exports.Sheet = _chunkTVJFCWSTjs.Sheet; exports.SheetClose = _chunkTVJFCWSTjs.SheetClose; exports.SheetContent = _chunkTVJFCWSTjs.SheetContent; exports.SheetDescription = _chunkTVJFCWSTjs.SheetDescription; exports.SheetFooter = _chunkTVJFCWSTjs.SheetFooter; exports.SheetHeader = _chunkTVJFCWSTjs.SheetHeader; exports.SheetTitle = _chunkTVJFCWSTjs.SheetTitle; exports.SheetTrigger = _chunkTVJFCWSTjs.SheetTrigger; exports.Sidebar = _chunkTVJFCWSTjs.Sidebar; exports.SidebarContent = _chunkTVJFCWSTjs.SidebarContent; exports.SidebarFooter = _chunkTVJFCWSTjs.SidebarFooter; exports.SidebarGroup = _chunkTVJFCWSTjs.SidebarGroup; exports.SidebarGroupAction = _chunkTVJFCWSTjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkTVJFCWSTjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkTVJFCWSTjs.SidebarGroupLabel; exports.SidebarHeader = _chunkTVJFCWSTjs.SidebarHeader; exports.SidebarInput = _chunkTVJFCWSTjs.SidebarInput; exports.SidebarInset = _chunkTVJFCWSTjs.SidebarInset; exports.SidebarMenu = _chunkTVJFCWSTjs.SidebarMenu; exports.SidebarMenuAction = _chunkTVJFCWSTjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkTVJFCWSTjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkTVJFCWSTjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkTVJFCWSTjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkTVJFCWSTjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkTVJFCWSTjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkTVJFCWSTjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkTVJFCWSTjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkTVJFCWSTjs.SidebarProvider; exports.SidebarRail = _chunkTVJFCWSTjs.SidebarRail; exports.SidebarSeparator = _chunkTVJFCWSTjs.SidebarSeparator; exports.SidebarTrigger = _chunkTVJFCWSTjs.SidebarTrigger; exports.Skeleton = _chunkTVJFCWSTjs.Skeleton; exports.Slider = _chunkTVJFCWSTjs.Slider; exports.Spinner = _chunkTVJFCWSTjs.Spinner; exports.Switch = _chunkTVJFCWSTjs.Switch; exports.Table = _chunkTVJFCWSTjs.Table; exports.TableBody = _chunkTVJFCWSTjs.TableBody; exports.TableCaption = _chunkTVJFCWSTjs.TableCaption; exports.TableCell = _chunkTVJFCWSTjs.TableCell; exports.TableCellAvatar = _chunkTVJFCWSTjs.TableCellAvatar; exports.TableFooter = _chunkTVJFCWSTjs.TableFooter; exports.TableHead = _chunkTVJFCWSTjs.TableHead; exports.TableHeader = _chunkTVJFCWSTjs.TableHeader; exports.TableRow = _chunkTVJFCWSTjs.TableRow; exports.Tabs = _chunkTVJFCWSTjs.Tabs; exports.TabsContainer = _chunkTVJFCWSTjs.TabsContainer; exports.TabsContent = _chunkTVJFCWSTjs.TabsContent; exports.TabsList = _chunkTVJFCWSTjs.TabsList; exports.TabsTrigger = _chunkTVJFCWSTjs.TabsTrigger; exports.Textarea = _chunkTVJFCWSTjs.Textarea; exports.Toaster = _chunkTVJFCWSTjs.Toaster; exports.Toggle = _chunkTVJFCWSTjs.Toggle; exports.TokenStatusIndicator = _chunkTVJFCWSTjs.TokenStatusIndicator; exports.Tooltip = _chunkTVJFCWSTjs.Tooltip; exports.TooltipContent = _chunkTVJFCWSTjs.TooltipContent; exports.TooltipProvider = _chunkTVJFCWSTjs.TooltipProvider; exports.TooltipTrigger = _chunkTVJFCWSTjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkTVJFCWSTjs.TotpAuthenticatorList; exports.TotpInput = _chunkTVJFCWSTjs.TotpInput; exports.TotpSetupDialog = _chunkTVJFCWSTjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkTVJFCWSTjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkTVJFCWSTjs.TwoFactorSettings; exports.UserAvatar = _chunkTVJFCWSTjs.UserAvatar; exports.UserAvatarEditor = _chunkTVJFCWSTjs.UserAvatarEditor; exports.UserAvatarList = _chunkTVJFCWSTjs.UserAvatarList; exports.UserContainer = _chunkTVJFCWSTjs.UserContainer; exports.UserContent = _chunkTVJFCWSTjs.UserContent; exports.UserDeleter = _chunkTVJFCWSTjs.UserDeleter; exports.UserEditor = _chunkTVJFCWSTjs.UserEditor; exports.UserIndexContainer = _chunkTVJFCWSTjs.UserIndexContainer; exports.UserIndexDetails = _chunkTVJFCWSTjs.UserIndexDetails; exports.UserListInAdd = _chunkTVJFCWSTjs.UserListInAdd; exports.UserMultiSelect = _chunkTVJFCWSTjs.UserMultiSelect; exports.UserReactivator = _chunkTVJFCWSTjs.UserReactivator; exports.UserResentInvitationEmail = _chunkTVJFCWSTjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkTVJFCWSTjs.UserRoleAdd; exports.UserRolesList = _chunkTVJFCWSTjs.UserRolesList; exports.UserSearchPopover = _chunkTVJFCWSTjs.UserSearchPopover; exports.UserSelector = _chunkTVJFCWSTjs.UserSelector; exports.UserStanadaloneDetails = _chunkTVJFCWSTjs.UserStanadaloneDetails; exports.UsersList = _chunkTVJFCWSTjs.UsersList; exports.UsersListByContentIds = _chunkTVJFCWSTjs.UsersListByContentIds; exports.UsersListContainer = _chunkTVJFCWSTjs.UsersListContainer; exports.WaitlistConfirmation = _chunkTVJFCWSTjs.WaitlistConfirmation; exports.WaitlistForm = _chunkTVJFCWSTjs.WaitlistForm; exports.WaitlistHeroSection = _chunkTVJFCWSTjs.WaitlistHeroSection; exports.WaitlistList = _chunkTVJFCWSTjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkTVJFCWSTjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkTVJFCWSTjs.WaitlistSuccessState; exports.badgeVariants = _chunkTVJFCWSTjs.badgeVariants; exports.buttonVariants = _chunkTVJFCWSTjs.buttonVariants; exports.cellComponent = _chunkTVJFCWSTjs.cellComponent; exports.cellDate = _chunkTVJFCWSTjs.cellDate; exports.cellDateTime = _chunkTVJFCWSTjs.cellDateTime; exports.cellId = _chunkTVJFCWSTjs.cellId; exports.cellLink = _chunkTVJFCWSTjs.cellLink; exports.cellUrl = _chunkTVJFCWSTjs.cellUrl; exports.createMentionInlineContentSpec = _chunkTVJFCWSTjs.createMentionInlineContentSpec; exports.errorToast = _chunkTVJFCWSTjs.errorToast; exports.generateNotificationData = _chunkTVJFCWSTjs.generateNotificationData; exports.getIcon = _chunk5IE6DZ2Djs.getIcon; exports.getIconByModule = _chunk5IE6DZ2Djs.getIconByModule; exports.getIconByModuleName = _chunk5IE6DZ2Djs.getIconByModuleName; exports.getInitials = _chunk5IE6DZ2Djs.getInitials; exports.mentionDataAttrs = _chunkTVJFCWSTjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkTVJFCWSTjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkTVJFCWSTjs.parseFiscalData; exports.parseMentionElement = _chunkTVJFCWSTjs.parseMentionElement; exports.partitionTabs = _chunkTVJFCWSTjs.partitionTabs; exports.spinnerVariants = _chunkTVJFCWSTjs.spinnerVariants; exports.tabsListVariants = _chunkTVJFCWSTjs.tabsListVariants; exports.toggleVariants = _chunkTVJFCWSTjs.toggleVariants; exports.triggerAssociationToast = _chunkTVJFCWSTjs.triggerAssociationToast; exports.useCarousel = _chunkTVJFCWSTjs.useCarousel; exports.useComboboxAnchor = _chunkTVJFCWSTjs.useComboboxAnchor; exports.useDebounce = _chunkTVJFCWSTjs.useDebounce2; exports.useEditorDialog = _chunkTVJFCWSTjs.useEditorDialog; exports.useFileUpload = _chunkTVJFCWSTjs.useFileUpload; exports.useMentionInsert = _chunkTVJFCWSTjs.useMentionInsert; exports.useSidebar = _chunkTVJFCWSTjs.useSidebar;
983
983
  //# sourceMappingURL=index.js.map
@@ -477,14 +477,14 @@ import {
477
477
  useFileUpload,
478
478
  useMentionInsert,
479
479
  useSidebar
480
- } from "../chunk-BBBQGJEG.mjs";
481
- import "../chunk-NATPK5ME.mjs";
480
+ } from "../chunk-WEDLGKSS.mjs";
481
+ import "../chunk-VSAAVVHY.mjs";
482
482
  import {
483
483
  getIcon,
484
484
  getIconByModule,
485
485
  getIconByModuleName,
486
486
  getInitials
487
- } from "../chunk-5MNE72ZE.mjs";
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 };
@@ -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 };
@@ -31,9 +31,10 @@
31
31
 
32
32
 
33
33
 
34
- var _chunkT7F2EVPRjs = require('../chunk-T7F2EVPR.js');
35
- require('../chunk-XTLTQQ7X.js');
36
- require('../chunk-LBMNRFCY.js');
34
+
35
+ var _chunkTVJFCWSTjs = require('../chunk-TVJFCWST.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
- exports.AssistantProvider = _chunkT7F2EVPRjs.AssistantProvider; exports.CommonProvider = _chunkT7F2EVPRjs.CommonProvider; exports.CompanyProvider = _chunkT7F2EVPRjs.CompanyProvider; exports.CurrentUserProvider = _chunkT7F2EVPRjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkT7F2EVPRjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkT7F2EVPRjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkT7F2EVPRjs.HeaderLeftContentProvider; exports.HowToProvider = _chunkT7F2EVPRjs.HowToProvider; exports.NotificationContextProvider = _chunkT7F2EVPRjs.NotificationContextProvider; exports.OnboardingProvider = _chunkT7F2EVPRjs.OnboardingProvider; exports.RbacProvider = _chunkT7F2EVPRjs.RbacProvider; exports.RoleProvider = _chunkT7F2EVPRjs.RoleProvider; exports.SharedProvider = _chunkT7F2EVPRjs.SharedProvider; exports.SocketContext = _chunkT7F2EVPRjs.SocketContext; exports.SocketProvider = _chunkT7F2EVPRjs.SocketProvider; exports.UserProvider = _chunkT7F2EVPRjs.UserProvider; exports.recentPagesAtom = _chunkT7F2EVPRjs.recentPagesAtom; exports.useAssistantContext = _chunkT7F2EVPRjs.useAssistantContext; exports.useCommonContext = _chunkT7F2EVPRjs.useCommonContext; exports.useCompanyContext = _chunkT7F2EVPRjs.useCompanyContext; exports.useCurrentUserContext = _chunkT7F2EVPRjs.useCurrentUserContext; exports.useHeaderChildren = _chunkT7F2EVPRjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkT7F2EVPRjs.useHeaderLeftContent; exports.useHowToContext = _chunkT7F2EVPRjs.useHowToContext; exports.useNotificationContext = _chunkT7F2EVPRjs.useNotificationContext; exports.useOnboarding = _chunkT7F2EVPRjs.useOnboarding; exports.useRbacContext = _chunkT7F2EVPRjs.useRbacContext; exports.useRoleContext = _chunkT7F2EVPRjs.useRoleContext; exports.useSharedContext = _chunkT7F2EVPRjs.useSharedContext; exports.useSocketContext = _chunkT7F2EVPRjs.useSocketContext; exports.useUserContext = _chunkT7F2EVPRjs.useUserContext;
75
+
76
+ exports.AssistantProvider = _chunkTVJFCWSTjs.AssistantProvider; exports.CommonProvider = _chunkTVJFCWSTjs.CommonProvider; exports.CompanyProvider = _chunkTVJFCWSTjs.CompanyProvider; exports.CurrentUserProvider = _chunkTVJFCWSTjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkTVJFCWSTjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkTVJFCWSTjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkTVJFCWSTjs.HeaderLeftContentProvider; exports.HowToProvider = _chunkTVJFCWSTjs.HowToProvider; exports.NotificationContextProvider = _chunkTVJFCWSTjs.NotificationContextProvider; exports.OnboardingProvider = _chunkTVJFCWSTjs.OnboardingProvider; exports.RbacProvider = _chunkTVJFCWSTjs.RbacProvider; exports.RoleProvider = _chunkTVJFCWSTjs.RoleProvider; exports.SharedProvider = _chunkTVJFCWSTjs.SharedProvider; exports.SocketContext = _chunkTVJFCWSTjs.SocketContext; exports.SocketProvider = _chunkTVJFCWSTjs.SocketProvider; exports.UserProvider = _chunkTVJFCWSTjs.UserProvider; exports.recentPagesAtom = _chunkTVJFCWSTjs.recentPagesAtom; exports.useAssistantContext = _chunkTVJFCWSTjs.useAssistantContext; exports.useCommonContext = _chunkTVJFCWSTjs.useCommonContext; exports.useCompanyContext = _chunkTVJFCWSTjs.useCompanyContext; exports.useCurrentUserContext = _chunkTVJFCWSTjs.useCurrentUserContext; exports.useHeaderChildren = _chunkTVJFCWSTjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkTVJFCWSTjs.useHeaderLeftContent; exports.useHeaderRootLabel = _chunkTVJFCWSTjs.useHeaderRootLabel; exports.useHowToContext = _chunkTVJFCWSTjs.useHowToContext; exports.useNotificationContext = _chunkTVJFCWSTjs.useNotificationContext; exports.useOnboarding = _chunkTVJFCWSTjs.useOnboarding; exports.useRbacContext = _chunkTVJFCWSTjs.useRbacContext; exports.useRoleContext = _chunkTVJFCWSTjs.useRoleContext; exports.useSharedContext = _chunkTVJFCWSTjs.useSharedContext; exports.useSocketContext = _chunkTVJFCWSTjs.useSocketContext; exports.useUserContext = _chunkTVJFCWSTjs.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,m7DAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"}
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"}
@@ -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-BBBQGJEG.mjs";
35
- import "../chunk-NATPK5ME.mjs";
36
- import "../chunk-5MNE72ZE.mjs";
35
+ } from "../chunk-WEDLGKSS.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,
@@ -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 };
@@ -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 };
@@ -173,7 +173,12 @@
173
173
 
174
174
 
175
175
 
176
- var _chunkLBMNRFCYjs = require('../chunk-LBMNRFCY.js');
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