@infineon/infineon-design-system-angular 39.15.2 → 39.15.3

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.
@@ -168,7 +168,7 @@ class TextValueAccessor extends ValueAccessor {
168
168
  super(el);
169
169
  }
170
170
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.17", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
171
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: TextValueAccessor, isStandalone: true, selector: "ifx-search-field", host: { listeners: { "ifxInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
171
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.17", type: TextValueAccessor, isStandalone: true, selector: "ifx-search-field, ifx-search-bar", host: { listeners: { "ifxInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
172
172
  {
173
173
  provide: NG_VALUE_ACCESSOR,
174
174
  useExisting: forwardRef((() => TextValueAccessor)),
@@ -180,7 +180,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImpo
180
180
  type: Directive,
181
181
  args: [{
182
182
  /* tslint:disable-next-line:directive-selector */
183
- selector: 'ifx-search-field',
183
+ selector: 'ifx-search-field, ifx-search-bar',
184
184
  host: {
185
185
  '(ifxInput)': 'handleChangeEvent($event.target?.["value"])'
186
186
  },