@schneideress/dashboardframework 0.0.15 → 0.0.16
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 +3 -0
- 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 +4 -1
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +4 -1
- package/fesm2015/schneideress-dashboardframework.js +3 -0
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +3 -0
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -689,6 +689,9 @@ var RADashboardArea = /** @class */ (function () {
|
|
|
689
689
|
if (this.options.api) {
|
|
690
690
|
areaHeight = areaScrollHeight * this.options.api.getCurrentRowHeight() + 2;
|
|
691
691
|
}
|
|
692
|
+
else {
|
|
693
|
+
console.log('api not defined in auto height');
|
|
694
|
+
}
|
|
692
695
|
if (areaHeight < 600) {
|
|
693
696
|
areaHeight = 600;
|
|
694
697
|
}
|