@scania/tegel-angular-17 1.13.0-table-beta.0 → 1.13.0-table-beta.3

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.
@@ -1866,11 +1866,11 @@ let TdsTableHeaderInputWrapper = class TdsTableHeaderInputWrapper {
1866
1866
  this.el = r.nativeElement;
1867
1867
  }
1868
1868
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableHeaderInputWrapper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1869
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableHeaderInputWrapper, selector: "tds-table-header-input-wrapper", inputs: { showIcon: "showIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1869
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableHeaderInputWrapper, selector: "tds-table-header-input-wrapper", inputs: { compactDesign: "compactDesign", showIcon: "showIcon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1870
1870
  };
1871
1871
  TdsTableHeaderInputWrapper = __decorate([
1872
1872
  ProxyCmp({
1873
- inputs: ['showIcon']
1873
+ inputs: ['compactDesign', 'showIcon']
1874
1874
  })
1875
1875
  ], TdsTableHeaderInputWrapper);
1876
1876
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableHeaderInputWrapper, decorators: [{
@@ -1880,7 +1880,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1880
1880
  changeDetection: ChangeDetectionStrategy.OnPush,
1881
1881
  template: '<ng-content></ng-content>',
1882
1882
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1883
- inputs: ['showIcon'],
1883
+ inputs: ['compactDesign', 'showIcon'],
1884
1884
  }]
1885
1885
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1886
1886
  let TdsTableToolbar = class TdsTableToolbar {