@schneideress/dashboardframework 0.0.215 → 0.0.216

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.
@@ -493,12 +493,14 @@ var RADashboardResponsiveService = /** @class */ (function () {
493
493
  function () {
494
494
  /** @type {?} */
495
495
  var context = _this;
496
- setTimeout((/**
496
+ if (_this.screenWidthAdjusted)
497
+ clearTimeout(_this.screenWidthAdjusted);
498
+ _this.screenWidthAdjusted = setTimeout((/**
497
499
  * @return {?}
498
500
  */
499
501
  function () {
500
502
  context.setScreenWidth();
501
- }), 1500);
503
+ }), 700);
502
504
  }));
503
505
  }
504
506
  /**
@@ -715,6 +717,11 @@ if (false) {
715
717
  RADashboardResponsiveService.prototype.resized;
716
718
  /** @type {?} */
717
719
  RADashboardResponsiveService.prototype.maxColsDesktop;
720
+ /**
721
+ * @type {?}
722
+ * @private
723
+ */
724
+ RADashboardResponsiveService.prototype.screenWidthAdjusted;
718
725
  /**
719
726
  * @type {?}
720
727
  * @private