@scania/tegel-angular-17 1.14.0 → 1.15.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.
|
@@ -289,11 +289,11 @@ let TdsCard = class TdsCard {
|
|
|
289
289
|
proxyOutputs(this, this.el, ['tdsClick']);
|
|
290
290
|
}
|
|
291
291
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
292
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsCard, selector: "tds-card", inputs: { bodyDivider: "bodyDivider", bodyImg: "bodyImg", bodyImgAlt: "bodyImgAlt", cardId: "cardId", clickable: "clickable", header: "header", imagePlacement: "imagePlacement", modeVariant: "modeVariant", subheader: "subheader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
292
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsCard, selector: "tds-card", inputs: { bodyDivider: "bodyDivider", bodyImg: "bodyImg", bodyImgAlt: "bodyImgAlt", cardId: "cardId", clickable: "clickable", header: "header", imagePlacement: "imagePlacement", modeVariant: "modeVariant", stretch: "stretch", subheader: "subheader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
293
293
|
};
|
|
294
294
|
TdsCard = __decorate([
|
|
295
295
|
ProxyCmp({
|
|
296
|
-
inputs: ['bodyDivider', 'bodyImg', 'bodyImgAlt', 'cardId', 'clickable', 'header', 'imagePlacement', 'modeVariant', 'subheader']
|
|
296
|
+
inputs: ['bodyDivider', 'bodyImg', 'bodyImgAlt', 'cardId', 'clickable', 'header', 'imagePlacement', 'modeVariant', 'stretch', 'subheader']
|
|
297
297
|
})
|
|
298
298
|
], TdsCard);
|
|
299
299
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsCard, decorators: [{
|
|
@@ -303,7 +303,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
303
303
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
304
304
|
template: '<ng-content></ng-content>',
|
|
305
305
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
306
|
-
inputs: ['bodyDivider', 'bodyImg', 'bodyImgAlt', 'cardId', 'clickable', 'header', 'imagePlacement', 'modeVariant', 'subheader'],
|
|
306
|
+
inputs: ['bodyDivider', 'bodyImg', 'bodyImgAlt', 'cardId', 'clickable', 'header', 'imagePlacement', 'modeVariant', 'stretch', 'subheader'],
|
|
307
307
|
}]
|
|
308
308
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
309
309
|
let TdsCheckbox = class TdsCheckbox {
|
|
@@ -1068,11 +1068,11 @@ let TdsInlineTabs = class TdsInlineTabs {
|
|
|
1068
1068
|
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1069
1069
|
}
|
|
1070
1070
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsInlineTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1071
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsInlineTabs, selector: "tds-inline-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1071
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsInlineTabs, selector: "tds-inline-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", leftPadding: "leftPadding", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1072
1072
|
};
|
|
1073
1073
|
TdsInlineTabs = __decorate([
|
|
1074
1074
|
ProxyCmp({
|
|
1075
|
-
inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
|
|
1075
|
+
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
|
|
1076
1076
|
methods: ['selectTab', 'reinitialize']
|
|
1077
1077
|
})
|
|
1078
1078
|
], TdsInlineTabs);
|
|
@@ -1083,7 +1083,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1083
1083
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1084
1084
|
template: '<ng-content></ng-content>',
|
|
1085
1085
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1086
|
-
inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
|
|
1086
|
+
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
|
|
1087
1087
|
}]
|
|
1088
1088
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1089
1089
|
let TdsLink = class TdsLink {
|
|
@@ -1192,11 +1192,11 @@ let TdsNavigationTabs = class TdsNavigationTabs {
|
|
|
1192
1192
|
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1193
1193
|
}
|
|
1194
1194
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsNavigationTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1195
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsNavigationTabs, selector: "tds-navigation-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1195
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsNavigationTabs, selector: "tds-navigation-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", leftPadding: "leftPadding", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1196
1196
|
};
|
|
1197
1197
|
TdsNavigationTabs = __decorate([
|
|
1198
1198
|
ProxyCmp({
|
|
1199
|
-
inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
|
|
1199
|
+
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
|
|
1200
1200
|
methods: ['selectTab', 'reinitialize']
|
|
1201
1201
|
})
|
|
1202
1202
|
], TdsNavigationTabs);
|
|
@@ -1207,7 +1207,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1207
1207
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1208
1208
|
template: '<ng-content></ng-content>',
|
|
1209
1209
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1210
|
-
inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
|
|
1210
|
+
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
|
|
1211
1211
|
}]
|
|
1212
1212
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1213
1213
|
let TdsPopoverCanvas = class TdsPopoverCanvas {
|