@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
|
@@ -2562,7 +2562,9 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2562
2562
|
* @return {?}
|
|
2563
2563
|
*/
|
|
2564
2564
|
function () {
|
|
2565
|
-
|
|
2565
|
+
/** @type {?} */
|
|
2566
|
+
var titleLineEnabled1x = this.widgetElement.titleLineEnabledFor1xView();
|
|
2567
|
+
if (typeof (titleLineEnabled1x) != 'undefined' && titleLineEnabled1x && (this.height == 1 || this.width == 1))
|
|
2566
2568
|
this.enableTitleLine = true;
|
|
2567
2569
|
else
|
|
2568
2570
|
this.enableTitleLine = this.enableTitleLineActual;
|