@schneideress/dashboardframework 0.0.264 → 0.0.265

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.
@@ -748,7 +748,7 @@
748
748
  });
749
749
  this.curatedFilterChange = this.raDashboardEventBus.subscribe(exports.RAEvent.CuratedFilterChange).subscribe(function (e) {
750
750
  _this.ngZone.run(function () {
751
- _this.addRemoveWidgets(e);
751
+ _this.loadWidgets(_this.userDashboardId, _this.areaKey);
752
752
  });
753
753
  });
754
754
  this.rearrangeWidgetClick = this.raDashboardEventBus.subscribe(exports.RAEvent.RearrangeClicked).subscribe(function (e) {
@@ -951,9 +951,6 @@
951
951
  _this.setAreaHeight();
952
952
  });
953
953
  };
954
- //to add widgets into gridster when there is a change in curated filter
955
- RADashboardArea.prototype.addRemoveWidgets = function (data) {
956
- };
957
954
  /**To add widget instance to the database with the next available position and to make changes in
958
955
  * dashboard area.
959
956
  */