@magic-xpa/gui 4.900.0-dev490.52 → 4.900.0-dev490.55

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.900.0-dev490.52",
3
+ "version": "4.900.0-dev490.55",
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.900.0-dev490.52",
11
+ "@magic-xpa/utils": "4.900.0-dev490.55",
12
12
  "rxjs": "^6.3.3"
13
13
  },
14
14
  "module": "fesm2015/magic-xpa-gui.mjs",
@@ -29,7 +29,6 @@ export declare abstract class MgControlBase extends GuiControlPropertyAdapter im
29
29
  private _firstRefreshProperties;
30
30
  private _form;
31
31
  private _hasValidItmAndDispVal;
32
- private _id;
33
32
  private _controlIsn;
34
33
  private _linkedParentDitIdx;
35
34
  _orgChoiceDisps: List<string[]>;
@@ -58,7 +57,6 @@ export declare abstract class MgControlBase extends GuiControlPropertyAdapter im
58
57
  private _isModal;
59
58
  protected set Form(value: MgFormBase);
60
59
  protected get Form(): MgFormBase;
61
- get Id(): number;
62
60
  get ControlIsn(): number;
63
61
  RefreshOnVisible: boolean;
64
62
  InControl: boolean;