@acorex/connectivity 20.6.0-next.2 → 20.6.0-next.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (21) hide show
  1. package/api/index.d.ts +168 -2
  2. package/fesm2022/{acorex-connectivity-api-execute.command-BesxhDsD.mjs → acorex-connectivity-api-execute.command-CQt_HF1B.mjs} +16 -7
  3. package/fesm2022/acorex-connectivity-api-execute.command-CQt_HF1B.mjs.map +1 -0
  4. package/fesm2022/acorex-connectivity-api.mjs +224 -184
  5. package/fesm2022/acorex-connectivity-api.mjs.map +1 -1
  6. package/fesm2022/{acorex-connectivity-mock-category-with-items.query-Cii5As1T.mjs → acorex-connectivity-mock-category-with-items.query-Dsxj98tX.mjs} +5 -5
  7. package/fesm2022/acorex-connectivity-mock-category-with-items.query-Dsxj98tX.mjs.map +1 -0
  8. package/fesm2022/{acorex-connectivity-mock-distribution-record.command-w3zoeELy.mjs → acorex-connectivity-mock-distribution-record.command-DRiDwlqN.mjs} +15 -6
  9. package/fesm2022/acorex-connectivity-mock-distribution-record.command-DRiDwlqN.mjs.map +1 -0
  10. package/fesm2022/{acorex-connectivity-mock-sample.command-C5jZuYcW.mjs → acorex-connectivity-mock-sample.command-CkH5bmEs.mjs} +7 -4
  11. package/fesm2022/acorex-connectivity-mock-sample.command-CkH5bmEs.mjs.map +1 -0
  12. package/fesm2022/acorex-connectivity-mock.mjs +15875 -9867
  13. package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
  14. package/fesm2022/acorex-connectivity-utils.mjs +7 -7
  15. package/fesm2022/acorex-connectivity-utils.mjs.map +1 -1
  16. package/mock/index.d.ts +1317 -95
  17. package/package.json +2 -2
  18. package/fesm2022/acorex-connectivity-api-execute.command-BesxhDsD.mjs.map +0 -1
  19. package/fesm2022/acorex-connectivity-mock-category-with-items.query-Cii5As1T.mjs.map +0 -1
  20. package/fesm2022/acorex-connectivity-mock-distribution-record.command-w3zoeELy.mjs.map +0 -1
  21. package/fesm2022/acorex-connectivity-mock-sample.command-C5jZuYcW.mjs.map +0 -1
package/mock/index.d.ts CHANGED
@@ -1,10 +1,11 @@
1
+ import * as _acorex_platform_core from '@acorex/platform/core';
1
2
  import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult, AXPCategorizedEntityDto, AXPCategoryEntity, AXPExecuteCommand, AXPExecuteCommandResult, AXPActionMenuItem, AXPDataSourceDefinitionProvider, AXPDataSourceDefinition, AXPFileListItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
2
3
  import * as i0 from '@angular/core';
3
4
  import { Injector } from '@angular/core';
4
5
  import * as _acorex_platform_auth from '@acorex/platform/auth';
5
6
  import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext, AXPTenant, AXPApplication } from '@acorex/platform/auth';
6
7
  import * as i1 from '@acorex/platform/runtime';
7
- import { AXPQuery } from '@acorex/platform/runtime';
8
+ import { AXPQuery, AXPCommand } from '@acorex/platform/runtime';
8
9
  import { Router } from '@angular/router';
9
10
  import { AXMAuthConfigs } from '@acorex/modules/auth';
