@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
|
@@ -711,7 +711,7 @@
|
|
|
711
711
|
*/
|
|
712
712
|
function () {
|
|
713
713
|
context.setScreenWidth();
|
|
714
|
-
}),
|
|
714
|
+
}), 500);
|
|
715
715
|
}));
|
|
716
716
|
}
|
|
717
717
|
/**
|
|
@@ -727,12 +727,7 @@
|
|
|
727
727
|
this.screenWidth = window.outerWidth;
|
|
728
728
|
if (this.IsDesktopView) {
|
|
729
729
|
this.currentResInfo = this.resInfo[3];
|
|
730
|
-
// let resInfo = this.resInfo.filter((item) => {
|
|
731
|
-
// return item.end >= this.screenWidth && item.start <= this.screenWidth;
|
|
732
|
-
// })[0];
|
|
733
|
-
//if (this.currentResInfo.id != resInfo.id) {
|
|
734
730
|
this.resized.next(true);
|
|
735
|
-
//}
|
|
736
731
|
}
|
|
737
732
|
else {
|
|
738
733
|
/** @type {?} */
|
|
@@ -996,7 +991,7 @@
|
|
|
996
991
|
_this.gridcellHeight = _this.options.api.getCurrentRowHeight();
|
|
997
992
|
_this.domResized = !_this.domResized;
|
|
998
993
|
_this.setAreaHeight();
|
|
999
|
-
}));
|
|
994
|
+
}), 100);
|
|
1000
995
|
}
|
|
1001
996
|
else {
|
|
1002
997
|
_this.widgetList = [];
|