@esfaenza/es-table 11.2.31 → 11.2.32

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.
@@ -4095,8 +4095,8 @@
4095
4095
  case 3: return [4 /*yield*/, this.prefService.retrieve(this.ngControl.name).toPromise()];
4096
4096
  case 4:
4097
4097
  prefs = _s.sent();
4098
- this.View.columns = prefs.columns;
4099
- this.View.column_ordering = prefs.column_ordering;
4098
+ this.View.columns = (prefs === null || prefs === void 0 ? void 0 : prefs.columns) || [];
4099
+ this.View.column_ordering = (prefs === null || prefs === void 0 ? void 0 : prefs.column_ordering) || [];
4100
4100
  _s.label = 5;
4101
4101
  case 5:
4102
4102
  // La paginazione devo farla solamente quando richiedo o un gruppo principale (se sono in row grouping) o se non richiedo gruppi (in tutti lgi altri casi)
@@ -4122,8 +4122,8 @@
4122
4122
  case 8: return [4 /*yield*/, this.prefService.retrieve(this.ngControl.name).toPromise()];
4123
4123
  case 9:
4124
4124
  prefs = _s.sent();
4125
- this.arrayColumns = prefs.columns;
4126
- this.arrayColumnOrdering = prefs.column_ordering;
4125
+ this.arrayColumns = (prefs === null || prefs === void 0 ? void 0 : prefs.columns) || [];
4126
+ this.arrayColumnOrdering = (prefs === null || prefs === void 0 ? void 0 : prefs.column_ordering) || [];
4127
4127
  _s.label = 10;
4128
4128
  case 10:
4129
4129
  if (this.SearchView)