@syncfusion/ej2-layouts 22.2.5 → 22.2.9

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.
@@ -2160,6 +2160,11 @@ let Splitter = class Splitter extends Component {
2160
2160
  if (this.isReact) {
2161
2161
  this.clearTemplate();
2162
2162
  }
2163
+ this.allBars = [];
2164
+ this.allPanes = [];
2165
+ this.previousPane = null;
2166
+ this.nextPane = null;
2167
+ this.currentSeparator = null;
2163
2168
  }
2164
2169
  }
2165
2170
  restoreElem() {
@@ -4960,6 +4965,27 @@ let DashboardLayout = class DashboardLayout extends Component {
4960
4965
  this.dragCollection[i].destroy();
4961
4966
  }
4962
4967
  this.removeAllPanel();
4968
+ this.panelCollection = null;
4969
+ this.checkCollision = null;
4970
+ this.mainElement = null;
4971
+ this.dragobj = null;
4972
+ this.dragStartArgs = null;
4973
+ this.dragStopEventArgs = null;
4974
+ this.draggedEventArgs = null;
4975
+ this.sortedArray = null;
4976
+ this.cloneArray = null;
4977
+ this.overlapElement = null;
4978
+ this.overlapElementClone = null;
4979
+ this.dragCollection = [];
4980
+ this.allItems = null;
4981
+ this.moveTarget = null;
4982
+ this.upTarget = null;
4983
+ this.downTarget = null;
4984
+ this.checkingElement = null;
4985
+ this.panelHeaderElement = null;
4986
+ this.panelContent = null;
4987
+ this.panelBody = null;
4988
+ this.table = null;
4963
4989
  super.destroy();
4964
4990
  this.clearTemplate();
4965
4991
  this.renderReactTemplates();