@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.
@@ -1958,7 +1958,12 @@ var RAWidgetContainer = /** @class */ (function () {
1958
1958
  */
1959
1959
  function () {
1960
1960
  _this.setNotConfiguredState(widgetInfo);
1961
- _this.translateService.loadTranslations(_this.appConfig.appManagementBaseUrl, _this.data.widgetInfo.widgetName, false).then((/**
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