@sd-angular/core 0.0.855 → 0.0.856

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.
@@ -2328,6 +2328,7 @@
2328
2328
  var _a, _b, _c;
2329
2329
  if ((_a = _this.gridOption.selection) === null || _a === void 0 ? void 0 : _a.single) {
2330
2330
  _this.items.filter(function (e) { return e !== rowData; }).forEach(function (e) { return e.isSelected = false; });
2331
+ __classPrivateFieldGet(_this, _updateSelectedItems).call(_this);
2331
2332
  return;
2332
2333
  }
2333
2334
  (_c = (_b = _this.gridOption.selection) === null || _b === void 0 ? void 0 : _b.onSelect) === null || _c === void 0 ? void 0 : _c.call(_b, rowData, _this.items.filter(function (e) { return e.isSelected; }));