@scania/tegel-angular-17 1.15.0 → 1.16.0-tdsheaderitems-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.
@@ -1697,11 +1697,11 @@ let TdsTable = class TdsTable {
1697
1697
  this.el = r.nativeElement;
1698
1698
  }
1699
1699
  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 }); }
1700
- 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1700
+ 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 }); }
1701
1701
  };
1702
1702
  TdsTable = __decorate([
1703
1703
  ProxyCmp({
1704
- inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers'],
1704
+ inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers', 'zebraMode'],
1705
1705
  methods: ['getSelectedRows']
1706
1706
  })
1707
1707
  ], TdsTable);
@@ -1712,7 +1712,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1712
1712
  changeDetection: ChangeDetectionStrategy.OnPush,
1713
1713
  template: '<ng-content></ng-content>',
1714
1714
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1715
- inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers'],
1715
+ inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers', 'zebraMode'],
1716
1716
  }]
1717
1717
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1718
1718
  let TdsTableBody = class TdsTableBody {
@@ -1794,11 +1794,11 @@ let TdsTableBodyRowExpandable = class TdsTableBodyRowExpandable {
1794
1794
  proxyOutputs(this, this.el, ['tdsChange']);
1795
1795
  }
1796
1796
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableBodyRowExpandable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1797
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableBodyRowExpandable, selector: "tds-table-body-row-expandable", inputs: { colSpan: "colSpan", expanded: "expanded", rowId: "rowId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1797
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableBodyRowExpandable, selector: "tds-table-body-row-expandable", inputs: { colSpan: "colSpan", expanded: "expanded", overflow: "overflow", rowId: "rowId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1798
1798
  };
1799
1799
  TdsTableBodyRowExpandable = __decorate([
1800
1800
  ProxyCmp({
1801
- inputs: ['colSpan', 'expanded', 'rowId'],
1801
+ inputs: ['colSpan', 'expanded', 'overflow', 'rowId'],
1802
1802
  methods: ['expand', 'collapse']
1803
1803
  })
1804
1804
  ], TdsTableBodyRowExpandable);
@@ -1809,7 +1809,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1809
1809
  changeDetection: ChangeDetectionStrategy.OnPush,
1810
1810
  template: '<ng-content></ng-content>',
1811
1811
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1812
- inputs: ['colSpan', 'expanded', 'rowId'],
1812
+ inputs: ['colSpan', 'expanded', 'overflow', 'rowId'],
1813
1813
  }]
1814
1814
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1815
1815
  let TdsTableFooter = class TdsTableFooter {
@@ -1820,11 +1820,11 @@ let TdsTableFooter = class TdsTableFooter {
1820
1820
  proxyOutputs(this, this.el, ['tdsPagination']);
1821
1821
  }
1822
1822
  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 }); }
1823
- 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1823
+ 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", rowsPerPageValues: "rowsPerPageValues", rowsperpage: "rowsperpage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1824
1824
  };
1825
1825
  TdsTableFooter = __decorate([
1826
1826
  ProxyCmp({
1827
- inputs: ['cols', 'pages', 'pagination', 'paginationValue']
1827
+ inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageValues', 'rowsperpage']
1828
1828
  })
1829
1829
  ], TdsTableFooter);
1830
1830
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableFooter, decorators: [{
@@ -1834,7 +1834,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
1834
1834
  changeDetection: ChangeDetectionStrategy.OnPush,
1835
1835
  template: '<ng-content></ng-content>',
1836
1836
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1837
- inputs: ['cols', 'pages', 'pagination', 'paginationValue'],
1837
+ inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageValues', 'rowsperpage'],
1838
1838
  }]
1839
1839
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1840
1840
  let TdsTableHeader = class TdsTableHeader {