@scania/tegel-angular-17 1.25.0 → 1.26.0-onTdsChange-gets-triggered-unexpectedly-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 {
|
|
@@ -314,11 +316,11 @@ let TdsCheckbox = class TdsCheckbox {
|
|
|
314
316
|
proxyOutputs(this, this.el, ['tdsChange', 'tdsFocus', 'tdsBlur']);
|
|
315
317
|
}
|
|
316
318
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
317
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsCheckbox, selector: "tds-checkbox", inputs: { checkboxId: "checkboxId", checked: "checked", disabled: "disabled", indeterminate: "indeterminate", name: "name", required: "required", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
319
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsCheckbox, selector: "tds-checkbox", inputs: { checkboxId: "checkboxId", checked: "checked", disabled: "disabled", indeterminate: "indeterminate", name: "name", required: "required", tdsAriaDescribedby: "tdsAriaDescribedby", tdsAriaLabel: "tdsAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
318
320
|
};
|
|
319
321
|
TdsCheckbox = __decorate([
|
|
320
322
|
ProxyCmp({
|
|
321
|
-
inputs: ['checkboxId', 'checked', 'disabled', 'indeterminate', 'name', 'required', 'value'],
|
|
323
|
+
inputs: ['checkboxId', 'checked', 'disabled', 'indeterminate', 'name', 'required', 'tdsAriaDescribedby', 'tdsAriaLabel', 'value'],
|
|
322
324
|
methods: ['toggleCheckbox']
|
|
323
325
|
})
|
|
324
326
|
], TdsCheckbox);
|
|
@@ -329,7 +331,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
329
331
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
330
332
|
template: '<ng-content></ng-content>',
|
|
331
333
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
332
|
-
inputs: ['checkboxId', 'checked', 'disabled', 'indeterminate', 'name', 'required', 'value'],
|
|
334
|
+
inputs: ['checkboxId', 'checked', 'disabled', 'indeterminate', 'name', 'required', 'tdsAriaDescribedby', 'tdsAriaLabel', 'value'],
|
|
333
335
|
}]
|
|
334
336
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
335
337
|
let TdsChip = class TdsChip {
|
|
@@ -340,11 +342,11 @@ let TdsChip = class TdsChip {
|
|
|
340
342
|
proxyOutputs(this, this.el, ['tdsChange', 'tdsClick']);
|
|
341
343
|
}
|
|
342
344
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
343
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", 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 }); }
|
|
345
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsChip, selector: "tds-chip", inputs: { checked: "checked", chipId: "chipId", disabled: "disabled", name: "name", size: "size", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
344
346
|
};
|
|
345
347
|
TdsChip = __decorate([
|
|
346
348
|
ProxyCmp({
|
|
347
|
-
inputs: ['checked', 'chipId', 'disabled', 'name', 'size', 'type', 'value']
|
|
349
|
+
inputs: ['checked', 'chipId', 'disabled', 'name', 'size', 'tdsAriaLabel', 'type', 'value']
|
|
348
350
|
})
|
|
349
351
|
], TdsChip);
|
|
350
352
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsChip, decorators: [{
|
|
@@ -354,7 +356,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
354
356
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
355
357
|
template: '<ng-content></ng-content>',
|
|
356
358
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
357
|
-
inputs: ['checked', 'chipId', 'disabled', 'name', 'size', 'type', 'value'],
|
|
359
|
+
inputs: ['checked', 'chipId', 'disabled', 'name', 'size', 'tdsAriaLabel', 'type', 'value'],
|
|
358
360
|
}]
|
|
359
361
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
360
362
|
let TdsCoreHeaderItem = class TdsCoreHeaderItem {
|
|
@@ -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 {
|
|
@@ -513,11 +515,11 @@ let TdsFolderTabs = class TdsFolderTabs {
|
|
|
513
515
|
proxyOutputs(this, this.el, ['tdsChange']);
|
|
514
516
|
}
|
|
515
517
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsFolderTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
516
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsFolderTabs, selector: "tds-folder-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
518
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsFolderTabs, selector: "tds-folder-tabs", inputs: { defaultSelectedIndex: "defaultSelectedIndex", modeVariant: "modeVariant", selectedIndex: "selectedIndex", tdsScrollLeftAriaLabel: "tdsScrollLeftAriaLabel", tdsScrollRightAriaLabel: "tdsScrollRightAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
517
519
|
};
|
|
518
520
|
TdsFolderTabs = __decorate([
|
|
519
521
|
ProxyCmp({
|
|
520
|
-
inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
|
|
522
|
+
inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex', 'tdsScrollLeftAriaLabel', 'tdsScrollRightAriaLabel'],
|
|
521
523
|
methods: ['selectTab', 'reinitialize']
|
|
522
524
|
})
|
|
523
525
|
], TdsFolderTabs);
|
|
@@ -528,7 +530,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
528
530
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
529
531
|
template: '<ng-content></ng-content>',
|
|
530
532
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
531
|
-
inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex'],
|
|
533
|
+
inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex', 'tdsScrollLeftAriaLabel', 'tdsScrollRightAriaLabel'],
|
|
532
534
|
}]
|
|
533
535
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
534
536
|
let TdsFooter = class TdsFooter {
|
|
@@ -1068,11 +1070,11 @@ let TdsInlineTabs = class TdsInlineTabs {
|
|
|
1068
1070
|
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1069
1071
|
}
|
|
1070
1072
|
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", leftPadding: "leftPadding", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1073
|
+
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", tdsScrollLeftAriaLabel: "tdsScrollLeftAriaLabel", tdsScrollRightAriaLabel: "tdsScrollRightAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1072
1074
|
};
|
|
1073
1075
|
TdsInlineTabs = __decorate([
|
|
1074
1076
|
ProxyCmp({
|
|
1075
|
-
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
|
|
1077
|
+
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex', 'tdsScrollLeftAriaLabel', 'tdsScrollRightAriaLabel'],
|
|
1076
1078
|
methods: ['selectTab', 'reinitialize']
|
|
1077
1079
|
})
|
|
1078
1080
|
], TdsInlineTabs);
|
|
@@ -1083,7 +1085,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1083
1085
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1084
1086
|
template: '<ng-content></ng-content>',
|
|
1085
1087
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1086
|
-
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
|
|
1088
|
+
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex', 'tdsScrollLeftAriaLabel', 'tdsScrollRightAriaLabel'],
|
|
1087
1089
|
}]
|
|
1088
1090
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1089
1091
|
let TdsLink = class TdsLink {
|
|
@@ -1192,11 +1194,11 @@ let TdsNavigationTabs = class TdsNavigationTabs {
|
|
|
1192
1194
|
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1193
1195
|
}
|
|
1194
1196
|
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", leftPadding: "leftPadding", modeVariant: "modeVariant", selectedIndex: "selectedIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1197
|
+
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", tdsScrollLeftAriaLabel: "tdsScrollLeftAriaLabel", tdsScrollRightAriaLabel: "tdsScrollRightAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1196
1198
|
};
|
|
1197
1199
|
TdsNavigationTabs = __decorate([
|
|
1198
1200
|
ProxyCmp({
|
|
1199
|
-
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
|
|
1201
|
+
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex', 'tdsScrollLeftAriaLabel', 'tdsScrollRightAriaLabel'],
|
|
1200
1202
|
methods: ['selectTab', 'reinitialize']
|
|
1201
1203
|
})
|
|
1202
1204
|
], TdsNavigationTabs);
|
|
@@ -1207,7 +1209,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1207
1209
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1208
1210
|
template: '<ng-content></ng-content>',
|
|
1209
1211
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1210
|
-
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex'],
|
|
1212
|
+
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex', 'tdsScrollLeftAriaLabel', 'tdsScrollRightAriaLabel'],
|
|
1211
1213
|
}]
|
|
1212
1214
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1213
1215
|
let TdsPopoverCanvas = class TdsPopoverCanvas {
|
|
@@ -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 {
|