@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.
- package/bundles/esfaenza-es-table.umd.js +4 -4
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +5 -5
- package/fesm2015/esfaenza-es-table.js +4 -4
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -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)
|