@scania/tegel-angular-17 1.16.0-tdsheaderitems-beta.1 → 1.17.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.
|
@@ -1766,14 +1766,14 @@ let TdsTableBodyRow = class TdsTableBodyRow {
|
|
|
1766
1766
|
this.z = z;
|
|
1767
1767
|
c.detach();
|
|
1768
1768
|
this.el = r.nativeElement;
|
|
1769
|
-
proxyOutputs(this, this.el, ['tdsSelect']);
|
|
1769
|
+
proxyOutputs(this, this.el, ['tdsSelect', 'tdsClick']);
|
|
1770
1770
|
}
|
|
1771
1771
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableBodyRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1772
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableBodyRow, selector: "tds-table-body-row", inputs: { disabled: "disabled", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1772
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableBodyRow, selector: "tds-table-body-row", inputs: { clickable: "clickable", disabled: "disabled", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1773
1773
|
};
|
|
1774
1774
|
TdsTableBodyRow = __decorate([
|
|
1775
1775
|
ProxyCmp({
|
|
1776
|
-
inputs: ['disabled', 'selected']
|
|
1776
|
+
inputs: ['clickable', 'disabled', 'selected']
|
|
1777
1777
|
})
|
|
1778
1778
|
], TdsTableBodyRow);
|
|
1779
1779
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableBodyRow, decorators: [{
|
|
@@ -1783,7 +1783,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1783
1783
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1784
1784
|
template: '<ng-content></ng-content>',
|
|
1785
1785
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1786
|
-
inputs: ['disabled', 'selected'],
|
|
1786
|
+
inputs: ['clickable', 'disabled', 'selected'],
|
|
1787
1787
|
}]
|
|
1788
1788
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1789
1789
|
let TdsTableBodyRowExpandable = class TdsTableBodyRowExpandable {
|
|
@@ -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", overflow: "overflow", 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: { autoCollapse: "autoCollapse", 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', 'overflow', 'rowId'],
|
|
1801
|
+
inputs: ['autoCollapse', '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', 'overflow', 'rowId'],
|
|
1812
|
+
inputs: ['autoCollapse', 'colSpan', 'expanded', 'overflow', 'rowId'],
|
|
1813
1813
|
}]
|
|
1814
1814
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1815
1815
|
let TdsTableFooter = class TdsTableFooter {
|