@schneideress/dashboardframework 0.0.210 → 0.0.211
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 +6 -4
- 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 +7 -5
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +7 -5
- package/fesm2015/schneideress-dashboardframework.js +6 -4
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +6 -4
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -1958,7 +1958,12 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1958
1958
|
*/
|
|
1959
1959
|
function () {
|
|
1960
1960
|
_this.setNotConfiguredState(widgetInfo);
|
|
1961
|
-
|
|
1961
|
+
/** @type {?} */
|
|
1962
|
+
var appModule = _this.data.widgetInfo.widgetName;
|
|
1963
|
+
if (_this.data.widgetInfo.applicationModule && _this.data.widgetInfo.applicationModule.length > 0) {
|
|
1964
|
+
appModule = _this.data.widgetInfo.applicationModule;
|
|
1965
|
+
}
|
|
1966
|
+
_this.translateService.loadTranslations(_this.appConfig.appManagementBaseUrl, appModule, false).then((/**
|
|
1962
1967
|
* @return {?}
|
|
1963
1968
|
*/
|
|
1964
1969
|
function () {
|
|
@@ -2008,9 +2013,6 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
2008
2013
|
* @return {?}
|
|
2009
2014
|
*/
|
|
2010
2015
|
function (e) {
|
|
2011
|
-
console.log("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
|
|
2012
|
-
console.log(e);
|
|
2013
|
-
console.log(e.details);
|
|
2014
2016
|
if (e.detail == true)
|
|
2015
2017
|
_this.enableTitleLine = true;
|
|
2016
2018
|
else
|