@acorex/connectivity 20.3.0-next.12 → 20.3.0-next.14
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-api-execute.command-CP4cZ_5M.mjs → acorex-connectivity-api-execute.command-C7T_l_Hc.mjs} +4 -4
- package/fesm2022/{acorex-connectivity-api-execute.command-CP4cZ_5M.mjs.map → acorex-connectivity-api-execute.command-C7T_l_Hc.mjs.map} +1 -1
- package/fesm2022/acorex-connectivity-api.mjs +44 -44
- package/fesm2022/acorex-connectivity-api.mjs.map +1 -1
- package/fesm2022/{acorex-connectivity-mock-category-with-items.query-DEY9R9q2.mjs → acorex-connectivity-mock-category-with-items.query-kMcM8p9C.mjs} +4 -4
- package/fesm2022/{acorex-connectivity-mock-category-with-items.query-DEY9R9q2.mjs.map → acorex-connectivity-mock-category-with-items.query-kMcM8p9C.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-employee-structure.queries-CchlfSox.mjs → acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs} +16 -16
- package/fesm2022/{acorex-connectivity-mock-employee-structure.queries-CchlfSox.mjs.map → acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs.map} +1 -1
- package/fesm2022/{acorex-connectivity-mock-sample.command-BtkzyYby.mjs → acorex-connectivity-mock-sample.command-BidJ9Vy0.mjs} +4 -4
- package/fesm2022/{acorex-connectivity-mock-sample.command-BtkzyYby.mjs.map → acorex-connectivity-mock-sample.command-BidJ9Vy0.mjs.map} +1 -1
- package/fesm2022/acorex-connectivity-mock.mjs +1093 -568
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/fesm2022/acorex-connectivity-utils.mjs +7 -7
- package/fesm2022/acorex-connectivity-utils.mjs.map +1 -1
- package/mock/index.d.ts +109 -5
- package/package.json +1 -1
|
@@ -13,20 +13,20 @@ import { of, delay, filter, take, map, throttleTime } from 'rxjs';
|
|
|
13
13
|
import { AXMPermissionsKeys, RootConfig as RootConfig$7, AXMFormTemplateTypes } from '@acorex/modules/form-template-management';
|
|
14
14
|
import { AXMPermissionsKeys as AXMPermissionsKeys$1, RootConfig as RootConfig$m } from '@acorex/modules/help-desk';
|
|
15
15
|
import { RootConfig as RootConfig$1 } from '@acorex/modules/calendar-management';
|
|
16
|
-
import { AXPFileStorageStatus, AXP_SEARCH_PROVIDER, AXPLockService,
|
|
16
|
+
import { AXPFileStorageStatus, AXPFileStorageService, AXVChangeType as AXVChangeType$1, AXP_SEARCH_PROVIDER, AXPLockService, AXPVersioningService, AXPAppVersionService } from '@acorex/platform/common';
|
|
17
17
|
import Dexie from 'dexie';
|
|
18
18
|
import { AXFileService } from '@acorex/core/file';
|
|
19
19
|
import { RootConfig as RootConfig$2 } from '@acorex/modules/contact-management';
|
|
20
20
|
import { AXMChatManagementService, AXMChatRealtimeService, AXMCommentManagementService, AXMCommentRealtimeService, RootConfig as RootConfig$3 } from '@acorex/modules/conversation';
|
|
21
21
|
import { AXPBarChartWidget, AXPDonutChartWidget, AXPGaugeChartWidget, AXPLineChartWidget, AXPDashboardShortcutWidget, AXPAdvancedWeatherWidget, AXPAnalogClockWidget, AXPMinimalWeatherWidget, AXPStickyNoteWidget, RootConfig as RootConfig$4 } from '@acorex/modules/dashboard-management';
|
|
22
|
-
import { AXPTaskBoardShortcut, AXPTaskBoardWidget, RootConfig as RootConfig$h } from '@acorex/modules/task-management';
|
|
22
|
+
import { AXPTaskBoardShortcut, AXPTaskBoardWidget, RootConfig as RootConfig$h, AXPWorkflowTaskProvider } from '@acorex/modules/task-management';
|
|
23
23
|
import { AXPMyNotificationDashboardWidget, RootConfig as RootConfig$b, AXMNotificationEntityServiceImpl, AXMNotificationEntityService } from '@acorex/modules/notification-management';
|
|
24
24
|
import { RootConfig as RootConfig$5, AXMMetaDataDefinitionService } from '@acorex/modules/data-management';
|
|
25
25
|
import { get, set } from 'lodash-es';
|
|
26
26
|
import { provideQuerySetups, AXPCommandService, provideCommandSetups, AXPQueryService, AXPRuntimeModule } from '@acorex/platform/runtime';
|
|
27
27
|
import { AXMDistributionServiceImpl, AXMDocumentService, AXMDistributionInteractionService, RootConfig as RootConfig$6, AXMFolderServiceImpl, AXMDocumentServiceImpl, AXMReviewService, AXMReviewServiceImpl, AXMDistributionInteractionServiceImpl, AXMFolderService, AXMDistributionService } from '@acorex/modules/document-management';
|
|
28
28
|
import { AXDataSource } from '@acorex/cdk/common';
|
|
29
|
-
import { AXPWidgetsCatalog } from '@acorex/platform/layout/
|
|
29
|
+
import { AXPWidgetsCatalog } from '@acorex/platform/layout/widget-core';
|
|
30
30
|
import { RootConfig as RootConfig$8 } from '@acorex/modules/locale-management';
|
|
31
31
|
import { RootConfig as RootConfig$9 } from '@acorex/modules/location-management';
|
|
32
32
|
import { RootConfig as RootConfig$a } from '@acorex/modules/log-management';
|
|
@@ -38,7 +38,6 @@ import { RootConfig as RootConfig$e } from '@acorex/modules/platform-management'
|
|
|
38
38
|
import { RootConfig as RootConfig$f } from '@acorex/modules/project-management';
|
|
39
39
|
import { RootConfig as RootConfig$i } from '@acorex/modules/training-management';
|
|
40
40
|
import { AXCalendarService } from '@acorex/core/date-time';
|
|
41
|
-
import { AXPWorkflowTaskProvider } from '@acorex/platform/workflow';
|
|
42
41
|
import { RootConfig as RootConfig$j } from '@acorex/modules/party-management';
|
|
43
42
|
import { RootConfig as RootConfig$k } from '@acorex/modules/content-management';
|
|
44
43
|
import { AXP_IDENTIFIER_RULES, AXPIdentifierService, AXPSimplePatternEngine, buildScopeHash, AXP_DEFAULT_TOKEN_PROVIDERS, AXP_IDENTIFIER_SERVICE } from '@acorex/modules/identifier-management';
|
|
@@ -238,10 +237,10 @@ class AXCUserPassStrategyMock extends AXPAuthStrategy {
|
|
|
238
237
|
},
|
|
239
238
|
};
|
|
240
239
|
}
|
|
241
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
242
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
240
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCUserPassStrategyMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
241
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCUserPassStrategyMock }); }
|
|
243
242
|
}
|
|
244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCUserPassStrategyMock, decorators: [{
|
|
245
244
|
type: Injectable
|
|
246
245
|
}], ctorParameters: () => [] });
|
|
247
246
|
|
|
@@ -270,10 +269,10 @@ class MockApplicationLoader {
|
|
|
270
269
|
return of([demo_app]).pipe(delay(500));
|
|
271
270
|
}
|
|
272
271
|
}
|
|
273
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
274
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
272
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MockApplicationLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
273
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MockApplicationLoader }); }
|
|
275
274
|
}
|
|
276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
275
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MockApplicationLoader, decorators: [{
|
|
277
276
|
type: Injectable
|
|
278
277
|
}] });
|
|
279
278
|
|
|
@@ -318,10 +317,10 @@ class MockPermissionLoader {
|
|
|
318
317
|
return of(this.userPermissions);
|
|
319
318
|
}
|
|
320
319
|
}
|
|
321
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
322
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
320
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MockPermissionLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
321
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MockPermissionLoader }); }
|
|
323
322
|
}
|
|
324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
323
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MockPermissionLoader, decorators: [{
|
|
325
324
|
type: Injectable
|
|
326
325
|
}] });
|
|
327
326
|
|
|
@@ -347,24 +346,24 @@ class MockTenantLoader {
|
|
|
347
346
|
return of([demo_tenant]).pipe(delay(500));
|
|
348
347
|
}
|
|
349
348
|
}
|
|
350
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
351
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
349
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MockTenantLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
350
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MockTenantLoader }); }
|
|
352
351
|
}
|
|
353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
352
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: MockTenantLoader, decorators: [{
|
|
354
353
|
type: Injectable
|
|
355
354
|
}] });
|
|
356
355
|
|
|
357
356
|
class AXCAuthMockModule {
|
|
358
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
359
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
360
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
357
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCAuthMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
358
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCAuthMockModule }); }
|
|
359
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCAuthMockModule, providers: [
|
|
361
360
|
{ provide: AXP_APPLICATION_LOADER, useClass: MockApplicationLoader },
|
|
362
361
|
{ provide: AXP_FEATURE_LOADER, useClass: MockFeatureLoader },
|
|
363
362
|
{ provide: AXP_PERMISSION_LOADER, useClass: MockPermissionLoader },
|
|
364
363
|
{ provide: AXP_TENANT_LOADER, useClass: MockTenantLoader },
|
|
365
364
|
] }); }
|
|
366
365
|
}
|
|
367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCAuthMockModule, decorators: [{
|
|
368
367
|
type: NgModule,
|
|
369
368
|
args: [{
|
|
370
369
|
imports: [],
|
|
@@ -541,10 +540,10 @@ class AXCCalendarDataSeeder {
|
|
|
541
540
|
async seed() {
|
|
542
541
|
await this.storageService.initial(`${RootConfig$1.module.name}.${RootConfig$1.entities.calendar.name}`, calendarMock);
|
|
543
542
|
}
|
|
544
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
545
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
543
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
544
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarDataSeeder }); }
|
|
546
545
|
}
|
|
547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarDataSeeder, decorators: [{
|
|
548
547
|
type: Injectable
|
|
549
548
|
}] });
|
|
550
549
|
|
|
@@ -819,10 +818,10 @@ class AXCCalendarEventDataSeeder {
|
|
|
819
818
|
async seed() {
|
|
820
819
|
await this.storageService.initial(`${RootConfig$1.module.name}.${RootConfig$1.entities.calendarEvent.name}`, calendarEventMock);
|
|
821
820
|
}
|
|
822
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
823
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
821
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarEventDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
822
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarEventDataSeeder }); }
|
|
824
823
|
}
|
|
825
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
824
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarEventDataSeeder, decorators: [{
|
|
826
825
|
type: Injectable
|
|
827
826
|
}] });
|
|
828
827
|
|
|
@@ -833,17 +832,17 @@ class AXMCalendarEventTypeSeeder {
|
|
|
833
832
|
async seed() {
|
|
834
833
|
await this.storageService.initial(`${RootConfig$1.module.name}.${RootConfig$1.entities.calendarEventType.name}`, calendarEventTypeMockData);
|
|
835
834
|
}
|
|
836
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
837
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
835
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMCalendarEventTypeSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
836
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMCalendarEventTypeSeeder }); }
|
|
838
837
|
}
|
|
839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
838
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMCalendarEventTypeSeeder, decorators: [{
|
|
840
839
|
type: Injectable
|
|
841
840
|
}] });
|
|
842
841
|
|
|
843
842
|
class AXCCalendarManagementMockModule {
|
|
844
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
845
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
846
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
843
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
844
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarManagementMockModule }); }
|
|
845
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarManagementMockModule, providers: [
|
|
847
846
|
{
|
|
848
847
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
849
848
|
useClass: AXCCalendarDataSeeder,
|
|
@@ -861,7 +860,7 @@ class AXCCalendarManagementMockModule {
|
|
|
861
860
|
},
|
|
862
861
|
] }); }
|
|
863
862
|
}
|
|
864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCalendarManagementMockModule, decorators: [{
|
|
865
864
|
type: NgModule,
|
|
866
865
|
args: [{
|
|
867
866
|
providers: [
|
|
@@ -1142,16 +1141,16 @@ class AXCLockService {
|
|
|
1142
1141
|
}
|
|
1143
1142
|
return collection.toArray();
|
|
1144
1143
|
}
|
|
1145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1146
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
1144
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1145
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLockService }); }
|
|
1147
1146
|
}
|
|
1148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLockService, decorators: [{
|
|
1149
1148
|
type: Injectable
|
|
1150
1149
|
}], ctorParameters: () => [] });
|
|
1151
1150
|
|
|
1152
1151
|
class FileStorageDatabase extends Dexie {
|
|
1153
1152
|
constructor() {
|
|
1154
|
-
super('
|
|
1153
|
+
super('ACoreXFileStorage');
|
|
1155
1154
|
this.version(1).stores({
|
|
1156
1155
|
files: 'fileId,refId,refType,category,isPrimary,status',
|
|
1157
1156
|
});
|
|
@@ -1280,17 +1279,440 @@ class AXCFileStorageService {
|
|
|
1280
1279
|
name: file.name,
|
|
1281
1280
|
}));
|
|
1282
1281
|
}
|
|
1283
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1284
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
1282
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCFileStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1283
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCFileStorageService }); }
|
|
1285
1284
|
}
|
|
1286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1285
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCFileStorageService, decorators: [{
|
|
1287
1286
|
type: Injectable
|
|
1288
1287
|
}], ctorParameters: () => [] });
|
|
1289
1288
|
|
|
1289
|
+
//#region ---- Imports ----
|
|
1290
|
+
var AXVChangeType;
|
|
1291
|
+
(function (AXVChangeType) {
|
|
1292
|
+
AXVChangeType["Create"] = "Create";
|
|
1293
|
+
AXVChangeType["Update"] = "Update";
|
|
1294
|
+
AXVChangeType["Delete"] = "Delete";
|
|
1295
|
+
})(AXVChangeType || (AXVChangeType = {}));
|
|
1296
|
+
//#endregion
|
|
1297
|
+
//#region ---- Dexie DB ----
|
|
1298
|
+
class AXCVersionDB extends Dexie {
|
|
1299
|
+
constructor() {
|
|
1300
|
+
super('ACoreXVersioning');
|
|
1301
|
+
this.version(1).stores({
|
|
1302
|
+
version_streams: 'id, entityType, entityId, createdAt',
|
|
1303
|
+
version_entries: 'id, streamId, versionNumber, changeType, changedAt',
|
|
1304
|
+
version_changes: '++id, versionEntryId, path, op',
|
|
1305
|
+
});
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
const axVersionDB = new AXCVersionDB();
|
|
1309
|
+
//#endregion
|
|
1310
|
+
|
|
1311
|
+
//#region ---- Imports ----
|
|
1312
|
+
//#endregion
|
|
1313
|
+
//#region ---- Constants ----
|
|
1314
|
+
const FILE_PREFIX = 'file:';
|
|
1315
|
+
const DOCUMENT_PREFIX = 'document:'; // reserved for future extension
|
|
1316
|
+
//#endregion
|
|
1317
|
+
//#region ---- Helpers ----
|
|
1318
|
+
async function normalizeAnyFileArrayForView(arr, fileStorage) {
|
|
1319
|
+
if (!Array.isArray(arr) || arr.length === 0)
|
|
1320
|
+
return [];
|
|
1321
|
+
// Already in widget format
|
|
1322
|
+
if (typeof arr[0] === 'object' && arr[0] && 'status' in arr[0]) {
|
|
1323
|
+
return arr;
|
|
1324
|
+
}
|
|
1325
|
+
// Prefixed ids
|
|
1326
|
+
if (typeof arr[0] === 'string') {
|
|
1327
|
+
const fileIds = arr
|
|
1328
|
+
.filter((s) => typeof s === 'string' && s.startsWith(FILE_PREFIX))
|
|
1329
|
+
.map((s) => s.substring(FILE_PREFIX.length));
|
|
1330
|
+
if (fileIds.length) {
|
|
1331
|
+
const infos = await fileStorage.findMany(fileIds);
|
|
1332
|
+
const mapInfo = new Map(infos.map((i) => [i.fileId, i]));
|
|
1333
|
+
return arr.map((s) => {
|
|
1334
|
+
if (s.startsWith(FILE_PREFIX)) {
|
|
1335
|
+
const id = s.substring(FILE_PREFIX.length);
|
|
1336
|
+
const info = mapInfo.get(id);
|
|
1337
|
+
if (info) {
|
|
1338
|
+
return {
|
|
1339
|
+
id: info.fileId,
|
|
1340
|
+
name: info.name ?? 'File',
|
|
1341
|
+
size: info.size,
|
|
1342
|
+
status: 'remote',
|
|
1343
|
+
source: { kind: 'fileId', value: info.fileId },
|
|
1344
|
+
};
|
|
1345
|
+
}
|
|
1346
|
+
return { id, name: 'File', status: 'remote', source: { kind: 'fileId', value: id } };
|
|
1347
|
+
}
|
|
1348
|
+
return { id: s, name: 'File', status: 'remote', source: { kind: 'url', value: '' } };
|
|
1349
|
+
});
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
// Unsupported array shape → empty
|
|
1353
|
+
return [];
|
|
1354
|
+
}
|
|
1355
|
+
async function normalizeSnapshotFileFieldsForView(snapshot, fileStorage) {
|
|
1356
|
+
if (!snapshot || typeof snapshot !== 'object')
|
|
1357
|
+
return snapshot;
|
|
1358
|
+
const result = structuredClone(snapshot);
|
|
1359
|
+
const walk = async (obj, keyPath = []) => {
|
|
1360
|
+
if (Array.isArray(obj)) {
|
|
1361
|
+
if (obj.every((x) => typeof x === 'string' && x.startsWith(FILE_PREFIX))) {
|
|
1362
|
+
const mapped = await normalizeAnyFileArrayForView(obj, fileStorage);
|
|
1363
|
+
setByPath(result, keyPath, mapped);
|
|
1364
|
+
return;
|
|
1365
|
+
}
|
|
1366
|
+
for (let i = 0; i < obj.length; i++) {
|
|
1367
|
+
await walk(obj[i], [...keyPath, String(i)]);
|
|
1368
|
+
}
|
|
1369
|
+
return;
|
|
1370
|
+
}
|
|
1371
|
+
if (obj && typeof obj === 'object') {
|
|
1372
|
+
for (const k of Object.keys(obj)) {
|
|
1373
|
+
await walk(obj[k], [...keyPath, k]);
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
};
|
|
1377
|
+
await walk(snapshot, []);
|
|
1378
|
+
return result;
|
|
1379
|
+
}
|
|
1380
|
+
function setByPath(target, path, value) {
|
|
1381
|
+
const parts = Array.isArray(path) ? path : path.split('.');
|
|
1382
|
+
let curr = target;
|
|
1383
|
+
for (let i = 0; i < parts.length - 1; i++) {
|
|
1384
|
+
const p = parts[i];
|
|
1385
|
+
if (curr[p] == null)
|
|
1386
|
+
curr[p] = {};
|
|
1387
|
+
curr = curr[p];
|
|
1388
|
+
}
|
|
1389
|
+
curr[parts[parts.length - 1]] = value;
|
|
1390
|
+
}
|
|
1391
|
+
//#endregion
|
|
1392
|
+
|
|
1393
|
+
//#region ---- Imports ----
|
|
1394
|
+
//#endregion
|
|
1395
|
+
//#region ---- Helpers ----
|
|
1396
|
+
function generateId(prefix = 'vx') {
|
|
1397
|
+
return `${prefix}_${crypto.randomUUID()}`;
|
|
1398
|
+
}
|
|
1399
|
+
function deepClone(obj) {
|
|
1400
|
+
return structuredClone ? structuredClone(obj) : JSON.parse(JSON.stringify(obj));
|
|
1401
|
+
}
|
|
1402
|
+
/**
|
|
1403
|
+
* Compute canonical JSON Patch-like changes with custom ops for file arrays.
|
|
1404
|
+
*/
|
|
1405
|
+
function computeDiff(prevSnapshot, nextSnapshot, basePath = '') {
|
|
1406
|
+
const changes = [];
|
|
1407
|
+
const push = (path, op, oldValue, newValue, meta) => {
|
|
1408
|
+
changes.push({ path, op, oldValue, newValue, meta });
|
|
1409
|
+
};
|
|
1410
|
+
// Files special case: detect by array contents with objects having id/name/hash
|
|
1411
|
+
const isFilesArray = (v) => Array.isArray(v) && v.every(x => typeof x === 'object' && x !== null && 'id' in x);
|
|
1412
|
+
const walk = (prev, next, path) => {
|
|
1413
|
+
if (isFilesArray(prev) && isFilesArray(next)) {
|
|
1414
|
+
computeFileDiff(prev, next, path, push);
|
|
1415
|
+
return;
|
|
1416
|
+
}
|
|
1417
|
+
if (Array.isArray(prev) && Array.isArray(next)) {
|
|
1418
|
+
// If array of files → handled above via isFilesArray
|
|
1419
|
+
const allPrimitive = (arr) => arr.every(v => (typeof v !== 'object' || v === null));
|
|
1420
|
+
if (allPrimitive(prev) && allPrimitive(next)) {
|
|
1421
|
+
const prevSet = new Set(prev.map(v => JSON.stringify(v)));
|
|
1422
|
+
const nextSet = new Set(next.map(v => JSON.stringify(v)));
|
|
1423
|
+
for (const s of nextSet) {
|
|
1424
|
+
if (!prevSet.has(s)) {
|
|
1425
|
+
push(path || '/', 'add', undefined, JSON.parse(s));
|
|
1426
|
+
}
|
|
1427
|
+
}
|
|
1428
|
+
for (const s of prevSet) {
|
|
1429
|
+
if (!nextSet.has(s)) {
|
|
1430
|
+
push(path || '/', 'remove', JSON.parse(s), undefined);
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
return;
|
|
1434
|
+
}
|
|
1435
|
+
const max = Math.max(prev.length, next.length);
|
|
1436
|
+
for (let i = 0; i < max; i++) {
|
|
1437
|
+
const p = prev[i];
|
|
1438
|
+
const n = next[i];
|
|
1439
|
+
const childPath = `${path}/${i}`;
|
|
1440
|
+
if (p === undefined && n !== undefined) {
|
|
1441
|
+
push(childPath, 'add', undefined, n);
|
|
1442
|
+
continue;
|
|
1443
|
+
}
|
|
1444
|
+
if (p !== undefined && n === undefined) {
|
|
1445
|
+
push(childPath, 'remove', p, undefined);
|
|
1446
|
+
continue;
|
|
1447
|
+
}
|
|
1448
|
+
walk(p, n, childPath);
|
|
1449
|
+
}
|
|
1450
|
+
return;
|
|
1451
|
+
}
|
|
1452
|
+
if (prev && typeof prev === 'object' && next && typeof next === 'object') {
|
|
1453
|
+
const keys = new Set([...Object.keys(prev), ...Object.keys(next)]);
|
|
1454
|
+
for (const k of keys) {
|
|
1455
|
+
const p = prev[k];
|
|
1456
|
+
const n = next[k];
|
|
1457
|
+
const childPath = `${path}/${k}`;
|
|
1458
|
+
if (p === undefined && n !== undefined) {
|
|
1459
|
+
push(childPath, 'add', undefined, n);
|
|
1460
|
+
continue;
|
|
1461
|
+
}
|
|
1462
|
+
if (p !== undefined && n === undefined) {
|
|
1463
|
+
push(childPath, 'remove', p, undefined);
|
|
1464
|
+
continue;
|
|
1465
|
+
}
|
|
1466
|
+
if (JSON.stringify(p) !== JSON.stringify(n)) {
|
|
1467
|
+
// Recurse for objects; otherwise replace
|
|
1468
|
+
if (p && typeof p === 'object' && n && typeof n === 'object') {
|
|
1469
|
+
walk(p, n, childPath);
|
|
1470
|
+
}
|
|
1471
|
+
else {
|
|
1472
|
+
push(childPath, 'replace', p, n);
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
return;
|
|
1477
|
+
}
|
|
1478
|
+
if (JSON.stringify(prev) !== JSON.stringify(next)) {
|
|
1479
|
+
push(path || '/', 'replace', prev, next);
|
|
1480
|
+
}
|
|
1481
|
+
};
|
|
1482
|
+
walk(prevSnapshot, nextSnapshot, basePath || '');
|
|
1483
|
+
return changes;
|
|
1484
|
+
}
|
|
1485
|
+
function computeFileDiff(prev, next, basePath, push) {
|
|
1486
|
+
// For arrays: consider identity by hash, not index/id, to avoid false "replace" when a different file occupies the same slot.
|
|
1487
|
+
const byHashPrev = new Map(prev.map(f => [f.hash, f]));
|
|
1488
|
+
const byHashNext = new Map(next.map(f => [f.hash, f]));
|
|
1489
|
+
// Handle matched by hash → possible rename/metadata changes
|
|
1490
|
+
for (const [hash, oldFile] of byHashPrev) {
|
|
1491
|
+
const newFile = byHashNext.get(hash);
|
|
1492
|
+
if (!newFile)
|
|
1493
|
+
continue;
|
|
1494
|
+
const idPath = `${basePath}/${newFile.id ?? oldFile.id ?? hash}`;
|
|
1495
|
+
if (oldFile.name !== newFile.name) {
|
|
1496
|
+
push(`${idPath}/name`, 'rename', oldFile.name, newFile.name);
|
|
1497
|
+
}
|
|
1498
|
+
if ((oldFile.size !== newFile.size) || (oldFile.mime !== newFile.mime)) {
|
|
1499
|
+
push(idPath, 'metadata', { size: oldFile.size, mime: oldFile.mime }, { size: newFile.size, mime: newFile.mime });
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
// Added: hashes in next not present before
|
|
1503
|
+
for (const [hash, nf] of byHashNext) {
|
|
1504
|
+
if (!byHashPrev.has(hash)) {
|
|
1505
|
+
const idPath = `${basePath}/${nf.id ?? hash}`;
|
|
1506
|
+
push(idPath, 'add', undefined, nf);
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
// Removed: hashes in prev not present now
|
|
1510
|
+
for (const [hash, pf] of byHashPrev) {
|
|
1511
|
+
if (!byHashNext.has(hash)) {
|
|
1512
|
+
const idPath = `${basePath}/${pf.id ?? hash}`;
|
|
1513
|
+
push(idPath, 'remove', pf, undefined);
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
}
|
|
1517
|
+
//#endregion
|
|
1518
|
+
//#region ---- Service ----
|
|
1519
|
+
class VersioningService {
|
|
1520
|
+
constructor() {
|
|
1521
|
+
this.db = axVersionDB;
|
|
1522
|
+
this.fileStorage = inject(AXPFileStorageService);
|
|
1523
|
+
}
|
|
1524
|
+
async upsertStream(entityType, entityId) {
|
|
1525
|
+
const existing = await this.db.version_streams.get(`${entityType}:${entityId}`);
|
|
1526
|
+
if (existing) {
|
|
1527
|
+
return existing.id;
|
|
1528
|
+
}
|
|
1529
|
+
const now = new Date().toISOString();
|
|
1530
|
+
const stream = {
|
|
1531
|
+
id: `${entityType}:${entityId}`,
|
|
1532
|
+
entityType,
|
|
1533
|
+
entityId,
|
|
1534
|
+
createdAt: now,
|
|
1535
|
+
};
|
|
1536
|
+
await this.db.version_streams.add(stream);
|
|
1537
|
+
return stream.id;
|
|
1538
|
+
}
|
|
1539
|
+
/** Gets stream id if it exists, otherwise returns null (does not create). */
|
|
1540
|
+
async getStreamIdIfExists(entityType, entityId) {
|
|
1541
|
+
const existing = await this.db.version_streams.get(`${entityType}:${entityId}`);
|
|
1542
|
+
return existing?.id ?? null;
|
|
1543
|
+
}
|
|
1544
|
+
async getCurrentVersion(streamId) {
|
|
1545
|
+
const last = await this.db.version_entries
|
|
1546
|
+
.where('streamId')
|
|
1547
|
+
.equals(streamId)
|
|
1548
|
+
.reverse()
|
|
1549
|
+
.sortBy('versionNumber');
|
|
1550
|
+
return last.length ? last[0].versionNumber : 0;
|
|
1551
|
+
}
|
|
1552
|
+
/** Lists version entries for a given stream, newest first. */
|
|
1553
|
+
async listEntries(streamId, options) {
|
|
1554
|
+
const all = await this.db.version_entries.where('streamId').equals(streamId).sortBy('versionNumber');
|
|
1555
|
+
const sorted = all.sort((a, b) => b.versionNumber - a.versionNumber);
|
|
1556
|
+
const offset = options?.offset ?? 0;
|
|
1557
|
+
const limit = options?.limit ?? sorted.length;
|
|
1558
|
+
const slice = sorted.slice(offset, offset + limit);
|
|
1559
|
+
const normalized = await Promise.all(slice.map(async (e) => ({
|
|
1560
|
+
...e,
|
|
1561
|
+
snapshotJson: await normalizeSnapshotFileFieldsForView(e.snapshotJson, this.fileStorage),
|
|
1562
|
+
})));
|
|
1563
|
+
return normalized;
|
|
1564
|
+
}
|
|
1565
|
+
async createVersion(entityType, entityId, newSnapshot, changes, options) {
|
|
1566
|
+
const streamId = await this.upsertStream(entityType, entityId);
|
|
1567
|
+
const currentVersion = await this.getCurrentVersion(streamId);
|
|
1568
|
+
let patch = changes ?? [];
|
|
1569
|
+
if (!changes) {
|
|
1570
|
+
const prev = currentVersion > 0
|
|
1571
|
+
? (await this.db.version_entries.where('streamId').equals(streamId).and(e => e.versionNumber === currentVersion).first())?.snapshotJson
|
|
1572
|
+
: undefined;
|
|
1573
|
+
patch = computeDiff(prev, newSnapshot);
|
|
1574
|
+
}
|
|
1575
|
+
const autoSummary = buildSummaryFromChanges(patch, options?.changeType ?? (currentVersion === 0 ? AXVChangeType$1.Create : AXVChangeType$1.Update));
|
|
1576
|
+
const entry = {
|
|
1577
|
+
id: generateId('ver'),
|
|
1578
|
+
streamId,
|
|
1579
|
+
versionNumber: currentVersion + 1,
|
|
1580
|
+
changeType: options?.changeType ?? (currentVersion === 0 ? AXVChangeType$1.Create : AXVChangeType$1.Update),
|
|
1581
|
+
changedBy: options?.changedBy ?? 'system',
|
|
1582
|
+
changedAt: new Date().toISOString(),
|
|
1583
|
+
snapshotJson: deepClone(newSnapshot),
|
|
1584
|
+
patchFromPrevJson: patch,
|
|
1585
|
+
summary: autoSummary,
|
|
1586
|
+
metadataJson: options?.metadata,
|
|
1587
|
+
};
|
|
1588
|
+
await this.db.version_entries.add(entry);
|
|
1589
|
+
for (const c of patch) {
|
|
1590
|
+
const row = {
|
|
1591
|
+
versionEntryId: entry.id,
|
|
1592
|
+
path: c.path,
|
|
1593
|
+
op: c.op,
|
|
1594
|
+
oldValue: c.oldValue,
|
|
1595
|
+
newValue: c.newValue,
|
|
1596
|
+
};
|
|
1597
|
+
await this.db.version_changes.add(row);
|
|
1598
|
+
}
|
|
1599
|
+
return entry;
|
|
1600
|
+
}
|
|
1601
|
+
async getDiffForVersions(streamId, v1, v2) {
|
|
1602
|
+
const a = await this.db.version_entries.where('streamId').equals(streamId).and(e => e.versionNumber === v1).first();
|
|
1603
|
+
const b = await this.db.version_entries.where('streamId').equals(streamId).and(e => e.versionNumber === v2).first();
|
|
1604
|
+
return computeDiff(a?.snapshotJson, b?.snapshotJson);
|
|
1605
|
+
}
|
|
1606
|
+
async getUiFriendlyDiff(streamId, v1, v2) {
|
|
1607
|
+
const diffs = await this.getDiffForVersions(streamId, v1, v2);
|
|
1608
|
+
return diffs.map(d => ({
|
|
1609
|
+
badge: badgeForOp(d.op),
|
|
1610
|
+
path: d.path,
|
|
1611
|
+
summary: summaryForChange(d),
|
|
1612
|
+
oldValue: d.oldValue,
|
|
1613
|
+
newValue: d.newValue,
|
|
1614
|
+
}));
|
|
1615
|
+
}
|
|
1616
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: VersioningService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
1617
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: VersioningService, providedIn: 'root' }); }
|
|
1618
|
+
}
|
|
1619
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: VersioningService, decorators: [{
|
|
1620
|
+
type: Injectable,
|
|
1621
|
+
args: [{ providedIn: 'root' }]
|
|
1622
|
+
}] });
|
|
1623
|
+
function badgeForOp(op) {
|
|
1624
|
+
switch (op) {
|
|
1625
|
+
case 'rename': return 'Renamed';
|
|
1626
|
+
case 'metadata': return 'Metadata';
|
|
1627
|
+
case 'replace': return 'Replaced';
|
|
1628
|
+
case 'add': return 'Added';
|
|
1629
|
+
case 'remove': return 'Removed';
|
|
1630
|
+
default: return op;
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
function summaryForChange(c) {
|
|
1634
|
+
if (c.op === 'rename') {
|
|
1635
|
+
return 'File renamed';
|
|
1636
|
+
}
|
|
1637
|
+
if (c.op === 'metadata') {
|
|
1638
|
+
return 'File metadata updated';
|
|
1639
|
+
}
|
|
1640
|
+
if (c.op === 'replace') {
|
|
1641
|
+
return 'File replaced';
|
|
1642
|
+
}
|
|
1643
|
+
if (c.op === 'add') {
|
|
1644
|
+
return 'Added';
|
|
1645
|
+
}
|
|
1646
|
+
if (c.op === 'remove') {
|
|
1647
|
+
return 'Removed';
|
|
1648
|
+
}
|
|
1649
|
+
return 'Updated';
|
|
1650
|
+
}
|
|
1651
|
+
function buildSummaryFromChanges(changes, changeType) {
|
|
1652
|
+
if (!changes?.length) {
|
|
1653
|
+
switch (changeType) {
|
|
1654
|
+
case AXVChangeType$1.Create: return 'Created';
|
|
1655
|
+
case AXVChangeType$1.Delete: return 'Deleted';
|
|
1656
|
+
default: return 'Updated';
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1659
|
+
const rootKey = (path) => (path.startsWith('/') ? path.slice(1) : path).split('/')[0] ?? '';
|
|
1660
|
+
const fieldSet = new Set();
|
|
1661
|
+
let fileAdded = 0, fileRemoved = 0, fileRenamed = 0, fileReplaced = 0, fileMeta = 0;
|
|
1662
|
+
let fieldAdds = 0, fieldRemoves = 0, fieldUpdates = 0;
|
|
1663
|
+
for (const c of changes) {
|
|
1664
|
+
const top = rootKey(c.path);
|
|
1665
|
+
const isFileRelated = /file|files|attachment|attachments/i.test(top);
|
|
1666
|
+
if (isFileRelated) {
|
|
1667
|
+
if (c.op === 'add')
|
|
1668
|
+
fileAdded++;
|
|
1669
|
+
else if (c.op === 'remove')
|
|
1670
|
+
fileRemoved++;
|
|
1671
|
+
else if (c.op === 'rename')
|
|
1672
|
+
fileRenamed++;
|
|
1673
|
+
else if (c.op === 'replace')
|
|
1674
|
+
fileReplaced++;
|
|
1675
|
+
else if (c.op === 'metadata')
|
|
1676
|
+
fileMeta++;
|
|
1677
|
+
}
|
|
1678
|
+
else {
|
|
1679
|
+
fieldSet.add(top);
|
|
1680
|
+
if (c.op === 'add')
|
|
1681
|
+
fieldAdds++;
|
|
1682
|
+
else if (c.op === 'remove')
|
|
1683
|
+
fieldRemoves++;
|
|
1684
|
+
else
|
|
1685
|
+
fieldUpdates++;
|
|
1686
|
+
}
|
|
1687
|
+
}
|
|
1688
|
+
const parts = [];
|
|
1689
|
+
if (fieldSet.size) {
|
|
1690
|
+
const keys = Array.from(fieldSet).slice(0, 3).join(', ');
|
|
1691
|
+
parts.push(`Fields changed: ${fieldSet.size}${keys ? ` (${keys})` : ''}`);
|
|
1692
|
+
}
|
|
1693
|
+
const fileParts = [];
|
|
1694
|
+
if (fileAdded)
|
|
1695
|
+
fileParts.push(`${fileAdded} added`);
|
|
1696
|
+
if (fileRemoved)
|
|
1697
|
+
fileParts.push(`${fileRemoved} removed`);
|
|
1698
|
+
if (fileRenamed)
|
|
1699
|
+
fileParts.push(`${fileRenamed} renamed`);
|
|
1700
|
+
if (fileReplaced)
|
|
1701
|
+
fileParts.push(`${fileReplaced} replaced`);
|
|
1702
|
+
if (fileMeta)
|
|
1703
|
+
fileParts.push(`${fileMeta} metadata updated`);
|
|
1704
|
+
if (fileParts.length)
|
|
1705
|
+
parts.push(`Files: ${fileParts.join(', ')}`);
|
|
1706
|
+
const verb = changeType === AXVChangeType$1.Create ? 'Created' : changeType === AXVChangeType$1.Delete ? 'Deleted' : 'Updated';
|
|
1707
|
+
const result = parts.length ? `${verb} • ${parts.join(' • ')}` : verb;
|
|
1708
|
+
console.log(result);
|
|
1709
|
+
return result;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1290
1712
|
class AXCCommonMockModule {
|
|
1291
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
1292
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
1293
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
1713
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCommonMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1714
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCCommonMockModule }); }
|
|
1715
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCommonMockModule, providers: [
|
|
1294
1716
|
{
|
|
1295
1717
|
provide: AXP_ACTIVITY_LOG_PROVIDER,
|
|
1296
1718
|
useClass: AXCPActivityLogService,
|
|
@@ -1308,10 +1730,14 @@ class AXCCommonMockModule {
|
|
|
1308
1730
|
{
|
|
1309
1731
|
provide: AXPFileStorageService,
|
|
1310
1732
|
useClass: AXCFileStorageService,
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
provide: AXPVersioningService,
|
|
1736
|
+
useClass: VersioningService,
|
|
1311
1737
|
}
|
|
1312
1738
|
] }); }
|
|
1313
1739
|
}
|
|
1314
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
1740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCommonMockModule, decorators: [{
|
|
1315
1741
|
type: NgModule,
|
|
1316
1742
|
args: [{
|
|
1317
1743
|
imports: [],
|
|
@@ -1335,11 +1761,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
|
|
|
1335
1761
|
{
|
|
1336
1762
|
provide: AXPFileStorageService,
|
|
1337
1763
|
useClass: AXCFileStorageService,
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
provide: AXPVersioningService,
|
|
1767
|
+
useClass: VersioningService,
|
|
1338
1768
|
}
|
|
1339
1769
|
],
|
|
1340
1770
|
}]
|
|
1341
1771
|
}] });
|
|
1342
1772
|
|
|
1773
|
+
//#region ---- Imports ----
|
|
1774
|
+
function toUiRows(changes) {
|
|
1775
|
+
return changes.map((c) => ({
|
|
1776
|
+
badge: toBadge(c.op),
|
|
1777
|
+
path: c.path,
|
|
1778
|
+
summary: toSummary(c),
|
|
1779
|
+
oldValue: c.oldValue,
|
|
1780
|
+
newValue: c.newValue,
|
|
1781
|
+
}));
|
|
1782
|
+
}
|
|
1783
|
+
function toBadge(op) {
|
|
1784
|
+
switch (op) {
|
|
1785
|
+
case 'add':
|
|
1786
|
+
return 'Added';
|
|
1787
|
+
case 'remove':
|
|
1788
|
+
return 'Removed';
|
|
1789
|
+
case 'replace':
|
|
1790
|
+
return 'Replaced';
|
|
1791
|
+
case 'rename':
|
|
1792
|
+
return 'Renamed';
|
|
1793
|
+
case 'metadata':
|
|
1794
|
+
return 'Metadata';
|
|
1795
|
+
default:
|
|
1796
|
+
return 'Updated';
|
|
1797
|
+
}
|
|
1798
|
+
}
|
|
1799
|
+
function toSummary(c) {
|
|
1800
|
+
switch (c.op) {
|
|
1801
|
+
case 'add':
|
|
1802
|
+
return 'Added';
|
|
1803
|
+
case 'remove':
|
|
1804
|
+
return 'Removed';
|
|
1805
|
+
case 'replace':
|
|
1806
|
+
return 'File replaced';
|
|
1807
|
+
case 'rename':
|
|
1808
|
+
return 'File renamed';
|
|
1809
|
+
case 'metadata':
|
|
1810
|
+
return 'File metadata updated';
|
|
1811
|
+
default:
|
|
1812
|
+
return 'Updated';
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
//#endregion
|
|
1816
|
+
|
|
1343
1817
|
const contactMethodTypeMock = [
|
|
1344
1818
|
{
|
|
1345
1819
|
id: AXPDataGenerator.uuid(),
|
|
@@ -2595,10 +3069,10 @@ class AXCContactMethodTypeDataSeeder {
|
|
|
2595
3069
|
async seed() {
|
|
2596
3070
|
await this.storageService.initial(`${RootConfig$2.module.name}.${RootConfig$2.entities.contactMethodType.name}`, contactMethodTypeMock);
|
|
2597
3071
|
}
|
|
2598
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2599
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3072
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContactMethodTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3073
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContactMethodTypeDataSeeder }); }
|
|
2600
3074
|
}
|
|
2601
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3075
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContactMethodTypeDataSeeder, decorators: [{
|
|
2602
3076
|
type: Injectable
|
|
2603
3077
|
}] });
|
|
2604
3078
|
|
|
@@ -2609,10 +3083,10 @@ class AXCContactMethodDataSeeder {
|
|
|
2609
3083
|
async seed() {
|
|
2610
3084
|
await this.storageService.initial(`${RootConfig$2.module.name}.${RootConfig$2.entities.contactMethod.name}`, contactMethodMock);
|
|
2611
3085
|
}
|
|
2612
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2613
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3086
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContactMethodDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3087
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContactMethodDataSeeder }); }
|
|
2614
3088
|
}
|
|
2615
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContactMethodDataSeeder, decorators: [{
|
|
2616
3090
|
type: Injectable
|
|
2617
3091
|
}] });
|
|
2618
3092
|
|
|
@@ -2889,17 +3363,17 @@ class AXCEmergencyContactDataSeeder {
|
|
|
2889
3363
|
// Seed contacts
|
|
2890
3364
|
await this.storageService.initial(`${RootConfig$2.module.name}.${RootConfig$2.entities.emergencyContact.name}`, EMERGENCY_CONTACTS);
|
|
2891
3365
|
}
|
|
2892
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2893
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCEmergencyContactDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3367
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCEmergencyContactDataSeeder }); }
|
|
2894
3368
|
}
|
|
2895
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCEmergencyContactDataSeeder, decorators: [{
|
|
2896
3370
|
type: Injectable
|
|
2897
3371
|
}] });
|
|
2898
3372
|
|
|
2899
3373
|
class AXCContactManagementMockModule {
|
|
2900
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2901
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
2902
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
3374
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContactManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3375
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCContactManagementMockModule }); }
|
|
3376
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContactManagementMockModule, providers: [
|
|
2903
3377
|
{
|
|
2904
3378
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
2905
3379
|
useClass: AXCContactMethodTypeDataSeeder,
|
|
@@ -2917,7 +3391,7 @@ class AXCContactManagementMockModule {
|
|
|
2917
3391
|
},
|
|
2918
3392
|
] }); }
|
|
2919
3393
|
}
|
|
2920
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3394
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContactManagementMockModule, decorators: [{
|
|
2921
3395
|
type: NgModule,
|
|
2922
3396
|
args: [{
|
|
2923
3397
|
imports: [],
|
|
@@ -2989,10 +3463,10 @@ class AXMAiResponderService {
|
|
|
2989
3463
|
];
|
|
2990
3464
|
return randomReplies[Math.floor(Math.random() * randomReplies.length)];
|
|
2991
3465
|
}
|
|
2992
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
2993
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3466
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMAiResponderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3467
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMAiResponderService, providedIn: 'root' }); }
|
|
2994
3468
|
}
|
|
2995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3469
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMAiResponderService, decorators: [{
|
|
2996
3470
|
type: Injectable,
|
|
2997
3471
|
args: [{
|
|
2998
3472
|
providedIn: 'root',
|
|
@@ -3436,10 +3910,10 @@ class AXPMessageDataSeeder {
|
|
|
3436
3910
|
});
|
|
3437
3911
|
});
|
|
3438
3912
|
}
|
|
3439
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3440
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3913
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMessageDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3914
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMessageDataSeeder }); }
|
|
3441
3915
|
}
|
|
3442
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3916
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMessageDataSeeder, decorators: [{
|
|
3443
3917
|
type: Injectable
|
|
3444
3918
|
}] });
|
|
3445
3919
|
|
|
@@ -3450,10 +3924,10 @@ class AXPRoomDataSeeder {
|
|
|
3450
3924
|
async seed() {
|
|
3451
3925
|
await this.storageService.initial(`${RootConfig$3.module.name}.${RootConfig$3.entities.room.name}`, ROOMS);
|
|
3452
3926
|
}
|
|
3453
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3454
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3927
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPRoomDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3928
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPRoomDataSeeder }); }
|
|
3455
3929
|
}
|
|
3456
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPRoomDataSeeder, decorators: [{
|
|
3457
3931
|
type: Injectable
|
|
3458
3932
|
}] });
|
|
3459
3933
|
|
|
@@ -3493,17 +3967,17 @@ class AXMConversationTabSeeder {
|
|
|
3493
3967
|
async seed() {
|
|
3494
3968
|
await this.storageService.initial(`${RootConfig$3.module.name}.${RootConfig$3.entities.tab.name}`, TABS);
|
|
3495
3969
|
}
|
|
3496
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3497
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
3970
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMConversationTabSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3971
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMConversationTabSeeder }); }
|
|
3498
3972
|
}
|
|
3499
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3973
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMConversationTabSeeder, decorators: [{
|
|
3500
3974
|
type: Injectable
|
|
3501
3975
|
}] });
|
|
3502
3976
|
|
|
3503
3977
|
class AXCConversationMockModule {
|
|
3504
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
3505
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
3506
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
3978
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCConversationMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3979
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCConversationMockModule }); }
|
|
3980
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCConversationMockModule, providers: [
|
|
3507
3981
|
{
|
|
3508
3982
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
3509
3983
|
useClass: AXPMessageDataSeeder,
|
|
@@ -3521,7 +3995,7 @@ class AXCConversationMockModule {
|
|
|
3521
3995
|
},
|
|
3522
3996
|
] }); }
|
|
3523
3997
|
}
|
|
3524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
3998
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCConversationMockModule, decorators: [{
|
|
3525
3999
|
type: NgModule,
|
|
3526
4000
|
args: [{
|
|
3527
4001
|
imports: [],
|
|
@@ -4312,17 +4786,17 @@ class AXPDashboardDataSeeder {
|
|
|
4312
4786
|
async seed() {
|
|
4313
4787
|
await this.storageService.initial(`${RootConfig$4.module.name}.${RootConfig$4.entities.dashboard.name}`, DASHBOARDS);
|
|
4314
4788
|
}
|
|
4315
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4316
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
4789
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPDashboardDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4790
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPDashboardDataSeeder }); }
|
|
4317
4791
|
}
|
|
4318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPDashboardDataSeeder, decorators: [{
|
|
4319
4793
|
type: Injectable
|
|
4320
4794
|
}] });
|
|
4321
4795
|
|
|
4322
4796
|
class AXCDashboardManagementMockModule {
|
|
4323
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4324
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
4325
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
4797
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDashboardManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
4798
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCDashboardManagementMockModule }); }
|
|
4799
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDashboardManagementMockModule, providers: [
|
|
4326
4800
|
{
|
|
4327
4801
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
4328
4802
|
useClass: AXPDashboardDataSeeder,
|
|
@@ -4330,7 +4804,7 @@ class AXCDashboardManagementMockModule {
|
|
|
4330
4804
|
},
|
|
4331
4805
|
] }); }
|
|
4332
4806
|
}
|
|
4333
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDashboardManagementMockModule, decorators: [{
|
|
4334
4808
|
type: NgModule,
|
|
4335
4809
|
args: [{
|
|
4336
4810
|
imports: [],
|
|
@@ -4424,10 +4898,10 @@ class AXCQueryDataSeeder {
|
|
|
4424
4898
|
await this.storageService.initial(`${RootConfig$5.module.name}.${RootConfig$5.entities.queryCategory.name}`, QUERY_CATEGORY_MOCK);
|
|
4425
4899
|
await this.storageService.initial(`${RootConfig$5.module.name}.${RootConfig$5.entities.query.name}`, QUERY_MOCK);
|
|
4426
4900
|
}
|
|
4427
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4428
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
4901
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCQueryDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
4902
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCQueryDataSeeder }); }
|
|
4429
4903
|
}
|
|
4430
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
4904
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCQueryDataSeeder, decorators: [{
|
|
4431
4905
|
type: Injectable
|
|
4432
4906
|
}] });
|
|
4433
4907
|
|
|
@@ -4910,10 +5384,10 @@ class AXCMetaDataDefinitionDataSeeder {
|
|
|
4910
5384
|
await this.storageService.initial(`${RootConfig$5.module.name}.${RootConfig$5.entities.metaDataDefinition.name}Category`, METADATA_CATEGORY_MOCK);
|
|
4911
5385
|
await this.storageService.initial(`${RootConfig$5.module.name}.${RootConfig$5.entities.metaDataDefinition.name}`, METADATA_MOCK);
|
|
4912
5386
|
}
|
|
4913
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
4914
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
5387
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMetaDataDefinitionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5388
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMetaDataDefinitionDataSeeder }); }
|
|
4915
5389
|
}
|
|
4916
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5390
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMetaDataDefinitionDataSeeder, decorators: [{
|
|
4917
5391
|
type: Injectable
|
|
4918
5392
|
}] });
|
|
4919
5393
|
|
|
@@ -5037,10 +5511,10 @@ class AXCQueryCategoryMetadataInheritanceQuery {
|
|
|
5037
5511
|
}
|
|
5038
5512
|
return allMetadata;
|
|
5039
5513
|
}
|
|
5040
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5041
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
5514
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCQueryCategoryMetadataInheritanceQuery, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5515
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCQueryCategoryMetadataInheritanceQuery, providedIn: 'root' }); }
|
|
5042
5516
|
}
|
|
5043
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCQueryCategoryMetadataInheritanceQuery, decorators: [{
|
|
5044
5518
|
type: Injectable,
|
|
5045
5519
|
args: [{
|
|
5046
5520
|
providedIn: 'root'
|
|
@@ -5053,9 +5527,9 @@ var categoryMetadataInheritance_query = /*#__PURE__*/Object.freeze({
|
|
|
5053
5527
|
});
|
|
5054
5528
|
|
|
5055
5529
|
class AXCDataManagementMockModule {
|
|
5056
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5057
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
5058
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
5530
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDataManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5531
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCDataManagementMockModule }); }
|
|
5532
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDataManagementMockModule, providers: [
|
|
5059
5533
|
{
|
|
5060
5534
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
5061
5535
|
useClass: AXCQueryDataSeeder,
|
|
@@ -5069,7 +5543,7 @@ class AXCDataManagementMockModule {
|
|
|
5069
5543
|
provideQuerySetups([
|
|
5070
5544
|
{
|
|
5071
5545
|
key: 'DataManagement:Metadata:GetCategoryWithItems',
|
|
5072
|
-
loader: () => import('./acorex-connectivity-mock-category-with-items.query-
|
|
5546
|
+
loader: () => import('./acorex-connectivity-mock-category-with-items.query-kMcM8p9C.mjs').then(m => m.AXCQueryCategoryWithItemsQuery),
|
|
5073
5547
|
},
|
|
5074
5548
|
{
|
|
5075
5549
|
key: 'DataManagement:Metadata:GetCategoryInheritance',
|
|
@@ -5078,7 +5552,7 @@ class AXCDataManagementMockModule {
|
|
|
5078
5552
|
])
|
|
5079
5553
|
] }); }
|
|
5080
5554
|
}
|
|
5081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5555
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDataManagementMockModule, decorators: [{
|
|
5082
5556
|
type: NgModule,
|
|
5083
5557
|
args: [{
|
|
5084
5558
|
imports: [],
|
|
@@ -5098,7 +5572,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
|
|
|
5098
5572
|
provideQuerySetups([
|
|
5099
5573
|
{
|
|
5100
5574
|
key: 'DataManagement:Metadata:GetCategoryWithItems',
|
|
5101
|
-
loader: () => import('./acorex-connectivity-mock-category-with-items.query-
|
|
5575
|
+
loader: () => import('./acorex-connectivity-mock-category-with-items.query-kMcM8p9C.mjs').then(m => m.AXCQueryCategoryWithItemsQuery),
|
|
5102
5576
|
},
|
|
5103
5577
|
{
|
|
5104
5578
|
key: 'DataManagement:Metadata:GetCategoryInheritance',
|
|
@@ -5214,10 +5688,10 @@ class AXCDistributionMockService extends AXMDistributionServiceImpl {
|
|
|
5214
5688
|
}
|
|
5215
5689
|
return distribution;
|
|
5216
5690
|
}
|
|
5217
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5218
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
5691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDistributionMockService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5692
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDistributionMockService }); }
|
|
5219
5693
|
}
|
|
5220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDistributionMockService, decorators: [{
|
|
5221
5695
|
type: Injectable
|
|
5222
5696
|
}] });
|
|
5223
5697
|
|
|
@@ -5361,10 +5835,10 @@ class AXCDocumentTypeDataSeeder {
|
|
|
5361
5835
|
async seed() {
|
|
5362
5836
|
await this.storageService.initial(`${RootConfig$6.module.name}.${RootConfig$6.entities.documentType.name}`, DOCUMENT_TYPES);
|
|
5363
5837
|
}
|
|
5364
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5365
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
5838
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDocumentTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
5839
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDocumentTypeDataSeeder }); }
|
|
5366
5840
|
}
|
|
5367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
5841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDocumentTypeDataSeeder, decorators: [{
|
|
5368
5842
|
type: Injectable
|
|
5369
5843
|
}] });
|
|
5370
5844
|
|
|
@@ -5730,10 +6204,10 @@ class AXMFileMockService extends AXMDocumentServiceImpl {
|
|
|
5730
6204
|
};
|
|
5731
6205
|
return mappedResult;
|
|
5732
6206
|
}
|
|
5733
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
5734
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
6207
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMFileMockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6208
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMFileMockService }); }
|
|
5735
6209
|
}
|
|
5736
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
6210
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMFileMockService, decorators: [{
|
|
5737
6211
|
type: Injectable
|
|
5738
6212
|
}], ctorParameters: () => [] });
|
|
5739
6213
|
|
|
@@ -6203,10 +6677,10 @@ class AXCFolderDataSeeder {
|
|
|
6203
6677
|
await this.storageService.initial(`${RootConfig$6.module.name}.${RootConfig$6.entities.folder.name}`, FOLDER_MOCK_DATA);
|
|
6204
6678
|
await this.storageService.initial(`${RootConfig$6.module.name}.${RootConfig$6.entities.document.name}`, FILE_MOCK_DATA);
|
|
6205
6679
|
}
|
|
6206
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
6207
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
6680
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCFolderDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6681
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCFolderDataSeeder }); }
|
|
6208
6682
|
}
|
|
6209
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
6683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCFolderDataSeeder, decorators: [{
|
|
6210
6684
|
type: Injectable
|
|
6211
6685
|
}] });
|
|
6212
6686
|
|
|
@@ -6258,10 +6732,10 @@ class AXCReviewMockService extends AXMReviewServiceImpl {
|
|
|
6258
6732
|
}
|
|
6259
6733
|
return result;
|
|
6260
6734
|
}
|
|
6261
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
6262
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
6735
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCReviewMockService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6736
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCReviewMockService }); }
|
|
6263
6737
|
}
|
|
6264
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
6738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCReviewMockService, decorators: [{
|
|
6265
6739
|
type: Injectable
|
|
6266
6740
|
}] });
|
|
6267
6741
|
|
|
@@ -6451,17 +6925,17 @@ class AXCDistributionInteractionMockService extends AXMDistributionInteractionSe
|
|
|
6451
6925
|
}
|
|
6452
6926
|
return Array.from(groupedMap.values());
|
|
6453
6927
|
}
|
|
6454
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
6455
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
6928
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDistributionInteractionMockService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
6929
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDistributionInteractionMockService }); }
|
|
6456
6930
|
}
|
|
6457
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
6931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDistributionInteractionMockService, decorators: [{
|
|
6458
6932
|
type: Injectable
|
|
6459
6933
|
}] });
|
|
6460
6934
|
|
|
6461
6935
|
class AXCDocumentManagementMockModule {
|
|
6462
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
6463
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
6464
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
6936
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDocumentManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6937
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCDocumentManagementMockModule }); }
|
|
6938
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDocumentManagementMockModule, providers: [
|
|
6465
6939
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCFolderDataSeeder, multi: true },
|
|
6466
6940
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCDocumentTypeDataSeeder, multi: true },
|
|
6467
6941
|
{ provide: AXMFolderService, useClass: AXCFolderMockService },
|
|
@@ -6471,7 +6945,7 @@ class AXCDocumentManagementMockModule {
|
|
|
6471
6945
|
{ provide: AXMDistributionInteractionService, useClass: AXCDistributionInteractionMockService },
|
|
6472
6946
|
] }); }
|
|
6473
6947
|
}
|
|
6474
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
6948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDocumentManagementMockModule, decorators: [{
|
|
6475
6949
|
type: NgModule,
|
|
6476
6950
|
args: [{
|
|
6477
6951
|
imports: [],
|
|
@@ -7504,10 +7978,10 @@ class AXMFormTemplateCategoryDataSeeder {
|
|
|
7504
7978
|
async seed() {
|
|
7505
7979
|
await this.storageService.initial(`${RootConfig$7.module.name}.${RootConfig$7.entities.template.name}Category`, TEMPLATE_CATEGORIES);
|
|
7506
7980
|
}
|
|
7507
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
7508
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
7981
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMFormTemplateCategoryDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7982
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMFormTemplateCategoryDataSeeder }); }
|
|
7509
7983
|
}
|
|
7510
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
7984
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMFormTemplateCategoryDataSeeder, decorators: [{
|
|
7511
7985
|
type: Injectable
|
|
7512
7986
|
}] });
|
|
7513
7987
|
|
|
@@ -17480,17 +17954,17 @@ class AXMFormTemplateDataSeeder {
|
|
|
17480
17954
|
async seed() {
|
|
17481
17955
|
await this.storageService.initial(`${RootConfig$7.module.name}.${RootConfig$7.entities.template.name}`, TEMPLATE_FORM_TEMPLATES);
|
|
17482
17956
|
}
|
|
17483
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17484
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
17957
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMFormTemplateDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
17958
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMFormTemplateDataSeeder }); }
|
|
17485
17959
|
}
|
|
17486
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17960
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMFormTemplateDataSeeder, decorators: [{
|
|
17487
17961
|
type: Injectable
|
|
17488
17962
|
}] });
|
|
17489
17963
|
|
|
17490
17964
|
class AXCFormTemplateManagementMockModule {
|
|
17491
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17492
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
17493
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
17965
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCFormTemplateManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
17966
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCFormTemplateManagementMockModule }); }
|
|
17967
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCFormTemplateManagementMockModule, providers: [
|
|
17494
17968
|
{
|
|
17495
17969
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
17496
17970
|
useClass: AXMFormTemplateCategoryDataSeeder,
|
|
@@ -17509,7 +17983,7 @@ class AXCFormTemplateManagementMockModule {
|
|
|
17509
17983
|
},
|
|
17510
17984
|
] }); }
|
|
17511
17985
|
}
|
|
17512
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
17986
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCFormTemplateManagementMockModule, decorators: [{
|
|
17513
17987
|
type: NgModule,
|
|
17514
17988
|
args: [{
|
|
17515
17989
|
imports: [],
|
|
@@ -17659,10 +18133,10 @@ class AXCLanguagesDataSeeder {
|
|
|
17659
18133
|
async seed() {
|
|
17660
18134
|
await this.storageService.initial(`${RootConfig$8.module.name}.${RootConfig$8.entities.languages.name}`, languagesMock);
|
|
17661
18135
|
}
|
|
17662
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17663
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
18136
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLanguagesDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18137
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLanguagesDataSeeder }); }
|
|
17664
18138
|
}
|
|
17665
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
18139
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLanguagesDataSeeder, decorators: [{
|
|
17666
18140
|
type: Injectable
|
|
17667
18141
|
}] });
|
|
17668
18142
|
|
|
@@ -17847,10 +18321,10 @@ class AXCLocalesDataSeeder {
|
|
|
17847
18321
|
async seed() {
|
|
17848
18322
|
await this.storageService.initial(`${RootConfig$8.module.name}.${RootConfig$8.entities.locales.name}`, localesMock);
|
|
17849
18323
|
}
|
|
17850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
17851
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
18324
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocalesDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18325
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocalesDataSeeder }); }
|
|
17852
18326
|
}
|
|
17853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
18327
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocalesDataSeeder, decorators: [{
|
|
17854
18328
|
type: Injectable
|
|
17855
18329
|
}] });
|
|
17856
18330
|
|
|
@@ -18032,10 +18506,10 @@ class AXCTimezonesDataSeeder {
|
|
|
18032
18506
|
async seed() {
|
|
18033
18507
|
await this.storageService.initial(`${RootConfig$8.module.name}.${RootConfig$8.entities.timezones.name}`, timezonesMock);
|
|
18034
18508
|
}
|
|
18035
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
18036
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
18509
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTimezonesDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18510
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTimezonesDataSeeder }); }
|
|
18037
18511
|
}
|
|
18038
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
18512
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTimezonesDataSeeder, decorators: [{
|
|
18039
18513
|
type: Injectable
|
|
18040
18514
|
}] });
|
|
18041
18515
|
|
|
@@ -18229,17 +18703,17 @@ class AXCCurrenciesDataSeeder {
|
|
|
18229
18703
|
async seed() {
|
|
18230
18704
|
await this.storageService.initial(`${RootConfig$8.module.name}.${RootConfig$8.entities.currencies.name}`, currenciesMock);
|
|
18231
18705
|
}
|
|
18232
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
18233
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
18706
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCurrenciesDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18707
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCurrenciesDataSeeder }); }
|
|
18234
18708
|
}
|
|
18235
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
18709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCurrenciesDataSeeder, decorators: [{
|
|
18236
18710
|
type: Injectable
|
|
18237
18711
|
}] });
|
|
18238
18712
|
|
|
18239
18713
|
class AXCLocaleManagementMockModule {
|
|
18240
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
18241
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
18242
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
18714
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocaleManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
18715
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCLocaleManagementMockModule }); }
|
|
18716
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocaleManagementMockModule, providers: [
|
|
18243
18717
|
{
|
|
18244
18718
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
18245
18719
|
useClass: AXCLanguagesDataSeeder,
|
|
@@ -18262,7 +18736,7 @@ class AXCLocaleManagementMockModule {
|
|
|
18262
18736
|
},
|
|
18263
18737
|
] }); }
|
|
18264
18738
|
}
|
|
18265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
18739
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocaleManagementMockModule, decorators: [{
|
|
18266
18740
|
type: NgModule,
|
|
18267
18741
|
args: [{
|
|
18268
18742
|
providers: [
|
|
@@ -18364,10 +18838,10 @@ class AXCLocationTypeDataSeeder {
|
|
|
18364
18838
|
async seed() {
|
|
18365
18839
|
await this.storageService.initial(`${RootConfig$9.module.name}.${RootConfig$9.entities.locationType.name}`, locationTypeMock);
|
|
18366
18840
|
}
|
|
18367
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
18368
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
18841
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
18842
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationTypeDataSeeder }); }
|
|
18369
18843
|
}
|
|
18370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
18844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationTypeDataSeeder, decorators: [{
|
|
18371
18845
|
type: Injectable
|
|
18372
18846
|
}] });
|
|
18373
18847
|
|
|
@@ -20268,10 +20742,10 @@ class AXCLocationDataSeeder {
|
|
|
20268
20742
|
async seed() {
|
|
20269
20743
|
await this.storageService.initial(`${RootConfig$9.module.name}.${RootConfig$9.entities.location.name}`, locationMock);
|
|
20270
20744
|
}
|
|
20271
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20272
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20745
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20746
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationDataSeeder }); }
|
|
20273
20747
|
}
|
|
20274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationDataSeeder, decorators: [{
|
|
20275
20749
|
type: Injectable
|
|
20276
20750
|
}] });
|
|
20277
20751
|
|
|
@@ -20282,17 +20756,17 @@ class AXCGeographicRegionDataSeeder {
|
|
|
20282
20756
|
async seed() {
|
|
20283
20757
|
await this.storageService.initial(`${RootConfig$9.module.name}.${RootConfig$9.entities.geographicRegion.name}`, geographicRegionMock);
|
|
20284
20758
|
}
|
|
20285
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20286
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
20759
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCGeographicRegionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
20760
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCGeographicRegionDataSeeder }); }
|
|
20287
20761
|
}
|
|
20288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20762
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCGeographicRegionDataSeeder, decorators: [{
|
|
20289
20763
|
type: Injectable
|
|
20290
20764
|
}] });
|
|
20291
20765
|
|
|
20292
20766
|
class AXCLocationManagementMockModule {
|
|
20293
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
20294
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
20295
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
20767
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
20768
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationManagementMockModule }); }
|
|
20769
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationManagementMockModule, providers: [
|
|
20296
20770
|
{
|
|
20297
20771
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
20298
20772
|
useClass: AXCLocationTypeDataSeeder,
|
|
@@ -20310,7 +20784,7 @@ class AXCLocationManagementMockModule {
|
|
|
20310
20784
|
},
|
|
20311
20785
|
] }); }
|
|
20312
20786
|
}
|
|
20313
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
20787
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLocationManagementMockModule, decorators: [{
|
|
20314
20788
|
type: NgModule,
|
|
20315
20789
|
args: [{
|
|
20316
20790
|
imports: [],
|
|
@@ -21322,10 +21796,10 @@ class AXMLogDataSeeder {
|
|
|
21322
21796
|
async seed() {
|
|
21323
21797
|
await this.storageService.initial(`${RootConfig$a.module.name}.${RootConfig$a.entities.axpLog.name}`, logMock);
|
|
21324
21798
|
}
|
|
21325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
21326
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
21799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMLogDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
21800
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMLogDataSeeder }); }
|
|
21327
21801
|
}
|
|
21328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
21802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMLogDataSeeder, decorators: [{
|
|
21329
21803
|
type: Injectable
|
|
21330
21804
|
}] });
|
|
21331
21805
|
|
|
@@ -22025,10 +22499,10 @@ class AXCLogReportCategoryProvider {
|
|
|
22025
22499
|
async getById(id) {
|
|
22026
22500
|
return LOG_REPORT_CATEGORIES.find((c) => c.id === id);
|
|
22027
22501
|
}
|
|
22028
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22029
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
22502
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLogReportCategoryProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
22503
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLogReportCategoryProvider }); }
|
|
22030
22504
|
}
|
|
22031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22505
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLogReportCategoryProvider, decorators: [{
|
|
22032
22506
|
type: Injectable
|
|
22033
22507
|
}] });
|
|
22034
22508
|
class AXCLogReportDefinitionProvider {
|
|
@@ -22038,10 +22512,10 @@ class AXCLogReportDefinitionProvider {
|
|
|
22038
22512
|
async getById(id) {
|
|
22039
22513
|
return LOG_REPORT_DEFINITIONS.find((r) => r.id === id);
|
|
22040
22514
|
}
|
|
22041
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22042
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
22515
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLogReportDefinitionProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
22516
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLogReportDefinitionProvider }); }
|
|
22043
22517
|
}
|
|
22044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22518
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLogReportDefinitionProvider, decorators: [{
|
|
22045
22519
|
type: Injectable
|
|
22046
22520
|
}] });
|
|
22047
22521
|
const AXC_LOG_REPORT_CATEGORY_PROVIDER = {
|
|
@@ -22056,15 +22530,15 @@ const AXC_LOG_REPORT_DEFINITION_PROVIDER = {
|
|
|
22056
22530
|
};
|
|
22057
22531
|
|
|
22058
22532
|
class AXCLogManagementMockModule {
|
|
22059
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22060
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
22061
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
22533
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLogManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22534
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCLogManagementMockModule }); }
|
|
22535
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLogManagementMockModule, providers: [
|
|
22062
22536
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXMLogDataSeeder, multi: true },
|
|
22063
22537
|
AXC_LOG_REPORT_CATEGORY_PROVIDER,
|
|
22064
22538
|
AXC_LOG_REPORT_DEFINITION_PROVIDER,
|
|
22065
22539
|
] }); }
|
|
22066
22540
|
}
|
|
22067
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22541
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCLogManagementMockModule, decorators: [{
|
|
22068
22542
|
type: NgModule,
|
|
22069
22543
|
args: [{
|
|
22070
22544
|
imports: [],
|
|
@@ -22094,10 +22568,10 @@ class AXCNotificationTemplateDataSeeder {
|
|
|
22094
22568
|
async seed() {
|
|
22095
22569
|
await this.storageService.initial(`${RootConfig$b.module.name}.${RootConfig$b.entities.template.name}`, NOTIFICATION_TEMPLATES);
|
|
22096
22570
|
}
|
|
22097
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22098
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
22571
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCNotificationTemplateDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
22572
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCNotificationTemplateDataSeeder }); }
|
|
22099
22573
|
}
|
|
22100
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22574
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCNotificationTemplateDataSeeder, decorators: [{
|
|
22101
22575
|
type: Injectable
|
|
22102
22576
|
}] });
|
|
22103
22577
|
|
|
@@ -22224,17 +22698,17 @@ class AXMNotificationDataSeeder {
|
|
|
22224
22698
|
async seed() {
|
|
22225
22699
|
await this.storageService.initial(`${RootConfig$b.module.name}.${RootConfig$b.entities.notification.name}`, NOTIFICATIONS);
|
|
22226
22700
|
}
|
|
22227
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22228
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
22701
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMNotificationDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
22702
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMNotificationDataSeeder }); }
|
|
22229
22703
|
}
|
|
22230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22704
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMNotificationDataSeeder, decorators: [{
|
|
22231
22705
|
type: Injectable
|
|
22232
22706
|
}] });
|
|
22233
22707
|
|
|
22234
22708
|
class AXCNotificationManagementMockModule {
|
|
22235
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22236
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
22237
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
22709
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCNotificationManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
22710
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCNotificationManagementMockModule }); }
|
|
22711
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCNotificationManagementMockModule, providers: [
|
|
22238
22712
|
{
|
|
22239
22713
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
22240
22714
|
useClass: AXMNotificationDataSeeder,
|
|
@@ -22251,7 +22725,7 @@ class AXCNotificationManagementMockModule {
|
|
|
22251
22725
|
},
|
|
22252
22726
|
] }); }
|
|
22253
22727
|
}
|
|
22254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
22728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCNotificationManagementMockModule, decorators: [{
|
|
22255
22729
|
type: NgModule,
|
|
22256
22730
|
args: [{
|
|
22257
22731
|
imports: [],
|
|
@@ -22649,10 +23123,10 @@ class AXMBusinessUnitDataSeeder {
|
|
|
22649
23123
|
async seed() {
|
|
22650
23124
|
await this.storage.initial(RootConfig$c.entities.businessUnit.source, BUSINESS_UNITS_MOCK);
|
|
22651
23125
|
}
|
|
22652
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
22653
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
23126
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMBusinessUnitDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23127
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMBusinessUnitDataSeeder }); }
|
|
22654
23128
|
}
|
|
22655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
23129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMBusinessUnitDataSeeder, decorators: [{
|
|
22656
23130
|
type: Injectable
|
|
22657
23131
|
}] });
|
|
22658
23132
|
|
|
@@ -23023,10 +23497,10 @@ class AXMOrgChartGenerateCommand {
|
|
|
23023
23497
|
const pad = (n) => String(n).padStart(2, '0');
|
|
23024
23498
|
return `${d.getFullYear()}.${pad(d.getMonth() + 1)}.${pad(d.getDate())}-${pad(d.getHours())}${pad(d.getMinutes())}${pad(d.getSeconds())}`;
|
|
23025
23499
|
}
|
|
23026
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
23027
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
23500
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMOrgChartGenerateCommand, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23501
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMOrgChartGenerateCommand, providedIn: 'root' }); }
|
|
23028
23502
|
}
|
|
23029
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
23503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMOrgChartGenerateCommand, decorators: [{
|
|
23030
23504
|
type: Injectable,
|
|
23031
23505
|
args: [{ providedIn: 'root' }]
|
|
23032
23506
|
}] });
|
|
@@ -23393,10 +23867,10 @@ class AXMResponsibilityDataSeeder {
|
|
|
23393
23867
|
await this.storageService.initial(`${RootConfig$c.entities.responsibility.source}Category`, RESPONSIBILITIES_CATEGORY_MOCK);
|
|
23394
23868
|
await this.storageService.initial(RootConfig$c.entities.responsibility.source, RESPONSIBILITIES_MOCK);
|
|
23395
23869
|
}
|
|
23396
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
23397
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
23870
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMResponsibilityDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23871
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMResponsibilityDataSeeder }); }
|
|
23398
23872
|
}
|
|
23399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
23873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMResponsibilityDataSeeder, decorators: [{
|
|
23400
23874
|
type: Injectable
|
|
23401
23875
|
}] });
|
|
23402
23876
|
|
|
@@ -23407,10 +23881,10 @@ class AXMBusinessUnitTypeDataSeeder {
|
|
|
23407
23881
|
async seed() {
|
|
23408
23882
|
await this.storage.initial(RootConfig$c.entities.businessUnitType.source, BUSINESS_UNIT_TYPES_MOCK);
|
|
23409
23883
|
}
|
|
23410
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
23411
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
23884
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMBusinessUnitTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23885
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMBusinessUnitTypeDataSeeder }); }
|
|
23412
23886
|
}
|
|
23413
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
23887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMBusinessUnitTypeDataSeeder, decorators: [{
|
|
23414
23888
|
type: Injectable
|
|
23415
23889
|
}] });
|
|
23416
23890
|
|
|
@@ -23422,10 +23896,10 @@ class AXMPositionDataSeeder {
|
|
|
23422
23896
|
await this.storageService.initial(`${RootConfig$c.entities.position.source}Category`, POSITIONS_CATEGORY_MOCK);
|
|
23423
23897
|
await this.storageService.initial(RootConfig$c.entities.position.source, POSITIONS_MOCK);
|
|
23424
23898
|
}
|
|
23425
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
23426
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
23899
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPositionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23900
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPositionDataSeeder }); }
|
|
23427
23901
|
}
|
|
23428
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
23902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPositionDataSeeder, decorators: [{
|
|
23429
23903
|
type: Injectable
|
|
23430
23904
|
}] });
|
|
23431
23905
|
|
|
@@ -23924,10 +24398,10 @@ class AXMRoleDataSeeder {
|
|
|
23924
24398
|
await this.storageService.initial(`${RootConfig$c.entities.role.source}Category`, ROLES_CATEGORY_MOCK);
|
|
23925
24399
|
await this.storageService.initial(RootConfig$c.entities.role.source, ROLES_MOCK);
|
|
23926
24400
|
}
|
|
23927
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
23928
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
24401
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMRoleDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24402
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMRoleDataSeeder }); }
|
|
23929
24403
|
}
|
|
23930
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
24404
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMRoleDataSeeder, decorators: [{
|
|
23931
24405
|
type: Injectable
|
|
23932
24406
|
}] });
|
|
23933
24407
|
|
|
@@ -24492,10 +24966,10 @@ class AXMTeamDataSeeder {
|
|
|
24492
24966
|
async seed() {
|
|
24493
24967
|
await this.storageService.initial(RootConfig$c.entities.team.source, TEAMS_MOCK);
|
|
24494
24968
|
}
|
|
24495
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
24496
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
24969
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTeamDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
24970
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTeamDataSeeder }); }
|
|
24497
24971
|
}
|
|
24498
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
24972
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTeamDataSeeder, decorators: [{
|
|
24499
24973
|
type: Injectable
|
|
24500
24974
|
}] });
|
|
24501
24975
|
|
|
@@ -24552,9 +25026,9 @@ const AXCMockOrgChartEventListener = {
|
|
|
24552
25026
|
//#endregion
|
|
24553
25027
|
|
|
24554
25028
|
class AXCOrganizationManagementMockModule {
|
|
24555
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
24556
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
24557
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
25029
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCOrganizationManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
25030
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCOrganizationManagementMockModule }); }
|
|
25031
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCOrganizationManagementMockModule, providers: [
|
|
24558
25032
|
// Lookup/catalog seeders (dependencies for others)
|
|
24559
25033
|
{
|
|
24560
25034
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
@@ -24595,7 +25069,7 @@ class AXCOrganizationManagementMockModule {
|
|
|
24595
25069
|
]),
|
|
24596
25070
|
] }); }
|
|
24597
25071
|
}
|
|
24598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCOrganizationManagementMockModule, decorators: [{
|
|
24599
25073
|
type: NgModule,
|
|
24600
25074
|
args: [{
|
|
24601
25075
|
imports: [],
|
|
@@ -24737,10 +25211,10 @@ class AXMEmployeeSkillDataSeeder {
|
|
|
24737
25211
|
async seed() {
|
|
24738
25212
|
await this.storageService.initial(RootConfig$d.entities.employeeSkill.source, EMPLOYEE_SKILLS_MOCK);
|
|
24739
25213
|
}
|
|
24740
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
24741
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25214
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeSkillDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25215
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeSkillDataSeeder }); }
|
|
24742
25216
|
}
|
|
24743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeSkillDataSeeder, decorators: [{
|
|
24744
25218
|
type: Injectable
|
|
24745
25219
|
}] });
|
|
24746
25220
|
|
|
@@ -24751,10 +25225,10 @@ class AXMEmployeeDataSeeder {
|
|
|
24751
25225
|
async seed() {
|
|
24752
25226
|
await this.storageService.initial(RootConfig$d.entities.employee.source, EMPLOYEES_MOCK);
|
|
24753
25227
|
}
|
|
24754
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
24755
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25228
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25229
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeDataSeeder }); }
|
|
24756
25230
|
}
|
|
24757
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeDataSeeder, decorators: [{
|
|
24758
25232
|
type: Injectable
|
|
24759
25233
|
}] });
|
|
24760
25234
|
|
|
@@ -24765,10 +25239,10 @@ class AXMEmploymentTypeDataSeeder {
|
|
|
24765
25239
|
async seed() {
|
|
24766
25240
|
await this.storageService.initial(RootConfig$d.entities.employmentType.source, EMPLOYMENT_TYPES_MOCK);
|
|
24767
25241
|
}
|
|
24768
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
24769
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25242
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmploymentTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25243
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmploymentTypeDataSeeder }); }
|
|
24770
25244
|
}
|
|
24771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25245
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmploymentTypeDataSeeder, decorators: [{
|
|
24772
25246
|
type: Injectable
|
|
24773
25247
|
}] });
|
|
24774
25248
|
|
|
@@ -24799,10 +25273,10 @@ class AXMLeaveTypeDataSeeder {
|
|
|
24799
25273
|
async seed() {
|
|
24800
25274
|
await this.storageService.initial(RootConfig$d.entities.leaveType.source, LEAVE_TYPES_MOCK);
|
|
24801
25275
|
}
|
|
24802
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
24803
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25276
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMLeaveTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25277
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMLeaveTypeDataSeeder }); }
|
|
24804
25278
|
}
|
|
24805
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMLeaveTypeDataSeeder, decorators: [{
|
|
24806
25280
|
type: Injectable
|
|
24807
25281
|
}] });
|
|
24808
25282
|
|
|
@@ -24897,10 +25371,10 @@ class AXMLeaveRequestDataSeeder {
|
|
|
24897
25371
|
async seed() {
|
|
24898
25372
|
await this.storageService.initial(RootConfig$d.entities.leaveRequest.source, LEAVE_REQUESTS_MOCK);
|
|
24899
25373
|
}
|
|
24900
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
24901
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25374
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMLeaveRequestDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25375
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMLeaveRequestDataSeeder }); }
|
|
24902
25376
|
}
|
|
24903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMLeaveRequestDataSeeder, decorators: [{
|
|
24904
25378
|
type: Injectable
|
|
24905
25379
|
}] });
|
|
24906
25380
|
|
|
@@ -24950,10 +25424,10 @@ class AXMPositionAssignmentDataSeeder {
|
|
|
24950
25424
|
async seed() {
|
|
24951
25425
|
await this.storageService.initial(RootConfig$d.entities.positionAssignment.source, POSITION_ASSIGNMENTS_MOCK);
|
|
24952
25426
|
}
|
|
24953
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
24954
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25427
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPositionAssignmentDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25428
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPositionAssignmentDataSeeder }); }
|
|
24955
25429
|
}
|
|
24956
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25430
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPositionAssignmentDataSeeder, decorators: [{
|
|
24957
25431
|
type: Injectable
|
|
24958
25432
|
}] });
|
|
24959
25433
|
|
|
@@ -25227,10 +25701,10 @@ class AXMEmployeeSkillsCategoryProvider {
|
|
|
25227
25701
|
async getById(id) {
|
|
25228
25702
|
return CATEGORIES.find((c) => c.id === id);
|
|
25229
25703
|
}
|
|
25230
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25231
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25704
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeSkillsCategoryProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25705
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeSkillsCategoryProvider }); }
|
|
25232
25706
|
}
|
|
25233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25707
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeSkillsCategoryProvider, decorators: [{
|
|
25234
25708
|
type: Injectable
|
|
25235
25709
|
}] });
|
|
25236
25710
|
class AXMEmployeeSkillsReportDefinitionProvider {
|
|
@@ -25240,10 +25714,10 @@ class AXMEmployeeSkillsReportDefinitionProvider {
|
|
|
25240
25714
|
async getById(id) {
|
|
25241
25715
|
return REPORTS.find((r) => r.id === id);
|
|
25242
25716
|
}
|
|
25243
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25244
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25717
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeSkillsReportDefinitionProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25718
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeSkillsReportDefinitionProvider }); }
|
|
25245
25719
|
}
|
|
25246
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMEmployeeSkillsReportDefinitionProvider, decorators: [{
|
|
25247
25721
|
type: Injectable
|
|
25248
25722
|
}] });
|
|
25249
25723
|
const AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER = {
|
|
@@ -25264,10 +25738,10 @@ class AXMSkillLevelDataSeeder {
|
|
|
25264
25738
|
async seed() {
|
|
25265
25739
|
await this.storageService.initial(`${RootConfig$d.module.name}.${RootConfig$d.entities.skillLevel.name}`, SKILL_LEVELS_MOCK);
|
|
25266
25740
|
}
|
|
25267
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25268
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25741
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSkillLevelDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25742
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSkillLevelDataSeeder }); }
|
|
25269
25743
|
}
|
|
25270
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25744
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSkillLevelDataSeeder, decorators: [{
|
|
25271
25745
|
type: Injectable
|
|
25272
25746
|
}] });
|
|
25273
25747
|
|
|
@@ -25279,17 +25753,17 @@ class AXMSkillDataSeeder {
|
|
|
25279
25753
|
await this.storageService.initial(`${RootConfig$d.entities.skill.source}Category`, SKILLS_CATEGORY_MOCK);
|
|
25280
25754
|
await this.storageService.initial(RootConfig$d.entities.skill.source, SKILLS_MOCK);
|
|
25281
25755
|
}
|
|
25282
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25283
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25756
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSkillDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25757
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSkillDataSeeder }); }
|
|
25284
25758
|
}
|
|
25285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSkillDataSeeder, decorators: [{
|
|
25286
25760
|
type: Injectable
|
|
25287
25761
|
}] });
|
|
25288
25762
|
|
|
25289
25763
|
class AXCHumanCapitalManagementMockModule {
|
|
25290
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25291
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
25292
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
25764
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCHumanCapitalManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
25765
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCHumanCapitalManagementMockModule }); }
|
|
25766
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCHumanCapitalManagementMockModule, providers: [
|
|
25293
25767
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXMEmploymentTypeDataSeeder, multi: true },
|
|
25294
25768
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXMSkillDataSeeder, multi: true },
|
|
25295
25769
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXMSkillLevelDataSeeder, multi: true },
|
|
@@ -25329,28 +25803,28 @@ class AXCHumanCapitalManagementMockModule {
|
|
|
25329
25803
|
// structure/manager/position helpers (placeholders for now)
|
|
25330
25804
|
{
|
|
25331
25805
|
key: 'employee.active-position',
|
|
25332
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25806
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQEmployeeActivePositionQuery),
|
|
25333
25807
|
},
|
|
25334
25808
|
{
|
|
25335
25809
|
key: 'employee.direct-manager',
|
|
25336
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25810
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQEmployeeDirectManagerQuery),
|
|
25337
25811
|
},
|
|
25338
25812
|
{
|
|
25339
25813
|
key: 'department.manager',
|
|
25340
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25814
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQDepartmentManagerQuery),
|
|
25341
25815
|
},
|
|
25342
25816
|
{
|
|
25343
25817
|
key: 'division.manager',
|
|
25344
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25818
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQDivisionManagerQuery),
|
|
25345
25819
|
},
|
|
25346
25820
|
{
|
|
25347
25821
|
key: 'branch.manager',
|
|
25348
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25822
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQBranchManagerQuery),
|
|
25349
25823
|
},
|
|
25350
25824
|
]),
|
|
25351
25825
|
] }); }
|
|
25352
25826
|
}
|
|
25353
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25827
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCHumanCapitalManagementMockModule, decorators: [{
|
|
25354
25828
|
type: NgModule,
|
|
25355
25829
|
args: [{
|
|
25356
25830
|
providers: [
|
|
@@ -25393,23 +25867,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
|
|
|
25393
25867
|
// structure/manager/position helpers (placeholders for now)
|
|
25394
25868
|
{
|
|
25395
25869
|
key: 'employee.active-position',
|
|
25396
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25870
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQEmployeeActivePositionQuery),
|
|
25397
25871
|
},
|
|
25398
25872
|
{
|
|
25399
25873
|
key: 'employee.direct-manager',
|
|
25400
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25874
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQEmployeeDirectManagerQuery),
|
|
25401
25875
|
},
|
|
25402
25876
|
{
|
|
25403
25877
|
key: 'department.manager',
|
|
25404
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25878
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQDepartmentManagerQuery),
|
|
25405
25879
|
},
|
|
25406
25880
|
{
|
|
25407
25881
|
key: 'division.manager',
|
|
25408
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25882
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQDivisionManagerQuery),
|
|
25409
25883
|
},
|
|
25410
25884
|
{
|
|
25411
25885
|
key: 'branch.manager',
|
|
25412
|
-
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-
|
|
25886
|
+
loader: () => import('./acorex-connectivity-mock-employee-structure.queries-B_GHOTAQ.mjs').then((m) => m.AXQBranchManagerQuery),
|
|
25413
25887
|
},
|
|
25414
25888
|
]),
|
|
25415
25889
|
],
|
|
@@ -25445,10 +25919,10 @@ class AXQEmployeeSkillsListQuery {
|
|
|
25445
25919
|
const items = data.slice(skip, skip + take);
|
|
25446
25920
|
return { items, total };
|
|
25447
25921
|
}
|
|
25448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25449
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25922
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsListQuery, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25923
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsListQuery, providedIn: 'root' }); }
|
|
25450
25924
|
}
|
|
25451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25925
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsListQuery, decorators: [{
|
|
25452
25926
|
type: Injectable,
|
|
25453
25927
|
args: [{
|
|
25454
25928
|
providedIn: 'root'
|
|
@@ -25471,10 +25945,10 @@ class AXQEmployeeSkillsStatsQuery {
|
|
|
25471
25945
|
}, {});
|
|
25472
25946
|
return grouped;
|
|
25473
25947
|
}
|
|
25474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25475
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25948
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsStatsQuery, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25949
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsStatsQuery, providedIn: 'root' }); }
|
|
25476
25950
|
}
|
|
25477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsStatsQuery, decorators: [{
|
|
25478
25952
|
type: Injectable,
|
|
25479
25953
|
args: [{
|
|
25480
25954
|
providedIn: 'root'
|
|
@@ -25498,10 +25972,10 @@ class AXQEmployeeSkillsLevelsQuery {
|
|
|
25498
25972
|
levels.forEach((lvl) => (grouped[lvl.title] = grouped[lvl.title] ?? 0));
|
|
25499
25973
|
return grouped;
|
|
25500
25974
|
}
|
|
25501
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25502
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
25975
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsLevelsQuery, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
25976
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsLevelsQuery, providedIn: 'root' }); }
|
|
25503
25977
|
}
|
|
25504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
25978
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsLevelsQuery, decorators: [{
|
|
25505
25979
|
type: Injectable,
|
|
25506
25980
|
args: [{
|
|
25507
25981
|
providedIn: 'root'
|
|
@@ -25530,10 +26004,10 @@ class AXQEmployeeSkillsTrendQuery {
|
|
|
25530
26004
|
.sort(([a], [b]) => (a < b ? -1 : a > b ? 1 : 0))
|
|
25531
26005
|
.map(([month, value]) => ({ month, value }));
|
|
25532
26006
|
}
|
|
25533
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25534
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26007
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsTrendQuery, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26008
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsTrendQuery, providedIn: 'root' }); }
|
|
25535
26009
|
}
|
|
25536
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsTrendQuery, decorators: [{
|
|
25537
26011
|
type: Injectable,
|
|
25538
26012
|
args: [{
|
|
25539
26013
|
providedIn: 'root'
|
|
@@ -25562,10 +26036,10 @@ class AXQEmployeeSkillsSkillPercentagesQuery {
|
|
|
25562
26036
|
});
|
|
25563
26037
|
return percentages;
|
|
25564
26038
|
}
|
|
25565
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25566
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26039
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsSkillPercentagesQuery, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26040
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsSkillPercentagesQuery, providedIn: 'root' }); }
|
|
25567
26041
|
}
|
|
25568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26042
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsSkillPercentagesQuery, decorators: [{
|
|
25569
26043
|
type: Injectable,
|
|
25570
26044
|
args: [{
|
|
25571
26045
|
providedIn: 'root'
|
|
@@ -25594,10 +26068,10 @@ class AXQEmployeeSkillsLevelPercentagesQuery {
|
|
|
25594
26068
|
});
|
|
25595
26069
|
return percentages;
|
|
25596
26070
|
}
|
|
25597
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25598
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26071
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsLevelPercentagesQuery, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26072
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsLevelPercentagesQuery, providedIn: 'root' }); }
|
|
25599
26073
|
}
|
|
25600
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXQEmployeeSkillsLevelPercentagesQuery, decorators: [{
|
|
25601
26075
|
type: Injectable,
|
|
25602
26076
|
args: [{
|
|
25603
26077
|
providedIn: 'root'
|
|
@@ -25694,10 +26168,10 @@ class AXCAppVersionDataSeeder {
|
|
|
25694
26168
|
const versions = generateVersion(currentVersion);
|
|
25695
26169
|
await this.storageService.initial(`${RootConfig$e.module.name}.${RootConfig$e.entities.appVersion.name}`, versions);
|
|
25696
26170
|
}
|
|
25697
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25698
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26171
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCAppVersionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26172
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCAppVersionDataSeeder }); }
|
|
25699
26173
|
}
|
|
25700
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26174
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCAppVersionDataSeeder, decorators: [{
|
|
25701
26175
|
type: Injectable
|
|
25702
26176
|
}] });
|
|
25703
26177
|
|
|
@@ -25725,17 +26199,17 @@ class AXCGlobalVariablesDataSeeder {
|
|
|
25725
26199
|
async seed() {
|
|
25726
26200
|
await this.storageService.initial(`${RootConfig$e.module.name}.${RootConfig$e.entities.globalVariable.name}`, GLOBAL_VARIABLES);
|
|
25727
26201
|
}
|
|
25728
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25729
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26202
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCGlobalVariablesDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26203
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCGlobalVariablesDataSeeder }); }
|
|
25730
26204
|
}
|
|
25731
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCGlobalVariablesDataSeeder, decorators: [{
|
|
25732
26206
|
type: Injectable
|
|
25733
26207
|
}] });
|
|
25734
26208
|
|
|
25735
26209
|
class AXCPlatformManagementMockModule {
|
|
25736
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25737
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
25738
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
26210
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCPlatformManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
26211
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCPlatformManagementMockModule }); }
|
|
26212
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCPlatformManagementMockModule, providers: [
|
|
25739
26213
|
{
|
|
25740
26214
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
25741
26215
|
useClass: AXCAppVersionDataSeeder,
|
|
@@ -25748,7 +26222,7 @@ class AXCPlatformManagementMockModule {
|
|
|
25748
26222
|
},
|
|
25749
26223
|
] }); }
|
|
25750
26224
|
}
|
|
25751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26225
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCPlatformManagementMockModule, decorators: [{
|
|
25752
26226
|
type: NgModule,
|
|
25753
26227
|
args: [{
|
|
25754
26228
|
imports: [],
|
|
@@ -25800,10 +26274,10 @@ class AXCProjectclientDataSeeder {
|
|
|
25800
26274
|
async seed() {
|
|
25801
26275
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.client.name}`, ClientMock);
|
|
25802
26276
|
}
|
|
25803
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25804
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26277
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectclientDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26278
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectclientDataSeeder }); }
|
|
25805
26279
|
}
|
|
25806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectclientDataSeeder, decorators: [{
|
|
25807
26281
|
type: Injectable
|
|
25808
26282
|
}] });
|
|
25809
26283
|
|
|
@@ -25845,10 +26319,10 @@ class AXCProjectDataSeeder {
|
|
|
25845
26319
|
async seed() {
|
|
25846
26320
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.project.name}`, projectMock);
|
|
25847
26321
|
}
|
|
25848
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25849
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26322
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26323
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectDataSeeder }); }
|
|
25850
26324
|
}
|
|
25851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectDataSeeder, decorators: [{
|
|
25852
26326
|
type: Injectable
|
|
25853
26327
|
}] });
|
|
25854
26328
|
|
|
@@ -25916,10 +26390,10 @@ class AXCProjectMemberDataSeeder {
|
|
|
25916
26390
|
async seed() {
|
|
25917
26391
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.projectMemeber.name}`, projectMemberMock);
|
|
25918
26392
|
}
|
|
25919
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25920
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26393
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectMemberDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26394
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectMemberDataSeeder }); }
|
|
25921
26395
|
}
|
|
25922
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26396
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectMemberDataSeeder, decorators: [{
|
|
25923
26397
|
type: Injectable
|
|
25924
26398
|
}] });
|
|
25925
26399
|
|
|
@@ -25931,10 +26405,10 @@ class AXCProjectRoleMemberDataSeeder {
|
|
|
25931
26405
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.projectType.name}`, projectTypeMock);
|
|
25932
26406
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.projectRoleMember.name}`, projectRoleMemberMock);
|
|
25933
26407
|
}
|
|
25934
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25935
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26408
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectRoleMemberDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26409
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectRoleMemberDataSeeder }); }
|
|
25936
26410
|
}
|
|
25937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26411
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectRoleMemberDataSeeder, decorators: [{
|
|
25938
26412
|
type: Injectable
|
|
25939
26413
|
}] });
|
|
25940
26414
|
|
|
@@ -25975,10 +26449,10 @@ class AXCsprintDataSeeder {
|
|
|
25975
26449
|
async seed() {
|
|
25976
26450
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.sprint.name}`, sprintMock);
|
|
25977
26451
|
}
|
|
25978
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
25979
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26452
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCsprintDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26453
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCsprintDataSeeder }); }
|
|
25980
26454
|
}
|
|
25981
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26455
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCsprintDataSeeder, decorators: [{
|
|
25982
26456
|
type: Injectable
|
|
25983
26457
|
}] });
|
|
25984
26458
|
|
|
@@ -26013,10 +26487,10 @@ class AXCTaskTypeDataSeeder {
|
|
|
26013
26487
|
async seed() {
|
|
26014
26488
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.taskType.name}`, taskTypeMock$1);
|
|
26015
26489
|
}
|
|
26016
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
26017
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26490
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26491
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskTypeDataSeeder }); }
|
|
26018
26492
|
}
|
|
26019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskTypeDataSeeder, decorators: [{
|
|
26020
26494
|
type: Injectable
|
|
26021
26495
|
}] });
|
|
26022
26496
|
|
|
@@ -26082,10 +26556,10 @@ class AXCTaskDataSeeder {
|
|
|
26082
26556
|
async seed() {
|
|
26083
26557
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.task.name}`, taskMock$1);
|
|
26084
26558
|
}
|
|
26085
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
26086
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26559
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26560
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskDataSeeder }); }
|
|
26087
26561
|
}
|
|
26088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26562
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskDataSeeder, decorators: [{
|
|
26089
26563
|
type: Injectable
|
|
26090
26564
|
}] });
|
|
26091
26565
|
|
|
@@ -26096,10 +26570,10 @@ class AXCWorkSiteSeeder {
|
|
|
26096
26570
|
async seed() {
|
|
26097
26571
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.workSite.name}`, workSiteMock);
|
|
26098
26572
|
}
|
|
26099
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
26100
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26573
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCWorkSiteSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26574
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCWorkSiteSeeder }); }
|
|
26101
26575
|
}
|
|
26102
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26576
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCWorkSiteSeeder, decorators: [{
|
|
26103
26577
|
type: Injectable
|
|
26104
26578
|
}] });
|
|
26105
26579
|
|
|
@@ -26510,17 +26984,17 @@ class AXCJsaSeeder {
|
|
|
26510
26984
|
async seed() {
|
|
26511
26985
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.jsa.name}`, jsaMock);
|
|
26512
26986
|
}
|
|
26513
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
26514
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
26987
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCJsaSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
26988
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCJsaSeeder }); }
|
|
26515
26989
|
}
|
|
26516
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
26990
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCJsaSeeder, decorators: [{
|
|
26517
26991
|
type: Injectable
|
|
26518
26992
|
}] });
|
|
26519
26993
|
|
|
26520
26994
|
class AXCProjectManagementMockModule {
|
|
26521
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
26522
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
26523
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
26995
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
26996
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectManagementMockModule }); }
|
|
26997
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectManagementMockModule, providers: [
|
|
26524
26998
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCProjectclientDataSeeder, multi: true },
|
|
26525
26999
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCProjectDataSeeder, multi: true },
|
|
26526
27000
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCProjectMemberDataSeeder, multi: true },
|
|
@@ -26532,7 +27006,7 @@ class AXCProjectManagementMockModule {
|
|
|
26532
27006
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCJsaSeeder, multi: true },
|
|
26533
27007
|
] }); }
|
|
26534
27008
|
}
|
|
26535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
27009
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCProjectManagementMockModule, decorators: [{
|
|
26536
27010
|
type: NgModule,
|
|
26537
27011
|
args: [{
|
|
26538
27012
|
imports: [],
|
|
@@ -28627,10 +29101,10 @@ class AXMReportCategoryDataSeeder {
|
|
|
28627
29101
|
async seed() {
|
|
28628
29102
|
await this.storageService.initial(`${RootConfig$g.module.name}.${RootConfig$g.entities.category.name}`, REPORT_CATEGORIES);
|
|
28629
29103
|
}
|
|
28630
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
28631
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
29104
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportCategoryDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
29105
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportCategoryDataSeeder }); }
|
|
28632
29106
|
}
|
|
28633
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
29107
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportCategoryDataSeeder, decorators: [{
|
|
28634
29108
|
type: Injectable
|
|
28635
29109
|
}] });
|
|
28636
29110
|
|
|
@@ -28641,10 +29115,10 @@ class AXMReportDefinitionDataSeeder {
|
|
|
28641
29115
|
async seed() {
|
|
28642
29116
|
await this.storageService.initial(`${RootConfig$g.module.name}.${RootConfig$g.entities.report.name}`, REPORT_DEFINITIONS);
|
|
28643
29117
|
}
|
|
28644
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
28645
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
29118
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportDefinitionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
29119
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportDefinitionDataSeeder }); }
|
|
28646
29120
|
}
|
|
28647
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
29121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportDefinitionDataSeeder, decorators: [{
|
|
28648
29122
|
type: Injectable
|
|
28649
29123
|
}] });
|
|
28650
29124
|
|
|
@@ -28874,10 +29348,10 @@ class AXMReportMockDataService {
|
|
|
28874
29348
|
const pastDate = new Date(now.getTime() - (daysAgo * 24 * 60 * 60 * 1000));
|
|
28875
29349
|
return AXPDataGenerator.date(pastDate, now);
|
|
28876
29350
|
}
|
|
28877
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
28878
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
29351
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportMockDataService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
29352
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportMockDataService, providedIn: 'root' }); }
|
|
28879
29353
|
}
|
|
28880
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
29354
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportMockDataService, decorators: [{
|
|
28881
29355
|
type: Injectable,
|
|
28882
29356
|
args: [{ providedIn: 'root' }]
|
|
28883
29357
|
}] });
|
|
@@ -29626,10 +30100,10 @@ class AXMReportExecuteCommand {
|
|
|
29626
30100
|
this.reportDataCache.clear();
|
|
29627
30101
|
console.log(`🗑️ Manually cleared all cache entries (${cacheSize} items removed)`);
|
|
29628
30102
|
}
|
|
29629
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
29630
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
30103
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportExecuteCommand, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
30104
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportExecuteCommand, providedIn: 'root' }); }
|
|
29631
30105
|
}
|
|
29632
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
30106
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMReportExecuteCommand, decorators: [{
|
|
29633
30107
|
type: Injectable,
|
|
29634
30108
|
args: [{
|
|
29635
30109
|
providedIn: 'root',
|
|
@@ -29800,10 +30274,10 @@ class AXMSystemReportsCategoryProvider {
|
|
|
29800
30274
|
async getById(id) {
|
|
29801
30275
|
return SYSTEM_CATEGORIES.find((c) => c.id === id);
|
|
29802
30276
|
}
|
|
29803
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
29804
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
30277
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSystemReportsCategoryProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
30278
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSystemReportsCategoryProvider }); }
|
|
29805
30279
|
}
|
|
29806
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
30280
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSystemReportsCategoryProvider, decorators: [{
|
|
29807
30281
|
type: Injectable
|
|
29808
30282
|
}] });
|
|
29809
30283
|
class AXMSystemReportsDefinitionProvider {
|
|
@@ -29813,10 +30287,10 @@ class AXMSystemReportsDefinitionProvider {
|
|
|
29813
30287
|
async getById(id) {
|
|
29814
30288
|
return SYSTEM_REPORTS.find((r) => r.id === id);
|
|
29815
30289
|
}
|
|
29816
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
29817
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
30290
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSystemReportsDefinitionProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
30291
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSystemReportsDefinitionProvider }); }
|
|
29818
30292
|
}
|
|
29819
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
30293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSystemReportsDefinitionProvider, decorators: [{
|
|
29820
30294
|
type: Injectable
|
|
29821
30295
|
}] });
|
|
29822
30296
|
const AXM_SYSTEM_REPORTS_CATEGORY_PROVIDER = {
|
|
@@ -29831,9 +30305,9 @@ const AXM_SYSTEM_REPORTS_DEFINITION_PROVIDER = {
|
|
|
29831
30305
|
};
|
|
29832
30306
|
|
|
29833
30307
|
class AXCReportManagementMockModule {
|
|
29834
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
29835
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
29836
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
30308
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCReportManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
30309
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCReportManagementMockModule, imports: [AXPRuntimeModule] }); }
|
|
30310
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCReportManagementMockModule, providers: [
|
|
29837
30311
|
provideCommandSetups([
|
|
29838
30312
|
{
|
|
29839
30313
|
key: 'ReportManagement.Report:Execute',
|
|
@@ -29841,14 +30315,14 @@ class AXCReportManagementMockModule {
|
|
|
29841
30315
|
},
|
|
29842
30316
|
{
|
|
29843
30317
|
key: 'ReportManagement.Report:SampleAction',
|
|
29844
|
-
command: () => import('./acorex-connectivity-mock-sample.command-
|
|
30318
|
+
command: () => import('./acorex-connectivity-mock-sample.command-BidJ9Vy0.mjs').then((c) => c.AXMReportSampleActionExecuteCommand),
|
|
29845
30319
|
},
|
|
29846
30320
|
]),
|
|
29847
30321
|
AXM_SYSTEM_REPORTS_CATEGORY_PROVIDER,
|
|
29848
30322
|
AXM_SYSTEM_REPORTS_DEFINITION_PROVIDER,
|
|
29849
30323
|
], imports: [AXPRuntimeModule] }); }
|
|
29850
30324
|
}
|
|
29851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
30325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCReportManagementMockModule, decorators: [{
|
|
29852
30326
|
type: NgModule,
|
|
29853
30327
|
args: [{
|
|
29854
30328
|
imports: [AXPRuntimeModule],
|
|
@@ -29862,7 +30336,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
|
|
|
29862
30336
|
},
|
|
29863
30337
|
{
|
|
29864
30338
|
key: 'ReportManagement.Report:SampleAction',
|
|
29865
|
-
command: () => import('./acorex-connectivity-mock-sample.command-
|
|
30339
|
+
command: () => import('./acorex-connectivity-mock-sample.command-BidJ9Vy0.mjs').then((c) => c.AXMReportSampleActionExecuteCommand),
|
|
29866
30340
|
},
|
|
29867
30341
|
]),
|
|
29868
30342
|
AXM_SYSTEM_REPORTS_CATEGORY_PROVIDER,
|
|
@@ -29886,10 +30360,10 @@ class AXPSecurityManagementRoleDataSeeder {
|
|
|
29886
30360
|
}));
|
|
29887
30361
|
await this.storageService.initial(`${RootConfig.module.name}.${RootConfig.entities.roles.name}`, roles);
|
|
29888
30362
|
}
|
|
29889
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
29890
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
30363
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementRoleDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
30364
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementRoleDataSeeder }); }
|
|
29891
30365
|
}
|
|
29892
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
30366
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementRoleDataSeeder, decorators: [{
|
|
29893
30367
|
type: Injectable
|
|
29894
30368
|
}] });
|
|
29895
30369
|
|
|
@@ -29900,10 +30374,10 @@ class AXPSecurityManagementUserDataSeeder {
|
|
|
29900
30374
|
async seed() {
|
|
29901
30375
|
await this.storageService.initial(`${RootConfig.module.name}.${RootConfig.entities.users.name}`, mockUsers);
|
|
29902
30376
|
}
|
|
29903
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
29904
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
30377
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementUserDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
30378
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementUserDataSeeder }); }
|
|
29905
30379
|
}
|
|
29906
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
30380
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementUserDataSeeder, decorators: [{
|
|
29907
30381
|
type: Injectable
|
|
29908
30382
|
}] });
|
|
29909
30383
|
|
|
@@ -30015,10 +30489,10 @@ class AXPSecurityManagementDeviceSessionDataSeeder {
|
|
|
30015
30489
|
}
|
|
30016
30490
|
return deviceSessions;
|
|
30017
30491
|
}
|
|
30018
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
30019
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
30492
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementDeviceSessionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
30493
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementDeviceSessionDataSeeder }); }
|
|
30020
30494
|
}
|
|
30021
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
30495
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementDeviceSessionDataSeeder, decorators: [{
|
|
30022
30496
|
type: Injectable
|
|
30023
30497
|
}] });
|
|
30024
30498
|
|
|
@@ -30087,17 +30561,17 @@ class AXPSecurityManagementPolicyDataSeeder {
|
|
|
30087
30561
|
// Seed the predefined policies. The policy records themselves are marked as system.
|
|
30088
30562
|
await this.storageService.initial(`${RootConfig.module.name}.${RootConfig.entities.policy.name}`, mockPolicyDefinitions);
|
|
30089
30563
|
}
|
|
30090
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
30091
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
30564
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementPolicyDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
30565
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementPolicyDataSeeder }); }
|
|
30092
30566
|
}
|
|
30093
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
30567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPSecurityManagementPolicyDataSeeder, decorators: [{
|
|
30094
30568
|
type: Injectable
|
|
30095
30569
|
}] });
|
|
30096
30570
|
|
|
30097
30571
|
class AXCSecurityManagementMockModule {
|
|
30098
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
30099
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
30100
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
30572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSecurityManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
30573
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCSecurityManagementMockModule }); }
|
|
30574
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSecurityManagementMockModule, providers: [
|
|
30101
30575
|
{
|
|
30102
30576
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
30103
30577
|
useClass: AXPSecurityManagementDeviceSessionDataSeeder,
|
|
@@ -30124,7 +30598,7 @@ class AXCSecurityManagementMockModule {
|
|
|
30124
30598
|
},
|
|
30125
30599
|
] }); }
|
|
30126
30600
|
}
|
|
30127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
30601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSecurityManagementMockModule, decorators: [{
|
|
30128
30602
|
type: NgModule,
|
|
30129
30603
|
args: [{
|
|
30130
30604
|
imports: [],
|
|
@@ -30577,10 +31051,10 @@ class AXMTaskTypeDataSeeder {
|
|
|
30577
31051
|
async seed() {
|
|
30578
31052
|
await this.storageService.initial(`${RootConfig$h.module.name}.${RootConfig$h.entities.taskType.name}`, taskTypeMock);
|
|
30579
31053
|
}
|
|
30580
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
30581
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31054
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31055
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskTypeDataSeeder }); }
|
|
30582
31056
|
}
|
|
30583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31057
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskTypeDataSeeder, decorators: [{
|
|
30584
31058
|
type: Injectable
|
|
30585
31059
|
}] });
|
|
30586
31060
|
|
|
@@ -30724,10 +31198,10 @@ class AXMTaskStatusDataSeeder {
|
|
|
30724
31198
|
async seed() {
|
|
30725
31199
|
await this.storageService.initial(`${RootConfig$h.module.name}.${RootConfig$h.entities.taskStatus.name}`, taskStatusMock);
|
|
30726
31200
|
}
|
|
30727
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
30728
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31201
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskStatusDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31202
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskStatusDataSeeder }); }
|
|
30729
31203
|
}
|
|
30730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31204
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskStatusDataSeeder, decorators: [{
|
|
30731
31205
|
type: Injectable
|
|
30732
31206
|
}] });
|
|
30733
31207
|
|
|
@@ -30895,10 +31369,10 @@ class AXMTaskDataSeeder {
|
|
|
30895
31369
|
async seed() {
|
|
30896
31370
|
await this.storageService.initial(`${RootConfig$h.module.name}.${RootConfig$h.entities.task.name}`, taskMock);
|
|
30897
31371
|
}
|
|
30898
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
30899
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31372
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31373
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskDataSeeder }); }
|
|
30900
31374
|
}
|
|
30901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31375
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskDataSeeder, decorators: [{
|
|
30902
31376
|
type: Injectable
|
|
30903
31377
|
}] });
|
|
30904
31378
|
|
|
@@ -31003,17 +31477,17 @@ class AXMTaskTemplateDataSeeder {
|
|
|
31003
31477
|
async seed() {
|
|
31004
31478
|
await this.storageService.initial(`${RootConfig$h.module.name}.${RootConfig$h.entities.taskTemplate.name}`, taskTemplateMock);
|
|
31005
31479
|
}
|
|
31006
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31007
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31480
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskTemplateDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31481
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskTemplateDataSeeder }); }
|
|
31008
31482
|
}
|
|
31009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31483
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMTaskTemplateDataSeeder, decorators: [{
|
|
31010
31484
|
type: Injectable
|
|
31011
31485
|
}] });
|
|
31012
31486
|
|
|
31013
31487
|
class AXCTaskManagementMockModule {
|
|
31014
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31015
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
31016
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
31488
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
31489
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskManagementMockModule }); }
|
|
31490
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskManagementMockModule, providers: [
|
|
31017
31491
|
{
|
|
31018
31492
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
31019
31493
|
useClass: AXMTaskTypeDataSeeder,
|
|
@@ -31036,7 +31510,7 @@ class AXCTaskManagementMockModule {
|
|
|
31036
31510
|
},
|
|
31037
31511
|
] }); }
|
|
31038
31512
|
}
|
|
31039
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31513
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTaskManagementMockModule, decorators: [{
|
|
31040
31514
|
type: NgModule,
|
|
31041
31515
|
args: [{
|
|
31042
31516
|
providers: [
|
|
@@ -31322,10 +31796,10 @@ class AXCTrainingDataSeeder {
|
|
|
31322
31796
|
async seed() {
|
|
31323
31797
|
await this.storageService.initial(`${RootConfig$i.module.name}.${RootConfig$i.entities.training.name}`, trainingMock);
|
|
31324
31798
|
}
|
|
31325
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31326
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31799
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31800
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingDataSeeder }); }
|
|
31327
31801
|
}
|
|
31328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31802
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingDataSeeder, decorators: [{
|
|
31329
31803
|
type: Injectable
|
|
31330
31804
|
}] });
|
|
31331
31805
|
|
|
@@ -31336,10 +31810,10 @@ class AXCTrainigTypeDataSeeder {
|
|
|
31336
31810
|
async seed() {
|
|
31337
31811
|
await this.storageService.initial(`${RootConfig$i.module.name}.${RootConfig$i.entities.trainingType.name}`, trainingTypeMockData);
|
|
31338
31812
|
}
|
|
31339
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31340
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31813
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainigTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31814
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainigTypeDataSeeder }); }
|
|
31341
31815
|
}
|
|
31342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainigTypeDataSeeder, decorators: [{
|
|
31343
31817
|
type: Injectable
|
|
31344
31818
|
}] });
|
|
31345
31819
|
|
|
@@ -31369,10 +31843,10 @@ class AXCTrainingParticipantDataSeeder {
|
|
|
31369
31843
|
async seed() {
|
|
31370
31844
|
await this.storageService.initial(`${RootConfig$i.module.name}.${RootConfig$i.entities.trainingParticipant.name}`, trainingParticipantMockData);
|
|
31371
31845
|
}
|
|
31372
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31373
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31846
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingParticipantDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31847
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingParticipantDataSeeder }); }
|
|
31374
31848
|
}
|
|
31375
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingParticipantDataSeeder, decorators: [{
|
|
31376
31850
|
type: Injectable
|
|
31377
31851
|
}] });
|
|
31378
31852
|
|
|
@@ -31416,10 +31890,10 @@ class AXCTrainingFacilitatorDataSeeder {
|
|
|
31416
31890
|
async seed() {
|
|
31417
31891
|
await this.storageService.initial(`${RootConfig$i.module.name}.${RootConfig$i.entities.trainingFacilitator.name}`, trainingFacilitatorMock);
|
|
31418
31892
|
}
|
|
31419
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31420
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31893
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingFacilitatorDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31894
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingFacilitatorDataSeeder }); }
|
|
31421
31895
|
}
|
|
31422
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31896
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingFacilitatorDataSeeder, decorators: [{
|
|
31423
31897
|
type: Injectable
|
|
31424
31898
|
}] });
|
|
31425
31899
|
|
|
@@ -31430,10 +31904,10 @@ class AXCPeriodDataSeeder {
|
|
|
31430
31904
|
async seed() {
|
|
31431
31905
|
await this.storageService.initial(`${RootConfig$i.module.name}.${RootConfig$i.entities.period.name}`, periodMock);
|
|
31432
31906
|
}
|
|
31433
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31434
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31907
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCPeriodDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31908
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCPeriodDataSeeder }); }
|
|
31435
31909
|
}
|
|
31436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31910
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCPeriodDataSeeder, decorators: [{
|
|
31437
31911
|
type: Injectable
|
|
31438
31912
|
}] });
|
|
31439
31913
|
|
|
@@ -31447,17 +31921,17 @@ class AXCCourseDataSeeder {
|
|
|
31447
31921
|
await this.storageService.initial(`${RootConfig$i.module.name}.${RootConfig$i.entities.courseLocation.name}`, courseLocationMock);
|
|
31448
31922
|
await this.storageService.initial(`${RootConfig$i.module.name}.${RootConfig$i.entities.coursePeriod.name}`, coursePeriodMockData);
|
|
31449
31923
|
}
|
|
31450
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31451
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
31924
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCourseDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
31925
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCourseDataSeeder }); }
|
|
31452
31926
|
}
|
|
31453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31927
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCourseDataSeeder, decorators: [{
|
|
31454
31928
|
type: Injectable
|
|
31455
31929
|
}] });
|
|
31456
31930
|
|
|
31457
31931
|
class AXCTrainingManagementMockModule {
|
|
31458
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31459
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
31460
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
31932
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
31933
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingManagementMockModule }); }
|
|
31934
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingManagementMockModule, providers: [
|
|
31461
31935
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCTrainingDataSeeder, multi: true },
|
|
31462
31936
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCTrainigTypeDataSeeder, multi: true },
|
|
31463
31937
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCTrainingParticipantDataSeeder, multi: true },
|
|
@@ -31466,7 +31940,7 @@ class AXCTrainingManagementMockModule {
|
|
|
31466
31940
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCourseDataSeeder, multi: true },
|
|
31467
31941
|
] }); }
|
|
31468
31942
|
}
|
|
31469
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31943
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTrainingManagementMockModule, decorators: [{
|
|
31470
31944
|
type: NgModule,
|
|
31471
31945
|
args: [{
|
|
31472
31946
|
imports: [],
|
|
@@ -31484,11 +31958,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
|
|
|
31484
31958
|
}] });
|
|
31485
31959
|
|
|
31486
31960
|
class AXCWorkflowManagementMockModule {
|
|
31487
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31488
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
31489
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
31961
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCWorkflowManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
31962
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCWorkflowManagementMockModule }); }
|
|
31963
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCWorkflowManagementMockModule }); }
|
|
31490
31964
|
}
|
|
31491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
31965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCWorkflowManagementMockModule, decorators: [{
|
|
31492
31966
|
type: NgModule,
|
|
31493
31967
|
args: [{
|
|
31494
31968
|
imports: [],
|
|
@@ -31994,10 +32468,10 @@ class AXMPartyDataSeeder {
|
|
|
31994
32468
|
async seed() {
|
|
31995
32469
|
await this.storageService.initial(`${RootConfig$j.module.name}.${RootConfig$j.entities.party.name}`, partyMock);
|
|
31996
32470
|
}
|
|
31997
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
31998
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
32471
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
32472
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyDataSeeder }); }
|
|
31999
32473
|
}
|
|
32000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
32474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyDataSeeder, decorators: [{
|
|
32001
32475
|
type: Injectable
|
|
32002
32476
|
}] });
|
|
32003
32477
|
|
|
@@ -32340,10 +32814,10 @@ class AXMPartyRoleDataSeeder {
|
|
|
32340
32814
|
async seed() {
|
|
32341
32815
|
await this.storageService.initial(`${RootConfig$j.module.name}.${RootConfig$j.entities.partyRole.name}`, partyRoleMock);
|
|
32342
32816
|
}
|
|
32343
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
32344
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
32817
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyRoleDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
32818
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyRoleDataSeeder }); }
|
|
32345
32819
|
}
|
|
32346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
32820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyRoleDataSeeder, decorators: [{
|
|
32347
32821
|
type: Injectable
|
|
32348
32822
|
}] });
|
|
32349
32823
|
|
|
@@ -32550,10 +33024,10 @@ class AXMPartyRelationshipDataSeeder {
|
|
|
32550
33024
|
async seed() {
|
|
32551
33025
|
await this.storageService.initial(`${RootConfig$j.module.name}.${RootConfig$j.entities.partyRelationship.name}`, partyRelationshipMock);
|
|
32552
33026
|
}
|
|
32553
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
32554
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
33027
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyRelationshipDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
33028
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyRelationshipDataSeeder }); }
|
|
32555
33029
|
}
|
|
32556
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
33030
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyRelationshipDataSeeder, decorators: [{
|
|
32557
33031
|
type: Injectable
|
|
32558
33032
|
}] });
|
|
32559
33033
|
|
|
@@ -32564,10 +33038,10 @@ class AXMPartyRelationshipTypeDataSeeder {
|
|
|
32564
33038
|
async seed() {
|
|
32565
33039
|
await this.storageService.initial(`${RootConfig$j.module.name}.${RootConfig$j.entities.partyRelationshipType.name}`, partyRelationshipTypeMock);
|
|
32566
33040
|
}
|
|
32567
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
32568
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
33041
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyRelationshipTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
33042
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyRelationshipTypeDataSeeder }); }
|
|
32569
33043
|
}
|
|
32570
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
33044
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyRelationshipTypeDataSeeder, decorators: [{
|
|
32571
33045
|
type: Injectable
|
|
32572
33046
|
}] });
|
|
32573
33047
|
|
|
@@ -32671,10 +33145,10 @@ class AXMPartyIdentifierTypeDataSeeder {
|
|
|
32671
33145
|
async seed() {
|
|
32672
33146
|
await this.storageService.initial(`${RootConfig$j.module.name}.${RootConfig$j.entities.partyIdentifierType.name}`, partyIdentifierTypeMock);
|
|
32673
33147
|
}
|
|
32674
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
32675
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
33148
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyIdentifierTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
33149
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyIdentifierTypeDataSeeder }); }
|
|
32676
33150
|
}
|
|
32677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
33151
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyIdentifierTypeDataSeeder, decorators: [{
|
|
32678
33152
|
type: Injectable
|
|
32679
33153
|
}] });
|
|
32680
33154
|
|
|
@@ -32945,10 +33419,10 @@ class AXMPartyIdentifierDataSeeder {
|
|
|
32945
33419
|
async seed() {
|
|
32946
33420
|
await this.storageService.initial(`${RootConfig$j.module.name}.${RootConfig$j.entities.partyIdentifier.name}`, partyIdentifierMock);
|
|
32947
33421
|
}
|
|
32948
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
32949
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
33422
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyIdentifierDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
33423
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyIdentifierDataSeeder }); }
|
|
32950
33424
|
}
|
|
32951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
33425
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMPartyIdentifierDataSeeder, decorators: [{
|
|
32952
33426
|
type: Injectable
|
|
32953
33427
|
}] });
|
|
32954
33428
|
|
|
@@ -33455,17 +33929,17 @@ class AXMIndustryDataSeeder {
|
|
|
33455
33929
|
//
|
|
33456
33930
|
await this.storageService.initial(`${RootConfig$j.module.name}.${RootConfig$j.entities.industry.name}Category`, INDUSTRY_CATEGORY_MOCK);
|
|
33457
33931
|
}
|
|
33458
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
33459
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
33932
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMIndustryDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
33933
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMIndustryDataSeeder }); }
|
|
33460
33934
|
}
|
|
33461
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
33935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMIndustryDataSeeder, decorators: [{
|
|
33462
33936
|
type: Injectable
|
|
33463
33937
|
}] });
|
|
33464
33938
|
|
|
33465
33939
|
class AXCPartyManagementMockModule {
|
|
33466
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
33467
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
33468
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
33940
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCPartyManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
33941
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCPartyManagementMockModule }); }
|
|
33942
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCPartyManagementMockModule, providers: [
|
|
33469
33943
|
{
|
|
33470
33944
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
33471
33945
|
useClass: AXMPartyDataSeeder,
|
|
@@ -33503,7 +33977,7 @@ class AXCPartyManagementMockModule {
|
|
|
33503
33977
|
},
|
|
33504
33978
|
] }); }
|
|
33505
33979
|
}
|
|
33506
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
33980
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCPartyManagementMockModule, decorators: [{
|
|
33507
33981
|
type: NgModule,
|
|
33508
33982
|
args: [{
|
|
33509
33983
|
imports: [],
|
|
@@ -33845,19 +34319,19 @@ class AXCAppTermDataSeeder {
|
|
|
33845
34319
|
async seed() {
|
|
33846
34320
|
await this.storageService.initial(`${RootConfig$k.module.name}.${RootConfig$k.entities.appTerm.name}`, APP_TERMS);
|
|
33847
34321
|
}
|
|
33848
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
33849
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
34322
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCAppTermDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34323
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCAppTermDataSeeder }); }
|
|
33850
34324
|
}
|
|
33851
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34325
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCAppTermDataSeeder, decorators: [{
|
|
33852
34326
|
type: Injectable
|
|
33853
34327
|
}] });
|
|
33854
34328
|
|
|
33855
34329
|
//#region ---- Imports ----
|
|
33856
34330
|
//#endregion
|
|
33857
34331
|
class AXCContentManagementMockModule {
|
|
33858
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
33859
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
33860
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
34332
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContentManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
34333
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCContentManagementMockModule }); }
|
|
34334
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContentManagementMockModule, providers: [
|
|
33861
34335
|
//#region ---- Providers ----
|
|
33862
34336
|
{
|
|
33863
34337
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
@@ -33867,7 +34341,7 @@ class AXCContentManagementMockModule {
|
|
|
33867
34341
|
//#endregion
|
|
33868
34342
|
] }); }
|
|
33869
34343
|
}
|
|
33870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34344
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCContentManagementMockModule, decorators: [{
|
|
33871
34345
|
type: NgModule,
|
|
33872
34346
|
args: [{
|
|
33873
34347
|
providers: [
|
|
@@ -33885,7 +34359,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
|
|
|
33885
34359
|
//#region ---- Imports ----
|
|
33886
34360
|
class AXPIdentifierDB extends Dexie {
|
|
33887
34361
|
constructor() {
|
|
33888
|
-
super('
|
|
34362
|
+
super('ACoreXIdentifier');
|
|
33889
34363
|
this.version(1).stores({
|
|
33890
34364
|
rules: 'id, entity, enabled, priority',
|
|
33891
34365
|
sequences: 'id, ruleId, scopeHash',
|
|
@@ -33899,10 +34373,10 @@ class AXPMockClockProvider {
|
|
|
33899
34373
|
now() {
|
|
33900
34374
|
return new Date();
|
|
33901
34375
|
}
|
|
33902
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
33903
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
34376
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockClockProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34377
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockClockProvider, providedIn: 'root' }); }
|
|
33904
34378
|
}
|
|
33905
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34379
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockClockProvider, decorators: [{
|
|
33906
34380
|
type: Injectable,
|
|
33907
34381
|
args: [{ providedIn: 'root' }]
|
|
33908
34382
|
}] });
|
|
@@ -33937,10 +34411,10 @@ class AXPMockChecksumProvider {
|
|
|
33937
34411
|
const c = (11 - r) % 11;
|
|
33938
34412
|
return c === 10 ? 'X' : String(c);
|
|
33939
34413
|
}
|
|
33940
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
33941
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
34414
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockChecksumProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34415
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockChecksumProvider, providedIn: 'root' }); }
|
|
33942
34416
|
}
|
|
33943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34417
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockChecksumProvider, decorators: [{
|
|
33944
34418
|
type: Injectable,
|
|
33945
34419
|
args: [{ providedIn: 'root' }]
|
|
33946
34420
|
}] });
|
|
@@ -33948,10 +34422,10 @@ class AXPMockPolicyProvider {
|
|
|
33948
34422
|
isAllowed() {
|
|
33949
34423
|
return true;
|
|
33950
34424
|
}
|
|
33951
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
33952
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
34425
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockPolicyProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34426
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockPolicyProvider, providedIn: 'root' }); }
|
|
33953
34427
|
}
|
|
33954
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockPolicyProvider, decorators: [{
|
|
33955
34429
|
type: Injectable,
|
|
33956
34430
|
args: [{ providedIn: 'root' }]
|
|
33957
34431
|
}] });
|
|
@@ -33962,10 +34436,10 @@ class AXPMockLookupProvider {
|
|
|
33962
34436
|
async get(key) {
|
|
33963
34437
|
return this.map.get(key);
|
|
33964
34438
|
}
|
|
33965
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
33966
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
34439
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockLookupProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34440
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockLookupProvider, providedIn: 'root' }); }
|
|
33967
34441
|
}
|
|
33968
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockLookupProvider, decorators: [{
|
|
33969
34443
|
type: Injectable,
|
|
33970
34444
|
args: [{ providedIn: 'root' }]
|
|
33971
34445
|
}] });
|
|
@@ -33997,10 +34471,10 @@ class AXPMockSequenceProvider {
|
|
|
33997
34471
|
await this.db.sequences.update(id, { currentValue: nextVal });
|
|
33998
34472
|
return consume ? nextVal : row.currentValue;
|
|
33999
34473
|
}
|
|
34000
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34001
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
34474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockSequenceProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34475
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockSequenceProvider, providedIn: 'root' }); }
|
|
34002
34476
|
}
|
|
34003
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockSequenceProvider, decorators: [{
|
|
34004
34478
|
type: Injectable,
|
|
34005
34479
|
args: [{ providedIn: 'root' }]
|
|
34006
34480
|
}] });
|
|
@@ -34186,18 +34660,18 @@ class AXPMockIdentifierService extends AXPIdentifierService {
|
|
|
34186
34660
|
// Now perform commit generation to advance sequence and return
|
|
34187
34661
|
return await this.evaluateInternal(req, 'commit');
|
|
34188
34662
|
}
|
|
34189
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34190
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
34663
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockIdentifierService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34664
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockIdentifierService, providedIn: 'root' }); }
|
|
34191
34665
|
}
|
|
34192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPMockIdentifierService, decorators: [{
|
|
34193
34667
|
type: Injectable,
|
|
34194
34668
|
args: [{ providedIn: 'root' }]
|
|
34195
34669
|
}] });
|
|
34196
34670
|
|
|
34197
34671
|
class AXCIdentifierManagementMockModule {
|
|
34198
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34199
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
34200
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
34672
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCIdentifierManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
34673
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCIdentifierManagementMockModule }); }
|
|
34674
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCIdentifierManagementMockModule, providers: [
|
|
34201
34675
|
AXPMockClockProvider,
|
|
34202
34676
|
AXPMockChecksumProvider,
|
|
34203
34677
|
AXPMockLookupProvider,
|
|
@@ -34249,7 +34723,7 @@ class AXCIdentifierManagementMockModule {
|
|
|
34249
34723
|
},
|
|
34250
34724
|
] }); }
|
|
34251
34725
|
}
|
|
34252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34726
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCIdentifierManagementMockModule, decorators: [{
|
|
34253
34727
|
type: NgModule,
|
|
34254
34728
|
args: [{
|
|
34255
34729
|
providers: [
|
|
@@ -34364,10 +34838,10 @@ class AXMMeetingTypeDataSeeder {
|
|
|
34364
34838
|
async seed() {
|
|
34365
34839
|
await this.storageService.initial(`${RootConfig$l.module.name}.${RootConfig$l.entities.meetingType.name}`, meetingTypeMock);
|
|
34366
34840
|
}
|
|
34367
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34368
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
34841
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34842
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingTypeDataSeeder }); }
|
|
34369
34843
|
}
|
|
34370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34844
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingTypeDataSeeder, decorators: [{
|
|
34371
34845
|
type: Injectable
|
|
34372
34846
|
}] });
|
|
34373
34847
|
|
|
@@ -34444,10 +34918,10 @@ class AXMMeetingDataSeeder {
|
|
|
34444
34918
|
async seed() {
|
|
34445
34919
|
await this.storageService.initial(`${RootConfig$l.module.name}.${RootConfig$l.entities.meeting.name}`, meetingMock);
|
|
34446
34920
|
}
|
|
34447
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34448
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
34921
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
34922
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingDataSeeder }); }
|
|
34449
34923
|
}
|
|
34450
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
34924
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingDataSeeder, decorators: [{
|
|
34451
34925
|
type: Injectable
|
|
34452
34926
|
}] });
|
|
34453
34927
|
|
|
@@ -34722,10 +35196,10 @@ class AXMMeetingParticipantDataSeeder {
|
|
|
34722
35196
|
async seed() {
|
|
34723
35197
|
await this.storageService.initial(`${RootConfig$l.module.name}.${RootConfig$l.entities.meetingParticipant.name}`, meetingParticipantMock);
|
|
34724
35198
|
}
|
|
34725
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34726
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
35199
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingParticipantDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35200
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingParticipantDataSeeder }); }
|
|
34727
35201
|
}
|
|
34728
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35202
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingParticipantDataSeeder, decorators: [{
|
|
34729
35203
|
type: Injectable
|
|
34730
35204
|
}] });
|
|
34731
35205
|
|
|
@@ -34736,10 +35210,10 @@ class AXMMeetingRoleTypeDataSeeder {
|
|
|
34736
35210
|
async seed() {
|
|
34737
35211
|
await this.storageService.initial(`${RootConfig$l.module.name}.${RootConfig$l.entities.meetingRoleType.name}`, meetingRoleTypeMock);
|
|
34738
35212
|
}
|
|
34739
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34740
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
35213
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingRoleTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35214
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingRoleTypeDataSeeder }); }
|
|
34741
35215
|
}
|
|
34742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35216
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingRoleTypeDataSeeder, decorators: [{
|
|
34743
35217
|
type: Injectable
|
|
34744
35218
|
}] });
|
|
34745
35219
|
|
|
@@ -34788,10 +35262,10 @@ class AXMMeetingFilesDataSeeder {
|
|
|
34788
35262
|
async seed() {
|
|
34789
35263
|
await this.storageService.initial(`${RootConfig$l.module.name}.${RootConfig$l.entities.meetingFiles.name}`, meetingFilesMock);
|
|
34790
35264
|
}
|
|
34791
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34792
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
35265
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingFilesDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35266
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingFilesDataSeeder }); }
|
|
34793
35267
|
}
|
|
34794
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35268
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingFilesDataSeeder, decorators: [{
|
|
34795
35269
|
type: Injectable
|
|
34796
35270
|
}] });
|
|
34797
35271
|
|
|
@@ -34861,10 +35335,10 @@ class AXMMeetingSessionDataSeeder {
|
|
|
34861
35335
|
async seed() {
|
|
34862
35336
|
await this.storageService.initial(`${RootConfig$l.module.name}.${RootConfig$l.entities.meetingSession.name}`, meetingSessionMock);
|
|
34863
35337
|
}
|
|
34864
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34865
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
35338
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingSessionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35339
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingSessionDataSeeder }); }
|
|
34866
35340
|
}
|
|
34867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35341
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingSessionDataSeeder, decorators: [{
|
|
34868
35342
|
type: Injectable
|
|
34869
35343
|
}] });
|
|
34870
35344
|
|
|
@@ -34920,17 +35394,17 @@ class AXMMeetingTypeFileTemplateDataSeeder {
|
|
|
34920
35394
|
async seed() {
|
|
34921
35395
|
await this.storageService.initial(`${RootConfig$l.module.name}.${RootConfig$l.entities.meetingTypeFileTemplate.name}`, meetingTypeFileTemplateMock);
|
|
34922
35396
|
}
|
|
34923
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34924
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
35397
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingTypeFileTemplateDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35398
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingTypeFileTemplateDataSeeder }); }
|
|
34925
35399
|
}
|
|
34926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35400
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMMeetingTypeFileTemplateDataSeeder, decorators: [{
|
|
34927
35401
|
type: Injectable
|
|
34928
35402
|
}] });
|
|
34929
35403
|
|
|
34930
35404
|
class AXCMeetingManagementMockModule {
|
|
34931
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
34932
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
34933
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
35405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMeetingManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
35406
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCMeetingManagementMockModule }); }
|
|
35407
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMeetingManagementMockModule, providers: [
|
|
34934
35408
|
{
|
|
34935
35409
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
34936
35410
|
useClass: AXMMeetingTypeDataSeeder,
|
|
@@ -34968,7 +35442,7 @@ class AXCMeetingManagementMockModule {
|
|
|
34968
35442
|
},
|
|
34969
35443
|
] }); }
|
|
34970
35444
|
}
|
|
34971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35445
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMeetingManagementMockModule, decorators: [{
|
|
34972
35446
|
type: NgModule,
|
|
34973
35447
|
args: [{
|
|
34974
35448
|
providers: [
|
|
@@ -35125,10 +35599,10 @@ class AXMSettingsClientResetCommand {
|
|
|
35125
35599
|
const result = await this.dialogService.confirm(warning, message, 'danger', 'horizontal');
|
|
35126
35600
|
return !!result.result;
|
|
35127
35601
|
}
|
|
35128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
35129
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
35602
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSettingsClientResetCommand, deps: [{ token: i1.AXDialogService }, { token: i2.AXTranslationService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35603
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSettingsClientResetCommand, providedIn: 'root' }); }
|
|
35130
35604
|
}
|
|
35131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSettingsClientResetCommand, decorators: [{
|
|
35132
35606
|
type: Injectable,
|
|
35133
35607
|
args: [{ providedIn: 'root' }]
|
|
35134
35608
|
}], ctorParameters: () => [{ type: i1.AXDialogService }, { type: i2.AXTranslationService }] });
|
|
@@ -35197,10 +35671,10 @@ class AXMSettingsClientExportCommand {
|
|
|
35197
35671
|
a.click();
|
|
35198
35672
|
URL.revokeObjectURL(url);
|
|
35199
35673
|
}
|
|
35200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
35201
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
35674
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSettingsClientExportCommand, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35675
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSettingsClientExportCommand, providedIn: 'root' }); }
|
|
35202
35676
|
}
|
|
35203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSettingsClientExportCommand, decorators: [{
|
|
35204
35678
|
type: Injectable,
|
|
35205
35679
|
args: [{ providedIn: 'root' }]
|
|
35206
35680
|
}] });
|
|
@@ -35288,18 +35762,18 @@ class AXMSettingsClientImportCommand {
|
|
|
35288
35762
|
const result = await this.dialog.confirm(warning, message, 'danger', 'horizontal');
|
|
35289
35763
|
return !!result.result;
|
|
35290
35764
|
}
|
|
35291
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
35292
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
35765
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSettingsClientImportCommand, deps: [{ token: i1.AXDialogService }, { token: i2.AXTranslationService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35766
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSettingsClientImportCommand, providedIn: 'root' }); }
|
|
35293
35767
|
}
|
|
35294
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35768
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXMSettingsClientImportCommand, decorators: [{
|
|
35295
35769
|
type: Injectable,
|
|
35296
35770
|
args: [{ providedIn: 'root' }]
|
|
35297
35771
|
}], ctorParameters: () => [{ type: i1.AXDialogService }, { type: i2.AXTranslationService }] });
|
|
35298
35772
|
|
|
35299
35773
|
class AXCSettingsManagementMockModule {
|
|
35300
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
35301
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
35302
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
35774
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSettingsManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
35775
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCSettingsManagementMockModule }); }
|
|
35776
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSettingsManagementMockModule, providers: [
|
|
35303
35777
|
provideCommandSetups([
|
|
35304
35778
|
{ key: 'settings.client-reset', command: () => AXMSettingsClientResetCommand },
|
|
35305
35779
|
{ key: 'settings.client-export', command: () => AXMSettingsClientExportCommand },
|
|
@@ -35340,7 +35814,7 @@ class AXCSettingsManagementMockModule {
|
|
|
35340
35814
|
}
|
|
35341
35815
|
] }); }
|
|
35342
35816
|
}
|
|
35343
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSettingsManagementMockModule, decorators: [{
|
|
35344
35818
|
type: NgModule,
|
|
35345
35819
|
args: [{
|
|
35346
35820
|
imports: [],
|
|
@@ -35460,21 +35934,21 @@ class AXPIssueTypeDataSeeder {
|
|
|
35460
35934
|
async seed() {
|
|
35461
35935
|
await this.storageService.initial(`${RootConfig$m.module.name}.${RootConfig$m.entities.issueType.name}`, ISSUE_TYPES);
|
|
35462
35936
|
}
|
|
35463
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
35464
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
35937
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPIssueTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
35938
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPIssueTypeDataSeeder }); }
|
|
35465
35939
|
}
|
|
35466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35940
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXPIssueTypeDataSeeder, decorators: [{
|
|
35467
35941
|
type: Injectable
|
|
35468
35942
|
}] });
|
|
35469
35943
|
|
|
35470
35944
|
class AXCHelpDeskMockModule {
|
|
35471
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
35472
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
35473
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
35945
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCHelpDeskMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
35946
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCHelpDeskMockModule }); }
|
|
35947
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCHelpDeskMockModule, providers: [
|
|
35474
35948
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXPIssueTypeDataSeeder, multi: true },
|
|
35475
35949
|
] }); }
|
|
35476
35950
|
}
|
|
35477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
35951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCHelpDeskMockModule, decorators: [{
|
|
35478
35952
|
type: NgModule,
|
|
35479
35953
|
args: [{
|
|
35480
35954
|
imports: [],
|
|
@@ -35714,10 +36188,10 @@ class AXCDexieEntityStorageService extends Dexie {
|
|
|
35714
36188
|
}
|
|
35715
36189
|
return allIds;
|
|
35716
36190
|
}
|
|
35717
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
35718
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
36191
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDexieEntityStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
36192
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDexieEntityStorageService }); }
|
|
35719
36193
|
}
|
|
35720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
36194
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCDexieEntityStorageService, decorators: [{
|
|
35721
36195
|
type: Injectable
|
|
35722
36196
|
}], ctorParameters: () => [] });
|
|
35723
36197
|
|
|
@@ -37057,10 +37531,59 @@ const primaryMiddleware = {
|
|
|
37057
37531
|
},
|
|
37058
37532
|
};
|
|
37059
37533
|
|
|
37534
|
+
const historyLoggerMiddleware = {
|
|
37535
|
+
target: { ops: ['create', 'update', 'delete'], order: 80 },
|
|
37536
|
+
execute: async (ctx, next) => {
|
|
37537
|
+
const sessionService = inject(AXPSessionService);
|
|
37538
|
+
const versioning = inject(VersioningService);
|
|
37539
|
+
// Capture previous for update/delete
|
|
37540
|
+
if (ctx.op === 'update' || ctx.op === 'delete') {
|
|
37541
|
+
try {
|
|
37542
|
+
ctx.previous = await ctx.backend.getOne(ctx.entityName, ctx.id);
|
|
37543
|
+
}
|
|
37544
|
+
catch { /* ignore */ }
|
|
37545
|
+
}
|
|
37546
|
+
await next();
|
|
37547
|
+
// Prepare versioning payload
|
|
37548
|
+
const entityType = ctx.entityName;
|
|
37549
|
+
const changedBy = sessionService.user?.id ?? 'system';
|
|
37550
|
+
if (ctx.op === 'create') {
|
|
37551
|
+
const createdId = String(ctx.result);
|
|
37552
|
+
const snapshot = { ...ctx.data, id: createdId };
|
|
37553
|
+
const changes = computeDiff(undefined, snapshot);
|
|
37554
|
+
await versioning.createVersion(entityType, createdId, snapshot, changes, {
|
|
37555
|
+
changeType: AXVChangeType.Create,
|
|
37556
|
+
changedBy,
|
|
37557
|
+
summary: 'Created',
|
|
37558
|
+
});
|
|
37559
|
+
}
|
|
37560
|
+
else if (ctx.op === 'update') {
|
|
37561
|
+
const referenceId = String(ctx.id);
|
|
37562
|
+
const snapshot = ctx.result;
|
|
37563
|
+
const changes = computeDiff(ctx.previous, snapshot);
|
|
37564
|
+
await versioning.createVersion(entityType, referenceId, snapshot, changes, {
|
|
37565
|
+
changeType: AXVChangeType.Update,
|
|
37566
|
+
changedBy,
|
|
37567
|
+
summary: 'Updated',
|
|
37568
|
+
});
|
|
37569
|
+
}
|
|
37570
|
+
else if (ctx.op === 'delete') {
|
|
37571
|
+
const referenceId = String(ctx.id);
|
|
37572
|
+
const snapshot = ctx.previous;
|
|
37573
|
+
const changes = computeDiff(snapshot, null);
|
|
37574
|
+
await versioning.createVersion(entityType, referenceId, snapshot, changes, {
|
|
37575
|
+
changeType: AXVChangeType.Delete,
|
|
37576
|
+
changedBy,
|
|
37577
|
+
summary: 'Deleted',
|
|
37578
|
+
});
|
|
37579
|
+
}
|
|
37580
|
+
},
|
|
37581
|
+
};
|
|
37582
|
+
|
|
37060
37583
|
class AXCMiddlewaresModule {
|
|
37061
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37062
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
37063
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
37584
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMiddlewaresModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
37585
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCMiddlewaresModule }); }
|
|
37586
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMiddlewaresModule, providers: [
|
|
37064
37587
|
// Bind the middleware wrapper as the public storage service
|
|
37065
37588
|
{ provide: AXPEntityStorageService, useClass: AXPMiddlewareEntityStorageService },
|
|
37066
37589
|
// Provide the concrete backend and middlewares
|
|
@@ -37074,11 +37597,12 @@ class AXCMiddlewaresModule {
|
|
|
37074
37597
|
{ provide: AXP_ENTITY_STORAGE_MIDDLEWARE, multi: true, useValue: auditLoggerMiddleware },
|
|
37075
37598
|
{ provide: AXP_ENTITY_STORAGE_MIDDLEWARE, multi: true, useValue: createFileCastMiddleware },
|
|
37076
37599
|
{ provide: AXP_ENTITY_STORAGE_MIDDLEWARE, multi: true, useValue: primaryMiddleware },
|
|
37600
|
+
{ provide: AXP_ENTITY_STORAGE_MIDDLEWARE, multi: true, useValue: historyLoggerMiddleware },
|
|
37077
37601
|
// Sample entity event listener to show logs for all entity.* events
|
|
37078
37602
|
//{ provide: AXP_DISTRIBUTED_EVENT_LISTENER_PROVIDER, multi: true, useValue: AXCMockEntityLogListener },
|
|
37079
37603
|
] }); }
|
|
37080
37604
|
}
|
|
37081
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMiddlewaresModule, decorators: [{
|
|
37082
37606
|
type: NgModule,
|
|
37083
37607
|
args: [{
|
|
37084
37608
|
imports: [],
|
|
@@ -37098,6 +37622,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
|
|
|
37098
37622
|
{ provide: AXP_ENTITY_STORAGE_MIDDLEWARE, multi: true, useValue: auditLoggerMiddleware },
|
|
37099
37623
|
{ provide: AXP_ENTITY_STORAGE_MIDDLEWARE, multi: true, useValue: createFileCastMiddleware },
|
|
37100
37624
|
{ provide: AXP_ENTITY_STORAGE_MIDDLEWARE, multi: true, useValue: primaryMiddleware },
|
|
37625
|
+
{ provide: AXP_ENTITY_STORAGE_MIDDLEWARE, multi: true, useValue: historyLoggerMiddleware },
|
|
37101
37626
|
// Sample entity event listener to show logs for all entity.* events
|
|
37102
37627
|
//{ provide: AXP_DISTRIBUTED_EVENT_LISTENER_PROVIDER, multi: true, useValue: AXCMockEntityLogListener },
|
|
37103
37628
|
],
|
|
@@ -37111,10 +37636,10 @@ class AXCCustomerTypeDataSeeder {
|
|
|
37111
37636
|
async seed() {
|
|
37112
37637
|
await this.storageService.initial(RootConfig$n.entities.customerType.source, CUSTOMER_TYPES_MOCK);
|
|
37113
37638
|
}
|
|
37114
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37115
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37639
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37640
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerTypeDataSeeder }); }
|
|
37116
37641
|
}
|
|
37117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37642
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerTypeDataSeeder, decorators: [{
|
|
37118
37643
|
type: Injectable
|
|
37119
37644
|
}] });
|
|
37120
37645
|
|
|
@@ -37125,10 +37650,10 @@ class AXCCustomerSegmentDataSeeder {
|
|
|
37125
37650
|
async seed() {
|
|
37126
37651
|
await this.storageService.initial(RootConfig$n.entities.customerSegment.source, CUSTOMER_SEGMENTS_MOCK);
|
|
37127
37652
|
}
|
|
37128
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37129
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37653
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerSegmentDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37654
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerSegmentDataSeeder }); }
|
|
37130
37655
|
}
|
|
37131
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37656
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerSegmentDataSeeder, decorators: [{
|
|
37132
37657
|
type: Injectable
|
|
37133
37658
|
}] });
|
|
37134
37659
|
|
|
@@ -37139,10 +37664,10 @@ class AXCCustomerDataSeeder {
|
|
|
37139
37664
|
async seed() {
|
|
37140
37665
|
await this.storageService.initial(RootConfig$n.entities.customer.source, CUSTOMERS_MOCK);
|
|
37141
37666
|
}
|
|
37142
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37143
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37667
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37668
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerDataSeeder }); }
|
|
37144
37669
|
}
|
|
37145
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37670
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerDataSeeder, decorators: [{
|
|
37146
37671
|
type: Injectable
|
|
37147
37672
|
}] });
|
|
37148
37673
|
|
|
@@ -37163,10 +37688,10 @@ class AXCCrmOpportunityStageDataSeeder {
|
|
|
37163
37688
|
async seed() {
|
|
37164
37689
|
await this.storageService.initial(RootConfig$n.entities.opportunityStage.source, OPPORTUNITY_STAGES_MOCK);
|
|
37165
37690
|
}
|
|
37166
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37167
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37691
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmOpportunityStageDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37692
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmOpportunityStageDataSeeder }); }
|
|
37168
37693
|
}
|
|
37169
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37694
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmOpportunityStageDataSeeder, decorators: [{
|
|
37170
37695
|
type: Injectable
|
|
37171
37696
|
}] });
|
|
37172
37697
|
|
|
@@ -37182,10 +37707,10 @@ class AXCCrmSalesPipelineDataSeeder {
|
|
|
37182
37707
|
async seed() {
|
|
37183
37708
|
await this.storageService.initial(RootConfig$n.entities.salesPipeline.source, SALES_PIPELINES_MOCK);
|
|
37184
37709
|
}
|
|
37185
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37186
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37710
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmSalesPipelineDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37711
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmSalesPipelineDataSeeder }); }
|
|
37187
37712
|
}
|
|
37188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37713
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmSalesPipelineDataSeeder, decorators: [{
|
|
37189
37714
|
type: Injectable
|
|
37190
37715
|
}] });
|
|
37191
37716
|
|
|
@@ -37205,10 +37730,10 @@ class AXCCrmLifecycleStageDataSeeder {
|
|
|
37205
37730
|
async seed() {
|
|
37206
37731
|
await this.storageService.initial(RootConfig$n.entities.lifecycleStage.source, LIFECYCLE_STAGES_MOCK);
|
|
37207
37732
|
}
|
|
37208
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37209
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37733
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmLifecycleStageDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37734
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmLifecycleStageDataSeeder }); }
|
|
37210
37735
|
}
|
|
37211
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmLifecycleStageDataSeeder, decorators: [{
|
|
37212
37737
|
type: Injectable
|
|
37213
37738
|
}] });
|
|
37214
37739
|
|
|
@@ -37226,10 +37751,10 @@ class AXCCrmSalesTerritoryDataSeeder {
|
|
|
37226
37751
|
async seed() {
|
|
37227
37752
|
await this.storageService.initial(RootConfig$n.entities.salesTerritory.source, SALES_TERRITORIES_MOCK);
|
|
37228
37753
|
}
|
|
37229
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37230
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37754
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmSalesTerritoryDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37755
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmSalesTerritoryDataSeeder }); }
|
|
37231
37756
|
}
|
|
37232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37757
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmSalesTerritoryDataSeeder, decorators: [{
|
|
37233
37758
|
type: Injectable
|
|
37234
37759
|
}] });
|
|
37235
37760
|
|
|
@@ -37246,10 +37771,10 @@ class AXCCrmLeadDataSeeder {
|
|
|
37246
37771
|
async seed() {
|
|
37247
37772
|
await this.storageService.initial(RootConfig$n.entities.lead.source, LEADS_MOCK);
|
|
37248
37773
|
}
|
|
37249
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37250
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37774
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmLeadDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37775
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmLeadDataSeeder }); }
|
|
37251
37776
|
}
|
|
37252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmLeadDataSeeder, decorators: [{
|
|
37253
37778
|
type: Injectable
|
|
37254
37779
|
}] });
|
|
37255
37780
|
|
|
@@ -37292,10 +37817,10 @@ class AXCCrmOpportunityDataSeeder {
|
|
|
37292
37817
|
async seed() {
|
|
37293
37818
|
await this.storageService.initial(RootConfig$n.entities.opportunity.source, OPPORTUNITIES_MOCK);
|
|
37294
37819
|
}
|
|
37295
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37296
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37820
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmOpportunityDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37821
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmOpportunityDataSeeder }); }
|
|
37297
37822
|
}
|
|
37298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37823
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmOpportunityDataSeeder, decorators: [{
|
|
37299
37824
|
type: Injectable
|
|
37300
37825
|
}] });
|
|
37301
37826
|
|
|
@@ -37312,10 +37837,10 @@ class AXCCrmActivityDataSeeder {
|
|
|
37312
37837
|
async seed() {
|
|
37313
37838
|
await this.storageService.initial(RootConfig$n.entities.activity.source, ACTIVITIES_MOCK);
|
|
37314
37839
|
}
|
|
37315
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37316
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37840
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmActivityDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37841
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmActivityDataSeeder }); }
|
|
37317
37842
|
}
|
|
37318
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmActivityDataSeeder, decorators: [{
|
|
37319
37844
|
type: Injectable
|
|
37320
37845
|
}] });
|
|
37321
37846
|
|
|
@@ -37336,17 +37861,17 @@ class AXCCrmDealContactRoleDataSeeder {
|
|
|
37336
37861
|
async seed() {
|
|
37337
37862
|
await this.storageService.initial(RootConfig$n.entities.dealContactRole.source, DEAL_CONTACT_ROLES_MOCK);
|
|
37338
37863
|
}
|
|
37339
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37340
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
37864
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmDealContactRoleDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
37865
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmDealContactRoleDataSeeder }); }
|
|
37341
37866
|
}
|
|
37342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCrmDealContactRoleDataSeeder, decorators: [{
|
|
37343
37868
|
type: Injectable
|
|
37344
37869
|
}] });
|
|
37345
37870
|
|
|
37346
37871
|
class AXCCustomerManagementMockModule {
|
|
37347
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37348
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
37349
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
37872
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
37873
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerManagementMockModule }); }
|
|
37874
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerManagementMockModule, providers: [
|
|
37350
37875
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCustomerTypeDataSeeder, multi: true },
|
|
37351
37876
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCustomerSegmentDataSeeder, multi: true },
|
|
37352
37877
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCrmOpportunityStageDataSeeder, multi: true },
|
|
@@ -37360,7 +37885,7 @@ class AXCCustomerManagementMockModule {
|
|
|
37360
37885
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCrmDealContactRoleDataSeeder, multi: true },
|
|
37361
37886
|
] }); }
|
|
37362
37887
|
}
|
|
37363
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
37888
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCCustomerManagementMockModule, decorators: [{
|
|
37364
37889
|
type: NgModule,
|
|
37365
37890
|
args: [{
|
|
37366
37891
|
providers: [
|
|
@@ -37391,8 +37916,8 @@ class AXCMockModule {
|
|
|
37391
37916
|
},
|
|
37392
37917
|
});
|
|
37393
37918
|
}
|
|
37394
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37395
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
37919
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMockModule, deps: [{ token: i1$1.AXPAppStartUpService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
37920
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCMockModule, imports: [i2$1.AXPAuthModule, AXCCommonMockModule,
|
|
37396
37921
|
//
|
|
37397
37922
|
AXCIdentifierManagementMockModule,
|
|
37398
37923
|
//
|
|
@@ -37429,7 +37954,7 @@ class AXCMockModule {
|
|
|
37429
37954
|
AXCSettingsManagementMockModule,
|
|
37430
37955
|
//
|
|
37431
37956
|
AXCMiddlewaresModule] }); }
|
|
37432
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
37957
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMockModule, providers: [
|
|
37433
37958
|
AXSafePipe,
|
|
37434
37959
|
], imports: [AXPAuthModule.forRoot({
|
|
37435
37960
|
strategies: [AXCUserPassStrategyMock],
|
|
@@ -37472,7 +37997,7 @@ class AXCMockModule {
|
|
|
37472
37997
|
//
|
|
37473
37998
|
AXCMiddlewaresModule] }); }
|
|
37474
37999
|
}
|
|
37475
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38000
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCMockModule, decorators: [{
|
|
37476
38001
|
type: NgModule,
|
|
37477
38002
|
args: [{
|
|
37478
38003
|
imports: [
|
|
@@ -37618,10 +38143,10 @@ class AXCGoogleStrategyMock extends AXPAuthStrategy {
|
|
|
37618
38143
|
},
|
|
37619
38144
|
};
|
|
37620
38145
|
}
|
|
37621
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37622
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
38146
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCGoogleStrategyMock, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
38147
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCGoogleStrategyMock }); }
|
|
37623
38148
|
}
|
|
37624
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCGoogleStrategyMock, decorators: [{
|
|
37625
38150
|
type: Injectable
|
|
37626
38151
|
}], ctorParameters: () => [] });
|
|
37627
38152
|
|
|
@@ -37747,10 +38272,10 @@ class AXCApplicationTemplateDataSeeder {
|
|
|
37747
38272
|
const properties = this.storageService.initial(PROPERTY_SOURCE_NAME, PROPERTIES);
|
|
37748
38273
|
await Promise.all([applications, modules, entities, features, permissions, editions, properties]);
|
|
37749
38274
|
}
|
|
37750
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37751
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
38275
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCApplicationTemplateDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
38276
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCApplicationTemplateDataSeeder }); }
|
|
37752
38277
|
}
|
|
37753
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38278
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCApplicationTemplateDataSeeder, decorators: [{
|
|
37754
38279
|
type: Injectable
|
|
37755
38280
|
}] });
|
|
37756
38281
|
|
|
@@ -37836,10 +38361,10 @@ class AXCModuleDesignerService {
|
|
|
37836
38361
|
async createPermission(payload) { }
|
|
37837
38362
|
async updatePermission(payload) { }
|
|
37838
38363
|
async deletePermission(permissionId) { }
|
|
37839
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37840
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
38364
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCModuleDesignerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
38365
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCModuleDesignerService, providedIn: 'root' }); }
|
|
37841
38366
|
}
|
|
37842
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCModuleDesignerService, decorators: [{
|
|
37843
38368
|
type: Injectable,
|
|
37844
38369
|
args: [{
|
|
37845
38370
|
providedIn: 'root',
|
|
@@ -37847,9 +38372,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
|
|
|
37847
38372
|
}] });
|
|
37848
38373
|
|
|
37849
38374
|
class AXCApplicationManagementMockModule {
|
|
37850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
37851
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
37852
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
38375
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCApplicationManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
38376
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCApplicationManagementMockModule }); }
|
|
38377
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCApplicationManagementMockModule, providers: [
|
|
37853
38378
|
{
|
|
37854
38379
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
37855
38380
|
useClass: AXCApplicationTemplateDataSeeder,
|
|
@@ -37861,7 +38386,7 @@ class AXCApplicationManagementMockModule {
|
|
|
37861
38386
|
},
|
|
37862
38387
|
] }); }
|
|
37863
38388
|
}
|
|
37864
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38389
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCApplicationManagementMockModule, decorators: [{
|
|
37865
38390
|
type: NgModule,
|
|
37866
38391
|
args: [{
|
|
37867
38392
|
imports: [],
|
|
@@ -38008,10 +38533,10 @@ class AXCTextTemplateCategoryDataSeeder {
|
|
|
38008
38533
|
async seed() {
|
|
38009
38534
|
await this.storageService.initial(`${RootConfig$o.module.name}.${RootConfig$o.entities.category.name}`, TEXT_TEMPLATE_CATEGORY);
|
|
38010
38535
|
}
|
|
38011
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
38012
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
38536
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateCategoryDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
38537
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateCategoryDataSeeder }); }
|
|
38013
38538
|
}
|
|
38014
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38539
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateCategoryDataSeeder, decorators: [{
|
|
38015
38540
|
type: Injectable
|
|
38016
38541
|
}] });
|
|
38017
38542
|
|
|
@@ -38022,17 +38547,17 @@ class AXCTextTemplateDataSeeder {
|
|
|
38022
38547
|
async seed() {
|
|
38023
38548
|
await this.storageService.initial(`${RootConfig$o.module.name}.${RootConfig$o.entities.template.name}`, TEXT_TEMPLATES);
|
|
38024
38549
|
}
|
|
38025
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
38026
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
38550
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
38551
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateDataSeeder }); }
|
|
38027
38552
|
}
|
|
38028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateDataSeeder, decorators: [{
|
|
38029
38554
|
type: Injectable
|
|
38030
38555
|
}] });
|
|
38031
38556
|
|
|
38032
38557
|
class AXCTextTemplateManagementMockModule {
|
|
38033
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
38034
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
38035
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
38558
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
38559
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateManagementMockModule }); }
|
|
38560
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateManagementMockModule, providers: [
|
|
38036
38561
|
{
|
|
38037
38562
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
38038
38563
|
useClass: AXCTextTemplateCategoryDataSeeder,
|
|
@@ -38045,7 +38570,7 @@ class AXCTextTemplateManagementMockModule {
|
|
|
38045
38570
|
},
|
|
38046
38571
|
] }); }
|
|
38047
38572
|
}
|
|
38048
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCTextTemplateManagementMockModule, decorators: [{
|
|
38049
38574
|
type: NgModule,
|
|
38050
38575
|
args: [{
|
|
38051
38576
|
imports: [],
|
|
@@ -38090,17 +38615,17 @@ class AXCSchedulerJobDataSeeder {
|
|
|
38090
38615
|
async seed() {
|
|
38091
38616
|
await this.storageService.initial(`${RootConfig$p.module.name}.${RootConfig$p.entities.schedulerJob.name}`, SCHEDULER_JOB);
|
|
38092
38617
|
}
|
|
38093
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
38094
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.
|
|
38618
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSchedulerJobDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
38619
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSchedulerJobDataSeeder }); }
|
|
38095
38620
|
}
|
|
38096
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38621
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSchedulerJobDataSeeder, decorators: [{
|
|
38097
38622
|
type: Injectable
|
|
38098
38623
|
}] });
|
|
38099
38624
|
|
|
38100
38625
|
class AXCSchedulerJobManagementMockModule {
|
|
38101
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.
|
|
38102
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.
|
|
38103
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.
|
|
38626
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSchedulerJobManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
38627
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.2.4", ngImport: i0, type: AXCSchedulerJobManagementMockModule }); }
|
|
38628
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSchedulerJobManagementMockModule, providers: [
|
|
38104
38629
|
{
|
|
38105
38630
|
provide: AXP_DATA_SEEDER_TOKEN,
|
|
38106
38631
|
useClass: AXCSchedulerJobDataSeeder,
|
|
@@ -38108,7 +38633,7 @@ class AXCSchedulerJobManagementMockModule {
|
|
|
38108
38633
|
},
|
|
38109
38634
|
] }); }
|
|
38110
38635
|
}
|
|
38111
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.
|
|
38636
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.4", ngImport: i0, type: AXCSchedulerJobManagementMockModule, decorators: [{
|
|
38112
38637
|
type: NgModule,
|
|
38113
38638
|
args: [{
|
|
38114
38639
|
imports: [],
|
|
@@ -38155,5 +38680,5 @@ const AXCMockEntityLogListener = {
|
|
|
38155
38680
|
* Generated bundle index. Do not edit.
|
|
38156
38681
|
*/
|
|
38157
38682
|
|
|
38158
|
-
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCLogReportCategoryProvider, AXCLogReportDefinitionProvider, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXCUserPassStrategyMock, AXCWorkflowManagementMockModule, AXC_LOG_REPORT_CATEGORY_PROVIDER, AXC_LOG_REPORT_DEFINITION_PROVIDER, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, 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, BUSINESS_UNITS_MOCK, DASHBOARDS, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, ENTITIES, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, PERMISSIONS, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, PROPERTIES, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, applications, auditLoggerMiddleware, calendarEventMock, calendarEventTypeMockData, calendarMock, childCountMiddleware, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, identifierCommitMiddleware, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, participantIds, primaryMiddleware, tenantsMock };
|
|
38683
|
+
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCJsaSeeder, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCLogReportCategoryProvider, AXCLogReportDefinitionProvider, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCQueryCategoryMetadataInheritanceQuery, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXCUserPassStrategyMock, AXCVersionDB, AXCWorkflowManagementMockModule, AXC_LOG_REPORT_CATEGORY_PROVIDER, AXC_LOG_REPORT_DEFINITION_PROVIDER, AXMAiResponderService, AXMBusinessUnitDataSeeder, AXMCalendarEventTypeSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMFormDataSourcesProvider, AXMIndustryDataSeeder, AXMLeaveRequestDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, 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, ENTITIES, FEATURES, GLOBAL_VARIABLES, LEAVE_REQUESTS_MOCK, MODULES, PERMISSIONS, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, PROPERTIES, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, VersioningService, applications, auditLoggerMiddleware, axVersionDB, calendarEventMock, calendarEventTypeMockData, calendarMock, childCountMiddleware, computeDiff, createAndSaveDashboardForUser, createDashboardForUser, createFileCastMiddleware, findContactMethod, findEmployeeById, findPartyById, generateUserDashboard, historyLoggerMiddleware, identifierCommitMiddleware, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, normalizeAnyFileArrayForView, normalizeSnapshotFileFieldsForView, participantIds, primaryMiddleware, tenantsMock, toUiRows };
|
|
38159
38684
|
//# sourceMappingURL=acorex-connectivity-mock.mjs.map
|