@schneideress/dashboardframework 0.0.217 → 0.0.219
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 -1
- 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 +3 -2
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +3 -2
- package/fesm2015/schneideress-dashboardframework.js +2 -1
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +2 -1
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -782,8 +782,9 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
782
782
|
* @return {?}
|
|
783
783
|
*/
|
|
784
784
|
function () {
|
|
785
|
+
_this.gridcellHeight = _this.options.api.getCurrentRowHeight();
|
|
785
786
|
_this.domResized = !_this.domResized;
|
|
786
|
-
}),
|
|
787
|
+
}), 1000);
|
|
787
788
|
}
|
|
788
789
|
else {
|
|
789
790
|
_this.widgetList = [];
|