@acorex/connectivity 20.0.12 → 20.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/mock/index.d.ts
CHANGED
@@ -8,6 +8,7 @@ import * as i0 from '@angular/core';
|
|
8
8
|
import { Injector } from '@angular/core';
|
9
9
|
import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
|
10
10
|
import { AXMTextTemplateManagementTemplateEntityModel } from '@acorex/modules/text-template-management';
|
11
|
+
import { AXPWidgetDataSourceProvider, AXPWidgetDataSource } from '@acorex/platform/layout/builder';
|
11
12
|
|
12
13
|
declare class AXPDexieEntityStorageService extends Dexie implements AXPEntityStorageService<string, any> {
|
13
14
|
protected sessionService: AXPSessionService;
|
@@ -30,6 +31,12 @@ declare class AXPDexieEntityStorageService extends Dexie implements AXPEntitySto
|
|
30
31
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDexieEntityStorageService>;
|
31
32
|
}
|
32
33
|
|
34
|
+
declare class AXCCommonMockModule {
|
35
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCommonMockModule, never>;
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCommonMockModule, never, never, never>;
|
37
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCCommonMockModule>;
|
38
|
+
}
|
39
|
+
|
33
40
|
declare class AXCFormTemplateManagementMockModule {
|
34
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFormTemplateManagementMockModule, never>;
|
35
42
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFormTemplateManagementMockModule, never, never, never>;
|
@@ -138,6 +145,12 @@ declare class AXCLogManagementMockModule {
|
|
138
145
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLogManagementMockModule>;
|
139
146
|
}
|
140
147
|
|
148
|
+
declare class AXMCalendarManagementMockModule {
|
149
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMCalendarManagementMockModule, never>;
|
150
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCalendarManagementMockModule, never, never, never>;
|
151
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMCalendarManagementMockModule>;
|
152
|
+
}
|
153
|
+
|
141
154
|
declare class AXCDataManagementMockModule {
|
142
155
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCDataManagementMockModule, never>;
|
143
156
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDataManagementMockModule, never, never, never>;
|
@@ -147,7 +160,7 @@ declare class AXCDataManagementMockModule {
|
|
147
160
|
declare class AXCMockModule {
|
148
161
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
149
162
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
150
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof i1.AXPAuthModule, typeof AXCFormTemplateManagementMockModule, typeof AXCFOrganizationManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCTextTemplateManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCSchedulerJobManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTrainingManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCIssueManagementMockModule, typeof AXCLogManagementMockModule, typeof AXCDataManagementMockModule], never>;
|
163
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof i1.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCFOrganizationManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCTextTemplateManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCSchedulerJobManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTrainingManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCIssueManagementMockModule, typeof AXCLogManagementMockModule, typeof AXMCalendarManagementMockModule, typeof AXCDataManagementMockModule], never>;
|
151
164
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
152
165
|
}
|
153
166
|
|
@@ -294,12 +307,6 @@ declare class AXCApplicationTemplateDataSeeder implements AXPDataSeeder {
|
|
294
307
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCApplicationTemplateDataSeeder>;
|
295
308
|
}
|
296
309
|
|
297
|
-
declare class AXCCommonMockModule {
|
298
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCommonMockModule, never>;
|
299
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCommonMockModule, never, never, never>;
|
300
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCCommonMockModule>;
|
301
|
-
}
|
302
|
-
|
303
310
|
declare class AXMAiResponderService {
|
304
311
|
private readonly geminiApiKey;
|
305
312
|
getAIResponse(prompt: string): Promise<string>;
|
@@ -378,5 +385,24 @@ declare const TEXT_TEMPLATE_CATEGORY: {
|
|
378
385
|
}[];
|
379
386
|
declare const TEXT_TEMPLATES: AXMTextTemplateManagementTemplateEntityModel[];
|
380
387
|
|
381
|
-
|
388
|
+
declare class AXPSecurityManagementMockWidgetDataSourceProvider implements AXPWidgetDataSourceProvider {
|
389
|
+
items(): Promise<AXPWidgetDataSource[]>;
|
390
|
+
}
|
391
|
+
|
392
|
+
declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
|
393
|
+
private storageService;
|
394
|
+
seed(): Promise<void>;
|
395
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementRoleDataSeeder, never>;
|
396
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementRoleDataSeeder>;
|
397
|
+
}
|
398
|
+
|
399
|
+
declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
|
400
|
+
private storageService;
|
401
|
+
seed(): Promise<void>;
|
402
|
+
private generateUsers;
|
403
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementUserDataSeeder, never>;
|
404
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
|
405
|
+
}
|
406
|
+
|
407
|
+
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDocumentManagementMockModule, AXCFOrganizationManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCIssueManagementMockModule, AXCLogManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMockModule, AXCNotificationManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXMAiResponderService, AXPDashboardDataSeeder, AXPDexieEntityStorageService, AXPMessageDataSeeder, AXPReportManagementDataSeeder, AXPRoomDataSeeder, AXPSecurityManagementMockWidgetDataSourceProvider, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, CATEGORY_REPORT_MAPPING, DASHBOARDS, EDITIONS, ENTITIES, FEATURES, GLOBAL_VARIABLES, MOCKStrategy, MODULES, PERMISSIONS, PROPERTIES, REPORT_CATEGORIES, REPORT_DEFINITIONS, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, generateRandomDashboard };
|
382
408
|
export type { MockUserPassCredentials };
|