@syncfusion/ej2-layouts 20.4.48 → 20.4.53

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.4.48
3
+ * version : 20.4.53
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.4.42",
3
+ "_id": "@syncfusion/ej2-layouts@20.4.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-FsMlyjEuCRPFozN4SxqHQlPZsNjGwNYJH3BRJrwsHYZqqYd+qaxyHkAOX+1WkVmIbDEhSZwg84jb17e9BmrzhQ==",
5
+ "_integrity": "sha512-wFvRXWO8HbQ0TrViKZ3VPfF4/lk1IZKwLZ2N7wAvEUl6YyI0Gl+OQpRf1h2ncHepTSFKHL0fhGPkLkrDYrNhtw==",
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-20.4.42.tgz",
31
- "_shasum": "4fe954b5ab6341cea34ef3a63176e28a72950b36",
30
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-layouts/-/ej2-layouts-20.4.48.tgz",
31
+ "_shasum": "71a303ed7801c7e7cad5b976ce17059e007517cb",
32
32
  "_spec": "@syncfusion/ej2-layouts@*",
33
33
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
34
34
  "author": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~20.4.48"
39
+ "@syncfusion/ej2-base": "~20.4.51"
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": "20.4.48",
79
+ "version": "20.4.53",
80
80
  "sideEffects": false,
81
81
  "homepage": "https://www.syncfusion.com/javascript-ui-controls"
82
82
  }
@@ -2077,7 +2077,6 @@ var DashboardLayout = /** @class */ (function (_super) {
2077
2077
  _this.updateCloneArrayObject();
2078
2078
  _this.checkForChanges(true);
2079
2079
  _this.dragStopEventArgs = { event: args.event, element: args.element };
2080
- _this.trigger('dragStop', args);
2081
2080
  _this.resizeEvents();
2082
2081
  _this.rows = _this.maxRow(true);
2083
2082
  _this.setHeightWidth();
@@ -2879,6 +2878,7 @@ var DashboardLayout = /** @class */ (function (_super) {
2879
2878
  var key = keys_1[_i];
2880
2879
  if ((typeof getValue(key, this) === 'object' && !isNullOrUndefined(getValue(key, this)))) {
2881
2880
  if (Array.isArray(getValue(key, this)) && key === 'panels') {
2881
+ // eslint-disable-next-line
2882
2882
  this.mergePanels(dataObj[key], this[key]);
2883
2883
  }
2884
2884
  }