ets-fe-ng-sdk 19.0.77 → 19.0.78
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 +2 -2
- package/lib/Shared/components/btn/btn.component.d.ts +3 -3
- package/lib/Shared/components/index-comp-layout/index-comp-layout.component.d.ts +1 -1
- package/lib/Shared/components/info-dialog/info-dialog.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/lib/Shared/components/table/table.pipe.d.ts +2 -2
- package/package.json +1 -1
|
@@ -6999,7 +6999,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.1", ngImpor
|
|
|
6999
6999
|
class AutocompleteService {
|
|
7000
7000
|
constructor(uS) {
|
|
7001
7001
|
this.uS = uS;
|
|
7002
|
-
this.invalidSelectionError = {
|
|
7002
|
+
this.invalidSelectionError = { custom: `Value is not in the list` };
|
|
7003
7003
|
this.normalizeOptions = (options) => options?.map((x) => ({
|
|
7004
7004
|
...x,
|
|
7005
7005
|
_normalizedLabel: this.normalizeValue(x.label),
|