ets-fe-ng-sdk 19.0.55 → 19.0.56

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.
@@ -16112,7 +16112,7 @@ class TablePlainComponent extends TableBaseComponent {
16112
16112
  this.filterFormSignal = toSignal(this.filterForm.valueChanges.pipe(map$1((r) => {
16113
16113
  // debugger
16114
16114
  console.log(r);
16115
- if (!this.filterFields)
16115
+ if (!this.filterFields())
16116
16116
  r.value = r.value?.toLowerCase()?.trim() || '';
16117
16117
  return r;
16118
16118
  })));