@sd-angular/core 1.3.125 → 1.3.126

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.
@@ -2828,19 +2828,17 @@
2828
2828
  });
2829
2829
  }); };
2830
2830
  this.onFilterChange = function () {
2831
- setTimeout(function () {
2832
- var _a, _b, _c, _d;
2833
- (_b = (_a = _this.gridFilter) === null || _a === void 0 ? void 0 : _a.updateFilter) === null || _b === void 0 ? void 0 : _b.call(_a);
2834
- if ((_d = (_c = _this.gridOption) === null || _c === void 0 ? void 0 : _c.filter) === null || _d === void 0 ? void 0 : _d.inlineColumn) {
2835
- _this.filterRegister.value.set({
2836
- columnOperator: _this.columnOperator,
2837
- columnFilter: _this.columnFilter,
2838
- });
2839
- }
2840
- else {
2841
- _this.filterRegister.value.set({});
2842
- }
2843
- }, 100);
2831
+ var _a, _b, _c, _d;
2832
+ (_b = (_a = _this.gridFilter) === null || _a === void 0 ? void 0 : _a.updateFilter) === null || _b === void 0 ? void 0 : _b.call(_a);
2833
+ if ((_d = (_c = _this.gridOption) === null || _c === void 0 ? void 0 : _c.filter) === null || _d === void 0 ? void 0 : _d.inlineColumn) {
2834
+ _this.filterRegister.value.set({
2835
+ columnOperator: _this.columnOperator,
2836
+ columnFilter: _this.columnFilter,
2837
+ });
2838
+ }
2839
+ else {
2840
+ _this.filterRegister.value.set({});
2841
+ }
2844
2842
  };
2845
2843
  this.onExpand = function (rowData) { return __awaiter(_this, void 0, void 0, function () {
2846
2844
  var _y, _z, _0, _1, _2, data;
@@ -2926,7 +2924,11 @@
2926
2924
  _this.filterRegister.value.remove();
2927
2925
  };
2928
2926
  this.setFilter = function (args) {
2927
+ var _a, _b;
2929
2928
  var _5 = args || {}, columnFilter = _5.columnFilter, externalFilter = _5.externalFilter, filterDef = _5.filterDef;
2929
+ if (((_b = (_a = _this.gridOption) === null || _a === void 0 ? void 0 : _a.filter) === null || _b === void 0 ? void 0 : _b.inlineColumn) && columnFilter) {
2930
+ _this.columnFilter = columnFilter;
2931
+ }
2930
2932
  _this.filterRegister.value.set({
2931
2933
  columnFilter: columnFilter,
2932
2934
  externalFilter: externalFilter,