@scania/tegel-angular-17 1.58.0 → 1.59.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.
@@ -205,11 +205,11 @@ let TdsBodyCell = class TdsBodyCell {
205
205
  this.el = r.nativeElement;
206
206
  }
207
207
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBodyCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
208
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBodyCell, selector: "tds-body-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", colSpan: "colSpan", disablePadding: "disablePadding", rowSpan: "rowSpan", textAlign: "textAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
208
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBodyCell, selector: "tds-body-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", colSpan: "colSpan", disablePadding: "disablePadding", rowSpan: "rowSpan", textAlign: "textAlign", verticalAlign: "verticalAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
209
209
  };
210
210
  TdsBodyCell = __decorate([
211
211
  ProxyCmp({
212
- inputs: ['cellKey', 'cellValue', 'colSpan', 'disablePadding', 'rowSpan', 'textAlign']
212
+ inputs: ['cellKey', 'cellValue', 'colSpan', 'disablePadding', 'rowSpan', 'textAlign', 'verticalAlign']
213
213
  })
214
214
  ], TdsBodyCell);
215
215
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBodyCell, decorators: [{
@@ -219,7 +219,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
219
219
  changeDetection: ChangeDetectionStrategy.OnPush,
220
220
  template: '<ng-content></ng-content>',
221
221
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
222
- inputs: ['cellKey', 'cellValue', 'colSpan', 'disablePadding', 'rowSpan', 'textAlign'],
222
+ inputs: ['cellKey', 'cellValue', 'colSpan', 'disablePadding', 'rowSpan', 'textAlign', 'verticalAlign'],
223
223
  standalone: false
224
224
  }]
225
225
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });