@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.
- package/fesm2022/infineon-infineon-design-system-angular-standalone.mjs +5 -5
- package/fesm2022/infineon-infineon-design-system-angular-standalone.mjs.map +1 -1
- package/fesm2022/infineon-infineon-design-system-angular.mjs +5 -5
- package/fesm2022/infineon-infineon-design-system-angular.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +2 -2
- package/standalone/index.d.ts +2 -2
|
@@ -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.19", 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.19", type: TextValueAccessor, isStandalone: true, selector: "ifx-search-field, ifx-search-bar", host: { listeners: { "ifxInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
|
|
171
|
+
/** @nocollapse */ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.19", type: TextValueAccessor, isStandalone: true, selector: "ifx-search-field, ifx-search-bar, ifx-text-field, ifx-textarea", 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.19", ngImpo
|
|
|
180
180
|
type: Directive,
|
|
181
181
|
args: [{
|
|
182
182
|
/* tslint:disable-next-line:directive-selector */
|
|
183
|
-
selector: 'ifx-search-field, ifx-search-bar',
|
|
183
|
+
selector: 'ifx-search-field, ifx-search-bar, ifx-text-field, ifx-textarea',
|
|
184
184
|
host: {
|
|
185
185
|
'(ifxInput)': 'handleChangeEvent($event.target?.["value"])'
|
|
186
186
|
},
|
|
@@ -2752,12 +2752,12 @@ let IfxTextField = class IfxTextField {
|
|
|
2752
2752
|
this.el = r.nativeElement;
|
|
2753
2753
|
}
|
|
2754
2754
|
/** @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 });
|
|
2755
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: IfxTextField, isStandalone: true, 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 });
|
|
2755
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.19", type: IfxTextField, isStandalone: true, 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 });
|
|
2756
2756
|
};
|
|
2757
2757
|
IfxTextField = __decorate([
|
|
2758
2758
|
ProxyCmp({
|
|
2759
2759
|
defineCustomElementFn: defineCustomElement$1h,
|
|
2760
|
-
inputs: ['autocomplete', 'caption', 'disabled', 'error', 'icon', 'internalId', 'label', 'maxlength', 'placeholder', 'readOnly', 'required', 'showDeleteIcon', 'size', 'success', 'type', 'value'],
|
|
2760
|
+
inputs: ['autocomplete', 'caption', 'disabled', 'error', 'icon', 'internalId', 'label', 'maxlength', 'name', 'placeholder', 'readOnly', 'required', 'showDeleteIcon', 'size', 'success', 'type', 'value'],
|
|
2761
2761
|
methods: ['reset']
|
|
2762
2762
|
})
|
|
2763
2763
|
], IfxTextField);
|
|
@@ -2768,7 +2768,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
|
|
|
2768
2768
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2769
2769
|
template: '<ng-content></ng-content>',
|
|
2770
2770
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2771
|
-
inputs: ['autocomplete', 'caption', 'disabled', 'error', 'icon', 'internalId', 'label', 'maxlength', 'placeholder', 'readOnly', 'required', 'showDeleteIcon', 'size', 'success', 'type', 'value'],
|
|
2771
|
+
inputs: ['autocomplete', 'caption', 'disabled', 'error', 'icon', 'internalId', 'label', 'maxlength', 'name', 'placeholder', 'readOnly', 'required', 'showDeleteIcon', 'size', 'success', 'type', 'value'],
|
|
2772
2772
|
outputs: ['ifxInput'],
|
|
2773
2773
|
}]
|
|
2774
2774
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { ifxInput: [{
|