@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.
@@ -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 {