@sd-angular/core 1.3.256 → 1.3.257

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.
@@ -1955,7 +1955,7 @@
1955
1955
  };
1956
1956
  });
1957
1957
  _getFilter.set(this, function () {
1958
- var _a, _b, _c, _d, _e, _f, _g;
1958
+ var _a, _b, _c, _d, _e, _f, _g, _h;
1959
1959
  var _12 = _this.filterRegister.value.get(), columnOperator = _12.columnOperator, columnFilter = _12.columnFilter, externalFilter = _12.externalFilter, filterDef = _12.filterDef;
1960
1960
  return {
1961
1961
  columnOperator: columnOperator || {},
@@ -1966,7 +1966,7 @@
1966
1966
  orderDirection: ((_b = __classPrivateFieldGet(_this, _sort)) === null || _b === void 0 ? void 0 : _b.direction) || '',
1967
1967
  pageNumber: ((_c = __classPrivateFieldGet(_this, _paginator)) === null || _c === void 0 ? void 0 : _c.pageIndex) || 0,
1968
1968
  pageSize: ((_d = __classPrivateFieldGet(_this, _paginator)) === null || _d === void 0 ? void 0 : _d.pageSize) || ((_f = (_e = _this.tableOption) === null || _e === void 0 ? void 0 : _e.paginate) === null || _f === void 0 ? void 0 : _f.pageSize) || 50,
1969
- visibledColumns: __spread((((_g = _this.configuration) === null || _g === void 0 ? void 0 : _g.firstColumns) || []), (_this.configuration.secondColumns || [])).union('field')
1969
+ visibledColumns: __spread((((_g = _this.configuration) === null || _g === void 0 ? void 0 : _g.firstColumns) || []), (((_h = _this.configuration) === null || _h === void 0 ? void 0 : _h.secondColumns) || [])).union('field')
1970
1970
  };
1971
1971
  });
1972
1972
  _load.set(this, function (filterReq, force) {