@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.
@@ -4350,7 +4350,6 @@ let DashboardLayout = class DashboardLayout extends Component {
4350
4350
  this.updateCloneArrayObject();
4351
4351
  this.checkForChanges(true);
4352
4352
  this.dragStopEventArgs = { event: args.event, element: args.element };
4353
- this.trigger('dragStop', args);
4354
4353
  this.resizeEvents();
4355
4354
  this.rows = this.maxRow(true);
4356
4355
  this.setHeightWidth();
@@ -5141,6 +5140,7 @@ let DashboardLayout = class DashboardLayout extends Component {
5141
5140
  for (const key of keys) {
5142
5141
  if ((typeof getValue(key, this) === 'object' && !isNullOrUndefined(getValue(key, this)))) {
5143
5142
  if (Array.isArray(getValue(key, this)) && key === 'panels') {
5143
+ // eslint-disable-next-line
5144
5144
  this.mergePanels(dataObj[key], this[key]);
5145
5145
  }
5146
5146
  }