@acorex/modules 20.2.0-next.1 → 20.2.0-next.2

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.
Files changed (61) hide show
  1. package/auth/index.d.ts +58 -4
  2. package/conversation/README.md +1 -1
  3. package/conversation/index.d.ts +117 -71
  4. package/fesm2022/{acorex-modules-auth-acorex-modules-auth-y6rICHrT.mjs → acorex-modules-auth-acorex-modules-auth-BxqN76H7.mjs} +232 -84
  5. package/fesm2022/acorex-modules-auth-acorex-modules-auth-BxqN76H7.mjs.map +1 -0
  6. package/fesm2022/{acorex-modules-auth-app-chooser.component-Cpy0VN6n.mjs → acorex-modules-auth-app-chooser.component-5FbgqbVo.mjs} +6 -4
  7. package/fesm2022/acorex-modules-auth-app-chooser.component-5FbgqbVo.mjs.map +1 -0
  8. package/fesm2022/{acorex-modules-auth-login.module-ZEX4NMuJ.mjs → acorex-modules-auth-login.module-CmMM4TpQ.mjs} +4 -4
  9. package/fesm2022/{acorex-modules-auth-login.module-ZEX4NMuJ.mjs.map → acorex-modules-auth-login.module-CmMM4TpQ.mjs.map} +1 -1
  10. package/fesm2022/{acorex-modules-auth-master.layout-D-lIn4Pl.mjs → acorex-modules-auth-master.layout-eX5-7AeO.mjs} +2 -2
  11. package/fesm2022/{acorex-modules-auth-master.layout-D-lIn4Pl.mjs.map → acorex-modules-auth-master.layout-eX5-7AeO.mjs.map} +1 -1
  12. package/fesm2022/acorex-modules-auth-oauth-callback.component-C9s-5c7F.mjs +97 -0
  13. package/fesm2022/acorex-modules-auth-oauth-callback.component-C9s-5c7F.mjs.map +1 -0
  14. package/fesm2022/{acorex-modules-auth-password.component-CafZfqKe.mjs → acorex-modules-auth-password.component-CDrYHh1x.mjs} +7 -7
  15. package/fesm2022/{acorex-modules-auth-password.component-CafZfqKe.mjs.map → acorex-modules-auth-password.component-CDrYHh1x.mjs.map} +1 -1
  16. package/fesm2022/acorex-modules-auth-password.component-r_Lh8oGN.mjs +226 -0
  17. package/fesm2022/acorex-modules-auth-password.component-r_Lh8oGN.mjs.map +1 -0
  18. package/fesm2022/{acorex-modules-auth-routes-D9-qfC3V.mjs → acorex-modules-auth-routes-CMdsDZud.mjs} +2 -2
  19. package/fesm2022/{acorex-modules-auth-routes-D9-qfC3V.mjs.map → acorex-modules-auth-routes-CMdsDZud.mjs.map} +1 -1
  20. package/fesm2022/{acorex-modules-auth-tenant-chooser.component-B1aE-TOD.mjs → acorex-modules-auth-tenant-chooser.component-BdK5T-8X.mjs} +19 -10
  21. package/fesm2022/acorex-modules-auth-tenant-chooser.component-BdK5T-8X.mjs.map +1 -0
  22. package/fesm2022/{acorex-modules-auth-two-factor-code.component-BglerlU-.mjs → acorex-modules-auth-two-factor-code.component-DSWd06bn.mjs} +6 -6
  23. package/fesm2022/{acorex-modules-auth-two-factor-code.component-BglerlU-.mjs.map → acorex-modules-auth-two-factor-code.component-DSWd06bn.mjs.map} +1 -1
  24. package/fesm2022/{acorex-modules-auth-two-factor.module-D3N2XyOH.mjs → acorex-modules-auth-two-factor.module-YV9pDOnB.mjs} +3 -3
  25. package/fesm2022/{acorex-modules-auth-two-factor.module-D3N2XyOH.mjs.map → acorex-modules-auth-two-factor.module-YV9pDOnB.mjs.map} +1 -1
  26. package/fesm2022/acorex-modules-auth-user-sessions.component-KI9dYs78.mjs +135 -0
  27. package/fesm2022/acorex-modules-auth-user-sessions.component-KI9dYs78.mjs.map +1 -0
  28. package/fesm2022/acorex-modules-auth.mjs +1 -1
  29. package/fesm2022/acorex-modules-conversation.mjs +282 -204
  30. package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
  31. package/fesm2022/acorex-modules-notification-management.mjs +109 -28
  32. package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
  33. package/fesm2022/acorex-modules-organization-management-branch.entity-CHp5WtIF.mjs.map +1 -1
  34. package/fesm2022/acorex-modules-organization-management-department.entity-BxCyXNtv.mjs.map +1 -1
  35. package/fesm2022/acorex-modules-organization-management-division.entity-DzQT2jpz.mjs.map +1 -1
  36. package/fesm2022/acorex-modules-organization-management-employee.entity-CSY_U9Bl.mjs.map +1 -1
  37. package/fesm2022/acorex-modules-organization-management-employment-type.entity-h9Hua7Xe.mjs.map +1 -1
  38. package/fesm2022/acorex-modules-organization-management-position-category.entity-CIir9UMg.mjs.map +1 -1
  39. package/fesm2022/acorex-modules-organization-management-position.entity-BpkjUsoZ.mjs.map +1 -1
  40. package/fesm2022/acorex-modules-organization-management-responsibility-category.entity-tJFpEylO.mjs.map +1 -1
  41. package/fesm2022/acorex-modules-organization-management-responsibility.entity-DmKSoxpL.mjs.map +1 -1
  42. package/fesm2022/acorex-modules-organization-management-role-category.entity-CAljzQcH.mjs.map +1 -1
  43. package/fesm2022/acorex-modules-organization-management-skill-category.entity-iIbc-pjJ.mjs.map +1 -1
  44. package/fesm2022/acorex-modules-organization-management-skill.entity-DoAsCzm9.mjs.map +1 -1
  45. package/fesm2022/acorex-modules-organization-management-team.entity-DMCfAZsr.mjs.map +1 -1
  46. package/fesm2022/acorex-modules-security-management.mjs +753 -217
  47. package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
  48. package/fesm2022/{acorex-modules-workflow-management-acorex-modules-workflow-management-enYapFRb.mjs → acorex-modules-workflow-management-acorex-modules-workflow-management-DnSdOSmj.mjs} +6 -6
  49. package/fesm2022/{acorex-modules-workflow-management-acorex-modules-workflow-management-enYapFRb.mjs.map → acorex-modules-workflow-management-acorex-modules-workflow-management-DnSdOSmj.mjs.map} +1 -1
  50. package/fesm2022/{acorex-modules-workflow-management-task-board.page-CPL7HwN4.mjs → acorex-modules-workflow-management-task-board.page-Bzu4j4VW.mjs} +2 -2
  51. package/fesm2022/{acorex-modules-workflow-management-task-board.page-CPL7HwN4.mjs.map → acorex-modules-workflow-management-task-board.page-Bzu4j4VW.mjs.map} +1 -1
  52. package/fesm2022/acorex-modules-workflow-management.mjs +1 -1
  53. package/notification-management/index.d.ts +69 -59
  54. package/package.json +13 -13
  55. package/security-management/index.d.ts +13 -4
  56. package/workflow-management/index.d.ts +2 -2
  57. package/fesm2022/acorex-modules-auth-acorex-modules-auth-y6rICHrT.mjs.map +0 -1
  58. package/fesm2022/acorex-modules-auth-app-chooser.component-Cpy0VN6n.mjs.map +0 -1
  59. package/fesm2022/acorex-modules-auth-password.component-DLCb0_6e.mjs +0 -134
  60. package/fesm2022/acorex-modules-auth-password.component-DLCb0_6e.mjs.map +0 -1
  61. package/fesm2022/acorex-modules-auth-tenant-chooser.component-B1aE-TOD.mjs.map +0 -1
