@schneideress/dashboardframework 0.0.131 → 0.0.132
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 +4 -0
- 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 +5 -1
- package/esm5/lib/ra-widget-container/ra.widget.container.component.js +5 -1
- package/fesm2015/schneideress-dashboardframework.js +4 -0
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +4 -0
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -1420,6 +1420,10 @@ var RAWidgetContainer = /** @class */ (function () {
|
|
|
1420
1420
|
if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
|
|
1421
1421
|
/** @type {?} */
|
|
1422
1422
|
var filterObj = this.getParsedConfig(this.globalFilter);
|
|
1423
|
+
console.log('================================');
|
|
1424
|
+
console.log(this.globalFilter);
|
|
1425
|
+
console.log(filterObj);
|
|
1426
|
+
console.log(this.data.widgetInfo.widgetInstanceId);
|
|
1423
1427
|
if (filterObj.WidgetInstanceId) {
|
|
1424
1428
|
if (this.data.widgetInfo.widgetInstanceId != filterObj.WidgetInstanceId)
|
|
1425
1429
|
this.refreshWidget(this.data.widgetInfo);
|