ps-toolkit-ui 1.9.76 → 1.9.77

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.
@@ -2733,7 +2733,7 @@
2733
2733
  });
2734
2734
  };
2735
2735
  TableRowComponent.prototype.select = function () {
2736
- this.row.Data.selected = !this.row.Data.selected;
2736
+ this.row.selected = !this.row.selected;
2737
2737
  };
2738
2738
  TableRowComponent.prototype.onChangeRows = function (e) {
2739
2739
  return this.changeRows.emit(e);