@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.
- package/bundles/schneideress-dashboardframework.umd.js +1 -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-dashboard-area/ra.dashboard.area.js +2 -5
- package/esm5/lib/ra-dashboard-area/ra.dashboard.area.js +2 -5
- package/fesm2015/schneideress-dashboardframework.js +1 -4
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +1 -4
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/lib/ra-dashboard-area/ra.dashboard.area.d.ts +0 -1
- package/package.json +1 -1
- package/schneideress-dashboardframework.metadata.json +1 -1
|
@@ -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.
|
|
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
|
*/
|