@scania/tegel-angular-17 1.42.0 → 1.44.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.
@@ -1947,14 +1947,14 @@ let TdsTextField = class TdsTextField {
1947
1947
  this.z = z;
1948
1948
  c.detach();
1949
1949
  this.el = r.nativeElement;
1950
- proxyOutputs(this, this.el, ['tdsChange', 'tdsInput', 'tdsFocus', 'tdsBlur']);
1950
+ proxyOutputs(this, this.el, ['tdsChange', 'tdsInput', 'tdsFocus', 'tdsBlur', 'tdsError']);
1951
1951
  }
1952
1952
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1953
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTextField, selector: "tds-text-field", inputs: { autocomplete: "autocomplete", autofocus: "autofocus", disabled: "disabled", helper: "helper", hideReadOnlyIcon: "hideReadOnlyIcon", label: "label", labelPosition: "labelPosition", max: "max", maxLength: "maxLength", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", state: "state", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1953
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTextField, selector: "tds-text-field", inputs: { autocomplete: "autocomplete", autofocus: "autofocus", disabled: "disabled", helper: "helper", hideNumberArrows: "hideNumberArrows", hideReadOnlyIcon: "hideReadOnlyIcon", label: "label", labelPosition: "labelPosition", max: "max", maxLength: "maxLength", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", state: "state", step: "step", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1954
1954
  };
1955
1955
  TdsTextField = __decorate([
1956
1956
  ProxyCmp({
1957
- inputs: ['autocomplete', 'autofocus', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'max', 'maxLength', 'min', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'required', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
1957
+ inputs: ['autocomplete', 'autofocus', 'disabled', 'helper', 'hideNumberArrows', 'hideReadOnlyIcon', 'label', 'labelPosition', 'max', 'maxLength', 'min', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'required', 'size', 'state', 'step', 'tdsAriaLabel', 'type', 'value'],
1958
1958
  methods: ['focusElement']
1959
1959
  })
1960
1960
  ], TdsTextField);
@@ -1965,7 +1965,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1965
1965
  changeDetection: ChangeDetectionStrategy.OnPush,
1966
1966
  template: '<ng-content></ng-content>',
1967
1967
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1968
- inputs: ['autocomplete', 'autofocus', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'max', 'maxLength', 'min', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'required', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
1968
+ inputs: ['autocomplete', 'autofocus', 'disabled', 'helper', 'hideNumberArrows', 'hideReadOnlyIcon', 'label', 'labelPosition', 'max', 'maxLength', 'min', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'required', 'size', 'state', 'step', 'tdsAriaLabel', 'type', 'value'],
1969
1969
  }]
1970
1970
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1971
1971
  let TdsTextarea = class TdsTextarea {