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.
@@ -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 = { invalid: true };
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),