@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
|
@@ -2169,7 +2169,12 @@
|
|
|
2169
2169
|
*/
|
|
2170
2170
|
function () {
|
|
2171
2171
|
_this.setNotConfiguredState(widgetInfo);
|
|
2172
|
-
|
|
2172
|
+
/** @type {?} */
|
|
2173
|
+
var appModule = _this.data.widgetInfo.widgetName;
|
|
2174
|
+
if (_this.data.widgetInfo.applicationModule && _this.data.widgetInfo.applicationModule.length > 0) {
|
|
2175
|
+
appModule = _this.data.widgetInfo.applicationModule;
|
|
2176
|
+
}
|
|
2177
|
+
_this.translateService.loadTranslations(_this.appConfig.appManagementBaseUrl, appModule, false).then((/**
|
|
2173
2178
|
* @return {?}
|
|
2174
2179
|
*/
|
|
2175
2180
|
function () {
|
|
@@ -2219,9 +2224,6 @@
|
|
|
2219
2224
|
* @return {?}
|
|
2220
2225
|
*/
|
|
2221
2226
|
function (e) {
|
|
2222
|
-
console.log("++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
|
|
2223
|
-
console.log(e);
|
|
2224
|
-
console.log(e.details);
|
|
2225
2227
|
if (e.detail == true)
|
|
2226
2228
|
_this.enableTitleLine = true;
|
|
2227
2229
|
else
|