@sd-angular/core 1.1.52 → 1.1.53
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 +2 -2
- 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 +3 -3
- package/fesm2015/sd-angular-core-grid-material.js +2 -2
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.1.52.tgz → sd-angular-core-1.1.53.tgz} +0 -0
|
@@ -2490,8 +2490,8 @@
|
|
|
2490
2490
|
this.onSelectAll = function () {
|
|
2491
2491
|
var _a, _b, _c;
|
|
2492
2492
|
(_a = _this.items) === null || _a === void 0 ? void 0 : _a.forEach(function (e) {
|
|
2493
|
-
var _a;
|
|
2494
|
-
if (e.selectable && ((_a =
|
|
2493
|
+
var _a, _b, _c, _d;
|
|
2494
|
+
if (e.selectable && (!((_c = (_b = (_a = _this.gridOption) === null || _a === void 0 ? void 0 : _a.selection) === null || _b === void 0 ? void 0 : _b.actions) === null || _c === void 0 ? void 0 : _c.length) || ((_d = e.actions) === null || _d === void 0 ? void 0 : _d.length))) {
|
|
2495
2495
|
e.isSelected = _this.isSelectAll;
|
|
2496
2496
|
}
|
|
2497
2497
|
});
|