@acorex/connectivity 20.2.4-next.5 → 20.2.4-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/acorex-connectivity-mock.mjs +24649 -1
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/mock/index.d.ts +1225 -487
- package/package.json +1 -1
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BrHaSAxo.mjs +0 -24263
- package/fesm2022/acorex-connectivity-mock-acorex-connectivity-mock-BrHaSAxo.mjs.map +0 -1
- package/fesm2022/acorex-connectivity-mock-employee-skills.queries-Bg44X62k.mjs +0 -194
- package/fesm2022/acorex-connectivity-mock-employee-skills.queries-Bg44X62k.mjs.map +0 -1
package/mock/index.d.ts
CHANGED
|
@@ -1,168 +1,54 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AXPAppStartUpService, AXPQueryRequest, AXPPagedListResult, AXPCategorizedEntityDto, AXPCategoryEntity, AXPExecuteCommand, AXPExecuteCommandResult, AXPActionMenuItem, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
3
|
import { Injector } from '@angular/core';
|
|
4
|
-
import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo } from '@acorex/platform/common';
|
|
5
|
-
import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
|
|
6
|
-
import Dexie, { Table } from 'dexie';
|
|
7
|
-
import { AXPQueryRequest, AXPPagedListResult, AXPAppStartUpService, AXPDistributedEventListenerProvider } from '@acorex/platform/core';
|
|
8
4
|
import * as _acorex_platform_auth from '@acorex/platform/auth';
|
|
9
|
-
import { AXPAuthStrategy,
|
|
10
|
-
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
11
|
-
import { Router } from '@angular/router';
|
|
5
|
+
import { AXPBaseCredentials, AXPAuthStrategy, AXPSignInResult, AXPSessionContext, AXPTenant, AXPApplication } from '@acorex/platform/auth';
|
|
12
6
|
import * as i1 from '@acorex/platform/runtime';
|
|
13
|
-
import {
|
|
7
|
+
import { AXPQuery } from '@acorex/platform/runtime';
|
|
8
|
+
import { Router } from '@angular/router';
|
|
9
|
+
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
10
|
+
import Dexie, { Table } from 'dexie';
|
|
11
|
+
import { AXPEntityStorageService, AXPDataSeeder, AXPEntityStorageMiddleware } from '@acorex/platform/layout/entity';
|
|
12
|
+
import { AXMOrganizationNode } from '@acorex/modules/organization-management';
|
|
13
|
+
import * as _acorex_modules_report_management from '@acorex/modules/report-management';
|
|
14
|
+
import { AXPReportCategoryProvider, AXPReportCategory, AXPReportDefinitionProvider, AXPReportDefinition, AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
|
|
15
|
+
import { AXPWorkflowTaskProvider, AXPTaskFilter, AXPTask, AXPExtraField, AXPTaskStatus } from '@acorex/platform/workflow';
|
|
14
16
|
import { AXMTextTemplateManagementTemplateEntityModel } from '@acorex/modules/text-template-management';
|
|
17
|
+
import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
|
|
18
|
+
import * as _acorex_modules_calendar_management from '@acorex/modules/calendar-management';
|
|
19
|
+
import { AXMCalendarManagementCalendarEventTypeEntityModel } from '@acorex/modules/calendar-management';
|
|
20
|
+
import { AXPLockService, AXPLockRequest, AXPLockInfo, AXPUnLockRequest, AXPLockGetInfoRequest, AXPFileStorageService, AXPFileStorageCreateRequest, AXPFileStorageInfo, AXPFileStorageUpdateRequest, AXPFileStorageFindRequest, AXPFileManyStorageInfo } from '@acorex/platform/common';
|
|
15
21
|
import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
|
|
16
22
|
|
|
17
|
-
declare const APPLICATIONS: {
|
|
18
|
-
id: string;
|
|
19
|
-
name: string;
|
|
20
|
-
title: string;
|
|
21
|
-
isArchived: boolean;
|
|
22
|
-
}[];
|
|
23
|
-
declare const MODULES: {
|
|
24
|
-
id: string;
|
|
25
|
-
name: string;
|
|
26
|
-
title: string;
|
|
27
|
-
isArchived: boolean;
|
|
28
|
-
}[];
|
|
29
|
-
declare const APPLICATIONS_MODULES: {
|
|
30
|
-
id: string;
|
|
31
|
-
application: {
|
|
32
|
-
id: string;
|
|
33
|
-
name: string;
|
|
34
|
-
title: string;
|
|
35
|
-
isArchived: boolean;
|
|
36
|
-
};
|
|
37
|
-
module: {
|
|
38
|
-
id: string;
|
|
39
|
-
name: string;
|
|
40
|
-
title: string;
|
|
41
|
-
isArchived: boolean;
|
|
42
|
-
};
|
|
43
|
-
}[];
|
|
44
|
-
declare const EDITIONS: {
|
|
45
|
-
id: string;
|
|
46
|
-
application: {
|
|
47
|
-
id: string;
|
|
48
|
-
name: string;
|
|
49
|
-
title: string;
|
|
50
|
-
isArchived: boolean;
|
|
51
|
-
};
|
|
52
|
-
name: string;
|
|
53
|
-
title: string;
|
|
54
|
-
isArchived: boolean;
|
|
55
|
-
}[];
|
|
56
|
-
declare const FEATURES: {
|
|
57
|
-
id: string;
|
|
58
|
-
moduleId: string;
|
|
59
|
-
name: string;
|
|
60
|
-
title: string;
|
|
61
|
-
isArchived: boolean;
|
|
62
|
-
}[];
|
|
63
|
-
declare const ENTITIES: {
|
|
64
|
-
id: string;
|
|
65
|
-
moduleId: string;
|
|
66
|
-
name: string;
|
|
67
|
-
title: string;
|
|
68
|
-
isArchived: boolean;
|
|
69
|
-
}[];
|
|
70
|
-
declare const PERMISSIONS: {
|
|
71
|
-
id: string;
|
|
72
|
-
moduleId: string;
|
|
73
|
-
name: string;
|
|
74
|
-
title: string;
|
|
75
|
-
isArchived: boolean;
|
|
76
|
-
}[];
|
|
77
|
-
declare const PROPERTIES: {
|
|
78
|
-
id: string;
|
|
79
|
-
entityId: string;
|
|
80
|
-
name: string;
|
|
81
|
-
title: string;
|
|
82
|
-
path: string;
|
|
83
|
-
}[];
|
|
84
|
-
|
|
85
|
-
declare class AXCApplicationTemplateDataSeeder implements AXPDataSeeder {
|
|
86
|
-
private storageService;
|
|
87
|
-
seed(): Promise<void>;
|
|
88
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCApplicationTemplateDataSeeder, never>;
|
|
89
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCApplicationTemplateDataSeeder>;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
declare class AXCApplicationManagementMockModule {
|
|
93
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCApplicationManagementMockModule, never>;
|
|
94
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCApplicationManagementMockModule, never, never, never>;
|
|
95
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCApplicationManagementMockModule>;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
declare class AXCAuthMockModule {
|
|
99
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAuthMockModule, never>;
|
|
100
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAuthMockModule, never, never, never>;
|
|
101
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCAuthMockModule>;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
23
|
declare class AXCCommonMockModule {
|
|
105
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCommonMockModule, never>;
|
|
106
25
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCommonMockModule, never, never, never>;
|
|
107
26
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCCommonMockModule>;
|
|
108
27
|
}
|
|
109
28
|
|
|
110
|
-
declare class
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
private get lockTable();
|
|
115
|
-
protected entityName: string;
|
|
116
|
-
/**
|
|
117
|
-
* Cache Time-To-Live in milliseconds. Default is 5 seconds but can be overridden
|
|
118
|
-
* at runtime using {@link setCacheDuration}.
|
|
119
|
-
*/
|
|
120
|
-
private cacheTTL;
|
|
121
|
-
/** In-memory cache for lock information. */
|
|
122
|
-
private readonly cacheMap;
|
|
123
|
-
/** Reference to the recurring cache-flush timer. */
|
|
124
|
-
private cacheTimer;
|
|
125
|
-
/**
|
|
126
|
-
* Generates a unique cache key based on the lock request parameters.
|
|
127
|
-
*/
|
|
128
|
-
private getCacheKey;
|
|
129
|
-
/**
|
|
130
|
-
* Starts or restarts the interval that clears the cache.
|
|
131
|
-
*/
|
|
132
|
-
private startCacheTimer;
|
|
133
|
-
/**
|
|
134
|
-
* Allows consumers to change the cache duration (in milliseconds) at runtime.
|
|
135
|
-
* The new duration is applied immediately.
|
|
136
|
-
*/
|
|
137
|
-
setCacheDuration(ms: number): void;
|
|
138
|
-
lock(request: AXPLockRequest): Promise<AXPLockInfo>;
|
|
139
|
-
unlock(request: AXPUnLockRequest): Promise<void>;
|
|
140
|
-
check(request: AXPLockGetInfoRequest): Promise<boolean>;
|
|
141
|
-
getInfo(request: AXPLockGetInfoRequest): Promise<AXPLockInfo>;
|
|
142
|
-
getItems(request: AXPLockGetInfoRequest): Promise<AXPLockInfo[]>;
|
|
143
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLockService, never>;
|
|
144
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCLockService>;
|
|
29
|
+
declare class AXCFormTemplateManagementMockModule {
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFormTemplateManagementMockModule, never>;
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFormTemplateManagementMockModule, never, never, never>;
|
|
32
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCFormTemplateManagementMockModule>;
|
|
145
33
|
}
|
|
146
34
|
|
|
147
|
-
declare class
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
commit(fileId: string): Promise<void>;
|
|
152
|
-
markForDeletion(fileId: string): Promise<void>;
|
|
153
|
-
update(request: AXPFileStorageUpdateRequest): Promise<AXPFileStorageInfo>;
|
|
154
|
-
find(request: AXPFileStorageFindRequest): Promise<AXPFileStorageInfo[]>;
|
|
155
|
-
getInfo(fileId: string): Promise<AXPFileStorageInfo>;
|
|
156
|
-
remove(fileId: string): Promise<void>;
|
|
157
|
-
private cleanupTemporaryFiles;
|
|
158
|
-
private cleanupMarkedFiles;
|
|
159
|
-
constructor();
|
|
160
|
-
findMany(ids: string[]): Promise<AXPFileManyStorageInfo[]>;
|
|
161
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFileStorageService, never>;
|
|
162
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCFileStorageService>;
|
|
35
|
+
declare class AXCOrganizationManagementMockModule {
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCOrganizationManagementMockModule, never>;
|
|
37
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCOrganizationManagementMockModule, never, never, never>;
|
|
38
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCOrganizationManagementMockModule>;
|
|
163
39
|
}
|
|
164
40
|
|
|
165
|
-
declare
|
|
41
|
+
declare class AXCHumanCapitalManagementMockModule {
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCHumanCapitalManagementMockModule, never>;
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHumanCapitalManagementMockModule, never, never, never>;
|
|
44
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCHumanCapitalManagementMockModule>;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
declare class AXCReportManagementMockModule {
|
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCReportManagementMockModule, never>;
|
|
49
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCReportManagementMockModule, never, [typeof i1.AXPRuntimeModule], never>;
|
|
50
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCReportManagementMockModule>;
|
|
51
|
+
}
|
|
166
52
|
|
|
167
53
|
declare class AXCContactManagementMockModule {
|
|
168
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCContactManagementMockModule, never>;
|
|
@@ -170,35 +56,22 @@ declare class AXCContactManagementMockModule {
|
|
|
170
56
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCContactManagementMockModule>;
|
|
171
57
|
}
|
|
172
58
|
|
|
173
|
-
declare class
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMAiResponderService, never>;
|
|
178
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMAiResponderService>;
|
|
59
|
+
declare class AXCLocationManagementMockModule {
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocationManagementMockModule, never>;
|
|
61
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocationManagementMockModule, never, never, never>;
|
|
62
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocationManagementMockModule>;
|
|
179
63
|
}
|
|
180
64
|
|
|
181
|
-
declare class
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
private commentService;
|
|
186
|
-
private commentRealtimeService;
|
|
187
|
-
private aiResponderService;
|
|
188
|
-
private usersService;
|
|
189
|
-
private sessionService;
|
|
190
|
-
private userNameCache;
|
|
191
|
-
private getUserName;
|
|
192
|
-
seed(): Promise<void>;
|
|
193
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPMessageDataSeeder, never>;
|
|
194
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPMessageDataSeeder>;
|
|
65
|
+
declare class AXCLocaleManagementMockModule {
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocaleManagementMockModule, never>;
|
|
67
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocaleManagementMockModule, never, never, never>;
|
|
68
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocaleManagementMockModule>;
|
|
195
69
|
}
|
|
196
70
|
|
|
197
|
-
declare class
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
static
|
|
201
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPRoomDataSeeder>;
|
|
71
|
+
declare class AXCDashboardManagementMockModule {
|
|
72
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCDashboardManagementMockModule, never>;
|
|
73
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDashboardManagementMockModule, never, never, never>;
|
|
74
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCDashboardManagementMockModule>;
|
|
202
75
|
}
|
|
203
76
|
|
|
204
77
|
declare class AXCConversationMockModule {
|
|
@@ -207,63 +80,52 @@ declare class AXCConversationMockModule {
|
|
|
207
80
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCConversationMockModule>;
|
|
208
81
|
}
|
|
209
82
|
|
|
210
|
-
declare
|
|
211
|
-
|
|
83
|
+
declare class AXCAuthMockModule {
|
|
84
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAuthMockModule, never>;
|
|
85
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAuthMockModule, never, never, never>;
|
|
86
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCAuthMockModule>;
|
|
87
|
+
}
|
|
212
88
|
|
|
213
|
-
declare class
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
static
|
|
217
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDashboardDataSeeder>;
|
|
89
|
+
declare class AXCPlatformManagementMockModule {
|
|
90
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCPlatformManagementMockModule, never>;
|
|
91
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPlatformManagementMockModule, never, never, never>;
|
|
92
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCPlatformManagementMockModule>;
|
|
218
93
|
}
|
|
219
94
|
|
|
220
|
-
declare class
|
|
221
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
222
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
223
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
95
|
+
declare class AXCTextTemplateManagementMockModule {
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateManagementMockModule, never>;
|
|
97
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTextTemplateManagementMockModule, never, never, never>;
|
|
98
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTextTemplateManagementMockModule>;
|
|
224
99
|
}
|
|
225
100
|
|
|
226
|
-
declare class
|
|
227
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
228
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
229
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
101
|
+
declare class AXCSecurityManagementMockModule {
|
|
102
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSecurityManagementMockModule, never>;
|
|
103
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSecurityManagementMockModule, never, never, never>;
|
|
104
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSecurityManagementMockModule>;
|
|
230
105
|
}
|
|
231
106
|
|
|
232
|
-
declare class
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
static
|
|
236
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCMetaDataDefinitionDataSeeder>;
|
|
107
|
+
declare class AXCSchedulerJobManagementMockModule {
|
|
108
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobManagementMockModule, never>;
|
|
109
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSchedulerJobManagementMockModule, never, never, never>;
|
|
110
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSchedulerJobManagementMockModule>;
|
|
237
111
|
}
|
|
238
112
|
|
|
239
|
-
declare class
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
uniqueKeys: string[];
|
|
256
|
-
}): Promise<T[]>;
|
|
257
|
-
getOne<T = any>(entityName: string, id: string): Promise<T>;
|
|
258
|
-
updateOne<T = any>(entityName: string, id: string, keyValue: {
|
|
259
|
-
[key: string]: any;
|
|
260
|
-
}): Promise<T>;
|
|
261
|
-
deleteOne(entityName: string, id: string): Promise<void>;
|
|
262
|
-
insertOne<T = any>(entityName: string, entity: T): Promise<string>;
|
|
263
|
-
getAll<T = any>(entityName: string): Promise<T[]>;
|
|
264
|
-
query<T = any>(entityName: string, request: AXPQueryRequest): Promise<AXPPagedListResult<T>>;
|
|
265
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDexieEntityStorageService, never>;
|
|
266
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDexieEntityStorageService>;
|
|
113
|
+
declare class AXCApplicationManagementMockModule {
|
|
114
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCApplicationManagementMockModule, never>;
|
|
115
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCApplicationManagementMockModule, never, never, never>;
|
|
116
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCApplicationManagementMockModule>;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
declare class AXCTrainingManagementMockModule {
|
|
120
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTrainingManagementMockModule, never>;
|
|
121
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTrainingManagementMockModule, never, never, never>;
|
|
122
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTrainingManagementMockModule>;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
declare class AXCProjectManagementMockModule {
|
|
126
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCProjectManagementMockModule, never>;
|
|
127
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProjectManagementMockModule, never, never, never>;
|
|
128
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCProjectManagementMockModule>;
|
|
267
129
|
}
|
|
268
130
|
|
|
269
131
|
declare class AXCDocumentManagementMockModule {
|
|
@@ -272,12 +134,6 @@ declare class AXCDocumentManagementMockModule {
|
|
|
272
134
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCDocumentManagementMockModule>;
|
|
273
135
|
}
|
|
274
136
|
|
|
275
|
-
declare class AXCFormTemplateManagementMockModule {
|
|
276
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFormTemplateManagementMockModule, never>;
|
|
277
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFormTemplateManagementMockModule, never, never, never>;
|
|
278
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCFormTemplateManagementMockModule>;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
137
|
declare class AXCHelpDeskMockModule {
|
|
282
138
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCHelpDeskMockModule, never>;
|
|
283
139
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHelpDeskMockModule, never, never, never>;
|
|
@@ -290,94 +146,16 @@ declare class AXCLogManagementMockModule {
|
|
|
290
146
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLogManagementMockModule>;
|
|
291
147
|
}
|
|
292
148
|
|
|
293
|
-
declare class
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
|
|
298
|
-
router: Router;
|
|
299
|
-
constructor();
|
|
300
|
-
get name(): string;
|
|
301
|
-
signin(credentials: AXPBaseCredentials): Promise<void>;
|
|
302
|
-
signout(): Promise<void>;
|
|
303
|
-
refreshToken(context: AXPSessionContext): Promise<AXPSignInResult>;
|
|
304
|
-
updateToken(params: {
|
|
305
|
-
[key: string]: any;
|
|
306
|
-
}): Promise<AXPSignInResult>;
|
|
307
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MOCKGoogleStrategy, never>;
|
|
308
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MOCKGoogleStrategy>;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
declare class AXCFOrganizationManagementMockModule {
|
|
312
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFOrganizationManagementMockModule, never>;
|
|
313
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFOrganizationManagementMockModule, never, never, never>;
|
|
314
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCFOrganizationManagementMockModule>;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
declare class AXCHumanCapitalManagementMockModule {
|
|
318
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCHumanCapitalManagementMockModule, never>;
|
|
319
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHumanCapitalManagementMockModule, never, never, never>;
|
|
320
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCHumanCapitalManagementMockModule>;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
declare class AXCReportManagementMockModule {
|
|
324
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCReportManagementMockModule, never>;
|
|
325
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCReportManagementMockModule, never, [typeof i1.AXPRuntimeModule], never>;
|
|
326
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCReportManagementMockModule>;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
declare class AXCLocationManagementMockModule {
|
|
330
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocationManagementMockModule, never>;
|
|
331
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocationManagementMockModule, never, never, never>;
|
|
332
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocationManagementMockModule>;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
declare class AXCLocaleManagementMockModule {
|
|
336
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocaleManagementMockModule, never>;
|
|
337
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocaleManagementMockModule, never, never, never>;
|
|
338
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocaleManagementMockModule>;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
declare class AXCPlatformManagementMockModule {
|
|
342
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCPlatformManagementMockModule, never>;
|
|
343
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPlatformManagementMockModule, never, never, never>;
|
|
344
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCPlatformManagementMockModule>;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
declare class AXCTextTemplateManagementMockModule {
|
|
348
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateManagementMockModule, never>;
|
|
349
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTextTemplateManagementMockModule, never, never, never>;
|
|
350
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTextTemplateManagementMockModule>;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
declare class AXCSecurityManagementMockModule {
|
|
354
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSecurityManagementMockModule, never>;
|
|
355
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSecurityManagementMockModule, never, never, never>;
|
|
356
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSecurityManagementMockModule>;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
declare class AXCSchedulerJobManagementMockModule {
|
|
360
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobManagementMockModule, never>;
|
|
361
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSchedulerJobManagementMockModule, never, never, never>;
|
|
362
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSchedulerJobManagementMockModule>;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
declare class AXCTrainingManagementMockModule {
|
|
366
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTrainingManagementMockModule, never>;
|
|
367
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTrainingManagementMockModule, never, never, never>;
|
|
368
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTrainingManagementMockModule>;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
declare class AXCProjectManagementMockModule {
|
|
372
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCProjectManagementMockModule, never>;
|
|
373
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProjectManagementMockModule, never, never, never>;
|
|
374
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCProjectManagementMockModule>;
|
|
149
|
+
declare class AXCCalendarManagementMockModule {
|
|
150
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarManagementMockModule, never>;
|
|
151
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCalendarManagementMockModule, never, never, never>;
|
|
152
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCCalendarManagementMockModule>;
|
|
375
153
|
}
|
|
376
154
|
|
|
377
|
-
declare class
|
|
378
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
379
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
380
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
155
|
+
declare class AXCDataManagementMockModule {
|
|
156
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCDataManagementMockModule, never>;
|
|
157
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDataManagementMockModule, never, never, never>;
|
|
158
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCDataManagementMockModule>;
|
|
381
159
|
}
|
|
382
160
|
|
|
383
161
|
declare class AXCWorkflowManagementMockModule {
|
|
@@ -398,10 +176,10 @@ declare class AXCTaskManagementMockModule {
|
|
|
398
176
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTaskManagementMockModule>;
|
|
399
177
|
}
|
|
400
178
|
|
|
401
|
-
declare class
|
|
402
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
403
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<
|
|
404
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<
|
|
179
|
+
declare class AXCPartyManagementMockModule {
|
|
180
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCPartyManagementMockModule, never>;
|
|
181
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPartyManagementMockModule, never, never, never>;
|
|
182
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCPartyManagementMockModule>;
|
|
405
183
|
}
|
|
406
184
|
|
|
407
185
|
declare class AXCContentManagementMockModule {
|
|
@@ -437,7 +215,7 @@ declare class AXCMiddlewaresModule {
|
|
|
437
215
|
declare class AXCMockModule {
|
|
438
216
|
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
439
217
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
440
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCFormTemplateManagementMockModule, typeof
|
|
218
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCOrganizationManagementMockModule, typeof AXCHumanCapitalManagementMockModule, typeof AXCReportManagementMockModule, typeof AXCContactManagementMockModule, typeof AXCLocationManagementMockModule, typeof AXCLocaleManagementMockModule, typeof AXCDashboardManagementMockModule, typeof AXCConversationMockModule, typeof AXCAuthMockModule, typeof AXCPlatformManagementMockModule, typeof AXCTextTemplateManagementMockModule, typeof AXCSecurityManagementMockModule, typeof AXCSchedulerJobManagementMockModule, typeof AXCApplicationManagementMockModule, typeof AXCTrainingManagementMockModule, typeof AXCProjectManagementMockModule, typeof AXCDocumentManagementMockModule, typeof AXCHelpDeskMockModule, typeof AXCLogManagementMockModule, typeof AXCCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXCPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCIdentifierManagementMockModule, typeof AXCMeetingManagementMockModule, typeof AXCCustomerManagementMockModule, typeof AXCMiddlewaresModule], never>;
|
|
441
219
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
442
220
|
}
|
|
443
221
|
|
|
@@ -445,7 +223,7 @@ interface MockUserPassCredentials extends AXPBaseCredentials {
|
|
|
445
223
|
username: string;
|
|
446
224
|
password: string;
|
|
447
225
|
}
|
|
448
|
-
declare class
|
|
226
|
+
declare class AXCUserPassStrategyMock extends AXPAuthStrategy {
|
|
449
227
|
tenantLoader: _acorex_platform_auth.AXPTenantLoader;
|
|
450
228
|
applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
|
|
451
229
|
router: Router;
|
|
@@ -463,73 +241,260 @@ declare class MOCKStrategy extends AXPAuthStrategy {
|
|
|
463
241
|
updateToken(params: {
|
|
464
242
|
[key: string]: any;
|
|
465
243
|
}): Promise<AXPSignInResult>;
|
|
466
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
467
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
244
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCUserPassStrategyMock, never>;
|
|
245
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCUserPassStrategyMock>;
|
|
468
246
|
}
|
|
469
247
|
|
|
470
|
-
declare
|
|
471
|
-
|
|
248
|
+
declare class AXCGoogleStrategyMock extends AXPAuthStrategy {
|
|
249
|
+
tenantLoader: _acorex_platform_auth.AXPTenantLoader;
|
|
250
|
+
protected configs: AXMAuthConfigs;
|
|
251
|
+
private externalAuthorizationService;
|
|
252
|
+
applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
|
|
253
|
+
router: Router;
|
|
254
|
+
constructor();
|
|
255
|
+
get name(): string;
|
|
256
|
+
signin(credentials: AXPBaseCredentials): Promise<void>;
|
|
257
|
+
signout(): Promise<void>;
|
|
258
|
+
refreshToken(context: AXPSessionContext): Promise<AXPSignInResult>;
|
|
259
|
+
updateToken(params: {
|
|
260
|
+
[key: string]: any;
|
|
261
|
+
}): Promise<AXPSignInResult>;
|
|
262
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCGoogleStrategyMock, never>;
|
|
263
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCGoogleStrategyMock>;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
declare class AXCDexieEntityStorageService extends Dexie implements AXPEntityStorageService<string, any> {
|
|
267
|
+
private sessionService;
|
|
268
|
+
constructor();
|
|
269
|
+
get dbName(): string;
|
|
270
|
+
/**
|
|
271
|
+
* Seed the storage with the provided collection only if it has not been
|
|
272
|
+
* inserted before.
|
|
273
|
+
*
|
|
274
|
+
* Rather than relying on the total record count, we inspect whether the first
|
|
275
|
+
* item of the incoming collection (identified by its `id`) already exists in
|
|
276
|
+
* the table for the given `entityName`. If it exists, the data has already
|
|
277
|
+
* been seeded and no action is taken; otherwise, the entire collection is
|
|
278
|
+
* bulk-inserted.
|
|
279
|
+
*/
|
|
280
|
+
initial<T = any>(entityName: string, collection: T[], options?: {
|
|
281
|
+
mergeType: 'merge' | 'replace';
|
|
282
|
+
uniqueKeys: string[];
|
|
283
|
+
}): Promise<T[]>;
|
|
284
|
+
getOne<T = any>(entityName: string, id: string): Promise<T>;
|
|
285
|
+
updateOne<T = any>(entityName: string, id: string, keyValue: {
|
|
286
|
+
[key: string]: any;
|
|
287
|
+
}): Promise<T>;
|
|
288
|
+
deleteOne(entityName: string, id: string): Promise<void>;
|
|
289
|
+
insertOne<T = any>(entityName: string, entity: T): Promise<string>;
|
|
290
|
+
getAll<T = any>(entityName: string): Promise<T[]>;
|
|
291
|
+
query<T = any>(entityName: string, request: AXPQueryRequest): Promise<AXPPagedListResult<T>>;
|
|
292
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCDexieEntityStorageService, never>;
|
|
293
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCDexieEntityStorageService>;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
declare const APPLICATIONS: {
|
|
472
297
|
id: string;
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
298
|
+
name: string;
|
|
299
|
+
title: string;
|
|
300
|
+
isArchived: boolean;
|
|
301
|
+
}[];
|
|
302
|
+
declare const MODULES: {
|
|
303
|
+
id: string;
|
|
304
|
+
name: string;
|
|
305
|
+
title: string;
|
|
306
|
+
isArchived: boolean;
|
|
307
|
+
}[];
|
|
308
|
+
declare const APPLICATIONS_MODULES: {
|
|
309
|
+
id: string;
|
|
310
|
+
application: {
|
|
479
311
|
id: string;
|
|
312
|
+
name: string;
|
|
480
313
|
title: string;
|
|
314
|
+
isArchived: boolean;
|
|
481
315
|
};
|
|
482
|
-
|
|
483
|
-
position: {
|
|
316
|
+
module: {
|
|
484
317
|
id: string;
|
|
318
|
+
name: string;
|
|
485
319
|
title: string;
|
|
320
|
+
isArchived: boolean;
|
|
486
321
|
};
|
|
487
|
-
|
|
488
|
-
|
|
322
|
+
}[];
|
|
323
|
+
declare const EDITIONS: {
|
|
324
|
+
id: string;
|
|
325
|
+
application: {
|
|
489
326
|
id: string;
|
|
327
|
+
name: string;
|
|
490
328
|
title: string;
|
|
329
|
+
isArchived: boolean;
|
|
491
330
|
};
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
}
|
|
496
|
-
declare const
|
|
497
|
-
|
|
498
|
-
type AXCEmployeeMock$3 = typeof EMPLOYEES_MOCK[number];
|
|
499
|
-
interface AXCBranchMockDto {
|
|
331
|
+
name: string;
|
|
332
|
+
title: string;
|
|
333
|
+
isArchived: boolean;
|
|
334
|
+
}[];
|
|
335
|
+
declare const FEATURES: {
|
|
500
336
|
id: string;
|
|
337
|
+
moduleId: string;
|
|
338
|
+
name: string;
|
|
501
339
|
title: string;
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
340
|
+
isArchived: boolean;
|
|
341
|
+
}[];
|
|
342
|
+
declare const ENTITIES: {
|
|
343
|
+
id: string;
|
|
344
|
+
moduleId: string;
|
|
345
|
+
name: string;
|
|
346
|
+
title: string;
|
|
347
|
+
isArchived: boolean;
|
|
348
|
+
}[];
|
|
349
|
+
declare const PERMISSIONS: {
|
|
350
|
+
id: string;
|
|
351
|
+
moduleId: string;
|
|
352
|
+
name: string;
|
|
353
|
+
title: string;
|
|
354
|
+
isArchived: boolean;
|
|
355
|
+
}[];
|
|
356
|
+
declare const PROPERTIES: {
|
|
357
|
+
id: string;
|
|
358
|
+
entityId: string;
|
|
359
|
+
name: string;
|
|
360
|
+
title: string;
|
|
361
|
+
path: string;
|
|
362
|
+
}[];
|
|
523
363
|
|
|
524
|
-
declare class
|
|
364
|
+
declare class AXCApplicationTemplateDataSeeder implements AXPDataSeeder {
|
|
525
365
|
private storageService;
|
|
526
366
|
seed(): Promise<void>;
|
|
527
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
528
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
367
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCApplicationTemplateDataSeeder, never>;
|
|
368
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCApplicationTemplateDataSeeder>;
|
|
529
369
|
}
|
|
530
370
|
|
|
531
|
-
|
|
532
|
-
|
|
371
|
+
declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
|
|
372
|
+
private storageService;
|
|
373
|
+
private appVersionService;
|
|
374
|
+
seed(): Promise<void>;
|
|
375
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppVersionDataSeeder, never>;
|
|
376
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppVersionDataSeeder>;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
declare class AXCGlobalVariablesDataSeeder implements AXPDataSeeder {
|
|
380
|
+
private storageService;
|
|
381
|
+
seed(): Promise<void>;
|
|
382
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCGlobalVariablesDataSeeder, never>;
|
|
383
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCGlobalVariablesDataSeeder>;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
declare const GLOBAL_VARIABLES: {
|
|
387
|
+
id: string;
|
|
388
|
+
name: string;
|
|
389
|
+
title: string;
|
|
390
|
+
dataType: string;
|
|
391
|
+
value: string;
|
|
392
|
+
}[];
|
|
393
|
+
|
|
394
|
+
declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
|
|
395
|
+
private storageService;
|
|
396
|
+
seed(): Promise<void>;
|
|
397
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementRoleDataSeeder, never>;
|
|
398
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementRoleDataSeeder>;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
|
|
402
|
+
private storageService;
|
|
403
|
+
seed(): Promise<void>;
|
|
404
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementUserDataSeeder, never>;
|
|
405
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
declare const tenantsMock: AXPTenant[];
|
|
409
|
+
|
|
410
|
+
declare const applications: AXPApplication[];
|
|
411
|
+
|
|
412
|
+
declare const mockRoleDefinitions: {
|
|
413
|
+
id: string;
|
|
414
|
+
name: string;
|
|
415
|
+
title: string;
|
|
416
|
+
description: string;
|
|
417
|
+
permissions: never[];
|
|
418
|
+
}[];
|
|
419
|
+
|
|
420
|
+
interface AXCMockUserMockDto {
|
|
421
|
+
id: string;
|
|
422
|
+
username: string;
|
|
423
|
+
displayName: string;
|
|
424
|
+
partyId: string;
|
|
425
|
+
roleIds: string[];
|
|
426
|
+
roles: {
|
|
427
|
+
id: string;
|
|
428
|
+
title: string;
|
|
429
|
+
}[];
|
|
430
|
+
password: string;
|
|
431
|
+
}
|
|
432
|
+
declare const mockUsers: AXCMockUserMockDto[];
|
|
433
|
+
|
|
434
|
+
interface AXCBranchMockDto {
|
|
435
|
+
id: string;
|
|
436
|
+
title: string;
|
|
437
|
+
code: string;
|
|
438
|
+
description: string;
|
|
439
|
+
locationId?: string;
|
|
440
|
+
location?: {
|
|
441
|
+
country: {
|
|
442
|
+
id: string;
|
|
443
|
+
title: string;
|
|
444
|
+
};
|
|
445
|
+
state: {
|
|
446
|
+
id: string;
|
|
447
|
+
title: string;
|
|
448
|
+
};
|
|
449
|
+
city: {
|
|
450
|
+
id: string;
|
|
451
|
+
title: string;
|
|
452
|
+
};
|
|
453
|
+
};
|
|
454
|
+
}
|
|
455
|
+
declare const BRANCHES_MOCK: AXCBranchMockDto[];
|
|
456
|
+
|
|
457
|
+
declare class AXMBranchDataSeeder implements AXPDataSeeder {
|
|
458
|
+
private storageService;
|
|
459
|
+
seed(): Promise<void>;
|
|
460
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMBranchDataSeeder, never>;
|
|
461
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMBranchDataSeeder>;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
declare function findEmployeeById(employeeId: string): AXCEmployeeMockDto | undefined;
|
|
465
|
+
interface AXCEmployeeMockDto {
|
|
466
|
+
id: string;
|
|
467
|
+
userId?: string;
|
|
468
|
+
partyId: string;
|
|
469
|
+
party: {
|
|
470
|
+
id: string;
|
|
471
|
+
displayName: string;
|
|
472
|
+
};
|
|
473
|
+
birthDate: Date;
|
|
474
|
+
employeeCode: string;
|
|
475
|
+
roleId: string;
|
|
476
|
+
role: {
|
|
477
|
+
id: string;
|
|
478
|
+
title: string;
|
|
479
|
+
};
|
|
480
|
+
positionId: string;
|
|
481
|
+
position: {
|
|
482
|
+
id: string;
|
|
483
|
+
title: string;
|
|
484
|
+
};
|
|
485
|
+
employmentTypeId: string;
|
|
486
|
+
employmentType: {
|
|
487
|
+
id: string;
|
|
488
|
+
title: string;
|
|
489
|
+
};
|
|
490
|
+
hireDate: Date;
|
|
491
|
+
managerId: string | null;
|
|
492
|
+
manager: AXCEmployeeMockDto | null;
|
|
493
|
+
}
|
|
494
|
+
declare const EMPLOYEES_MOCK: AXCEmployeeMockDto[];
|
|
495
|
+
|
|
496
|
+
type AXCEmployeeMock$2 = (typeof EMPLOYEES_MOCK)[number];
|
|
497
|
+
interface AXCDivisionMockDto {
|
|
533
498
|
id: string;
|
|
534
499
|
title: string;
|
|
535
500
|
description: string;
|
|
@@ -609,6 +574,87 @@ declare class AXMTeamDataSeeder implements AXPDataSeeder {
|
|
|
609
574
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMTeamDataSeeder>;
|
|
610
575
|
}
|
|
611
576
|
|
|
577
|
+
interface PositionMockDto extends AXPCategorizedEntityDto {
|
|
578
|
+
id: string;
|
|
579
|
+
title: string;
|
|
580
|
+
description: string;
|
|
581
|
+
categoryIds: string[];
|
|
582
|
+
categories: {
|
|
583
|
+
id: string;
|
|
584
|
+
title: string;
|
|
585
|
+
}[];
|
|
586
|
+
}
|
|
587
|
+
declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
588
|
+
declare const POSITIONS_MOCK: PositionMockDto[];
|
|
589
|
+
|
|
590
|
+
declare class AXMPositionDataSeeder implements AXPDataSeeder {
|
|
591
|
+
private storageService;
|
|
592
|
+
seed(): Promise<void>;
|
|
593
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPositionDataSeeder, never>;
|
|
594
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionDataSeeder>;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
interface RoleMockDto extends AXPCategorizedEntityDto {
|
|
598
|
+
id: string;
|
|
599
|
+
title: string;
|
|
600
|
+
description: string;
|
|
601
|
+
categoryIds: string[];
|
|
602
|
+
categories: {
|
|
603
|
+
id: string;
|
|
604
|
+
title: string;
|
|
605
|
+
}[];
|
|
606
|
+
skillsId: string[];
|
|
607
|
+
skills: {
|
|
608
|
+
id: string;
|
|
609
|
+
title: string;
|
|
610
|
+
}[];
|
|
611
|
+
responsibilitiesId: string[];
|
|
612
|
+
responsibilities: {
|
|
613
|
+
id: string;
|
|
614
|
+
title: string;
|
|
615
|
+
}[];
|
|
616
|
+
}
|
|
617
|
+
declare const ROLES_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
618
|
+
declare const ROLES_MOCK: RoleMockDto[];
|
|
619
|
+
|
|
620
|
+
declare class AXMRoleDataSeeder implements AXPDataSeeder {
|
|
621
|
+
private storageService;
|
|
622
|
+
seed(): Promise<void>;
|
|
623
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMRoleDataSeeder, never>;
|
|
624
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMRoleDataSeeder>;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
interface ResponsibilityMockDto extends AXPCategorizedEntityDto {
|
|
628
|
+
id: string;
|
|
629
|
+
title: string;
|
|
630
|
+
description: string;
|
|
631
|
+
categoryIds: string[];
|
|
632
|
+
categories: {
|
|
633
|
+
id: string;
|
|
634
|
+
title: string;
|
|
635
|
+
}[];
|
|
636
|
+
}
|
|
637
|
+
declare const RESPONSIBILITIES_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
638
|
+
declare const RESPONSIBILITIES_MOCK: ResponsibilityMockDto[];
|
|
639
|
+
|
|
640
|
+
declare class AXMResponsibilityDataSeeder implements AXPDataSeeder {
|
|
641
|
+
private storageService;
|
|
642
|
+
seed(): Promise<void>;
|
|
643
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMResponsibilityDataSeeder, never>;
|
|
644
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMResponsibilityDataSeeder>;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
declare const INDUSTRIAL_COMPANY_ORGANIZATION: AXMOrganizationNode;
|
|
648
|
+
|
|
649
|
+
declare class AXMOrgChartDataSeeder implements AXPDataSeeder {
|
|
650
|
+
private storageService;
|
|
651
|
+
seed(): Promise<void>;
|
|
652
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrgChartDataSeeder, never>;
|
|
653
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMOrgChartDataSeeder>;
|
|
654
|
+
}
|
|
655
|
+
|
|
656
|
+
declare const SOFTWARE_COMPANY_ORGANIZATION: AXMOrganizationNode;
|
|
657
|
+
|
|
612
658
|
declare class AXMEmployeeDataSeeder implements AXPDataSeeder {
|
|
613
659
|
private storageService;
|
|
614
660
|
seed(): Promise<void>;
|
|
@@ -639,143 +685,188 @@ declare class AXMPositionAssignmentDataSeeder implements AXPDataSeeder {
|
|
|
639
685
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionAssignmentDataSeeder>;
|
|
640
686
|
}
|
|
641
687
|
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
688
|
+
interface SkillMockDto extends AXPCategorizedEntityDto {
|
|
689
|
+
id: string;
|
|
690
|
+
title: string;
|
|
691
|
+
description: string;
|
|
692
|
+
categoryIds: string[];
|
|
693
|
+
categories: {
|
|
694
|
+
id: string;
|
|
695
|
+
title: string;
|
|
696
|
+
}[];
|
|
648
697
|
}
|
|
698
|
+
declare const SKILLS_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
699
|
+
declare const SKILLS_MOCK: SkillMockDto[];
|
|
649
700
|
|
|
650
|
-
declare class
|
|
701
|
+
declare class AXMSkillDataSeeder implements AXPDataSeeder {
|
|
651
702
|
private storageService;
|
|
652
703
|
seed(): Promise<void>;
|
|
653
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
654
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
704
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMSkillDataSeeder, never>;
|
|
705
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMSkillDataSeeder>;
|
|
655
706
|
}
|
|
656
707
|
|
|
657
|
-
|
|
708
|
+
interface AXCSkillLevelMockDto {
|
|
658
709
|
id: string;
|
|
659
|
-
name: string;
|
|
660
710
|
title: string;
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
711
|
+
order: number;
|
|
712
|
+
isActive: boolean;
|
|
713
|
+
description?: string;
|
|
714
|
+
}
|
|
715
|
+
declare const SKILL_LEVELS_MOCK: AXCSkillLevelMockDto[];
|
|
664
716
|
|
|
665
|
-
declare class
|
|
717
|
+
declare class AXMSkillLevelDataSeeder implements AXPDataSeeder {
|
|
718
|
+
private readonly storageService;
|
|
719
|
+
seed(): Promise<void>;
|
|
720
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMSkillLevelDataSeeder, never>;
|
|
721
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMSkillLevelDataSeeder>;
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
/**
|
|
725
|
+
* Mock DTO for employee skill relation entries.
|
|
726
|
+
*/
|
|
727
|
+
interface AXCEmployeeSkillMockDto {
|
|
728
|
+
id: string;
|
|
729
|
+
employeeId: string;
|
|
730
|
+
employee?: any;
|
|
731
|
+
skillId: string;
|
|
732
|
+
skill?: any;
|
|
733
|
+
levelId: string;
|
|
734
|
+
level?: any;
|
|
735
|
+
yearsOfExperience?: number;
|
|
736
|
+
lastUsedDate?: Date;
|
|
737
|
+
validatedBy?: string;
|
|
738
|
+
validationSource?: string;
|
|
739
|
+
validationDate?: Date;
|
|
740
|
+
notes?: string;
|
|
741
|
+
}
|
|
742
|
+
declare const EMPLOYEE_SKILLS_MOCK: AXCEmployeeSkillMockDto[];
|
|
743
|
+
|
|
744
|
+
declare class AXMEmployeeSkillDataSeeder implements AXPDataSeeder {
|
|
666
745
|
private storageService;
|
|
667
746
|
seed(): Promise<void>;
|
|
668
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
669
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
747
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillDataSeeder, never>;
|
|
748
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillDataSeeder>;
|
|
670
749
|
}
|
|
671
750
|
|
|
672
|
-
declare
|
|
751
|
+
declare const EMPLOYMENT_TYPES_MOCK: any[];
|
|
752
|
+
|
|
753
|
+
declare class AXMEmploymentTypeDataSeeder implements AXPDataSeeder {
|
|
673
754
|
private storageService;
|
|
674
755
|
seed(): Promise<void>;
|
|
675
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
676
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
756
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmploymentTypeDataSeeder, never>;
|
|
757
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmploymentTypeDataSeeder>;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
declare class AXMEmployeeSkillsCategoryProvider implements AXPReportCategoryProvider {
|
|
761
|
+
getList(parentId?: string): Promise<AXPReportCategory[]>;
|
|
762
|
+
getById(id: string): Promise<AXPReportCategory | undefined>;
|
|
763
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillsCategoryProvider, never>;
|
|
764
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillsCategoryProvider>;
|
|
765
|
+
}
|
|
766
|
+
declare class AXMEmployeeSkillsReportDefinitionProvider implements AXPReportDefinitionProvider {
|
|
767
|
+
getList(categoryId: string): Promise<AXPReportDefinition[]>;
|
|
768
|
+
getById(id: string): Promise<AXPReportDefinition | undefined>;
|
|
769
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillsReportDefinitionProvider, never>;
|
|
770
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillsReportDefinitionProvider>;
|
|
771
|
+
}
|
|
772
|
+
declare const AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER: {
|
|
773
|
+
provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportCategoryProviderToken[]>;
|
|
774
|
+
useClass: typeof AXMEmployeeSkillsCategoryProvider;
|
|
775
|
+
multi: boolean;
|
|
776
|
+
};
|
|
777
|
+
declare const AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER: {
|
|
778
|
+
provide: i0.InjectionToken<_acorex_modules_report_management.AXPReportDefinitionProviderToken[]>;
|
|
779
|
+
useClass: typeof AXMEmployeeSkillsReportDefinitionProvider;
|
|
780
|
+
multi: boolean;
|
|
781
|
+
};
|
|
782
|
+
|
|
783
|
+
type ListInput = {
|
|
784
|
+
skillId?: string;
|
|
785
|
+
levelId?: string;
|
|
786
|
+
minYears?: number;
|
|
787
|
+
startDate?: Date | string;
|
|
788
|
+
endDate?: Date | string;
|
|
789
|
+
skip?: number;
|
|
790
|
+
take?: number;
|
|
791
|
+
};
|
|
792
|
+
declare class AXQEmployeeSkillsListQuery implements AXPQuery<ListInput, {
|
|
793
|
+
items: any[];
|
|
794
|
+
total: number;
|
|
795
|
+
}> {
|
|
796
|
+
fetch(input: ListInput): Promise<{
|
|
797
|
+
items: any[];
|
|
798
|
+
total: number;
|
|
799
|
+
}>;
|
|
800
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsListQuery, never>;
|
|
801
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsListQuery>;
|
|
802
|
+
}
|
|
803
|
+
type StatsInput = {
|
|
804
|
+
skillId?: string;
|
|
805
|
+
levelId?: string;
|
|
806
|
+
minYears?: number;
|
|
807
|
+
};
|
|
808
|
+
declare class AXQEmployeeSkillsStatsQuery implements AXPQuery<StatsInput, Record<string, number>> {
|
|
809
|
+
fetch(input: StatsInput): Promise<Record<string, number>>;
|
|
810
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsStatsQuery, never>;
|
|
811
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsStatsQuery>;
|
|
812
|
+
}
|
|
813
|
+
type LevelsInput = {
|
|
814
|
+
skillId?: string;
|
|
815
|
+
minYears?: number;
|
|
816
|
+
};
|
|
817
|
+
declare class AXQEmployeeSkillsLevelsQuery implements AXPQuery<LevelsInput, Record<string, number>> {
|
|
818
|
+
fetch(input: LevelsInput): Promise<Record<string, number>>;
|
|
819
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsLevelsQuery, never>;
|
|
820
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsLevelsQuery>;
|
|
821
|
+
}
|
|
822
|
+
type TrendInput = {
|
|
823
|
+
startDate?: Date | string;
|
|
824
|
+
endDate?: Date | string;
|
|
825
|
+
skillId?: string;
|
|
826
|
+
levelId?: string;
|
|
827
|
+
};
|
|
828
|
+
declare class AXQEmployeeSkillsTrendQuery implements AXPQuery<TrendInput, {
|
|
829
|
+
month: string;
|
|
830
|
+
value: number;
|
|
831
|
+
}[]> {
|
|
832
|
+
fetch(input: TrendInput): Promise<{
|
|
833
|
+
month: string;
|
|
834
|
+
value: number;
|
|
835
|
+
}[]>;
|
|
836
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsTrendQuery, never>;
|
|
837
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsTrendQuery>;
|
|
838
|
+
}
|
|
839
|
+
declare class AXQEmployeeSkillsSkillPercentagesQuery implements AXPQuery<StatsInput, Record<string, number>> {
|
|
840
|
+
fetch(input: StatsInput): Promise<Record<string, number>>;
|
|
841
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsSkillPercentagesQuery, never>;
|
|
842
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsSkillPercentagesQuery>;
|
|
843
|
+
}
|
|
844
|
+
declare class AXQEmployeeSkillsLevelPercentagesQuery implements AXPQuery<LevelsInput, Record<string, number>> {
|
|
845
|
+
fetch(input: LevelsInput): Promise<Record<string, number>>;
|
|
846
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXQEmployeeSkillsLevelPercentagesQuery, never>;
|
|
847
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXQEmployeeSkillsLevelPercentagesQuery>;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
interface PartyMockData {
|
|
851
|
+
id: string;
|
|
852
|
+
firstName: string;
|
|
853
|
+
lastName: string;
|
|
854
|
+
displayName: string;
|
|
855
|
+
email: string;
|
|
856
|
+
mobile: string;
|
|
857
|
+
gender: string;
|
|
858
|
+
type: string;
|
|
677
859
|
}
|
|
860
|
+
declare function findPartyById(id: string): PartyMockData | null;
|
|
678
861
|
|
|
679
|
-
declare class
|
|
680
|
-
private readonly
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
private readonly DEFAULT_TOTAL_ITEMS;
|
|
685
|
-
private readonly reportDefinitionService;
|
|
686
|
-
constructor();
|
|
687
|
-
execute(context: AXPLayoutExecutionContext): Promise<AXPExecutionReportCommandResult>;
|
|
688
|
-
private generateLayoutData;
|
|
689
|
-
private generateTableData;
|
|
690
|
-
private generateChartData;
|
|
691
|
-
private generateLayoutDataFromQuery;
|
|
692
|
-
private buildQueryInput;
|
|
693
|
-
private assignByPath;
|
|
694
|
-
private normalizeTableQueryResult;
|
|
695
|
-
private normalizeChartQueryResult;
|
|
696
|
-
private applyAuditTrailFilters;
|
|
697
|
-
private applyLoginLogsFilters;
|
|
698
|
-
private applyChangePasswordLogsFilters;
|
|
699
|
-
private applyIdentityErrorLogsFilters;
|
|
700
|
-
private getCachedOrGenerateReportData;
|
|
701
|
-
private generateCacheKey;
|
|
702
|
-
private generateReportVersion;
|
|
703
|
-
private isCacheValid;
|
|
704
|
-
private clearExpiredCache;
|
|
705
|
-
/**
|
|
706
|
-
* Manually clear all cached report data (useful for debugging or forcing refresh)
|
|
707
|
-
*/
|
|
708
|
-
clearCache(): void;
|
|
709
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportExecuteCommand, never>;
|
|
710
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportExecuteCommand>;
|
|
862
|
+
declare class AXMIndustryDataSeeder implements AXPDataSeeder {
|
|
863
|
+
private readonly storageService;
|
|
864
|
+
seed(): Promise<void>;
|
|
865
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMIndustryDataSeeder, never>;
|
|
866
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMIndustryDataSeeder>;
|
|
711
867
|
}
|
|
712
868
|
|
|
713
|
-
|
|
714
|
-
* Provides mock data generation for reports, separated from execution concerns.
|
|
715
|
-
*/
|
|
716
|
-
declare class AXMReportMockDataService {
|
|
717
|
-
/**
|
|
718
|
-
* Generate mock data based on report title heuristics.
|
|
719
|
-
*/
|
|
720
|
-
generateMockDataForReport(reportDefinition: AXPReportDefinition, parameters: Record<string, unknown>, pageSize: number): Record<string, unknown>[];
|
|
721
|
-
private generateAuditTrailData;
|
|
722
|
-
private generateFinancialData;
|
|
723
|
-
private generateIncomeData;
|
|
724
|
-
private generateEmployeeData;
|
|
725
|
-
private generateSalesData;
|
|
726
|
-
private generateSafetyData;
|
|
727
|
-
private generateGenericData;
|
|
728
|
-
private getRandomPastDate;
|
|
729
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportMockDataService, never>;
|
|
730
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportMockDataService>;
|
|
731
|
-
}
|
|
732
|
-
|
|
733
|
-
declare class AXCSchedulerJobDataSeeder implements AXPDataSeeder {
|
|
734
|
-
private storageService;
|
|
735
|
-
seed(): Promise<void>;
|
|
736
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobDataSeeder, never>;
|
|
737
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCSchedulerJobDataSeeder>;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
|
|
741
|
-
private storageService;
|
|
742
|
-
seed(): Promise<void>;
|
|
743
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementRoleDataSeeder, never>;
|
|
744
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementRoleDataSeeder>;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
|
|
748
|
-
private storageService;
|
|
749
|
-
seed(): Promise<void>;
|
|
750
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementUserDataSeeder, never>;
|
|
751
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
declare const tenantsMock: AXPTenant[];
|
|
755
|
-
|
|
756
|
-
declare const applications: AXPApplication[];
|
|
757
|
-
|
|
758
|
-
declare const mockRoleDefinitions: {
|
|
759
|
-
id: string;
|
|
760
|
-
name: string;
|
|
761
|
-
title: string;
|
|
762
|
-
description: string;
|
|
763
|
-
permissions: never[];
|
|
764
|
-
}[];
|
|
765
|
-
|
|
766
|
-
interface AXCMockUserMockDto {
|
|
767
|
-
id: string;
|
|
768
|
-
username: string;
|
|
769
|
-
displayName: string;
|
|
770
|
-
partyId: string;
|
|
771
|
-
roleIds: string[];
|
|
772
|
-
roles: {
|
|
773
|
-
id: string;
|
|
774
|
-
title: string;
|
|
775
|
-
}[];
|
|
776
|
-
password: string;
|
|
777
|
-
}
|
|
778
|
-
declare const mockUsers: AXCMockUserMockDto[];
|
|
869
|
+
declare function findContactMethod(referenceId: string, type: string): string | undefined;
|
|
779
870
|
|
|
780
871
|
interface TaskType {
|
|
781
872
|
id: string;
|
|
@@ -850,6 +941,110 @@ interface TaskTemplate {
|
|
|
850
941
|
}
|
|
851
942
|
declare const TASK_TEMPLATES: TaskTemplate[];
|
|
852
943
|
|
|
944
|
+
type extraFields$1 = {
|
|
945
|
+
recievedDate: Date;
|
|
946
|
+
};
|
|
947
|
+
declare class AXPTaskBoardProjectManagementTaskProvider extends AXPWorkflowTaskProvider<extraFields$1> {
|
|
948
|
+
private calendarService;
|
|
949
|
+
private list;
|
|
950
|
+
get name(): string;
|
|
951
|
+
get title(): string;
|
|
952
|
+
get icon(): string;
|
|
953
|
+
/**
|
|
954
|
+
* Retrieves a list of tasks, applying all provided filters and pagination.
|
|
955
|
+
* @param options Filtering and pagination options.
|
|
956
|
+
* @returns A promise resolving to the paginated list of tasks and the total count of filtered tasks.
|
|
957
|
+
*/
|
|
958
|
+
getTasks(options?: AXPTaskFilter): Promise<{
|
|
959
|
+
items: AXPTask<extraFields$1>[];
|
|
960
|
+
total: number;
|
|
961
|
+
}>;
|
|
962
|
+
/**
|
|
963
|
+
* Updates one or more tasks in the provider's list.
|
|
964
|
+
* This method finds each task by its ID and applies the new properties from the input.
|
|
965
|
+
* It also automatically recalculates the `allDay` flag based on the task's duration.
|
|
966
|
+
* @param tasksToUpdate An array of task objects to update. Each object must have an `id`.
|
|
967
|
+
* @returns An array of the tasks that were successfully updated.
|
|
968
|
+
*/
|
|
969
|
+
updateTasks(tasksToUpdate: AXPTask<extraFields$1>[]): Promise<AXPTask<extraFields$1>[]>;
|
|
970
|
+
private isDurationMoreThan24Hours;
|
|
971
|
+
executeCommand(command: AXPExecuteCommand): Promise<AXPExecuteCommandResult>;
|
|
972
|
+
getActions(task?: AXPTask<extraFields$1>): Promise<AXPActionMenuItem[]>;
|
|
973
|
+
getExtraFields(): Promise<AXPExtraField[]>;
|
|
974
|
+
getStatuses(): Promise<AXPTaskStatus[]>;
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
type extraFields = {
|
|
978
|
+
recievedDate: Date;
|
|
979
|
+
};
|
|
980
|
+
declare class AXPTaskBoardPlatformManagementTaskProvider extends AXPWorkflowTaskProvider<extraFields> {
|
|
981
|
+
private calendarService;
|
|
982
|
+
private list;
|
|
983
|
+
get name(): string;
|
|
984
|
+
get title(): string;
|
|
985
|
+
get icon(): string;
|
|
986
|
+
/**
|
|
987
|
+
* Retrieves a list of tasks, applying all provided filters and pagination.
|
|
988
|
+
* @param options Filtering and pagination options.
|
|
989
|
+
* @returns A promise resolving to the paginated list of tasks and the total count of filtered tasks.
|
|
990
|
+
*/
|
|
991
|
+
getTasks(options?: AXPTaskFilter): Promise<{
|
|
992
|
+
items: AXPTask<extraFields>[];
|
|
993
|
+
total: number;
|
|
994
|
+
}>;
|
|
995
|
+
/**
|
|
996
|
+
* Updates one or more tasks in the provider's list.
|
|
997
|
+
* This method finds each task by its ID and applies the new properties from the input.
|
|
998
|
+
* It also automatically recalculates the `allDay` flag based on the task's duration.
|
|
999
|
+
* @param tasksToUpdate An array of task objects to update. Each object must have an `id`.
|
|
1000
|
+
* @returns An array of the tasks that were successfully updated.
|
|
1001
|
+
*/
|
|
1002
|
+
updateTasks(tasksToUpdate: AXPTask<extraFields>[]): Promise<AXPTask<extraFields>[]>;
|
|
1003
|
+
private isDurationMoreThan24Hours;
|
|
1004
|
+
executeCommand(command: AXPExecuteCommand): Promise<AXPExecuteCommandResult>;
|
|
1005
|
+
getActions(task?: AXPTask<extraFields>): Promise<AXPActionMenuItem[]>;
|
|
1006
|
+
getExtraFields(): Promise<AXPExtraField[]>;
|
|
1007
|
+
getStatuses(): Promise<AXPTaskStatus[]>;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
declare class AXCAppTermDataSeeder implements AXPDataSeeder {
|
|
1011
|
+
private storageService;
|
|
1012
|
+
seed(): Promise<void>;
|
|
1013
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppTermDataSeeder, never>;
|
|
1014
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppTermDataSeeder>;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
declare class AXMAiResponderService {
|
|
1018
|
+
private readonly geminiApiKey;
|
|
1019
|
+
getAIResponse(prompt: string): Promise<string>;
|
|
1020
|
+
private getRandomReply;
|
|
1021
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMAiResponderService, never>;
|
|
1022
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMAiResponderService>;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
declare class AXPMessageDataSeeder implements AXPDataSeeder {
|
|
1026
|
+
private storageService;
|
|
1027
|
+
private chatService;
|
|
1028
|
+
private chatRealtimeService;
|
|
1029
|
+
private commentService;
|
|
1030
|
+
private commentRealtimeService;
|
|
1031
|
+
private aiResponderService;
|
|
1032
|
+
private usersService;
|
|
1033
|
+
private sessionService;
|
|
1034
|
+
private userNameCache;
|
|
1035
|
+
private getUserName;
|
|
1036
|
+
seed(): Promise<void>;
|
|
1037
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPMessageDataSeeder, never>;
|
|
1038
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPMessageDataSeeder>;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
declare class AXPRoomDataSeeder implements AXPDataSeeder {
|
|
1042
|
+
private storageService;
|
|
1043
|
+
seed(): Promise<void>;
|
|
1044
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPRoomDataSeeder, never>;
|
|
1045
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPRoomDataSeeder>;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
853
1048
|
declare class AXCTextTemplateCategoryDataSeeder implements AXPDataSeeder {
|
|
854
1049
|
private storageService;
|
|
855
1050
|
seed(): Promise<void>;
|
|
@@ -871,6 +1066,549 @@ declare const TEXT_TEMPLATE_CATEGORY: {
|
|
|
871
1066
|
}[];
|
|
872
1067
|
declare const TEXT_TEMPLATES: AXMTextTemplateManagementTemplateEntityModel[];
|
|
873
1068
|
|
|
1069
|
+
declare class AXCMetaDataDefinitionDataSeeder implements AXPDataSeeder {
|
|
1070
|
+
private storageService;
|
|
1071
|
+
seed(): Promise<void>;
|
|
1072
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMetaDataDefinitionDataSeeder, never>;
|
|
1073
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCMetaDataDefinitionDataSeeder>;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
declare function generateRandomDashboard(): AXMCommonDashboardEntityModel;
|
|
1077
|
+
declare const DASHBOARDS: AXMCommonDashboardEntityModel[];
|
|
1078
|
+
|
|
1079
|
+
declare class AXPDashboardDataSeeder implements AXPDataSeeder {
|
|
1080
|
+
private storageService;
|
|
1081
|
+
seed(): Promise<void>;
|
|
1082
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDashboardDataSeeder, never>;
|
|
1083
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDashboardDataSeeder>;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
declare class AXMReportCategoryDataSeeder implements AXPDataSeeder {
|
|
1087
|
+
private storageService;
|
|
1088
|
+
seed(): Promise<void>;
|
|
1089
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportCategoryDataSeeder, never>;
|
|
1090
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportCategoryDataSeeder>;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
declare class AXMReportDefinitionDataSeeder implements AXPDataSeeder {
|
|
1094
|
+
private storageService;
|
|
1095
|
+
seed(): Promise<void>;
|
|
1096
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportDefinitionDataSeeder, never>;
|
|
1097
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportDefinitionDataSeeder>;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
|
|
1101
|
+
private readonly queryService;
|
|
1102
|
+
private readonly mockDataService;
|
|
1103
|
+
private readonly reportDataCache;
|
|
1104
|
+
private readonly CACHE_TTL_MS;
|
|
1105
|
+
private readonly DEFAULT_TOTAL_ITEMS;
|
|
1106
|
+
private readonly reportDefinitionService;
|
|
1107
|
+
constructor();
|
|
1108
|
+
execute(context: AXPLayoutExecutionContext): Promise<AXPExecutionReportCommandResult>;
|
|
1109
|
+
private generateLayoutData;
|
|
1110
|
+
private generateTableData;
|
|
1111
|
+
private generateChartData;
|
|
1112
|
+
private generateLayoutDataFromQuery;
|
|
1113
|
+
private buildQueryInput;
|
|
1114
|
+
private assignByPath;
|
|
1115
|
+
private normalizeTableQueryResult;
|
|
1116
|
+
private normalizeChartQueryResult;
|
|
1117
|
+
private applyAuditTrailFilters;
|
|
1118
|
+
private applyLoginLogsFilters;
|
|
1119
|
+
private applyChangePasswordLogsFilters;
|
|
1120
|
+
private applyIdentityErrorLogsFilters;
|
|
1121
|
+
private getCachedOrGenerateReportData;
|
|
1122
|
+
private generateCacheKey;
|
|
1123
|
+
private generateReportVersion;
|
|
1124
|
+
private isCacheValid;
|
|
1125
|
+
private clearExpiredCache;
|
|
1126
|
+
/**
|
|
1127
|
+
* Manually clear all cached report data (useful for debugging or forcing refresh)
|
|
1128
|
+
*/
|
|
1129
|
+
clearCache(): void;
|
|
1130
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportExecuteCommand, never>;
|
|
1131
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportExecuteCommand>;
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
/**
|
|
1135
|
+
* Provides mock data generation for reports, separated from execution concerns.
|
|
1136
|
+
*/
|
|
1137
|
+
declare class AXMReportMockDataService {
|
|
1138
|
+
/**
|
|
1139
|
+
* Generate mock data based on report title heuristics.
|
|
1140
|
+
*/
|
|
1141
|
+
generateMockDataForReport(reportDefinition: AXPReportDefinition, parameters: Record<string, unknown>, pageSize: number): Record<string, unknown>[];
|
|
1142
|
+
private generateAuditTrailData;
|
|
1143
|
+
private generateFinancialData;
|
|
1144
|
+
private generateIncomeData;
|
|
1145
|
+
private generateEmployeeData;
|
|
1146
|
+
private generateSalesData;
|
|
1147
|
+
private generateSafetyData;
|
|
1148
|
+
private generateGenericData;
|
|
1149
|
+
private getRandomPastDate;
|
|
1150
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportMockDataService, never>;
|
|
1151
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportMockDataService>;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
declare const calendarMock: ({
|
|
1155
|
+
id: string;
|
|
1156
|
+
name: string;
|
|
1157
|
+
title: string;
|
|
1158
|
+
description: string;
|
|
1159
|
+
calendarTypeId: string;
|
|
1160
|
+
calendarType: {
|
|
1161
|
+
id: string;
|
|
1162
|
+
title: string;
|
|
1163
|
+
};
|
|
1164
|
+
parentId: null;
|
|
1165
|
+
parent: null;
|
|
1166
|
+
weekends: string[];
|
|
1167
|
+
firstDayOfWeek: string;
|
|
1168
|
+
workingHours: {
|
|
1169
|
+
start: string;
|
|
1170
|
+
end: string;
|
|
1171
|
+
breakStart: string;
|
|
1172
|
+
breakEnd: string;
|
|
1173
|
+
};
|
|
1174
|
+
timeZone: string;
|
|
1175
|
+
isTemplate: boolean;
|
|
1176
|
+
isActive: boolean;
|
|
1177
|
+
order: number;
|
|
1178
|
+
notes: string;
|
|
1179
|
+
createdAt: Date;
|
|
1180
|
+
updatedAt: Date;
|
|
1181
|
+
scope?: undefined;
|
|
1182
|
+
scopeEntityId?: undefined;
|
|
1183
|
+
} | {
|
|
1184
|
+
id: string;
|
|
1185
|
+
name: string;
|
|
1186
|
+
title: string;
|
|
1187
|
+
description: string;
|
|
1188
|
+
calendarTypeId: string;
|
|
1189
|
+
calendarType: {
|
|
1190
|
+
id: string;
|
|
1191
|
+
title: string;
|
|
1192
|
+
};
|
|
1193
|
+
parentId: null;
|
|
1194
|
+
parent: null;
|
|
1195
|
+
scope: string;
|
|
1196
|
+
scopeEntityId: null;
|
|
1197
|
+
weekends: string[];
|
|
1198
|
+
firstDayOfWeek: string;
|
|
1199
|
+
workingHours: {
|
|
1200
|
+
start: string;
|
|
1201
|
+
end: string;
|
|
1202
|
+
breakStart: string;
|
|
1203
|
+
breakEnd: string;
|
|
1204
|
+
};
|
|
1205
|
+
timeZone: string;
|
|
1206
|
+
isTemplate: boolean;
|
|
1207
|
+
isActive: boolean;
|
|
1208
|
+
order: number;
|
|
1209
|
+
notes: string;
|
|
1210
|
+
createdAt: Date;
|
|
1211
|
+
updatedAt: Date;
|
|
1212
|
+
} | {
|
|
1213
|
+
id: string;
|
|
1214
|
+
name: string;
|
|
1215
|
+
title: string;
|
|
1216
|
+
description: string;
|
|
1217
|
+
calendarTypeId: string;
|
|
1218
|
+
calendarType: {
|
|
1219
|
+
id: string;
|
|
1220
|
+
title: string;
|
|
1221
|
+
};
|
|
1222
|
+
parentId: null;
|
|
1223
|
+
parent: null;
|
|
1224
|
+
scope: string;
|
|
1225
|
+
scopeEntityId: string;
|
|
1226
|
+
weekends: string[];
|
|
1227
|
+
firstDayOfWeek: string;
|
|
1228
|
+
workingHours: {
|
|
1229
|
+
start: string;
|
|
1230
|
+
end: string;
|
|
1231
|
+
breakStart: string;
|
|
1232
|
+
breakEnd: string;
|
|
1233
|
+
};
|
|
1234
|
+
timeZone: string;
|
|
1235
|
+
isTemplate: boolean;
|
|
1236
|
+
isActive: boolean;
|
|
1237
|
+
order: number;
|
|
1238
|
+
notes: string;
|
|
1239
|
+
createdAt: Date;
|
|
1240
|
+
updatedAt: Date;
|
|
1241
|
+
})[];
|
|
1242
|
+
|
|
1243
|
+
declare class AXCCalendarDataSeeder implements AXPDataSeeder {
|
|
1244
|
+
private readonly storageService;
|
|
1245
|
+
seed(): Promise<void>;
|
|
1246
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarDataSeeder, never>;
|
|
1247
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCCalendarDataSeeder>;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
declare const calendarEventMock: ({
|
|
1251
|
+
id: string;
|
|
1252
|
+
calendarId: string;
|
|
1253
|
+
calendar: {
|
|
1254
|
+
id: string;
|
|
1255
|
+
title: string;
|
|
1256
|
+
};
|
|
1257
|
+
title: string;
|
|
1258
|
+
description: string;
|
|
1259
|
+
typeId: string;
|
|
1260
|
+
type: _acorex_modules_calendar_management.AXMCalendarManagementCalendarEventTypeEntityModel;
|
|
1261
|
+
date: Date;
|
|
1262
|
+
isRecurring: boolean;
|
|
1263
|
+
recurrenceRule: string;
|
|
1264
|
+
isActive: boolean;
|
|
1265
|
+
order: number;
|
|
1266
|
+
createdAt: Date;
|
|
1267
|
+
updatedAt: Date;
|
|
1268
|
+
} | {
|
|
1269
|
+
id: string;
|
|
1270
|
+
calendarId: string;
|
|
1271
|
+
calendar: {
|
|
1272
|
+
id: string;
|
|
1273
|
+
title: string;
|
|
1274
|
+
};
|
|
1275
|
+
title: string;
|
|
1276
|
+
description: string;
|
|
1277
|
+
typeId: string;
|
|
1278
|
+
type: _acorex_modules_calendar_management.AXMCalendarManagementCalendarEventTypeEntityModel;
|
|
1279
|
+
date: Date;
|
|
1280
|
+
isRecurring: boolean;
|
|
1281
|
+
recurrenceRule: null;
|
|
1282
|
+
isActive: boolean;
|
|
1283
|
+
order: number;
|
|
1284
|
+
createdAt: Date;
|
|
1285
|
+
updatedAt: Date;
|
|
1286
|
+
})[];
|
|
1287
|
+
|
|
1288
|
+
declare class AXCCalendarEventDataSeeder implements AXPDataSeeder {
|
|
1289
|
+
private readonly storageService;
|
|
1290
|
+
seed(): Promise<void>;
|
|
1291
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCalendarEventDataSeeder, never>;
|
|
1292
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCCalendarEventDataSeeder>;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
declare const calendarEventTypeMockData: AXMCalendarManagementCalendarEventTypeEntityModel[];
|
|
1296
|
+
|
|
1297
|
+
declare class AXMCalendarEventTypeSeeder implements AXPDataSeeder {
|
|
1298
|
+
private readonly storageService;
|
|
1299
|
+
seed(): Promise<void>;
|
|
1300
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMCalendarEventTypeSeeder, never>;
|
|
1301
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMCalendarEventTypeSeeder>;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
declare const meetingIds: {
|
|
1305
|
+
dailyStandup1: string;
|
|
1306
|
+
dailyStandup2: string;
|
|
1307
|
+
projectReview1: string;
|
|
1308
|
+
};
|
|
1309
|
+
declare const meetingMock: ({
|
|
1310
|
+
id: string;
|
|
1311
|
+
title: string;
|
|
1312
|
+
meetingNotes: string;
|
|
1313
|
+
meetingType: {
|
|
1314
|
+
id: string;
|
|
1315
|
+
title: string;
|
|
1316
|
+
};
|
|
1317
|
+
meetingProviderType: string;
|
|
1318
|
+
isRecorded: boolean;
|
|
1319
|
+
mettingStatus: string;
|
|
1320
|
+
isFullysignedOff: boolean;
|
|
1321
|
+
meetingLocationId: {
|
|
1322
|
+
id: string;
|
|
1323
|
+
title: string;
|
|
1324
|
+
};
|
|
1325
|
+
joinUrl?: undefined;
|
|
1326
|
+
hostUrl?: undefined;
|
|
1327
|
+
} | {
|
|
1328
|
+
id: string;
|
|
1329
|
+
title: string;
|
|
1330
|
+
meetingNotes: string;
|
|
1331
|
+
meetingType: {
|
|
1332
|
+
id: string;
|
|
1333
|
+
title: string;
|
|
1334
|
+
};
|
|
1335
|
+
meetingProviderType: string;
|
|
1336
|
+
joinUrl: string;
|
|
1337
|
+
hostUrl: string;
|
|
1338
|
+
isRecorded: boolean;
|
|
1339
|
+
mettingStatus: string;
|
|
1340
|
+
isFullysignedOff: boolean;
|
|
1341
|
+
meetingLocationId?: undefined;
|
|
1342
|
+
} | {
|
|
1343
|
+
id: string;
|
|
1344
|
+
title: string;
|
|
1345
|
+
meetingNotes: string;
|
|
1346
|
+
meetingType: {
|
|
1347
|
+
id: string;
|
|
1348
|
+
title: string;
|
|
1349
|
+
};
|
|
1350
|
+
meetingProviderType: string;
|
|
1351
|
+
joinUrl: string;
|
|
1352
|
+
hostUrl: string;
|
|
1353
|
+
isRecorded: boolean;
|
|
1354
|
+
mettingStatus: string;
|
|
1355
|
+
isFullysignedOff: boolean;
|
|
1356
|
+
meetingLocationId: {
|
|
1357
|
+
id: string;
|
|
1358
|
+
title: string;
|
|
1359
|
+
};
|
|
1360
|
+
})[];
|
|
1361
|
+
|
|
1362
|
+
declare class AXMMeetingDataSeeder implements AXPDataSeeder {
|
|
1363
|
+
private readonly storageService;
|
|
1364
|
+
seed(): Promise<void>;
|
|
1365
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingDataSeeder, never>;
|
|
1366
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingDataSeeder>;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
declare const meetingTypeMock: {
|
|
1370
|
+
id: string;
|
|
1371
|
+
title: string;
|
|
1372
|
+
}[];
|
|
1373
|
+
|
|
1374
|
+
declare class AXMMeetingTypeDataSeeder implements AXPDataSeeder {
|
|
1375
|
+
private readonly storageService;
|
|
1376
|
+
seed(): Promise<void>;
|
|
1377
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingTypeDataSeeder, never>;
|
|
1378
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingTypeDataSeeder>;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
declare const meetingParticipantMock: ({
|
|
1382
|
+
id: string;
|
|
1383
|
+
meetingId: string;
|
|
1384
|
+
userId: {
|
|
1385
|
+
id: string;
|
|
1386
|
+
title: string;
|
|
1387
|
+
};
|
|
1388
|
+
jointime: Date;
|
|
1389
|
+
leaveTime: Date;
|
|
1390
|
+
duration: number;
|
|
1391
|
+
signOffAt: Date;
|
|
1392
|
+
participantStatus: string;
|
|
1393
|
+
meetingRoleTypeIds: {
|
|
1394
|
+
id: string;
|
|
1395
|
+
title: string;
|
|
1396
|
+
};
|
|
1397
|
+
} | {
|
|
1398
|
+
id: string;
|
|
1399
|
+
meetingId: string;
|
|
1400
|
+
userId: {
|
|
1401
|
+
id: string;
|
|
1402
|
+
title: string;
|
|
1403
|
+
};
|
|
1404
|
+
jointime: Date;
|
|
1405
|
+
leaveTime: null;
|
|
1406
|
+
duration: number;
|
|
1407
|
+
signOffAt: null;
|
|
1408
|
+
participantStatus: string;
|
|
1409
|
+
meetingRoleTypeIds: {
|
|
1410
|
+
id: string;
|
|
1411
|
+
title: string;
|
|
1412
|
+
};
|
|
1413
|
+
})[];
|
|
1414
|
+
|
|
1415
|
+
declare class AXMMeetingParticipantDataSeeder implements AXPDataSeeder {
|
|
1416
|
+
private readonly storageService;
|
|
1417
|
+
seed(): Promise<void>;
|
|
1418
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingParticipantDataSeeder, never>;
|
|
1419
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingParticipantDataSeeder>;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
declare const meetingSessionMock: ({
|
|
1423
|
+
id: string;
|
|
1424
|
+
meetingId: string;
|
|
1425
|
+
title: string;
|
|
1426
|
+
scheduleDate: Date;
|
|
1427
|
+
startTime: Date;
|
|
1428
|
+
endTime: Date;
|
|
1429
|
+
actualDate: Date;
|
|
1430
|
+
actualStartTime: Date;
|
|
1431
|
+
actualEndTime: Date;
|
|
1432
|
+
} | {
|
|
1433
|
+
id: string;
|
|
1434
|
+
meetingId: string;
|
|
1435
|
+
title: string;
|
|
1436
|
+
scheduleDate: Date;
|
|
1437
|
+
startTime: Date;
|
|
1438
|
+
endTime: Date;
|
|
1439
|
+
actualDate: Date;
|
|
1440
|
+
actualStartTime: Date;
|
|
1441
|
+
actualEndTime?: undefined;
|
|
1442
|
+
} | {
|
|
1443
|
+
id: string;
|
|
1444
|
+
meetingId: string;
|
|
1445
|
+
title: string;
|
|
1446
|
+
scheduleDate: Date;
|
|
1447
|
+
startTime: Date;
|
|
1448
|
+
endTime: Date;
|
|
1449
|
+
actualDate?: undefined;
|
|
1450
|
+
actualStartTime?: undefined;
|
|
1451
|
+
actualEndTime?: undefined;
|
|
1452
|
+
})[];
|
|
1453
|
+
|
|
1454
|
+
declare class AXMMeetingSessionDataSeeder implements AXPDataSeeder {
|
|
1455
|
+
private readonly storageService;
|
|
1456
|
+
seed(): Promise<void>;
|
|
1457
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingSessionDataSeeder, never>;
|
|
1458
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingSessionDataSeeder>;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
declare const meetingTimeSlotMock: ({
|
|
1462
|
+
id: string;
|
|
1463
|
+
meetingId: string;
|
|
1464
|
+
scheduleDate: Date;
|
|
1465
|
+
startTime: Date;
|
|
1466
|
+
endTime: Date;
|
|
1467
|
+
actualDate: Date;
|
|
1468
|
+
actualStartTime: Date;
|
|
1469
|
+
actualEndTime: Date;
|
|
1470
|
+
} | {
|
|
1471
|
+
id: string;
|
|
1472
|
+
meetingId: string;
|
|
1473
|
+
scheduleDate: Date;
|
|
1474
|
+
startTime: Date;
|
|
1475
|
+
endTime: Date;
|
|
1476
|
+
actualDate: Date;
|
|
1477
|
+
actualStartTime: Date;
|
|
1478
|
+
actualEndTime?: undefined;
|
|
1479
|
+
} | {
|
|
1480
|
+
id: string;
|
|
1481
|
+
meetingId: string;
|
|
1482
|
+
scheduleDate: Date;
|
|
1483
|
+
startTime: Date;
|
|
1484
|
+
endTime: Date;
|
|
1485
|
+
actualDate?: undefined;
|
|
1486
|
+
actualStartTime?: undefined;
|
|
1487
|
+
actualEndTime?: undefined;
|
|
1488
|
+
})[];
|
|
1489
|
+
|
|
1490
|
+
declare const meetingFilesMock: {
|
|
1491
|
+
id: string;
|
|
1492
|
+
meetingId: string;
|
|
1493
|
+
documentId: string;
|
|
1494
|
+
description: string;
|
|
1495
|
+
}[];
|
|
1496
|
+
|
|
1497
|
+
declare class AXMMeetingFilesDataSeeder implements AXPDataSeeder {
|
|
1498
|
+
private readonly storageService;
|
|
1499
|
+
seed(): Promise<void>;
|
|
1500
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingFilesDataSeeder, never>;
|
|
1501
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingFilesDataSeeder>;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
declare const participantIds: {
|
|
1505
|
+
participant1: string;
|
|
1506
|
+
participant2: string;
|
|
1507
|
+
participant3: string;
|
|
1508
|
+
participant4: string;
|
|
1509
|
+
participant5: string;
|
|
1510
|
+
participant6: string;
|
|
1511
|
+
participant7: string;
|
|
1512
|
+
participant8: string;
|
|
1513
|
+
participant9: string;
|
|
1514
|
+
};
|
|
1515
|
+
declare const meetingRoleTypeMock: {
|
|
1516
|
+
id: string;
|
|
1517
|
+
title: string;
|
|
1518
|
+
meetingParticipantId: string;
|
|
1519
|
+
}[];
|
|
1520
|
+
|
|
1521
|
+
declare class AXMMeetingRoleTypeDataSeeder implements AXPDataSeeder {
|
|
1522
|
+
private readonly storageService;
|
|
1523
|
+
seed(): Promise<void>;
|
|
1524
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingRoleTypeDataSeeder, never>;
|
|
1525
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingRoleTypeDataSeeder>;
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
declare const meetingTypeFileTemplateMock: ({
|
|
1529
|
+
id: string;
|
|
1530
|
+
title: string;
|
|
1531
|
+
templateId: string;
|
|
1532
|
+
typeId: string;
|
|
1533
|
+
} | {
|
|
1534
|
+
id: string;
|
|
1535
|
+
title: string;
|
|
1536
|
+
templateId: string;
|
|
1537
|
+
typeId: {
|
|
1538
|
+
id: string;
|
|
1539
|
+
title: string;
|
|
1540
|
+
};
|
|
1541
|
+
})[];
|
|
1542
|
+
|
|
1543
|
+
declare class AXMMeetingTypeFileTemplateDataSeeder implements AXPDataSeeder {
|
|
1544
|
+
private readonly storageService;
|
|
1545
|
+
seed(): Promise<void>;
|
|
1546
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMMeetingTypeFileTemplateDataSeeder, never>;
|
|
1547
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMMeetingTypeFileTemplateDataSeeder>;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
declare class AXCSchedulerJobDataSeeder implements AXPDataSeeder {
|
|
1551
|
+
private storageService;
|
|
1552
|
+
seed(): Promise<void>;
|
|
1553
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobDataSeeder, never>;
|
|
1554
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCSchedulerJobDataSeeder>;
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
declare class AXCLockService implements AXPLockService {
|
|
1558
|
+
private className;
|
|
1559
|
+
private db;
|
|
1560
|
+
constructor();
|
|
1561
|
+
private get lockTable();
|
|
1562
|
+
protected entityName: string;
|
|
1563
|
+
/**
|
|
1564
|
+
* Cache Time-To-Live in milliseconds. Default is 5 seconds but can be overridden
|
|
1565
|
+
* at runtime using {@link setCacheDuration}.
|
|
1566
|
+
*/
|
|
1567
|
+
private cacheTTL;
|
|
1568
|
+
/** In-memory cache for lock information. */
|
|
1569
|
+
private readonly cacheMap;
|
|
1570
|
+
/** Reference to the recurring cache-flush timer. */
|
|
1571
|
+
private cacheTimer;
|
|
1572
|
+
/**
|
|
1573
|
+
* Generates a unique cache key based on the lock request parameters.
|
|
1574
|
+
*/
|
|
1575
|
+
private getCacheKey;
|
|
1576
|
+
/**
|
|
1577
|
+
* Starts or restarts the interval that clears the cache.
|
|
1578
|
+
*/
|
|
1579
|
+
private startCacheTimer;
|
|
1580
|
+
/**
|
|
1581
|
+
* Allows consumers to change the cache duration (in milliseconds) at runtime.
|
|
1582
|
+
* The new duration is applied immediately.
|
|
1583
|
+
*/
|
|
1584
|
+
setCacheDuration(ms: number): void;
|
|
1585
|
+
lock(request: AXPLockRequest): Promise<AXPLockInfo>;
|
|
1586
|
+
unlock(request: AXPUnLockRequest): Promise<void>;
|
|
1587
|
+
check(request: AXPLockGetInfoRequest): Promise<boolean>;
|
|
1588
|
+
getInfo(request: AXPLockGetInfoRequest): Promise<AXPLockInfo>;
|
|
1589
|
+
getItems(request: AXPLockGetInfoRequest): Promise<AXPLockInfo[]>;
|
|
1590
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLockService, never>;
|
|
1591
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCLockService>;
|
|
1592
|
+
}
|
|
1593
|
+
|
|
1594
|
+
declare class AXCFileStorageService implements AXPFileStorageService {
|
|
1595
|
+
private fileService;
|
|
1596
|
+
private mapToFileStorageInfo;
|
|
1597
|
+
save(request: AXPFileStorageCreateRequest): Promise<AXPFileStorageInfo>;
|
|
1598
|
+
commit(fileId: string): Promise<void>;
|
|
1599
|
+
markForDeletion(fileId: string): Promise<void>;
|
|
1600
|
+
update(request: AXPFileStorageUpdateRequest): Promise<AXPFileStorageInfo>;
|
|
1601
|
+
find(request: AXPFileStorageFindRequest): Promise<AXPFileStorageInfo[]>;
|
|
1602
|
+
getInfo(fileId: string): Promise<AXPFileStorageInfo>;
|
|
1603
|
+
remove(fileId: string): Promise<void>;
|
|
1604
|
+
private cleanupTemporaryFiles;
|
|
1605
|
+
private cleanupMarkedFiles;
|
|
1606
|
+
constructor();
|
|
1607
|
+
findMany(ids: string[]): Promise<AXPFileManyStorageInfo[]>;
|
|
1608
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFileStorageService, never>;
|
|
1609
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCFileStorageService>;
|
|
1610
|
+
}
|
|
1611
|
+
|
|
874
1612
|
interface AXPRuleRow extends AXPIdentifierRule {
|
|
875
1613
|
}
|
|
876
1614
|
interface AXPSeqRow {
|
|
@@ -978,5 +1716,5 @@ declare const mergeDetailRelationMiddleware: AXPEntityStorageMiddleware;
|
|
|
978
1716
|
|
|
979
1717
|
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
980
1718
|
|
|
981
|
-
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule,
|
|
982
|
-
export type { AXCBranchMockDto, AXCDepartmentMockDto, AXCDivisionMockDto, AXCPositionAssignmentMockDto, AXCTeamMockDto, AXPLogRow, AXPRuleRow, AXPSeqRow, MockUserPassCredentials, Task, TaskStatus, TaskTemplate, TaskType };
|
|
1719
|
+
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppTermDataSeeder, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCalendarDataSeeder, AXCCalendarEventDataSeeder, AXCCalendarManagementMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCContentManagementMockModule, AXCConversationMockModule, AXCCustomerManagementMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDexieEntityStorageService, AXCDocumentManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCGoogleStrategyMock, AXCHelpDeskMockModule, AXCHumanCapitalManagementMockModule, AXCIdentifierManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCMeetingManagementMockModule, AXCMetaDataDefinitionDataSeeder, AXCMiddlewaresModule, AXCMockEntityLogListener, AXCMockModule, AXCNotificationManagementMockModule, AXCOrganizationManagementMockModule, AXCPartyManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXCUserPassStrategyMock, AXCWorkflowManagementMockModule, AXMAiResponderService, AXMBranchDataSeeder, AXMCalendarEventTypeSeeder, AXMDepartmentDataSeeder, AXMDivisionDataSeeder, AXMEmployeeDataSeeder, AXMEmployeeSkillDataSeeder, AXMEmployeeSkillsCategoryProvider, AXMEmployeeSkillsReportDefinitionProvider, AXMEmploymentTypeDataSeeder, AXMIndustryDataSeeder, AXMMeetingDataSeeder, AXMMeetingFilesDataSeeder, AXMMeetingParticipantDataSeeder, AXMMeetingRoleTypeDataSeeder, AXMMeetingSessionDataSeeder, AXMMeetingTypeDataSeeder, AXMMeetingTypeFileTemplateDataSeeder, AXMOrgChartDataSeeder, AXMPositionAssignmentDataSeeder, AXMPositionDataSeeder, AXMReportCategoryDataSeeder, AXMReportDefinitionDataSeeder, AXMReportExecuteCommand, AXMReportMockDataService, AXMResponsibilityDataSeeder, AXMRoleDataSeeder, AXMSkillDataSeeder, AXMSkillLevelDataSeeder, AXMTeamDataSeeder, AXM_EMPLOYEE_SKILLS_CATEGORY_PROVIDER, AXM_EMPLOYEE_SKILLS_DEFINITION_PROVIDER, AXPDashboardDataSeeder, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPTaskBoardPlatformManagementTaskProvider, AXPTaskBoardProjectManagementTaskProvider, AXQEmployeeSkillsLevelPercentagesQuery, AXQEmployeeSkillsLevelsQuery, AXQEmployeeSkillsListQuery, AXQEmployeeSkillsSkillPercentagesQuery, AXQEmployeeSkillsStatsQuery, AXQEmployeeSkillsTrendQuery, BRANCHES_MOCK, DASHBOARDS, DEPARTMENTS_MOCK, DIVISIONS_MOCK, EDITIONS, EMPLOYEES_MOCK, EMPLOYEE_SKILLS_MOCK, EMPLOYMENT_TYPES_MOCK, ENTITIES, FEATURES, GLOBAL_VARIABLES, INDUSTRIAL_COMPANY_ORGANIZATION, MODULES, PERMISSIONS, POSITIONS_CATEGORY_MOCK, POSITIONS_MOCK, POSITION_ASSIGNMENTS_MOCK, PROPERTIES, RESPONSIBILITIES_CATEGORY_MOCK, RESPONSIBILITIES_MOCK, ROLES_CATEGORY_MOCK, ROLES_MOCK, SKILLS_CATEGORY_MOCK, SKILLS_MOCK, SKILL_LEVELS_MOCK, SOFTWARE_COMPANY_ORGANIZATION, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEAMS_MOCK, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, applications, auditLoggerMiddleware, calendarEventMock, calendarEventTypeMockData, calendarMock, createFileCastMiddleware, findContactMethod, findEmployeeById, findPartyById, generateRandomDashboard, identifierCommitMiddleware, meetingFilesMock, meetingIds, meetingMock, meetingParticipantMock, meetingRoleTypeMock, meetingSessionMock, meetingTimeSlotMock, meetingTypeFileTemplateMock, meetingTypeMock, mergeDetailRelationMiddleware, mockRoleDefinitions, mockUsers, participantIds, tenantsMock };
|
|
1720
|
+
export type { AXCBranchMockDto, AXCDepartmentMockDto, AXCDivisionMockDto, AXCEmployeeSkillMockDto, AXCPositionAssignmentMockDto, AXCSkillLevelMockDto, AXCTeamMockDto, AXPLogRow, AXPRuleRow, AXPSeqRow, MockUserPassCredentials, PartyMockData, PositionMockDto, ResponsibilityMockDto, RoleMockDto, SkillMockDto, Task, TaskStatus, TaskTemplate, TaskType };
|