@acorex/platform 20.3.0-next.17 → 20.3.0-next.18

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.
@@ -314,6 +314,7 @@ declare class AXPEntityMasterListViewModel {
314
314
  private readonly widgetResolver;
315
315
  private readonly expressionEvaluator;
316
316
  private readonly commandService;
317
+ private readonly eventService;
317
318
  private readonly filterOperatorMiddleware;
318
319
  private settingEntityKey;
319
320
  private readonly destroyed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/platform",
3
- "version": "20.3.0-next.17",
3
+ "version": "20.3.0-next.18",
4
4
  "peerDependencies": {
5
5
  "@acorex/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0",
6
6
  "@acorex/core": "^19.0.0 || ^20.0.0 || ^21.0.0-next.0",
@@ -26,22 +26,22 @@
26
26
  "types": "./index.d.ts",
27
27
  "default": "./fesm2022/acorex-platform.mjs"
28
28
  },
29
- "./common": {
30
- "types": "./common/index.d.ts",
31
- "default": "./fesm2022/acorex-platform-common.mjs"
32
- },
33
- "./core": {
34
- "types": "./core/index.d.ts",
35
- "default": "./fesm2022/acorex-platform-core.mjs"
36
- },
37
29
  "./auth": {
38
30
  "types": "./auth/index.d.ts",
39
31
  "default": "./fesm2022/acorex-platform-auth.mjs"
40
32
  },
33
+ "./common": {
34
+ "types": "./common/index.d.ts",
35
+ "default": "./fesm2022/acorex-platform-common.mjs"
36
+ },
41
37
  "./domain": {
42
38
  "types": "./domain/index.d.ts",
43
39
  "default": "./fesm2022/acorex-platform-domain.mjs"
44
40
  },
41
+ "./core": {
42
+ "types": "./core/index.d.ts",
43
+ "default": "./fesm2022/acorex-platform-core.mjs"
44
+ },
45
45
  "./native": {
46
46
  "types": "./native/index.d.ts",
47
47
  "default": "./fesm2022/acorex-platform-native.mjs"