@scania/tegel-angular-17 1.25.0 → 1.26.0-value-prop-fix.beta.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.
|
@@ -120,11 +120,11 @@ let TdsBadge = class TdsBadge {
|
|
|
120
120
|
this.el = r.nativeElement;
|
|
121
121
|
}
|
|
122
122
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
123
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBadge, selector: "tds-badge", inputs: { hidden: "hidden", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
123
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBadge, selector: "tds-badge", inputs: { hidden: "hidden", size: "size", tdsAriaLive: "tdsAriaLive", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
124
124
|
};
|
|
125
125
|
TdsBadge = __decorate([
|
|
126
126
|
ProxyCmp({
|
|
127
|
-
inputs: ['hidden', 'size', 'value']
|
|
127
|
+
inputs: ['hidden', 'size', 'tdsAriaLive', 'value']
|
|
128
128
|
})
|
|
129
129
|
], TdsBadge);
|
|
130
130
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBadge, decorators: [{
|
|
@@ -134,7 +134,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
134
134
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
135
135
|
template: '<ng-content></ng-content>',
|
|
136
136
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
137
|
-
inputs: ['hidden', 'size', 'value'],
|
|
137
|
+
inputs: ['hidden', 'size', 'tdsAriaLive', 'value'],
|
|
138
138
|
}]
|
|
139
139
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
140
140
|
let TdsBanner = class TdsBanner {
|
|
@@ -145,11 +145,11 @@ let TdsBanner = class TdsBanner {
|
|
|
145
145
|
proxyOutputs(this, this.el, ['tdsClose']);
|
|
146
146
|
}
|
|
147
147
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
148
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBanner, selector: "tds-banner", inputs: { bannerId: "bannerId", header: "header", hidden: "hidden", icon: "icon", subheader: "subheader", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
148
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBanner, selector: "tds-banner", inputs: { bannerId: "bannerId", header: "header", hidden: "hidden", icon: "icon", roleType: "roleType", subheader: "subheader", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
149
149
|
};
|
|
150
150
|
TdsBanner = __decorate([
|
|
151
151
|
ProxyCmp({
|
|
152
|
-
inputs: ['bannerId', 'header', 'hidden', 'icon', 'subheader', 'variant'],
|
|
152
|
+
inputs: ['bannerId', 'header', 'hidden', 'icon', 'roleType', 'subheader', 'variant'],
|
|
153
153
|
methods: ['hideBanner', 'showBanner']
|
|
154
154
|
})
|
|
155
155
|
], TdsBanner);
|
|
@@ -160,7 +160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
160
160
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
161
161
|
template: '<ng-content></ng-content>',
|
|
162
162
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
163
|
-
inputs: ['bannerId', 'header', 'hidden', 'icon', 'subheader', 'variant'],
|
|
163
|
+
inputs: ['bannerId', 'header', 'hidden', 'icon', 'roleType', 'subheader', 'variant'],
|
|
164
164
|
}]
|
|
165
165
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
166
166
|
let TdsBlock = class TdsBlock {
|
|
@@ -170,11 +170,11 @@ let TdsBlock = class TdsBlock {
|
|
|
170
170
|
this.el = r.nativeElement;
|
|
171
171
|
}
|
|
172
172
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBlock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
173
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBlock, selector: "tds-block", inputs: { modeVariant: "modeVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
173
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBlock, selector: "tds-block", inputs: { componentTag: "componentTag", modeVariant: "modeVariant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
174
174
|
};
|
|
175
175
|
TdsBlock = __decorate([
|
|
176
176
|
ProxyCmp({
|
|
177
|
-
inputs: ['modeVariant']
|
|
177
|
+
inputs: ['componentTag', 'modeVariant']
|
|
178
178
|
})
|
|
179
179
|
], TdsBlock);
|
|
180
180
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBlock, decorators: [{
|
|
@@ -184,7 +184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
184
184
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
185
185
|
template: '<ng-content></ng-content>',
|
|
186
186
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
187
|
-
inputs: ['modeVariant'],
|
|
187
|
+
inputs: ['componentTag', 'modeVariant'],
|
|
188
188
|
}]
|
|
189
189
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
190
190
|
let TdsBodyCell = class TdsBodyCell {
|
|
@@ -242,10 +242,12 @@ let TdsBreadcrumbs = class TdsBreadcrumbs {
|
|
|
242
242
|
this.el = r.nativeElement;
|
|
243
243
|
}
|
|
244
244
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBreadcrumbs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
245
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBreadcrumbs, selector: "tds-breadcrumbs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
245
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBreadcrumbs, selector: "tds-breadcrumbs", inputs: { tdsAriaLabel: "tdsAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
246
246
|
};
|
|
247
247
|
TdsBreadcrumbs = __decorate([
|
|
248
|
-
ProxyCmp({
|
|
248
|
+
ProxyCmp({
|
|
249
|
+
inputs: ['tdsAriaLabel']
|
|
250
|
+
})
|
|
249
251
|
], TdsBreadcrumbs);
|
|
250
252
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBreadcrumbs, decorators: [{
|
|
251
253
|
type: Component,
|
|
@@ -254,7 +256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
254
256
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
255
257
|
template: '<ng-content></ng-content>',
|
|
256
258
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
257
|
-
inputs: [],
|
|
259
|
+
inputs: ['tdsAriaLabel'],
|
|
258
260
|
}]
|
|
259
261
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
260
262
|
let TdsButton = class TdsButton {
|
|
@@ -264,11 +266,11 @@ let TdsButton = class TdsButton {
|
|
|
264
266
|
this.el = r.nativeElement;
|
|
265
267
|
}
|
|
266
268
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
267
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsButton, selector: "tds-button", inputs: { animation: "animation", disabled: "disabled", fullbleed: "fullbleed", modeVariant: "modeVariant", size: "size", text: "text", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
269
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsButton, selector: "tds-button", inputs: { animation: "animation", disabled: "disabled", fullbleed: "fullbleed", modeVariant: "modeVariant", size: "size", tdsAriaLabel: "tdsAriaLabel", text: "text", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
268
270
|
};
|
|
269
271
|
TdsButton = __decorate([
|
|
270
272
|
ProxyCmp({
|
|
271
|
-
inputs: ['animation', 'disabled', 'fullbleed', 'modeVariant', 'size', 'text', 'type', 'variant']
|
|
273
|
+
inputs: ['animation', 'disabled', 'fullbleed', 'modeVariant', 'size', 'tdsAriaLabel', 'text', 'type', 'variant']
|
|
272
274
|
})
|
|
273
275
|
], TdsButton);
|
|
274
276
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsButton, decorators: [{
|
|
@@ -278,7 +280,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
278
280
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
279
281
|
template: '<ng-content></ng-content>',
|
|
280
282
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
281
|
-
inputs: ['animation', 'disabled', 'fullbleed', 'modeVariant', 'size', 'text', 'type', 'variant'],
|
|
283
|
+
inputs: ['animation', 'disabled', 'fullbleed', 'modeVariant', 'size', 'tdsAriaLabel', 'text', 'type', 'variant'],
|
|
282
284
|
}]
|
|
283
285
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
284
286
|
let TdsCard = class TdsCard {
|
|
@@ -437,12 +439,12 @@ let TdsDropdown = class TdsDropdown {
|
|
|
437
439
|
proxyOutputs(this, this.el, ['tdsChange', 'tdsFocus', 'tdsBlur', 'tdsInput']);
|
|
438
440
|
}
|
|
439
441
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
440
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDropdown, selector: "tds-dropdown", inputs: { animation: "animation", defaultValue: "defaultValue", disabled: "disabled", error: "error", filter: "filter", helper: "helper", label: "label", labelPosition: "labelPosition", modeVariant: "modeVariant", multiselect: "multiselect", name: "name", noResultText: "noResultText", normalizeText: "normalizeText", openDirection: "openDirection", placeholder: "placeholder", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
442
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDropdown, selector: "tds-dropdown", inputs: { animation: "animation", defaultValue: "defaultValue", disabled: "disabled", error: "error", filter: "filter", helper: "helper", label: "label", labelPosition: "labelPosition", modeVariant: "modeVariant", multiselect: "multiselect", name: "name", noResultText: "noResultText", normalizeText: "normalizeText", openDirection: "openDirection", placeholder: "placeholder", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
441
443
|
};
|
|
442
444
|
TdsDropdown = __decorate([
|
|
443
445
|
ProxyCmp({
|
|
444
|
-
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size'],
|
|
445
|
-
methods: ['
|
|
446
|
+
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size', 'value'],
|
|
447
|
+
methods: ['setValue', 'reset', 'removeValue', 'focusElement', 'close']
|
|
446
448
|
})
|
|
447
449
|
], TdsDropdown);
|
|
448
450
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDropdown, decorators: [{
|
|
@@ -452,7 +454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
452
454
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
453
455
|
template: '<ng-content></ng-content>',
|
|
454
456
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
455
|
-
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size'],
|
|
457
|
+
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size', 'value'],
|
|
456
458
|
}]
|
|
457
459
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
458
460
|
let TdsDropdownOption = class TdsDropdownOption {
|
|
@@ -1996,11 +1998,11 @@ let TdsToggle = class TdsToggle {
|
|
|
1996
1998
|
proxyOutputs(this, this.el, ['tdsToggle']);
|
|
1997
1999
|
}
|
|
1998
2000
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1999
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsToggle, selector: "tds-toggle", inputs: { checked: "checked", disabled: "disabled", headline: "headline", name: "name", required: "required", size: "size", toggleId: "toggleId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2001
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsToggle, selector: "tds-toggle", inputs: { checked: "checked", disabled: "disabled", headline: "headline", name: "name", required: "required", size: "size", tdsAriaLabel: "tdsAriaLabel", toggleId: "toggleId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2000
2002
|
};
|
|
2001
2003
|
TdsToggle = __decorate([
|
|
2002
2004
|
ProxyCmp({
|
|
2003
|
-
inputs: ['checked', 'disabled', 'headline', 'name', 'required', 'size', 'toggleId'],
|
|
2005
|
+
inputs: ['checked', 'disabled', 'headline', 'name', 'required', 'size', 'tdsAriaLabel', 'toggleId'],
|
|
2004
2006
|
methods: ['toggle']
|
|
2005
2007
|
})
|
|
2006
2008
|
], TdsToggle);
|
|
@@ -2011,7 +2013,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2011
2013
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2012
2014
|
template: '<ng-content></ng-content>',
|
|
2013
2015
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2014
|
-
inputs: ['checked', 'disabled', 'headline', 'name', 'required', 'size', 'toggleId'],
|
|
2016
|
+
inputs: ['checked', 'disabled', 'headline', 'name', 'required', 'size', 'tdsAriaLabel', 'toggleId'],
|
|
2015
2017
|
}]
|
|
2016
2018
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2017
2019
|
let TdsTooltip = class TdsTooltip {
|