@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.
- package/bundles/sd-angular-core-grid-material.umd.js +1 -0
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/grid-material.component.js +2 -1
- package/fesm2015/sd-angular-core-grid-material.js +1 -0
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-0.0.855.tgz → sd-angular-core-0.0.856.tgz} +0 -0
|
@@ -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; }));
|