@acorex/connectivity 21.0.0-next.3 → 21.0.0-next.7
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/fesm2022/acorex-connectivity-mock-get-application-versions-chart-data.query-C3eQfF0A.mjs +115 -0
- package/fesm2022/acorex-connectivity-mock-get-application-versions-chart-data.query-C3eQfF0A.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-application-versions-timeline.query-CLzDz9ob.mjs +163 -0
- package/fesm2022/acorex-connectivity-mock-get-application-versions-timeline.query-CLzDz9ob.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-product-chart-data.query-DDVVFeYN.mjs +97 -0
- package/fesm2022/acorex-connectivity-mock-get-product-chart-data.query-DDVVFeYN.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-product-list.query-ChtYlSTt.mjs +157 -0
- package/fesm2022/acorex-connectivity-mock-get-product-list.query-ChtYlSTt.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-subscriptions-chart-data.query-HxX_bCT8.mjs +56 -0
- package/fesm2022/acorex-connectivity-mock-get-subscriptions-chart-data.query-HxX_bCT8.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-subscriptions-timeline.query-dp08JqLP.mjs +168 -0
- package/fesm2022/acorex-connectivity-mock-get-subscriptions-timeline.query-dp08JqLP.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-tenant-application-access.query-IATTXcAV.mjs +180 -0
- package/fesm2022/acorex-connectivity-mock-get-tenant-application-access.query-IATTXcAV.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-tenant-registration-chart-data.query-DlXi4Rcg.mjs +56 -0
- package/fesm2022/acorex-connectivity-mock-get-tenant-registration-chart-data.query-DlXi4Rcg.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-tenant-registration-timeline.query-hskw8Ioa.mjs +216 -0
- package/fesm2022/acorex-connectivity-mock-get-tenant-registration-timeline.query-hskw8Ioa.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock-get-tenant-user-distribution.query-Bs5U5tze.mjs +134 -0
- package/fesm2022/acorex-connectivity-mock-get-tenant-user-distribution.query-Bs5U5tze.mjs.map +1 -0
- package/fesm2022/acorex-connectivity-mock.mjs +10595 -11891
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/mock/index.d.ts +80 -279
- package/package.json +2 -2
package/mock/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult,
|
|
1
|
+
import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult, AXPCategorizedEntityDto, AXPCategoryEntity, AXPExecuteCommand, AXPExecuteCommandResult, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { Injector } from '@angular/core';
|
|
4
4
|
import * as _acorex_platform_auth from '@acorex/platform/auth';
|
|
5
5
|
import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext } from '@acorex/platform/auth';
|
|
6
6
|
import * as i1 from '@acorex/platform/runtime';
|
|
7
|
-
import { AXPQuery
|
|
7
|
+
import { AXPQuery } from '@acorex/platform/runtime';
|
|
8
8
|
import { Router } from '@angular/router';
|
|
9
9
|
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
10
10
|
import { AXPEntityStorageService, AXPDataSeeder, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
|
|
@@ -16,12 +16,12 @@ import { AXPSpreadsheetData } from '@acorex/platform/layout/components';
|
|
|
16
16
|
import * as _acorex_platform_common from '@acorex/platform/common';
|
|
17
17
|
import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo, CanonicalChange as CanonicalChange$1, AXPVersioningService, AXPVersionEntry as AXPVersionEntry$1, AXVChangeType as AXVChangeType$1 } from '@acorex/platform/common';
|
|
18
18
|
import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
|
|
19
|
+
import { AXPActivityCategory, AXPActivityDefinition, AXPWorkflowCategory, AXPWorkflowCategoryProvider, AXPWorkflowProvider, AXPWorkflowDefinitionMetadata, AXPWorkflowInstance, AXPWorkflowEngine, AXPStartWorkflowRequest, AXPStartWorkflowResponse, AXPResumeWorkflowRequest, AXPResumeWorkflowResponse, AXPGetWorkflowStateRequest, AXPWorkflowInstanceState, AXPWorkflowDefinition } from '@acorex/platform/workflow';
|
|
19
20
|
import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
|
|
20
21
|
import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
|
|
21
22
|
import { AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
|
|
22
23
|
import * as _acorex_modules_calendar_management from '@acorex/modules/calendar-management';
|
|
23
24
|
import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
|
|
24
|
-
import { AXPWorkflowInstance, AXPWorkflowExecutionService, AXPStartWorkflowExecutionRequest, AXPStartWorkflowExecutionResponse, AXPResumeWorkflowExecutionRequest, AXPResumeWorkflowExecutionResponse, AXPGetWorkflowExecutionStateRequest, AXPWorkflowExecutionState, AXPGetWorkflowDefinitionRequest, AXPGetWorkflowDefinitionResponse, AXPWorkflowDefinition } from '@acorex/platform/workflow';
|
|
25
25
|
import { AXPWidgetNode } from '@acorex/platform/layout/widget-core';
|
|
26
26
|
import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
|
|
27
27
|
|
|
@@ -247,6 +247,12 @@ declare class AXCMeasurementCoreMockModule {
|
|
|
247
247
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMeasurementCoreMockModule>;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
+
declare class AXCBusinessCoreMockModule {
|
|
251
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCBusinessCoreMockModule, never>;
|
|
252
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCBusinessCoreMockModule, never, never, never>;
|
|
253
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCBusinessCoreMockModule>;
|
|
254
|
+
}
|
|
255
|
+
|
|
250
256
|
declare class AXCProductCatalogMockModule {
|
|
251
257
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCProductCatalogMockModule, never>;
|
|
252
258
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProductCatalogMockModule, never, never, never>;
|
|
@@ -262,7 +268,7 @@ declare class AXCMiddlewaresModule {
|
|
|
262
268
|
declare class AXCMockModule {
|
|
263
269
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
264
270
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
265
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCSupplierManagementMockModule, typeof AXCProcurementManagementMockModule, typeof AXCOrderManagementMockModule, typeof AXCSubscriptionManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTenantManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPersonManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCMiddlewaresModule], never>;
|
|
271
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCSupplierManagementMockModule, typeof AXCProcurementManagementMockModule, typeof AXCOrderManagementMockModule, typeof AXCSubscriptionManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTenantManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPersonManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCBusinessCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCMiddlewaresModule], never>;
|
|
266
272
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
267
273
|
}
|
|
268
274
|
|
|
@@ -365,17 +371,6 @@ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntitySto
|
|
|
365
371
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCDexieEntityStorageService>;
|
|
366
372
|
}
|
|
367
373
|
|
|
368
|
-
/**
|
|
369
|
-
* Mock implementation of module access control service.
|
|
370
|
-
* Checks if module is enabled in edition.modulesAndFeatures.modules.
|
|
371
|
-
* This is the default behavior - modules are accessible if they're in the edition configuration.
|
|
372
|
-
*/
|
|
373
|
-
declare class MockModuleAccessControlService implements AXPModuleAccessControlService {
|
|
374
|
-
checkAccess(manifest: AXPModuleManifest, context: AXPModuleAccessContext): boolean;
|
|
375
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MockModuleAccessControlService, never>;
|
|
376
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MockModuleAccessControlService>;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
374
|
declare const APPLICATIONS: AXMApplicationManagementApplicationEntityModel[];
|
|
380
375
|
|
|
381
376
|
declare class AXCApplicationDataSeeder implements AXPDataSeeder {
|
|
@@ -808,7 +803,7 @@ declare const TOKENS: {
|
|
|
808
803
|
name: string;
|
|
809
804
|
title: string;
|
|
810
805
|
description: string;
|
|
811
|
-
type: "
|
|
806
|
+
type: "String" | "Integer" | "Boolean" | "Expression";
|
|
812
807
|
expression: string;
|
|
813
808
|
}[];
|
|
814
809
|
|
|
@@ -1009,8 +1004,10 @@ interface JobDefinitionMockDto extends AXPCategorizedEntityDto {
|
|
|
1009
1004
|
id: string;
|
|
1010
1005
|
title: string;
|
|
1011
1006
|
}[];
|
|
1012
|
-
|
|
1013
|
-
responsibilities
|
|
1007
|
+
responsibilityLevelIds?: string[];
|
|
1008
|
+
responsibilities?: AXPSpreadsheetData;
|
|
1009
|
+
jobLevelIds?: string[];
|
|
1010
|
+
jobLevels?: {
|
|
1014
1011
|
id: string;
|
|
1015
1012
|
title: string;
|
|
1016
1013
|
}[];
|
|
@@ -1274,6 +1271,53 @@ declare class AXCWorkflowDefinitionDataSeeder implements AXPDataSeeder {
|
|
|
1274
1271
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowDefinitionDataSeeder>;
|
|
1275
1272
|
}
|
|
1276
1273
|
|
|
1274
|
+
declare const ACTIVITY_CATEGORIES: AXPActivityCategory[];
|
|
1275
|
+
|
|
1276
|
+
declare class AXCActivityCategorySeeder implements AXPDataSeeder {
|
|
1277
|
+
private readonly entityService;
|
|
1278
|
+
seed(): Promise<void>;
|
|
1279
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCActivityCategorySeeder, never>;
|
|
1280
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCActivityCategorySeeder>;
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
declare const ACTIVITY_DEFINITIONS: AXPActivityDefinition[];
|
|
1284
|
+
|
|
1285
|
+
declare class AXCActivityDefinitionSeeder implements AXPDataSeeder {
|
|
1286
|
+
private readonly entityService;
|
|
1287
|
+
seed(): Promise<void>;
|
|
1288
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCActivityDefinitionSeeder, never>;
|
|
1289
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCActivityDefinitionSeeder>;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
declare const WORKFLOW_CATEGORIES: AXPWorkflowCategory[];
|
|
1293
|
+
|
|
1294
|
+
/**
|
|
1295
|
+
* Mock Workflow Category Provider
|
|
1296
|
+
*
|
|
1297
|
+
* Provides workflow categories from mock data.
|
|
1298
|
+
*/
|
|
1299
|
+
declare class AXCWorkflowCategoryProvider implements AXPWorkflowCategoryProvider {
|
|
1300
|
+
getList(parentId?: string): Promise<AXPWorkflowCategory[]>;
|
|
1301
|
+
getById(id: string): Promise<AXPWorkflowCategory | undefined>;
|
|
1302
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowCategoryProvider, never>;
|
|
1303
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowCategoryProvider>;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* Mock Workflow Definition Provider
|
|
1308
|
+
*
|
|
1309
|
+
* Provides workflow definition metadata from mock data.
|
|
1310
|
+
* Converts workflow definitions to metadata format.
|
|
1311
|
+
*/
|
|
1312
|
+
declare class AXCWorkflowDefinitionMetadataProvider implements AXPWorkflowProvider {
|
|
1313
|
+
private metadataCache;
|
|
1314
|
+
private getMetadataCache;
|
|
1315
|
+
getList(categoryId: string): Promise<AXPWorkflowDefinitionMetadata[]>;
|
|
1316
|
+
getById(name: string): Promise<AXPWorkflowDefinitionMetadata | undefined>;
|
|
1317
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowDefinitionMetadataProvider, never>;
|
|
1318
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowDefinitionMetadataProvider>;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1277
1321
|
type extraFields$1 = {
|
|
1278
1322
|
recievedDate: Date;
|
|
1279
1323
|
};
|
|
@@ -1480,20 +1524,6 @@ declare class AXPDashboardDataSeeder implements AXPDataSeeder {
|
|
|
1480
1524
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDashboardDataSeeder>;
|
|
1481
1525
|
}
|
|
1482
1526
|
|
|
1483
|
-
declare class AXMReportCategoryDataSeeder implements AXPDataSeeder {
|
|
1484
|
-
private storageService;
|
|
1485
|
-
seed(): Promise<void>;
|
|
1486
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportCategoryDataSeeder, never>;
|
|
1487
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportCategoryDataSeeder>;
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
declare class AXMReportDefinitionDataSeeder implements AXPDataSeeder {
|
|
1491
|
-
private storageService;
|
|
1492
|
-
seed(): Promise<void>;
|
|
1493
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportDefinitionDataSeeder, never>;
|
|
1494
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportDefinitionDataSeeder>;
|
|
1495
|
-
}
|
|
1496
|
-
|
|
1497
1527
|
declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
|
|
1498
1528
|
private readonly queryService;
|
|
1499
1529
|
private readonly reportDefinitionService;
|
|
@@ -2099,35 +2129,34 @@ declare class AXCWorkflowExecutionDB extends Dexie {
|
|
|
2099
2129
|
declare const axWorkflowExecutionDB: AXCWorkflowExecutionDB;
|
|
2100
2130
|
|
|
2101
2131
|
/**
|
|
2102
|
-
* Mock implementation of
|
|
2132
|
+
* Mock implementation of AXPWorkflowEngine.
|
|
2103
2133
|
*
|
|
2104
|
-
* Uses IndexedDB (via Dexie) to store workflow
|
|
2134
|
+
* Uses IndexedDB (via Dexie) to store workflow instance states.
|
|
2105
2135
|
*
|
|
2106
2136
|
* @example
|
|
2107
2137
|
* ```typescript
|
|
2108
2138
|
* // In module providers
|
|
2109
2139
|
* {
|
|
2110
|
-
* provide:
|
|
2111
|
-
* useClass:
|
|
2140
|
+
* provide: AXP_WORKFLOW_ENGINE,
|
|
2141
|
+
* useClass: AXCWorkflowRuntimeService,
|
|
2112
2142
|
* }
|
|
2113
2143
|
* ```
|
|
2114
2144
|
*/
|
|
2115
|
-
declare class
|
|
2145
|
+
declare class AXCWorkflowRuntimeService implements AXPWorkflowEngine {
|
|
2116
2146
|
private readonly db;
|
|
2117
|
-
private readonly activityProviderService;
|
|
2118
2147
|
private readonly commandService;
|
|
2119
2148
|
private readonly entityStorageService;
|
|
2120
2149
|
/**
|
|
2121
|
-
* Start a new workflow
|
|
2150
|
+
* Start a new workflow instance.
|
|
2122
2151
|
* Creates a workflow instance and stores it in IndexedDB.
|
|
2123
2152
|
*/
|
|
2124
|
-
|
|
2153
|
+
start(request: AXPStartWorkflowRequest): Promise<AXPStartWorkflowResponse>;
|
|
2125
2154
|
/**
|
|
2126
2155
|
* Find activity in Flowchart by ID.
|
|
2127
2156
|
*/
|
|
2128
2157
|
private findActivityInFlowchart;
|
|
2129
2158
|
/**
|
|
2130
|
-
* Resume a suspended workflow
|
|
2159
|
+
* Resume a suspended workflow instance.
|
|
2131
2160
|
*
|
|
2132
2161
|
* After frontend completes its task:
|
|
2133
2162
|
* 1. Validates taskToken
|
|
@@ -2135,21 +2164,11 @@ declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService
|
|
|
2135
2164
|
* 3. Executes ALL backend activities in sequence
|
|
2136
2165
|
* 4. Stops at first frontend activity and returns it as pendingTask
|
|
2137
2166
|
*/
|
|
2138
|
-
|
|
2167
|
+
resume(request: AXPResumeWorkflowRequest): Promise<AXPResumeWorkflowResponse>;
|
|
2139
2168
|
/**
|
|
2140
2169
|
* Get current workflow execution state.
|
|
2141
2170
|
*/
|
|
2142
|
-
|
|
2143
|
-
/**
|
|
2144
|
-
* Get workflow definition by ID.
|
|
2145
|
-
*
|
|
2146
|
-
* In mock implementation, this retrieves workflow definition from localStorage.
|
|
2147
|
-
* In production, this would make an HTTP call to backend API.
|
|
2148
|
-
*
|
|
2149
|
-
* @param request - Get workflow definition request
|
|
2150
|
-
* @returns Workflow definition
|
|
2151
|
-
*/
|
|
2152
|
-
getWorkflowDefinition(request: AXPGetWorkflowDefinitionRequest): Promise<AXPGetWorkflowDefinitionResponse>;
|
|
2171
|
+
getState(request: AXPGetWorkflowStateRequest): Promise<AXPWorkflowInstanceState>;
|
|
2153
2172
|
/**
|
|
2154
2173
|
* Generate unique task token for task-based execution.
|
|
2155
2174
|
* Inspired by Temporal's task tokens for secure task completion.
|
|
@@ -2199,13 +2218,13 @@ declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService
|
|
|
2199
2218
|
*/
|
|
2200
2219
|
private executeHttpRequest;
|
|
2201
2220
|
/**
|
|
2202
|
-
* Convert workflow instance to
|
|
2221
|
+
* Convert workflow instance to instance state.
|
|
2203
2222
|
*/
|
|
2204
|
-
private
|
|
2223
|
+
private instanceToInstanceState;
|
|
2205
2224
|
/**
|
|
2206
|
-
* Update
|
|
2225
|
+
* Update instance state in instance and save to IndexedDB.
|
|
2207
2226
|
*/
|
|
2208
|
-
private
|
|
2227
|
+
private updateInstanceFromState;
|
|
2209
2228
|
/**
|
|
2210
2229
|
* Get workflow instance from IndexedDB.
|
|
2211
2230
|
*/
|
|
@@ -2214,8 +2233,8 @@ declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService
|
|
|
2214
2233
|
* Update workflow instance in IndexedDB.
|
|
2215
2234
|
*/
|
|
2216
2235
|
private updateInstance;
|
|
2217
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
2218
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
2236
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowRuntimeService, never>;
|
|
2237
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowRuntimeService>;
|
|
2219
2238
|
}
|
|
2220
2239
|
|
|
2221
2240
|
/**
|
|
@@ -2231,224 +2250,6 @@ declare const workflowDefinitionIds: {
|
|
|
2231
2250
|
dataProcessing: string;
|
|
2232
2251
|
};
|
|
2233
2252
|
|
|
2234
|
-
/**
|
|
2235
|
-
* Input for CheckPermission activity.
|
|
2236
|
-
*/
|
|
2237
|
-
interface CheckPermissionInput {
|
|
2238
|
-
/**
|
|
2239
|
-
* Permission key to check (e.g., "Users.Create")
|
|
2240
|
-
*/
|
|
2241
|
-
permission: string;
|
|
2242
|
-
/**
|
|
2243
|
-
* User ID to check (optional, defaults to current user)
|
|
2244
|
-
*/
|
|
2245
|
-
userId?: string;
|
|
2246
|
-
}
|
|
2247
|
-
/**
|
|
2248
|
-
* Output for CheckPermission activity.
|
|
2249
|
-
*/
|
|
2250
|
-
interface CheckPermissionOutput {
|
|
2251
|
-
/**
|
|
2252
|
-
* Whether user has the permission
|
|
2253
|
-
*/
|
|
2254
|
-
hasPermission: boolean;
|
|
2255
|
-
/**
|
|
2256
|
-
* User ID that was checked
|
|
2257
|
-
*/
|
|
2258
|
-
userId: string;
|
|
2259
|
-
/**
|
|
2260
|
-
* Permission that was checked
|
|
2261
|
-
*/
|
|
2262
|
-
permission: string;
|
|
2263
|
-
}
|
|
2264
|
-
/**
|
|
2265
|
-
* CheckPermission Activity (Backend)
|
|
2266
|
-
*
|
|
2267
|
-
* Checks if a user has specific permission.
|
|
2268
|
-
* This is a mock implementation that always grants permission for demo purposes.
|
|
2269
|
-
*
|
|
2270
|
-
* In production, this would check against real permission system.
|
|
2271
|
-
*
|
|
2272
|
-
* Execution Mode: backend
|
|
2273
|
-
* Activity Type: workflow-activity:check-permission
|
|
2274
|
-
*
|
|
2275
|
-
* Outcomes:
|
|
2276
|
-
* - HasPermission: User has the permission
|
|
2277
|
-
* - NoPermission: User does not have the permission
|
|
2278
|
-
*/
|
|
2279
|
-
declare class CheckPermissionActivity implements AXPCommand<CheckPermissionInput, {
|
|
2280
|
-
output: CheckPermissionOutput;
|
|
2281
|
-
outcomes: Record<string, any>;
|
|
2282
|
-
}> {
|
|
2283
|
-
execute(input: CheckPermissionInput): Promise<AXPExecuteCommandResult<{
|
|
2284
|
-
output: CheckPermissionOutput;
|
|
2285
|
-
outcomes: Record<string, any>;
|
|
2286
|
-
}>>;
|
|
2287
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckPermissionActivity, never>;
|
|
2288
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CheckPermissionActivity>;
|
|
2289
|
-
}
|
|
2290
|
-
|
|
2291
|
-
/**
|
|
2292
|
-
* Input for ExecuteQuery activity.
|
|
2293
|
-
*/
|
|
2294
|
-
interface ExecuteQueryInput {
|
|
2295
|
-
/**
|
|
2296
|
-
* Query key to execute (e.g., "User:CheckEmailExists")
|
|
2297
|
-
*/
|
|
2298
|
-
queryKey: string;
|
|
2299
|
-
/**
|
|
2300
|
-
* Query parameters
|
|
2301
|
-
*/
|
|
2302
|
-
parameters?: Record<string, any>;
|
|
2303
|
-
}
|
|
2304
|
-
/**
|
|
2305
|
-
* Output for ExecuteQuery activity.
|
|
2306
|
-
*/
|
|
2307
|
-
interface ExecuteQueryOutput {
|
|
2308
|
-
/**
|
|
2309
|
-
* Query result data
|
|
2310
|
-
*/
|
|
2311
|
-
data: any;
|
|
2312
|
-
/**
|
|
2313
|
-
* Whether query executed successfully
|
|
2314
|
-
*/
|
|
2315
|
-
success: boolean;
|
|
2316
|
-
/**
|
|
2317
|
-
* Error message if query failed
|
|
2318
|
-
*/
|
|
2319
|
-
error?: string;
|
|
2320
|
-
}
|
|
2321
|
-
/**
|
|
2322
|
-
* ExecuteQuery Activity (Backend)
|
|
2323
|
-
*
|
|
2324
|
-
* Executes a query operation.
|
|
2325
|
-
* This is a mock implementation that simulates common queries.
|
|
2326
|
-
*
|
|
2327
|
-
* Execution Mode: backend
|
|
2328
|
-
* Activity Type: workflow-activity:execute-query
|
|
2329
|
-
*
|
|
2330
|
-
* Outcomes:
|
|
2331
|
-
* - Done: Query executed successfully
|
|
2332
|
-
* - Valid: Data is valid (for validation queries)
|
|
2333
|
-
* - Exists: Data exists (for existence checks)
|
|
2334
|
-
* - NotFound: Data not found
|
|
2335
|
-
* - Failed: Query execution failed
|
|
2336
|
-
*/
|
|
2337
|
-
declare class ExecuteQueryActivity implements AXPCommand<ExecuteQueryInput, {
|
|
2338
|
-
output: ExecuteQueryOutput;
|
|
2339
|
-
outcomes: Record<string, any>;
|
|
2340
|
-
}> {
|
|
2341
|
-
private readonly storageService;
|
|
2342
|
-
execute(input: ExecuteQueryInput): Promise<AXPExecuteCommandResult<{
|
|
2343
|
-
output: ExecuteQueryOutput;
|
|
2344
|
-
outcomes: Record<string, any>;
|
|
2345
|
-
}>>;
|
|
2346
|
-
/**
|
|
2347
|
-
* Routes query to appropriate handler based on queryKey.
|
|
2348
|
-
*/
|
|
2349
|
-
private routeQuery;
|
|
2350
|
-
/**
|
|
2351
|
-
* Checks if email already exists in database.
|
|
2352
|
-
*/
|
|
2353
|
-
private checkEmailExists;
|
|
2354
|
-
/**
|
|
2355
|
-
* Validates data structure and content.
|
|
2356
|
-
*/
|
|
2357
|
-
private validateData;
|
|
2358
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExecuteQueryActivity, never>;
|
|
2359
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ExecuteQueryActivity>;
|
|
2360
|
-
}
|
|
2361
|
-
|
|
2362
|
-
/**
|
|
2363
|
-
* Input for ExecuteCommand activity.
|
|
2364
|
-
*/
|
|
2365
|
-
interface ExecuteCommandInput {
|
|
2366
|
-
/**
|
|
2367
|
-
* Command key to execute (e.g., "User:Create")
|
|
2368
|
-
*/
|
|
2369
|
-
commandKey: string;
|
|
2370
|
-
/**
|
|
2371
|
-
* Command input data
|
|
2372
|
-
*/
|
|
2373
|
-
input?: Record<string, any>;
|
|
2374
|
-
}
|
|
2375
|
-
/**
|
|
2376
|
-
* Output for ExecuteCommand activity.
|
|
2377
|
-
*/
|
|
2378
|
-
interface ExecuteCommandOutput {
|
|
2379
|
-
/**
|
|
2380
|
-
* Command result data
|
|
2381
|
-
*/
|
|
2382
|
-
result: any;
|
|
2383
|
-
/**
|
|
2384
|
-
* Whether command executed successfully
|
|
2385
|
-
*/
|
|
2386
|
-
success: boolean;
|
|
2387
|
-
/**
|
|
2388
|
-
* Error message if command failed
|
|
2389
|
-
*/
|
|
2390
|
-
error?: string;
|
|
2391
|
-
/**
|
|
2392
|
-
* Created/Updated entity ID (if applicable)
|
|
2393
|
-
*/
|
|
2394
|
-
entityId?: string;
|
|
2395
|
-
}
|
|
2396
|
-
/**
|
|
2397
|
-
* ExecuteCommand Activity (Backend)
|
|
2398
|
-
*
|
|
2399
|
-
* Executes a command operation.
|
|
2400
|
-
* This is a mock implementation that simulates common commands.
|
|
2401
|
-
*
|
|
2402
|
-
* Execution Mode: backend
|
|
2403
|
-
* Activity Type: workflow-activity:execute-command
|
|
2404
|
-
*
|
|
2405
|
-
* Outcomes:
|
|
2406
|
-
* - Done: Command executed successfully
|
|
2407
|
-
* - Failed: Command execution failed
|
|
2408
|
-
*/
|
|
2409
|
-
declare class ExecuteCommandActivity implements AXPCommand<ExecuteCommandInput, {
|
|
2410
|
-
output: ExecuteCommandOutput;
|
|
2411
|
-
outcomes: Record<string, any>;
|
|
2412
|
-
}> {
|
|
2413
|
-
private readonly storageService;
|
|
2414
|
-
execute(input: ExecuteCommandInput): Promise<AXPExecuteCommandResult<{
|
|
2415
|
-
output: ExecuteCommandOutput;
|
|
2416
|
-
outcomes: Record<string, any>;
|
|
2417
|
-
}>>;
|
|
2418
|
-
/**
|
|
2419
|
-
* Routes command to appropriate handler based on commandKey.
|
|
2420
|
-
*/
|
|
2421
|
-
private routeCommand;
|
|
2422
|
-
/**
|
|
2423
|
-
* Creates a new user in the system.
|
|
2424
|
-
*/
|
|
2425
|
-
private createUser;
|
|
2426
|
-
/**
|
|
2427
|
-
* Processes data according to business rules.
|
|
2428
|
-
*/
|
|
2429
|
-
private processData;
|
|
2430
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExecuteCommandActivity, never>;
|
|
2431
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ExecuteCommandActivity>;
|
|
2432
|
-
}
|
|
2433
|
-
|
|
2434
|
-
/**
|
|
2435
|
-
* Provides all backend workflow activities as Commands.
|
|
2436
|
-
*
|
|
2437
|
-
* These activities are registered with the CommandBus and can be executed
|
|
2438
|
-
* by the workflow execution service.
|
|
2439
|
-
*
|
|
2440
|
-
* Usage:
|
|
2441
|
-
* ```typescript
|
|
2442
|
-
* @NgModule({
|
|
2443
|
-
* providers: [
|
|
2444
|
-
* provideWorkflowActivities(),
|
|
2445
|
-
* ]
|
|
2446
|
-
* })
|
|
2447
|
-
* export class AppModule {}
|
|
2448
|
-
* ```
|
|
2449
|
-
*/
|
|
2450
|
-
declare function provideWorkflowActivities(): i0.EnvironmentProviders;
|
|
2451
|
-
|
|
2452
2253
|
declare const titleInterface: AXPWidgetNode;
|
|
2453
2254
|
declare const descriptionInterface: AXPWidgetNode;
|
|
2454
2255
|
declare const versionInterface: AXPWidgetNode;
|
|
@@ -2771,5 +2572,5 @@ declare function bypassAllFilters<T extends AXPQueryRequest>(request: T): T;
|
|
|
2771
2572
|
|
|
2772
2573
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
2773
2574
|
|
|
2774
|
-
export { APPLICATIONS, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonManagementMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowDefinitionDataSeeder,
|
|
2775
|
-
export type { AXCBusinessUnitMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceGroupResult, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult,
|
|
2575
|
+
export { ACTIVITY_CATEGORIES, ACTIVITY_DEFINITIONS, APPLICATIONS, AXCActivityCategorySeeder, AXCActivityDefinitionSeeder, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMetadataCategorySeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrderManagementMockModule, AXCOrganizationManagementMockModule, AXCPersonManagementMockModule, AXCPlatformManagementMockModule, AXCProcurementManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSubscriptionManagementMockModule, AXCSupplierManagementMockModule, AXCTaskManagementMockModule, AXCTenantManagementMockModule, AXCTenantSeeder, AXCTokensDataSeeder, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowCategoryProvider, AXCWorkflowDefinitionDataSeeder, AXCWorkflowDefinitionMetadataProvider, AXCWorkflowExecutionDB, AXCWorkflowManagementMockModule, AXCWorkflowRuntimeService, AXMAiResponderService, AXMAssessmentCaseDataSeeder, AXMAssessmentSessionDataSeeder, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMJobDefinitionDataSeeder, AXMJobLevelDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportExecuteCommand, AXMResponsibilityDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXVChangeType, BUSINESS_UNITS_MOCK, COSTMANAGER_ENTERPRISE, COSTMANAGER_PROFESSIONAL, COSTMANAGER_STANDARD, CRM_ENTERPRISE, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYMENT_TYPES_MOCK, FINANCE_BASIC, FINANCE_ENTERPRISE, FINANCE_PRO, HR_ENTERPRISE, JOB_DEFINITIONS_CATEGORY_MOCK, JOB_DEFINITIONS_MOCK, JOB_LEVELS_MOCK, LASER_PLUMBING_TENANT_ID, LEAVE_REQUESTS_MOCK, ORDERING_BASIC, ORDERING_ENTERPRISE, ORDERING_STANDARD, OWNERSHIP_FILTER_BYPASS, PLATFORM_CONSOLE, PLATFORM_TENANT_ID, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, SAFETYMINDER_BASIC, SAFETYMINDER_ENTERPRISE, SAFETYMINDER_PROFESSIONAL, SHOP_BASIC, SHOP_ENTERPRISE, SHOP_PRO, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TIMEPLICITY_TENANT_ID, TOKENS, VISIBILITY_FILTER_BYPASS, WORKFLOW_CATEGORIES, assessmentCaseMock, assessmentSessionMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, bypassAllFilters, bypassOwnershipFilter, bypassVisibilityFilter, calendarEventMock, calendarEventTypeMockData, calendarMock, checkboxInterface, childCountMiddleware, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, fileUploaderInterface, findContactMethod, findEmployeeById, findPersonById, generateUserDashboard, groupOrderItemCalculatorMiddleware, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, metadataCategoryMocks, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, phoneInterface, primaryMiddleware, qrcodeInterface, questionBankItemMock, questionnaireMock, ratingInterface, richTextInterface, scaleInterface, selectInterface, selectionListInterface, signatureInterface, signatureLoaderMiddleware, tagInterface, tenantMocks, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, urlInterface, versionInterface, visibilityFilterMiddleware, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
|
|
2576
|
+
export type { AXCBusinessUnitMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceGroupResult, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, JobDefinitionMockDto, JobLevelMockDto, MockUserPassCredentials, PersonMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/connectivity",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.7",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/modules": "21.0.0-next.
|
|
5
|
+
"@acorex/modules": "21.0.0-next.7"
|
|
6
6
|
},
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"module": "fesm2022/acorex-connectivity.mjs",
|