@acorex/platform 20.3.0-next.22 → 20.3.0-next.23
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/common/index.d.ts +245 -3
- package/fesm2022/acorex-platform-common.mjs +444 -9
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +2 -2
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +1 -0
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widget-core.mjs +1 -0
- package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-widgets.mjs +52 -0
- package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
- package/layout/components/index.d.ts +1 -0
- package/layout/widget-core/index.d.ts +1 -0
- package/package.json +9 -9
|
@@ -5799,6 +5799,7 @@ class AXPEntityDataSelectorService {
|
|
|
5799
5799
|
name: column.name,
|
|
5800
5800
|
title: property.title || column.title || column.name,
|
|
5801
5801
|
visible: true,
|
|
5802
|
+
dataPath: column.options?.dataPath,
|
|
5802
5803
|
widget: {
|
|
5803
5804
|
type: widgetType,
|
|
5804
5805
|
options: widgetOptions
|