@schneideress/dashboardframework 0.0.221 → 0.0.222

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.
@@ -500,7 +500,7 @@ var RADashboardResponsiveService = /** @class */ (function () {
500
500
  */
501
501
  function () {
502
502
  context.setScreenWidth();
503
- }), 700);
503
+ }), 500);
504
504
  }));
505
505
  }
506
506
  /**
@@ -516,12 +516,7 @@ var RADashboardResponsiveService = /** @class */ (function () {
516
516
  this.screenWidth = window.outerWidth;
517
517
  if (this.IsDesktopView) {
518
518
  this.currentResInfo = this.resInfo[3];
519
- // let resInfo = this.resInfo.filter((item) => {
520
- // return item.end >= this.screenWidth && item.start <= this.screenWidth;
521
- // })[0];
522
- //if (this.currentResInfo.id != resInfo.id) {
523
519
  this.resized.next(true);
524
- //}
525
520
  }
526
521
  else {
527
522
  /** @type {?} */
@@ -785,7 +780,7 @@ var RADashboardArea = /** @class */ (function () {
785
780
  _this.gridcellHeight = _this.options.api.getCurrentRowHeight();
786
781
  _this.domResized = !_this.domResized;
787
782
  _this.setAreaHeight();
788
- }));
783
+ }), 100);
789
784
  }
790
785
  else {
791
786
  _this.widgetList = [];