@acorex/connectivity 20.2.2 → 20.2.3
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.
|
@@ -8,7 +8,7 @@ import * as i2 from '@acorex/platform/auth';
|
|
|
8
8
|
import { AXP_APPLICATION_LOADER, AXP_FEATURE_LOADER, AXP_PERMISSION_LOADER, AXP_TENANT_LOADER, AXPSessionService, AXPAuthStrategy, AXPAuthModule } from '@acorex/platform/auth';
|
|
9
9
|
import { of, delay, filter, take, map, throttleTime } from 'rxjs';
|
|
10
10
|
import { AXMPermissionsKeys, AXMFormTemplateTypes, RootConfig as RootConfig$5, AXMFormTemplateManagementCategoryEntityServiceImpl, AXMFormTemplateManagementCategoryEntityService } from '@acorex/modules/form-template-management';
|
|
11
|
-
import { AXMPermissionsKeys as AXMPermissionsKeys$1, RootConfig as RootConfig$6 } from '@acorex/modules/
|
|
11
|
+
import { AXMPermissionsKeys as AXMPermissionsKeys$1, RootConfig as RootConfig$6 } from '@acorex/modules/help-desk';
|
|
12
12
|
import { AXPFileStorageStatus, AXP_SEARCH_PROVIDER, AXPLockService, AXPFileStorageService, AXPAppVersionService } from '@acorex/platform/common';
|
|
13
13
|
import Dexie from 'dexie';
|
|
14
14
|
import { AXFileService } from '@acorex/core/file';
|
|
@@ -5361,14 +5361,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
5361
5361
|
type: Injectable
|
|
5362
5362
|
}] });
|
|
5363
5363
|
|
|
5364
|
-
class
|
|
5365
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type:
|
|
5366
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type:
|
|
5367
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type:
|
|
5364
|
+
class AXCHelpDeskMockModule {
|
|
5365
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXCHelpDeskMockModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
5366
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.1.6", ngImport: i0, type: AXCHelpDeskMockModule }); }
|
|
5367
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXCHelpDeskMockModule, providers: [
|
|
5368
5368
|
{ provide: AXP_DATA_SEEDER_TOKEN, useClass: AXPIssueTypeDataSeeder, multi: true },
|
|
5369
5369
|
] }); }
|
|
5370
5370
|
}
|
|
5371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type:
|
|
5371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXCHelpDeskMockModule, decorators: [{
|
|
5372
5372
|
type: NgModule,
|
|
5373
5373
|
args: [{
|
|
5374
5374
|
imports: [],
|
|
@@ -16344,7 +16344,7 @@ class AXCMockModule {
|
|
|
16344
16344
|
AXCTrainingManagementMockModule,
|
|
16345
16345
|
AXCProjectManagementMockModule,
|
|
16346
16346
|
AXCDocumentManagementMockModule,
|
|
16347
|
-
|
|
16347
|
+
AXCHelpDeskMockModule,
|
|
16348
16348
|
AXCLogManagementMockModule,
|
|
16349
16349
|
AXMCalendarManagementMockModule,
|
|
16350
16350
|
AXCDataManagementMockModule,
|
|
@@ -16381,7 +16381,7 @@ class AXCMockModule {
|
|
|
16381
16381
|
AXCTrainingManagementMockModule,
|
|
16382
16382
|
AXCProjectManagementMockModule,
|
|
16383
16383
|
AXCDocumentManagementMockModule,
|
|
16384
|
-
|
|
16384
|
+
AXCHelpDeskMockModule,
|
|
16385
16385
|
AXCLogManagementMockModule,
|
|
16386
16386
|
AXMCalendarManagementMockModule,
|
|
16387
16387
|
AXCDataManagementMockModule,
|
|
@@ -16417,7 +16417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
16417
16417
|
AXCTrainingManagementMockModule,
|
|
16418
16418
|
AXCProjectManagementMockModule,
|
|
16419
16419
|
AXCDocumentManagementMockModule,
|
|
16420
|
-
|
|
16420
|
+
AXCHelpDeskMockModule,
|
|
16421
16421
|
AXCLogManagementMockModule,
|
|
16422
16422
|
AXMCalendarManagementMockModule,
|
|
16423
16423
|
AXCDataManagementMockModule,
|
|
@@ -17350,5 +17350,5 @@ function createDexieWithCustomMiddleware(customMiddlewares) {
|
|
|
17350
17350
|
* Generated bundle index. Do not edit.
|
|
17351
17351
|
*/
|
|
17352
17352
|
|
|
17353
|
-
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDocumentManagementMockModule, AXCFOrganizationManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder,
|
|
17353
|
+
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDocumentManagementMockModule, AXCFOrganizationManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCHelpDeskMockModule, AXCIdentifierManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCMetaDataDefinitionCategoryMockService, AXCMetaDataDefinitionDataSeeder, AXCMockModule, AXCNotificationManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXMAiResponderService, AXMReportExecuteCommand, AXPDashboardDataSeeder, AXPDexieEntityStorageService, AXPDexieWithMiddlewareService, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPReportManagementDataSeeder, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPSimplifiedDexieStorageService, CATEGORY_REPORT_MAPPING, DASHBOARDS, EDITIONS, ENTITIES, FEATURES, GLOBAL_VARIABLES, MOCKGoogleStrategy, MOCKStrategy, MODULES, PERMISSIONS, PROPERTIES, REPORT_CATEGORIES, REPORT_DEFINITIONS, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, createDexieWithCustomMiddleware, createDexieWithStandardMiddleware, generateRandomDashboard };
|
|
17354
17354
|
//# sourceMappingURL=acorex-connectivity-mock.mjs.map
|