@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
|
@@ -1626,6 +1626,10 @@
|
|
|
1626
1626
|
if (this.widgetElement && changes.globalFilter && changes.globalFilter.currentValue != changes.globalFilter.previousValue) {
|
|
1627
1627
|
/** @type {?} */
|
|
1628
1628
|
var filterObj = this.getParsedConfig(this.globalFilter);
|
|
1629
|
+
console.log('================================');
|
|
1630
|
+
console.log(this.globalFilter);
|
|
1631
|
+
console.log(filterObj);
|
|
1632
|
+
console.log(this.data.widgetInfo.widgetInstanceId);
|
|
1629
1633
|
if (filterObj.WidgetInstanceId) {
|
|
1630
1634
|
if (this.data.widgetInfo.widgetInstanceId != filterObj.WidgetInstanceId)
|
|
1631
1635
|
this.refreshWidget(this.data.widgetInfo);
|