@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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 22.2.5
3
+ * version : 22.2.9
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-layouts@*",
3
- "_id": "@syncfusion/ej2-layouts@22.1.37",
3
+ "_id": "@syncfusion/ej2-layouts@22.2.5",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-m/C8nW+4b7qChqfXtjtV0u4x08hlbN+JNPX5hNlGW7GGxTVYk+wGizhJSSPSfP5U2QW7/TTcLBKMezEXMeL8hg==",
5
+ "_integrity": "sha512-OyzO8/MzGX/g6C1gh1Uki6PyZbPS4lTonTHV6x1VbHITpv5lqHxonC26N1chcfAh0nAoBABb8To0CK+Mn9nCzQ==",
6
6
  "_location": "/@syncfusion/ej2-layouts",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -27,8 +27,8 @@
27
27
  "/@syncfusion/ej2-react-layouts",
28
28
  "/@syncfusion/ej2-vue-layouts"
29
29
  ],
30
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-22.1.37.tgz",
31
- "_shasum": "90ae9b46c9f1447c1560dd1a741ecc006a012949",
30
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-22.2.5.tgz",
31
+ "_shasum": "64a543608955308497163760cc8143318e769909",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
33
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
34
34
  "author": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~22.2.5"
39
+ "@syncfusion/ej2-base": "~22.2.9"
40
40
  },
41
41
  "deprecated": false,
42
42
  "description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person.",
@@ -76,7 +76,7 @@
76
76
  "url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/layouts"
77
77
  },
78
78
  "typings": "index.d.ts",
79
- "version": "22.2.5",
79
+ "version": "22.2.9",
80
80
  "sideEffects": false,
81
81
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
82
82
  }
@@ -2685,6 +2685,27 @@ var DashboardLayout = /** @class */ (function (_super) {
2685
2685
  this.dragCollection[i].destroy();
2686
2686
  }
2687
2687
  this.removeAllPanel();
2688
+ this.panelCollection = null;
2689
+ this.checkCollision = null;
2690
+ this.mainElement = null;
2691
+ this.dragobj = null;
2692
+ this.dragStartArgs = null;
2693
+ this.dragStopEventArgs = null;
2694
+ this.draggedEventArgs = null;
2695
+ this.sortedArray = null;
2696
+ this.cloneArray = null;
2697
+ this.overlapElement = null;
2698
+ this.overlapElementClone = null;
2699
+ this.dragCollection = [];
2700
+ this.allItems = null;
2701
+ this.moveTarget = null;
2702
+ this.upTarget = null;
2703
+ this.downTarget = null;
2704
+ this.checkingElement = null;
2705
+ this.panelHeaderElement = null;
2706
+ this.panelContent = null;
2707
+ this.panelBody = null;
2708
+ this.table = null;
2688
2709
  _super.prototype.destroy.call(this);
2689
2710
  this.clearTemplate();
2690
2711
  this.renderReactTemplates();
@@ -2194,6 +2194,11 @@ var Splitter = /** @class */ (function (_super) {
2194
2194
  if (this.isReact) {
2195
2195
  this.clearTemplate();
2196
2196
  }
2197
+ this.allBars = [];
2198
+ this.allPanes = [];
2199
+ this.previousPane = null;
2200
+ this.nextPane = null;
2201
+ this.currentSeparator = null;
2197
2202
  }
2198
2203
  };
2199
2204
  Splitter.prototype.restoreElem = function () {