@sd-angular/core 1.3.149 → 1.3.150

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.
@@ -1544,7 +1544,7 @@
1544
1544
  __classPrivateFieldGet(_this, _subscription$1).add(_this.filterRegister.value.observer
1545
1545
  .pipe(operators.debounceTime(500), operators.map(function (filterValue) {
1546
1546
  var columnOperator = filterValue.columnOperator, columnFilter = filterValue.columnFilter, notReload = filterValue.notReload;
1547
- _this.columnOperator = columnOperator;
1547
+ _this.columnOperator = columnOperator || {};
1548
1548
  _this.columnFilter = columnFilter;
1549
1549
  if (!notReload) {
1550
1550
  __classPrivateFieldGet(_this, _paginator).pageIndex = 0;
@@ -2201,7 +2201,7 @@
2201
2201
  (_b = (_a = _this.gridFilter) === null || _a === void 0 ? void 0 : _a.updateFilter) === null || _b === void 0 ? void 0 : _b.call(_a);
2202
2202
  if ((_d = (_c = _this.gridOption) === null || _c === void 0 ? void 0 : _c.filter) === null || _d === void 0 ? void 0 : _d.inlineColumn) {
2203
2203
  _this.filterRegister.value.set({
2204
- columnOperator: _this.columnOperator,
2204
+ columnOperator: _this.columnOperator || {},
2205
2205
  columnFilter: _this.columnFilter,
2206
2206
  });
2207
2207
  }