@acorex/platform 20.3.0-next.22 → 20.3.0-next.24

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.
@@ -443,6 +443,7 @@ interface AXPDataSelectorColumn {
443
443
  name: string;
444
444
  title: string;
445
445
  visible: boolean;
446
+ dataPath?: string;
446
447
  widget: {
447
448
  type: string;
448
449
  options: any;
@@ -184,6 +184,7 @@ interface AXPWidgetTypesMap {
184
184
  fontStyleChooser: 'font-style-chooser';
185
185
  fontSizeChooser: 'font-size-chooser';
186
186
  iconChooser: 'icon-chooser';
187
+ icon: 'icon';
187
188
  themeColorChooser: 'theme-color-chooser';
188
189
  panel: 'panel';
189
190
  notification: 'notification';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/platform",
3
- "version": "20.3.0-next.22",
3
+ "version": "20.3.0-next.24",
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",