@schneideress/dashboardframework 20.0.22 → 20.0.23
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.
|
@@ -3930,6 +3930,7 @@ class RAWidgetContainer {
|
|
|
3930
3930
|
if (changes['bulkActionData'] && changes['bulkActionData'].currentValue != changes['bulkActionData'].previousValue) {
|
|
3931
3931
|
if (typeof this.widgetElement.bulkActionClicked === "function") {
|
|
3932
3932
|
this.widgetElement.bulkActionClicked(this.bulkActionData);
|
|
3933
|
+
this.setDownloadIcon().then(() => this.cdr.detectChanges());
|
|
3933
3934
|
}
|
|
3934
3935
|
}
|
|
3935
3936
|
if (changes['globalFilter'] && changes['globalFilter'].currentValue != changes['globalFilter'].previousValue) {
|