@scania/tegel-angular-17 1.10.0 → 1.12.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.
|
@@ -652,11 +652,11 @@ let TdsHeaderCell = class TdsHeaderCell {
|
|
|
652
652
|
proxyOutputs(this, this.el, ['tdsSort']);
|
|
653
653
|
}
|
|
654
654
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsHeaderCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
655
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsHeaderCell, selector: "tds-header-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", customWidth: "customWidth", sortable: "sortable", textAlign: "textAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
655
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsHeaderCell, selector: "tds-header-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", customWidth: "customWidth", disablePadding: "disablePadding", sortable: "sortable", textAlign: "textAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
656
656
|
};
|
|
657
657
|
TdsHeaderCell = __decorate([
|
|
658
658
|
ProxyCmp({
|
|
659
|
-
inputs: ['cellKey', 'cellValue', 'customWidth', 'sortable', 'textAlign']
|
|
659
|
+
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'textAlign']
|
|
660
660
|
})
|
|
661
661
|
], TdsHeaderCell);
|
|
662
662
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsHeaderCell, decorators: [{
|
|
@@ -666,7 +666,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
666
666
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
667
667
|
template: '<ng-content></ng-content>',
|
|
668
668
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
669
|
-
inputs: ['cellKey', 'cellValue', 'customWidth', 'sortable', 'textAlign'],
|
|
669
|
+
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'textAlign'],
|
|
670
670
|
}]
|
|
671
671
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
672
672
|
let TdsHeaderDropdown = class TdsHeaderDropdown {
|
|
@@ -1693,11 +1693,11 @@ let TdsTable = class TdsTable {
|
|
|
1693
1693
|
this.el = r.nativeElement;
|
|
1694
1694
|
}
|
|
1695
1695
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1696
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsTable, selector: "tds-table", inputs: { compactDesign: "compactDesign", expandableRows: "expandableRows", 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 }); }
|
|
1696
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", 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 }); }
|
|
1697
1697
|
};
|
|
1698
1698
|
TdsTable = __decorate([
|
|
1699
1699
|
ProxyCmp({
|
|
1700
|
-
inputs: ['compactDesign', 'expandableRows', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers'],
|
|
1700
|
+
inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers'],
|
|
1701
1701
|
methods: ['getSelectedRows']
|
|
1702
1702
|
})
|
|
1703
1703
|
], TdsTable);
|
|
@@ -1708,7 +1708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1708
1708
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1709
1709
|
template: '<ng-content></ng-content>',
|
|
1710
1710
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1711
|
-
inputs: ['compactDesign', 'expandableRows', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers'],
|
|
1711
|
+
inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers'],
|
|
1712
1712
|
}]
|
|
1713
1713
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1714
1714
|
let TdsTableBody = class TdsTableBody {
|
|
@@ -1968,11 +1968,11 @@ let TdsTooltip = class TdsTooltip {
|
|
|
1968
1968
|
this.el = r.nativeElement;
|
|
1969
1969
|
}
|
|
1970
1970
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1971
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsTooltip, selector: "tds-tooltip", inputs: { mouseOverTooltip: "mouseOverTooltip", offsetDistance: "offsetDistance", offsetSkidding: "offsetSkidding", placement: "placement", referenceEl: "referenceEl", selector: "selector", show: "show", text: "text" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1971
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsTooltip, selector: "tds-tooltip", inputs: { mouseOverTooltip: "mouseOverTooltip", offsetDistance: "offsetDistance", offsetSkidding: "offsetSkidding", placement: "placement", referenceEl: "referenceEl", selector: "selector", show: "show", text: "text", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1972
1972
|
};
|
|
1973
1973
|
TdsTooltip = __decorate([
|
|
1974
1974
|
ProxyCmp({
|
|
1975
|
-
inputs: ['mouseOverTooltip', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'text']
|
|
1975
|
+
inputs: ['mouseOverTooltip', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'text', 'trigger']
|
|
1976
1976
|
})
|
|
1977
1977
|
], TdsTooltip);
|
|
1978
1978
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsTooltip, decorators: [{
|
|
@@ -1982,7 +1982,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1982
1982
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1983
1983
|
template: '<ng-content></ng-content>',
|
|
1984
1984
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1985
|
-
inputs: ['mouseOverTooltip', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'text'],
|
|
1985
|
+
inputs: ['mouseOverTooltip', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'text', 'trigger'],
|
|
1986
1986
|
}]
|
|
1987
1987
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1988
1988
|
|