@scania/tegel-angular-17 1.32.2-dropdown-dynamic-updates-beta.0 → 1.32.2-dropdown-qa-beta.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.
@@ -465,11 +465,11 @@ let TdsDropdownOption = class TdsDropdownOption {
465
465
  proxyOutputs(this, this.el, ['tdsSelect', 'tdsFocus', 'tdsBlur']);
466
466
  }
467
467
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDropdownOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
468
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDropdownOption, selector: "tds-dropdown-option", inputs: { disabled: "disabled", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
468
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDropdownOption, selector: "tds-dropdown-option", inputs: { disabled: "disabled", tdsAriaLabel: "tdsAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
469
469
  };
470
470
  TdsDropdownOption = __decorate([
471
471
  ProxyCmp({
472
- inputs: ['disabled', 'value'],
472
+ inputs: ['disabled', 'tdsAriaLabel', 'value'],
473
473
  methods: ['setSelected']
474
474
  })
475
475
  ], TdsDropdownOption);
@@ -480,7 +480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
480
480
  changeDetection: ChangeDetectionStrategy.OnPush,
481
481
  template: '<ng-content></ng-content>',
482
482
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
483
- inputs: ['disabled', 'value'],
483
+ inputs: ['disabled', 'tdsAriaLabel', 'value'],
484
484
  }]
485
485
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
486
486
  let TdsFolderTab = class TdsFolderTab {