@scania/tegel-angular-17 1.48.0 → 1.49.1
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", disablePadding: "disablePadding", 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" }, 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', 'disablePadding', 'textAlign']
|
|
212
|
+
inputs: ['cellKey', 'cellValue', 'colSpan', 'disablePadding', 'rowSpan', 'textAlign']
|
|
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', 'disablePadding', 'textAlign'],
|
|
222
|
+
inputs: ['cellKey', 'cellValue', 'colSpan', 'disablePadding', 'rowSpan', 'textAlign'],
|
|
223
223
|
standalone: false
|
|
224
224
|
}]
|
|
225
225
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -742,11 +742,11 @@ let TdsHeaderCell = class TdsHeaderCell {
|
|
|
742
742
|
this.el = r.nativeElement;
|
|
743
743
|
}
|
|
744
744
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
745
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderCell, selector: "tds-header-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", customWidth: "customWidth", disablePadding: "disablePadding", sortable: "sortable", tdsAriaLabelSortButton: "tdsAriaLabelSortButton", textAlign: "textAlign" }, outputs: { tdsSort: "tdsSort" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
745
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderCell, selector: "tds-header-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", colSpan: "colSpan", customWidth: "customWidth", disablePadding: "disablePadding", rowSpan: "rowSpan", sortable: "sortable", tdsAriaLabelSortButton: "tdsAriaLabelSortButton", textAlign: "textAlign" }, outputs: { tdsSort: "tdsSort" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
746
746
|
};
|
|
747
747
|
TdsHeaderCell = __decorate([
|
|
748
748
|
ProxyCmp({
|
|
749
|
-
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'tdsAriaLabelSortButton', 'textAlign']
|
|
749
|
+
inputs: ['cellKey', 'cellValue', 'colSpan', 'customWidth', 'disablePadding', 'rowSpan', 'sortable', 'tdsAriaLabelSortButton', 'textAlign']
|
|
750
750
|
})
|
|
751
751
|
], TdsHeaderCell);
|
|
752
752
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderCell, decorators: [{
|
|
@@ -756,7 +756,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
756
756
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
757
757
|
template: '<ng-content></ng-content>',
|
|
758
758
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
759
|
-
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'tdsAriaLabelSortButton', 'textAlign'],
|
|
759
|
+
inputs: ['cellKey', 'cellValue', 'colSpan', 'customWidth', 'disablePadding', 'rowSpan', 'sortable', 'tdsAriaLabelSortButton', 'textAlign'],
|
|
760
760
|
outputs: ['tdsSort'],
|
|
761
761
|
standalone: false
|
|
762
762
|
}]
|
|
@@ -1968,15 +1968,16 @@ let TdsTableBodyRowExpandable = class TdsTableBodyRowExpandable {
|
|
|
1968
1968
|
constructor(c, r, z) {
|
|
1969
1969
|
this.z = z;
|
|
1970
1970
|
this.tdsChange = new EventEmitter();
|
|
1971
|
+
this.tdsSelect = new EventEmitter();
|
|
1971
1972
|
c.detach();
|
|
1972
1973
|
this.el = r.nativeElement;
|
|
1973
1974
|
}
|
|
1974
1975
|
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 }); }
|
|
1975
|
-
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", tdsAriaLabelExpandButton: "tdsAriaLabelExpandButton" }, outputs: { tdsChange: "tdsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1976
|
+
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", disabled: "disabled", expanded: "expanded", overflow: "overflow", rowId: "rowId", selected: "selected", tdsAriaLabelExpandButton: "tdsAriaLabelExpandButton" }, outputs: { tdsChange: "tdsChange", tdsSelect: "tdsSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1976
1977
|
};
|
|
1977
1978
|
TdsTableBodyRowExpandable = __decorate([
|
|
1978
1979
|
ProxyCmp({
|
|
1979
|
-
inputs: ['autoCollapse', 'colSpan', 'expanded', 'overflow', 'rowId', 'tdsAriaLabelExpandButton'],
|
|
1980
|
+
inputs: ['autoCollapse', 'colSpan', 'disabled', 'expanded', 'overflow', 'rowId', 'selected', 'tdsAriaLabelExpandButton'],
|
|
1980
1981
|
methods: ['expand', 'collapse']
|
|
1981
1982
|
})
|
|
1982
1983
|
], TdsTableBodyRowExpandable);
|
|
@@ -1987,12 +1988,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1987
1988
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1988
1989
|
template: '<ng-content></ng-content>',
|
|
1989
1990
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1990
|
-
inputs: ['autoCollapse', 'colSpan', 'expanded', 'overflow', 'rowId', 'tdsAriaLabelExpandButton'],
|
|
1991
|
-
outputs: ['tdsChange'],
|
|
1991
|
+
inputs: ['autoCollapse', 'colSpan', 'disabled', 'expanded', 'overflow', 'rowId', 'selected', 'tdsAriaLabelExpandButton'],
|
|
1992
|
+
outputs: ['tdsChange', 'tdsSelect'],
|
|
1992
1993
|
standalone: false
|
|
1993
1994
|
}]
|
|
1994
1995
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
1995
1996
|
type: Output
|
|
1997
|
+
}], tdsSelect: [{
|
|
1998
|
+
type: Output
|
|
1996
1999
|
}] } });
|
|
1997
2000
|
let TdsTableFooter = class TdsTableFooter {
|
|
1998
2001
|
constructor(c, r, z) {
|