@scania/tegel-angular-17 1.28.0 → 1.28.1-tegelmodule.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.
@@ -1679,11 +1679,11 @@ let TdsStepper = class TdsStepper {
1679
1679
  this.el = r.nativeElement;
1680
1680
  }
1681
1681
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1682
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsStepper, selector: "tds-stepper", inputs: { ariaLabel: "ariaLabel", hideLabels: "hideLabels", labelPosition: "labelPosition", orientation: "orientation", size: "size", stepperId: "stepperId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1682
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsStepper, selector: "tds-stepper", inputs: { hideLabels: "hideLabels", labelPosition: "labelPosition", orientation: "orientation", size: "size", stepperId: "stepperId", tdsAriaLabel: "tdsAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1683
1683
  };
1684
1684
  TdsStepper = __decorate([
1685
1685
  ProxyCmp({
1686
- inputs: ['ariaLabel', 'hideLabels', 'labelPosition', 'orientation', 'size', 'stepperId']
1686
+ inputs: ['hideLabels', 'labelPosition', 'orientation', 'size', 'stepperId', 'tdsAriaLabel']
1687
1687
  })
1688
1688
  ], TdsStepper);
1689
1689
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsStepper, decorators: [{
@@ -1693,7 +1693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1693
1693
  changeDetection: ChangeDetectionStrategy.OnPush,
1694
1694
  template: '<ng-content></ng-content>',
1695
1695
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1696
- inputs: ['ariaLabel', 'hideLabels', 'labelPosition', 'orientation', 'size', 'stepperId'],
1696
+ inputs: ['hideLabels', 'labelPosition', 'orientation', 'size', 'stepperId', 'tdsAriaLabel'],
1697
1697
  }]
1698
1698
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1699
1699
  let TdsTable = class TdsTable {