@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
|
@@ -493,12 +493,14 @@ var RADashboardResponsiveService = /** @class */ (function () {
|
|
|
493
493
|
function () {
|
|
494
494
|
/** @type {?} */
|
|
495
495
|
var context = _this;
|
|
496
|
-
|
|
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
|
-
}),
|
|
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
|