@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.
@@ -4424,7 +4424,6 @@ var DashboardLayout = /** @__PURE__ @class */ (function (_super) {
4424
4424
  _this.updateCloneArrayObject();
4425
4425
  _this.checkForChanges(true);
4426
4426
  _this.dragStopEventArgs = { event: args.event, element: args.element };
4427
- _this.trigger('dragStop', args);
4428
4427
  _this.resizeEvents();
4429
4428
  _this.rows = _this.maxRow(true);
4430
4429
  _this.setHeightWidth();
@@ -5226,6 +5225,7 @@ var DashboardLayout = /** @__PURE__ @class */ (function (_super) {
5226
5225
  var key = keys_1[_i];
5227
5226
  if ((typeof getValue(key, this) === 'object' && !isNullOrUndefined(getValue(key, this)))) {
5228
5227
  if (Array.isArray(getValue(key, this)) && key === 'panels') {
5228
+ // eslint-disable-next-line
5229
5229
  this.mergePanels(dataObj[key], this[key]);
5230
5230
  }
5231
5231
  }