@infineon/infineon-design-system-angular 39.25.0 → 39.26.0

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.
@@ -2504,11 +2504,11 @@ let IfxTextField = class IfxTextField {
2504
2504
  this.el = r.nativeElement;
2505
2505
  }
2506
2506
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: IfxTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2507
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: IfxTextField, isStandalone: false, selector: "ifx-text-field", inputs: { autocomplete: "autocomplete", caption: "caption", disabled: "disabled", error: "error", icon: "icon", internalId: "internalId", label: "label", maxlength: "maxlength", placeholder: "placeholder", readOnly: "readOnly", required: "required", showDeleteIcon: "showDeleteIcon", size: "size", success: "success", type: "type", value: "value" }, outputs: { ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2507
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: IfxTextField, isStandalone: false, selector: "ifx-text-field", inputs: { autocomplete: "autocomplete", caption: "caption", disabled: "disabled", error: "error", icon: "icon", internalId: "internalId", label: "label", maxlength: "maxlength", name: "name", placeholder: "placeholder", readOnly: "readOnly", required: "required", showDeleteIcon: "showDeleteIcon", size: "size", success: "success", type: "type", value: "value" }, outputs: { ifxInput: "ifxInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2508
2508
  };
2509
2509
  IfxTextField = __decorate([
2510
2510
  ProxyCmp({
2511
- inputs: ['autocomplete', 'caption', 'disabled', 'error', 'icon', 'internalId', 'label', 'maxlength', 'placeholder', 'readOnly', 'required', 'showDeleteIcon', 'size', 'success', 'type', 'value'],
2511
+ inputs: ['autocomplete', 'caption', 'disabled', 'error', 'icon', 'internalId', 'label', 'maxlength', 'name', 'placeholder', 'readOnly', 'required', 'showDeleteIcon', 'size', 'success', 'type', 'value'],
2512
2512
  methods: ['reset']
2513
2513
  })
2514
2514
  ], IfxTextField);
@@ -2519,7 +2519,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
2519
2519
  changeDetection: ChangeDetectionStrategy.OnPush,
2520
2520
  template: '<ng-content></ng-content>',
2521
2521
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2522
- inputs: ['autocomplete', 'caption', 'disabled', 'error', 'icon', 'internalId', 'label', 'maxlength', 'placeholder', 'readOnly', 'required', 'showDeleteIcon', 'size', 'success', 'type', 'value'],
2522
+ inputs: ['autocomplete', 'caption', 'disabled', 'error', 'icon', 'internalId', 'label', 'maxlength', 'name', 'placeholder', 'readOnly', 'required', 'showDeleteIcon', 'size', 'success', 'type', 'value'],
2523
2523
  outputs: ['ifxInput'],
2524
2524
  standalone: false
2525
2525
  }]
@@ -2825,7 +2825,7 @@ class TextValueAccessor extends ValueAccessor {
2825
2825
  super(el);
2826
2826
  }
2827
2827
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2828
- /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.19", type: TextValueAccessor, isStandalone: false, selector: "ifx-search-field, ifx-search-bar", host: { listeners: { "ifxInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
2828
+ /** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.19", type: TextValueAccessor, isStandalone: false, selector: "ifx-search-field, ifx-search-bar, ifx-text-field, ifx-textarea", host: { listeners: { "ifxInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
2829
2829
  {
2830
2830
  provide: NG_VALUE_ACCESSOR,
2831
2831
  useExisting: forwardRef((() => TextValueAccessor)),
@@ -2837,7 +2837,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
2837
2837
  type: Directive,
2838
2838
  args: [{
2839
2839
  /* tslint:disable-next-line:directive-selector */
2840
- selector: 'ifx-search-field, ifx-search-bar',
2840
+ selector: 'ifx-search-field, ifx-search-bar, ifx-text-field, ifx-textarea',
2841
2841
  host: {
2842
2842
  '(ifxInput)': 'handleChangeEvent($event.target?.["value"])'
2843
2843
  },