@acorex/modules 20.3.0-next.6 → 20.3.0-next.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/fesm2022/acorex-modules-conversation.mjs +6 -2
  2. package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
  3. package/fesm2022/{acorex-modules-locale-management-settings.provider-DKOT3qQ0.mjs → acorex-modules-locale-management-settings.provider-DsVC7IWy.mjs} +2 -1
  4. package/fesm2022/acorex-modules-locale-management-settings.provider-DsVC7IWy.mjs.map +1 -0
  5. package/fesm2022/acorex-modules-locale-management.mjs +2 -2
  6. package/fesm2022/{acorex-modules-organization-management-company.entity-BBNM-Ihr.mjs → acorex-modules-organization-management-company.entity-BZDiv8ON.mjs} +2 -2
  7. package/fesm2022/acorex-modules-organization-management-company.entity-BZDiv8ON.mjs.map +1 -0
  8. package/fesm2022/{acorex-modules-organization-management-position.entity-CzBbuApR.mjs → acorex-modules-organization-management-position.entity-C26xHNVh.mjs} +4 -4
  9. package/fesm2022/acorex-modules-organization-management-position.entity-C26xHNVh.mjs.map +1 -0
  10. package/fesm2022/{acorex-modules-organization-management-responsibility.entity-DpUTLjdp.mjs → acorex-modules-organization-management-responsibility.entity-Bdi5EEou.mjs} +4 -4
  11. package/fesm2022/acorex-modules-organization-management-responsibility.entity-Bdi5EEou.mjs.map +1 -0
  12. package/fesm2022/{acorex-modules-organization-management-role.entity-Cz8VrdMl.mjs → acorex-modules-organization-management-role.entity-Clvyelrm.mjs} +4 -4
  13. package/fesm2022/acorex-modules-organization-management-role.entity-Clvyelrm.mjs.map +1 -0
  14. package/fesm2022/{acorex-modules-organization-management-team.entity-7eVokp-J.mjs → acorex-modules-organization-management-team.entity-BKkmASox.mjs} +5 -5
  15. package/fesm2022/acorex-modules-organization-management-team.entity-BKkmASox.mjs.map +1 -0
  16. package/fesm2022/acorex-modules-organization-management.mjs +15 -16
  17. package/fesm2022/acorex-modules-organization-management.mjs.map +1 -1
  18. package/fesm2022/{acorex-modules-task-management-task-board.page-DThbrMLC.mjs → acorex-modules-task-management-task-board.page-D9zaNk6g.mjs} +13 -4
  19. package/fesm2022/acorex-modules-task-management-task-board.page-D9zaNk6g.mjs.map +1 -0
  20. package/fesm2022/acorex-modules-task-management.mjs +1 -1
  21. package/package.json +1 -1
  22. package/fesm2022/acorex-modules-locale-management-settings.provider-DKOT3qQ0.mjs.map +0 -1
  23. package/fesm2022/acorex-modules-organization-management-company.entity-BBNM-Ihr.mjs.map +0 -1
  24. package/fesm2022/acorex-modules-organization-management-position.entity-CzBbuApR.mjs.map +0 -1
  25. package/fesm2022/acorex-modules-organization-management-responsibility.entity-DpUTLjdp.mjs.map +0 -1
  26. package/fesm2022/acorex-modules-organization-management-role.entity-Cz8VrdMl.mjs.map +0 -1
  27. package/fesm2022/acorex-modules-organization-management-team.entity-7eVokp-J.mjs.map +0 -1
  28. package/fesm2022/acorex-modules-task-management-task-board.page-DThbrMLC.mjs.map +0 -1
@@ -1,7 +1,7 @@
1
1
  import * as i2$4 from '@acorex/components/conversation';
2
2
  import { AXConversationModule, AXConversationInputComponent } from '@acorex/components/conversation';
3
3
  import { AXPSessionService, AXPAuthGuard } from '@acorex/platform/auth';
4
- import { AXMEntityCrudServiceImpl, AXPEntityService, ensureListActions, actionExists, AXP_ENTITY_ACTION_PLUGIN, AXP_ENTITY_DEFINITION_LOADER } from '@acorex/platform/layout/entity';
4
+ import { AXMEntityCrudServiceImpl, ensureListActions, actionExists, AXP_ENTITY_ACTION_PLUGIN, AXP_ENTITY_DEFINITION_LOADER } from '@acorex/platform/layout/entity';
5
5
  import { AXPRootLayoutComponent } from '@acorex/platform/themes/default';
6
6
  import * as i1$2 from '@angular/common';
7
7
  import { AsyncPipe, CommonModule, DatePipe } from '@angular/common';
@@ -998,7 +998,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImpor
998
998
  class AXMMenuProvider {
999
999
  constructor() {
1000
1000
  this.sessionService = inject(AXPSessionService);
1001
- this.entityService = inject(AXPEntityService);
1002
1001
  }
1003
1002
  async provide(context) {
1004
1003
  const module = RootConfig;
@@ -1011,6 +1010,11 @@ class AXMMenuProvider {
1011
1010
  icon: RootConfig.entities.room.icon,
1012
1011
  badgeKey: 'badge-chat',
1013
1012
  },
1013
+ {
1014
+ text: ``,
1015
+ type: 'break',
1016
+ priority: 3,
1017
+ }
1014
1018
  ]);
1015
1019
  }
1016
1020
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXMMenuProvider, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }