@magic-xpa/gui 4.1200.0-dev4120.163 → 4.1200.0-dev4120.165

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-xpa/gui",
3
- "version": "4.1200.0-dev4120.163",
3
+ "version": "4.1200.0-dev4120.165",
4
4
  "license": "SEE LICENSE IN EULA.pdf",
5
5
  "dependencies": {
6
6
  "timers": "^0.1.1",
@@ -8,7 +8,7 @@
8
8
  "tslib": "^2.3.0"
9
9
  },
10
10
  "peerDependencies": {
11
- "@magic-xpa/utils": "4.1200.0-dev4120.163",
11
+ "@magic-xpa/utils": "4.1200.0-dev4120.165",
12
12
  "rxjs": "7.8.1"
13
13
  },
14
14
  "module": "fesm2022/magic-xpa-gui.mjs",
@@ -98,6 +98,7 @@ export declare abstract class MgControlBase extends GuiControlPropertyAdapter im
98
98
  isVisible(): boolean;
99
99
  isEnabled(): boolean;
100
100
  isModifiable(): boolean;
101
+ isOnDemandSelectionList(): boolean;
101
102
  getDcVals(): DcValues;
102
103
  getPrevIsNull(): boolean;
103
104
  setPrevIsNull(newValue: boolean): void;
@@ -240,5 +240,6 @@ export declare enum PropInterface {
240
240
  PROP_TYPE_BINDING_LEVEL = 733,
241
241
  PROP_TYPE_SERVER_READ_AHEAD = 736,
242
242
  PROP_TYPE_AUTO_COMPLETE_MODE_WC = 740,
243
- PROP_TYPE_PARK_FIRST_ON = 743
243
+ PROP_TYPE_PARK_FIRST_ON = 743,
244
+ PROP_TYPE_ON_DEMAND = 747
244
245
  }