10
11
  import { AXPEntityStorageService, AXPDataSeeder, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
@@ -12,13 +13,16 @@ import Dexie, { Table } from 'dexie';
12
13
  import { AXMApplicationManagementApplicationEntityModel, AXMApplicationManagementEditionEntityModel, AXMApplicationManagementFeatureEntityModel, AXMApplicationManagementModuleEntityModel } from '@acorex/modules/application-management';
13
14
  import * as _acorex_modules_report_management from '@acorex/modules/report-management';
14
15
  import { AXPReportCategoryProvider, AXPReportCategory, AXPReportDefinitionProvider, AXPReportDefinition, AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
16
+ import { AXMWorkflowManagementWorkflowDefinitionEntityModel } from '@acorex/modules/workflow-management';
15
17
  import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/modules/task-management';
16
- import { AXMMetaDataDefinitionEntityModel } from '@acorex/modules/data-management';
17
18
  import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
18
19
  import * as _acorex_modules_calendar_management from '@acorex/modules/calendar-management';
19
20
  import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
21
+ import { AXMLocationManagementLocationEntityModel } from '@acorex/modules/location-management';
20
22
  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';
21
- import { AXPWorkflowExecutionState, AXPWorkflowExecutionService, AXPStartWorkflowExecutionRequest, AXPStartWorkflowExecutionResponse, AXPExecuteBackendActivityRequest, AXPExecuteBackendActivityResponse, AXPResumeWorkflowExecutionRequest, AXPResumeWorkflowExecutionResponse, AXPGetWorkflowExecutionStateRequest, AXPGetWorkflowDefinitionRequest, AXPGetWorkflowDefinitionResponse, AXPExecuteCurrentStepRequest, AXPExecuteCurrentStepResponse } from '@acorex/platform/workflow';
23
+ import { AXPWorkflowInstance, AXPWorkflowExecutionService, AXPStartWorkflowExecutionRequest, AXPStartWorkflowExecutionResponse, AXPResumeWorkflowExecutionRequest, AXPResumeWorkflowExecutionResponse, AXPGetWorkflowExecutionStateRequest, AXPWorkflowExecutionState, AXPGetWorkflowDefinitionRequest, AXPGetWorkflowDefinitionResponse, AXPWorkflowDefinition } from '@acorex/platform/workflow';
24
+ import { AXPWidgetNode } from '@acorex/platform/layout/widget-core';
25
+ import { AXMSystemInsightAuditLogEntityModel } from '@acorex/modules/system-insight';
22
26
  import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
23
27
 
24
28
  declare class AXCCommonMockModule {
@@ -117,10 +121,16 @@ declare class AXCApplicationManagementMockModule {
117
121
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCApplicationManagementMockModule>;
118
122
  }
119
123
 
120
- declare class AXCTrainingManagementMockModule {
121
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCTrainingManagementMockModule, never>;
122
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTrainingManagementMockModule, never, never, never>;
123
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCTrainingManagementMockModule>;
124
+ declare class AXCLearningManagementMockModule {
125
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCLearningManagementMockModule, never>;
126
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLearningManagementMockModule, never, never, never>;
127
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCLearningManagementMockModule>;
128
+ }
129
+
130
+ declare class AXCAssetManagementMockModule {
131
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCAssetManagementMockModule, never>;
132
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAssetManagementMockModule, never, never, never>;
133
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCAssetManagementMockModule>;
124
134
  }
125
135
 
126
136
  declare class AXCProjectManagementMockModule {
@@ -141,10 +151,10 @@ declare class AXCHelpDeskMockModule {
141
151
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCHelpDeskMockModule>;
142
152
  }
143
153
 
144
- declare class AXCLogManagementMockModule {
145
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogManagementMockModule, never>;
146
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLogManagementMockModule, never, never, never>;
147
- static ɵinj: i0.ɵɵInjectorDeclaration<AXCLogManagementMockModule>;
154
+ declare class AXCSystemInsightMockModule {
155
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSystemInsightMockModule, never>;
156
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSystemInsightMockModule, never, never, never>;
157
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCSystemInsightMockModule>;
148
158
  }
149
159
 
150
160
  declare class AXCCalendarManagementMockModule {
@@ -207,6 +217,24 @@ declare class AXCAssessmentManagementMockModule {
207
217
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCAssessmentManagementMockModule>;
208
218
  }
209
219
 
220
+ declare class AXCFinancialCoreMockModule {
221
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCFinancialCoreMockModule, never>;
222
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFinancialCoreMockModule, never, never, never>;
223
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCFinancialCoreMockModule>;
224
+ }
225
+
226
+ declare class AXCMeasurementCoreMockModule {
227
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCMeasurementCoreMockModule, never>;
228
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMeasurementCoreMockModule, never, never, never>;
229
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCMeasurementCoreMockModule>;
230
+ }
231
+
232
+ declare class AXCProductCatalogMockModule {
233
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCProductCatalogMockModule, never>;
234
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProductCatalogMockModule, never, never, never>;
235
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXCProductCatalogMockModule>;
236
+ }
237
+
210
238
  declare class AXCMiddlewaresModule {
211
239
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCMiddlewaresModule, never>;
212
240
  static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMiddlewaresModule, never, never, never>;
@@ -216,7 +244,7 @@ declare class AXCMiddlewaresModule {
216
244
  declare class AXCMockModule {
217
245
  constructor(appInitService: AXPAppStartUpService, injector: Injector);
218
246
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
219
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTrainingManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCLogManagementMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCMiddlewaresModule], never>;
247
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCLearningManagementMockModule, typeof AXCAssetManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCSystemInsightMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCSettingsManagementMockModule, typeof AXCAssessmentManagementMockModule, typeof AXCFinancialCoreMockModule, typeof AXCMeasurementCoreMockModule, typeof AXCProductCatalogMockModule, typeof AXCMiddlewaresModule], never>;
220
248
  static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
221
249
  }
222
250
 
@@ -295,9 +323,9 @@ declare class AXCDexieEntityStorageService extends Dexie implements AXPEntitySto
295
323
  */
296
324
  private isCategoryEntity;
297
325
  /**
298
- * Calculate childCount for each category entity
326
+ * Calculate childrenCount for each category entity
299
327
  */
300
- private calculateChildCounts;
328
+ private calculateChildrenCounts;
301
329
  /**
302
330
  * Get the count of direct children for a category
303
331
  */
@@ -359,8 +387,7 @@ interface QuestionBankItemMockDto extends AXPCategorizedEntityDto {
359
387
  id: string;
360
388
  title: string;
361
389
  description?: string;
362
- widgetType?: string;
363
- widgetOptions?: any;
390
+ interface?: any;
364
391
  scoringType?: 'none' | 'points' | 'weighted' | 'formula';
365
392
  points?: number;
366
393
  weight?: number;
@@ -1124,6 +1151,48 @@ declare class AXMEmploymentTypeDataSeeder implements AXPDataSeeder {
1124
1151
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmploymentTypeDataSeeder>;
1125
1152
  }
1126
1153
 
1154
+ declare const LEAVE_REQUEST_STATUS_DEFINITIONS: readonly [{
1155
+ readonly name: _acorex_platform_core.AXPSystemStatusType.Pending;
1156
+ readonly title: string;
1157
+ readonly icon: "fa-light fa-clock";
1158
+ readonly color: "warning";
1159
+ readonly description: string;
1160
+ readonly order: 1;
1161
+ readonly isActive: true;
1162
+ readonly isInitial: true;
1163
+ readonly isFinal: false;
1164
+ }, {
1165
+ readonly name: _acorex_platform_core.AXPSystemStatusType.Approved;
1166
+ readonly title: string;
1167
+ readonly icon: "fa-light fa-check-circle";
1168
+ readonly color: "success";
1169
+ readonly description: string;
1170
+ readonly order: 3;
1171
+ readonly isActive: true;
1172
+ readonly isInitial: false;
1173
+ readonly isFinal: false;
1174
+ }, {
1175
+ readonly name: _acorex_platform_core.AXPSystemStatusType.Rejected;
1176
+ readonly title: string;
1177
+ readonly icon: "fa-light fa-times-circle";
1178
+ readonly color: "danger";
1179
+ readonly description: string;
1180
+ readonly order: 6;
1181
+ readonly isActive: true;
1182
+ readonly isInitial: false;
1183
+ readonly isFinal: true;
1184
+ }, {
1185
+ readonly name: _acorex_platform_core.AXPSystemStatusType.Cancelled;
1186
+ readonly title: string;
1187
+ readonly icon: "fa-light fa-times-circle";
1188
+ readonly color: "neutral";
1189
+ readonly description: string;
1190
+ readonly order: 6;
1191
+ readonly isActive: true;
1192
+ readonly isInitial: false;
1193
+ readonly isFinal: true;
1194
+ }];
1195
+ type LeaveRequestStatusId = (typeof LEAVE_REQUEST_STATUS_DEFINITIONS)[number]['name'];
1127
1196
  interface AXCLeaveRequestMockDto {
1128
1197
  id: string;
1129
1198
  employeeId: string;
@@ -1134,14 +1203,11 @@ interface AXCLeaveRequestMockDto {
1134
1203
  endDate: Date;
1135
1204
  durationDays: number;
1136
1205
  reason?: string;
1137
- status: 'Pending' | 'Approved' | 'Rejected' | 'Cancelled';
1138
- statusNote?: string;
1139
- statusHistory?: Array<{
1140
- status: 'Pending' | 'Approved' | 'Rejected' | 'Cancelled';
1141
- changedAt: Date;
1142
- changedBy: string;
1143
- note?: string;
1144
- }>;
1206
+ statusId: LeaveRequestStatusId;
1207
+ status?: {
1208
+ id: LeaveRequestStatusId;
1209
+ title: string;
1210
+ };
1145
1211
  }
1146
1212
  declare const LEAVE_REQUESTS_MOCK: AXCLeaveRequestMockDto[];
1147
1213
 
@@ -1357,6 +1423,18 @@ interface TaskTemplate {
1357
1423
  }
1358
1424
  declare const TASK_TEMPLATES: TaskTemplate[];
1359
1425
 
1426
+ /**
1427
+ * Mock workflow definition entities for the entity list.
1428
+ */
1429
+ declare const workflowDefinitionEntityMock: AXMWorkflowManagementWorkflowDefinitionEntityModel[];
1430
+
1431
+ declare class AXCWorkflowDefinitionDataSeeder implements AXPDataSeeder {
1432
+ private readonly storageService;
1433
+ seed(): Promise<void>;
1434
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowDefinitionDataSeeder, never>;
1435
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowDefinitionDataSeeder>;
1436
+ }
1437
+
1360
1438
  type extraFields$1 = {
1361
1439
  recievedDate: Date;
1362
1440
  };
@@ -1491,13 +1569,37 @@ interface CategoryMetadataInheritanceQueryParams {
1491
1569
  entityName: string;
1492
1570
  categoryId: string;
1493
1571
  }
1494
- type CategoryMetadataInheritanceResult = AXMMetaDataDefinitionEntityModel[];
1572
+ /**
1573
+ * Result structure that preserves groups organization
1574
+ */
1575
+ interface CategoryMetadataInheritanceGroupResult {
1576
+ name: string;
1577
+ title?: string;
1578
+ description?: string;
1579
+ order: number;
1580
+ fields: Array<{
1581
+ id: string;
1582
+ name: string;
1583
+ title: string;
1584
+ description?: string;
1585
+ interface: string;
1586
+ configuration?: any;
1587
+ defaultValue?: any;
1588
+ order: number;
1589
+ }>;
1590
+ }
1591
+ type CategoryMetadataInheritanceResult = CategoryMetadataInheritanceGroupResult[];
1495
1592
  declare class AXCQueryCategoryMetadataInheritanceQuery implements AXPQuery<CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult> {
1496
1593
  private injector;
1497
1594
  private metaDataService;
1498
1595
  fetch(params: CategoryMetadataInheritanceQueryParams): Promise<CategoryMetadataInheritanceResult>;
1499
1596
  private findCategoryById;
1500
1597
  private buildCategoryHierarchy;
1598
+ /**
1599
+ * Merge metadata groups from category hierarchy, preserving group structure
1600
+ * Groups are merged by name, with fields from child categories taking precedence
1601
+ */
1602
+ private mergeMetadataGroupsFromHierarchy;
1501
1603
  private collectInheritedMetadata;
1502
1604
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCQueryCategoryMetadataInheritanceQuery, never>;
1503
1605
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCQueryCategoryMetadataInheritanceQuery>;
@@ -1558,7 +1660,7 @@ declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
1558
1660
  private readonly DEFAULT_TOTAL_ITEMS;
1559
1661
  private readonly reportDefinitionService;
1560
1662
  constructor();
1561
- execute(context: AXPLayoutExecutionContext): Promise<AXPExecutionReportCommandResult>;
1663
+ execute(context: AXPLayoutExecutionContext): Promise<AXPExecuteCommandResult<AXPExecutionReportCommandResult>>;
1562
1664
  private generateLayoutData;
1563
1665
  private generateTableData;
1564
1666
  private generateChartData;
@@ -2022,6 +2124,850 @@ declare class AXMMeetingTypeFileTemplateDataSeeder implements AXPDataSeeder {
2022
2124
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingTypeFileTemplateDataSeeder>;
2023
2125
  }
2024
2126
 
2127
+ interface AXMLocationManagementLocationMockModel extends AXMLocationManagementLocationEntityModel {
2128
+ country?: {
2129
+ id: string;
2130
+ title: string;
2131
+ };
2132
+ state?: {
2133
+ id: string;
2134
+ title: string;
2135
+ };
2136
+ city?: {
2137
+ id: string;
2138
+ title: string;
2139
+ };
2140
+ district?: {
2141
+ id: string;
2142
+ title: string;
2143
+ };
2144
+ locationType?: {
2145
+ id: string;
2146
+ title: string;
2147
+ description?: string;
2148
+ icon?: string;
2149
+ color?: string;
2150
+ };
2151
+ }
2152
+
2153
+ declare const learningSkillCategoryMock: ({
2154
+ id: string;
2155
+ title: string;
2156
+ description: string;
2157
+ parentId: null;
2158
+ } | {
2159
+ id: string;
2160
+ title: string;
2161
+ description: string;
2162
+ parentId: string;
2163
+ })[];
2164
+ declare const learningSkillLevelMock: {
2165
+ id: string;
2166
+ name: string;
2167
+ levelNumber: number;
2168
+ description: string;
2169
+ }[];
2170
+ declare const learningSkillMock: {
2171
+ id: string;
2172
+ title: string;
2173
+ description: string;
2174
+ code: string;
2175
+ categoryIds: string[];
2176
+ categories: {
2177
+ id: string;
2178
+ title: string;
2179
+ }[];
2180
+ relatedCourseIds: string[];
2181
+ }[];
2182
+ declare const learningCourseTypeMock: {
2183
+ id: string;
2184
+ name: string;
2185
+ description: string;
2186
+ deliveryMode: string;
2187
+ }[];
2188
+ declare const learningCourseMock: {
2189
+ id: string;
2190
+ code: string;
2191
+ title: string;
2192
+ description: string;
2193
+ courseTypeId: string;
2194
+ courseType: {
2195
+ id: string;
2196
+ name: string;
2197
+ description: string;
2198
+ deliveryMode: string;
2199
+ };
2200
+ durationHours: number;
2201
+ relatedSkillIds: string[];
2202
+ skills: {
2203
+ id: string;
2204
+ title: string;
2205
+ }[];
2206
+ certificateDefinitionIds: string[];
2207
+ certificateDefinitions: Array<{
2208
+ id: string;
2209
+ title: string;
2210
+ }>;
2211
+ }[];
2212
+ declare const learningTrainingTypeMock: {
2213
+ id: string;
2214
+ name: string;
2215
+ description: string;
2216
+ }[];
2217
+ declare const learningTrainingDefinitionMock: ({
2218
+ id: string;
2219
+ title: string;
2220
+ description: string;
2221
+ courseId: string;
2222
+ course: {
2223
+ id: string;
2224
+ title: string;
2225
+ };
2226
+ trainingTypeId: string;
2227
+ trainingType: {
2228
+ id: string;
2229
+ name: string;
2230
+ description: string;
2231
+ };
2232
+ defaultDurationHours: number;
2233
+ defaultCapacity: number;
2234
+ defaultLocationId: string;
2235
+ defaultLocation: AXMLocationManagementLocationMockModel;
2236
+ isActive: boolean;
2237
+ } | {
2238
+ id: string;
2239
+ title: string;
2240
+ description: string;
2241
+ courseId: string;
2242
+ course: {
2243
+ id: string;
2244
+ title: string;
2245
+ };
2246
+ trainingTypeId: string;
2247
+ trainingType: {
2248
+ id: string;
2249
+ name: string;
2250
+ description: string;
2251
+ };
2252
+ defaultDurationHours: number;
2253
+ defaultCapacity: number;
2254
+ defaultLocationId: null;
2255
+ defaultLocation: null;
2256
+ isActive: boolean;
2257
+ })[];
2258
+ declare const learningTrainingMock: ({
2259
+ id: string;
2260
+ trainingDefinitionId: string;
2261
+ trainingDefinition: {
2262
+ id: string;
2263
+ title: string;
2264
+ };
2265
+ courseId: string;
2266
+ course: {
2267
+ id: string;
2268
+ code: string;
2269
+ title: string;
2270
+ description: string;
2271
+ courseTypeId: string;
2272
+ courseType: {
2273
+ id: string;
2274
+ name: string;
2275
+ description: string;
2276
+ deliveryMode: string;
2277
+ };
2278
+ durationHours: number;
2279
+ relatedSkillIds: string[];
2280
+ skills: {
2281
+ id: string;
2282
+ title: string;
2283
+ }[];
2284
+ certificateDefinitionIds: string[];
2285
+ certificateDefinitions: Array<{
2286
+ id: string;
2287
+ title: string;
2288
+ }>;
2289
+ };
2290
+ trainingTypeId: string;
2291
+ trainingType: {
2292
+ id: string;
2293
+ name: string;
2294
+ description: string;
2295
+ };
2296
+ startDate: Date;
2297
+ endDate: Date;
2298
+ locationId: string;
2299
+ location: AXMLocationManagementLocationMockModel;
2300
+ instructorId: string;
2301
+ instructor: {
2302
+ id: string;
2303
+ displayName: string;
2304
+ } | null;
2305
+ capacity: number;
2306
+ status: "Open";
2307
+ notes: string;
2308
+ } | {
2309
+ id: string;
2310
+ trainingDefinitionId: string;
2311
+ trainingDefinition: {
2312
+ id: string;
2313
+ title: string;
2314
+ };
2315
+ courseId: string;
2316
+ course: {
2317
+ id: string;
2318
+ code: string;
2319
+ title: string;
2320
+ description: string;
2321
+ courseTypeId: string;
2322
+ courseType: {
2323
+ id: string;
2324
+ name: string;
2325
+ description: string;
2326
+ deliveryMode: string;
2327
+ };
2328
+ durationHours: number;
2329
+ relatedSkillIds: string[];
2330
+ skills: {
2331
+ id: string;
2332
+ title: string;
2333
+ }[];
2334
+ certificateDefinitionIds: string[];
2335
+ certificateDefinitions: Array<{
2336
+ id: string;
2337
+ title: string;
2338
+ }>;
2339
+ };
2340
+ trainingTypeId: string;
2341
+ trainingType: {
2342
+ id: string;
2343
+ name: string;
2344
+ description: string;
2345
+ };
2346
+ startDate: Date;
2347
+ endDate: Date;
2348
+ locationId: null;
2349
+ location: null;
2350
+ instructorId: string;
2351
+ instructor: {
2352
+ id: string;
2353
+ displayName: string;
2354
+ } | null;
2355
+ capacity: number;
2356
+ status: "Draft";
2357
+ notes: string;
2358
+ })[];
2359
+ declare const learningEnrollmentMock: ({
2360
+ id: string;
2361
+ employeeId: string;
2362
+ employee: {
2363
+ id: string;
2364
+ displayName: string;
2365
+ } | null;
2366
+ trainingId: string;
2367
+ training: {
2368
+ id: string;
2369
+ title: string;
2370
+ };
2371
+ status: "Approved";
2372
+ workflowInstanceId: null;
2373
+ notes: string;
2374
+ } | {
2375
+ id: string;
2376
+ employeeId: string;
2377
+ employee: {
2378
+ id: string;
2379
+ displayName: string;
2380
+ } | null;
2381
+ trainingId: string;
2382
+ training: {
2383
+ id: string;
2384
+ title: string;
2385
+ };
2386
+ status: "Requested";
2387
+ workflowInstanceId: null;
2388
+ notes: string;
2389
+ })[];
2390
+ declare const learningAttendanceMock: ({
2391
+ id: string;
2392
+ enrollmentId: string;
2393
+ enrollment: {
2394
+ id: string;
2395
+ trainingId: string;
2396
+ };
2397
+ sessionDate: Date;
2398
+ status: "Present";
2399
+ notes: string;
2400
+ } | {
2401
+ id: string;
2402
+ enrollmentId: string;
2403
+ enrollment: {
2404
+ id: string;
2405
+ trainingId: string;
2406
+ };
2407
+ sessionDate: Date;
2408
+ status: "Late";
2409
+ notes: string;
2410
+ })[];
2411
+ declare const learningEmployeeSkillMock: ({
2412
+ id: string;
2413
+ employeeId: string;
2414
+ employee: {
2415
+ id: string;
2416
+ displayName: string;
2417
+ } | null;
2418
+ skillId: string;
2419
+ skill: {
2420
+ id: string;
2421
+ title: string;
2422
+ };
2423
+ levelId: string;
2424
+ level: {
2425
+ id: string;
2426
+ name: string;
2427
+ };
2428
+ source: "Training";
2429
+ verifiedBy: string;
2430
+ verifier: {
2431
+ id: string;
2432
+ displayName: string;
2433
+ } | null;
2434
+ verifiedAt: Date;
2435
+ notes: string;
2436
+ } | {
2437
+ id: string;
2438
+ employeeId: string;
2439
+ employee: {
2440
+ id: string;
2441
+ displayName: string;
2442
+ } | null;
2443
+ skillId: string;
2444
+ skill: {
2445
+ id: string;
2446
+ title: string;
2447
+ };
2448
+ levelId: string;
2449
+ level: {
2450
+ id: string;
2451
+ name: string;
2452
+ };
2453
+ source: "Assessment";
2454
+ verifiedBy: string;
2455
+ verifier: {
2456
+ id: string;
2457
+ displayName: string;
2458
+ } | null;
2459
+ verifiedAt: Date;
2460
+ notes: string;
2461
+ })[];
2462
+ declare const learningCertificateTypeMock: {
2463
+ id: string;
2464
+ name: string;
2465
+ description: string;
2466
+ validityDays: number;
2467
+ templateId: null;
2468
+ }[];
2469
+ declare const learningCertificateDefinitionMock: {
2470
+ id: string;
2471
+ title: string;
2472
+ description: string;
2473
+ certificateTypeId: string;
2474
+ certificateType: {
2475
+ id: string;
2476
+ name: string;
2477
+ description: string;
2478
+ validityDays: number;
2479
+ templateId: null;
2480
+ };
2481
+ courseId: string;
2482
+ course: {
2483
+ id: string;
2484
+ title: string;
2485
+ };
2486
+ validityDays: number;
2487
+ templateId: null;
2488
+ isActive: boolean;
2489
+ }[];
2490
+ declare const learningCertificateMock: {
2491
+ id: string;
2492
+ certificateDefinitionId: string;
2493
+ certificateDefinition: {
2494
+ id: string;
2495
+ title: string;
2496
+ };
2497
+ certificateTypeId: string;
2498
+ certificateType: {
2499
+ id: string;
2500
+ name: string;
2501
+ description: string;
2502
+ validityDays: number;
2503
+ templateId: null;
2504
+ };
2505
+ employeeId: string;
2506
+ employee: {
2507
+ id: string;
2508
+ displayName: string;
2509
+ } | null;
2510
+ courseId: string;
2511
+ course: {
2512
+ id: string;
2513
+ title: string;
2514
+ };
2515
+ issueDate: Date;
2516
+ expiryDate: Date;
2517
+ fileId: null;
2518
+ notes: string;
2519
+ }[];
2520
+ declare const learningLearningPathMock: {
2521
+ id: string;
2522
+ name: string;
2523
+ description: string;
2524
+ isActive: boolean;
2525
+ }[];
2526
+ declare const learningLearningPathCourseMock: {
2527
+ id: string;
2528
+ learningPathId: string;
2529
+ courseId: string;
2530
+ course: {
2531
+ id: string;
2532
+ title: string;
2533
+ };
2534
+ orderIndex: number;
2535
+ }[];
2536
+ declare const learningMandatoryTrainingRuleMock: {
2537
+ id: string;
2538
+ positionId: string;
2539
+ position: {
2540
+ id: string;
2541
+ title: string;
2542
+ } | null;
2543
+ courseId: string;
2544
+ course: {
2545
+ id: string;
2546
+ title: string;
2547
+ };
2548
+ frequencyMonths: number;
2549
+ notes: string;
2550
+ }[];
2551
+ declare const learningManagementMockData: {
2552
+ categories: ({
2553
+ id: string;
2554
+ title: string;
2555
+ description: string;
2556
+ parentId: null;
2557
+ } | {
2558
+ id: string;
2559
+ title: string;
2560
+ description: string;
2561
+ parentId: string;
2562
+ })[];
2563
+ skills: {
2564
+ id: string;
2565
+ title: string;
2566
+ description: string;
2567
+ code: string;
2568
+ categoryIds: string[];
2569
+ categories: {
2570
+ id: string;
2571
+ title: string;
2572
+ }[];
2573
+ relatedCourseIds: string[];
2574
+ }[];
2575
+ skillLevels: {
2576
+ id: string;
2577
+ name: string;
2578
+ levelNumber: number;
2579
+ description: string;
2580
+ }[];
2581
+ employeeSkills: ({
2582
+ id: string;
2583
+ employeeId: string;
2584
+ employee: {
2585
+ id: string;
2586
+ displayName: string;
2587
+ } | null;
2588
+ skillId: string;
2589
+ skill: {
2590
+ id: string;
2591
+ title: string;
2592
+ };
2593
+ levelId: string;
2594
+ level: {
2595
+ id: string;
2596
+ name: string;
2597
+ };
2598
+ source: "Training";
2599
+ verifiedBy: string;
2600
+ verifier: {
2601
+ id: string;
2602
+ displayName: string;
2603
+ } | null;
2604
+ verifiedAt: Date;
2605
+ notes: string;
2606
+ } | {
2607
+ id: string;
2608
+ employeeId: string;
2609
+ employee: {
2610
+ id: string;
2611
+ displayName: string;
2612
+ } | null;
2613
+ skillId: string;
2614
+ skill: {
2615
+ id: string;
2616
+ title: string;
2617
+ };
2618
+ levelId: string;
2619
+ level: {
2620
+ id: string;
2621
+ name: string;
2622
+ };
2623
+ source: "Assessment";
2624
+ verifiedBy: string;
2625
+ verifier: {
2626
+ id: string;
2627
+ displayName: string;
2628
+ } | null;
2629
+ verifiedAt: Date;
2630
+ notes: string;
2631
+ })[];
2632
+ courseTypes: {
2633
+ id: string;
2634
+ name: string;
2635
+ description: string;
2636
+ deliveryMode: string;
2637
+ }[];
2638
+ courses: {
2639
+ id: string;
2640
+ code: string;
2641
+ title: string;
2642
+ description: string;
2643
+ courseTypeId: string;
2644
+ courseType: {
2645
+ id: string;
2646
+ name: string;
2647
+ description: string;
2648
+ deliveryMode: string;
2649
+ };
2650
+ durationHours: number;
2651
+ relatedSkillIds: string[];
2652
+ skills: {
2653
+ id: string;
2654
+ title: string;
2655
+ }[];
2656
+ certificateDefinitionIds: string[];
2657
+ certificateDefinitions: Array<{
2658
+ id: string;
2659
+ title: string;
2660
+ }>;
2661
+ }[];
2662
+ trainingTypes: {
2663
+ id: string;
2664
+ name: string;
2665
+ description: string;
2666
+ }[];
2667
+ trainingDefinitions: ({
2668
+ id: string;
2669
+ title: string;
2670
+ description: string;
2671
+ courseId: string;
2672
+ course: {
2673
+ id: string;
2674
+ title: string;
2675
+ };
2676
+ trainingTypeId: string;
2677
+ trainingType: {
2678
+ id: string;
2679
+ name: string;
2680
+ description: string;
2681
+ };
2682
+ defaultDurationHours: number;
2683
+ defaultCapacity: number;
2684
+ defaultLocationId: string;
2685
+ defaultLocation: AXMLocationManagementLocationMockModel;
2686
+ isActive: boolean;
2687
+ } | {
2688
+ id: string;
2689
+ title: string;
2690
+ description: string;
2691
+ courseId: string;
2692
+ course: {
2693
+ id: string;
2694
+ title: string;
2695
+ };
2696
+ trainingTypeId: string;
2697
+ trainingType: {
2698
+ id: string;
2699
+ name: string;
2700
+ description: string;
2701
+ };
2702
+ defaultDurationHours: number;
2703
+ defaultCapacity: number;
2704
+ defaultLocationId: null;
2705
+ defaultLocation: null;
2706
+ isActive: boolean;
2707
+ })[];
2708
+ trainings: ({
2709
+ id: string;
2710
+ trainingDefinitionId: string;
2711
+ trainingDefinition: {
2712
+ id: string;
2713
+ title: string;
2714
+ };
2715
+ courseId: string;
2716
+ course: {
2717
+ id: string;
2718
+ code: string;
2719
+ title: string;
2720
+ description: string;
2721
+ courseTypeId: string;
2722
+ courseType: {
2723
+ id: string;
2724
+ name: string;
2725
+ description: string;
2726
+ deliveryMode: string;
2727
+ };
2728
+ durationHours: number;
2729
+ relatedSkillIds: string[];
2730
+ skills: {
2731
+ id: string;
2732
+ title: string;
2733
+ }[];
2734
+ certificateDefinitionIds: string[];
2735
+ certificateDefinitions: Array<{
2736
+ id: string;
2737
+ title: string;
2738
+ }>;
2739
+ };
2740
+ trainingTypeId: string;
2741
+ trainingType: {
2742
+ id: string;
2743
+ name: string;
2744
+ description: string;
2745
+ };
2746
+ startDate: Date;
2747
+ endDate: Date;
2748
+ locationId: string;
2749
+ location: AXMLocationManagementLocationMockModel;
2750
+ instructorId: string;
2751
+ instructor: {
2752
+ id: string;
2753
+ displayName: string;
2754
+ } | null;
2755
+ capacity: number;
2756
+ status: "Open";
2757
+ notes: string;
2758
+ } | {
2759
+ id: string;
2760
+ trainingDefinitionId: string;
2761
+ trainingDefinition: {
2762
+ id: string;
2763
+ title: string;
2764
+ };
2765
+ courseId: string;
2766
+ course: {
2767
+ id: string;
2768
+ code: string;
2769
+ title: string;
2770
+ description: string;
2771
+ courseTypeId: string;
2772
+ courseType: {
2773
+ id: string;
2774
+ name: string;
2775
+ description: string;
2776
+ deliveryMode: string;
2777
+ };
2778
+ durationHours: number;
2779
+ relatedSkillIds: string[];
2780
+ skills: {
2781
+ id: string;
2782
+ title: string;
2783
+ }[];
2784
+ certificateDefinitionIds: string[];
2785
+ certificateDefinitions: Array<{
2786
+ id: string;
2787
+ title: string;
2788
+ }>;
2789
+ };
2790
+ trainingTypeId: string;
2791
+ trainingType: {
2792
+ id: string;
2793
+ name: string;
2794
+ description: string;
2795
+ };
2796
+ startDate: Date;
2797
+ endDate: Date;
2798
+ locationId: null;
2799
+ location: null;
2800
+ instructorId: string;
2801
+ instructor: {
2802
+ id: string;
2803
+ displayName: string;
2804
+ } | null;
2805
+ capacity: number;
2806
+ status: "Draft";
2807
+ notes: string;
2808
+ })[];
2809
+ enrollments: ({
2810
+ id: string;
2811
+ employeeId: string;
2812
+ employee: {
2813
+ id: string;
2814
+ displayName: string;
2815
+ } | null;
2816
+ trainingId: string;
2817
+ training: {
2818
+ id: string;
2819
+ title: string;
2820
+ };
2821
+ status: "Approved";
2822
+ workflowInstanceId: null;
2823
+ notes: string;
2824
+ } | {
2825
+ id: string;
2826
+ employeeId: string;
2827
+ employee: {
2828
+ id: string;
2829
+ displayName: string;
2830
+ } | null;
2831
+ trainingId: string;
2832
+ training: {
2833
+ id: string;
2834
+ title: string;
2835
+ };
2836
+ status: "Requested";
2837
+ workflowInstanceId: null;
2838
+ notes: string;
2839
+ })[];
2840
+ attendance: ({
2841
+ id: string;
2842
+ enrollmentId: string;
2843
+ enrollment: {
2844
+ id: string;
2845
+ trainingId: string;
2846
+ };
2847
+ sessionDate: Date;
2848
+ status: "Present";
2849
+ notes: string;
2850
+ } | {
2851
+ id: string;
2852
+ enrollmentId: string;
2853
+ enrollment: {
2854
+ id: string;
2855
+ trainingId: string;
2856
+ };
2857
+ sessionDate: Date;
2858
+ status: "Late";
2859
+ notes: string;
2860
+ })[];
2861
+ certificateTypes: {
2862
+ id: string;
2863
+ name: string;
2864
+ description: string;
2865
+ validityDays: number;
2866
+ templateId: null;
2867
+ }[];
2868
+ certificateDefinitions: {
2869
+ id: string;
2870
+ title: string;
2871
+ description: string;
2872
+ certificateTypeId: string;
2873
+ certificateType: {
2874
+ id: string;
2875
+ name: string;
2876
+ description: string;
2877
+ validityDays: number;
2878
+ templateId: null;
2879
+ };
2880
+ courseId: string;
2881
+ course: {
2882
+ id: string;
2883
+ title: string;
2884
+ };
2885
+ validityDays: number;
2886
+ templateId: null;
2887
+ isActive: boolean;
2888
+ }[];
2889
+ certificates: {
2890
+ id: string;
2891
+ certificateDefinitionId: string;
2892
+ certificateDefinition: {
2893
+ id: string;
2894
+ title: string;
2895
+ };
2896
+ certificateTypeId: string;
2897
+ certificateType: {
2898
+ id: string;
2899
+ name: string;
2900
+ description: string;
2901
+ validityDays: number;
2902
+ templateId: null;
2903
+ };
2904
+ employeeId: string;
2905
+ employee: {
2906
+ id: string;
2907
+ displayName: string;
2908
+ } | null;
2909
+ courseId: string;
2910
+ course: {
2911
+ id: string;
2912
+ title: string;
2913
+ };
2914
+ issueDate: Date;
2915
+ expiryDate: Date;
2916
+ fileId: null;
2917
+ notes: string;
2918
+ }[];
2919
+ learningPaths: {
2920
+ id: string;
2921
+ name: string;
2922
+ description: string;
2923
+ isActive: boolean;
2924
+ }[];
2925
+ learningPathCourses: {
2926
+ id: string;
2927
+ learningPathId: string;
2928
+ courseId: string;
2929
+ course: {
2930
+ id: string;
2931
+ title: string;
2932
+ };
2933
+ orderIndex: number;
2934
+ }[];
2935
+ mandatoryTrainingRules: {
2936
+ id: string;
2937
+ positionId: string;
2938
+ position: {
2939
+ id: string;
2940
+ title: string;
2941
+ } | null;
2942
+ courseId: string;
2943
+ course: {
2944
+ id: string;
2945
+ title: string;
2946
+ };
2947
+ frequencyMonths: number;
2948
+ notes: string;
2949
+ }[];
2950
+ };
2951
+ declare const learningManagementEntityKeys: {
2952
+ skillCategory: string;
2953
+ skill: string;
2954
+ skillLevel: string;
2955
+ employeeSkill: string;
2956
+ courseType: string;
2957
+ course: string;
2958
+ trainingType: string;
2959
+ trainingDefinition: string;
2960
+ training: string;
2961
+ enrollment: string;
2962
+ attendance: string;
2963
+ certificateType: string;
2964
+ certificateDefinition: string;
2965
+ certificate: string;
2966
+ learningPath: string;
2967
+ learningPathCourse: string;
2968
+ mandatoryTrainingRule: string;
2969
+ };
2970
+
2025
2971
  declare class AXCLockService implements AXPLockService {
2026
2972
  private className;
2027
2973
  private db;
@@ -2137,7 +3083,7 @@ declare const axVersionDB: AXCVersionDB;
2137
3083
  * Compute canonical JSON Patch-like changes with custom ops for file arrays.
2138
3084
  */
2139
3085
  declare function computeDiff(prevSnapshot: unknown, nextSnapshot: unknown, basePath?: string): CanonicalChange$1[];
2140
- declare class VersioningService implements AXPVersioningService {
3086
+ declare class AXCVersioningService implements AXPVersioningService {
2141
3087
  private readonly db;
2142
3088
  private readonly fileStorage;
2143
3089
  upsertStream(entityType: string, entityId: string): Promise<string>;
@@ -2163,8 +3109,8 @@ declare class VersioningService implements AXPVersioningService {
2163
3109
  oldValue?: unknown;
2164
3110
  newValue?: unknown;
2165
3111
  }>>;
2166
- static ɵfac: i0.ɵɵFactoryDeclaration<VersioningService, never>;
2167
- static ɵprov: i0.ɵɵInjectableDeclaration<VersioningService>;
3112
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCVersioningService, never>;
3113
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCVersioningService>;
2168
3114
  }
2169
3115
 
2170
3116
  interface UIDiffRow {
@@ -2180,24 +3126,14 @@ declare function normalizeAnyFileArrayForView(arr: any[], fileStorage: AXPFileSt
2180
3126
  declare function normalizeSnapshotFileFieldsForView(snapshot: any, fileStorage: AXPFileStorageService): Promise<any>;
2181
3127
 
2182
3128
  /**
2183
- * Workflow execution state stored in IndexedDB.
2184
- * Uses executionId as primary key.
2185
- * Date objects are stored as ISO strings and converted back when retrieved.
2186
- */
2187
- interface AXCWorkflowExecutionStateStorage extends Omit<AXPWorkflowExecutionState, 'lastUpdated'> {
2188
- /**
2189
- * Last update timestamp stored as ISO string (IndexedDB compatibility).
2190
- */
2191
- lastUpdated: string;
2192
- }
2193
- /**
2194
- * Dexie database for workflow execution states.
3129
+ * Dexie database for workflow instances.
2195
3130
  */
2196
3131
  declare class AXCWorkflowExecutionDB extends Dexie {
2197
3132
  /**
2198
- * Table for workflow execution states.
3133
+ * Table for workflow instances.
3134
+ * Uses id as primary key.
2199
3135
  */
2200
- executions: Table<AXCWorkflowExecutionStateStorage, string>;
3136
+ instances: Table<AXPWorkflowInstance, string>;
2201
3137
  constructor();
2202
3138
  }
2203
3139
  /**
@@ -2222,24 +3158,24 @@ declare const axWorkflowExecutionDB: AXCWorkflowExecutionDB;
2222
3158
  declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService {
2223
3159
  private readonly db;
2224
3160
  private readonly activityProviderService;
3161
+ private readonly commandService;
2225
3162
  /**
2226
3163
  * Start a new workflow execution.
3164
+ * Creates a workflow instance and stores it in IndexedDB.
2227
3165
  */
2228
3166
  startExecution(request: AXPStartWorkflowExecutionRequest): Promise<AXPStartWorkflowExecutionResponse>;
2229
3167
  /**
2230
- * Execute a backend activity.
2231
- *
2232
- * In mock implementation, this simulates backend activity execution.
2233
- * For real backend activities (execute-command, execute-query, set-variable),
2234
- * you would typically make an HTTP call. In mock, we just update state.
2235
- */
2236
- executeBackendActivity(request: AXPExecuteBackendActivityRequest): Promise<AXPExecuteBackendActivityResponse>;
2237
- /**
2238
- * Find activity in workflow tree recursively.
3168
+ * Find activity in Flowchart by ID.
2239
3169
  */
2240
- private findActivityInWorkflow;
3170
+ private findActivityInFlowchart;
2241
3171
  /**
2242
3172
  * Resume a suspended workflow execution.
3173
+ *
3174
+ * After frontend completes its task:
3175
+ * 1. Validates taskToken
3176
+ * 2. Finds next activity based on outcome
3177
+ * 3. Executes ALL backend activities in sequence
3178
+ * 4. Stops at first frontend activity and returns it as pendingTask
2243
3179
  */
2244
3180
  resumeExecution(request: AXPResumeWorkflowExecutionRequest): Promise<AXPResumeWorkflowExecutionResponse>;
2245
3181
  /**
@@ -2256,45 +3192,34 @@ declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService
2256
3192
  * @returns Workflow definition
2257
3193
  */
2258
3194
  getWorkflowDefinition(request: AXPGetWorkflowDefinitionRequest): Promise<AXPGetWorkflowDefinitionResponse>;
2259
- /**
2260
- * Convert Elsa Workflow Definition v3.0.0 to AXPWorkflowEngine format
2261
- * https://elsaworkflows.io/schemas/workflow-definition/v3.0.0/schema.json
2262
- */
2263
- private convertElsaToWorkflowEngine;
2264
- /**
2265
- * Extract all activities from root activity recursively
2266
- */
2267
- private extractActivities;
2268
- /**
2269
- * Execute current step from execution state.
2270
- *
2271
- * Backend handles everything: gets state, workflow definition, finds step, determines nextStep.
2272
- */
2273
- executeCurrentStep(request: AXPExecuteCurrentStepRequest): Promise<AXPExecuteCurrentStepResponse>;
2274
3195
  /**
2275
3196
  * Generate unique task token for task-based execution.
2276
3197
  * Inspired by Temporal's task tokens for secure task completion.
2277
3198
  */
2278
3199
  private generateTaskToken;
2279
3200
  /**
2280
- * Determine execution mode for an activity from its descriptor.
3201
+ * Determine execution mode for an activity.
2281
3202
  *
2282
- * First checks if activity has executionMode in its definition (from workflow JSON).
2283
- * If not, falls back to ActivityDescriptor from ActivityProviderService.
3203
+ * Priority (highest to lowest):
3204
+ * 1. Activity instance's executionMode (from AXPActivity in workflow definition)
3205
+ * 2. ActivityDescriptor's executionMode (from ActivityProviderService)
3206
+ * 3. Default: 'frontend'
2284
3207
  *
2285
3208
  * @param activityType - Activity type (e.g., 'workflow-activity:write-line')
2286
- * @param activityDefinition - Activity definition from workflow (may contain executionMode)
3209
+ * @param activity - Activity from workflow definition (AXPActivity)
2287
3210
  * @returns Execution mode: 'frontend', 'backend', or 'both'
2288
3211
  */
2289
3212
  private determineExecutionMode;
2290
3213
  /**
2291
- * Create a task from a workflow step.
3214
+ * Create a task from a workflow activity.
2292
3215
  * Inspired by Temporal's Activity Task and Elsa's Bookmark pattern.
2293
3216
  */
2294
- private createTaskFromStep;
3217
+ private createTaskFromActivity;
2295
3218
  /**
2296
- * Execute backend activities locally in mock service.
2297
- * In production, these would be executed by the actual backend.
3219
+ * Execute backend activities locally using CommandBus.
3220
+ *
3221
+ * Backend activities are registered as Commands and executed via CommandService.
3222
+ * This provides a unified execution channel for all activities.
2298
3223
  */
2299
3224
  private executeBackendActivityLocally;
2300
3225
  /**
@@ -2302,45 +3227,328 @@ declare class AXCWorkflowExecutionService implements AXPWorkflowExecutionService
2302
3227
  */
2303
3228
  private executeSetVariable;
2304
3229
  /**
2305
- * Execute command mock - simulates backend command execution.
3230
+ * Execute HTTP request - makes real HTTP call.
3231
+ * Supports different HTTP methods and handles timeouts.
2306
3232
  */
2307
- private executeCommandMock;
3233
+ private executeHttpRequest;
2308
3234
  /**
2309
- * Execute query mock - simulates backend query execution.
3235
+ * Convert workflow instance to execution state (for backward compatibility).
2310
3236
  */
2311
- private executeQueryMock;
3237
+ private instanceToExecutionState;
2312
3238
  /**
2313
- * Execute HTTP request - makes real HTTP call.
2314
- * Supports different HTTP methods and handles timeouts.
3239
+ * Update execution state in instance and save to IndexedDB.
2315
3240
  */
2316
- private executeHttpRequest;
3241
+ private updateInstanceFromExecutionState;
3242
+ /**
3243
+ * Get workflow instance from IndexedDB.
3244
+ */
3245
+ private getInstance;
3246
+ /**
3247
+ * Update workflow instance in IndexedDB.
3248
+ */
3249
+ private updateInstance;
2317
3250
  static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowExecutionService, never>;
2318
3251
  static ɵprov: i0.ɵɵInjectableDeclaration<AXCWorkflowExecutionService>;
2319
3252
  }
2320
3253
 
2321
- declare class AXCLogReportCategoryProvider implements AXPReportCategoryProvider {
3254
+ /**
3255
+ * Mock workflow definitions for testing and demonstration.
3256
+ */
3257
+ declare const workflowDefinitionMock: AXPWorkflowDefinition[];
3258
+ /**
3259
+ * Export definitionId list for easy access
3260
+ */
3261
+ declare const workflowDefinitionIds: {
3262
+ createUser: string;
3263
+ welcome: string;
3264
+ dataProcessing: string;
3265
+ };
3266
+
3267
+ /**
3268
+ * Input for CheckPermission activity.
3269
+ */
3270
+ interface CheckPermissionInput {
3271
+ /**
3272
+ * Permission key to check (e.g., "Users.Create")
3273
+ */
3274
+ permission: string;
3275
+ /**
3276
+ * User ID to check (optional, defaults to current user)
3277
+ */
3278
+ userId?: string;
3279
+ }
3280
+ /**
3281
+ * Output for CheckPermission activity.
3282
+ */
3283
+ interface CheckPermissionOutput {
3284
+ /**
3285
+ * Whether user has the permission
3286
+ */
3287
+ hasPermission: boolean;
3288
+ /**
3289
+ * User ID that was checked
3290
+ */
3291
+ userId: string;
3292
+ /**
3293
+ * Permission that was checked
3294
+ */
3295
+ permission: string;
3296
+ }
3297
+ /**
3298
+ * CheckPermission Activity (Backend)
3299
+ *
3300
+ * Checks if a user has specific permission.
3301
+ * This is a mock implementation that always grants permission for demo purposes.
3302
+ *
3303
+ * In production, this would check against real permission system.
3304
+ *
3305
+ * Execution Mode: backend
3306
+ * Activity Type: workflow-activity:check-permission
3307
+ *
3308
+ * Outcomes:
3309
+ * - HasPermission: User has the permission
3310
+ * - NoPermission: User does not have the permission
3311
+ */
3312
+ declare class CheckPermissionActivity implements AXPCommand<CheckPermissionInput, {
3313
+ output: CheckPermissionOutput;
3314
+ outcomes: Record<string, any>;
3315
+ }> {
3316
+ execute(input: CheckPermissionInput): Promise<AXPExecuteCommandResult<{
3317
+ output: CheckPermissionOutput;
3318
+ outcomes: Record<string, any>;
3319
+ }>>;
3320
+ static ɵfac: i0.ɵɵFactoryDeclaration<CheckPermissionActivity, never>;
3321
+ static ɵprov: i0.ɵɵInjectableDeclaration<CheckPermissionActivity>;
3322
+ }
3323
+
3324
+ /**
3325
+ * Input for ExecuteQuery activity.
3326
+ */
3327
+ interface ExecuteQueryInput {
3328
+ /**
3329
+ * Query key to execute (e.g., "User:CheckEmailExists")
3330
+ */
3331
+ queryKey: string;
3332
+ /**
3333
+ * Query parameters
3334
+ */
3335
+ parameters?: Record<string, any>;
3336
+ }
3337
+ /**
3338
+ * Output for ExecuteQuery activity.
3339
+ */
3340
+ interface ExecuteQueryOutput {
3341
+ /**
3342
+ * Query result data
3343
+ */
3344
+ data: any;
3345
+ /**
3346
+ * Whether query executed successfully
3347
+ */
3348
+ success: boolean;
3349
+ /**
3350
+ * Error message if query failed
3351
+ */
3352
+ error?: string;
3353
+ }
3354
+ /**
3355
+ * ExecuteQuery Activity (Backend)
3356
+ *
3357
+ * Executes a query operation.
3358
+ * This is a mock implementation that simulates common queries.
3359
+ *
3360
+ * Execution Mode: backend
3361
+ * Activity Type: workflow-activity:execute-query
3362
+ *
3363
+ * Outcomes:
3364
+ * - Done: Query executed successfully
3365
+ * - Valid: Data is valid (for validation queries)
3366
+ * - Exists: Data exists (for existence checks)
3367
+ * - NotFound: Data not found
3368
+ * - Failed: Query execution failed
3369
+ */
3370
+ declare class ExecuteQueryActivity implements AXPCommand<ExecuteQueryInput, {
3371
+ output: ExecuteQueryOutput;
3372
+ outcomes: Record<string, any>;
3373
+ }> {
3374
+ private readonly storageService;
3375
+ execute(input: ExecuteQueryInput): Promise<AXPExecuteCommandResult<{
3376
+ output: ExecuteQueryOutput;
3377
+ outcomes: Record<string, any>;
3378
+ }>>;
3379
+ /**
3380
+ * Routes query to appropriate handler based on queryKey.
3381
+ */
3382
+ private routeQuery;
3383
+ /**
3384
+ * Checks if email already exists in database.
3385
+ */
3386
+ private checkEmailExists;
3387
+ /**
3388
+ * Validates data structure and content.
3389
+ */
3390
+ private validateData;
3391
+ static ɵfac: i0.ɵɵFactoryDeclaration<ExecuteQueryActivity, never>;
3392
+ static ɵprov: i0.ɵɵInjectableDeclaration<ExecuteQueryActivity>;
3393
+ }
3394
+
3395
+ /**
3396
+ * Input for ExecuteCommand activity.
3397
+ */
3398
+ interface ExecuteCommandInput {
3399
+ /**
3400
+ * Command key to execute (e.g., "User:Create")
3401
+ */
3402
+ commandKey: string;
3403
+ /**
3404
+ * Command input data
3405
+ */
3406
+ input?: Record<string, any>;
3407
+ }
3408
+ /**
3409
+ * Output for ExecuteCommand activity.
3410
+ */
3411
+ interface ExecuteCommandOutput {
3412
+ /**
3413
+ * Command result data
3414
+ */
3415
+ result: any;
3416
+ /**
3417
+ * Whether command executed successfully
3418
+ */
3419
+ success: boolean;
3420
+ /**
3421
+ * Error message if command failed
3422
+ */
3423
+ error?: string;
3424
+ /**
3425
+ * Created/Updated entity ID (if applicable)
3426
+ */
3427
+ entityId?: string;
3428
+ }
3429
+ /**
3430
+ * ExecuteCommand Activity (Backend)
3431
+ *
3432
+ * Executes a command operation.
3433
+ * This is a mock implementation that simulates common commands.
3434
+ *
3435
+ * Execution Mode: backend
3436
+ * Activity Type: workflow-activity:execute-command
3437
+ *
3438
+ * Outcomes:
3439
+ * - Done: Command executed successfully
3440
+ * - Failed: Command execution failed
3441
+ */
3442
+ declare class ExecuteCommandActivity implements AXPCommand<ExecuteCommandInput, {
3443
+ output: ExecuteCommandOutput;
3444
+ outcomes: Record<string, any>;
3445
+ }> {
3446
+ private readonly storageService;
3447
+ execute(input: ExecuteCommandInput): Promise<AXPExecuteCommandResult<{
3448
+ output: ExecuteCommandOutput;
3449
+ outcomes: Record<string, any>;
3450
+ }>>;
3451
+ /**
3452
+ * Routes command to appropriate handler based on commandKey.
3453
+ */
3454
+ private routeCommand;
3455
+ /**
3456
+ * Creates a new user in the system.
3457
+ */
3458
+ private createUser;
3459
+ /**
3460
+ * Processes data according to business rules.
3461
+ */
3462
+ private processData;
3463
+ static ɵfac: i0.ɵɵFactoryDeclaration<ExecuteCommandActivity, never>;
3464
+ static ɵprov: i0.ɵɵInjectableDeclaration<ExecuteCommandActivity>;
3465
+ }
3466
+
3467
+ /**
3468
+ * Provides all backend workflow activities as Commands.
3469
+ *
3470
+ * These activities are registered with the CommandBus and can be executed
3471
+ * by the workflow execution service.
3472
+ *
3473
+ * Usage:
3474
+ * ```typescript
3475
+ * @NgModule({
3476
+ * providers: [
3477
+ * provideWorkflowActivities(),
3478
+ * ]
3479
+ * })
3480
+ * export class AppModule {}
3481
+ * ```
3482
+ */
3483
+ declare function provideWorkflowActivities(): i0.EnvironmentProviders;
3484
+
3485
+ declare const titleInterface: AXPWidgetNode;
3486
+ declare const descriptionInterface: AXPWidgetNode;
3487
+ declare const versionInterface: AXPWidgetNode;
3488
+ declare const dateInterface: AXPWidgetNode;
3489
+ declare const dateTimeInterface: AXPWidgetNode;
3490
+ declare const numberInterface: AXPWidgetNode;
3491
+ declare const selectInterface: AXPWidgetNode;
3492
+ declare const checkboxInterface: AXPWidgetNode;
3493
+ declare const toggleInterface: AXPWidgetNode;
3494
+ declare const richTextInterface: AXPWidgetNode;
3495
+ declare const emailInterface: AXPWidgetNode;
3496
+ declare const urlInterface: AXPWidgetNode;
3497
+ declare const passwordInterface: AXPWidgetNode;
3498
+ declare const phoneInterface: AXPWidgetNode;
3499
+ declare const colorInterface: AXPWidgetNode;
3500
+ declare const tagInterface: AXPWidgetNode;
3501
+ declare const textInterface: AXPWidgetNode;
3502
+ declare const textAreaInterface: AXPWidgetNode;
3503
+ declare const fileUploaderInterface: AXPWidgetNode;
3504
+ declare const lookupInterface: AXPWidgetNode;
3505
+ declare const selectionListInterface: AXPWidgetNode;
3506
+ declare const contactInterface: AXPWidgetNode;
3507
+ declare const mapInterface: AXPWidgetNode;
3508
+ declare const signatureInterface: AXPWidgetNode;
3509
+ declare const qrcodeInterface: AXPWidgetNode;
3510
+ declare const avatarInterface: AXPWidgetNode;
3511
+ declare const imageInterface: AXPWidgetNode;
3512
+ declare const timeDurationInterface: AXPWidgetNode;
3513
+ declare const ratingInterface: AXPWidgetNode;
3514
+ declare const scaleInterface: AXPWidgetNode;
3515
+ declare const yesNoInterface: AXPWidgetNode;
3516
+ declare const multipleChoiceInterface: AXPWidgetNode;
3517
+ declare const multipleSelectInterface: AXPWidgetNode;
3518
+ declare const longTextAnswerInterface: AXPWidgetNode;
3519
+
3520
+ declare class AXCSystemInsightReportCategoryProvider implements AXPReportCategoryProvider {
2322
3521
  getList(parentId?: string): Promise<AXPReportCategory[]>;
2323
3522
  getById(id: string): Promise<AXPReportCategory | undefined>;
2324
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogReportCategoryProvider, never>;
2325
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCLogReportCategoryProvider>;
3523
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSystemInsightReportCategoryProvider, never>;
3524
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCSystemInsightReportCategoryProvider>;
2326
3525
  }
2327
- declare class AXCLogReportDefinitionProvider implements AXPReportDefinitionProvider {
3526
+ declare class AXCSystemInsightReportDefinitionProvider implements AXPReportDefinitionProvider {
2328
3527
  getList(categoryId: string): Promise<AXPReportDefinition[]>;
2329
3528
  getById(id: string): Promise<AXPReportDefinition | undefined>;
2330
- static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogReportDefinitionProvider, never>;
2331
- static ɵprov: i0.ɵɵInjectableDeclaration<AXCLogReportDefinitionProvider>;
3529
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXCSystemInsightReportDefinitionProvider, never>;
3530
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXCSystemInsightReportDefinitionProvider>;
2332
3531
  }
2333
- declare const AXC_LOG_REPORT_CATEGORY_PROVIDER: {
3532
+ declare const AXC_SYSTEM_INSIGHT_REPORT_CATEGORY_PROVIDER: {
2334
3533
  provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportCategoryProviderToken[]>;
2335
- useClass: typeof AXCLogReportCategoryProvider;
3534
+ useClass: typeof AXCSystemInsightReportCategoryProvider;
2336
3535
  multi: boolean;
2337
3536
  };
2338
- declare const AXC_LOG_REPORT_DEFINITION_PROVIDER: {
3537
+ declare const AXC_SYSTEM_INSIGHT_REPORT_DEFINITION_PROVIDER: {
2339
3538
  provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportDefinitionProviderToken[]>;
2340
- useClass: typeof AXCLogReportDefinitionProvider;
3539
+ useClass: typeof AXCSystemInsightReportDefinitionProvider;
2341
3540
  multi: boolean;
2342
3541
  };
2343
3542
 
3543
+ declare const auditLogMock: AXMSystemInsightAuditLogEntityModel[];
3544
+
3545
+ declare class AXMSystemInsightAuditLogDataSeeder implements AXPDataSeeder {
3546
+ private storageService;
3547
+ seed(): Promise<void>;
3548
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMSystemInsightAuditLogDataSeeder, never>;
3549
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMSystemInsightAuditLogDataSeeder>;
3550
+ }
3551
+
2344
3552
  interface AXPRuleRow extends AXPIdentifierRule {
2345
3553
  }
2346
3554
  interface AXPSeqRow {
@@ -2500,7 +3708,21 @@ declare const historyLoggerMiddleware: AXPEntityStorageMiddleware;
2500
3708
  */
2501
3709
  declare const signatureLoaderMiddleware: AXPEntityStorageMiddleware;
2502
3710
 
3711
+ /**
3712
+ * Middleware that prevents editing or deleting locked records.
3713
+ *
3714
+ * Supports two types of locks:
3715
+ * 1. 'user' lock: Automatic lock when edit popup is opened.
3716
+ * - Only the user who locked it can edit
3717
+ * - Other users cannot edit
3718
+ *
3719
+ * 2. 'admin' lock: Manual lock by admin for a specific duration or permanently.
3720
+ * - Even the admin who locked it cannot edit
3721
+ * - All users are blocked until lock expires (if expireAt is set)
3722
+ */
3723
+ declare const lockGuardMiddleware: AXPEntityStorageMiddleware;
3724
+
2503
3725
  declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
2504
3726
 
2505
- export { APPLICATIONS, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFeatureDataSeeder, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCLogReportCategoryProvider, AXCLogReportDefinitionProvider, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCModuleDataSeeder, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTrainingManagementMockModule, AXCUserPassStrategyMock, AXCVersionDB, AXCWorkflowExecutionDB, AXCWorkflowExecutionService, AXCWorkflowManagementMockModule, AXC_LOG_REPORT_CATEGORY_PROVIDER, AXC_LOG_REPORT_DEFINITION_PROVIDER, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMCollaboratorDataSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMPublicationDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponseEntryDataSeeder, AXMResponseSessionDataSeeder, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER, AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXQEmployeeSkillsLevelPercentagesQuery, AXQEmployeeSkillsLevelsQuery, AXQEmployeeSkillsListQuery, AXQEmployeeSkillsSkillPercentagesQuery, AXQEmployeeSkillsStatsQuery, AXQEmployeeSkillsTrendQuery, AXVChangeType, BUSINESS_UNITS_MOCK, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, VersioningService, applications, auditLoggerMiddleware, axVersionDB, axWorkflowExecutionDB, calendarEventMock, calendarEventTypeMockData, calendarMock, childCountMiddleware, collaboratorMock, computeDiff, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, historyLoggerMiddleware, identifierCommitMiddleware, lookupResolverMiddleware, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, participantIds, primaryMiddleware, publicationMock, questionBankItemMock, questionnaireMock, responseEntryMock, responseSessionMock, signatureLoaderMiddleware, tenantsMock, toUiRows };
2506
- export type { AXCBusinessUnitMockDto, AXCEmployeeSkillMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXCWorkflowExecutionStateStorage, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, MockUserPassCredentials, PartyMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };
3727
+ export { APPLICATIONS, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationDataSeeder, AXCApplicationManagementMockModule, AXCAssessmentManagementMockModule, AXCAssetManagementMockModule, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCEditionDataSeeder, AXCFeatureDataSeeder, AXCFileStorageService, AXCFinancialCoreMockModule, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLearningManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCMeasurementCoreMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCModuleDataSeeder, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProductCatalogMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSecurityManagementMockModule, AXCSystemInsightMockModule, AXCSystemInsightReportCategoryProvider, AXCSystemInsightReportDefinitionProvider, AXCTaskManagementMockModule, AXCUserPassStrategyMock, AXCVersionDB, AXCVersioningService, AXCWorkflowDefinitionDataSeeder, AXCWorkflowExecutionDB, AXCWorkflowExecutionService, AXCWorkflowManagementMockModule, AXC_SYSTEM_INSIGHT_REPORT_CATEGORY_PROVIDER, AXC_SYSTEM_INSIGHT_REPORT_DEFINITION_PROVIDER, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMCollaboratorDataSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMPublicationDataSeeder, AXMQuestionBankItemCategoryDataSeeder, AXMQuestionBankItemDataSeeder, AXMQuestionnaireCategoryDataSeeder, AXMQuestionnaireDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponseEntryDataSeeder, AXMResponseSessionDataSeeder, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, AXMSystemInsightAuditLogDataSeeder, AXMTagDataSeeder, AXMTeamDataSeeder, AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER, AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXQEmployeeSkillsLevelPercentagesQuery, AXQEmployeeSkillsLevelsQuery, AXQEmployeeSkillsListQuery, AXQEmployeeSkillsSkillPercentagesQuery, AXQEmployeeSkillsStatsQuery, AXQEmployeeSkillsTrendQuery, AXVChangeType, BUSINESS_UNITS_MOCK, CheckPermissionActivity, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, ExecuteCommandActivity, ExecuteQueryActivity, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, QUESTIONNAIRE_CATEGORY_MOCK, QUESTION_BANK_ITEM_CATEGORY_MOCK, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TAGS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, applications, auditLogMock, auditLoggerMiddleware, avatarInterface, axVersionDB, axWorkflowExecutionDB, calendarEventMock, calendarEventTypeMockData, calendarMock, checkboxInterface, childCountMiddleware, collaboratorMock, colorInterface, computeDiff, contactInterface, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, dateInterface, dateTimeInterface, descriptionInterface, emailInterface, fileUploaderInterface, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, historyLoggerMiddleware, identifierCommitMiddleware, imageInterface, learningAttendanceMock, learningCertificateDefinitionMock, learningCertificateMock, learningCertificateTypeMock, learningCourseMock, learningCourseTypeMock, learningEmployeeSkillMock, learningEnrollmentMock, learningLearningPathCourseMock, learningLearningPathMock, learningManagementEntityKeys, learningManagementMockData, learningMandatoryTrainingRuleMock, learningSkillCategoryMock, learningSkillLevelMock, learningSkillMock, learningTrainingDefinitionMock, learningTrainingMock, learningTrainingTypeMock, lockGuardMiddleware, longTextAnswerInterface, lookupInterface, lookupResolverMiddleware, mapInterface, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, multipleChoiceInterface, multipleSelectInterface, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, numberInterface, participantIds, passwordInterface, phoneInterface, primaryMiddleware, provideWorkflowActivities, publicationMock, qrcodeInterface, questionBankItemMock, questionnaireMock, ratingInterface, responseEntryMock, responseSessionMock, richTextInterface, scaleInterface, selectInterface, selectionListInterface, signatureInterface, signatureLoaderMiddleware, tagInterface, tenantsMock, textAreaInterface, textInterface, timeDurationInterface, titleInterface, toUiRows, toggleInterface, urlInterface, versionInterface, workflowDefinitionEntityMock, workflowDefinitionIds, workflowDefinitionMock, yesNoInterface };
3728
+ export type { AXCBusinessUnitMockDto, AXCEmployeeSkillMockDto, AXCLeaveRequestMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXMTag, AXPLogRow, AXPRuleRow, AXPSeqRow, AXPVersionChange, AXPVersionEntry, AXPVersionStream, CanonicalChange, CanonicalChangeOp, CategoryMetadataInheritanceGroupResult, CategoryMetadataInheritanceQueryParams, CategoryMetadataInheritanceResult, CheckPermissionInput, CheckPermissionOutput, ExecuteCommandInput, ExecuteCommandOutput, ExecuteQueryInput, ExecuteQueryOutput, MockUserPassCredentials, PartyMockData, PositionMockDto, QuestionBankItemMockDto, QuestionnaireMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType, UIDiffRow, VersionedFileInfo };