@scania/tegel-angular-17 1.8.2 → 1.9.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.
|
@@ -69,11 +69,11 @@ let TdsAccordion = class TdsAccordion {
|
|
|
69
69
|
this.el = r.nativeElement;
|
|
70
70
|
}
|
|
71
71
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
72
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsAccordion, selector: "tds-accordion", inputs: { modeVariant: "modeVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
72
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsAccordion, selector: "tds-accordion", inputs: { hideLastBorder: "hideLastBorder", modeVariant: "modeVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
73
73
|
};
|
|
74
74
|
TdsAccordion = __decorate([
|
|
75
75
|
ProxyCmp({
|
|
76
|
-
inputs: ['modeVariant']
|
|
76
|
+
inputs: ['hideLastBorder', 'modeVariant']
|
|
77
77
|
})
|
|
78
78
|
], TdsAccordion);
|
|
79
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsAccordion, decorators: [{
|
|
@@ -83,7 +83,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
83
83
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
84
84
|
template: '<ng-content></ng-content>',
|
|
85
85
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
86
|
-
inputs: ['modeVariant'],
|
|
86
|
+
inputs: ['hideLastBorder', 'modeVariant'],
|
|
87
87
|
}]
|
|
88
88
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
89
89
|
let TdsAccordionItem = class TdsAccordionItem {
|
|
@@ -339,11 +339,11 @@ let TdsChip = class TdsChip {
|
|
|
339
339
|
proxyOutputs(this, this.el, ['tdsChange', 'tdsClick']);
|
|
340
340
|
}
|
|
341
341
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
342
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsChip, selector: "tds-chip", inputs: { checked: "checked", chipId: "chipId", name: "name", size: "size", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
342
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsChip, selector: "tds-chip", inputs: { checked: "checked", chipId: "chipId", disabled: "disabled", name: "name", size: "size", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
343
343
|
};
|
|
344
344
|
TdsChip = __decorate([
|
|
345
345
|
ProxyCmp({
|
|
346
|
-
inputs: ['checked', 'chipId', 'name', 'size', 'type', 'value']
|
|
346
|
+
inputs: ['checked', 'chipId', 'disabled', 'name', 'size', 'type', 'value']
|
|
347
347
|
})
|
|
348
348
|
], TdsChip);
|
|
349
349
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsChip, decorators: [{
|
|
@@ -353,7 +353,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
353
353
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
354
354
|
template: '<ng-content></ng-content>',
|
|
355
355
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
356
|
-
inputs: ['checked', 'chipId', 'name', 'size', 'type', 'value'],
|
|
356
|
+
inputs: ['checked', 'chipId', 'disabled', 'name', 'size', 'type', 'value'],
|
|
357
357
|
}]
|
|
358
358
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
359
359
|
let TdsCoreHeaderItem = class TdsCoreHeaderItem {
|
|
@@ -1141,11 +1141,11 @@ let TdsModal = class TdsModal {
|
|
|
1141
1141
|
proxyOutputs(this, this.el, ['tdsClose']);
|
|
1142
1142
|
}
|
|
1143
1143
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1144
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsModal, selector: "tds-modal", inputs: { actionsPosition: "actionsPosition", header: "header", prevent: "prevent", referenceEl: "referenceEl", selector: "selector", show: "show", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1144
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsModal, selector: "tds-modal", inputs: { actionsPosition: "actionsPosition", closable: "closable", header: "header", prevent: "prevent", referenceEl: "referenceEl", selector: "selector", show: "show", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1145
1145
|
};
|
|
1146
1146
|
TdsModal = __decorate([
|
|
1147
1147
|
ProxyCmp({
|
|
1148
|
-
inputs: ['actionsPosition', 'header', 'prevent', 'referenceEl', 'selector', 'show', 'size'],
|
|
1148
|
+
inputs: ['actionsPosition', 'closable', 'header', 'prevent', 'referenceEl', 'selector', 'show', 'size'],
|
|
1149
1149
|
methods: ['showModal', 'closeModal', 'initializeModal', 'cleanupModal']
|
|
1150
1150
|
})
|
|
1151
1151
|
], TdsModal);
|
|
@@ -1156,7 +1156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1156
1156
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1157
1157
|
template: '<ng-content></ng-content>',
|
|
1158
1158
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1159
|
-
inputs: ['actionsPosition', 'header', 'prevent', 'referenceEl', 'selector', 'show', 'size'],
|
|
1159
|
+
inputs: ['actionsPosition', 'closable', 'header', 'prevent', 'referenceEl', 'selector', 'show', 'size'],
|
|
1160
1160
|
}]
|
|
1161
1161
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1162
1162
|
let TdsNavigationTab = class TdsNavigationTab {
|
|
@@ -1407,11 +1407,11 @@ let TdsSideMenuDropdown = class TdsSideMenuDropdown {
|
|
|
1407
1407
|
this.el = r.nativeElement;
|
|
1408
1408
|
}
|
|
1409
1409
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsSideMenuDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1410
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsSideMenuDropdown, selector: "tds-side-menu-dropdown", inputs: { buttonLabel: "buttonLabel", defaultOpen: "defaultOpen", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1410
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsSideMenuDropdown, selector: "tds-side-menu-dropdown", inputs: { buttonLabel: "buttonLabel", defaultOpen: "defaultOpen", open: "open", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1411
1411
|
};
|
|
1412
1412
|
TdsSideMenuDropdown = __decorate([
|
|
1413
1413
|
ProxyCmp({
|
|
1414
|
-
inputs: ['buttonLabel', 'defaultOpen', 'selected']
|
|
1414
|
+
inputs: ['buttonLabel', 'defaultOpen', 'open', 'selected']
|
|
1415
1415
|
})
|
|
1416
1416
|
], TdsSideMenuDropdown);
|
|
1417
1417
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsSideMenuDropdown, decorators: [{
|
|
@@ -1421,7 +1421,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1421
1421
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1422
1422
|
template: '<ng-content></ng-content>',
|
|
1423
1423
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1424
|
-
inputs: ['buttonLabel', 'defaultOpen', 'selected'],
|
|
1424
|
+
inputs: ['buttonLabel', 'defaultOpen', 'open', 'selected'],
|
|
1425
1425
|
}]
|
|
1426
1426
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1427
1427
|
let TdsSideMenuDropdownList = class TdsSideMenuDropdownList {
|
|
@@ -1763,13 +1763,15 @@ let TdsTableBodyRowExpandable = class TdsTableBodyRowExpandable {
|
|
|
1763
1763
|
this.z = z;
|
|
1764
1764
|
c.detach();
|
|
1765
1765
|
this.el = r.nativeElement;
|
|
1766
|
+
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1766
1767
|
}
|
|
1767
1768
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsTableBodyRowExpandable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1768
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", type: TdsTableBodyRowExpandable, selector: "tds-table-body-row-expandable", inputs: { colSpan: "colSpan" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1769
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.9", 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 }); }
|
|
1769
1770
|
};
|
|
1770
1771
|
TdsTableBodyRowExpandable = __decorate([
|
|
1771
1772
|
ProxyCmp({
|
|
1772
|
-
inputs: ['colSpan']
|
|
1773
|
+
inputs: ['colSpan', 'expanded', 'rowId'],
|
|
1774
|
+
methods: ['expand', 'collapse']
|
|
1773
1775
|
})
|
|
1774
1776
|
], TdsTableBodyRowExpandable);
|
|
1775
1777
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImport: i0, type: TdsTableBodyRowExpandable, decorators: [{
|
|
@@ -1779,7 +1781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.9", ngImpor
|
|
|
1779
1781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1780
1782
|
template: '<ng-content></ng-content>',
|
|
1781
1783
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1782
|
-
inputs: ['colSpan'],
|
|
1784
|
+
inputs: ['colSpan', 'expanded', 'rowId'],
|
|
1783
1785
|
}]
|
|
1784
1786
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1785
1787
|
let TdsTableFooter = class TdsTableFooter {
|