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.
- package/fesm2022/ets-fe-ng-sdk.mjs +1 -1
- package/fesm2022/ets-fe-ng-sdk.mjs.map +1 -1
- package/lib/Services/utility.service.d.ts +1 -1
- package/lib/Shared/components/btn/btn.component.d.ts +2 -2
- package/lib/Shared/components/index-comp-layout/index-comp-layout.component.d.ts +1 -1
- package/lib/Shared/components/phone-number/phone-number.component.d.ts +4 -4
- package/lib/Shared/components/table/table-https/table-https.component.d.ts +3 -3
- package/package.json +1 -1
|
@@ -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
|
})));
|