@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.
- package/bundles/schneideress-dashboardframework.umd.js +9 -2
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/lib/ra.dashboard.responsive.service.js +10 -3
- package/esm5/lib/ra.dashboard.responsive.service.js +10 -3
- package/fesm2015/schneideress-dashboardframework.js +9 -2
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +9 -2
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra.dashboard.responsive.service.d.ts +1 -0
- package/package.json +1 -1
|
@@ -704,12 +704,14 @@
|
|
|
704
704
|
function () {
|
|
705
705
|
/** @type {?} */
|
|
706
706
|
var context = _this;
|
|
707
|
-
|
|
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
|
-
}),
|
|
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
|