@carlonicora/nextjs-jsonapi 1.78.0 → 1.79.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/{AssistantMessageInterface-DS_tyJTV.d.ts → AssistantMessageInterface-DWnbd6J7.d.ts} +1 -1
- package/dist/{AssistantMessageInterface-D0Kwf8CR.d.mts → AssistantMessageInterface-Mla6kgPe.d.mts} +1 -1
- package/dist/{AuthComponent-Blbs06ud.d.ts → AuthComponent-B6DIk8Vf.d.ts} +1 -1
- package/dist/{AuthComponent-huIaK5rm.d.mts → AuthComponent-BKI0ZbtD.d.mts} +1 -1
- package/dist/{BlockNoteEditor-JXK3JGKJ.mjs → BlockNoteEditor-6CBDTVKV.mjs} +4 -4
- package/dist/{BlockNoteEditor-2G5UYALC.js → BlockNoteEditor-EH4HWI7H.js} +14 -14
- package/dist/{BlockNoteEditor-2G5UYALC.js.map → BlockNoteEditor-EH4HWI7H.js.map} +1 -1
- package/dist/RbacTypes-BTbr27Ew.d.mts +43 -0
- package/dist/RbacTypes-BTbr27Ew.d.ts +43 -0
- package/dist/{auth.interface-CQJ6A2Cj.d.ts → auth.interface-BBUgMZzs.d.ts} +1 -1
- package/dist/{auth.interface-Bdq7-8iV.d.mts → auth.interface-XYEREOD6.d.mts} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-FDJQRIMY.js → chunk-5IEWLLLD.js} +61 -2
- package/dist/chunk-5IEWLLLD.js.map +1 -0
- package/dist/{chunk-I65SSQ5Z.mjs → chunk-BKM5U3DE.mjs} +60 -1
- package/dist/chunk-BKM5U3DE.mjs.map +1 -0
- package/dist/{chunk-NB6TIKHK.mjs → chunk-ENRSFVOS.mjs} +2064 -2295
- package/dist/chunk-ENRSFVOS.mjs.map +1 -0
- package/dist/{chunk-NZOUEN67.mjs → chunk-MEWXQEVE.mjs} +38 -29
- package/dist/{chunk-NZOUEN67.mjs.map → chunk-MEWXQEVE.mjs.map} +1 -1
- package/dist/{chunk-X4YDETTD.js → chunk-TWDSDTHU.js} +39 -30
- package/dist/chunk-TWDSDTHU.js.map +1 -0
- package/dist/{chunk-ZEDB6JVB.js → chunk-ZDP3MBUI.js} +1142 -1373
- package/dist/chunk-ZDP3MBUI.js.map +1 -0
- package/dist/client/index.d.mts +6 -24
- package/dist/client/index.d.ts +6 -24
- package/dist/client/index.js +4 -10
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +3 -9
- package/dist/components/index.d.mts +32 -34
- package/dist/components/index.d.ts +32 -34
- package/dist/components/index.js +4 -10
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -9
- package/dist/{config-B3jKt9P7.d.ts → config-B5oBQVEA.d.ts} +1 -1
- package/dist/{config-DkHF61xA.d.mts → config-Bx_uh22h.d.mts} +1 -1
- package/dist/contexts/index.d.mts +41 -4
- package/dist/contexts/index.d.ts +41 -4
- package/dist/contexts/index.js +8 -4
- package/dist/contexts/index.js.map +1 -1
- package/dist/contexts/index.mjs +7 -3
- package/dist/core/index.d.mts +19 -11
- package/dist/core/index.d.ts +19 -11
- package/dist/core/index.js +4 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +3 -1
- package/dist/index.d.mts +117 -20
- package/dist/index.d.ts +117 -20
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/{notification.interface-DG6obXUH.d.mts → notification.interface-DLZGtV7Z.d.mts} +1 -1
- package/dist/{notification.interface-DcSuc9CL.d.ts → notification.interface-aLEJbA_g.d.ts} +1 -1
- package/dist/{s3.service-DGilbikH.d.mts → s3.service-CVgLWaDc.d.mts} +2 -2
- package/dist/{s3.service-DjwEQJPe.d.ts → s3.service-SLlX0Zbz.d.ts} +2 -2
- package/dist/server/index.d.mts +3 -3
- package/dist/server/index.d.ts +3 -3
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/useDataListRetriever-BqJSFBck.d.mts +33 -0
- package/dist/useDataListRetriever-BqJSFBck.d.ts +33 -0
- package/dist/{useSocket-CmzVtg32.d.mts → useSocket-BkxHHujj.d.mts} +1 -1
- package/dist/{useSocket-8eUtnL7J.d.ts → useSocket-CMDjWFYm.d.ts} +1 -1
- package/package.json +1 -1
- package/src/client/index.ts +0 -4
- package/src/components/index.ts +0 -3
- package/src/contexts/index.ts +1 -0
- package/src/core/registry/ModuleRegistry.ts +1 -0
- package/src/features/rbac/components/RbacContainer.tsx +318 -49
- package/src/features/rbac/components/RbacPermissionPicker.tsx +144 -121
- package/src/features/rbac/contexts/RbacContext.tsx +209 -0
- package/src/features/rbac/contexts/index.ts +1 -0
- package/src/features/rbac/data/RbacMatrixModel.ts +84 -0
- package/src/features/rbac/data/RbacService.ts +61 -33
- package/src/features/rbac/data/RbacTypes.ts +28 -0
- package/src/features/rbac/data/index.ts +1 -0
- package/src/features/rbac/index.ts +1 -10
- package/src/features/rbac/rbac.module.ts +13 -0
- package/dist/ModulePathsInterface-BrdqgteS.d.mts +0 -31
- package/dist/ModulePathsInterface-DJKs7s_s.d.ts +0 -31
- package/dist/chunk-FDJQRIMY.js.map +0 -1
- package/dist/chunk-I65SSQ5Z.mjs.map +0 -1
- package/dist/chunk-NB6TIKHK.mjs.map +0 -1
- package/dist/chunk-X4YDETTD.js.map +0 -1
- package/dist/chunk-ZEDB6JVB.js.map +0 -1
- package/dist/useRbacState-C88O-5L8.d.ts +0 -77
- package/dist/useRbacState-mqYiRp3J.d.mts +0 -77
- package/src/features/rbac/components/RbacFeatureSection.tsx +0 -66
- package/src/features/rbac/components/RbacModuleTable.tsx +0 -121
- package/src/features/rbac/components/RbacToolbar.tsx +0 -40
- package/src/features/rbac/hooks/useRbacState.test.ts +0 -180
- package/src/features/rbac/hooks/useRbacState.ts +0 -319
- package/src/features/rbac/utils/RbacMigrationGenerator.test.ts +0 -124
- package/src/features/rbac/utils/RbacMigrationGenerator.ts +0 -184
- /package/dist/{BlockNoteEditor-JXK3JGKJ.mjs.map → BlockNoteEditor-6CBDTVKV.mjs.map} +0 -0
package/dist/client/index.d.mts
CHANGED
|
@@ -7,15 +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-rsXRL_Hn.mjs';
|
|
9
9
|
import { A as ApiData } from '../ApiData-DPKNfY-9.mjs';
|
|
10
|
-
import { M as ModuleWithPermissions, b as PageUrl, C as ContentInterface,
|
|
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, b as PageUrl, C as ContentInterface, l as RoleInterface, U as UserInterface } from '../notification.interface-DLZGtV7Z.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-Bx_uh22h.mjs';
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
|
-
import { D as DataListRetriever } from '../
|
|
14
|
-
export {
|
|
13
|
+
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
14
|
+
export { u as useDataListRetriever } from '../useDataListRetriever-BqJSFBck.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-
|
|
16
|
+
export { u as useSocket } from '../useSocket-BkxHHujj.mjs';
|
|
17
17
|
import { O as OAuthClientInterface, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, f as OAuthConsentInfo, d as OAuthConsentRequest } from '../oauth.interface-o5FLpiN7.mjs';
|
|
18
|
-
import { b as PermissionsMap } from '../ModulePathsInterface-BrdqgteS.mjs';
|
|
19
18
|
import 'lucide-react';
|
|
20
19
|
import '../feature.interface-CXb1-vNq.mjs';
|
|
21
20
|
import 'd3';
|
|
@@ -498,21 +497,4 @@ interface TrialSubscriptionStatus {
|
|
|
498
497
|
}
|
|
499
498
|
declare function useSubscriptionStatus(): TrialSubscriptionStatus;
|
|
500
499
|
|
|
501
|
-
|
|
502
|
-
id: string;
|
|
503
|
-
name: string;
|
|
504
|
-
isCore: boolean;
|
|
505
|
-
modules: Array<{
|
|
506
|
-
id: string;
|
|
507
|
-
name: string;
|
|
508
|
-
permissions: PermissionsMap;
|
|
509
|
-
}>;
|
|
510
|
-
}
|
|
511
|
-
declare function generateMigrationFile(params: {
|
|
512
|
-
features: EffectiveFeature[];
|
|
513
|
-
roles: RoleInterface[];
|
|
514
|
-
rolePermissionsMap: Map<string, PermissionsMap>;
|
|
515
|
-
}): string;
|
|
516
|
-
declare function downloadMigrationFile(content: string): void;
|
|
517
|
-
|
|
518
|
-
export { ClientJsonApiDelete, ClientJsonApiGet, ClientJsonApiPatch, ClientJsonApiPost, ClientJsonApiPut, DataListRetriever, type DirectFetchParams, JsonApiConfig, JsonApiProvider, type JsonApiProviderProps, type MutationMethod, type MutationParams, type TableContent, TableGeneratorRegistry, type TableStructureGeneratorInterface, type TrialSubscriptionStatus, type UseJsonApiGetOptions, type UseJsonApiGetResult, type UseJsonApiMutationResult, type UseOAuthClientReturn, type UseOAuthClientsReturn, type UseOAuthConsentReturn, type UseTableStructureHook, type UseTableStructureHookParams, type UseTableStructureHookReturn, configureClientJsonApi, directFetch, downloadMigrationFile, generateMigrationFile, getClientApiUrl, getClientAppUrl, getClientToken, getClientTrackablePages, registerTableGenerator, tableGeneratorRegistry, useContentTableStructure, useCustomD3Graph, useDebounce, useJsonApiGet, useJsonApiMutation, useNotificationSync, useOAuthClient, useOAuthClients, useOAuthConsent, usePageTracker, usePageUrlGenerator, useRehydration, useRehydrationList, useRoleTableStructure, useSubscriptionStatus, useTableGenerator, useUrlRewriter, useUserSearch, useUserTableStructure };
|
|
500
|
+
export { ClientJsonApiDelete, ClientJsonApiGet, ClientJsonApiPatch, ClientJsonApiPost, ClientJsonApiPut, DataListRetriever, type DirectFetchParams, JsonApiConfig, JsonApiProvider, type JsonApiProviderProps, type MutationMethod, type MutationParams, type TableContent, TableGeneratorRegistry, type TableStructureGeneratorInterface, type TrialSubscriptionStatus, type UseJsonApiGetOptions, type UseJsonApiGetResult, type UseJsonApiMutationResult, type UseOAuthClientReturn, type UseOAuthClientsReturn, type UseOAuthConsentReturn, type UseTableStructureHook, type UseTableStructureHookParams, type UseTableStructureHookReturn, configureClientJsonApi, directFetch, getClientApiUrl, getClientAppUrl, getClientToken, getClientTrackablePages, registerTableGenerator, tableGeneratorRegistry, useContentTableStructure, useCustomD3Graph, useDebounce, useJsonApiGet, useJsonApiMutation, useNotificationSync, useOAuthClient, useOAuthClients, useOAuthConsent, usePageTracker, usePageUrlGenerator, useRehydration, useRehydrationList, useRoleTableStructure, useSubscriptionStatus, useTableGenerator, useUrlRewriter, useUserSearch, useUserTableStructure };
|
package/dist/client/index.d.ts
CHANGED
|
@@ -7,15 +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-CWLvSCvS.js';
|
|
9
9
|
import { A as ApiData } from '../ApiData-DPKNfY-9.js';
|
|
10
|
-
import { M as ModuleWithPermissions, b as PageUrl, C as ContentInterface,
|
|
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, b as PageUrl, C as ContentInterface, l as RoleInterface, U as UserInterface } from '../notification.interface-aLEJbA_g.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-B5oBQVEA.js';
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
|
-
import { D as DataListRetriever } from '../
|
|
14
|
-
export {
|
|
13
|
+
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
14
|
+
export { u as useDataListRetriever } from '../useDataListRetriever-BqJSFBck.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-
|
|
16
|
+
export { u as useSocket } from '../useSocket-CMDjWFYm.js';
|
|
17
17
|
import { O as OAuthClientInterface, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, f as OAuthConsentInfo, d as OAuthConsentRequest } from '../oauth.interface-B6xmfDzK.js';
|
|
18
|
-
import { b as PermissionsMap } from '../ModulePathsInterface-DJKs7s_s.js';
|
|
19
18
|
import 'lucide-react';
|
|
20
19
|
import '../feature.interface-BO25VLlx.js';
|
|
21
20
|
import 'd3';
|
|
@@ -498,21 +497,4 @@ interface TrialSubscriptionStatus {
|
|
|
498
497
|
}
|
|
499
498
|
declare function useSubscriptionStatus(): TrialSubscriptionStatus;
|
|
500
499
|
|
|
501
|
-
|
|
502
|
-
id: string;
|
|
503
|
-
name: string;
|
|
504
|
-
isCore: boolean;
|
|
505
|
-
modules: Array<{
|
|
506
|
-
id: string;
|
|
507
|
-
name: string;
|
|
508
|
-
permissions: PermissionsMap;
|
|
509
|
-
}>;
|
|
510
|
-
}
|
|
511
|
-
declare function generateMigrationFile(params: {
|
|
512
|
-
features: EffectiveFeature[];
|
|
513
|
-
roles: RoleInterface[];
|
|
514
|
-
rolePermissionsMap: Map<string, PermissionsMap>;
|
|
515
|
-
}): string;
|
|
516
|
-
declare function downloadMigrationFile(content: string): void;
|
|
517
|
-
|
|
518
|
-
export { ClientJsonApiDelete, ClientJsonApiGet, ClientJsonApiPatch, ClientJsonApiPost, ClientJsonApiPut, DataListRetriever, type DirectFetchParams, JsonApiConfig, JsonApiProvider, type JsonApiProviderProps, type MutationMethod, type MutationParams, type TableContent, TableGeneratorRegistry, type TableStructureGeneratorInterface, type TrialSubscriptionStatus, type UseJsonApiGetOptions, type UseJsonApiGetResult, type UseJsonApiMutationResult, type UseOAuthClientReturn, type UseOAuthClientsReturn, type UseOAuthConsentReturn, type UseTableStructureHook, type UseTableStructureHookParams, type UseTableStructureHookReturn, configureClientJsonApi, directFetch, downloadMigrationFile, generateMigrationFile, getClientApiUrl, getClientAppUrl, getClientToken, getClientTrackablePages, registerTableGenerator, tableGeneratorRegistry, useContentTableStructure, useCustomD3Graph, useDebounce, useJsonApiGet, useJsonApiMutation, useNotificationSync, useOAuthClient, useOAuthClients, useOAuthConsent, usePageTracker, usePageUrlGenerator, useRehydration, useRehydrationList, useRoleTableStructure, useSubscriptionStatus, useTableGenerator, useUrlRewriter, useUserSearch, useUserTableStructure };
|
|
500
|
+
export { ClientJsonApiDelete, ClientJsonApiGet, ClientJsonApiPatch, ClientJsonApiPost, ClientJsonApiPut, DataListRetriever, type DirectFetchParams, JsonApiConfig, JsonApiProvider, type JsonApiProviderProps, type MutationMethod, type MutationParams, type TableContent, TableGeneratorRegistry, type TableStructureGeneratorInterface, type TrialSubscriptionStatus, type UseJsonApiGetOptions, type UseJsonApiGetResult, type UseJsonApiMutationResult, type UseOAuthClientReturn, type UseOAuthClientsReturn, type UseOAuthConsentReturn, type UseTableStructureHook, type UseTableStructureHookParams, type UseTableStructureHookReturn, configureClientJsonApi, directFetch, getClientApiUrl, getClientAppUrl, getClientToken, getClientTrackablePages, registerTableGenerator, tableGeneratorRegistry, useContentTableStructure, useCustomD3Graph, useDebounce, useJsonApiGet, useJsonApiMutation, useNotificationSync, useOAuthClient, useOAuthClients, useOAuthConsent, usePageTracker, usePageUrlGenerator, useRehydration, useRehydrationList, useRoleTableStructure, useSubscriptionStatus, useTableGenerator, useUrlRewriter, useUserSearch, useUserTableStructure };
|
package/dist/client/index.js
CHANGED
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
+
var _chunkZDP3MBUIjs = require('../chunk-ZDP3MBUI.js');
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
|
|
32
|
-
var _chunkZEDB6JVBjs = require('../chunk-ZEDB6JVB.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
@@ -40,10 +40,10 @@ var _chunkZEDB6JVBjs = require('../chunk-ZEDB6JVB.js');
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
|
+
var _chunkTWDSDTHUjs = require('../chunk-TWDSDTHU.js');
|
|
43
44
|
|
|
44
45
|
|
|
45
46
|
|
|
46
|
-
var _chunkX4YDETTDjs = require('../chunk-X4YDETTD.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -51,10 +51,7 @@ var _chunkX4YDETTDjs = require('../chunk-X4YDETTD.js');
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
var _chunkFDJQRIMYjs = require('../chunk-FDJQRIMY.js');
|
|
54
|
+
var _chunk5IEWLLLDjs = require('../chunk-5IEWLLLD.js');
|
|
58
55
|
|
|
59
56
|
|
|
60
57
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -120,8 +117,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
120
117
|
|
|
121
118
|
|
|
122
119
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
exports.ClientJsonApiDelete = _chunkFDJQRIMYjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkFDJQRIMYjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkFDJQRIMYjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkFDJQRIMYjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkFDJQRIMYjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkZEDB6JVBjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkZEDB6JVBjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkX4YDETTDjs.configureClientConfig; exports.configureClientJsonApi = _chunkFDJQRIMYjs.configureClientJsonApi; exports.configureI18n = _chunkX4YDETTDjs.configureI18n; exports.configureJsonApi = _chunkX4YDETTDjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunkZEDB6JVBjs.downloadMigrationFile; exports.generateMigrationFile = _chunkZEDB6JVBjs.generateMigrationFile; exports.getApiUrl = _chunkX4YDETTDjs.getApiUrl; exports.getAppUrl = _chunkX4YDETTDjs.getAppUrl; exports.getClientApiUrl = _chunkFDJQRIMYjs.getClientApiUrl; exports.getClientAppUrl = _chunkFDJQRIMYjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkFDJQRIMYjs.getClientTrackablePages; exports.getI18nLink = _chunkX4YDETTDjs.getI18nLink; exports.getStripePublishableKey = _chunkX4YDETTDjs.getStripePublishableKey; exports.getTrackablePages = _chunkX4YDETTDjs.getTrackablePages; exports.registerTableGenerator = _chunkZEDB6JVBjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkZEDB6JVBjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkZEDB6JVBjs.useContentTableStructure; exports.useCustomD3Graph = _chunkZEDB6JVBjs.useCustomD3Graph; exports.useDataListRetriever = _chunkZEDB6JVBjs.useDataListRetriever; exports.useDebounce = _chunkZEDB6JVBjs.useDebounce; exports.useI18nDateFnsLocale = _chunkX4YDETTDjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkX4YDETTDjs.useI18nLocale; exports.useI18nRouter = _chunkX4YDETTDjs.useI18nRouter; exports.useI18nTranslations = _chunkX4YDETTDjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkZEDB6JVBjs.useJsonApiGet; exports.useJsonApiMutation = _chunkZEDB6JVBjs.useJsonApiMutation; exports.useNotificationSync = _chunkZEDB6JVBjs.useNotificationSync; exports.useOAuthClient = _chunkZEDB6JVBjs.useOAuthClient; exports.useOAuthClients = _chunkZEDB6JVBjs.useOAuthClients; exports.useOAuthConsent = _chunkZEDB6JVBjs.useOAuthConsent; exports.usePageTracker = _chunkZEDB6JVBjs.usePageTracker; exports.usePageUrlGenerator = _chunkZEDB6JVBjs.usePageUrlGenerator; exports.useRbacState = _chunkZEDB6JVBjs.useRbacState; exports.useRehydration = _chunkZEDB6JVBjs.useRehydration; exports.useRehydrationList = _chunkZEDB6JVBjs.useRehydrationList; exports.useRoleTableStructure = _chunkZEDB6JVBjs.useRoleTableStructure; exports.useSocket = _chunkZEDB6JVBjs.useSocket; exports.useSubscriptionStatus = _chunkZEDB6JVBjs.useSubscriptionStatus; exports.useTableGenerator = _chunkZEDB6JVBjs.useTableGenerator; exports.useUrlRewriter = _chunkZEDB6JVBjs.useUrlRewriter; exports.useUserSearch = _chunkZEDB6JVBjs.useUserSearch; exports.useUserTableStructure = _chunkZEDB6JVBjs.useUserTableStructure;
|
|
120
|
+
exports.ClientJsonApiDelete = _chunk5IEWLLLDjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk5IEWLLLDjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk5IEWLLLDjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk5IEWLLLDjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk5IEWLLLDjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkZDP3MBUIjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkZDP3MBUIjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkTWDSDTHUjs.configureClientConfig; exports.configureClientJsonApi = _chunk5IEWLLLDjs.configureClientJsonApi; exports.configureI18n = _chunkTWDSDTHUjs.configureI18n; exports.configureJsonApi = _chunkTWDSDTHUjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkTWDSDTHUjs.getApiUrl; exports.getAppUrl = _chunkTWDSDTHUjs.getAppUrl; exports.getClientApiUrl = _chunk5IEWLLLDjs.getClientApiUrl; exports.getClientAppUrl = _chunk5IEWLLLDjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk5IEWLLLDjs.getClientTrackablePages; exports.getI18nLink = _chunkTWDSDTHUjs.getI18nLink; exports.getStripePublishableKey = _chunkTWDSDTHUjs.getStripePublishableKey; exports.getTrackablePages = _chunkTWDSDTHUjs.getTrackablePages; exports.registerTableGenerator = _chunkZDP3MBUIjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkZDP3MBUIjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkZDP3MBUIjs.useContentTableStructure; exports.useCustomD3Graph = _chunkZDP3MBUIjs.useCustomD3Graph; exports.useDataListRetriever = _chunkZDP3MBUIjs.useDataListRetriever; exports.useDebounce = _chunkZDP3MBUIjs.useDebounce; exports.useI18nDateFnsLocale = _chunkTWDSDTHUjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkTWDSDTHUjs.useI18nLocale; exports.useI18nRouter = _chunkTWDSDTHUjs.useI18nRouter; exports.useI18nTranslations = _chunkTWDSDTHUjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkZDP3MBUIjs.useJsonApiGet; exports.useJsonApiMutation = _chunkZDP3MBUIjs.useJsonApiMutation; exports.useNotificationSync = _chunkZDP3MBUIjs.useNotificationSync; exports.useOAuthClient = _chunkZDP3MBUIjs.useOAuthClient; exports.useOAuthClients = _chunkZDP3MBUIjs.useOAuthClients; exports.useOAuthConsent = _chunkZDP3MBUIjs.useOAuthConsent; exports.usePageTracker = _chunkZDP3MBUIjs.usePageTracker; exports.usePageUrlGenerator = _chunkZDP3MBUIjs.usePageUrlGenerator; exports.useRehydration = _chunkZDP3MBUIjs.useRehydration; exports.useRehydrationList = _chunkZDP3MBUIjs.useRehydrationList; exports.useRoleTableStructure = _chunkZDP3MBUIjs.useRoleTableStructure; exports.useSocket = _chunkZDP3MBUIjs.useSocket; exports.useSubscriptionStatus = _chunkZDP3MBUIjs.useSubscriptionStatus; exports.useTableGenerator = _chunkZDP3MBUIjs.useTableGenerator; exports.useUrlRewriter = _chunkZDP3MBUIjs.useUrlRewriter; exports.useUserSearch = _chunkZDP3MBUIjs.useUserSearch; exports.useUserTableStructure = _chunkZDP3MBUIjs.useUserTableStructure;
|
|
127
121
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/client/index.js"],"names":[],"mappings":"AAAA,qFAAY;AACZ;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;
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/client/index.js"],"names":[],"mappings":"AAAA,qFAAY;AACZ;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;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACF,uDAA6B;AAC7B;AACE;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,+pGAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/client/index.js"}
|
package/dist/client/index.mjs
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
import {
|
|
3
3
|
JsonApiProvider,
|
|
4
4
|
TableGeneratorRegistry,
|
|
5
|
-
downloadMigrationFile,
|
|
6
|
-
generateMigrationFile,
|
|
7
5
|
registerTableGenerator,
|
|
8
6
|
tableGeneratorRegistry,
|
|
9
7
|
useContentTableStructure,
|
|
@@ -18,7 +16,6 @@ import {
|
|
|
18
16
|
useOAuthConsent,
|
|
19
17
|
usePageTracker,
|
|
20
18
|
usePageUrlGenerator,
|
|
21
|
-
useRbacState,
|
|
22
19
|
useRehydration,
|
|
23
20
|
useRehydrationList,
|
|
24
21
|
useRoleTableStructure,
|
|
@@ -28,7 +25,7 @@ import {
|
|
|
28
25
|
useUrlRewriter,
|
|
29
26
|
useUserSearch,
|
|
30
27
|
useUserTableStructure
|
|
31
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-ENRSFVOS.mjs";
|
|
32
29
|
import {
|
|
33
30
|
configureClientConfig,
|
|
34
31
|
configureI18n,
|
|
@@ -42,7 +39,7 @@ import {
|
|
|
42
39
|
useI18nLocale,
|
|
43
40
|
useI18nRouter,
|
|
44
41
|
useI18nTranslations
|
|
45
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-MEWXQEVE.mjs";
|
|
46
43
|
import {
|
|
47
44
|
ClientJsonApiDelete,
|
|
48
45
|
ClientJsonApiGet,
|
|
@@ -53,7 +50,7 @@ import {
|
|
|
53
50
|
getClientApiUrl,
|
|
54
51
|
getClientAppUrl,
|
|
55
52
|
getClientTrackablePages
|
|
56
|
-
} from "../chunk-
|
|
53
|
+
} from "../chunk-BKM5U3DE.mjs";
|
|
57
54
|
import {
|
|
58
55
|
getClientToken
|
|
59
56
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -81,8 +78,6 @@ export {
|
|
|
81
78
|
configureI18n,
|
|
82
79
|
configureJsonApi,
|
|
83
80
|
directFetch,
|
|
84
|
-
downloadMigrationFile,
|
|
85
|
-
generateMigrationFile,
|
|
86
81
|
getApiUrl,
|
|
87
82
|
getAppUrl,
|
|
88
83
|
getClientApiUrl,
|
|
@@ -112,7 +107,6 @@ export {
|
|
|
112
107
|
useOAuthConsent,
|
|
113
108
|
usePageTracker,
|
|
114
109
|
usePageUrlGenerator,
|
|
115
|
-
useRbacState,
|
|
116
110
|
useRehydration,
|
|
117
111
|
useRehydrationList,
|
|
118
112
|
useRoleTableStructure,
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
3
|
-
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-
|
|
4
|
-
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-
|
|
2
|
+
import { l as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, C as ContentInterface, j as CompanyInterface, i as CompanyInput, N as NotificationInterface } from '../notification.interface-DLZGtV7Z.mjs';
|
|
3
|
+
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-BKI0ZbtD.mjs';
|
|
4
|
+
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-BKI0ZbtD.mjs';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
7
|
import { PartialBlock } from '@blocknote/core';
|
|
8
|
-
import { D as DataListRetriever
|
|
8
|
+
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
9
9
|
import * as react_hook_form from 'react-hook-form';
|
|
10
10
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
11
11
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
12
12
|
import { DropzoneState, DropzoneOptions } from 'react-dropzone';
|
|
13
13
|
export { DropzoneOptions } from 'react-dropzone';
|
|
14
|
-
import { F as FeatureInterface
|
|
15
|
-
import { B as BreadcrumbItemData, a as HowToInterface, c as AssistantMessageInterface } from '../AssistantMessageInterface-
|
|
14
|
+
import { F as FeatureInterface } from '../feature.interface-CXb1-vNq.mjs';
|
|
15
|
+
import { B as BreadcrumbItemData, a as HowToInterface, c as AssistantMessageInterface } from '../AssistantMessageInterface-Mla6kgPe.mjs';
|
|
16
16
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
17
17
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-BcZeXy5X.mjs';
|
|
18
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
18
|
+
import { b as AuthInterface } from '../auth.interface-XYEREOD6.mjs';
|
|
19
19
|
import z from 'zod';
|
|
20
20
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.mjs';
|
|
21
21
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-o5FLpiN7.mjs';
|
|
22
22
|
import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.mjs';
|
|
23
|
-
import {
|
|
23
|
+
import { P as PermissionValue } from '../RbacTypes-BTbr27Ew.mjs';
|
|
24
24
|
import { Accordion as Accordion$1 } from '@base-ui/react/accordion';
|
|
25
25
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
26
26
|
import { VariantProps } from 'class-variance-authority';
|
|
@@ -1612,27 +1612,6 @@ declare function WaitlistList(): react_jsx_runtime.JSX.Element;
|
|
|
1612
1612
|
|
|
1613
1613
|
declare function RbacContainer(): react_jsx_runtime.JSX.Element | null;
|
|
1614
1614
|
|
|
1615
|
-
interface RbacToolbarProps {
|
|
1616
|
-
isDirty: boolean;
|
|
1617
|
-
onGenerate: () => void;
|
|
1618
|
-
onReset: () => void;
|
|
1619
|
-
}
|
|
1620
|
-
declare function RbacToolbar({ isDirty, onGenerate, onReset }: RbacToolbarProps): react_jsx_runtime.JSX.Element;
|
|
1621
|
-
|
|
1622
|
-
interface RbacFeatureSectionProps {
|
|
1623
|
-
feature: FeatureInterface;
|
|
1624
|
-
roles: RoleInterface[];
|
|
1625
|
-
stateApi: RbacStateApi;
|
|
1626
|
-
}
|
|
1627
|
-
declare function RbacFeatureSection({ feature, roles, stateApi }: RbacFeatureSectionProps): react_jsx_runtime.JSX.Element;
|
|
1628
|
-
|
|
1629
|
-
interface RbacModuleTableProps {
|
|
1630
|
-
module: ModuleInterface;
|
|
1631
|
-
roles: RoleInterface[];
|
|
1632
|
-
stateApi: RbacStateApi;
|
|
1633
|
-
}
|
|
1634
|
-
declare function RbacModuleTable({ module, roles, stateApi }: RbacModuleTableProps): react_jsx_runtime.JSX.Element;
|
|
1635
|
-
|
|
1636
1615
|
interface RbacPermissionCellProps {
|
|
1637
1616
|
value: PermissionValue | undefined | null;
|
|
1638
1617
|
originalValue?: PermissionValue | undefined | null;
|
|
@@ -1641,15 +1620,34 @@ interface RbacPermissionCellProps {
|
|
|
1641
1620
|
}
|
|
1642
1621
|
declare function RbacPermissionCell({ value, originalValue, isRoleColumn, onClick, }: RbacPermissionCellProps): react_jsx_runtime.JSX.Element;
|
|
1643
1622
|
|
|
1623
|
+
/**
|
|
1624
|
+
* Controlled "global" picker. Exactly ONE instance is rendered by
|
|
1625
|
+
* `RbacContainer`; the container holds `activePicker` state and drives this
|
|
1626
|
+
* component's `open` + `anchor` props. Cells themselves are plain clickable
|
|
1627
|
+
* elements — they just open this picker at their own DOM position.
|
|
1628
|
+
*
|
|
1629
|
+
* This replaces the previous design that mounted one `<Popover>` per cell
|
|
1630
|
+
* (~2,600 total), which was both slow AND caused unreliable click handling
|
|
1631
|
+
* across overlapping outside-click listeners.
|
|
1632
|
+
*/
|
|
1644
1633
|
interface RbacPermissionPickerProps {
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1634
|
+
/** Whether the picker is open. Driven by `activePicker !== null` in the container. */
|
|
1635
|
+
open: boolean;
|
|
1636
|
+
/** DOM element the popup should anchor to. Required when `open`. */
|
|
1637
|
+
anchor: HTMLElement | null;
|
|
1638
|
+
/** Current effective value of the active cell (true | string | false | undefined). */
|
|
1639
|
+
value: PermissionValue | undefined;
|
|
1640
|
+
/** True if the active cell is in a role row (enables the "inherit from defaults" button). */
|
|
1641
|
+
isRoleColumn: boolean;
|
|
1642
|
+
/** Relationship paths the backend reports for the active cell's module. */
|
|
1648
1643
|
knownSegments: string[];
|
|
1649
1644
|
onSetValue: (value: PermissionValue) => void;
|
|
1645
|
+
/** Only meaningful for role rows — clears the token so the row inherits defaults. */
|
|
1650
1646
|
onClear?: () => void;
|
|
1647
|
+
/** Called when the picker should close (outside-click, ESC, etc.). */
|
|
1648
|
+
onClose: () => void;
|
|
1651
1649
|
}
|
|
1652
|
-
declare function RbacPermissionPicker({
|
|
1650
|
+
declare function RbacPermissionPicker({ open, anchor, value, isRoleColumn, knownSegments, onSetValue, onClear, onClose, }: RbacPermissionPickerProps): react_jsx_runtime.JSX.Element;
|
|
1653
1651
|
|
|
1654
1652
|
declare function Accordion({ className, ...props }: Accordion$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
1655
1653
|
declare function AccordionItem({ className, ...props }: Accordion$1.Item.Props): react_jsx_runtime.JSX.Element;
|
|
@@ -2395,4 +2393,4 @@ interface MultipleSelectorRef {
|
|
|
2395
2393
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2396
2394
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2397
2395
|
|
|
2398
|
-
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, AssistantContainer, 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, EntityMultiSelector, 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, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, 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, MessageItem, MessageList, 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,
|
|
2396
|
+
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, AssistantContainer, 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, EntityMultiSelector, 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, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, 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, MessageItem, MessageList, 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, RbacPermissionCell, RbacPermissionPicker, 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, UserSearchPopover, 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,26 +1,26 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import {
|
|
3
|
-
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-
|
|
4
|
-
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-
|
|
2
|
+
import { l as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, C as ContentInterface, j as CompanyInterface, i as CompanyInput, N as NotificationInterface } from '../notification.interface-aLEJbA_g.js';
|
|
3
|
+
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-B6DIk8Vf.js';
|
|
4
|
+
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-B6DIk8Vf.js';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
7
|
import { PartialBlock } from '@blocknote/core';
|
|
8
|
-
import { D as DataListRetriever
|
|
8
|
+
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
9
9
|
import * as react_hook_form from 'react-hook-form';
|
|
10
10
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
11
11
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
12
12
|
import { DropzoneState, DropzoneOptions } from 'react-dropzone';
|
|
13
13
|
export { DropzoneOptions } from 'react-dropzone';
|
|
14
|
-
import { F as FeatureInterface
|
|
15
|
-
import { B as BreadcrumbItemData, a as HowToInterface, c as AssistantMessageInterface } from '../AssistantMessageInterface-
|
|
14
|
+
import { F as FeatureInterface } from '../feature.interface-BO25VLlx.js';
|
|
15
|
+
import { B as BreadcrumbItemData, a as HowToInterface, c as AssistantMessageInterface } from '../AssistantMessageInterface-DWnbd6J7.js';
|
|
16
16
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
17
17
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-BcZeXy5X.js';
|
|
18
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
18
|
+
import { b as AuthInterface } from '../auth.interface-BBUgMZzs.js';
|
|
19
19
|
import z from 'zod';
|
|
20
20
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.js';
|
|
21
21
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-B6xmfDzK.js';
|
|
22
22
|
import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.js';
|
|
23
|
-
import {
|
|
23
|
+
import { P as PermissionValue } from '../RbacTypes-BTbr27Ew.js';
|
|
24
24
|
import { Accordion as Accordion$1 } from '@base-ui/react/accordion';
|
|
25
25
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
26
26
|
import { VariantProps } from 'class-variance-authority';
|
|
@@ -1612,27 +1612,6 @@ declare function WaitlistList(): react_jsx_runtime.JSX.Element;
|
|
|
1612
1612
|
|
|
1613
1613
|
declare function RbacContainer(): react_jsx_runtime.JSX.Element | null;
|
|
1614
1614
|
|
|
1615
|
-
interface RbacToolbarProps {
|
|
1616
|
-
isDirty: boolean;
|
|
1617
|
-
onGenerate: () => void;
|
|
1618
|
-
onReset: () => void;
|
|
1619
|
-
}
|
|
1620
|
-
declare function RbacToolbar({ isDirty, onGenerate, onReset }: RbacToolbarProps): react_jsx_runtime.JSX.Element;
|
|
1621
|
-
|
|
1622
|
-
interface RbacFeatureSectionProps {
|
|
1623
|
-
feature: FeatureInterface;
|
|
1624
|
-
roles: RoleInterface[];
|
|
1625
|
-
stateApi: RbacStateApi;
|
|
1626
|
-
}
|
|
1627
|
-
declare function RbacFeatureSection({ feature, roles, stateApi }: RbacFeatureSectionProps): react_jsx_runtime.JSX.Element;
|
|
1628
|
-
|
|
1629
|
-
interface RbacModuleTableProps {
|
|
1630
|
-
module: ModuleInterface;
|
|
1631
|
-
roles: RoleInterface[];
|
|
1632
|
-
stateApi: RbacStateApi;
|
|
1633
|
-
}
|
|
1634
|
-
declare function RbacModuleTable({ module, roles, stateApi }: RbacModuleTableProps): react_jsx_runtime.JSX.Element;
|
|
1635
|
-
|
|
1636
1615
|
interface RbacPermissionCellProps {
|
|
1637
1616
|
value: PermissionValue | undefined | null;
|
|
1638
1617
|
originalValue?: PermissionValue | undefined | null;
|
|
@@ -1641,15 +1620,34 @@ interface RbacPermissionCellProps {
|
|
|
1641
1620
|
}
|
|
1642
1621
|
declare function RbacPermissionCell({ value, originalValue, isRoleColumn, onClick, }: RbacPermissionCellProps): react_jsx_runtime.JSX.Element;
|
|
1643
1622
|
|
|
1623
|
+
/**
|
|
1624
|
+
* Controlled "global" picker. Exactly ONE instance is rendered by
|
|
1625
|
+
* `RbacContainer`; the container holds `activePicker` state and drives this
|
|
1626
|
+
* component's `open` + `anchor` props. Cells themselves are plain clickable
|
|
1627
|
+
* elements — they just open this picker at their own DOM position.
|
|
1628
|
+
*
|
|
1629
|
+
* This replaces the previous design that mounted one `<Popover>` per cell
|
|
1630
|
+
* (~2,600 total), which was both slow AND caused unreliable click handling
|
|
1631
|
+
* across overlapping outside-click listeners.
|
|
1632
|
+
*/
|
|
1644
1633
|
interface RbacPermissionPickerProps {
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1634
|
+
/** Whether the picker is open. Driven by `activePicker !== null` in the container. */
|
|
1635
|
+
open: boolean;
|
|
1636
|
+
/** DOM element the popup should anchor to. Required when `open`. */
|
|
1637
|
+
anchor: HTMLElement | null;
|
|
1638
|
+
/** Current effective value of the active cell (true | string | false | undefined). */
|
|
1639
|
+
value: PermissionValue | undefined;
|
|
1640
|
+
/** True if the active cell is in a role row (enables the "inherit from defaults" button). */
|
|
1641
|
+
isRoleColumn: boolean;
|
|
1642
|
+
/** Relationship paths the backend reports for the active cell's module. */
|
|
1648
1643
|
knownSegments: string[];
|
|
1649
1644
|
onSetValue: (value: PermissionValue) => void;
|
|
1645
|
+
/** Only meaningful for role rows — clears the token so the row inherits defaults. */
|
|
1650
1646
|
onClear?: () => void;
|
|
1647
|
+
/** Called when the picker should close (outside-click, ESC, etc.). */
|
|
1648
|
+
onClose: () => void;
|
|
1651
1649
|
}
|
|
1652
|
-
declare function RbacPermissionPicker({
|
|
1650
|
+
declare function RbacPermissionPicker({ open, anchor, value, isRoleColumn, knownSegments, onSetValue, onClear, onClose, }: RbacPermissionPickerProps): react_jsx_runtime.JSX.Element;
|
|
1653
1651
|
|
|
1654
1652
|
declare function Accordion({ className, ...props }: Accordion$1.Root.Props): react_jsx_runtime.JSX.Element;
|
|
1655
1653
|
declare function AccordionItem({ className, ...props }: Accordion$1.Item.Props): react_jsx_runtime.JSX.Element;
|
|
@@ -2395,4 +2393,4 @@ interface MultipleSelectorRef {
|
|
|
2395
2393
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2396
2394
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2397
2395
|
|
|
2398
|
-
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, AssistantContainer, 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, EntityMultiSelector, 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, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, 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, MessageItem, MessageList, 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,
|
|
2396
|
+
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, AssistantContainer, 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, EntityMultiSelector, 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, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, 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, MessageItem, MessageList, 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, RbacPermissionCell, RbacPermissionPicker, 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, UserSearchPopover, 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 };
|