@sd-angular/core 0.0.965 → 0.0.966
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 -1
- 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/pipes/selection-disable-select-all.pipe.js +4 -2
- package/fesm2015/sd-angular-core-grid-material.js +2 -1
- 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-0.0.965.tgz → sd-angular-core-0.0.966.tgz} +0 -0
|
@@ -3586,7 +3586,8 @@
|
|
|
3586
3586
|
_d.sent();
|
|
3587
3587
|
first = items[0];
|
|
3588
3588
|
_loop_1 = function (action) {
|
|
3589
|
-
|
|
3589
|
+
var key = hash__default['default'](action);
|
|
3590
|
+
if (items.every(function (e) { return e.actions.includes(key); })) {
|
|
3590
3591
|
return { value: false };
|
|
3591
3592
|
}
|
|
3592
3593
|
};
|