@magic-xpa/gui 4.900.0-dev490.53 → 4.900.0-dev490.54

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.
@@ -11626,7 +11626,6 @@ class MgControlBase extends GuiControlPropertyAdapter {
11626
11626
  this._firstRefreshProperties = true;
11627
11627
  this._form = null;
11628
11628
  this._hasValidItmAndDispVal = false;
11629
- this._id = -1;
11630
11629
  this._controlIsn = -1;
11631
11630
  this._linkedParentDitIdx = -1;
11632
11631
  this._orgChoiceDisps = null;
@@ -11669,9 +11668,6 @@ class MgControlBase extends GuiControlPropertyAdapter {
11669
11668
  get Form() {
11670
11669
  return this._form;
11671
11670
  }
11672
- get Id() {
11673
- return this._id;
11674
- }
11675
11671
  get ControlIsn() {
11676
11672
  return this._controlIsn;
11677
11673
  }
@@ -11897,9 +11893,6 @@ class MgControlBase extends GuiControlPropertyAdapter {
11897
11893
  case XMLConstants.MG_ATTR_CONTAINER:
11898
11894
  this.setContainer(XmlParser.getInt(valueStr));
11899
11895
  break;
11900
- case XMLConstants.MG_ATTR_ID:
11901
- this._id = XmlParser.getInt(valueStr);
11902
- break;
11903
11896
  case XMLConstants.MG_ATTR_CONTROL_ISN:
11904
11897
  this._controlIsn = XmlParser.getInt(valueStr);
11905
11898
  break;