@acorex/modules 20.1.0 → 20.2.0-next.0
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/auth/index.d.ts +4 -57
- package/conversation/index.d.ts +69 -9
- package/dashboard-management/index.d.ts +2 -0
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-5TIjp5UG.mjs → acorex-modules-auth-acorex-modules-auth-y6rICHrT.mjs} +84 -201
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-y6rICHrT.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-app-chooser.component-B0w1Xzx7.mjs → acorex-modules-auth-app-chooser.component-Cpy0VN6n.mjs} +4 -4
- package/fesm2022/{acorex-modules-auth-app-chooser.component-B0w1Xzx7.mjs.map → acorex-modules-auth-app-chooser.component-Cpy0VN6n.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-login.module-B8sVVZHV.mjs → acorex-modules-auth-login.module-ZEX4NMuJ.mjs} +4 -4
- package/fesm2022/{acorex-modules-auth-login.module-B8sVVZHV.mjs.map → acorex-modules-auth-login.module-ZEX4NMuJ.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-master.layout-CMKxj1Qo.mjs → acorex-modules-auth-master.layout-D-lIn4Pl.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-master.layout-CMKxj1Qo.mjs.map → acorex-modules-auth-master.layout-D-lIn4Pl.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-DH0qKunk.mjs → acorex-modules-auth-password.component-CafZfqKe.mjs} +7 -7
- package/fesm2022/{acorex-modules-auth-password.component-DH0qKunk.mjs.map → acorex-modules-auth-password.component-CafZfqKe.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth-password.component-DLCb0_6e.mjs +134 -0
- package/fesm2022/acorex-modules-auth-password.component-DLCb0_6e.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-routes-Q9zaIiBS.mjs → acorex-modules-auth-routes-D9-qfC3V.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-routes-Q9zaIiBS.mjs.map → acorex-modules-auth-routes-D9-qfC3V.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-tenant-chooser.component-wp7OOLsH.mjs → acorex-modules-auth-tenant-chooser.component-B1aE-TOD.mjs} +10 -13
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-B1aE-TOD.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-two-factor-code.component-DSWd06bn.mjs → acorex-modules-auth-two-factor-code.component-BglerlU-.mjs} +6 -6
- package/fesm2022/{acorex-modules-auth-two-factor-code.component-DSWd06bn.mjs.map → acorex-modules-auth-two-factor-code.component-BglerlU-.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-two-factor.module-oRixkeAn.mjs → acorex-modules-auth-two-factor.module-D3N2XyOH.mjs} +3 -3
- package/fesm2022/{acorex-modules-auth-two-factor.module-oRixkeAn.mjs.map → acorex-modules-auth-two-factor.module-D3N2XyOH.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth.mjs +1 -1
- package/fesm2022/acorex-modules-conversation.mjs +487 -57
- package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
- package/fesm2022/acorex-modules-notification-management.mjs +109 -3
- package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-security-management.mjs +301 -837
- package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
- package/notification-management/index.d.ts +125 -29
- package/package.json +5 -5
- package/report-management/index.d.ts +2 -0
- package/security-management/index.d.ts +4 -13
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-5TIjp5UG.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-oauth-callback.component-C95YLpI_.mjs +0 -101
- package/fesm2022/acorex-modules-auth-oauth-callback.component-C95YLpI_.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-password.component-Du0EBIiw.mjs +0 -239
- package/fesm2022/acorex-modules-auth-password.component-Du0EBIiw.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-tenant-chooser.component-wp7OOLsH.mjs.map +0 -1
- package/fesm2022/acorex-modules-auth-user-sessions.component-8wwWI0cQ.mjs +0 -135
- package/fesm2022/acorex-modules-auth-user-sessions.component-8wwWI0cQ.mjs.map +0 -1
@@ -1,10 +1,11 @@
|
|
1
1
|
import { AXPEntity, AXPFileStorageInfo, AXPMenuProvider, AXPMenuProviderContext, AXPSettingDefinitionProvider, AXPSettingDefinitionProviderContext } from '@acorex/platform/common';
|
2
|
-
import * as
|
2
|
+
import * as _angular_core from '@angular/core';
|
3
3
|
import { Injector, OnInit, OnDestroy } from '@angular/core';
|
4
4
|
import { AXPEntityModel, AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
|
5
5
|
import * as i1 from '@acorex/platform/layout/components';
|
6
6
|
import * as i2 from '@acorex/platform/layout/builder';
|
7
7
|
import { AXPValueWidgetComponent, AXPWidgetConfig } from '@acorex/platform/layout/builder';
|
8
|
+
import { AXPQueryRequest, AXPPagedListResult } from '@acorex/platform/core';
|
8
9
|
import { AXTabStripChangedEvent } from '@acorex/components/tabs';
|
9
10
|
|
10
11
|
declare const RootConfig: {
|
@@ -62,8 +63,8 @@ declare abstract class AXMNotificationManagementChannelEntityService extends AXM
|
|
62
63
|
}
|
63
64
|
declare class AXMNotificationManagementChannelEntityServiceImpl extends AXMNotificationManagementChannelEntityService {
|
64
65
|
constructor();
|
65
|
-
static ɵfac:
|
66
|
-
static ɵprov:
|
66
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationManagementChannelEntityServiceImpl, never>;
|
67
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMNotificationManagementChannelEntityServiceImpl>;
|
67
68
|
}
|
68
69
|
|
69
70
|
declare function notificationEntityFactory(injector: Injector): Promise<AXPEntity | null>;
|
@@ -122,23 +123,25 @@ interface AXMNotificationManagementNotificationEntityModel extends AXPEntityMode
|
|
122
123
|
declare abstract class AXMNotificationEntityService extends AXMEntityCrudServiceImpl<string, AXMNotificationManagementNotificationEntityModel> {
|
123
124
|
abstract getList(): Promise<AXMNotificationResponse>;
|
124
125
|
abstract markAsRead(payload?: AXMNotificationMarkAsReadRequest): Promise<void>;
|
126
|
+
abstract markAllAsRead(): Promise<void>;
|
125
127
|
abstract create(payload?: AXMNotificationItem): Promise<void>;
|
126
128
|
}
|
127
129
|
declare class AXMNotificationEntityServiceImpl extends AXMNotificationEntityService {
|
128
130
|
getList(): Promise<AXMNotificationResponse>;
|
129
131
|
markAsRead(payload?: AXMNotificationMarkAsReadRequest): Promise<void>;
|
132
|
+
markAllAsRead(): Promise<void>;
|
130
133
|
create(payload?: AXMNotificationItem): Promise<void>;
|
131
134
|
constructor();
|
132
|
-
static ɵfac:
|
133
|
-
static ɵprov:
|
135
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationEntityServiceImpl, never>;
|
136
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMNotificationEntityServiceImpl>;
|
134
137
|
}
|
135
138
|
|
136
139
|
declare function notificationTemplateEntityFactory(injector: Injector): Promise<AXPEntity | null>;
|
137
140
|
|
138
141
|
declare class AXMNotificationManagementTemplateEntityModule {
|
139
|
-
static ɵfac:
|
140
|
-
static ɵmod:
|
141
|
-
static ɵinj:
|
142
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationManagementTemplateEntityModule, never>;
|
143
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXMNotificationManagementTemplateEntityModule, never, never, never>;
|
144
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXMNotificationManagementTemplateEntityModule>;
|
142
145
|
}
|
143
146
|
|
144
147
|
interface AXMNotificationManagementTemplateEntityModel extends AXPEntityModel<string> {
|
@@ -152,8 +155,8 @@ declare abstract class AXMNotificationManagementTemplateEntityService extends AX
|
|
152
155
|
}
|
153
156
|
declare class AXMNotificationManagementTemplateEntityServiceImpl extends AXMNotificationManagementTemplateEntityService {
|
154
157
|
constructor();
|
155
|
-
static ɵfac:
|
156
|
-
static ɵprov:
|
158
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationManagementTemplateEntityServiceImpl, never>;
|
159
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMNotificationManagementTemplateEntityServiceImpl>;
|
157
160
|
}
|
158
161
|
|
159
162
|
declare class AXMNotificationManagmentModuleMenuProvider implements AXPMenuProvider {
|
@@ -163,9 +166,9 @@ declare class AXMNotificationManagmentModuleMenuProvider implements AXPMenuProvi
|
|
163
166
|
}
|
164
167
|
|
165
168
|
declare class AXMNotificationManagementModule {
|
166
|
-
static ɵfac:
|
167
|
-
static ɵmod:
|
168
|
-
static ɵinj:
|
169
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationManagementModule, never>;
|
170
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<AXMNotificationManagementModule, never, [typeof i1.AXPComponentSlotModule, typeof i2.AXPLayoutBuilderModule], never>;
|
171
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<AXMNotificationManagementModule>;
|
169
172
|
}
|
170
173
|
|
171
174
|
declare class AXMSettingProvider implements AXPSettingDefinitionProvider {
|
@@ -179,28 +182,121 @@ declare function myNotificationEntityFactory(injector: Injector): Promise<AXPEnt
|
|
179
182
|
|
180
183
|
declare function notificationLogEntityFactory(injector: Injector): Promise<AXPEntity | null>;
|
181
184
|
|
185
|
+
/**
|
186
|
+
* Extends standard NotificationOptions to include a click handler and window focusing behavior.
|
187
|
+
*/
|
188
|
+
interface AXMOsNotificationOptions extends NotificationOptions {
|
189
|
+
onClick?: () => void;
|
190
|
+
activeWindow?: boolean;
|
191
|
+
}
|
192
|
+
/**
|
193
|
+
* Service to display OS-level notifications using the browser's Notification API.
|
194
|
+
*/
|
195
|
+
declare class AXMOsNotificationService {
|
196
|
+
readonly isSupported: _angular_core.WritableSignal<boolean>;
|
197
|
+
readonly permission: _angular_core.WritableSignal<boolean>;
|
198
|
+
constructor();
|
199
|
+
/**
|
200
|
+
* Requests permission from the user to display desktop notifications.
|
201
|
+
* @returns A promise that resolves to true if permission is granted, false otherwise.
|
202
|
+
*/
|
203
|
+
requestPermission(): Promise<boolean>;
|
204
|
+
/**
|
205
|
+
* Shows a desktop notification.
|
206
|
+
* This method should be called after ensuring permission has been granted via requestPermission().
|
207
|
+
*
|
208
|
+
* @param title The title of the notification.
|
209
|
+
* @param options Optional notification options including an onClick handler and window focusing.
|
210
|
+
* @returns The Notification object if displayed, otherwise null.
|
211
|
+
*/
|
212
|
+
show(title: string, options?: AXMOsNotificationOptions): Notification | null;
|
213
|
+
/**
|
214
|
+
* Dismisses all active notifications or a specific one.
|
215
|
+
* @param notification Optional. Pass a specific notification to close it; otherwise closes all.
|
216
|
+
*/
|
217
|
+
dismiss(notification?: Notification): void;
|
218
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMOsNotificationService, never>;
|
219
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMOsNotificationService>;
|
220
|
+
}
|
221
|
+
|
222
|
+
/**
|
223
|
+
* Signal store that provides a reactive interface for notification-related operations
|
224
|
+
* Acts as a layer between notification components and the entity service
|
225
|
+
*/
|
226
|
+
declare class AXMNotificationConnectorService {
|
227
|
+
private readonly notificationService;
|
228
|
+
private readonly osNotificationService;
|
229
|
+
private readonly isLoading;
|
230
|
+
private readonly error;
|
231
|
+
private readonly notifications;
|
232
|
+
private readonly totalCount;
|
233
|
+
readonly loading: _angular_core.Signal<boolean>;
|
234
|
+
readonly errorMessage: _angular_core.Signal<string | null>;
|
235
|
+
readonly notificationList: _angular_core.Signal<AXMNotificationItem[]>;
|
236
|
+
readonly total: _angular_core.Signal<number>;
|
237
|
+
readonly unreadCount: _angular_core.Signal<number>;
|
238
|
+
constructor();
|
239
|
+
/**
|
240
|
+
* Get list of notifications
|
241
|
+
*/
|
242
|
+
getList(): Promise<AXMNotificationResponse>;
|
243
|
+
/**
|
244
|
+
* Mark notifications as read or toggle read status
|
245
|
+
* If no specific IDs are provided, mark all as read
|
246
|
+
* If specific IDs are provided, toggle their read status (mark as read if unread, mark as unread if read)
|
247
|
+
*/
|
248
|
+
markAsRead(payload?: AXMNotificationMarkAsReadRequest): Promise<void>;
|
249
|
+
markAllAsRead(): Promise<void>;
|
250
|
+
/**
|
251
|
+
* Create a new notification
|
252
|
+
*/
|
253
|
+
create(payload?: AXMNotificationItem, options?: AXMOsNotificationOptions): Promise<void>;
|
254
|
+
/**
|
255
|
+
* Insert one notification
|
256
|
+
*/
|
257
|
+
insertOne(request: Omit<AXMNotificationManagementNotificationEntityModel, 'id'>): Promise<string>;
|
258
|
+
/**
|
259
|
+
* Get one notification by id
|
260
|
+
*/
|
261
|
+
getOne(id: string): Promise<AXMNotificationManagementNotificationEntityModel>;
|
262
|
+
/**
|
263
|
+
* Delete one notification
|
264
|
+
*/
|
265
|
+
deleteOne(id: string): Promise<void>;
|
266
|
+
/**
|
267
|
+
* Update one notification
|
268
|
+
*/
|
269
|
+
updateOne(id: string, values: Partial<AXMNotificationManagementNotificationEntityModel>): Promise<AXMNotificationManagementNotificationEntityModel>;
|
270
|
+
/**
|
271
|
+
* Query notifications
|
272
|
+
*/
|
273
|
+
query(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXMNotificationManagementNotificationEntityModel>>;
|
274
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationConnectorService, never>;
|
275
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMNotificationConnectorService>;
|
276
|
+
}
|
277
|
+
|
182
278
|
/**
|
183
279
|
* Notification Widget Component
|
184
280
|
* Displays notifications in a card with tabs
|
185
281
|
*/
|
186
282
|
declare class AXPNotificationWidgetViewComponent extends AXPValueWidgetComponent<any> implements OnInit, OnDestroy {
|
187
|
-
notificationClick:
|
188
|
-
markAsRead:
|
283
|
+
notificationClick: _angular_core.OutputEmitterRef<AXMNotificationItem>;
|
284
|
+
markAsRead: _angular_core.OutputEmitterRef<AXMNotificationItem>;
|
189
285
|
private readonly cdr;
|
190
286
|
private readonly datePipe;
|
191
287
|
private readonly notificationConnector;
|
192
288
|
private readonly toastService;
|
193
|
-
protected activeTab:
|
289
|
+
protected activeTab: _angular_core.WritableSignal<"all" | "new">;
|
194
290
|
private refreshTimerId;
|
195
|
-
protected readonly maxItems:
|
196
|
-
protected readonly showAvatar:
|
197
|
-
protected readonly showDate:
|
198
|
-
protected readonly autoRefresh:
|
199
|
-
protected readonly refreshInterval:
|
200
|
-
protected readonly notifications:
|
201
|
-
protected readonly totalNotifications:
|
202
|
-
protected readonly isLoading:
|
203
|
-
protected readonly notificationItems:
|
291
|
+
protected readonly maxItems: _angular_core.Signal<any>;
|
292
|
+
protected readonly showAvatar: _angular_core.Signal<any>;
|
293
|
+
protected readonly showDate: _angular_core.Signal<any>;
|
294
|
+
protected readonly autoRefresh: _angular_core.Signal<any>;
|
295
|
+
protected readonly refreshInterval: _angular_core.Signal<number>;
|
296
|
+
protected readonly notifications: _angular_core.Signal<AXMNotificationItem[]>;
|
297
|
+
protected readonly totalNotifications: _angular_core.Signal<number>;
|
298
|
+
protected readonly isLoading: _angular_core.Signal<boolean>;
|
299
|
+
protected readonly notificationItems: _angular_core.Signal<AXMNotificationItem[]>;
|
204
300
|
constructor();
|
205
301
|
ngOnInit(): void;
|
206
302
|
ngOnDestroy(): void;
|
@@ -253,8 +349,8 @@ declare class AXPNotificationWidgetViewComponent extends AXPValueWidgetComponent
|
|
253
349
|
* Calculate days difference from now
|
254
350
|
*/
|
255
351
|
private getDaysDifference;
|
256
|
-
static ɵfac:
|
257
|
-
static ɵcmp:
|
352
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXPNotificationWidgetViewComponent, never>;
|
353
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<AXPNotificationWidgetViewComponent, "ng-component", never, {}, { "notificationClick": "notificationClick"; "markAsRead": "markAsRead"; }, never, never, true, never>;
|
258
354
|
}
|
259
355
|
|
260
356
|
/**
|
@@ -262,5 +358,5 @@ declare class AXPNotificationWidgetViewComponent extends AXPValueWidgetComponent
|
|
262
358
|
*/
|
263
359
|
declare const AXPMyNotificationDashboardWidget: AXPWidgetConfig;
|
264
360
|
|
265
|
-
export { AXMNotificationEntityService, AXMNotificationEntityServiceImpl, AXMNotificationManagementChannelEntityService, AXMNotificationManagementChannelEntityServiceImpl, AXMNotificationManagementModule, AXMNotificationManagementTemplateEntityModule, AXMNotificationManagementTemplateEntityService, AXMNotificationManagementTemplateEntityServiceImpl, AXMNotificationManagmentModuleMenuProvider, AXMSettingProvider, AXPMyNotificationDashboardWidget, AXPNotificationWidgetViewComponent, RootConfig, myNotificationEntityFactory, notificationChannelEntityFactory, notificationEntityFactory, notificationLogEntityFactory, notificationTemplateEntityFactory };
|
266
|
-
export type { AXMNotificationActionType, AXMNotificationCategory, AXMNotificationChannel, AXMNotificationItem, AXMNotificationManagementChannelEntityModel, AXMNotificationManagementNotificationEntityModel, AXMNotificationManagementTemplateEntityModel, AXMNotificationMarkAsReadRequest, AXMNotificationPrority, AXMNotificationResponse, AXMNotificationType, AXMSelectModel };
|
361
|
+
export { AXMNotificationConnectorService, AXMNotificationEntityService, AXMNotificationEntityServiceImpl, AXMNotificationManagementChannelEntityService, AXMNotificationManagementChannelEntityServiceImpl, AXMNotificationManagementModule, AXMNotificationManagementTemplateEntityModule, AXMNotificationManagementTemplateEntityService, AXMNotificationManagementTemplateEntityServiceImpl, AXMNotificationManagmentModuleMenuProvider, AXMOsNotificationService, AXMSettingProvider, AXPMyNotificationDashboardWidget, AXPNotificationWidgetViewComponent, RootConfig, myNotificationEntityFactory, notificationChannelEntityFactory, notificationEntityFactory, notificationLogEntityFactory, notificationTemplateEntityFactory };
|
362
|
+
export type { AXMNotificationActionType, AXMNotificationCategory, AXMNotificationChannel, AXMNotificationItem, AXMNotificationManagementChannelEntityModel, AXMNotificationManagementNotificationEntityModel, AXMNotificationManagementTemplateEntityModel, AXMNotificationMarkAsReadRequest, AXMNotificationPrority, AXMNotificationResponse, AXMNotificationType, AXMOsNotificationOptions, AXMSelectModel };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/modules",
|
3
|
-
"version": "20.
|
3
|
+
"version": "20.2.0-next.0",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": ">=19.0.0",
|
6
6
|
"@angular/core": ">=19.0.0",
|
@@ -106,14 +106,14 @@
|
|
106
106
|
"types": "./settings-management/index.d.ts",
|
107
107
|
"default": "./fesm2022/acorex-modules-settings-management.mjs"
|
108
108
|
},
|
109
|
-
"./text-template-management": {
|
110
|
-
"types": "./text-template-management/index.d.ts",
|
111
|
-
"default": "./fesm2022/acorex-modules-text-template-management.mjs"
|
112
|
-
},
|
113
109
|
"./training-management": {
|
114
110
|
"types": "./training-management/index.d.ts",
|
115
111
|
"default": "./fesm2022/acorex-modules-training-management.mjs"
|
116
112
|
},
|
113
|
+
"./text-template-management": {
|
114
|
+
"types": "./text-template-management/index.d.ts",
|
115
|
+
"default": "./fesm2022/acorex-modules-text-template-management.mjs"
|
116
|
+
},
|
117
117
|
"./workflow-management": {
|
118
118
|
"types": "./workflow-management/index.d.ts",
|
119
119
|
"default": "./fesm2022/acorex-modules-workflow-management.mjs"
|
@@ -126,6 +126,7 @@ declare class AXPReportViewerPageComponent extends AXPPageLayoutBaseComponent {
|
|
126
126
|
sideMenuState: _angular_core.Signal<_acorex_platform_themes_shared.AXPSideMenuState>;
|
127
127
|
sideMenuWidth: _angular_core.Signal<number>;
|
128
128
|
menuOrientation: _angular_core.Signal<_acorex_platform_themes_shared.AXPMenuOrientation>;
|
129
|
+
isPrinting: _angular_core.Signal<boolean>;
|
129
130
|
isDarkMode: _angular_core.Signal<boolean>;
|
130
131
|
isLightMode: _angular_core.Signal<boolean>;
|
131
132
|
isSystemMode: _angular_core.Signal<boolean>;
|
@@ -167,6 +168,7 @@ declare class AXPReportViewerPageComponent extends AXPPageLayoutBaseComponent {
|
|
167
168
|
sideMenuState: _acorex_platform_themes_shared.AXPSideMenuState;
|
168
169
|
sideMenuWidth: number;
|
169
170
|
menuOrientation: _acorex_platform_themes_shared.AXPMenuOrientation;
|
171
|
+
isPrinting: boolean;
|
170
172
|
}>;
|
171
173
|
private readonly route;
|
172
174
|
private readonly router;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import { AXPEntity } from '@acorex/platform/common';
|
2
|
-
import * as i0 from '@angular/core';
|
3
|
-
import { Injector, OnInit } from '@angular/core';
|
4
1
|
import { AXPEntityModel, AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
|
2
|
+
import * as i0 from '@angular/core';
|
3
|
+
import { OnInit } from '@angular/core';
|
5
4
|
import * as i1 from '@acorex/platform/workflow';
|
6
5
|
import { AXPWorkflowService } from '@acorex/platform/workflow';
|
7
6
|
import * as i2 from '@acorex/platform/layout/builder';
|
@@ -47,14 +46,6 @@ declare const RootConfig: {
|
|
47
46
|
};
|
48
47
|
};
|
49
48
|
|
50
|
-
declare function factory(injector: Injector): Promise<AXPEntity | null>;
|
51
|
-
|
52
|
-
declare class AXMSecurityManagementDeviceSessionsEntityModule {
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AXMSecurityManagementDeviceSessionsEntityModule, never>;
|
54
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMSecurityManagementDeviceSessionsEntityModule, never, never, never>;
|
55
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AXMSecurityManagementDeviceSessionsEntityModule>;
|
56
|
-
}
|
57
|
-
|
58
49
|
interface AXMSecurityManagementRolesEntityModel extends AXPEntityModel<string> {
|
59
50
|
name: string;
|
60
51
|
title: string;
|
@@ -121,7 +112,7 @@ declare class AXMPermissionsModule {
|
|
121
112
|
|
122
113
|
declare class AXMSecurityManagementModule {
|
123
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXMSecurityManagementModule, never>;
|
124
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMSecurityManagementModule, never, [typeof
|
115
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AXMSecurityManagementModule, never, [typeof AXMSecurityManagementProfileEntityModule, typeof AXMSecurityManagementRolesEntityModule, typeof AXMSecurityManagementUsersEntityModule, typeof AXMPermissionsModule, typeof i1.AXPWorkflowModule], never>;
|
125
116
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXMSecurityManagementModule>;
|
126
117
|
}
|
127
118
|
|
@@ -279,5 +270,5 @@ declare class AXPPermissionsWidgetDesignerComponent extends AXPLayoutWidgetCompo
|
|
279
270
|
|
280
271
|
declare const AXPPermissionsWidget: AXPWidgetConfig;
|
281
272
|
|
282
|
-
export { AXMPermissionsModule,
|
273
|
+
export { AXMPermissionsModule, AXMSecurityManagementModule, AXMSecurityManagementRolesEntityService, AXMSecurityManagementRolesEntityServiceImpl, AXMUsersEntityService, AXMUsersEntityServiceImpl, AXPPermissionsEditorComponent, AXPPermissionsEditorPopupComponent, AXPPermissionsWidget, AXPPermissionsWidgetColumnComponent, AXPPermissionsWidgetDesignerComponent, AXPPermissionsWidgetEditComponent, AXPPermissionsWidgetPrintComponent, AXPPermissionsWidgetViewComponent, AXPSecurityManagementMenuKeys, RootConfig };
|
283
274
|
export type { AXMSecurityManagementRolesEntityModel, AXMSecurityManagementUsersEntityModel };
|