@sd-angular/core 0.0.970 → 0.0.971

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.
@@ -3487,7 +3487,7 @@
3487
3487
  this.transform = function (selectedItems, rowData, selection) {
3488
3488
  var e_1, _a, e_2, _b;
3489
3489
  var actions = selection.actions;
3490
- if (!actions.length) {
3490
+ if (!(actions === null || actions === void 0 ? void 0 : actions.length)) {
3491
3491
  return false;
3492
3492
  }
3493
3493
  // Lọc các action theo selectedItems hiện tại
@@ -3578,7 +3578,7 @@
3578
3578
  switch (_d.label) {
3579
3579
  case 0:
3580
3580
  actions = selection.actions;
3581
- if (!actions.length) {
3581
+ if (!(actions === null || actions === void 0 ? void 0 : actions.length)) {
3582
3582
  return [2 /*return*/, false];
3583
3583
  }
3584
3584
  if (!items.length) {
@@ -4048,7 +4048,7 @@
4048
4048
  var e_1, _a, e_2, _b;
4049
4049
  var actions = selection.actions;
4050
4050
  rowData.actions = rowData.actions || [];
4051
- if (!actions.length) {
4051
+ if (!(actions === null || actions === void 0 ? void 0 : actions.length)) {
4052
4052
  return true;
4053
4053
  }
4054
4054
  try {