@@ -1,2 +1,2 @@
1
- export { b as AXMWorkflowManagementMenuProvider, c as AXMWorkflowManagementModule, a as AXPTaskBoardModule, A as AXPTaskBoardService } from './acorex-modules-workflow-management-acorex-modules-workflow-management-enYapFRb.mjs';
1
+ export { b as AXMMenuProvider, c as AXMWorkflowManagementModule, a as AXPTaskBoardModule, A as AXPTaskBoardService } from './acorex-modules-workflow-management-acorex-modules-workflow-management-DnSdOSmj.mjs';
2
2
  //# sourceMappingURL=acorex-modules-workflow-management.mjs.map
@@ -1,11 +1,11 @@
1
1
  import { AXPEntity, AXPFileStorageInfo, AXPMenuProvider, AXPMenuProviderContext, AXPSettingDefinitionProvider, AXPSettingDefinitionProviderContext } from '@acorex/platform/common';
2
- import * as _angular_core from '@angular/core';
3
- import { Injector, OnInit, OnDestroy } from '@angular/core';
2
+ import * as i0 from '@angular/core';
3
+ import { Injector, InjectionToken, OnInit, OnDestroy } from '@angular/core';
4
4
  import { AXPEntityModel, AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
5
+ import { AXPActionMenuItem, AXPExecuteCommand, AXPContent, AXPUserReference, AXPQueryRequest, AXPPagedListResult } from '@acorex/platform/core';
5
6
  import * as i1 from '@acorex/platform/layout/components';
6
7
  import * as i2 from '@acorex/platform/layout/builder';
7
8
  import { AXPValueWidgetComponent, AXPWidgetConfig } from '@acorex/platform/layout/builder';
8
- import { AXPQueryRequest, AXPPagedListResult } from '@acorex/platform/core';
9
9
  import { AXTabStripChangedEvent } from '@acorex/components/tabs';
10
10
 
11
11
  declare const RootConfig: {
@@ -63,40 +63,50 @@ declare abstract class AXMNotificationManagementChannelEntityService extends AXM
63
63
  }
64
64
  declare class AXMNotificationManagementChannelEntityServiceImpl extends AXMNotificationManagementChannelEntityService {
65
65
  constructor();
66
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationManagementChannelEntityServiceImpl, never>;
67
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMNotificationManagementChannelEntityServiceImpl>;
66
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMNotificationManagementChannelEntityServiceImpl, never>;
67
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMNotificationManagementChannelEntityServiceImpl>;
68
68
  }
69
69
 
70
70
  declare function notificationEntityFactory(injector: Injector): Promise<AXPEntity | null>;
71
71
 
72
+ type AXMNotificationType = 'File' | 'Chat' | 'Comment' | 'Log';
73
+ declare abstract class AXPNotificationDefinitionProvider {
74
+ name: AXMNotificationType;
75
+ title: string;
76
+ icon: string;
77
+ actions?: AXPActionMenuItem[];
78
+ execute: (command: AXPExecuteCommand, item: AXMNotificationItem) => Promise<void>;
79
+ }
80
+ declare class AXPNotificationDefinitionProviderDefault extends AXPNotificationDefinitionProvider {
81
+ provide(): Promise<AXPNotificationDefinitionProvider[]>;
82
+ }
83
+ declare const AXP_NOTIFICATION_DEFINITION_PROVIDER: InjectionToken<AXPNotificationDefinitionProvider[]>;
84
+ declare class AXPNotificationDefinitionService {
85
+ private providers;
86
+ getProviders(): AXPNotificationDefinitionProvider[];
87
+ resolve(name: string): AXPNotificationDefinitionProvider;
88
+ execute(command: AXPExecuteCommand, item: AXMNotificationItem): void;
89
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPNotificationDefinitionService, never>;
90
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPNotificationDefinitionService>;
91
+ }
92
+
72
93
  type AXMNotificationChannel = 'InApp' | 'Email' | 'SMS';
73
94
  type AXMNotificationCategory = 'Inbox' | 'Archive';
74
95
  type AXMNotificationPrority = 'Warning' | 'Danger' | 'Notice';
75
- type AXMNotificationType = 'File' | 'Person' | 'Notification';
76
96
  type AXMNotificationActionType = 'Link' | 'Entity' | 'Popup';
77
97
  interface AXMNotificationItem {
78
98
  id: string;
79
99
  title: string;
80
100
  body: string;
101
+ type: AXMNotificationType;
81
102
  channel: AXMNotificationChannel;
82
- content: {
83
- type: AXMNotificationType;
84
- data: object;
85
- };
103
+ content: AXPContent;
86
104
  action?: {
87
105
  type: AXMNotificationActionType;
88
- data: {
89
- [key: string]: unknown;
90
- };
91
- };
92
- user: {
93
- id: string;
94
- name: string;
95
- image: string;
96
- username: string;
97
- firstName: string;
98
- lastName: string;
106
+ data: Record<string, unknown>;
99
107
  };
108
+ receiver: AXPUserReference;
109
+ sender: AXPUserReference;
100
110
  template: {
101
111
  category: AXMNotificationCategory;
102
112
  prority: AXMNotificationPrority;
@@ -124,24 +134,24 @@ declare abstract class AXMNotificationEntityService extends AXMEntityCrudService
124
134
  abstract getList(): Promise<AXMNotificationResponse>;
125
135
  abstract markAsRead(payload?: AXMNotificationMarkAsReadRequest): Promise<void>;
126
136
  abstract markAllAsRead(): Promise<void>;
127
- abstract create(payload?: AXMNotificationItem): Promise<void>;
137
+ abstract create(payload?: AXMNotificationItem): Promise<AXMNotificationItem>;
128
138
  }
129
139
  declare class AXMNotificationEntityServiceImpl extends AXMNotificationEntityService {
130
140
  getList(): Promise<AXMNotificationResponse>;
131
141
  markAsRead(payload?: AXMNotificationMarkAsReadRequest): Promise<void>;
132
142
  markAllAsRead(): Promise<void>;
133
- create(payload?: AXMNotificationItem): Promise<void>;
143
+ create(payload?: AXMNotificationItem): Promise<AXMNotificationItem>;
134
144
  constructor();
135
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationEntityServiceImpl, never>;
136
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMNotificationEntityServiceImpl>;
145
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMNotificationEntityServiceImpl, never>;
146
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMNotificationEntityServiceImpl>;
137
147
  }
138
148
 
139
149
  declare function notificationTemplateEntityFactory(injector: Injector): Promise<AXPEntity | null>;
140
150
 
141
151
  declare class AXMNotificationManagementTemplateEntityModule {
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>;
152
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMNotificationManagementTemplateEntityModule, never>;
153
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMNotificationManagementTemplateEntityModule, never, never, never>;
154
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMNotificationManagementTemplateEntityModule>;
145
155
  }
146
156
 
147
157
  interface AXMNotificationManagementTemplateEntityModel extends AXPEntityModel<string> {
@@ -155,8 +165,8 @@ declare abstract class AXMNotificationManagementTemplateEntityService extends AX
155
165
  }
156
166
  declare class AXMNotificationManagementTemplateEntityServiceImpl extends AXMNotificationManagementTemplateEntityService {
157
167
  constructor();
158
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationManagementTemplateEntityServiceImpl, never>;
159
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMNotificationManagementTemplateEntityServiceImpl>;
168
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMNotificationManagementTemplateEntityServiceImpl, never>;
169
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMNotificationManagementTemplateEntityServiceImpl>;
160
170
  }
161
171
 
162
172
  declare class AXMNotificationManagmentModuleMenuProvider implements AXPMenuProvider {
@@ -166,9 +176,9 @@ declare class AXMNotificationManagmentModuleMenuProvider implements AXPMenuProvi
166
176
  }
167
177
 
168
178
  declare class AXMNotificationManagementModule {
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>;
179
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMNotificationManagementModule, never>;
180
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMNotificationManagementModule, never, [typeof i1.AXPComponentSlotModule, typeof i2.AXPLayoutBuilderModule], never>;
181
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMNotificationManagementModule>;
172
182
  }
173
183
 
174
184
  declare class AXMSettingProvider implements AXPSettingDefinitionProvider {
@@ -193,8 +203,8 @@ interface AXMOsNotificationOptions extends NotificationOptions {
193
203
  * Service to display OS-level notifications using the browser's Notification API.
194
204
  */
195
205
  declare class AXMOsNotificationService {
196
- readonly isSupported: _angular_core.WritableSignal<boolean>;
197
- readonly permission: _angular_core.WritableSignal<boolean>;
206
+ readonly isSupported: i0.WritableSignal<boolean>;
207
+ readonly permission: i0.WritableSignal<boolean>;
198
208
  constructor();
199
209
  /**
200
210
  * Requests permission from the user to display desktop notifications.
@@ -215,8 +225,8 @@ declare class AXMOsNotificationService {
215
225
  * @param notification Optional. Pass a specific notification to close it; otherwise closes all.
216
226
  */
217
227
  dismiss(notification?: Notification): void;
218
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMOsNotificationService, never>;
219
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMOsNotificationService>;
228
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMOsNotificationService, never>;
229
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMOsNotificationService>;
220
230
  }
221
231
 
222
232
  /**
@@ -230,11 +240,11 @@ declare class AXMNotificationConnectorService {
230
240
  private readonly error;
231
241
  private readonly notifications;
232
242
  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>;
243
+ readonly loading: i0.Signal<boolean>;
244
+ readonly errorMessage: i0.Signal<string | null>;
245
+ readonly notificationList: i0.Signal<AXMNotificationItem[]>;
246
+ readonly total: i0.Signal<number>;
247
+ readonly unreadCount: i0.Signal<number>;
238
248
  constructor();
239
249
  /**
240
250
  * Get list of notifications
@@ -271,8 +281,8 @@ declare class AXMNotificationConnectorService {
271
281
  * Query notifications
272
282
  */
273
283
  query(request?: AXPQueryRequest): Promise<AXPPagedListResult<AXMNotificationManagementNotificationEntityModel>>;
274
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<AXMNotificationConnectorService, never>;
275
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<AXMNotificationConnectorService>;
284
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMNotificationConnectorService, never>;
285
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMNotificationConnectorService>;
276
286
  }
277
287
 
278
288
  /**
@@ -280,23 +290,23 @@ declare class AXMNotificationConnectorService {
280
290
  * Displays notifications in a card with tabs
281
291
  */
282
292
  declare class AXPNotificationWidgetViewComponent extends AXPValueWidgetComponent<any> implements OnInit, OnDestroy {
283
- notificationClick: _angular_core.OutputEmitterRef<AXMNotificationItem>;
284
- markAsRead: _angular_core.OutputEmitterRef<AXMNotificationItem>;
293
+ notificationClick: i0.OutputEmitterRef<AXMNotificationItem>;
294
+ markAsRead: i0.OutputEmitterRef<AXMNotificationItem>;
285
295
  private readonly cdr;
286
296
  private readonly datePipe;
287
297
  private readonly notificationConnector;
288
298
  private readonly toastService;
289
- protected activeTab: _angular_core.WritableSignal<"all" | "new">;
299
+ protected activeTab: i0.WritableSignal<"all" | "new">;
290
300
  private refreshTimerId;
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[]>;
301
+ protected readonly maxItems: i0.Signal<any>;
302
+ protected readonly showAvatar: i0.Signal<any>;
303
+ protected readonly showDate: i0.Signal<any>;
304
+ protected readonly autoRefresh: i0.Signal<any>;
305
+ protected readonly refreshInterval: i0.Signal<number>;
306
+ protected readonly notifications: i0.Signal<AXMNotificationItem[]>;
307
+ protected readonly totalNotifications: i0.Signal<number>;
308
+ protected readonly isLoading: i0.Signal<boolean>;
309
+ protected readonly notificationItems: i0.Signal<AXMNotificationItem[]>;
300
310
  constructor();
301
311
  ngOnInit(): void;
302
312
  ngOnDestroy(): void;
@@ -349,8 +359,8 @@ declare class AXPNotificationWidgetViewComponent extends AXPValueWidgetComponent
349
359
  * Calculate days difference from now
350
360
  */
351
361
  private getDaysDifference;
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>;
362
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPNotificationWidgetViewComponent, never>;
363
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPNotificationWidgetViewComponent, "ng-component", never, {}, { "notificationClick": "notificationClick"; "markAsRead": "markAsRead"; }, never, never, true, never>;
354
364
  }
355
365
 
356
366
  /**
@@ -358,5 +368,5 @@ declare class AXPNotificationWidgetViewComponent extends AXPValueWidgetComponent
358
368
  */
359
369
  declare const AXPMyNotificationDashboardWidget: AXPWidgetConfig;
360
370
 
361
- export { AXMNotificationConnectorService, AXMNotificationEntityService, AXMNotificationEntityServiceImpl, AXMNotificationManagementChannelEntityService, AXMNotificationManagementChannelEntityServiceImpl, AXMNotificationManagementModule, AXMNotificationManagementTemplateEntityModule, AXMNotificationManagementTemplateEntityService, AXMNotificationManagementTemplateEntityServiceImpl, AXMNotificationManagmentModuleMenuProvider, AXMOsNotificationService, AXMSettingProvider, AXPMyNotificationDashboardWidget, AXPNotificationWidgetViewComponent, RootConfig, myNotificationEntityFactory, notificationChannelEntityFactory, notificationEntityFactory, notificationLogEntityFactory, notificationTemplateEntityFactory };
371
+ export { AXMNotificationConnectorService, AXMNotificationEntityService, AXMNotificationEntityServiceImpl, AXMNotificationManagementChannelEntityService, AXMNotificationManagementChannelEntityServiceImpl, AXMNotificationManagementModule, AXMNotificationManagementTemplateEntityModule, AXMNotificationManagementTemplateEntityService, AXMNotificationManagementTemplateEntityServiceImpl, AXMNotificationManagmentModuleMenuProvider, AXMOsNotificationService, AXMSettingProvider, AXPMyNotificationDashboardWidget, AXPNotificationDefinitionProvider, AXPNotificationDefinitionProviderDefault, AXPNotificationDefinitionService, AXPNotificationWidgetViewComponent, AXP_NOTIFICATION_DEFINITION_PROVIDER, RootConfig, myNotificationEntityFactory, notificationChannelEntityFactory, notificationEntityFactory, notificationLogEntityFactory, notificationTemplateEntityFactory };
362
372
  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.2.0-next.1",
3
+ "version": "20.2.0-next.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.0.0",
6
6
  "@angular/core": ">=19.0.0",
@@ -30,6 +30,10 @@
30
30
  "types": "./auth/index.d.ts",
31
31
  "default": "./fesm2022/acorex-modules-auth.mjs"
32
32
  },
33
+ "./calendar-management": {
34
+ "types": "./calendar-management/index.d.ts",
35
+ "default": "./fesm2022/acorex-modules-calendar-management.mjs"
36
+ },
33
37
  "./common": {
34
38
  "types": "./common/index.d.ts",
35
39
  "default": "./fesm2022/acorex-modules-common.mjs"
@@ -38,10 +42,6 @@
38
42
  "types": "./contact-management/index.d.ts",
39
43
  "default": "./fesm2022/acorex-modules-contact-management.mjs"
40
44
  },
41
- "./calendar-management": {
42
- "types": "./calendar-management/index.d.ts",
43
- "default": "./fesm2022/acorex-modules-calendar-management.mjs"
44
- },
45
45
  "./content-management": {
46
46
  "types": "./content-management/index.d.ts",
47
47
  "default": "./fesm2022/acorex-modules-content-management.mjs"
@@ -54,10 +54,6 @@
54
54
  "types": "./dashboard-management/index.d.ts",
55
55
  "default": "./fesm2022/acorex-modules-dashboard-management.mjs"
56
56
  },
57
- "./data-management": {
58
- "types": "./data-management/index.d.ts",
59
- "default": "./fesm2022/acorex-modules-data-management.mjs"
60
- },
61
57
  "./document-management": {
62
58
  "types": "./document-management/index.d.ts",
63
59
  "default": "./fesm2022/acorex-modules-document-management.mjs"
@@ -66,6 +62,10 @@
66
62
  "types": "./form-template-management/index.d.ts",
67
63
  "default": "./fesm2022/acorex-modules-form-template-management.mjs"
68
64
  },
65
+ "./data-management": {
66
+ "types": "./data-management/index.d.ts",
67
+ "default": "./fesm2022/acorex-modules-data-management.mjs"
68
+ },
69
69
  "./issue-management": {
70
70
  "types": "./issue-management/index.d.ts",
71
71
  "default": "./fesm2022/acorex-modules-issue-management.mjs"
@@ -98,14 +98,14 @@
98
98
  "types": "./scheduler-job-management/index.d.ts",
99
99
  "default": "./fesm2022/acorex-modules-scheduler-job-management.mjs"
100
100
  },
101
- "./settings-management": {
102
- "types": "./settings-management/index.d.ts",
103
- "default": "./fesm2022/acorex-modules-settings-management.mjs"
104
- },
105
101
  "./security-management": {
106
102
  "types": "./security-management/index.d.ts",
107
103
  "default": "./fesm2022/acorex-modules-security-management.mjs"
108
104
  },
105
+ "./settings-management": {
106
+ "types": "./settings-management/index.d.ts",
107
+ "default": "./fesm2022/acorex-modules-settings-management.mjs"
108
+ },
109
109
  "./text-template-management": {
110
110
  "types": "./text-template-management/index.d.ts",
111
111
  "default": "./fesm2022/acorex-modules-text-template-management.mjs"
@@ -1,6 +1,7 @@
1
- import { AXPEntityModel, AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
1
+ import { AXPEntity } from '@acorex/platform/common';
2
2
  import * as i0 from '@angular/core';
3
- import { OnInit } from '@angular/core';
3
+ import { Injector, OnInit } from '@angular/core';
4
+ import { AXPEntityModel, AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
4
5
  import * as i1 from '@acorex/platform/workflow';
5
6
  import { AXPWorkflowService } from '@acorex/platform/workflow';
6
7
  import * as i2 from '@acorex/platform/layout/builder';
@@ -46,6 +47,14 @@ declare const RootConfig: {
46
47
  };
47
48
  };
48
49
 
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
+
49
58
  interface AXMSecurityManagementRolesEntityModel extends AXPEntityModel<string> {
50
59
  name: string;
51
60
  title: string;
@@ -112,7 +121,7 @@ declare class AXMPermissionsModule {
112
121
 
113
122
  declare class AXMSecurityManagementModule {
114
123
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMSecurityManagementModule, never>;
115
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXMSecurityManagementModule, never, [typeof AXMSecurityManagementProfileEntityModule, typeof AXMSecurityManagementRolesEntityModule, typeof AXMSecurityManagementUsersEntityModule, typeof AXMPermissionsModule, typeof i1.AXPWorkflowModule], never>;
124
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMSecurityManagementModule, never, [typeof AXMSecurityManagementDeviceSessionsEntityModule, typeof AXMSecurityManagementProfileEntityModule, typeof AXMSecurityManagementRolesEntityModule, typeof AXMSecurityManagementUsersEntityModule, typeof AXMPermissionsModule, typeof i1.AXPWorkflowModule], never>;
116
125
  static ɵinj: i0.ɵɵInjectorDeclaration<AXMSecurityManagementModule>;
117
126
  }
118
127
 
@@ -270,5 +279,5 @@ declare class AXPPermissionsWidgetDesignerComponent extends AXPLayoutWidgetCompo
270
279
 
271
280
  declare const AXPPermissionsWidget: AXPWidgetConfig;
272
281
 
273
- export { AXMPermissionsModule, AXMSecurityManagementModule, AXMSecurityManagementRolesEntityService, AXMSecurityManagementRolesEntityServiceImpl, AXMUsersEntityService, AXMUsersEntityServiceImpl, AXPPermissionsEditorComponent, AXPPermissionsEditorPopupComponent, AXPPermissionsWidget, AXPPermissionsWidgetColumnComponent, AXPPermissionsWidgetDesignerComponent, AXPPermissionsWidgetEditComponent, AXPPermissionsWidgetPrintComponent, AXPPermissionsWidgetViewComponent, AXPSecurityManagementMenuKeys, RootConfig };
282
+ export { AXMPermissionsModule, AXMSecurityManagementDeviceSessionsEntityModule, AXMSecurityManagementModule, AXMSecurityManagementRolesEntityService, AXMSecurityManagementRolesEntityServiceImpl, AXMUsersEntityService, AXMUsersEntityServiceImpl, AXPPermissionsEditorComponent, AXPPermissionsEditorPopupComponent, AXPPermissionsWidget, AXPPermissionsWidgetColumnComponent, AXPPermissionsWidgetDesignerComponent, AXPPermissionsWidgetEditComponent, AXPPermissionsWidgetPrintComponent, AXPPermissionsWidgetViewComponent, AXPSecurityManagementMenuKeys, RootConfig, factory };
274
283
  export type { AXMSecurityManagementRolesEntityModel, AXMSecurityManagementUsersEntityModel };
@@ -26,7 +26,7 @@ declare class AXPTaskBoardModule {
26
26
  static ɵinj: i0.ɵɵInjectorDeclaration<AXPTaskBoardModule>;
27
27
  }
28
28
 
29
- declare class AXMWorkflowManagementMenuProvider implements AXPMenuProvider {
29
+ declare class AXMMenuProvider implements AXPMenuProvider {
30
30
  provide(context: AXPMenuProviderContext): Promise<void>;
31
31
  }
32
32
 
@@ -36,4 +36,4 @@ declare class AXMWorkflowManagementModule {
36
36
  static ɵinj: i0.ɵɵInjectorDeclaration<AXMWorkflowManagementModule>;
37
37
  }
38
38
 
39
- export { AXMWorkflowManagementMenuProvider, AXMWorkflowManagementModule, AXPTaskBoardModule, AXPTaskBoardService };
39
+ export { AXMMenuProvider, AXMWorkflowManagementModule, AXPTaskBoardModule, AXPTaskBoardService };