@sd-angular/core 0.0.1004 → 0.0.1005
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 -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/pipes/selection-disable.pipe.js +2 -1
- package/esm2015/grid-material/src/lib/pipes/selection-visible.pipe.js +2 -1
- package/fesm2015/sd-angular-core-grid-material.js +2 -0
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-0.0.1004.tgz → sd-angular-core-0.0.1005.tgz} +0 -0
|
@@ -3492,6 +3492,7 @@
|
|
|
3492
3492
|
var disabled = selection.disabled, actions = selection.actions;
|
|
3493
3493
|
if (!(actions === null || actions === void 0 ? void 0 : actions.length)) {
|
|
3494
3494
|
if (!disabled) {
|
|
3495
|
+
rowData.selectable = true;
|
|
3495
3496
|
return false;
|
|
3496
3497
|
}
|
|
3497
3498
|
rowData.selectable = !disabled(rowData, selectedItems);
|
|
@@ -4056,6 +4057,7 @@
|
|
|
4056
4057
|
var actions = selection.actions;
|
|
4057
4058
|
rowData.actions = rowData.actions || [];
|
|
4058
4059
|
if (!(actions === null || actions === void 0 ? void 0 : actions.length)) {
|
|
4060
|
+
rowData.selectable = true;
|
|
4059
4061
|
return rowData.selectable;
|
|
4060
4062
|
}
|
|
4061
4063
|
try {
|