@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.
- package/bundles/schneideress-dashboardframework.umd.js +2 -7
- 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-area/ra.dashboard.area.js +2 -2
- package/esm2015/lib/ra.dashboard.responsive.service.js +2 -7
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +2 -2
- package/esm5/lib/ra.dashboard.responsive.service.js +2 -7
- package/fesm2015/schneideress-dashboardframework.js +2 -7
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +2 -7
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -500,7 +500,7 @@ var RADashboardResponsiveService = /** @class */ (function () {
|
|
|
500
500
|
*/
|
|
501
501
|
function () {
|
|
502
502
|
context.setScreenWidth();
|
|
503
|
-
}),
|
|
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 = [];
|