@sd-angular/core 1.0.70 → 1.0.71
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 +3 -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 +1 -1
- package/esm2015/grid-material/src/lib/pipes/selection-visible-select-all.pipe.js +4 -1
- package/fesm2015/sd-angular-core-grid-material.js +3 -0
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/grid-material/sd-angular-core-grid-material.metadata.json +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.0.70.tgz → sd-angular-core-1.0.71.tgz} +0 -0
|
@@ -3722,6 +3722,9 @@
|
|
|
3722
3722
|
if (!items.length) {
|
|
3723
3723
|
return [2 /*return*/, false];
|
|
3724
3724
|
}
|
|
3725
|
+
if (actions.some(function (e) { return ('children' in e && e.children.some(function (e1) { return e1.isGrouped; })) || e.isGrouped; })) {
|
|
3726
|
+
return [2 /*return*/, false];
|
|
3727
|
+
}
|
|
3725
3728
|
return [4 /*yield*/, new Promise(function (resolve) { return setTimeout(resolve, 500); })];
|
|
3726
3729
|
case 1:
|
|
3727
3730
|
_d.sent();
|