@syncfusion/ej2-layouts 20.2.38 → 20.2.39

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 : 20.2.38
3
+ * version : 20.2.39
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@20.2.36",
3
+ "_id": "@syncfusion/ej2-layouts@20.2.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-3hoUIHmfZo7hfzTU3588G1DxPZTJe1H7iPPmVlfcyi4Lgq0hKrjqFlzRpdyCo7Z8tz4xUoYpUi15EfUgScCSbA==",
5
+ "_integrity": "sha512-IgHyJoUKtauVDuYbsAexZle2IHmDUS9TMjBhiry2jTuAx/h9q35hMbPgiRYOFQL9AF2iOwseM0bxeEEwRTgcwQ==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.2.36.tgz",
31
- "_shasum": "e8687548192d0ea082dfd286867d248b1d8ee4b4",
30
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.2.38.tgz",
31
+ "_shasum": "9a2ec32a68549dba4ee2c5ff45ed8a3a257b9f31",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
33
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
34
34
  "author": {
@@ -76,6 +76,6 @@
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": "20.2.38",
79
+ "version": "20.2.39",
80
80
  "sideEffects": false
81
81
  }
@@ -1578,7 +1578,7 @@ var DashboardLayout = /** @class */ (function (_super) {
1578
1578
  }
1579
1579
  var isSwappable = false;
1580
1580
  for (var count1 = 0; count1 < collisions.length; count1++) {
1581
- if (collisions.length >= 1 && this.cloneObject[this.mainElement.id].row === this.oldRowCol[this.mainElement.id].row) {
1581
+ if (collisions.length >= 1 && this.cloneObject[this.mainElement.id] && this.cloneObject[this.mainElement.id].row === this.oldRowCol[this.mainElement.id].row) {
1582
1582
  return false;
1583
1583
  }
1584
1584
  }