@sd-angular/core 1.1.67 → 1.1.68
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 +19 -17
- 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-visible-select-all.pipe.js +6 -4
- package/fesm2015/sd-angular-core-grid-material.js +5 -3
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.1.67.tgz → sd-angular-core-1.1.68.tgz} +0 -0
|
@@ -3733,25 +3733,27 @@
|
|
|
3733
3733
|
case 1:
|
|
3734
3734
|
_e.sent();
|
|
3735
3735
|
first = items.find(function (t) { var _a; return (_a = t.actions) === null || _a === void 0 ? void 0 : _a.length; });
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
for (_b = __values(first.actions), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
3743
|
-
action = _c.value;
|
|
3744
|
-
state_1 = _loop_1(action);
|
|
3745
|
-
if (typeof state_1 === "object")
|
|
3746
|
-
return [2 /*return*/, state_1.value];
|
|
3747
|
-
}
|
|
3748
|
-
}
|
|
3749
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
3750
|
-
finally {
|
|
3736
|
+
if (first) {
|
|
3737
|
+
_loop_1 = function (action) {
|
|
3738
|
+
if (items.filter(function (t) { var _a; return (_a = t.actions) === null || _a === void 0 ? void 0 : _a.length; }).every(function (e) { return e.actions.includes(action); })) {
|
|
3739
|
+
return { value: true };
|
|
3740
|
+
}
|
|
3741
|
+
};
|
|
3751
3742
|
try {
|
|
3752
|
-
|
|
3743
|
+
for (_b = __values(first.actions), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
3744
|
+
action = _c.value;
|
|
3745
|
+
state_1 = _loop_1(action);
|
|
3746
|
+
if (typeof state_1 === "object")
|
|
3747
|
+
return [2 /*return*/, state_1.value];
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3750
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
3751
|
+
finally {
|
|
3752
|
+
try {
|
|
3753
|
+
if (_c && !_c.done && (_d = _b.return)) _d.call(_b);
|
|
3754
|
+
}
|
|
3755
|
+
finally { if (e_1) throw e_1.error; }
|
|
3753
3756
|
}
|
|
3754
|
-
finally { if (e_1) throw e_1.error; }
|
|
3755
3757
|
}
|
|
3756
3758
|
return [2 /*return*/, false];
|
|
3757
3759
|
}
|