@magic-xpa/gui 4.1101.1 → 4.1101.2

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.1101.1",
3
+ "version": "4.1101.2",
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.1101.1",
11
+ "@magic-xpa/utils": "4.1101.2",
12
12
  "rxjs": "7.8.1"
13
13
  },
14
14
  "module": "fesm2022/magic-xpa-gui.mjs",
@@ -26,6 +26,7 @@ export declare abstract class GuiMgControl extends ControlBase {
26
26
  isRadio(): boolean;
27
27
  isComboBox(): boolean;
28
28
  isListBox(): boolean;
29
+ IsMultipleSelectionListBox(): boolean;
29
30
  isButton(): boolean;
30
31
  isLabel(): boolean;
31
32
  isGroup(): boolean;
@@ -121,7 +121,6 @@ export declare abstract class MgControlBase extends GuiControlPropertyAdapter im
121
121
  getLayer(): number;
122
122
  computePIC(picExpResult: string): PIC;
123
123
  getCurrentIndexOfChoice(): number[];
124
- IsMultipleSelectionListBox(): boolean;
125
124
  IsDateTimePicture(): boolean;
126
125
  SupportsDataSource(): boolean;
127
126
  HasAutocomplete(): boolean;