barsa-novin-ray-core 2.3.45 → 2.3.47
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.
|
@@ -9095,7 +9095,7 @@ class ReportBaseComponent extends BaseComponent {
|
|
|
9095
9095
|
const moDataList = this.moDataList;
|
|
9096
9096
|
moDataList.forEach((mo) => (mo.$IsChecked = false));
|
|
9097
9097
|
this._ulvMainService.reSetMoDataList();
|
|
9098
|
-
this.context.fireEvent('
|
|
9098
|
+
this.context.fireEvent('rowDeselectAll', this.context);
|
|
9099
9099
|
}
|
|
9100
9100
|
_deselect(mo, index) {
|
|
9101
9101
|
mo.$IsChecked = false;
|