@scania/tegel-angular-17 1.49.1 → 1.49.2

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.
@@ -429,11 +429,11 @@ let TdsDatetime = class TdsDatetime {
429
429
  this.el = r.nativeElement;
430
430
  }
431
431
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDatetime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
432
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDatetime, selector: "tds-datetime", inputs: { autofocus: "autofocus", defaultValue: "defaultValue", disabled: "disabled", helper: "helper", label: "label", labelPosition: "labelPosition", max: "max", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", size: "size", state: "state", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, outputs: { tdsChange: "tdsChange", tdsBlur: "tdsBlur", tdsFocus: "tdsFocus", tdsInput: "tdsInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
432
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDatetime, selector: "tds-datetime", inputs: { autofocus: "autofocus", customValidator: "customValidator", defaultValue: "defaultValue", disabled: "disabled", helper: "helper", helperError: "helperError", helperErrorInvalid: "helperErrorInvalid", label: "label", labelPosition: "labelPosition", max: "max", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", size: "size", state: "state", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, outputs: { tdsChange: "tdsChange", tdsBlur: "tdsBlur", tdsFocus: "tdsFocus", tdsInput: "tdsInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
433
433
  };
434
434
  TdsDatetime = __decorate([
435
435
  ProxyCmp({
436
- inputs: ['autofocus', 'defaultValue', 'disabled', 'helper', 'label', 'labelPosition', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
436
+ inputs: ['autofocus', 'customValidator', 'defaultValue', 'disabled', 'helper', 'helperError', 'helperErrorInvalid', 'label', 'labelPosition', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
437
437
  methods: ['reset', 'setValue', 'focusElement']
438
438
  })
439
439
  ], TdsDatetime);
@@ -444,7 +444,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
444
444
  changeDetection: ChangeDetectionStrategy.OnPush,
445
445
  template: '<ng-content></ng-content>',
446
446
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
447
- inputs: ['autofocus', 'defaultValue', 'disabled', 'helper', 'label', 'labelPosition', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
447
+ inputs: ['autofocus', 'customValidator', 'defaultValue', 'disabled', 'helper', 'helperError', 'helperErrorInvalid', 'label', 'labelPosition', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
448
448
  outputs: ['tdsChange', 'tdsBlur', 'tdsFocus', 'tdsInput'],
449
449
  standalone: false
450
450
  }]