@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.
@@ -704,12 +704,14 @@
704
704
  function () {
705
705
  /** @type {?} */
706
706
  var context = _this;
707
- setTimeout((/**
707
+ if (_this.screenWidthAdjusted)
708
+ clearTimeout(_this.screenWidthAdjusted);
709
+ _this.screenWidthAdjusted = setTimeout((/**
708
710
  * @return {?}
709
711
  */
710
712
  function () {
711
713
  context.setScreenWidth();
712
- }), 1500);
714
+ }), 700);
713
715
  }));
714
716
  }
715
717
  /**
@@ -926,6 +928,11 @@
926
928
  RADashboardResponsiveService.prototype.resized;
927
929
  /** @type {?} */
928
930
  RADashboardResponsiveService.prototype.maxColsDesktop;
931
+ /**
932
+ * @type {?}
933
+ * @private
934
+ */
935
+ RADashboardResponsiveService.prototype.screenWidthAdjusted;
929
936
  /**
930
937
  * @type {?}
931
938
  * @private