@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.
@@ -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);