@sd-angular/core 1.1.7 → 1.1.8

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.
@@ -2497,6 +2497,7 @@
2497
2497
  __classPrivateFieldGet(_this, _updateSelectedItems).call(_this);
2498
2498
  };
2499
2499
  this.onClearSelection = function (items) {
2500
+ items = items || _this.items;
2500
2501
  _this.isSelectAll = false;
2501
2502
  items === null || items === void 0 ? void 0 : items.forEach(function (e) { return e.isSelected = false; });
2502
2503
  __classPrivateFieldGet(_this, _updateSelectedItems).call(_this);