@acorex/platform 20.7.17 → 20.7.19
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 +5 -4
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +10 -10
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +15 -2
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-BQODc73e.mjs → acorex-platform-themes-default-entity-master-list-view.component-DDd7YryZ.mjs} +41 -2
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-BQODc73e.mjs.map → acorex-platform-themes-default-entity-master-list-view.component-DDd7YryZ.mjs.map} +1 -1
- package/fesm2022/acorex-platform-themes-default.mjs +54 -6
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/layout/widget-core/index.d.ts +7 -0
- package/package.json +1 -1
- package/themes/default/index.d.ts +9 -0
|
@@ -14808,11 +14808,11 @@ class AXPEntityModule {
|
|
|
14808
14808
|
useClass: AXPEntitiesListDataSourceDefinition,
|
|
14809
14809
|
multi: true,
|
|
14810
14810
|
},
|
|
14811
|
-
|
|
14812
|
-
|
|
14813
|
-
|
|
14814
|
-
|
|
14815
|
-
|
|
14811
|
+
{
|
|
14812
|
+
provide: AXP_ENTITY_MODIFIER,
|
|
14813
|
+
useValue: layoutOrderingMiddlewareProvider,
|
|
14814
|
+
multi: true,
|
|
14815
|
+
},
|
|
14816
14816
|
provideCommandSetups([
|
|
14817
14817
|
{
|
|
14818
14818
|
key: 'Entity:OpenDetails',
|
|
@@ -14981,11 +14981,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
14981
14981
|
useClass: AXPEntitiesListDataSourceDefinition,
|
|
14982
14982
|
multi: true,
|
|
14983
14983
|
},
|
|
14984
|
-
|
|
14985
|
-
|
|
14986
|
-
|
|
14987
|
-
|
|
14988
|
-
|
|
14984
|
+
{
|
|
14985
|
+
provide: AXP_ENTITY_MODIFIER,
|
|
14986
|
+
useValue: layoutOrderingMiddlewareProvider,
|
|
14987
|
+
multi: true,
|
|
14988
|
+
},
|
|
14989
14989
|
provideCommandSetups([
|
|
14990
14990
|
{
|
|
14991
14991
|
key: 'Entity:OpenDetails',
|