@scania/tegel-angular-17 1.24.0-badge-a11y-beta.0 → 1.24.0-table-error-beta.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.
@@ -120,11 +120,11 @@ let TdsBadge = class TdsBadge {
120
120
  this.el = r.nativeElement;
121
121
  }
122
122
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
123
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBadge, selector: "tds-badge", inputs: { ariaLabelTemplate: "ariaLabelTemplate", hidden: "hidden", liveAnnounce: "liveAnnounce", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
123
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBadge, selector: "tds-badge", inputs: { hidden: "hidden", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
124
124
  };
125
125
  TdsBadge = __decorate([
126
126
  ProxyCmp({
127
- inputs: ['ariaLabelTemplate', 'hidden', 'liveAnnounce', 'size', 'value']
127
+ inputs: ['hidden', 'size', 'value']
128
128
  })
129
129
  ], TdsBadge);
130
130
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBadge, decorators: [{
@@ -134,7 +134,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
134
134
  changeDetection: ChangeDetectionStrategy.OnPush,
135
135
  template: '<ng-content></ng-content>',
136
136
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
137
- inputs: ['ariaLabelTemplate', 'hidden', 'liveAnnounce', 'size', 'value'],
137
+ inputs: ['hidden', 'size', 'value'],
138
138
  }]
139
139
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
140
140
  let TdsBanner = class TdsBanner {