@acorex/connectivity 20.2.4-next.9 → 20.3.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/acorex-connectivity-api.mjs +0 -8
- package/fesm2022/acorex-connectivity-api.mjs.map +1 -1
- package/fesm2022/acorex-connectivity-mock.mjs +10398 -17694
- package/fesm2022/acorex-connectivity-mock.mjs.map +1 -1
- package/mock/index.d.ts +504 -1429
- package/package.json +3 -2
- package/fesm2022/acorex-connectivity-mock-category-with-items.query-72bKFWcj.mjs +0 -86
- package/fesm2022/acorex-connectivity-mock-category-with-items.query-72bKFWcj.mjs.map +0 -1
package/mock/index.d.ts
CHANGED
|
@@ -1,297 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AXPDataSeeder, AXPEntityStorageService, AXPEntityDefinitionRegistryService, AXPEntityStorageWithMiddlewareService } from '@acorex/platform/layout/entity';
|
|
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 } from '@acorex/platform/common';
|
|
5
|
+
import { AXMCommonDashboardEntityModel } from '@acorex/modules/dashboard-management';
|
|
6
|
+
import { AXMMetaDataDefinitionCategoryServiceImpl, AXMMetaDataDefinitionService, AXMMetaDataDefinitionCategoryWithItemsEntityModel, AXMMetaDataDefinitionCategoryEntityModel } from '@acorex/modules/data-management';
|
|
7
|
+
import { AXPEntityEventDispatcherService, AXPQueryRequest, AXPPagedListResult, AXPAppStartUpService } from '@acorex/platform/core';
|
|
8
|
+
import * as dexie from 'dexie';
|
|
9
|
+
import dexie__default, { Table } from 'dexie';
|
|
4
10
|
import * as _acorex_platform_auth from '@acorex/platform/auth';
|
|
5
|
-
import {
|
|
6
|
-
import * as i1 from '@acorex/platform/runtime';
|
|
7
|
-
import { AXPQuery } from '@acorex/platform/runtime';
|
|
8
|
-
import { Router } from '@angular/router';
|
|
11
|
+
import { AXPSessionService, AXPAuthStrategy, AXPBaseCredentials, AXPSessionContext, AXPSignInResult } from '@acorex/platform/auth';
|
|
9
12
|
import { AXMAuthConfigs } from '@acorex/modules/auth';
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import {
|
|
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';
|
|
13
|
+
import { Router } from '@angular/router';
|
|
14
|
+
import * as i1 from '@acorex/platform/runtime';
|
|
15
|
+
import { AXPReportCategory, AXPReportDefinition, AXPExecutionReportCommand, AXPLayoutExecutionContext, AXPExecutionReportCommandResult } from '@acorex/modules/report-management';
|
|
16
16
|
import { AXMTextTemplateManagementTemplateEntityModel } from '@acorex/modules/text-template-management';
|
|
17
|
-
import {
|
|
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';
|
|
21
|
-
import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult, AXPIdentifierPeekResult } from '@acorex/modules/identifier-management';
|
|
22
|
-
|
|
23
|
-
declare class AXCCommonMockModule {
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCommonMockModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCommonMockModule, never, never, never>;
|
|
26
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCCommonMockModule>;
|
|
27
|
-
}
|
|
28
|
-
|
|
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>;
|
|
33
|
-
}
|
|
34
|
-
|
|
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>;
|
|
39
|
-
}
|
|
40
|
-
|
|
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
|
-
}
|
|
52
|
-
|
|
53
|
-
declare class AXCContactManagementMockModule {
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCContactManagementMockModule, never>;
|
|
55
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContactManagementMockModule, never, never, never>;
|
|
56
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCContactManagementMockModule>;
|
|
57
|
-
}
|
|
58
|
-
|
|
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>;
|
|
63
|
-
}
|
|
64
|
-
|
|
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>;
|
|
69
|
-
}
|
|
70
|
-
|
|
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>;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
declare class AXCConversationMockModule {
|
|
78
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockModule, never>;
|
|
79
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCConversationMockModule, never, never, never>;
|
|
80
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCConversationMockModule>;
|
|
81
|
-
}
|
|
82
|
-
|
|
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
|
-
}
|
|
88
|
-
|
|
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>;
|
|
93
|
-
}
|
|
94
|
-
|
|
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>;
|
|
99
|
-
}
|
|
100
|
-
|
|
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>;
|
|
105
|
-
}
|
|
106
|
-
|
|
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>;
|
|
111
|
-
}
|
|
112
|
-
|
|
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>;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
declare class AXCDocumentManagementMockModule {
|
|
132
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCDocumentManagementMockModule, never>;
|
|
133
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDocumentManagementMockModule, never, never, never>;
|
|
134
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCDocumentManagementMockModule>;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
declare class AXCHelpDeskMockModule {
|
|
138
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCHelpDeskMockModule, never>;
|
|
139
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHelpDeskMockModule, never, never, never>;
|
|
140
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCHelpDeskMockModule>;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
declare class AXCLogManagementMockModule {
|
|
144
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogManagementMockModule, never>;
|
|
145
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLogManagementMockModule, never, never, never>;
|
|
146
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLogManagementMockModule>;
|
|
147
|
-
}
|
|
148
|
-
|
|
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>;
|
|
153
|
-
}
|
|
154
|
-
|
|
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>;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
declare class AXCWorkflowManagementMockModule {
|
|
162
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowManagementMockModule, never>;
|
|
163
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCWorkflowManagementMockModule, never, never, never>;
|
|
164
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCWorkflowManagementMockModule>;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
declare class AXCNotificationManagementMockModule {
|
|
168
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCNotificationManagementMockModule, never>;
|
|
169
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCNotificationManagementMockModule, never, never, never>;
|
|
170
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCNotificationManagementMockModule>;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
declare class AXCTaskManagementMockModule {
|
|
174
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTaskManagementMockModule, never>;
|
|
175
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTaskManagementMockModule, never, never, never>;
|
|
176
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTaskManagementMockModule>;
|
|
177
|
-
}
|
|
178
|
-
|
|
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>;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
declare class AXCContentManagementMockModule {
|
|
186
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCContentManagementMockModule, never>;
|
|
187
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContentManagementMockModule, never, never, never>;
|
|
188
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCContentManagementMockModule>;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
declare class AXCIdentifierManagementMockModule {
|
|
192
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCIdentifierManagementMockModule, never>;
|
|
193
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCIdentifierManagementMockModule, never, never, never>;
|
|
194
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCIdentifierManagementMockModule>;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
declare class AXCMeetingManagementMockModule {
|
|
198
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMeetingManagementMockModule, never>;
|
|
199
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMeetingManagementMockModule, never, never, never>;
|
|
200
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMeetingManagementMockModule>;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
declare class AXCCustomerManagementMockModule {
|
|
204
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCustomerManagementMockModule, never>;
|
|
205
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCustomerManagementMockModule, never, never, never>;
|
|
206
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCCustomerManagementMockModule>;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
declare class AXCMiddlewaresModule {
|
|
210
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMiddlewaresModule, never>;
|
|
211
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMiddlewaresModule, never, never, never>;
|
|
212
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMiddlewaresModule>;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
declare class AXCMockModule {
|
|
216
|
-
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
217
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
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>;
|
|
219
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
interface MockUserPassCredentials extends AXPBaseCredentials {
|
|
223
|
-
username: string;
|
|
224
|
-
password: string;
|
|
225
|
-
}
|
|
226
|
-
declare class AXCUserPassStrategyMock extends AXPAuthStrategy {
|
|
227
|
-
tenantLoader: _acorex_platform_auth.AXPTenantLoader;
|
|
228
|
-
applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
|
|
229
|
-
router: Router;
|
|
230
|
-
constructor();
|
|
231
|
-
private entityRegistery;
|
|
232
|
-
private deviceSessionsService;
|
|
233
|
-
get name(): string;
|
|
234
|
-
signin(credentials: MockUserPassCredentials): Promise<AXPSignInResult>;
|
|
235
|
-
private createDeviceSession;
|
|
236
|
-
private getDeviceName;
|
|
237
|
-
private getOperatingSystem;
|
|
238
|
-
private getBrowser;
|
|
239
|
-
signout(): Promise<void>;
|
|
240
|
-
refreshToken(context: AXPSessionContext): Promise<AXPSignInResult>;
|
|
241
|
-
updateToken(params: {
|
|
242
|
-
[key: string]: any;
|
|
243
|
-
}): Promise<AXPSignInResult>;
|
|
244
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCUserPassStrategyMock, never>;
|
|
245
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCUserPassStrategyMock>;
|
|
246
|
-
}
|
|
247
|
-
|
|
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
|
-
}
|
|
17
|
+
import { AXPIdentifierRule, AXPClockProvider, AXPChecksumProvider, AXPPolicyProvider, AXPLookupProvider, AXPSequenceProvider, AXPIdentifierService, AXPIdentifierRequest, AXPIdentifierResult } from '@acorex/modules/identifier-management';
|
|
295
18
|
|
|
296
19
|
declare const APPLICATIONS: {
|
|
297
20
|
id: string;
|
|
@@ -368,1246 +91,630 @@ declare class AXCApplicationTemplateDataSeeder implements AXPDataSeeder {
|
|
|
368
91
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXCApplicationTemplateDataSeeder>;
|
|
369
92
|
}
|
|
370
93
|
|
|
371
|
-
declare class
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppVersionDataSeeder, never>;
|
|
376
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppVersionDataSeeder>;
|
|
94
|
+
declare class AXCApplicationManagementMockModule {
|
|
95
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCApplicationManagementMockModule, never>;
|
|
96
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCApplicationManagementMockModule, never, never, never>;
|
|
97
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCApplicationManagementMockModule>;
|
|
377
98
|
}
|
|
378
99
|
|
|
379
|
-
declare class
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
static
|
|
383
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCGlobalVariablesDataSeeder>;
|
|
100
|
+
declare class AXCAuthMockModule {
|
|
101
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAuthMockModule, never>;
|
|
102
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCAuthMockModule, never, never, never>;
|
|
103
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCAuthMockModule>;
|
|
384
104
|
}
|
|
385
105
|
|
|
386
|
-
declare
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
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>;
|
|
106
|
+
declare class AXCCommonMockModule {
|
|
107
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCCommonMockModule, never>;
|
|
108
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCCommonMockModule, never, never, never>;
|
|
109
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCCommonMockModule>;
|
|
399
110
|
}
|
|
400
111
|
|
|
401
|
-
declare class
|
|
402
|
-
private
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
112
|
+
declare class AXCLockService implements AXPLockService {
|
|
113
|
+
private className;
|
|
114
|
+
private db;
|
|
115
|
+
constructor();
|
|
116
|
+
private get lockTable();
|
|
117
|
+
protected entityName: string;
|
|
118
|
+
/**
|
|
119
|
+
* Cache Time-To-Live in milliseconds. Default is 5 seconds but can be overridden
|
|
120
|
+
* at runtime using {@link setCacheDuration}.
|
|
121
|
+
*/
|
|
122
|
+
private cacheTTL;
|
|
123
|
+
/** In-memory cache for lock information. */
|
|
124
|
+
private readonly cacheMap;
|
|
125
|
+
/** Reference to the recurring cache-flush timer. */
|
|
126
|
+
private cacheTimer;
|
|
127
|
+
/**
|
|
128
|
+
* Generates a unique cache key based on the lock request parameters.
|
|
129
|
+
*/
|
|
130
|
+
private getCacheKey;
|
|
131
|
+
/**
|
|
132
|
+
* Starts or restarts the interval that clears the cache.
|
|
133
|
+
*/
|
|
134
|
+
private startCacheTimer;
|
|
135
|
+
/**
|
|
136
|
+
* Allows consumers to change the cache duration (in milliseconds) at runtime.
|
|
137
|
+
* The new duration is applied immediately.
|
|
138
|
+
*/
|
|
139
|
+
setCacheDuration(ms: number): void;
|
|
140
|
+
lock(request: AXPLockRequest): Promise<AXPLockInfo>;
|
|
141
|
+
unlock(request: AXPUnLockRequest): Promise<void>;
|
|
142
|
+
check(request: AXPLockGetInfoRequest): Promise<boolean>;
|
|
143
|
+
getInfo(request: AXPLockGetInfoRequest): Promise<AXPLockInfo>;
|
|
144
|
+
getItems(request: AXPLockGetInfoRequest): Promise<AXPLockInfo[]>;
|
|
145
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLockService, never>;
|
|
146
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCLockService>;
|
|
406
147
|
}
|
|
407
148
|
|
|
408
|
-
declare
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
149
|
+
declare class AXCFileStorageService implements AXPFileStorageService {
|
|
150
|
+
private fileService;
|
|
151
|
+
private mapToFileStorageInfo;
|
|
152
|
+
save(request: AXPFileStorageCreateRequest): Promise<AXPFileStorageInfo>;
|
|
153
|
+
commit(fileId: string): Promise<void>;
|
|
154
|
+
markForDeletion(fileId: string): Promise<void>;
|
|
155
|
+
update(request: AXPFileStorageUpdateRequest): Promise<AXPFileStorageInfo>;
|
|
156
|
+
find(request: AXPFileStorageFindRequest): Promise<AXPFileStorageInfo[]>;
|
|
157
|
+
getInfo(fileId: string): Promise<AXPFileStorageInfo>;
|
|
158
|
+
remove(fileId: string): Promise<void>;
|
|
159
|
+
private cleanupTemporaryFiles;
|
|
160
|
+
private cleanupMarkedFiles;
|
|
161
|
+
constructor();
|
|
162
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFileStorageService, never>;
|
|
163
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCFileStorageService>;
|
|
164
|
+
}
|
|
419
165
|
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
partyId: string;
|
|
425
|
-
roleIds: string[];
|
|
426
|
-
roles: {
|
|
427
|
-
id: string;
|
|
428
|
-
title: string;
|
|
429
|
-
}[];
|
|
430
|
-
password: string;
|
|
166
|
+
declare class AXCContactManagementMockModule {
|
|
167
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCContactManagementMockModule, never>;
|
|
168
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContactManagementMockModule, never, never, never>;
|
|
169
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCContactManagementMockModule>;
|
|
431
170
|
}
|
|
432
|
-
declare const mockUsers: AXCMockUserMockDto[];
|
|
433
171
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
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
|
-
};
|
|
172
|
+
declare class AXMAiResponderService {
|
|
173
|
+
private readonly geminiApiKey;
|
|
174
|
+
getAIResponse(prompt: string): Promise<string>;
|
|
175
|
+
private getRandomReply;
|
|
176
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMAiResponderService, never>;
|
|
177
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMAiResponderService>;
|
|
454
178
|
}
|
|
455
|
-
declare const BRANCHES_MOCK: AXCBranchMockDto[];
|
|
456
179
|
|
|
457
|
-
declare class
|
|
180
|
+
declare class AXPMessageDataSeeder implements AXPDataSeeder {
|
|
458
181
|
private storageService;
|
|
182
|
+
private chatService;
|
|
183
|
+
private chatRealtimeService;
|
|
184
|
+
private commentService;
|
|
185
|
+
private commentRealtimeService;
|
|
186
|
+
private aiResponderService;
|
|
187
|
+
private usersService;
|
|
188
|
+
private sessionService;
|
|
189
|
+
private userNameCache;
|
|
190
|
+
private getUserName;
|
|
459
191
|
seed(): Promise<void>;
|
|
460
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
461
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
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 {
|
|
498
|
-
id: string;
|
|
499
|
-
title: string;
|
|
500
|
-
description: string;
|
|
501
|
-
managerId: string;
|
|
502
|
-
manager: AXCEmployeeMock$2;
|
|
503
|
-
countryId?: string;
|
|
504
|
-
stateId?: string;
|
|
505
|
-
cityId?: string;
|
|
506
|
-
country?: {
|
|
507
|
-
id: string;
|
|
508
|
-
title: string;
|
|
509
|
-
};
|
|
510
|
-
state?: {
|
|
511
|
-
id: string;
|
|
512
|
-
title: string;
|
|
513
|
-
};
|
|
514
|
-
city?: {
|
|
515
|
-
id: string;
|
|
516
|
-
title: string;
|
|
517
|
-
};
|
|
192
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPMessageDataSeeder, never>;
|
|
193
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPMessageDataSeeder>;
|
|
518
194
|
}
|
|
519
|
-
declare const DIVISIONS_MOCK: AXCDivisionMockDto[];
|
|
520
195
|
|
|
521
|
-
declare class
|
|
196
|
+
declare class AXPRoomDataSeeder implements AXPDataSeeder {
|
|
522
197
|
private storageService;
|
|
523
198
|
seed(): Promise<void>;
|
|
524
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
525
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
type AXCEmployeeMock$1 = typeof EMPLOYEES_MOCK[number];
|
|
529
|
-
interface AXCDepartmentMockDto {
|
|
530
|
-
id: string;
|
|
531
|
-
title: string;
|
|
532
|
-
description: string;
|
|
533
|
-
managerId: string;
|
|
534
|
-
manager: AXCEmployeeMock$1;
|
|
199
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPRoomDataSeeder, never>;
|
|
200
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPRoomDataSeeder>;
|
|
535
201
|
}
|
|
536
|
-
declare const DEPARTMENTS_MOCK: AXCDepartmentMockDto[];
|
|
537
202
|
|
|
538
|
-
declare class
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
static
|
|
542
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMDepartmentDataSeeder>;
|
|
203
|
+
declare class AXCConversationMockModule {
|
|
204
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCConversationMockModule, never>;
|
|
205
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCConversationMockModule, never, never, never>;
|
|
206
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCConversationMockModule>;
|
|
543
207
|
}
|
|
544
208
|
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
id: string;
|
|
548
|
-
title: string;
|
|
549
|
-
description: string;
|
|
550
|
-
leaderId: string;
|
|
551
|
-
leader: AXCEmployeeMock;
|
|
552
|
-
managerId: string;
|
|
553
|
-
manager: AXCEmployeeMock;
|
|
554
|
-
memberIds: string[];
|
|
555
|
-
members: AXCEmployeeMock[];
|
|
556
|
-
}
|
|
557
|
-
interface AXCTeamMockDto {
|
|
558
|
-
id: string;
|
|
559
|
-
title: string;
|
|
560
|
-
description: string;
|
|
561
|
-
leaderId: string;
|
|
562
|
-
leader: AXCEmployeeMock;
|
|
563
|
-
managerId: string;
|
|
564
|
-
manager: AXCEmployeeMock;
|
|
565
|
-
memberIds: string[];
|
|
566
|
-
members: AXCEmployeeMock[];
|
|
567
|
-
}
|
|
568
|
-
declare const TEAMS_MOCK: AXCTeamMockDto[];
|
|
209
|
+
declare function generateRandomDashboard(): AXMCommonDashboardEntityModel;
|
|
210
|
+
declare const DASHBOARDS: AXMCommonDashboardEntityModel[];
|
|
569
211
|
|
|
570
|
-
declare class
|
|
212
|
+
declare class AXPDashboardDataSeeder implements AXPDataSeeder {
|
|
571
213
|
private storageService;
|
|
572
214
|
seed(): Promise<void>;
|
|
573
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
574
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
575
|
-
}
|
|
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
|
-
}[];
|
|
215
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDashboardDataSeeder, never>;
|
|
216
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDashboardDataSeeder>;
|
|
586
217
|
}
|
|
587
|
-
declare const POSITIONS_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
588
|
-
declare const POSITIONS_MOCK: PositionMockDto[];
|
|
589
218
|
|
|
590
|
-
declare class
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
static
|
|
594
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionDataSeeder>;
|
|
219
|
+
declare class AXCDashboardManagementMockModule {
|
|
220
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCDashboardManagementMockModule, never>;
|
|
221
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDashboardManagementMockModule, never, never, never>;
|
|
222
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCDashboardManagementMockModule>;
|
|
595
223
|
}
|
|
596
224
|
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
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
|
-
}[];
|
|
225
|
+
declare class AXCDataManagementMockModule {
|
|
226
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCDataManagementMockModule, never>;
|
|
227
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDataManagementMockModule, never, never, never>;
|
|
228
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCDataManagementMockModule>;
|
|
616
229
|
}
|
|
617
|
-
declare const ROLES_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
618
|
-
declare const ROLES_MOCK: RoleMockDto[];
|
|
619
230
|
|
|
620
|
-
declare class
|
|
231
|
+
declare class AXCMetaDataDefinitionDataSeeder implements AXPDataSeeder {
|
|
621
232
|
private storageService;
|
|
622
233
|
seed(): Promise<void>;
|
|
623
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
624
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
234
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMetaDataDefinitionDataSeeder, never>;
|
|
235
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCMetaDataDefinitionDataSeeder>;
|
|
625
236
|
}
|
|
626
237
|
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
categories: {
|
|
633
|
-
id: string;
|
|
634
|
-
title: string;
|
|
635
|
-
}[];
|
|
238
|
+
declare class AXCMetaDataDefinitionCategoryMockService extends AXMMetaDataDefinitionCategoryServiceImpl {
|
|
239
|
+
protected metaDataService: AXMMetaDataDefinitionService<any>;
|
|
240
|
+
getAllWithItems(): Promise<AXMMetaDataDefinitionCategoryWithItemsEntityModel<string>[]>;
|
|
241
|
+
private buildCategoryTree;
|
|
242
|
+
insertOne(request: Omit<AXMMetaDataDefinitionCategoryEntityModel<string>, 'id'>): Promise<string>;
|
|
636
243
|
}
|
|
637
|
-
declare const RESPONSIBILITIES_CATEGORY_MOCK: AXPCategoryEntity[];
|
|
638
|
-
declare const RESPONSIBILITIES_MOCK: ResponsibilityMockDto[];
|
|
639
244
|
|
|
640
|
-
declare class
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
245
|
+
declare class AXPDexieEntityStorageService extends dexie__default implements AXPEntityStorageService<string, any> {
|
|
246
|
+
protected sessionService: AXPSessionService;
|
|
247
|
+
protected entityRegistryService: AXPEntityDefinitionRegistryService;
|
|
248
|
+
protected lockService: AXPLockService;
|
|
249
|
+
protected entityEventDispatcher: AXPEntityEventDispatcherService;
|
|
250
|
+
constructor();
|
|
251
|
+
get dbName(): string;
|
|
252
|
+
private detectChanges;
|
|
253
|
+
private addToHistory;
|
|
254
|
+
/**
|
|
255
|
+
* Seed the storage with the provided collection only if it has not been
|
|
256
|
+
* inserted before.
|
|
257
|
+
*
|
|
258
|
+
* Rather than relying on the total record count, we inspect whether the first
|
|
259
|
+
* item of the incoming collection (identified by its `id`) already exists in
|
|
260
|
+
* the table for the given `entityName`. If it exists, the data has already
|
|
261
|
+
* been seeded and no action is taken; otherwise, the entire collection is
|
|
262
|
+
* bulk-inserted.
|
|
263
|
+
*/
|
|
264
|
+
initial<T = any>(entityName: string, collection: T[], options?: {
|
|
265
|
+
mergeType: 'merge' | 'replace';
|
|
266
|
+
uniqueKeys: string[];
|
|
267
|
+
}): Promise<T[]>;
|
|
268
|
+
getOne<T = any>(entityName: string, id: string): Promise<T>;
|
|
269
|
+
updateOne<T = any>(entityName: string, id: string, keyValue: {
|
|
270
|
+
[key: string]: any;
|
|
271
|
+
}): Promise<T>;
|
|
272
|
+
deleteOne(entityName: string, id: string): Promise<void>;
|
|
273
|
+
insertOne<T = any>(entityName: string, entity: T): Promise<string>;
|
|
274
|
+
getAll<T = any>(entityName: string): Promise<T[]>;
|
|
275
|
+
query<T = any>(entityName: string, request: AXPQueryRequest): Promise<AXPPagedListResult<T>>;
|
|
276
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDexieEntityStorageService, never>;
|
|
277
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDexieEntityStorageService>;
|
|
645
278
|
}
|
|
646
279
|
|
|
647
|
-
declare
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
seed(): Promise<void>;
|
|
652
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrgChartDataSeeder, never>;
|
|
653
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMOrgChartDataSeeder>;
|
|
280
|
+
declare class AXCDocumentManagementMockModule {
|
|
281
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCDocumentManagementMockModule, never>;
|
|
282
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCDocumentManagementMockModule, never, never, never>;
|
|
283
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCDocumentManagementMockModule>;
|
|
654
284
|
}
|
|
655
285
|
|
|
656
|
-
declare
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
seed(): Promise<void>;
|
|
661
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeDataSeeder, never>;
|
|
662
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeDataSeeder>;
|
|
286
|
+
declare class AXCFormTemplateManagementMockModule {
|
|
287
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFormTemplateManagementMockModule, never>;
|
|
288
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFormTemplateManagementMockModule, never, never, never>;
|
|
289
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCFormTemplateManagementMockModule>;
|
|
663
290
|
}
|
|
664
291
|
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
positionId: string;
|
|
670
|
-
position?: any;
|
|
671
|
-
scopeType: 'division' | 'department';
|
|
672
|
-
scopeId: string;
|
|
673
|
-
scope?: any;
|
|
674
|
-
startDate: Date;
|
|
675
|
-
endDate?: Date | null;
|
|
676
|
-
isPrimary?: boolean;
|
|
677
|
-
notes?: string;
|
|
292
|
+
declare class AXCHelpDeskMockModule {
|
|
293
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCHelpDeskMockModule, never>;
|
|
294
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCHelpDeskMockModule, never, never, never>;
|
|
295
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCHelpDeskMockModule>;
|
|
678
296
|
}
|
|
679
|
-
declare const POSITION_ASSIGNMENTS_MOCK: AXCPositionAssignmentMockDto[];
|
|
680
297
|
|
|
681
|
-
declare class
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
static
|
|
685
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMPositionAssignmentDataSeeder>;
|
|
298
|
+
declare class AXCLogManagementMockModule {
|
|
299
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLogManagementMockModule, never>;
|
|
300
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLogManagementMockModule, never, never, never>;
|
|
301
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLogManagementMockModule>;
|
|
686
302
|
}
|
|
687
303
|
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMSkillDataSeeder, never>;
|
|
705
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMSkillDataSeeder>;
|
|
304
|
+
declare class MOCKGoogleStrategy extends AXPAuthStrategy {
|
|
305
|
+
tenantLoader: _acorex_platform_auth.AXPTenantLoader;
|
|
306
|
+
protected configs: AXMAuthConfigs;
|
|
307
|
+
private externalAuthorizationService;
|
|
308
|
+
applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
|
|
309
|
+
router: Router;
|
|
310
|
+
constructor();
|
|
311
|
+
get name(): string;
|
|
312
|
+
signin(credentials: AXPBaseCredentials): Promise<void>;
|
|
313
|
+
signout(): Promise<void>;
|
|
314
|
+
refreshToken(context: AXPSessionContext): Promise<AXPSignInResult>;
|
|
315
|
+
updateToken(params: {
|
|
316
|
+
[key: string]: any;
|
|
317
|
+
}): Promise<AXPSignInResult>;
|
|
318
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MOCKGoogleStrategy, never>;
|
|
319
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MOCKGoogleStrategy>;
|
|
706
320
|
}
|
|
707
321
|
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
isActive: boolean;
|
|
713
|
-
description?: string;
|
|
322
|
+
declare class AXCFOrganizationManagementMockModule {
|
|
323
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFOrganizationManagementMockModule, never>;
|
|
324
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCFOrganizationManagementMockModule, never, never, never>;
|
|
325
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCFOrganizationManagementMockModule>;
|
|
714
326
|
}
|
|
715
|
-
declare const SKILL_LEVELS_MOCK: AXCSkillLevelMockDto[];
|
|
716
327
|
|
|
717
|
-
declare class
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
static
|
|
721
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMSkillLevelDataSeeder>;
|
|
328
|
+
declare class AXCReportManagementMockModule {
|
|
329
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCReportManagementMockModule, never>;
|
|
330
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCReportManagementMockModule, never, [typeof i1.AXPRuntimeModule], never>;
|
|
331
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCReportManagementMockModule>;
|
|
722
332
|
}
|
|
723
333
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
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 {
|
|
745
|
-
private storageService;
|
|
746
|
-
seed(): Promise<void>;
|
|
747
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmployeeSkillDataSeeder, never>;
|
|
748
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmployeeSkillDataSeeder>;
|
|
334
|
+
declare class AXCLocationManagementMockModule {
|
|
335
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocationManagementMockModule, never>;
|
|
336
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocationManagementMockModule, never, never, never>;
|
|
337
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocationManagementMockModule>;
|
|
749
338
|
}
|
|
750
339
|
|
|
751
|
-
declare
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
seed(): Promise<void>;
|
|
756
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMEmploymentTypeDataSeeder, never>;
|
|
757
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMEmploymentTypeDataSeeder>;
|
|
340
|
+
declare class AXCLocaleManagementMockModule {
|
|
341
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCLocaleManagementMockModule, never>;
|
|
342
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCLocaleManagementMockModule, never, never, never>;
|
|
343
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCLocaleManagementMockModule>;
|
|
758
344
|
}
|
|
759
345
|
|
|
760
|
-
declare class
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
static
|
|
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>;
|
|
346
|
+
declare class AXCPlatformManagementMockModule {
|
|
347
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCPlatformManagementMockModule, never>;
|
|
348
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCPlatformManagementMockModule, never, never, never>;
|
|
349
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCPlatformManagementMockModule>;
|
|
848
350
|
}
|
|
849
351
|
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
displayName: string;
|
|
855
|
-
email: string;
|
|
856
|
-
mobile: string;
|
|
857
|
-
gender: string;
|
|
858
|
-
type: string;
|
|
859
|
-
}
|
|
860
|
-
declare function findPartyById(id: string): PartyMockData | null;
|
|
861
|
-
|
|
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>;
|
|
352
|
+
declare class AXCTextTemplateManagementMockModule {
|
|
353
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateManagementMockModule, never>;
|
|
354
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTextTemplateManagementMockModule, never, never, never>;
|
|
355
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTextTemplateManagementMockModule>;
|
|
867
356
|
}
|
|
868
357
|
|
|
869
|
-
declare
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
name: string;
|
|
874
|
-
title: string;
|
|
875
|
-
description: string;
|
|
876
|
-
icon: string;
|
|
877
|
-
color: string;
|
|
878
|
-
isActive: boolean;
|
|
879
|
-
order: number;
|
|
880
|
-
features: string[];
|
|
881
|
-
workflowSteps: string[];
|
|
882
|
-
estimatedHours: number;
|
|
883
|
-
priority: string;
|
|
884
|
-
category: string;
|
|
885
|
-
}
|
|
886
|
-
declare const TASK_TYPES: TaskType[];
|
|
887
|
-
interface TaskStatus {
|
|
888
|
-
id: string;
|
|
889
|
-
taskTypeId: string;
|
|
890
|
-
name: string;
|
|
891
|
-
title: string;
|
|
892
|
-
description: string;
|
|
893
|
-
color: string;
|
|
894
|
-
icon: string;
|
|
895
|
-
isInitial: boolean;
|
|
896
|
-
isFinal: boolean;
|
|
897
|
-
order: number;
|
|
898
|
-
nextStatuses: string[];
|
|
899
|
-
isActive: boolean;
|
|
900
|
-
}
|
|
901
|
-
declare const TASK_STATUSES: TaskStatus[];
|
|
902
|
-
interface Task {
|
|
903
|
-
id: string;
|
|
904
|
-
title: string;
|
|
905
|
-
description: string;
|
|
906
|
-
taskTypeId: string;
|
|
907
|
-
taskStatusId: string;
|
|
908
|
-
priority: string;
|
|
909
|
-
estimatedHours: number;
|
|
910
|
-
actualHours: number;
|
|
911
|
-
startDate: Date;
|
|
912
|
-
dueDate: Date;
|
|
913
|
-
completedDate?: Date;
|
|
914
|
-
assignedToUserId: string;
|
|
915
|
-
createdByUserId: string;
|
|
916
|
-
tags: string[];
|
|
917
|
-
progress: number;
|
|
918
|
-
isActive: boolean;
|
|
919
|
-
}
|
|
920
|
-
declare const TASKS: Task[];
|
|
921
|
-
interface TaskTemplate {
|
|
922
|
-
id: string;
|
|
923
|
-
name: string;
|
|
924
|
-
title: string;
|
|
925
|
-
description: string;
|
|
926
|
-
taskTypeId: string;
|
|
927
|
-
templateData: {
|
|
928
|
-
title: string;
|
|
929
|
-
description: string;
|
|
930
|
-
estimatedHours: number;
|
|
931
|
-
priority: string;
|
|
932
|
-
tags: string[];
|
|
933
|
-
checklistItems: Array<{
|
|
934
|
-
title: string;
|
|
935
|
-
description?: string;
|
|
936
|
-
order: number;
|
|
937
|
-
}>;
|
|
938
|
-
};
|
|
939
|
-
isPublic: boolean;
|
|
940
|
-
createdBy: string;
|
|
358
|
+
declare class AXCSecurityManagementMockModule {
|
|
359
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSecurityManagementMockModule, never>;
|
|
360
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSecurityManagementMockModule, never, never, never>;
|
|
361
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSecurityManagementMockModule>;
|
|
941
362
|
}
|
|
942
|
-
declare const TASK_TEMPLATES: TaskTemplate[];
|
|
943
363
|
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
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[]>;
|
|
364
|
+
declare class AXCSchedulerJobManagementMockModule {
|
|
365
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobManagementMockModule, never>;
|
|
366
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCSchedulerJobManagementMockModule, never, never, never>;
|
|
367
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCSchedulerJobManagementMockModule>;
|
|
975
368
|
}
|
|
976
369
|
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
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[]>;
|
|
370
|
+
declare class AXCTrainingManagementMockModule {
|
|
371
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTrainingManagementMockModule, never>;
|
|
372
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTrainingManagementMockModule, never, never, never>;
|
|
373
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTrainingManagementMockModule>;
|
|
1008
374
|
}
|
|
1009
375
|
|
|
1010
|
-
declare class
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
static
|
|
1014
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppTermDataSeeder>;
|
|
376
|
+
declare class AXCProjectManagementMockModule {
|
|
377
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCProjectManagementMockModule, never>;
|
|
378
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCProjectManagementMockModule, never, never, never>;
|
|
379
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCProjectManagementMockModule>;
|
|
1015
380
|
}
|
|
1016
381
|
|
|
1017
|
-
declare class
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMAiResponderService, never>;
|
|
1022
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMAiResponderService>;
|
|
382
|
+
declare class AXMCalendarManagementMockModule {
|
|
383
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMCalendarManagementMockModule, never>;
|
|
384
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMCalendarManagementMockModule, never, never, never>;
|
|
385
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMCalendarManagementMockModule>;
|
|
1023
386
|
}
|
|
1024
387
|
|
|
1025
|
-
declare class
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
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>;
|
|
388
|
+
declare class AXCWorkflowManagementMockModule {
|
|
389
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCWorkflowManagementMockModule, never>;
|
|
390
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCWorkflowManagementMockModule, never, never, never>;
|
|
391
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCWorkflowManagementMockModule>;
|
|
1039
392
|
}
|
|
1040
393
|
|
|
1041
|
-
declare class
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
static
|
|
1045
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPRoomDataSeeder>;
|
|
394
|
+
declare class AXCNotificationManagementMockModule {
|
|
395
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCNotificationManagementMockModule, never>;
|
|
396
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCNotificationManagementMockModule, never, never, never>;
|
|
397
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCNotificationManagementMockModule>;
|
|
1046
398
|
}
|
|
1047
399
|
|
|
1048
|
-
declare class
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
static
|
|
1052
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateCategoryDataSeeder>;
|
|
400
|
+
declare class AXCTaskManagementMockModule {
|
|
401
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTaskManagementMockModule, never>;
|
|
402
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCTaskManagementMockModule, never, never, never>;
|
|
403
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCTaskManagementMockModule>;
|
|
1053
404
|
}
|
|
1054
405
|
|
|
1055
|
-
declare class
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
static
|
|
1059
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateDataSeeder>;
|
|
406
|
+
declare class AXMPartyManagementMockModule {
|
|
407
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMPartyManagementMockModule, never>;
|
|
408
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPartyManagementMockModule, never, never, never>;
|
|
409
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXMPartyManagementMockModule>;
|
|
1060
410
|
}
|
|
1061
411
|
|
|
1062
|
-
declare
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
}[];
|
|
1067
|
-
declare const TEXT_TEMPLATES: AXMTextTemplateManagementTemplateEntityModel[];
|
|
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>;
|
|
412
|
+
declare class AXCContentManagementMockModule {
|
|
413
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCContentManagementMockModule, never>;
|
|
414
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCContentManagementMockModule, never, never, never>;
|
|
415
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCContentManagementMockModule>;
|
|
1074
416
|
}
|
|
1075
417
|
|
|
1076
|
-
declare
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
private storageService;
|
|
1081
|
-
seed(): Promise<void>;
|
|
1082
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDashboardDataSeeder, never>;
|
|
1083
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDashboardDataSeeder>;
|
|
418
|
+
declare class AXCIdentifierManagementMockModule {
|
|
419
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCIdentifierManagementMockModule, never>;
|
|
420
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCIdentifierManagementMockModule, never, never, never>;
|
|
421
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCIdentifierManagementMockModule>;
|
|
1084
422
|
}
|
|
1085
423
|
|
|
1086
|
-
declare class
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
static
|
|
1090
|
-
static
|
|
424
|
+
declare class AXCMockModule {
|
|
425
|
+
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
426
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCMockModule, never>;
|
|
427
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXCMockModule, never, [typeof _acorex_platform_auth.AXPAuthModule, typeof AXCCommonMockModule, typeof AXCFormTemplateManagementMockModule, typeof AXCFOrganizationManagementMockModule, 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 AXMCalendarManagementMockModule, typeof AXCDataManagementMockModule, typeof AXCWorkflowManagementMockModule, typeof AXCNotificationManagementMockModule, typeof AXCTaskManagementMockModule, typeof AXMPartyManagementMockModule, typeof AXCContentManagementMockModule, typeof AXCIdentifierManagementMockModule], never>;
|
|
428
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AXCMockModule>;
|
|
1091
429
|
}
|
|
1092
430
|
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportDefinitionDataSeeder, never>;
|
|
1097
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportDefinitionDataSeeder>;
|
|
431
|
+
interface MockUserPassCredentials extends AXPBaseCredentials {
|
|
432
|
+
username: string;
|
|
433
|
+
password: string;
|
|
1098
434
|
}
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
private readonly reportDataCache;
|
|
1104
|
-
private readonly CACHE_TTL_MS;
|
|
1105
|
-
private readonly DEFAULT_TOTAL_ITEMS;
|
|
1106
|
-
private readonly reportDefinitionService;
|
|
435
|
+
declare class MOCKStrategy extends AXPAuthStrategy {
|
|
436
|
+
tenantLoader: _acorex_platform_auth.AXPTenantLoader;
|
|
437
|
+
applicationLoader: _acorex_platform_auth.AXPApplicationLoader;
|
|
438
|
+
router: Router;
|
|
1107
439
|
constructor();
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
private
|
|
1122
|
-
private
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
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
|
-
})[];
|
|
440
|
+
private entityRegistery;
|
|
441
|
+
get name(): string;
|
|
442
|
+
signin(credentials: MockUserPassCredentials): Promise<AXPSignInResult>;
|
|
443
|
+
signout(): Promise<void>;
|
|
444
|
+
refreshToken(context: AXPSessionContext): Promise<AXPSignInResult>;
|
|
445
|
+
updateToken(params: {
|
|
446
|
+
[key: string]: any;
|
|
447
|
+
}): Promise<AXPSignInResult>;
|
|
448
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MOCKStrategy, never>;
|
|
449
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MOCKStrategy>;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
declare class AXCAppVersionDataSeeder implements AXPDataSeeder {
|
|
453
|
+
private storageService;
|
|
454
|
+
private appVersionService;
|
|
455
|
+
seed(): Promise<void>;
|
|
456
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCAppVersionDataSeeder, never>;
|
|
457
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCAppVersionDataSeeder>;
|
|
458
|
+
}
|
|
1361
459
|
|
|
1362
|
-
declare class
|
|
1363
|
-
private
|
|
460
|
+
declare class AXCGlobalVariablesDataSeeder implements AXPDataSeeder {
|
|
461
|
+
private storageService;
|
|
1364
462
|
seed(): Promise<void>;
|
|
1365
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1366
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
463
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCGlobalVariablesDataSeeder, never>;
|
|
464
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCGlobalVariablesDataSeeder>;
|
|
1367
465
|
}
|
|
1368
466
|
|
|
1369
|
-
declare const
|
|
467
|
+
declare const GLOBAL_VARIABLES: {
|
|
1370
468
|
id: string;
|
|
469
|
+
name: string;
|
|
1371
470
|
title: string;
|
|
471
|
+
dataType: string;
|
|
472
|
+
value: string;
|
|
1372
473
|
}[];
|
|
1373
474
|
|
|
1374
|
-
declare
|
|
1375
|
-
|
|
475
|
+
declare const REPORT_CATEGORIES: AXPReportCategory[];
|
|
476
|
+
declare const REPORT_DEFINITIONS: AXPReportDefinition[];
|
|
477
|
+
declare const CATEGORY_REPORT_MAPPING: Map<string, AXPReportDefinition[]>;
|
|
478
|
+
|
|
479
|
+
declare class AXPReportManagementDataSeeder implements AXPDataSeeder {
|
|
480
|
+
private storageService;
|
|
1376
481
|
seed(): Promise<void>;
|
|
1377
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1378
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
482
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPReportManagementDataSeeder, never>;
|
|
483
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPReportManagementDataSeeder>;
|
|
1379
484
|
}
|
|
1380
485
|
|
|
1381
|
-
declare
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
};
|
|
1413
|
-
})[];
|
|
486
|
+
declare class AXMReportExecuteCommand implements AXPExecutionReportCommand {
|
|
487
|
+
private readonly queryService;
|
|
488
|
+
private readonly reportDataCache;
|
|
489
|
+
private readonly CACHE_TTL_MS;
|
|
490
|
+
private readonly DEFAULT_TOTAL_ITEMS;
|
|
491
|
+
private readonly reportDefinitionService;
|
|
492
|
+
constructor();
|
|
493
|
+
execute(context: AXPLayoutExecutionContext): Promise<AXPExecutionReportCommandResult>;
|
|
494
|
+
private generateLayoutData;
|
|
495
|
+
private generateTableData;
|
|
496
|
+
private generateChartData;
|
|
497
|
+
private getCachedOrGenerateReportData;
|
|
498
|
+
private generateCacheKey;
|
|
499
|
+
private generateReportVersion;
|
|
500
|
+
private isCacheValid;
|
|
501
|
+
private clearExpiredCache;
|
|
502
|
+
/**
|
|
503
|
+
* Manually clear all cached report data (useful for debugging or forcing refresh)
|
|
504
|
+
*/
|
|
505
|
+
clearCache(): void;
|
|
506
|
+
private generateMockDataForReport;
|
|
507
|
+
private generateFinancialData;
|
|
508
|
+
private generateIncomeData;
|
|
509
|
+
private generateEmployeeData;
|
|
510
|
+
private generateSalesData;
|
|
511
|
+
private generateSafetyData;
|
|
512
|
+
private generateGenericData;
|
|
513
|
+
private getRandomPastDate;
|
|
514
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXMReportExecuteCommand, never>;
|
|
515
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXMReportExecuteCommand>;
|
|
516
|
+
}
|
|
1414
517
|
|
|
1415
|
-
declare class
|
|
1416
|
-
private
|
|
518
|
+
declare class AXCSchedulerJobDataSeeder implements AXPDataSeeder {
|
|
519
|
+
private storageService;
|
|
1417
520
|
seed(): Promise<void>;
|
|
1418
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1419
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
521
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCSchedulerJobDataSeeder, never>;
|
|
522
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCSchedulerJobDataSeeder>;
|
|
1420
523
|
}
|
|
1421
524
|
|
|
1422
|
-
declare
|
|
1423
|
-
|
|
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;
|
|
525
|
+
declare class AXPSecurityManagementRoleDataSeeder implements AXPDataSeeder {
|
|
526
|
+
private storageService;
|
|
1456
527
|
seed(): Promise<void>;
|
|
1457
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1458
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
528
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementRoleDataSeeder, never>;
|
|
529
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementRoleDataSeeder>;
|
|
1459
530
|
}
|
|
1460
531
|
|
|
1461
|
-
declare
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
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
|
-
})[];
|
|
532
|
+
declare class AXPSecurityManagementUserDataSeeder implements AXPDataSeeder {
|
|
533
|
+
private storageService;
|
|
534
|
+
seed(): Promise<void>;
|
|
535
|
+
private generateUsers;
|
|
536
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSecurityManagementUserDataSeeder, never>;
|
|
537
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSecurityManagementUserDataSeeder>;
|
|
538
|
+
}
|
|
1489
539
|
|
|
1490
|
-
|
|
540
|
+
interface TaskType {
|
|
1491
541
|
id: string;
|
|
1492
|
-
|
|
1493
|
-
|
|
542
|
+
name: string;
|
|
543
|
+
title: string;
|
|
1494
544
|
description: string;
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
545
|
+
icon: string;
|
|
546
|
+
color: string;
|
|
547
|
+
isActive: boolean;
|
|
548
|
+
order: number;
|
|
549
|
+
features: string[];
|
|
550
|
+
workflowSteps: string[];
|
|
551
|
+
estimatedHours: number;
|
|
552
|
+
priority: string;
|
|
553
|
+
category: string;
|
|
1502
554
|
}
|
|
1503
|
-
|
|
1504
|
-
|
|
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: {
|
|
555
|
+
declare const TASK_TYPES: TaskType[];
|
|
556
|
+
interface TaskStatus {
|
|
1516
557
|
id: string;
|
|
558
|
+
taskTypeId: string;
|
|
559
|
+
name: string;
|
|
1517
560
|
title: string;
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
561
|
+
description: string;
|
|
562
|
+
color: string;
|
|
563
|
+
icon: string;
|
|
564
|
+
isInitial: boolean;
|
|
565
|
+
isFinal: boolean;
|
|
566
|
+
order: number;
|
|
567
|
+
nextStatuses: string[];
|
|
568
|
+
isActive: boolean;
|
|
1526
569
|
}
|
|
1527
|
-
|
|
1528
|
-
|
|
570
|
+
declare const TASK_STATUSES: TaskStatus[];
|
|
571
|
+
interface Task {
|
|
1529
572
|
id: string;
|
|
1530
573
|
title: string;
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
574
|
+
description: string;
|
|
575
|
+
taskTypeId: string;
|
|
576
|
+
taskStatusId: string;
|
|
577
|
+
priority: string;
|
|
578
|
+
estimatedHours: number;
|
|
579
|
+
actualHours: number;
|
|
580
|
+
startDate: Date;
|
|
581
|
+
dueDate: Date;
|
|
582
|
+
completedDate?: Date;
|
|
583
|
+
assignedToUserId: string;
|
|
584
|
+
createdByUserId: string;
|
|
585
|
+
tags: string[];
|
|
586
|
+
progress: number;
|
|
587
|
+
isActive: boolean;
|
|
588
|
+
}
|
|
589
|
+
declare const TASKS: Task[];
|
|
590
|
+
interface TaskTemplate {
|
|
1534
591
|
id: string;
|
|
592
|
+
name: string;
|
|
1535
593
|
title: string;
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
594
|
+
description: string;
|
|
595
|
+
taskTypeId: string;
|
|
596
|
+
templateData: {
|
|
1539
597
|
title: string;
|
|
598
|
+
description: string;
|
|
599
|
+
estimatedHours: number;
|
|
600
|
+
priority: string;
|
|
601
|
+
tags: string[];
|
|
602
|
+
checklistItems: Array<{
|
|
603
|
+
title: string;
|
|
604
|
+
description?: string;
|
|
605
|
+
order: number;
|
|
606
|
+
}>;
|
|
1540
607
|
};
|
|
1541
|
-
|
|
608
|
+
isPublic: boolean;
|
|
609
|
+
createdBy: string;
|
|
610
|
+
}
|
|
611
|
+
declare const TASK_TEMPLATES: TaskTemplate[];
|
|
1542
612
|
|
|
1543
|
-
declare class
|
|
1544
|
-
private
|
|
613
|
+
declare class AXCTextTemplateCategoryDataSeeder implements AXPDataSeeder {
|
|
614
|
+
private storageService;
|
|
1545
615
|
seed(): Promise<void>;
|
|
1546
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1547
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
616
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateCategoryDataSeeder, never>;
|
|
617
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateCategoryDataSeeder>;
|
|
1548
618
|
}
|
|
1549
619
|
|
|
1550
|
-
declare class
|
|
620
|
+
declare class AXCTextTemplateDataSeeder implements AXPDataSeeder {
|
|
1551
621
|
private storageService;
|
|
1552
622
|
seed(): Promise<void>;
|
|
1553
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
1554
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<
|
|
623
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXCTextTemplateDataSeeder, never>;
|
|
624
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXCTextTemplateDataSeeder>;
|
|
1555
625
|
}
|
|
1556
626
|
|
|
1557
|
-
declare
|
|
1558
|
-
|
|
1559
|
-
|
|
627
|
+
declare const TEXT_TEMPLATE_CATEGORY: {
|
|
628
|
+
id: string;
|
|
629
|
+
name: string;
|
|
630
|
+
title: string;
|
|
631
|
+
}[];
|
|
632
|
+
declare const TEXT_TEMPLATES: AXMTextTemplateManagementTemplateEntityModel[];
|
|
633
|
+
|
|
634
|
+
/**
|
|
635
|
+
* Simplified Dexie Storage Service without built-in middleware logic
|
|
636
|
+
* This extends the original service but removes the middleware-related code
|
|
637
|
+
*/
|
|
638
|
+
declare class AXPSimplifiedDexieStorageService extends AXPDexieEntityStorageService {
|
|
639
|
+
updateOne<T = any>(entityName: string, id: string, keyValue: {
|
|
640
|
+
[key: string]: any;
|
|
641
|
+
}): Promise<T>;
|
|
642
|
+
deleteOne(entityName: string, id: string): Promise<void>;
|
|
643
|
+
insertOne<T = any>(entityName: string, entity: T): Promise<string>;
|
|
644
|
+
private generateUuid;
|
|
645
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSimplifiedDexieStorageService, never>;
|
|
646
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSimplifiedDexieStorageService>;
|
|
647
|
+
}
|
|
648
|
+
/**
|
|
649
|
+
* Dexie Entity Storage Service with Middleware Support
|
|
650
|
+
*
|
|
651
|
+
* This service combines the simplified Dexie storage with a comprehensive middleware pipeline
|
|
652
|
+
* that handles locking, history logging, activity tracking, validation, and performance monitoring.
|
|
653
|
+
*/
|
|
654
|
+
declare class AXPDexieWithMiddlewareService extends AXPEntityStorageWithMiddlewareService<string, any> {
|
|
655
|
+
private sessionService;
|
|
656
|
+
private lockService;
|
|
657
|
+
private entityRegistryService;
|
|
658
|
+
private eventService;
|
|
1560
659
|
constructor();
|
|
1561
|
-
private
|
|
1562
|
-
protected entityName: string;
|
|
660
|
+
private setupMiddlewares;
|
|
1563
661
|
/**
|
|
1564
|
-
*
|
|
1565
|
-
* at runtime using {@link setCacheDuration}.
|
|
662
|
+
* Get the underlying Dexie instance for direct access if needed
|
|
1566
663
|
*/
|
|
1567
|
-
|
|
1568
|
-
/** In-memory cache for lock information. */
|
|
1569
|
-
private readonly cacheMap;
|
|
1570
|
-
/** Reference to the recurring cache-flush timer. */
|
|
1571
|
-
private cacheTimer;
|
|
664
|
+
get dexieInstance(): AXPSimplifiedDexieStorageService;
|
|
1572
665
|
/**
|
|
1573
|
-
*
|
|
666
|
+
* Access to the Dexie table for advanced operations
|
|
1574
667
|
*/
|
|
1575
|
-
|
|
668
|
+
table(name: string): dexie.Table<any, dexie.IndexableType>;
|
|
1576
669
|
/**
|
|
1577
|
-
*
|
|
670
|
+
* Get database information
|
|
1578
671
|
*/
|
|
1579
|
-
|
|
672
|
+
getDatabaseInfo(): {
|
|
673
|
+
name: string;
|
|
674
|
+
isOpen: boolean;
|
|
675
|
+
version: number;
|
|
676
|
+
};
|
|
1580
677
|
/**
|
|
1581
|
-
*
|
|
1582
|
-
* The new duration is applied immediately.
|
|
678
|
+
* Clear all data for a specific entity (useful for testing)
|
|
1583
679
|
*/
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
private cleanupMarkedFiles;
|
|
1606
|
-
constructor();
|
|
1607
|
-
findMany(ids: string[]): Promise<AXPFileManyStorageInfo[]>;
|
|
1608
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXCFileStorageService, never>;
|
|
1609
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AXCFileStorageService>;
|
|
680
|
+
clearEntity(entityName: string): Promise<void>;
|
|
681
|
+
/**
|
|
682
|
+
* Get entity count
|
|
683
|
+
*/
|
|
684
|
+
getEntityCount(entityName: string): Promise<number>;
|
|
685
|
+
/**
|
|
686
|
+
* Bulk operations (bypassing some middleware for performance)
|
|
687
|
+
*/
|
|
688
|
+
bulkInsert<T = any>(entityName: string, entities: T[]): Promise<string[]>;
|
|
689
|
+
/**
|
|
690
|
+
* Export entity data (useful for backup/migration)
|
|
691
|
+
*/
|
|
692
|
+
exportEntity(entityName: string): Promise<any[]>;
|
|
693
|
+
/**
|
|
694
|
+
* Import entity data (useful for restore/migration)
|
|
695
|
+
*/
|
|
696
|
+
importEntity(entityName: string, data: any[], options?: {
|
|
697
|
+
clearFirst?: boolean;
|
|
698
|
+
}): Promise<void>;
|
|
699
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDexieWithMiddlewareService, never>;
|
|
700
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDexieWithMiddlewareService>;
|
|
1610
701
|
}
|
|
702
|
+
/**
|
|
703
|
+
* Factory function to create a configured Dexie service with standard middleware
|
|
704
|
+
*/
|
|
705
|
+
declare function createDexieWithStandardMiddleware(): AXPDexieWithMiddlewareService;
|
|
706
|
+
/**
|
|
707
|
+
* Factory function to create a configured Dexie service with custom middleware
|
|
708
|
+
*/
|
|
709
|
+
declare function createDexieWithCustomMiddleware(customMiddlewares?: {
|
|
710
|
+
global?: any[];
|
|
711
|
+
operations?: {
|
|
712
|
+
[operation: string]: any[];
|
|
713
|
+
};
|
|
714
|
+
entities?: {
|
|
715
|
+
[entityName: string]: any[];
|
|
716
|
+
};
|
|
717
|
+
}): AXPDexieWithMiddlewareService;
|
|
1611
718
|
|
|
1612
719
|
interface AXPRuleRow extends AXPIdentifierRule {
|
|
1613
720
|
}
|
|
@@ -1627,7 +734,7 @@ interface AXPLogRow {
|
|
|
1627
734
|
code: string;
|
|
1628
735
|
createdAt: string;
|
|
1629
736
|
}
|
|
1630
|
-
declare class AXPIdentifierDB extends
|
|
737
|
+
declare class AXPIdentifierDB extends dexie__default {
|
|
1631
738
|
rules: Table<AXPRuleRow, string>;
|
|
1632
739
|
sequences: Table<AXPSeqRow, string>;
|
|
1633
740
|
logs: Table<AXPLogRow, string>;
|
|
@@ -1656,8 +763,7 @@ declare class AXPMockLookupProvider implements AXPLookupProvider {
|
|
|
1656
763
|
}
|
|
1657
764
|
declare class AXPMockSequenceProvider implements AXPSequenceProvider {
|
|
1658
765
|
private readonly db;
|
|
1659
|
-
|
|
1660
|
-
next(scopeHash: string, ruleId: string, options?: {
|
|
766
|
+
next(scopeHash: string, options?: {
|
|
1661
767
|
pad?: number;
|
|
1662
768
|
consume?: boolean;
|
|
1663
769
|
}): Promise<number>;
|
|
@@ -1675,46 +781,15 @@ declare class AXPMockIdentifierService extends AXPIdentifierService {
|
|
|
1675
781
|
private readonly clock;
|
|
1676
782
|
private readonly rules;
|
|
1677
783
|
generate(req: AXPIdentifierRequest): Promise<AXPIdentifierResult>;
|
|
1678
|
-
peek(req: AXPIdentifierRequest): Promise<
|
|
784
|
+
peek(req: AXPIdentifierRequest): Promise<AXPIdentifierResult>;
|
|
1679
785
|
validate(_code: string, _entity: string, _tenantId?: string): Promise<boolean>;
|
|
1680
786
|
private pickRule;
|
|
1681
787
|
private createContext;
|
|
1682
788
|
private createScopeHash;
|
|
1683
|
-
private validateRequestAgainstRule;
|
|
1684
789
|
private evaluateInternal;
|
|
1685
|
-
commitWithToken(token: string): Promise<AXPIdentifierResult>;
|
|
1686
|
-
commitByCode(req: AXPIdentifierRequest, code: string): Promise<AXPIdentifierResult>;
|
|
1687
790
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPMockIdentifierService, never>;
|
|
1688
791
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPMockIdentifierService>;
|
|
1689
792
|
}
|
|
1690
793
|
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
/**
|
|
1694
|
-
* File Cast Middleware - Handles file operations in entity storage
|
|
1695
|
-
*
|
|
1696
|
-
* This middleware processes files during entity operations:
|
|
1697
|
-
*
|
|
1698
|
-
* CREATE/UPDATE Operations:
|
|
1699
|
-
* - New files: Uploads to file storage and replaces with file IDs
|
|
1700
|
-
* - Existing files: Keeps existing file IDs
|
|
1701
|
-
* - Deleted files: Removes from file storage and excludes from entity data
|
|
1702
|
-
*
|
|
1703
|
-
* QUERY/GET_ONE Operations:
|
|
1704
|
-
* - Converts file IDs back to AXPFileListItem objects for UI display
|
|
1705
|
-
*
|
|
1706
|
-
* File Status Handling:
|
|
1707
|
-
* - 'uploaded'/'remote': Keep existing file ID
|
|
1708
|
-
* - 'deleted': Remove from storage, exclude from entity
|
|
1709
|
-
* - 'attached'/'uploading': Upload new file
|
|
1710
|
-
*/
|
|
1711
|
-
declare const createFileCastMiddleware: AXPEntityStorageMiddleware;
|
|
1712
|
-
|
|
1713
|
-
declare const identifierCommitMiddleware: AXPEntityStorageMiddleware;
|
|
1714
|
-
|
|
1715
|
-
declare const mergeDetailRelationMiddleware: AXPEntityStorageMiddleware;
|
|
1716
|
-
|
|
1717
|
-
declare const AXCMockEntityLogListener: AXPDistributedEventListenerProvider<any>;
|
|
1718
|
-
|
|
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 };
|
|
794
|
+
export { APPLICATIONS, APPLICATIONS_MODULES, AXCAppVersionDataSeeder, AXCApplicationManagementMockModule, AXCApplicationTemplateDataSeeder, AXCAuthMockModule, AXCCommonMockModule, AXCContactManagementMockModule, AXCConversationMockModule, AXCDashboardManagementMockModule, AXCDataManagementMockModule, AXCDocumentManagementMockModule, AXCFOrganizationManagementMockModule, AXCFileStorageService, AXCFormTemplateManagementMockModule, AXCGlobalVariablesDataSeeder, AXCHelpDeskMockModule, AXCIdentifierManagementMockModule, AXCLocaleManagementMockModule, AXCLocationManagementMockModule, AXCLockService, AXCLogManagementMockModule, AXCMetaDataDefinitionCategoryMockService, AXCMetaDataDefinitionDataSeeder, AXCMockModule, AXCNotificationManagementMockModule, AXCPlatformManagementMockModule, AXCProjectManagementMockModule, AXCReportManagementMockModule, AXCSchedulerJobDataSeeder, AXCSchedulerJobManagementMockModule, AXCSecurityManagementMockModule, AXCTaskManagementMockModule, AXCTextTemplateCategoryDataSeeder, AXCTextTemplateDataSeeder, AXCTextTemplateManagementMockModule, AXCTrainingManagementMockModule, AXMAiResponderService, AXMReportExecuteCommand, AXPDashboardDataSeeder, AXPDexieEntityStorageService, AXPDexieWithMiddlewareService, AXPIdentifierDB, AXPMessageDataSeeder, AXPMockChecksumProvider, AXPMockClockProvider, AXPMockIdentifierService, AXPMockLookupProvider, AXPMockPolicyProvider, AXPMockSequenceProvider, AXPReportManagementDataSeeder, AXPRoomDataSeeder, AXPSecurityManagementRoleDataSeeder, AXPSecurityManagementUserDataSeeder, AXPSimplifiedDexieStorageService, CATEGORY_REPORT_MAPPING, DASHBOARDS, EDITIONS, ENTITIES, FEATURES, GLOBAL_VARIABLES, MOCKGoogleStrategy, MOCKStrategy, MODULES, PERMISSIONS, PROPERTIES, REPORT_CATEGORIES, REPORT_DEFINITIONS, TASKS, TASK_STATUSES, TASK_TEMPLATES, TASK_TYPES, TEXT_TEMPLATES, TEXT_TEMPLATE_CATEGORY, createDexieWithCustomMiddleware, createDexieWithStandardMiddleware, generateRandomDashboard };
|
|
795
|
+
export type { AXPLogRow, AXPRuleRow, AXPSeqRow, MockUserPassCredentials, Task, TaskStatus, TaskTemplate, TaskType };
|