@acorex/platform 20.9.0 → 20.9.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-platform-common.mjs +34 -3
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity-contracts.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +49 -10
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-default.mjs +0 -1
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/package.json +1 -1
- package/types/acorex-platform-common.d.ts +10 -1
- package/types/acorex-platform-contracts.d.ts +1 -0
- package/types/acorex-platform-layout-entity-contracts.d.ts +1 -1
- package/types/acorex-platform-layout-entity.d.ts +7 -0
- package/types/acorex-platform-themes-default.d.ts +1 -1
|
@@ -1241,7 +1241,6 @@ class AXPEntityMasterToolbarViewComponent {
|
|
|
1241
1241
|
this.deviceService = inject(AXPDeviceService);
|
|
1242
1242
|
this.parent = inject(AXPEntityMasterListViewComponent);
|
|
1243
1243
|
this.router = inject(Router);
|
|
1244
|
-
this.activeRoute = inject(ActivatedRoute);
|
|
1245
1244
|
this.settingsService = inject(AXPSettingsService);
|
|
1246
1245
|
this.injector = inject(Injector);
|
|
1247
1246
|
this.isInitializing = false;
|