@sd-angular/core 1.3.124 → 1.3.125

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,17 +2828,19 @@
2828
2828
  });
2829
2829
  }); };
2830
2830
  this.onFilterChange = function () {
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
- }
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);
2842
2844
  };
2843
2845
  this.onExpand = function (rowData) { return __awaiter(_this, void 0, void 0, function () {
2844
2846
  var _y, _z, _0, _1, _2, data;