@scania/tegel-angular-17 1.52.0 → 1.53.0-field-var.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.
@@ -1865,11 +1865,11 @@ let TdsTable = class TdsTable {
1865
1865
  this.el = r.nativeElement;
1866
1866
  }
1867
1867
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1868
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTable, selector: "tds-table", inputs: { compactDesign: "compactDesign", expandableRows: "expandableRows", horizontalScrollWidth: "horizontalScrollWidth", modeVariant: "modeVariant", multiselect: "multiselect", noMinWidth: "noMinWidth", responsive: "responsive", tableId: "tableId", verticalDividers: "verticalDividers", zebraMode: "zebraMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1868
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTable, selector: "tds-table", inputs: { compactDesign: "compactDesign", expandableRows: "expandableRows", horizontalScrollWidth: "horizontalScrollWidth", modeVariant: "modeVariant", multiselect: "multiselect", noMinWidth: "noMinWidth", responsive: "responsive", sortColumnKey: "sortColumnKey", sortDirection: "sortDirection", tableId: "tableId", verticalDividers: "verticalDividers", zebraMode: "zebraMode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1869
1869
  };
1870
1870
  TdsTable = __decorate([
1871
1871
  ProxyCmp({
1872
- inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers', 'zebraMode'],
1872
+ inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'sortColumnKey', 'sortDirection', 'tableId', 'verticalDividers', 'zebraMode'],
1873
1873
  methods: ['getSelectedRows']
1874
1874
  })
1875
1875
  ], TdsTable);
@@ -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: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers', 'zebraMode'],
1883
+ inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'sortColumnKey', 'sortDirection', 'tableId', 'verticalDividers', 'zebraMode'],
1884
1884
  standalone: false
1885
1885
  }]
1886
1886
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -2005,11 +2005,11 @@ let TdsTableFooter = class TdsTableFooter {
2005
2005
  this.el = r.nativeElement;
2006
2006
  }
2007
2007
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2008
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableFooter, selector: "tds-table-footer", inputs: { cols: "cols", pages: "pages", pagination: "pagination", paginationValue: "paginationValue", rowsPerPageDropdownOpenDirection: "rowsPerPageDropdownOpenDirection", rowsPerPageValues: "rowsPerPageValues", rowsperpage: "rowsperpage" }, outputs: { tdsPagination: "tdsPagination" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2008
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableFooter, selector: "tds-table-footer", inputs: { cols: "cols", pages: "pages", pagination: "pagination", paginationValue: "paginationValue", rowsPerPageDropdownOpenDirection: "rowsPerPageDropdownOpenDirection", rowsPerPageValue: "rowsPerPageValue", rowsPerPageValues: "rowsPerPageValues", rowsperpage: "rowsperpage" }, outputs: { tdsPagination: "tdsPagination" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2009
2009
  };
2010
2010
  TdsTableFooter = __decorate([
2011
2011
  ProxyCmp({
2012
- inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageDropdownOpenDirection', 'rowsPerPageValues', 'rowsperpage']
2012
+ inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageDropdownOpenDirection', 'rowsPerPageValue', 'rowsPerPageValues', 'rowsperpage']
2013
2013
  })
2014
2014
  ], TdsTableFooter);
2015
2015
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableFooter, decorators: [{
@@ -2019,7 +2019,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2019
2019
  changeDetection: ChangeDetectionStrategy.OnPush,
2020
2020
  template: '<ng-content></ng-content>',
2021
2021
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2022
- inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageDropdownOpenDirection', 'rowsPerPageValues', 'rowsperpage'],
2022
+ inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageDropdownOpenDirection', 'rowsPerPageValue', 'rowsPerPageValues', 'rowsperpage'],
2023
2023
  outputs: ['tdsPagination'],
2024
2024
  standalone: false
2025
2025
  }]