@siemens/ix-angular 2.6.0 → 2.6.1

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.
@@ -2909,7 +2909,7 @@ class TextValueAccessorDirective extends ValueAccessor {
2909
2909
  }
2910
2910
  }
2911
2911
  /** @nocollapse */ TextValueAccessorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TextValueAccessorDirective, deps: [{ token: i0.Injector }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2912
- /** @nocollapse */ TextValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.4.0", type: TextValueAccessorDirective, selector: "ix-input,ix-number-field,ix-textarea-field", host: { listeners: { "input": "handleInputEvent($event.target)", "valueChange": "handleInputEvent($event.target)" } }, providers: [
2912
+ /** @nocollapse */ TextValueAccessorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.4.0", type: TextValueAccessorDirective, selector: "ix-input,ix-number-input,ix-textarea", host: { listeners: { "input": "handleInputEvent($event.target)", "valueChange": "handleInputEvent($event.target)" } }, providers: [
2913
2913
  {
2914
2914
  provide: NG_VALUE_ACCESSOR,
2915
2915
  useExisting: TextValueAccessorDirective,
@@ -2919,7 +2919,7 @@ class TextValueAccessorDirective extends ValueAccessor {
2919
2919
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.4.0", ngImport: i0, type: TextValueAccessorDirective, decorators: [{
2920
2920
  type: Directive,
2921
2921
  args: [{
2922
- selector: 'ix-input,ix-number-field,ix-textarea-field',
2922
+ selector: 'ix-input,ix-number-input,ix-textarea',
2923
2923
  providers: [
2924
2924
  {
2925
2925
  provide: NG_VALUE_ACCESSOR,