@sd-angular/core 1.3.140 → 1.3.141

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.
@@ -2156,7 +2156,7 @@
2156
2156
  __classPrivateFieldGet(_this, _subscription$1).add(_this.filterRegister.value.observer
2157
2157
  .pipe(operators.debounceTime(500), operators.map(function (filterValue) {
2158
2158
  var columnOperator = filterValue.columnOperator, columnFilter = filterValue.columnFilter, notReload = filterValue.notReload;
2159
- _this.columnOperator = columnOperator;
2159
+ _this.columnOperator = columnOperator || {};
2160
2160
  _this.columnFilter = columnFilter;
2161
2161
  if (!notReload) {
2162
2162
  __classPrivateFieldGet(_this, _paginator).pageIndex = 0;
@@ -2859,7 +2859,7 @@
2859
2859
  (_b = (_a = _this.gridFilter) === null || _a === void 0 ? void 0 : _a.updateFilter) === null || _b === void 0 ? void 0 : _b.call(_a);
2860
2860
  if ((_d = (_c = _this.gridOption) === null || _c === void 0 ? void 0 : _c.filter) === null || _d === void 0 ? void 0 : _d.inlineColumn) {
2861
2861
  _this.filterRegister.value.set({
2862
- columnOperator: _this.columnOperator,
2862
+ columnOperator: _this.columnOperator || {},
2863
2863
  columnFilter: _this.columnFilter,
2864
2864
  });
2865
2865
  }