@acorex/connectivity 20.0.8 → 20.0.9
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.
@@ -19,6 +19,7 @@ import { AXPBarChartWidget, AXPAnalogClockWidget, AXPMinimalWeatherWidget, AXPAd
|
|
19
19
|
import { AXPMyNotificationDashboardWidget, RootConfig as RootConfig$a, AXMNotificationEntityService } from '@acorex/modules/notification-management';
|
20
20
|
import { AXMChatService, AXMCommentService, RootConfig as RootConfig$6 } from '@acorex/modules/conversation';
|
21
21
|
import { throttleTime, take, of, delay, firstValueFrom } from 'rxjs';
|
22
|
+
import { AXMPermissionsKeys as AXMPermissionsKeys$1, RootConfig as RootConfig$e } from '@acorex/modules/issue-management';
|
22
23
|
import { RootConfig as RootConfig$7, AXMMetaDataDefinitionCategoryServiceImpl, AXMMetaDataDefinitionService, AXMMetaDataDefinitionCategoryService } from '@acorex/modules/platform-management';
|
23
24
|
import { AXFileService } from '@acorex/core/file';
|
24
25
|
import { AXTranslationService } from '@acorex/core/translation';
|
@@ -28,7 +29,6 @@ import { APPLICATION_SOURCE_NAME, MODULE_SOURCE_NAME, ENTITY_SOURCE_NAME, FEATUR
|
|
28
29
|
import { RootConfig as RootConfig$b } from '@acorex/modules/training-management';
|
29
30
|
import { RootConfig as RootConfig$c } from '@acorex/modules/project-management';
|
30
31
|
import { RootConfig as RootConfig$d, AXMFolderServiceImpl, AXMDocumentServiceImpl, AXMFolderService, AXMDocumentService } from '@acorex/modules/document-management';
|
31
|
-
import { RootConfig as RootConfig$e } from '@acorex/modules/issue-management';
|
32
32
|
import { RootConfig as RootConfig$f } from '@acorex/modules/log-management';
|
33
33
|
|
34
34
|
class AXPDexieEntityStorageService extends Dexie {
|
@@ -253,10 +253,10 @@ class AXPDexieEntityStorageService extends Dexie {
|
|
253
253
|
items: result.slice(request.skip, (request.skip ?? 0) + (request.take ?? 0)),
|
254
254
|
});
|
255
255
|
}
|
256
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
257
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
256
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPDexieEntityStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
257
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPDexieEntityStorageService }); }
|
258
258
|
}
|
259
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
259
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPDexieEntityStorageService, decorators: [{
|
260
260
|
type: Injectable
|
261
261
|
}], ctorParameters: () => [] });
|
262
262
|
|
@@ -340,10 +340,10 @@ class MOCKStrategy {
|
|
340
340
|
},
|
341
341
|
};
|
342
342
|
}
|
343
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
344
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
343
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MOCKStrategy, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
344
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MOCKStrategy }); }
|
345
345
|
}
|
346
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MOCKStrategy, decorators: [{
|
347
347
|
type: Injectable
|
348
348
|
}], ctorParameters: () => [] });
|
349
349
|
|
@@ -446,17 +446,17 @@ class AXPFormTemplateCategoryDataSeeder {
|
|
446
446
|
await this.storageService.initial(`${RootConfig$1.module.name}.${RootConfig$1.entities.category.name}`, TEMPLATE_CATEGORIES);
|
447
447
|
await this.storageService.initial(`${RootConfig$1.module.name}.${RootConfig$1.entities.template.name}`, TEMPLATE_FORM_TEMPLATES);
|
448
448
|
}
|
449
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
450
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
449
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPFormTemplateCategoryDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
450
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPFormTemplateCategoryDataSeeder }); }
|
451
451
|
}
|
452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPFormTemplateCategoryDataSeeder, decorators: [{
|
453
453
|
type: Injectable
|
454
454
|
}] });
|
455
455
|
|
456
456
|
class AXCFormTemplateManagementMockModule {
|
457
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
458
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
459
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
457
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFormTemplateManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
458
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCFormTemplateManagementMockModule }); }
|
459
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFormTemplateManagementMockModule, providers: [
|
460
460
|
// {
|
461
461
|
// provide: AXP_WIDGET_DATASOURCE_PROVIDER,
|
462
462
|
// useClass: AXPMockWidgetDataSourceProvider,
|
@@ -469,7 +469,7 @@ class AXCFormTemplateManagementMockModule {
|
|
469
469
|
},
|
470
470
|
] }); }
|
471
471
|
}
|
472
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFormTemplateManagementMockModule, decorators: [{
|
473
473
|
type: NgModule,
|
474
474
|
args: [{
|
475
475
|
imports: [],
|
@@ -2011,17 +2011,17 @@ class AXCOrganizationManagementDataSeeder {
|
|
2011
2011
|
// Responsibility
|
2012
2012
|
await this.storageService.initial(RootConfig$2.entities.responsibility.source, RESPONSIBILITIES_MOCK);
|
2013
2013
|
}
|
2014
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
2015
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
2014
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCOrganizationManagementDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
2015
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCOrganizationManagementDataSeeder }); }
|
2016
2016
|
}
|
2017
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
2017
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCOrganizationManagementDataSeeder, decorators: [{
|
2018
2018
|
type: Injectable
|
2019
2019
|
}] });
|
2020
2020
|
|
2021
2021
|
class AXCFOrganizationManagementMockModule {
|
2022
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
2023
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
2024
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
2022
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFOrganizationManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
2023
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCFOrganizationManagementMockModule }); }
|
2024
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFOrganizationManagementMockModule, providers: [
|
2025
2025
|
{
|
2026
2026
|
provide: AXP_DATA_SEEDER_TOKEN,
|
2027
2027
|
useClass: AXCOrganizationManagementDataSeeder,
|
@@ -2029,7 +2029,7 @@ class AXCFOrganizationManagementMockModule {
|
|
2029
2029
|
},
|
2030
2030
|
] }); }
|
2031
2031
|
}
|
2032
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
2032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFOrganizationManagementMockModule, decorators: [{
|
2033
2033
|
type: NgModule,
|
2034
2034
|
args: [{
|
2035
2035
|
imports: [],
|
@@ -3242,17 +3242,17 @@ class AXPReportManagementDataSeeder {
|
|
3242
3242
|
// Seed report definitions
|
3243
3243
|
await this.storageService.initial(`${RootConfig$3.module.name}.${RootConfig$3.entities.report.name}`, REPORT_DEFINITIONS);
|
3244
3244
|
}
|
3245
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
3246
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
3245
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPReportManagementDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3246
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPReportManagementDataSeeder }); }
|
3247
3247
|
}
|
3248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
3248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPReportManagementDataSeeder, decorators: [{
|
3249
3249
|
type: Injectable
|
3250
3250
|
}] });
|
3251
3251
|
|
3252
3252
|
class AXCReportManagementMockModule {
|
3253
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
3254
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
3255
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
3253
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCReportManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
3254
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCReportManagementMockModule }); }
|
3255
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCReportManagementMockModule, providers: [
|
3256
3256
|
{
|
3257
3257
|
provide: AXP_DATA_SEEDER_TOKEN,
|
3258
3258
|
useClass: AXPReportManagementDataSeeder,
|
@@ -3260,7 +3260,7 @@ class AXCReportManagementMockModule {
|
|
3260
3260
|
},
|
3261
3261
|
] }); }
|
3262
3262
|
}
|
3263
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
3263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCReportManagementMockModule, decorators: [{
|
3264
3264
|
type: NgModule,
|
3265
3265
|
args: [{
|
3266
3266
|
imports: [],
|
@@ -3331,10 +3331,10 @@ class AXCContactTypeDataSeeder {
|
|
3331
3331
|
async seed() {
|
3332
3332
|
await this.storageService.initial(`${RootConfig$4.module.name}.${RootConfig$4.entities.contactType.name}`, contactTypeMock);
|
3333
3333
|
}
|
3334
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
3335
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
3334
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3335
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactTypeDataSeeder }); }
|
3336
3336
|
}
|
3337
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
3337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactTypeDataSeeder, decorators: [{
|
3338
3338
|
type: Injectable
|
3339
3339
|
}] });
|
3340
3340
|
|
@@ -3402,10 +3402,10 @@ class AXCContactSourceDataSeeder {
|
|
3402
3402
|
async seed() {
|
3403
3403
|
await this.storageService.initial(`${RootConfig$4.module.name}.${RootConfig$4.entities.contactSource.name}`, contactSourceMock);
|
3404
3404
|
}
|
3405
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
3406
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
3405
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactSourceDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3406
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactSourceDataSeeder }); }
|
3407
3407
|
}
|
3408
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
3408
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactSourceDataSeeder, decorators: [{
|
3409
3409
|
type: Injectable
|
3410
3410
|
}] });
|
3411
3411
|
|
@@ -3496,10 +3496,10 @@ class AXCContactMethodTypeDataSeeder {
|
|
3496
3496
|
async seed() {
|
3497
3497
|
await this.storageService.initial(`${RootConfig$4.module.name}.${RootConfig$4.entities.contactMethodType.name}`, contactMethodTypeMock);
|
3498
3498
|
}
|
3499
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
3500
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
3499
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactMethodTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3500
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactMethodTypeDataSeeder }); }
|
3501
3501
|
}
|
3502
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
3502
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactMethodTypeDataSeeder, decorators: [{
|
3503
3503
|
type: Injectable
|
3504
3504
|
}] });
|
3505
3505
|
|
@@ -3567,10 +3567,10 @@ class AXCAddressTypeDataSeeder {
|
|
3567
3567
|
async seed() {
|
3568
3568
|
await this.storageService.initial(`${RootConfig$4.module.name}.${RootConfig$4.entities.addressType.name}`, addressTypeMock);
|
3569
3569
|
}
|
3570
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
3571
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
3570
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAddressTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3571
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAddressTypeDataSeeder }); }
|
3572
3572
|
}
|
3573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
3573
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAddressTypeDataSeeder, decorators: [{
|
3574
3574
|
type: Injectable
|
3575
3575
|
}] });
|
3576
3576
|
|
@@ -3704,10 +3704,10 @@ class AXCContactDataSeeder {
|
|
3704
3704
|
async seed() {
|
3705
3705
|
await this.storageService.initial(`${RootConfig$4.module.name}.${RootConfig$4.entities.contact.name}`, contactMock);
|
3706
3706
|
}
|
3707
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
3708
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
3707
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3708
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactDataSeeder }); }
|
3709
3709
|
}
|
3710
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
3710
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactDataSeeder, decorators: [{
|
3711
3711
|
type: Injectable
|
3712
3712
|
}] });
|
3713
3713
|
|
@@ -3862,10 +3862,10 @@ class AXCContactMethodDataSeeder {
|
|
3862
3862
|
async seed() {
|
3863
3863
|
await this.storageService.initial(`${RootConfig$4.module.name}.${RootConfig$4.entities.contactMethod.name}`, contactMethodMock);
|
3864
3864
|
}
|
3865
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
3866
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
3865
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactMethodDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
3866
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactMethodDataSeeder }); }
|
3867
3867
|
}
|
3868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
3868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactMethodDataSeeder, decorators: [{
|
3869
3869
|
type: Injectable
|
3870
3870
|
}] });
|
3871
3871
|
|
@@ -4017,10 +4017,10 @@ class AXCContactAddressDataSeeder {
|
|
4017
4017
|
async seed() {
|
4018
4018
|
await this.storageService.initial(`${RootConfig$4.module.name}.${RootConfig$4.entities.contactAddress.name}`, contactAddressMock);
|
4019
4019
|
}
|
4020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
4021
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
4020
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactAddressDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
4021
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactAddressDataSeeder }); }
|
4022
4022
|
}
|
4023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
4023
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactAddressDataSeeder, decorators: [{
|
4024
4024
|
type: Injectable
|
4025
4025
|
}] });
|
4026
4026
|
|
@@ -4097,17 +4097,17 @@ class AXCContactRelationshipDataSeeder {
|
|
4097
4097
|
async seed() {
|
4098
4098
|
await this.storageService.initial(`${RootConfig$4.module.name}.${RootConfig$4.entities.contactRelationship.name}`, contactRelationshipMock);
|
4099
4099
|
}
|
4100
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
4101
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
4100
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactRelationshipDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
4101
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactRelationshipDataSeeder }); }
|
4102
4102
|
}
|
4103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
4103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactRelationshipDataSeeder, decorators: [{
|
4104
4104
|
type: Injectable
|
4105
4105
|
}] });
|
4106
4106
|
|
4107
4107
|
class AXCContactManagementMockModule {
|
4108
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
4109
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
4110
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
4108
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
4109
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCContactManagementMockModule }); }
|
4110
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactManagementMockModule, providers: [
|
4111
4111
|
{
|
4112
4112
|
provide: AXP_DATA_SEEDER_TOKEN,
|
4113
4113
|
useClass: AXCContactTypeDataSeeder,
|
@@ -4150,7 +4150,7 @@ class AXCContactManagementMockModule {
|
|
4150
4150
|
},
|
4151
4151
|
] }); }
|
4152
4152
|
}
|
4153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
4153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCContactManagementMockModule, decorators: [{
|
4154
4154
|
type: NgModule,
|
4155
4155
|
args: [{
|
4156
4156
|
imports: [],
|
@@ -5147,17 +5147,17 @@ class AXPDashboardDataSeeder {
|
|
5147
5147
|
async seed() {
|
5148
5148
|
await this.storageService.initial(`${RootConfig$5.module.name}.${RootConfig$5.entities.dashboard.name}`, DASHBOARDS);
|
5149
5149
|
}
|
5150
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5151
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5150
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPDashboardDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5151
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPDashboardDataSeeder }); }
|
5152
5152
|
}
|
5153
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPDashboardDataSeeder, decorators: [{
|
5154
5154
|
type: Injectable
|
5155
5155
|
}] });
|
5156
5156
|
|
5157
5157
|
class AXCDashboardManagementMockModule {
|
5158
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5159
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
5160
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
5158
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCDashboardManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
5159
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCDashboardManagementMockModule }); }
|
5160
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCDashboardManagementMockModule, providers: [
|
5161
5161
|
{
|
5162
5162
|
provide: AXP_DATA_SEEDER_TOKEN,
|
5163
5163
|
useClass: AXPDashboardDataSeeder,
|
@@ -5165,7 +5165,7 @@ class AXCDashboardManagementMockModule {
|
|
5165
5165
|
},
|
5166
5166
|
] }); }
|
5167
5167
|
}
|
5168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5168
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCDashboardManagementMockModule, decorators: [{
|
5169
5169
|
type: NgModule,
|
5170
5170
|
args: [{
|
5171
5171
|
imports: [],
|
@@ -5227,10 +5227,10 @@ class AXMAiResponderService {
|
|
5227
5227
|
];
|
5228
5228
|
return randomReplies[Math.floor(Math.random() * randomReplies.length)];
|
5229
5229
|
}
|
5230
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5231
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5230
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXMAiResponderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5231
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXMAiResponderService, providedIn: 'root' }); }
|
5232
5232
|
}
|
5233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5233
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXMAiResponderService, decorators: [{
|
5234
5234
|
type: Injectable,
|
5235
5235
|
args: [{
|
5236
5236
|
providedIn: 'root',
|
@@ -5407,7 +5407,7 @@ class AXPMessageDataSeeder {
|
|
5407
5407
|
}
|
5408
5408
|
async seed() {
|
5409
5409
|
await this.storageService.initial(`${RootConfig$6.module.name}.${RootConfig$6.entities.message.name}`, MESSAGES);
|
5410
|
-
this.chatService.messageSent$.pipe(throttleTime(
|
5410
|
+
this.chatService.messageSent$.pipe(throttleTime(1000), take(30)).subscribe(async (message) => {
|
5411
5411
|
try {
|
5412
5412
|
const room = await this.chatService.getRoom(message.roomId);
|
5413
5413
|
const otherMembers = room.members.filter((member) => member.id !== message.author.id);
|
@@ -5437,7 +5437,7 @@ class AXPMessageDataSeeder {
|
|
5437
5437
|
console.error('Error seeding mock message:', error);
|
5438
5438
|
}
|
5439
5439
|
});
|
5440
|
-
this.commentService.commentAdded$.pipe(throttleTime(
|
5440
|
+
this.commentService.commentAdded$.pipe(throttleTime(1000), take(3)).subscribe(async (comment) => {
|
5441
5441
|
const currentUser = this.sessionService.user;
|
5442
5442
|
if (!currentUser || comment.author.id !== currentUser.id) {
|
5443
5443
|
return;
|
@@ -5471,10 +5471,10 @@ class AXPMessageDataSeeder {
|
|
5471
5471
|
}
|
5472
5472
|
});
|
5473
5473
|
}
|
5474
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5475
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5474
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPMessageDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5475
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPMessageDataSeeder }); }
|
5476
5476
|
}
|
5477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5477
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPMessageDataSeeder, decorators: [{
|
5478
5478
|
type: Injectable
|
5479
5479
|
}] });
|
5480
5480
|
|
@@ -5485,17 +5485,17 @@ class AXPRoomDataSeeder {
|
|
5485
5485
|
async seed() {
|
5486
5486
|
await this.storageService.initial(`${RootConfig$6.module.name}.${RootConfig$6.entities.room.name}`, ROOMS);
|
5487
5487
|
}
|
5488
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5489
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5488
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPRoomDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5489
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPRoomDataSeeder }); }
|
5490
5490
|
}
|
5491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPRoomDataSeeder, decorators: [{
|
5492
5492
|
type: Injectable
|
5493
5493
|
}] });
|
5494
5494
|
|
5495
5495
|
class AXCConversationMockModule {
|
5496
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5497
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
5498
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
5496
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCConversationMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
5497
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCConversationMockModule }); }
|
5498
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCConversationMockModule, providers: [
|
5499
5499
|
{
|
5500
5500
|
provide: AXP_DATA_SEEDER_TOKEN,
|
5501
5501
|
useClass: AXPMessageDataSeeder,
|
@@ -5508,7 +5508,7 @@ class AXCConversationMockModule {
|
|
5508
5508
|
},
|
5509
5509
|
] }); }
|
5510
5510
|
}
|
5511
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5511
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCConversationMockModule, decorators: [{
|
5512
5512
|
type: NgModule,
|
5513
5513
|
args: [{
|
5514
5514
|
imports: [],
|
@@ -5552,10 +5552,10 @@ class MockApplicationLoader {
|
|
5552
5552
|
return of([demo_app]).pipe(delay(500));
|
5553
5553
|
}
|
5554
5554
|
}
|
5555
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5556
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5555
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MockApplicationLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5556
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MockApplicationLoader }); }
|
5557
5557
|
}
|
5558
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MockApplicationLoader, decorators: [{
|
5559
5559
|
type: Injectable
|
5560
5560
|
}] });
|
5561
5561
|
|
@@ -5584,12 +5584,21 @@ class MockPermissionLoader {
|
|
5584
5584
|
this.userPermissions = [
|
5585
5585
|
AXMPermissionsKeys.FormTemplate.Management,
|
5586
5586
|
AXMPermissionsKeys.FormTemplate.Categories.Management,
|
5587
|
-
AXMPermissionsKeys.FormTemplate.Templates.Management
|
5587
|
+
AXMPermissionsKeys.FormTemplate.Templates.Management,
|
5588
|
+
AXMPermissionsKeys$1.Issue.MyReportedIssues.Management,
|
5588
5589
|
];
|
5589
5590
|
this.adminPermissions = [...this.userPermissions, ...['admin', 'demo.admin.settings']];
|
5590
|
-
this.rootPermissions = [
|
5591
|
-
|
5592
|
-
|
5591
|
+
this.rootPermissions = [
|
5592
|
+
...this.adminPermissions,
|
5593
|
+
...[
|
5594
|
+
'platform',
|
5595
|
+
'platform.reports',
|
5596
|
+
'document-management:manage',
|
5597
|
+
'document-management:document-type:manage',
|
5598
|
+
'document-management:driver:manage',
|
5599
|
+
],
|
5600
|
+
AXMPermissionsKeys$1.Issue.ReportedIssues.Management,
|
5601
|
+
];
|
5593
5602
|
}
|
5594
5603
|
getList(context) {
|
5595
5604
|
if (context.user?.name == 'root') {
|
@@ -5602,10 +5611,10 @@ class MockPermissionLoader {
|
|
5602
5611
|
return of(this.userPermissions);
|
5603
5612
|
}
|
5604
5613
|
}
|
5605
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5606
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5614
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MockPermissionLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5615
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MockPermissionLoader }); }
|
5607
5616
|
}
|
5608
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5617
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MockPermissionLoader, decorators: [{
|
5609
5618
|
type: Injectable
|
5610
5619
|
}] });
|
5611
5620
|
|
@@ -5628,24 +5637,24 @@ class MockTenantLoader {
|
|
5628
5637
|
return of([demo_tenant]).pipe(delay(500));
|
5629
5638
|
}
|
5630
5639
|
}
|
5631
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5632
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5640
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MockTenantLoader, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5641
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MockTenantLoader }); }
|
5633
5642
|
}
|
5634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5643
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: MockTenantLoader, decorators: [{
|
5635
5644
|
type: Injectable
|
5636
5645
|
}] });
|
5637
5646
|
|
5638
5647
|
class AXCAuthMockModule {
|
5639
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5640
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
5641
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
5648
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAuthMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
5649
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCAuthMockModule }); }
|
5650
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAuthMockModule, providers: [
|
5642
5651
|
{ provide: AXP_APPLICATION_LOADER, useClass: MockApplicationLoader },
|
5643
5652
|
{ provide: AXP_FEATURE_LOADER, useClass: MockFeatureLoader },
|
5644
5653
|
{ provide: AXP_PERMISSION_LOADER, useClass: MockPermissionLoader },
|
5645
5654
|
{ provide: AXP_TENANT_LOADER, useClass: MockTenantLoader },
|
5646
5655
|
] }); }
|
5647
5656
|
}
|
5648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5657
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAuthMockModule, decorators: [{
|
5649
5658
|
type: NgModule,
|
5650
5659
|
args: [{
|
5651
5660
|
imports: [],
|
@@ -5767,10 +5776,10 @@ class AXCMetaDataDefinitionDataSeeder {
|
|
5767
5776
|
await this.storageService.initial(`${RootConfig$7.module.name}.${RootConfig$7.entities.metaDataDefinitionCategory.name}`, METADATA_CATEGORY_MOCK);
|
5768
5777
|
await this.storageService.initial(`${RootConfig$7.module.name}.${RootConfig$7.entities.metaDataDefinition.name}`, METADATA_MOCK);
|
5769
5778
|
}
|
5770
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5771
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5779
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCMetaDataDefinitionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5780
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCMetaDataDefinitionDataSeeder }); }
|
5772
5781
|
}
|
5773
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5782
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCMetaDataDefinitionDataSeeder, decorators: [{
|
5774
5783
|
type: Injectable
|
5775
5784
|
}] });
|
5776
5785
|
|
@@ -5802,10 +5811,10 @@ class AXCAppVersionDataSeeder {
|
|
5802
5811
|
async seed() {
|
5803
5812
|
await this.storageService.initial(`${RootConfig$7.module.name}.${RootConfig$7.entities.appVersion.name}`, APP_VERSIONS);
|
5804
5813
|
}
|
5805
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5806
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5814
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAppVersionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5815
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAppVersionDataSeeder }); }
|
5807
5816
|
}
|
5808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5817
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAppVersionDataSeeder, decorators: [{
|
5809
5818
|
type: Injectable
|
5810
5819
|
}] });
|
5811
5820
|
|
@@ -5833,10 +5842,10 @@ class AXCGlobalVariablesDataSeeder {
|
|
5833
5842
|
async seed() {
|
5834
5843
|
await this.storageService.initial(`${RootConfig$7.module.name}.${RootConfig$7.entities.globalVariable.name}`, GLOBAL_VARIABLES);
|
5835
5844
|
}
|
5836
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5837
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5845
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCGlobalVariablesDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5846
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCGlobalVariablesDataSeeder }); }
|
5838
5847
|
}
|
5839
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCGlobalVariablesDataSeeder, decorators: [{
|
5840
5849
|
type: Injectable
|
5841
5850
|
}] });
|
5842
5851
|
|
@@ -5882,10 +5891,10 @@ class AXCAppTermDataSeeder {
|
|
5882
5891
|
async seed() {
|
5883
5892
|
await this.storageService.initial(`${RootConfig$7.module.name}.${RootConfig$7.entities.appTerm.name}`, APP_TERMS);
|
5884
5893
|
}
|
5885
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
5886
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
5894
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAppTermDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
5895
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAppTermDataSeeder }); }
|
5887
5896
|
}
|
5888
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
5897
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCAppTermDataSeeder, decorators: [{
|
5889
5898
|
type: Injectable
|
5890
5899
|
}] });
|
5891
5900
|
|
@@ -6070,10 +6079,10 @@ class AXCFileStorageService {
|
|
6070
6079
|
.catch((error) => console.error('Error during cleanup:', error));
|
6071
6080
|
}, 5 * 60 * 1000); // Runs every 5 minutes
|
6072
6081
|
}
|
6073
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6074
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6082
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFileStorageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6083
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFileStorageService }); }
|
6075
6084
|
}
|
6076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFileStorageService, decorators: [{
|
6077
6086
|
type: Injectable
|
6078
6087
|
}], ctorParameters: () => [] });
|
6079
6088
|
|
@@ -6221,10 +6230,10 @@ class AXCLockService {
|
|
6221
6230
|
}
|
6222
6231
|
return collection.toArray();
|
6223
6232
|
}
|
6224
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6225
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6233
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCLockService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6234
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCLockService }); }
|
6226
6235
|
}
|
6227
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCLockService, decorators: [{
|
6228
6237
|
type: Injectable
|
6229
6238
|
}], ctorParameters: () => [] });
|
6230
6239
|
|
@@ -6323,9 +6332,9 @@ class AXCRegionalServiceImpl extends AXPRegionalService {
|
|
6323
6332
|
}
|
6324
6333
|
|
6325
6334
|
class AXCPlatformManagementMockModule {
|
6326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6327
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
6328
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
6335
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCPlatformManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
6336
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCPlatformManagementMockModule }); }
|
6337
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCPlatformManagementMockModule, providers: [
|
6329
6338
|
{
|
6330
6339
|
provide: AXP_DATA_SEEDER_TOKEN,
|
6331
6340
|
useClass: AXCMetaDataDefinitionDataSeeder,
|
@@ -6364,7 +6373,7 @@ class AXCPlatformManagementMockModule {
|
|
6364
6373
|
},
|
6365
6374
|
] }); }
|
6366
6375
|
}
|
6367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6376
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCPlatformManagementMockModule, decorators: [{
|
6368
6377
|
type: NgModule,
|
6369
6378
|
args: [{
|
6370
6379
|
imports: [],
|
@@ -6535,10 +6544,10 @@ class AXCTextTemplateCategoryDataSeeder {
|
|
6535
6544
|
async seed() {
|
6536
6545
|
await this.storageService.initial(`${RootConfig$8.module.name}.${RootConfig$8.entities.category.name}`, TEXT_TEMPLATE_CATEGORY);
|
6537
6546
|
}
|
6538
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6539
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6547
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateCategoryDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6548
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateCategoryDataSeeder }); }
|
6540
6549
|
}
|
6541
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6550
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateCategoryDataSeeder, decorators: [{
|
6542
6551
|
type: Injectable
|
6543
6552
|
}] });
|
6544
6553
|
|
@@ -6549,17 +6558,17 @@ class AXCTextTemplateDataSeeder {
|
|
6549
6558
|
async seed() {
|
6550
6559
|
await this.storageService.initial(`${RootConfig$8.module.name}.${RootConfig$8.entities.template.name}`, TEXT_TEMPLATES);
|
6551
6560
|
}
|
6552
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6553
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6561
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6562
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateDataSeeder }); }
|
6554
6563
|
}
|
6555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateDataSeeder, decorators: [{
|
6556
6565
|
type: Injectable
|
6557
6566
|
}] });
|
6558
6567
|
|
6559
6568
|
class AXCTextTemplateManagementMockModule {
|
6560
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6561
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
6562
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
6569
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
6570
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateManagementMockModule }); }
|
6571
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateManagementMockModule, providers: [
|
6563
6572
|
{
|
6564
6573
|
provide: AXP_DATA_SEEDER_TOKEN,
|
6565
6574
|
useClass: AXCTextTemplateCategoryDataSeeder,
|
@@ -6572,7 +6581,7 @@ class AXCTextTemplateManagementMockModule {
|
|
6572
6581
|
},
|
6573
6582
|
] }); }
|
6574
6583
|
}
|
6575
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6584
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTextTemplateManagementMockModule, decorators: [{
|
6576
6585
|
type: NgModule,
|
6577
6586
|
args: [{
|
6578
6587
|
imports: [],
|
@@ -6691,10 +6700,10 @@ class AXPSecurityManagementDeviceSessionDataSeeder {
|
|
6691
6700
|
}
|
6692
6701
|
return deviceSessions;
|
6693
6702
|
}
|
6694
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6695
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6703
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPSecurityManagementDeviceSessionDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6704
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPSecurityManagementDeviceSessionDataSeeder }); }
|
6696
6705
|
}
|
6697
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6706
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPSecurityManagementDeviceSessionDataSeeder, decorators: [{
|
6698
6707
|
type: Injectable
|
6699
6708
|
}] });
|
6700
6709
|
|
@@ -6713,10 +6722,10 @@ class AXPSecurityManagementRoleDataSeeder {
|
|
6713
6722
|
}));
|
6714
6723
|
await this.storageService.initial(`${RootConfig.module.name}.${RootConfig.entities.roles.name}`, roles);
|
6715
6724
|
}
|
6716
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6717
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6725
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPSecurityManagementRoleDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6726
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPSecurityManagementRoleDataSeeder }); }
|
6718
6727
|
}
|
6719
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6728
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPSecurityManagementRoleDataSeeder, decorators: [{
|
6720
6729
|
type: Injectable
|
6721
6730
|
}] });
|
6722
6731
|
|
@@ -6739,10 +6748,10 @@ class AXPSecurityManagementUserDataSeeder {
|
|
6739
6748
|
roles: user.roleIds,
|
6740
6749
|
}));
|
6741
6750
|
}
|
6742
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6743
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6751
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPSecurityManagementUserDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6752
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPSecurityManagementUserDataSeeder }); }
|
6744
6753
|
}
|
6745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6754
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPSecurityManagementUserDataSeeder, decorators: [{
|
6746
6755
|
type: Injectable
|
6747
6756
|
}] });
|
6748
6757
|
|
@@ -6769,9 +6778,9 @@ class AXCDeviceSessionService extends AXMDeviceSessionsServiceImpl {
|
|
6769
6778
|
}
|
6770
6779
|
|
6771
6780
|
class AXCSecurityManagementMockModule {
|
6772
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6773
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
6774
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
6781
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCSecurityManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
6782
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCSecurityManagementMockModule }); }
|
6783
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCSecurityManagementMockModule, providers: [
|
6775
6784
|
{
|
6776
6785
|
provide: AXP_DATA_SEEDER_TOKEN,
|
6777
6786
|
useClass: AXPSecurityManagementDeviceSessionDataSeeder,
|
@@ -6793,7 +6802,7 @@ class AXCSecurityManagementMockModule {
|
|
6793
6802
|
},
|
6794
6803
|
] }); }
|
6795
6804
|
}
|
6796
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6805
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCSecurityManagementMockModule, decorators: [{
|
6797
6806
|
type: NgModule,
|
6798
6807
|
args: [{
|
6799
6808
|
imports: [],
|
@@ -6847,17 +6856,17 @@ class AXCSchedulerJobDataSeeder {
|
|
6847
6856
|
async seed() {
|
6848
6857
|
await this.storageService.initial(`${RootConfig$9.module.name}.${RootConfig$9.entities.schedulerJob.name}`, SCHEDULER_JOB);
|
6849
6858
|
}
|
6850
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6851
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6859
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCSchedulerJobDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6860
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCSchedulerJobDataSeeder }); }
|
6852
6861
|
}
|
6853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCSchedulerJobDataSeeder, decorators: [{
|
6854
6863
|
type: Injectable
|
6855
6864
|
}] });
|
6856
6865
|
|
6857
6866
|
class AXCSchedulerJobManagementMockModule {
|
6858
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6859
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
6860
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
6867
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCSchedulerJobManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
6868
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCSchedulerJobManagementMockModule }); }
|
6869
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCSchedulerJobManagementMockModule, providers: [
|
6861
6870
|
{
|
6862
6871
|
provide: AXP_DATA_SEEDER_TOKEN,
|
6863
6872
|
useClass: AXCSchedulerJobDataSeeder,
|
@@ -6865,7 +6874,7 @@ class AXCSchedulerJobManagementMockModule {
|
|
6865
6874
|
},
|
6866
6875
|
] }); }
|
6867
6876
|
}
|
6868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6877
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCSchedulerJobManagementMockModule, decorators: [{
|
6869
6878
|
type: NgModule,
|
6870
6879
|
args: [{
|
6871
6880
|
imports: [],
|
@@ -6897,10 +6906,10 @@ class AXCNotificationTemplateDataSeeder {
|
|
6897
6906
|
async seed() {
|
6898
6907
|
await this.storageService.initial(`${RootConfig$a.module.name}.${RootConfig$a.entities.template.name}`, NOTIFICATION_TEMPLATES);
|
6899
6908
|
}
|
6900
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6901
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6909
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCNotificationTemplateDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6910
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCNotificationTemplateDataSeeder }); }
|
6902
6911
|
}
|
6903
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCNotificationTemplateDataSeeder, decorators: [{
|
6904
6913
|
type: Injectable
|
6905
6914
|
}] });
|
6906
6915
|
|
@@ -6933,10 +6942,10 @@ class AXMMockNotificationService {
|
|
6933
6942
|
const notification = payload || generateNotification();
|
6934
6943
|
await this.storageService.insertOne(this.name, notification);
|
6935
6944
|
}
|
6936
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6937
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
6945
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXMMockNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
6946
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXMMockNotificationService, providedIn: 'root' }); }
|
6938
6947
|
}
|
6939
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
6948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXMMockNotificationService, decorators: [{
|
6940
6949
|
type: Injectable,
|
6941
6950
|
args: [{
|
6942
6951
|
providedIn: 'root',
|
@@ -6981,9 +6990,9 @@ function generateNotification() {
|
|
6981
6990
|
}
|
6982
6991
|
|
6983
6992
|
class AXCNotificationManagementMockModule {
|
6984
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
6985
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
6986
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
6993
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCNotificationManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
6994
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCNotificationManagementMockModule }); }
|
6995
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCNotificationManagementMockModule, providers: [
|
6987
6996
|
{
|
6988
6997
|
provide: AXP_DATA_SEEDER_TOKEN,
|
6989
6998
|
useClass: AXCNotificationTemplateDataSeeder,
|
@@ -6995,7 +7004,7 @@ class AXCNotificationManagementMockModule {
|
|
6995
7004
|
},
|
6996
7005
|
] }); }
|
6997
7006
|
}
|
6998
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCNotificationManagementMockModule, decorators: [{
|
6999
7008
|
type: NgModule,
|
7000
7009
|
args: [{
|
7001
7010
|
imports: [],
|
@@ -7137,10 +7146,10 @@ class AXCApplicationTemplateDataSeeder {
|
|
7137
7146
|
const properties = this.storageService.initial(PROPERTY_SOURCE_NAME, PROPERTIES);
|
7138
7147
|
await Promise.all([applications, modules, entities, features, permissions, editions, properties]);
|
7139
7148
|
}
|
7140
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7141
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7149
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCApplicationTemplateDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7150
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCApplicationTemplateDataSeeder }); }
|
7142
7151
|
}
|
7143
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7152
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCApplicationTemplateDataSeeder, decorators: [{
|
7144
7153
|
type: Injectable
|
7145
7154
|
}] });
|
7146
7155
|
|
@@ -7226,10 +7235,10 @@ class AXCModuleDesignerService {
|
|
7226
7235
|
async createPermission(payload) { }
|
7227
7236
|
async updatePermission(payload) { }
|
7228
7237
|
async deletePermission(permissionId) { }
|
7229
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7230
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7238
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCModuleDesignerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7239
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCModuleDesignerService, providedIn: 'root' }); }
|
7231
7240
|
}
|
7232
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCModuleDesignerService, decorators: [{
|
7233
7242
|
type: Injectable,
|
7234
7243
|
args: [{
|
7235
7244
|
providedIn: 'root',
|
@@ -7237,9 +7246,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
7237
7246
|
}] });
|
7238
7247
|
|
7239
7248
|
class AXCApplicationManagementMockModule {
|
7240
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7241
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
7242
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
7249
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCApplicationManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
7250
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCApplicationManagementMockModule }); }
|
7251
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCApplicationManagementMockModule, providers: [
|
7243
7252
|
{
|
7244
7253
|
provide: AXP_DATA_SEEDER_TOKEN,
|
7245
7254
|
useClass: AXCApplicationTemplateDataSeeder,
|
@@ -7251,7 +7260,7 @@ class AXCApplicationManagementMockModule {
|
|
7251
7260
|
},
|
7252
7261
|
] }); }
|
7253
7262
|
}
|
7254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7263
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCApplicationManagementMockModule, decorators: [{
|
7255
7264
|
type: NgModule,
|
7256
7265
|
args: [{
|
7257
7266
|
imports: [],
|
@@ -7529,10 +7538,10 @@ class AXCTrainingDataSeeder {
|
|
7529
7538
|
async seed() {
|
7530
7539
|
await this.storageService.initial(`${RootConfig$b.module.name}.${RootConfig$b.entities.training.name}`, trainingMock);
|
7531
7540
|
}
|
7532
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7533
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7541
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7542
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingDataSeeder }); }
|
7534
7543
|
}
|
7535
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7544
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingDataSeeder, decorators: [{
|
7536
7545
|
type: Injectable
|
7537
7546
|
}] });
|
7538
7547
|
|
@@ -7543,10 +7552,10 @@ class AXCTrainigTypeDataSeeder {
|
|
7543
7552
|
async seed() {
|
7544
7553
|
await this.storageService.initial(`${RootConfig$b.module.name}.${RootConfig$b.entities.trainingType.name}`, trainingTypeMockData);
|
7545
7554
|
}
|
7546
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7547
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7555
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainigTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7556
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainigTypeDataSeeder }); }
|
7548
7557
|
}
|
7549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7558
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainigTypeDataSeeder, decorators: [{
|
7550
7559
|
type: Injectable
|
7551
7560
|
}] });
|
7552
7561
|
|
@@ -7576,10 +7585,10 @@ class AXCTrainingParticipantDataSeeder {
|
|
7576
7585
|
async seed() {
|
7577
7586
|
await this.storageService.initial(`${RootConfig$b.module.name}.${RootConfig$b.entities.trainingParticipant.name}`, trainingParticipantMockData);
|
7578
7587
|
}
|
7579
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7580
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7588
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingParticipantDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7589
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingParticipantDataSeeder }); }
|
7581
7590
|
}
|
7582
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7591
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingParticipantDataSeeder, decorators: [{
|
7583
7592
|
type: Injectable
|
7584
7593
|
}] });
|
7585
7594
|
|
@@ -7623,10 +7632,10 @@ class AXCTrainingFacilitatorDataSeeder {
|
|
7623
7632
|
async seed() {
|
7624
7633
|
await this.storageService.initial(`${RootConfig$b.module.name}.${RootConfig$b.entities.trainingFacilitator.name}`, trainingFacilitatorMock);
|
7625
7634
|
}
|
7626
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7627
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7635
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingFacilitatorDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7636
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingFacilitatorDataSeeder }); }
|
7628
7637
|
}
|
7629
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7638
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingFacilitatorDataSeeder, decorators: [{
|
7630
7639
|
type: Injectable
|
7631
7640
|
}] });
|
7632
7641
|
|
@@ -7637,10 +7646,10 @@ class AXCPeriodDataSeeder {
|
|
7637
7646
|
async seed() {
|
7638
7647
|
await this.storageService.initial(`${RootConfig$b.module.name}.${RootConfig$b.entities.period.name}`, periodMock);
|
7639
7648
|
}
|
7640
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7641
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7649
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCPeriodDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7650
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCPeriodDataSeeder }); }
|
7642
7651
|
}
|
7643
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCPeriodDataSeeder, decorators: [{
|
7644
7653
|
type: Injectable
|
7645
7654
|
}] });
|
7646
7655
|
|
@@ -7654,17 +7663,17 @@ class AXCCourseDataSeeder {
|
|
7654
7663
|
await this.storageService.initial(`${RootConfig$b.module.name}.${RootConfig$b.entities.courseLocation.name}`, courseLocationMock);
|
7655
7664
|
await this.storageService.initial(`${RootConfig$b.module.name}.${RootConfig$b.entities.coursePeriod.name}`, coursePeriodMockData);
|
7656
7665
|
}
|
7657
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7658
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7666
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCCourseDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7667
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCCourseDataSeeder }); }
|
7659
7668
|
}
|
7660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCCourseDataSeeder, decorators: [{
|
7661
7670
|
type: Injectable
|
7662
7671
|
}] });
|
7663
7672
|
|
7664
7673
|
class AXCTrainingManagementMockModule {
|
7665
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7666
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
7667
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
7674
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
7675
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingManagementMockModule }); }
|
7676
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingManagementMockModule, providers: [
|
7668
7677
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCTrainingDataSeeder, multi: true },
|
7669
7678
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCTrainigTypeDataSeeder, multi: true },
|
7670
7679
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCTrainingParticipantDataSeeder, multi: true },
|
@@ -7673,7 +7682,7 @@ class AXCTrainingManagementMockModule {
|
|
7673
7682
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCCourseDataSeeder, multi: true },
|
7674
7683
|
] }); }
|
7675
7684
|
}
|
7676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7685
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTrainingManagementMockModule, decorators: [{
|
7677
7686
|
type: NgModule,
|
7678
7687
|
args: [{
|
7679
7688
|
imports: [],
|
@@ -7721,10 +7730,10 @@ class AXCProjectclientDataSeeder {
|
|
7721
7730
|
async seed() {
|
7722
7731
|
await this.storageService.initial(`${RootConfig$c.module.name}.${RootConfig$c.entities.client.name}`, ClientMock);
|
7723
7732
|
}
|
7724
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7725
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7733
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectclientDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7734
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectclientDataSeeder }); }
|
7726
7735
|
}
|
7727
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectclientDataSeeder, decorators: [{
|
7728
7737
|
type: Injectable
|
7729
7738
|
}] });
|
7730
7739
|
|
@@ -7766,10 +7775,10 @@ class AXCProjectDataSeeder {
|
|
7766
7775
|
async seed() {
|
7767
7776
|
await this.storageService.initial(`${RootConfig$c.module.name}.${RootConfig$c.entities.project.name}`, projectMock$1);
|
7768
7777
|
}
|
7769
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7770
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7778
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7779
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectDataSeeder }); }
|
7771
7780
|
}
|
7772
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7781
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectDataSeeder, decorators: [{
|
7773
7782
|
type: Injectable
|
7774
7783
|
}] });
|
7775
7784
|
|
@@ -7837,10 +7846,10 @@ class AXCProjectMemberDataSeeder {
|
|
7837
7846
|
async seed() {
|
7838
7847
|
await this.storageService.initial(`${RootConfig$c.module.name}.${RootConfig$c.entities.projectMemeber.name}`, projectMemberMock);
|
7839
7848
|
}
|
7840
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7841
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7849
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectMemberDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7850
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectMemberDataSeeder }); }
|
7842
7851
|
}
|
7843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7852
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectMemberDataSeeder, decorators: [{
|
7844
7853
|
type: Injectable
|
7845
7854
|
}] });
|
7846
7855
|
|
@@ -7852,10 +7861,10 @@ class AXCProjectRoleMemberDataSeeder {
|
|
7852
7861
|
await this.storageService.initial(`${RootConfig$c.module.name}.${RootConfig$c.entities.projectType.name}`, projectTypeMock);
|
7853
7862
|
await this.storageService.initial(`${RootConfig$c.module.name}.${RootConfig$c.entities.projectRoleMember.name}`, projectRoleMemberMock);
|
7854
7863
|
}
|
7855
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7856
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7864
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectRoleMemberDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7865
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectRoleMemberDataSeeder }); }
|
7857
7866
|
}
|
7858
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectRoleMemberDataSeeder, decorators: [{
|
7859
7868
|
type: Injectable
|
7860
7869
|
}] });
|
7861
7870
|
|
@@ -7896,10 +7905,10 @@ class AXCsprintDataSeeder {
|
|
7896
7905
|
async seed() {
|
7897
7906
|
await this.storageService.initial(`${RootConfig$c.module.name}.${RootConfig$c.entities.sprint.name}`, sprintMock);
|
7898
7907
|
}
|
7899
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7900
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7908
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCsprintDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7909
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCsprintDataSeeder }); }
|
7901
7910
|
}
|
7902
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7911
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCsprintDataSeeder, decorators: [{
|
7903
7912
|
type: Injectable
|
7904
7913
|
}] });
|
7905
7914
|
|
@@ -7934,10 +7943,10 @@ class AXCTaskTypeDataSeeder {
|
|
7934
7943
|
async seed() {
|
7935
7944
|
await this.storageService.initial(`${RootConfig$c.module.name}.${RootConfig$c.entities.taskType.name}`, taskTypeMock);
|
7936
7945
|
}
|
7937
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
7938
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
7946
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTaskTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
7947
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTaskTypeDataSeeder }); }
|
7939
7948
|
}
|
7940
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
7949
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTaskTypeDataSeeder, decorators: [{
|
7941
7950
|
type: Injectable
|
7942
7951
|
}] });
|
7943
7952
|
|
@@ -8003,10 +8012,10 @@ class AXCTaskDataSeeder {
|
|
8003
8012
|
async seed() {
|
8004
8013
|
await this.storageService.initial(`${RootConfig$c.module.name}.${RootConfig$c.entities.task.name}`, taskMock);
|
8005
8014
|
}
|
8006
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
8007
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
8015
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTaskDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
8016
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTaskDataSeeder }); }
|
8008
8017
|
}
|
8009
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
8018
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCTaskDataSeeder, decorators: [{
|
8010
8019
|
type: Injectable
|
8011
8020
|
}] });
|
8012
8021
|
|
@@ -8017,17 +8026,17 @@ class AXCWorkSiteSeeder {
|
|
8017
8026
|
async seed() {
|
8018
8027
|
await this.storageService.initial(`${RootConfig$c.module.name}.${RootConfig$c.entities.workSite.name}`, workSiteMock);
|
8019
8028
|
}
|
8020
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
8021
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
8029
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCWorkSiteSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
8030
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCWorkSiteSeeder }); }
|
8022
8031
|
}
|
8023
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
8032
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCWorkSiteSeeder, decorators: [{
|
8024
8033
|
type: Injectable
|
8025
8034
|
}] });
|
8026
8035
|
|
8027
8036
|
class AXCProjectManagementMockModule {
|
8028
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
8029
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
8030
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
8037
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
8038
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectManagementMockModule }); }
|
8039
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectManagementMockModule, providers: [
|
8031
8040
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCProjectclientDataSeeder, multi: true },
|
8032
8041
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCProjectDataSeeder, multi: true },
|
8033
8042
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCProjectMemberDataSeeder, multi: true },
|
@@ -8038,7 +8047,7 @@ class AXCProjectManagementMockModule {
|
|
8038
8047
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCWorkSiteSeeder, multi: true },
|
8039
8048
|
] }); }
|
8040
8049
|
}
|
8041
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
8050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCProjectManagementMockModule, decorators: [{
|
8042
8051
|
type: NgModule,
|
8043
8052
|
args: [{
|
8044
8053
|
imports: [],
|
@@ -8668,10 +8677,10 @@ class AXCFolderDataSeeder {
|
|
8668
8677
|
await this.storageService.initial(`${RootConfig$d.module.name}.${RootConfig$d.entities.folder.name}`, FOLDER_MOCK_DATA);
|
8669
8678
|
await this.storageService.initial(`${RootConfig$d.module.name}.${RootConfig$d.entities.document.name}`, FILE_MOCK_DATA);
|
8670
8679
|
}
|
8671
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
8672
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
8680
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFolderDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
8681
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFolderDataSeeder }); }
|
8673
8682
|
}
|
8674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
8683
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCFolderDataSeeder, decorators: [{
|
8675
8684
|
type: Injectable
|
8676
8685
|
}] });
|
8677
8686
|
|
@@ -8682,10 +8691,10 @@ class AXCDocumentTypeDataSeeder {
|
|
8682
8691
|
async seed() {
|
8683
8692
|
await this.storageService.initial(`${RootConfig$d.module.name}.${RootConfig$d.entities.documentType.name}`, DOCUMENT_TYPES);
|
8684
8693
|
}
|
8685
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
8686
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
8694
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCDocumentTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
8695
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCDocumentTypeDataSeeder }); }
|
8687
8696
|
}
|
8688
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
8697
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCDocumentTypeDataSeeder, decorators: [{
|
8689
8698
|
type: Injectable
|
8690
8699
|
}] });
|
8691
8700
|
|
@@ -9006,16 +9015,16 @@ class AXMFileMockService extends AXMDocumentServiceImpl {
|
|
9006
9015
|
}
|
9007
9016
|
|
9008
9017
|
class AXCDocumentManagementMockModule {
|
9009
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
9010
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
9011
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
9018
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCDocumentManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
9019
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCDocumentManagementMockModule }); }
|
9020
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCDocumentManagementMockModule, providers: [
|
9012
9021
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCFolderDataSeeder, multi: true },
|
9013
9022
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXCDocumentTypeDataSeeder, multi: true },
|
9014
9023
|
{ provide: AXMFolderService, useClass: AXCFolderMockService },
|
9015
9024
|
{ provide: AXMDocumentService, useClass: AXMFileMockService },
|
9016
9025
|
] }); }
|
9017
9026
|
}
|
9018
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
9027
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCDocumentManagementMockModule, decorators: [{
|
9019
9028
|
type: NgModule,
|
9020
9029
|
args: [{
|
9021
9030
|
imports: [],
|
@@ -9103,21 +9112,21 @@ class AXPIssueTypeDataSeeder {
|
|
9103
9112
|
async seed() {
|
9104
9113
|
await this.storageService.initial(`${RootConfig$e.module.name}.${RootConfig$e.entities.issueType.name}`, ISSUE_TYPES);
|
9105
9114
|
}
|
9106
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
9107
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
9115
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPIssueTypeDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
9116
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPIssueTypeDataSeeder }); }
|
9108
9117
|
}
|
9109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
9118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXPIssueTypeDataSeeder, decorators: [{
|
9110
9119
|
type: Injectable
|
9111
9120
|
}] });
|
9112
9121
|
|
9113
9122
|
class AXCIssueManagementMockModule {
|
9114
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
9115
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
9116
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
9123
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCIssueManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
9124
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCIssueManagementMockModule }); }
|
9125
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCIssueManagementMockModule, providers: [
|
9117
9126
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXPIssueTypeDataSeeder, multi: true },
|
9118
9127
|
] }); }
|
9119
9128
|
}
|
9120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
9129
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCIssueManagementMockModule, decorators: [{
|
9121
9130
|
type: NgModule,
|
9122
9131
|
args: [{
|
9123
9132
|
imports: [],
|
@@ -9197,21 +9206,21 @@ class AXMLogDataSeeder {
|
|
9197
9206
|
async seed() {
|
9198
9207
|
await this.storageService.initial(`${RootConfig$f.module.name}.${RootConfig$f.entities.axpLog.name}`, projectMock);
|
9199
9208
|
}
|
9200
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
9201
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.
|
9209
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXMLogDataSeeder, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
9210
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXMLogDataSeeder }); }
|
9202
9211
|
}
|
9203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
9212
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXMLogDataSeeder, decorators: [{
|
9204
9213
|
type: Injectable
|
9205
9214
|
}] });
|
9206
9215
|
|
9207
9216
|
class AXCLogManagementMockModule {
|
9208
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
9209
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
9210
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
9217
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCLogManagementMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
9218
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCLogManagementMockModule }); }
|
9219
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCLogManagementMockModule, providers: [
|
9211
9220
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXMLogDataSeeder, multi: true },
|
9212
9221
|
] }); }
|
9213
9222
|
}
|
9214
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
9223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCLogManagementMockModule, decorators: [{
|
9215
9224
|
type: NgModule,
|
9216
9225
|
args: [{
|
9217
9226
|
imports: [],
|
@@ -9235,8 +9244,8 @@ class AXCMockModule {
|
|
9235
9244
|
},
|
9236
9245
|
});
|
9237
9246
|
}
|
9238
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.
|
9239
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.
|
9247
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCMockModule, deps: [{ token: i1.AXPAppStartUpService }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.NgModule }); }
|
9248
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.7", ngImport: i0, type: AXCMockModule, imports: [i2.AXPAuthModule, AXCFormTemplateManagementMockModule,
|
9240
9249
|
AXCFOrganizationManagementMockModule,
|
9241
9250
|
AXCReportManagementMockModule,
|
9242
9251
|
AXCContactManagementMockModule,
|
@@ -9254,7 +9263,7 @@ class AXCMockModule {
|
|
9254
9263
|
AXCDocumentManagementMockModule,
|
9255
9264
|
AXCIssueManagementMockModule,
|
9256
9265
|
AXCLogManagementMockModule] }); }
|
9257
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.
|
9266
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCMockModule, providers: [
|
9258
9267
|
{
|
9259
9268
|
provide: AXPEntityStorageService,
|
9260
9269
|
useClass: AXPDexieEntityStorageService,
|
@@ -9282,7 +9291,7 @@ class AXCMockModule {
|
|
9282
9291
|
AXCIssueManagementMockModule,
|
9283
9292
|
AXCLogManagementMockModule] }); }
|
9284
9293
|
}
|
9285
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.
|
9294
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.7", ngImport: i0, type: AXCMockModule, decorators: [{
|
9286
9295
|
type: NgModule,
|
9287
9296
|
args: [{
|
9288
9297
|
imports: [
|