@schneideress/dashboardframework 0.0.208 → 0.0.209
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 -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-widget-container/ra.widget.container.component.js +4 -2
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +4 -2
- package/fesm2015/schneideress-dashboardframework.js +3 -1
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +3 -1
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -2773,7 +2773,9 @@
|
|
|
2773
2773
|
* @return {?}
|
|
2774
2774
|
*/
|
|
2775
2775
|
function () {
|
|
2776
|
-
|
|
2776
|
+
/** @type {?} */
|
|
2777
|
+
var titleLineEnabled1x = this.widgetElement.titleLineEnabledFor1xView();
|
|
2778
|
+
if (typeof (titleLineEnabled1x) != 'undefined' && titleLineEnabled1x && (this.height == 1 || this.width == 1))
|
|
2777
2779
|
this.enableTitleLine = true;
|
|
2778
2780
|
else
|
|
2779
2781
|
this.enableTitleLine = this.enableTitleLineActual;
|