@carlonicora/nextjs-jsonapi 1.65.1 → 1.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AuthComponent-B4rNZRYE.d.ts → AuthComponent-DL1D3y7f.d.ts} +1 -1
- package/dist/{AuthComponent-nzabiz68.d.mts → AuthComponent-NwQ_ZXsv.d.mts} +1 -1
- package/dist/{BlockNoteEditor-QGNV6E4X.js → BlockNoteEditor-QHWPE3BJ.js} +14 -14
- package/dist/{BlockNoteEditor-QGNV6E4X.js.map → BlockNoteEditor-QHWPE3BJ.js.map} +1 -1
- package/dist/{BlockNoteEditor-CZOW7J5K.mjs → BlockNoteEditor-TIX3GDVZ.mjs} +4 -4
- package/dist/{auth.interface-C1WjZ0fM.d.ts → auth.interface-BX_1qZZJ.d.ts} +1 -1
- package/dist/{auth.interface-fBFqIrw4.d.mts → auth.interface-yeLelxdI.d.mts} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-CDCGQFIA.js → chunk-3BWYWS3A.js} +2118 -1659
- package/dist/chunk-3BWYWS3A.js.map +1 -0
- package/dist/{chunk-LRXJT656.js → chunk-CJY63D6U.js} +72 -5
- package/dist/chunk-CJY63D6U.js.map +1 -0
- package/dist/{chunk-RA4RYKYB.js → chunk-KFIQTY4O.js} +11 -11
- package/dist/{chunk-RA4RYKYB.js.map → chunk-KFIQTY4O.js.map} +1 -1
- package/dist/{chunk-G7PGWMFO.mjs → chunk-RIG2BEXJ.mjs} +72 -5
- package/dist/{chunk-G7PGWMFO.mjs.map → chunk-RIG2BEXJ.mjs.map} +1 -1
- package/dist/{chunk-ESGUCYJS.mjs → chunk-WWP32QYC.mjs} +3534 -3075
- package/dist/chunk-WWP32QYC.mjs.map +1 -0
- package/dist/{chunk-5KMKI23S.mjs → chunk-ZYAAJMZZ.mjs} +2 -2
- package/dist/client/index.d.mts +6 -6
- package/dist/client/index.d.ts +6 -6
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +69 -12
- package/dist/components/index.d.ts +69 -12
- package/dist/components/index.js +18 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +19 -5
- package/dist/{config-DZWAFB7H.d.ts → config-CyCAWW-d.d.ts} +1 -1
- package/dist/{config-ndRJIQsP.d.mts → config-D-mqttuF.d.mts} +1 -1
- package/dist/{content.interface-B5ySfiOE.d.mts → content.interface-8T5-G84c.d.mts} +1 -1
- package/dist/{content.interface-mmz0uMwm.d.ts → content.interface-D-xdYxjt.d.ts} +1 -1
- package/dist/contexts/index.d.mts +3 -3
- package/dist/contexts/index.d.ts +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +29 -9
- package/dist/core/index.d.ts +29 -9
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/index.d.mts +8 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{notification.interface-DG7cq9oG.d.mts → notification.interface-C6UcmJqu.d.mts} +20 -0
- package/dist/{notification.interface-COKHDQeE.d.ts → notification.interface-ItBxq2au.d.ts} +20 -0
- package/dist/{s3.service-ppn9iGJU.d.ts → s3.service-Cg5TmbU_.d.ts} +6 -3
- package/dist/{s3.service-BoRPFx82.d.mts → s3.service-DLf_a0xS.d.mts} +6 -3
- package/dist/server/index.d.mts +4 -4
- package/dist/server/index.d.ts +4 -4
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/{useRbacState-DhuYYr0S.d.mts → useRbacState-Btk1gkQg.d.mts} +1 -1
- package/dist/{useRbacState-NnzNL2ED.d.ts → useRbacState-CUj0hp8t.d.ts} +1 -1
- package/dist/{useSocket-bsV-K4qR.d.ts → useSocket-BSUN9s3p.d.ts} +1 -1
- package/dist/{useSocket-CtfuR5wD.d.mts → useSocket-DKI92Fbg.d.mts} +1 -1
- package/package.json +2 -1
- package/src/components/EditableAvatar.tsx +175 -0
- package/src/components/containers/RoundPageContainer.tsx +1 -1
- package/src/components/fiscal/FiscalDataDisplay.tsx +26 -0
- package/src/components/fiscal/ItalianFiscalData.tsx +120 -0
- package/src/components/fiscal/ItalianFiscalDataDisplay.tsx +24 -0
- package/src/components/fiscal/index.ts +4 -0
- package/src/components/index.ts +3 -0
- package/src/components/navigations/RecentPagesNavigator.tsx +3 -3
- package/src/features/company/components/details/CompanyContent.tsx +105 -0
- package/src/features/company/components/details/CompanyDetails.tsx +2 -19
- package/src/features/company/components/details/index.ts +1 -0
- package/src/features/company/components/forms/CompanyConfigurationEditor.tsx +38 -70
- package/src/features/company/components/forms/CompanyEditor.tsx +212 -172
- package/src/features/company/data/company.interface.ts +20 -0
- package/src/features/company/data/company.ts +73 -0
- package/src/features/role/components/forms/FormRoles.tsx +5 -4
- package/src/features/user/components/containers/AllUsersListContainer.tsx +36 -0
- package/src/features/user/components/containers/UserContainer.tsx +10 -13
- package/src/features/user/components/containers/UsersListContainer.tsx +15 -24
- package/src/features/user/components/containers/index.ts +1 -0
- package/src/features/user/components/details/UserContent.tsx +92 -0
- package/src/features/user/components/details/index.ts +1 -1
- package/src/features/user/components/forms/UserEditor.tsx +233 -233
- package/src/features/user/components/lists/CompanyUsersList.tsx +3 -1
- package/src/features/user/contexts/UserContext.tsx +1 -6
- package/src/features/user/data/user.service.ts +9 -0
- package/src/features/user/data/user.ts +3 -4
- package/src/utils/fiscal-utils.ts +7 -0
- package/src/utils/italian-validators.ts +79 -0
- package/dist/chunk-CDCGQFIA.js.map +0 -1
- package/dist/chunk-ESGUCYJS.mjs.map +0 -1
- package/dist/chunk-LRXJT656.js.map +0 -1
- package/src/features/user/components/details/UserDetails.tsx +0 -74
- /package/dist/{BlockNoteEditor-CZOW7J5K.mjs.map → BlockNoteEditor-TIX3GDVZ.mjs.map} +0 -0
- /package/dist/{chunk-5KMKI23S.mjs.map → chunk-ZYAAJMZZ.mjs.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AbstractService,
|
|
3
3
|
EndpointCreator,
|
|
4
4
|
Modules
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-RIG2BEXJ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
setBootstrapper
|
|
8
8
|
} from "./chunk-BTKJFMFL.mjs";
|
|
@@ -259,4 +259,4 @@ export {
|
|
|
259
259
|
ACTION_TYPES,
|
|
260
260
|
RbacService
|
|
261
261
|
};
|
|
262
|
-
//# sourceMappingURL=chunk-
|
|
262
|
+
//# sourceMappingURL=chunk-ZYAAJMZZ.mjs.map
|
package/dist/client/index.d.mts
CHANGED
|
@@ -7,14 +7,14 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
7
7
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
|
|
8
8
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-zeewugD7.mjs';
|
|
9
9
|
import { A as ApiData } from '../ApiData-DPKNfY-9.mjs';
|
|
10
|
-
import { M as ModuleWithPermissions, a as PageUrl, R as RoleInterface, U as UserInterface } from '../notification.interface-
|
|
11
|
-
export { I as I18nConfig, l as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, m as UseLocaleHook, n as UseRouterHook, o as UseTranslationsHook, f as configureClientConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, h as getI18nLink, d as getStripePublishableKey, b as getTrackablePages, u as useI18nDateFnsLocale, i as useI18nLocale, j as useI18nRouter, k as useI18nTranslations } from '../config-
|
|
10
|
+
import { M as ModuleWithPermissions, a as PageUrl, R as RoleInterface, U as UserInterface } from '../notification.interface-C6UcmJqu.mjs';
|
|
11
|
+
export { I as I18nConfig, l as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, m as UseLocaleHook, n as UseRouterHook, o as UseTranslationsHook, f as configureClientConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, h as getI18nLink, d as getStripePublishableKey, b as getTrackablePages, u as useI18nDateFnsLocale, i as useI18nLocale, j as useI18nRouter, k as useI18nTranslations } from '../config-D-mqttuF.mjs';
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
|
-
import { D as DataListRetriever } from '../useRbacState-
|
|
14
|
-
export { a as useDataListRetriever, u as useRbacState } from '../useRbacState-
|
|
13
|
+
import { D as DataListRetriever } from '../useRbacState-Btk1gkQg.mjs';
|
|
14
|
+
export { a as useDataListRetriever, u as useRbacState } from '../useRbacState-Btk1gkQg.mjs';
|
|
15
15
|
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.mjs';
|
|
16
|
-
export { u as useSocket } from '../useSocket-
|
|
17
|
-
import { a as ContentInterface } from '../content.interface-
|
|
16
|
+
export { u as useSocket } from '../useSocket-DKI92Fbg.mjs';
|
|
17
|
+
import { a as ContentInterface } from '../content.interface-8T5-G84c.mjs';
|
|
18
18
|
import { O as OAuthClientInterface, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, f as OAuthConsentInfo, d as OAuthConsentRequest } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
19
19
|
import { b as PermissionsMap } from '../ModulePathsInterface-49EWvbWy.mjs';
|
|
20
20
|
import 'lucide-react';
|
package/dist/client/index.d.ts
CHANGED
|
@@ -7,14 +7,14 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
7
7
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
8
8
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-CAIAeP5d.js';
|
|
9
9
|
import { A as ApiData } from '../ApiData-DPKNfY-9.js';
|
|
10
|
-
import { M as ModuleWithPermissions, a as PageUrl, R as RoleInterface, U as UserInterface } from '../notification.interface-
|
|
11
|
-
export { I as I18nConfig, l as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, m as UseLocaleHook, n as UseRouterHook, o as UseTranslationsHook, f as configureClientConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, h as getI18nLink, d as getStripePublishableKey, b as getTrackablePages, u as useI18nDateFnsLocale, i as useI18nLocale, j as useI18nRouter, k as useI18nTranslations } from '../config-
|
|
10
|
+
import { M as ModuleWithPermissions, a as PageUrl, R as RoleInterface, U as UserInterface } from '../notification.interface-ItBxq2au.js';
|
|
11
|
+
export { I as I18nConfig, l as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, m as UseLocaleHook, n as UseRouterHook, o as UseTranslationsHook, f as configureClientConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, h as getI18nLink, d as getStripePublishableKey, b as getTrackablePages, u as useI18nDateFnsLocale, i as useI18nLocale, j as useI18nRouter, k as useI18nTranslations } from '../config-CyCAWW-d.js';
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
|
-
import { D as DataListRetriever } from '../useRbacState-
|
|
14
|
-
export { a as useDataListRetriever, u as useRbacState } from '../useRbacState-
|
|
13
|
+
import { D as DataListRetriever } from '../useRbacState-CUj0hp8t.js';
|
|
14
|
+
export { a as useDataListRetriever, u as useRbacState } from '../useRbacState-CUj0hp8t.js';
|
|
15
15
|
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.js';
|
|
16
|
-
export { u as useSocket } from '../useSocket-
|
|
17
|
-
import { a as ContentInterface } from '../content.interface-
|
|
16
|
+
export { u as useSocket } from '../useSocket-BSUN9s3p.js';
|
|
17
|
+
import { a as ContentInterface } from '../content.interface-D-xdYxjt.js';
|
|
18
18
|
import { O as OAuthClientInterface, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, f as OAuthConsentInfo, d as OAuthConsentRequest } from '../oauth.interface-vL7za9Bz.js';
|
|
19
19
|
import { b as PermissionsMap } from '../ModulePathsInterface-wVS5Raa4.js';
|
|
20
20
|
import 'lucide-react';
|
package/dist/client/index.js
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var _chunk3BWYWS3Ajs = require('../chunk-3BWYWS3A.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ var _chunkCDCGQFIAjs = require('../chunk-CDCGQFIA.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunkKFIQTY4Ojs = require('../chunk-KFIQTY4O.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -54,7 +54,7 @@ var _chunkRA4RYKYBjs = require('../chunk-RA4RYKYB.js');
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunkCJY63D6Ujs = require('../chunk-CJY63D6U.js');
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -123,5 +123,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
exports.ClientJsonApiDelete =
|
|
126
|
+
exports.ClientJsonApiDelete = _chunkCJY63D6Ujs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkCJY63D6Ujs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkCJY63D6Ujs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkCJY63D6Ujs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkCJY63D6Ujs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk3BWYWS3Ajs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk3BWYWS3Ajs.TableGeneratorRegistry; exports.configureClientConfig = _chunkKFIQTY4Ojs.configureClientConfig; exports.configureClientJsonApi = _chunkCJY63D6Ujs.configureClientJsonApi; exports.configureI18n = _chunkKFIQTY4Ojs.configureI18n; exports.configureJsonApi = _chunkKFIQTY4Ojs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunk3BWYWS3Ajs.downloadMigrationFile; exports.generateMigrationFile = _chunk3BWYWS3Ajs.generateMigrationFile; exports.getApiUrl = _chunkKFIQTY4Ojs.getApiUrl; exports.getAppUrl = _chunkKFIQTY4Ojs.getAppUrl; exports.getClientApiUrl = _chunkCJY63D6Ujs.getClientApiUrl; exports.getClientAppUrl = _chunkCJY63D6Ujs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkCJY63D6Ujs.getClientTrackablePages; exports.getI18nLink = _chunkKFIQTY4Ojs.getI18nLink; exports.getStripePublishableKey = _chunkKFIQTY4Ojs.getStripePublishableKey; exports.getTrackablePages = _chunkKFIQTY4Ojs.getTrackablePages; exports.registerTableGenerator = _chunk3BWYWS3Ajs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk3BWYWS3Ajs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk3BWYWS3Ajs.useContentTableStructure; exports.useCustomD3Graph = _chunk3BWYWS3Ajs.useCustomD3Graph; exports.useDataListRetriever = _chunk3BWYWS3Ajs.useDataListRetriever; exports.useDebounce = _chunk3BWYWS3Ajs.useDebounce; exports.useI18nDateFnsLocale = _chunkKFIQTY4Ojs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkKFIQTY4Ojs.useI18nLocale; exports.useI18nRouter = _chunkKFIQTY4Ojs.useI18nRouter; exports.useI18nTranslations = _chunkKFIQTY4Ojs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk3BWYWS3Ajs.useJsonApiGet; exports.useJsonApiMutation = _chunk3BWYWS3Ajs.useJsonApiMutation; exports.useNotificationSync = _chunk3BWYWS3Ajs.useNotificationSync; exports.useOAuthClient = _chunk3BWYWS3Ajs.useOAuthClient; exports.useOAuthClients = _chunk3BWYWS3Ajs.useOAuthClients; exports.useOAuthConsent = _chunk3BWYWS3Ajs.useOAuthConsent; exports.usePageTracker = _chunk3BWYWS3Ajs.usePageTracker; exports.usePageUrlGenerator = _chunk3BWYWS3Ajs.usePageUrlGenerator; exports.useRbacState = _chunk3BWYWS3Ajs.useRbacState; exports.useRehydration = _chunk3BWYWS3Ajs.useRehydration; exports.useRehydrationList = _chunk3BWYWS3Ajs.useRehydrationList; exports.useRoleTableStructure = _chunk3BWYWS3Ajs.useRoleTableStructure; exports.useSocket = _chunk3BWYWS3Ajs.useSocket; exports.useSubscriptionStatus = _chunk3BWYWS3Ajs.useSubscriptionStatus; exports.useTableGenerator = _chunk3BWYWS3Ajs.useTableGenerator; exports.useUrlRewriter = _chunk3BWYWS3Ajs.useUrlRewriter; exports.useUserSearch = _chunk3BWYWS3Ajs.useUserSearch; exports.useUserTableStructure = _chunk3BWYWS3Ajs.useUserTableStructure;
|
|
127
127
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
useUrlRewriter,
|
|
29
29
|
useUserSearch,
|
|
30
30
|
useUserTableStructure
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-WWP32QYC.mjs";
|
|
32
32
|
import {
|
|
33
33
|
configureClientConfig,
|
|
34
34
|
configureI18n,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
useI18nLocale,
|
|
43
43
|
useI18nRouter,
|
|
44
44
|
useI18nTranslations
|
|
45
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-ZYAAJMZZ.mjs";
|
|
46
46
|
import {
|
|
47
47
|
ClientJsonApiDelete,
|
|
48
48
|
ClientJsonApiGet,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
getClientApiUrl,
|
|
54
54
|
getClientAppUrl,
|
|
55
55
|
getClientTrackablePages
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-RIG2BEXJ.mjs";
|
|
57
57
|
import {
|
|
58
58
|
getClientToken
|
|
59
59
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { A as
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from '../notification.interface-C6UcmJqu.mjs';
|
|
3
|
+
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-NwQ_ZXsv.mjs';
|
|
4
|
+
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-NwQ_ZXsv.mjs';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
|
-
import { a as ContentInterface } from '../content.interface-
|
|
7
|
+
import { a as ContentInterface } from '../content.interface-8T5-G84c.mjs';
|
|
8
8
|
import { PartialBlock } from '@blocknote/core';
|
|
9
|
-
import { D as DataListRetriever, R as RbacStateApi } from '../useRbacState-
|
|
9
|
+
import { D as DataListRetriever, R as RbacStateApi } from '../useRbacState-Btk1gkQg.mjs';
|
|
10
10
|
import * as react_hook_form from 'react-hook-form';
|
|
11
11
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
12
12
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
@@ -16,7 +16,7 @@ import { F as FeatureInterface, M as ModuleInterface } from '../feature.interfac
|
|
|
16
16
|
import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
17
17
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
18
18
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
|
|
19
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
19
|
+
import { b as AuthInterface } from '../auth.interface-yeLelxdI.mjs';
|
|
20
20
|
import z from 'zod';
|
|
21
21
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.mjs';
|
|
22
22
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
@@ -87,8 +87,12 @@ type UserEditorProps = {
|
|
|
87
87
|
user?: UserInterface;
|
|
88
88
|
propagateChanges?: (user: UserInterface) => void;
|
|
89
89
|
adminCreated?: boolean;
|
|
90
|
-
trigger?:
|
|
90
|
+
trigger?: ReactNode;
|
|
91
91
|
onRevalidate?: (path: string) => Promise<void>;
|
|
92
|
+
forceShow?: boolean;
|
|
93
|
+
onClose?: () => void;
|
|
94
|
+
dialogOpen?: boolean;
|
|
95
|
+
onDialogOpenChange?: (open: boolean) => void;
|
|
92
96
|
};
|
|
93
97
|
declare function UserEditor(props: UserEditorProps): react_jsx_runtime.JSX.Element | null;
|
|
94
98
|
|
|
@@ -133,6 +137,18 @@ type EntityAvatarProps = {
|
|
|
133
137
|
};
|
|
134
138
|
declare function EntityAvatar({ image, name, className, fallbackClassName, }: EntityAvatarProps): react_jsx_runtime.JSX.Element;
|
|
135
139
|
|
|
140
|
+
type EditableAvatarProps = {
|
|
141
|
+
entityId: string;
|
|
142
|
+
module: ModuleWithPermissions;
|
|
143
|
+
image?: string;
|
|
144
|
+
fallback: string;
|
|
145
|
+
alt: string;
|
|
146
|
+
patchImage: (imageKey: string) => Promise<void>;
|
|
147
|
+
className?: string;
|
|
148
|
+
fallbackClassName?: string;
|
|
149
|
+
};
|
|
150
|
+
declare function EditableAvatar({ entityId, module, image, fallback, alt, patchImage, className, fallbackClassName, }: EditableAvatarProps): react_jsx_runtime.JSX.Element;
|
|
151
|
+
|
|
136
152
|
type TableCellAvatarProps = {
|
|
137
153
|
image?: string;
|
|
138
154
|
name: string;
|
|
@@ -695,6 +711,30 @@ type ContentTableSearchProps = {
|
|
|
695
711
|
};
|
|
696
712
|
declare function ContentTableSearch({ data }: ContentTableSearchProps): react_jsx_runtime.JSX.Element;
|
|
697
713
|
|
|
714
|
+
interface FiscalDataHandle {
|
|
715
|
+
validate: () => boolean;
|
|
716
|
+
getData: () => Record<string, string>;
|
|
717
|
+
isDirty: () => boolean;
|
|
718
|
+
reset: (initialData: Record<string, string>) => void;
|
|
719
|
+
}
|
|
720
|
+
interface ItalianFiscalDataProps {
|
|
721
|
+
initialData: Record<string, string>;
|
|
722
|
+
}
|
|
723
|
+
declare const ItalianFiscalData: React$1.ForwardRefExoticComponent<ItalianFiscalDataProps & React$1.RefAttributes<FiscalDataHandle>>;
|
|
724
|
+
|
|
725
|
+
type ItalianFiscalDataDisplayProps = {
|
|
726
|
+
data: Record<string, string>;
|
|
727
|
+
};
|
|
728
|
+
declare function ItalianFiscalDataDisplay({ data }: ItalianFiscalDataDisplayProps): react_jsx_runtime.JSX.Element;
|
|
729
|
+
|
|
730
|
+
type FiscalDataDisplayProps = {
|
|
731
|
+
fiscalData: string;
|
|
732
|
+
country?: string;
|
|
733
|
+
};
|
|
734
|
+
declare function FiscalDataDisplay({ fiscalData, country }: FiscalDataDisplayProps): react_jsx_runtime.JSX.Element | null;
|
|
735
|
+
|
|
736
|
+
declare function parseFiscalData(fiscalDataJson?: string): Record<string, string>;
|
|
737
|
+
|
|
698
738
|
type AuthContainerProps = {
|
|
699
739
|
componentType: AuthComponent;
|
|
700
740
|
params?: {
|
|
@@ -801,6 +841,12 @@ type CompanyContainerProps = {
|
|
|
801
841
|
};
|
|
802
842
|
declare function CompanyContainer({ configurationEditorSlot }: CompanyContainerProps): react_jsx_runtime.JSX.Element | null;
|
|
803
843
|
|
|
844
|
+
type CompanyContentProps = {
|
|
845
|
+
company?: CompanyInterface;
|
|
846
|
+
actions?: ReactNode;
|
|
847
|
+
};
|
|
848
|
+
declare function CompanyContent({ company, actions }: CompanyContentProps): react_jsx_runtime.JSX.Element | null;
|
|
849
|
+
|
|
804
850
|
declare function CompanyDetails(): react_jsx_runtime.JSX.Element | null;
|
|
805
851
|
|
|
806
852
|
interface TokenStatusIndicatorProps {
|
|
@@ -838,6 +884,11 @@ type CompanyEditorProps = {
|
|
|
838
884
|
company?: CompanyInterface;
|
|
839
885
|
propagateChanges?: (company: CompanyInterface) => void;
|
|
840
886
|
onRevalidate?: (path: string) => Promise<void>;
|
|
887
|
+
trigger?: ReactNode;
|
|
888
|
+
forceShow?: boolean;
|
|
889
|
+
onClose?: () => void;
|
|
890
|
+
dialogOpen?: boolean;
|
|
891
|
+
onDialogOpenChange?: (open: boolean) => void;
|
|
841
892
|
};
|
|
842
893
|
declare function CompanyEditor(props: CompanyEditorProps): react_jsx_runtime.JSX.Element;
|
|
843
894
|
|
|
@@ -1101,16 +1152,21 @@ type UserRolesListProps = {
|
|
|
1101
1152
|
};
|
|
1102
1153
|
declare function UserRolesList({ user }: UserRolesListProps): react_jsx_runtime.JSX.Element;
|
|
1103
1154
|
|
|
1155
|
+
declare function AllUsersListContainer(): react_jsx_runtime.JSX.Element;
|
|
1156
|
+
|
|
1104
1157
|
declare function UserContainer(): react_jsx_runtime.JSX.Element | null;
|
|
1105
1158
|
|
|
1106
1159
|
declare function UserIndexContainer(): react_jsx_runtime.JSX.Element | null;
|
|
1107
1160
|
|
|
1108
|
-
|
|
1161
|
+
type UsersListContainerProps = {
|
|
1162
|
+
fullWidth?: boolean;
|
|
1163
|
+
};
|
|
1164
|
+
declare function UsersListContainer({ fullWidth }: UsersListContainerProps): react_jsx_runtime.JSX.Element | null;
|
|
1109
1165
|
|
|
1110
|
-
type
|
|
1166
|
+
type UserContentProps = {
|
|
1111
1167
|
user: UserInterface;
|
|
1112
1168
|
};
|
|
1113
|
-
declare function
|
|
1169
|
+
declare function UserContent({ user }: UserContentProps): react_jsx_runtime.JSX.Element;
|
|
1114
1170
|
|
|
1115
1171
|
declare function UserIndexDetails(): react_jsx_runtime.JSX.Element | null;
|
|
1116
1172
|
|
|
@@ -1123,8 +1179,9 @@ declare function AdminUsersList(): react_jsx_runtime.JSX.Element | null;
|
|
|
1123
1179
|
|
|
1124
1180
|
type CompanyUsersListProps = {
|
|
1125
1181
|
isDeleted?: boolean;
|
|
1182
|
+
fullWidth?: boolean;
|
|
1126
1183
|
};
|
|
1127
|
-
declare function CompanyUsersList({ isDeleted }: CompanyUsersListProps): react_jsx_runtime.JSX.Element;
|
|
1184
|
+
declare function CompanyUsersList({ isDeleted, fullWidth }: CompanyUsersListProps): react_jsx_runtime.JSX.Element;
|
|
1128
1185
|
|
|
1129
1186
|
type ContributorsListProps = {
|
|
1130
1187
|
content: ContentInterface;
|
|
@@ -2207,4 +2264,4 @@ interface MultipleSelectorRef {
|
|
|
2207
2264
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2208
2265
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2209
2266
|
|
|
2210
|
-
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer,
|
|
2267
|
+
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, parseFiscalData, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { A as
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from '../notification.interface-ItBxq2au.js';
|
|
3
|
+
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-DL1D3y7f.js';
|
|
4
|
+
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-DL1D3y7f.js';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
|
-
import { a as ContentInterface } from '../content.interface-
|
|
7
|
+
import { a as ContentInterface } from '../content.interface-D-xdYxjt.js';
|
|
8
8
|
import { PartialBlock } from '@blocknote/core';
|
|
9
|
-
import { D as DataListRetriever, R as RbacStateApi } from '../useRbacState-
|
|
9
|
+
import { D as DataListRetriever, R as RbacStateApi } from '../useRbacState-CUj0hp8t.js';
|
|
10
10
|
import * as react_hook_form from 'react-hook-form';
|
|
11
11
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
12
12
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
@@ -16,7 +16,7 @@ import { F as FeatureInterface, M as ModuleInterface } from '../feature.interfac
|
|
|
16
16
|
import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
17
17
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
18
18
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
|
|
19
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
19
|
+
import { b as AuthInterface } from '../auth.interface-BX_1qZZJ.js';
|
|
20
20
|
import z from 'zod';
|
|
21
21
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.js';
|
|
22
22
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-vL7za9Bz.js';
|
|
@@ -87,8 +87,12 @@ type UserEditorProps = {
|
|
|
87
87
|
user?: UserInterface;
|
|
88
88
|
propagateChanges?: (user: UserInterface) => void;
|
|
89
89
|
adminCreated?: boolean;
|
|
90
|
-
trigger?:
|
|
90
|
+
trigger?: ReactNode;
|
|
91
91
|
onRevalidate?: (path: string) => Promise<void>;
|
|
92
|
+
forceShow?: boolean;
|
|
93
|
+
onClose?: () => void;
|
|
94
|
+
dialogOpen?: boolean;
|
|
95
|
+
onDialogOpenChange?: (open: boolean) => void;
|
|
92
96
|
};
|
|
93
97
|
declare function UserEditor(props: UserEditorProps): react_jsx_runtime.JSX.Element | null;
|
|
94
98
|
|
|
@@ -133,6 +137,18 @@ type EntityAvatarProps = {
|
|
|
133
137
|
};
|
|
134
138
|
declare function EntityAvatar({ image, name, className, fallbackClassName, }: EntityAvatarProps): react_jsx_runtime.JSX.Element;
|
|
135
139
|
|
|
140
|
+
type EditableAvatarProps = {
|
|
141
|
+
entityId: string;
|
|
142
|
+
module: ModuleWithPermissions;
|
|
143
|
+
image?: string;
|
|
144
|
+
fallback: string;
|
|
145
|
+
alt: string;
|
|
146
|
+
patchImage: (imageKey: string) => Promise<void>;
|
|
147
|
+
className?: string;
|
|
148
|
+
fallbackClassName?: string;
|
|
149
|
+
};
|
|
150
|
+
declare function EditableAvatar({ entityId, module, image, fallback, alt, patchImage, className, fallbackClassName, }: EditableAvatarProps): react_jsx_runtime.JSX.Element;
|
|
151
|
+
|
|
136
152
|
type TableCellAvatarProps = {
|
|
137
153
|
image?: string;
|
|
138
154
|
name: string;
|
|
@@ -695,6 +711,30 @@ type ContentTableSearchProps = {
|
|
|
695
711
|
};
|
|
696
712
|
declare function ContentTableSearch({ data }: ContentTableSearchProps): react_jsx_runtime.JSX.Element;
|
|
697
713
|
|
|
714
|
+
interface FiscalDataHandle {
|
|
715
|
+
validate: () => boolean;
|
|
716
|
+
getData: () => Record<string, string>;
|
|
717
|
+
isDirty: () => boolean;
|
|
718
|
+
reset: (initialData: Record<string, string>) => void;
|
|
719
|
+
}
|
|
720
|
+
interface ItalianFiscalDataProps {
|
|
721
|
+
initialData: Record<string, string>;
|
|
722
|
+
}
|
|
723
|
+
declare const ItalianFiscalData: React$1.ForwardRefExoticComponent<ItalianFiscalDataProps & React$1.RefAttributes<FiscalDataHandle>>;
|
|
724
|
+
|
|
725
|
+
type ItalianFiscalDataDisplayProps = {
|
|
726
|
+
data: Record<string, string>;
|
|
727
|
+
};
|
|
728
|
+
declare function ItalianFiscalDataDisplay({ data }: ItalianFiscalDataDisplayProps): react_jsx_runtime.JSX.Element;
|
|
729
|
+
|
|
730
|
+
type FiscalDataDisplayProps = {
|
|
731
|
+
fiscalData: string;
|
|
732
|
+
country?: string;
|
|
733
|
+
};
|
|
734
|
+
declare function FiscalDataDisplay({ fiscalData, country }: FiscalDataDisplayProps): react_jsx_runtime.JSX.Element | null;
|
|
735
|
+
|
|
736
|
+
declare function parseFiscalData(fiscalDataJson?: string): Record<string, string>;
|
|
737
|
+
|
|
698
738
|
type AuthContainerProps = {
|
|
699
739
|
componentType: AuthComponent;
|
|
700
740
|
params?: {
|
|
@@ -801,6 +841,12 @@ type CompanyContainerProps = {
|
|
|
801
841
|
};
|
|
802
842
|
declare function CompanyContainer({ configurationEditorSlot }: CompanyContainerProps): react_jsx_runtime.JSX.Element | null;
|
|
803
843
|
|
|
844
|
+
type CompanyContentProps = {
|
|
845
|
+
company?: CompanyInterface;
|
|
846
|
+
actions?: ReactNode;
|
|
847
|
+
};
|
|
848
|
+
declare function CompanyContent({ company, actions }: CompanyContentProps): react_jsx_runtime.JSX.Element | null;
|
|
849
|
+
|
|
804
850
|
declare function CompanyDetails(): react_jsx_runtime.JSX.Element | null;
|
|
805
851
|
|
|
806
852
|
interface TokenStatusIndicatorProps {
|
|
@@ -838,6 +884,11 @@ type CompanyEditorProps = {
|
|
|
838
884
|
company?: CompanyInterface;
|
|
839
885
|
propagateChanges?: (company: CompanyInterface) => void;
|
|
840
886
|
onRevalidate?: (path: string) => Promise<void>;
|
|
887
|
+
trigger?: ReactNode;
|
|
888
|
+
forceShow?: boolean;
|
|
889
|
+
onClose?: () => void;
|
|
890
|
+
dialogOpen?: boolean;
|
|
891
|
+
onDialogOpenChange?: (open: boolean) => void;
|
|
841
892
|
};
|
|
842
893
|
declare function CompanyEditor(props: CompanyEditorProps): react_jsx_runtime.JSX.Element;
|
|
843
894
|
|
|
@@ -1101,16 +1152,21 @@ type UserRolesListProps = {
|
|
|
1101
1152
|
};
|
|
1102
1153
|
declare function UserRolesList({ user }: UserRolesListProps): react_jsx_runtime.JSX.Element;
|
|
1103
1154
|
|
|
1155
|
+
declare function AllUsersListContainer(): react_jsx_runtime.JSX.Element;
|
|
1156
|
+
|
|
1104
1157
|
declare function UserContainer(): react_jsx_runtime.JSX.Element | null;
|
|
1105
1158
|
|
|
1106
1159
|
declare function UserIndexContainer(): react_jsx_runtime.JSX.Element | null;
|
|
1107
1160
|
|
|
1108
|
-
|
|
1161
|
+
type UsersListContainerProps = {
|
|
1162
|
+
fullWidth?: boolean;
|
|
1163
|
+
};
|
|
1164
|
+
declare function UsersListContainer({ fullWidth }: UsersListContainerProps): react_jsx_runtime.JSX.Element | null;
|
|
1109
1165
|
|
|
1110
|
-
type
|
|
1166
|
+
type UserContentProps = {
|
|
1111
1167
|
user: UserInterface;
|
|
1112
1168
|
};
|
|
1113
|
-
declare function
|
|
1169
|
+
declare function UserContent({ user }: UserContentProps): react_jsx_runtime.JSX.Element;
|
|
1114
1170
|
|
|
1115
1171
|
declare function UserIndexDetails(): react_jsx_runtime.JSX.Element | null;
|
|
1116
1172
|
|
|
@@ -1123,8 +1179,9 @@ declare function AdminUsersList(): react_jsx_runtime.JSX.Element | null;
|
|
|
1123
1179
|
|
|
1124
1180
|
type CompanyUsersListProps = {
|
|
1125
1181
|
isDeleted?: boolean;
|
|
1182
|
+
fullWidth?: boolean;
|
|
1126
1183
|
};
|
|
1127
|
-
declare function CompanyUsersList({ isDeleted }: CompanyUsersListProps): react_jsx_runtime.JSX.Element;
|
|
1184
|
+
declare function CompanyUsersList({ isDeleted, fullWidth }: CompanyUsersListProps): react_jsx_runtime.JSX.Element;
|
|
1128
1185
|
|
|
1129
1186
|
type ContributorsListProps = {
|
|
1130
1187
|
content: ContentInterface;
|
|
@@ -2207,4 +2264,4 @@ interface MultipleSelectorRef {
|
|
|
2207
2264
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2208
2265
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2209
2266
|
|
|
2210
|
-
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer,
|
|
2267
|
+
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, parseFiscalData, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
|