@scania/tegel-angular-17 1.47.2 → 1.48.0-beta.0-tabbing-test
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.
- package/esm2022/lib/stencil-generated/boolean-value-accessor.mjs +9 -8
- package/esm2022/lib/stencil-generated/components.mjs +331 -101
- package/esm2022/lib/stencil-generated/number-value-accessor.mjs +8 -7
- package/esm2022/lib/stencil-generated/text-value-accessor.mjs +8 -7
- package/fesm2022/scania-tegel-angular-17.mjs +344 -111
- package/fesm2022/scania-tegel-angular-17.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +248 -113
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { ChangeDetectionStrategy, Component, HostListener, Directive, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
2
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Output, HostListener, Directive, forwardRef, APP_INITIALIZER, NgModule } from '@angular/core';
|
|
3
3
|
import { defineCustomElements } from '@scania/tegel/loader';
|
|
4
4
|
import { __decorate } from 'tslib';
|
|
5
5
|
import { fromEvent } from 'rxjs';
|
|
@@ -85,17 +85,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
85
85
|
template: '<ng-content></ng-content>',
|
|
86
86
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
87
87
|
inputs: ['hideLastBorder', 'modeVariant'],
|
|
88
|
+
standalone: false
|
|
88
89
|
}]
|
|
89
90
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
90
91
|
let TdsAccordionItem = class TdsAccordionItem {
|
|
91
92
|
constructor(c, r, z) {
|
|
92
93
|
this.z = z;
|
|
94
|
+
this.tdsToggle = new EventEmitter();
|
|
93
95
|
c.detach();
|
|
94
96
|
this.el = r.nativeElement;
|
|
95
|
-
proxyOutputs(this, this.el, ['tdsToggle']);
|
|
96
97
|
}
|
|
97
98
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsAccordionItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
98
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsAccordionItem, selector: "tds-accordion-item", inputs: { ariaLevelValue: "ariaLevelValue", disabled: "disabled", expandIconPosition: "expandIconPosition", expanded: "expanded", header: "header", paddingReset: "paddingReset" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
99
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsAccordionItem, selector: "tds-accordion-item", inputs: { ariaLevelValue: "ariaLevelValue", disabled: "disabled", expandIconPosition: "expandIconPosition", expanded: "expanded", header: "header", paddingReset: "paddingReset" }, outputs: { tdsToggle: "tdsToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
99
100
|
};
|
|
100
101
|
TdsAccordionItem = __decorate([
|
|
101
102
|
ProxyCmp({
|
|
@@ -111,8 +112,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
111
112
|
template: '<ng-content></ng-content>',
|
|
112
113
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
113
114
|
inputs: ['ariaLevelValue', 'disabled', 'expandIconPosition', 'expanded', 'header', 'paddingReset'],
|
|
115
|
+
outputs: ['tdsToggle'],
|
|
116
|
+
standalone: false
|
|
114
117
|
}]
|
|
115
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
118
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsToggle: [{
|
|
119
|
+
type: Output
|
|
120
|
+
}] } });
|
|
116
121
|
let TdsBadge = class TdsBadge {
|
|
117
122
|
constructor(c, r, z) {
|
|
118
123
|
this.z = z;
|
|
@@ -135,17 +140,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
135
140
|
template: '<ng-content></ng-content>',
|
|
136
141
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
137
142
|
inputs: ['hidden', 'size', 'tdsAriaLive', 'value'],
|
|
143
|
+
standalone: false
|
|
138
144
|
}]
|
|
139
145
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
140
146
|
let TdsBanner = class TdsBanner {
|
|
141
147
|
constructor(c, r, z) {
|
|
142
148
|
this.z = z;
|
|
149
|
+
this.tdsClose = new EventEmitter();
|
|
143
150
|
c.detach();
|
|
144
151
|
this.el = r.nativeElement;
|
|
145
|
-
proxyOutputs(this, this.el, ['tdsClose']);
|
|
146
152
|
}
|
|
147
153
|
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", roleType: "roleType", subheader: "subheader", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
154
|
+
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" }, outputs: { tdsClose: "tdsClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
149
155
|
};
|
|
150
156
|
TdsBanner = __decorate([
|
|
151
157
|
ProxyCmp({
|
|
@@ -161,8 +167,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
161
167
|
template: '<ng-content></ng-content>',
|
|
162
168
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
163
169
|
inputs: ['bannerId', 'header', 'hidden', 'icon', 'roleType', 'subheader', 'variant'],
|
|
170
|
+
outputs: ['tdsClose'],
|
|
171
|
+
standalone: false
|
|
164
172
|
}]
|
|
165
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
173
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsClose: [{
|
|
174
|
+
type: Output
|
|
175
|
+
}] } });
|
|
166
176
|
let TdsBlock = class TdsBlock {
|
|
167
177
|
constructor(c, r, z) {
|
|
168
178
|
this.z = z;
|
|
@@ -185,6 +195,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
185
195
|
template: '<ng-content></ng-content>',
|
|
186
196
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
187
197
|
inputs: ['componentTag', 'modeVariant'],
|
|
198
|
+
standalone: false
|
|
188
199
|
}]
|
|
189
200
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
190
201
|
let TdsBodyCell = class TdsBodyCell {
|
|
@@ -194,11 +205,11 @@ let TdsBodyCell = class TdsBodyCell {
|
|
|
194
205
|
this.el = r.nativeElement;
|
|
195
206
|
}
|
|
196
207
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBodyCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
197
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBodyCell, selector: "tds-body-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", disablePadding: "disablePadding", textAlign: "textAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
208
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsBodyCell, selector: "tds-body-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", colSpan: "colSpan", disablePadding: "disablePadding", rowSpan: "rowSpan", textAlign: "textAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
198
209
|
};
|
|
199
210
|
TdsBodyCell = __decorate([
|
|
200
211
|
ProxyCmp({
|
|
201
|
-
inputs: ['cellKey', 'cellValue', 'disablePadding', 'textAlign']
|
|
212
|
+
inputs: ['cellKey', 'cellValue', 'colSpan', 'disablePadding', 'rowSpan', 'textAlign']
|
|
202
213
|
})
|
|
203
214
|
], TdsBodyCell);
|
|
204
215
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsBodyCell, decorators: [{
|
|
@@ -208,7 +219,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
208
219
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
209
220
|
template: '<ng-content></ng-content>',
|
|
210
221
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
211
|
-
inputs: ['cellKey', 'cellValue', 'disablePadding', 'textAlign'],
|
|
222
|
+
inputs: ['cellKey', 'cellValue', 'colSpan', 'disablePadding', 'rowSpan', 'textAlign'],
|
|
223
|
+
standalone: false
|
|
212
224
|
}]
|
|
213
225
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
214
226
|
let TdsBreadcrumb = class TdsBreadcrumb {
|
|
@@ -233,6 +245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
233
245
|
template: '<ng-content></ng-content>',
|
|
234
246
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
235
247
|
inputs: ['current'],
|
|
248
|
+
standalone: false
|
|
236
249
|
}]
|
|
237
250
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
238
251
|
let TdsBreadcrumbs = class TdsBreadcrumbs {
|
|
@@ -257,6 +270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
257
270
|
template: '<ng-content></ng-content>',
|
|
258
271
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
259
272
|
inputs: ['tdsAriaLabel'],
|
|
273
|
+
standalone: false
|
|
260
274
|
}]
|
|
261
275
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
262
276
|
let TdsButton = class TdsButton {
|
|
@@ -281,17 +295,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
281
295
|
template: '<ng-content></ng-content>',
|
|
282
296
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
283
297
|
inputs: ['animation', 'disabled', 'fullbleed', 'modeVariant', 'name', 'size', 'tdsAriaLabel', 'text', 'type', 'value', 'variant'],
|
|
298
|
+
standalone: false
|
|
284
299
|
}]
|
|
285
300
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
286
301
|
let TdsCard = class TdsCard {
|
|
287
302
|
constructor(c, r, z) {
|
|
288
303
|
this.z = z;
|
|
304
|
+
this.tdsClick = new EventEmitter();
|
|
289
305
|
c.detach();
|
|
290
306
|
this.el = r.nativeElement;
|
|
291
|
-
proxyOutputs(this, this.el, ['tdsClick']);
|
|
292
307
|
}
|
|
293
308
|
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 }); }
|
|
294
|
-
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", expandable: "expandable", expanded: "expanded", header: "header", imagePlacement: "imagePlacement", modeVariant: "modeVariant", stretch: "stretch", subheader: "subheader" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
309
|
+
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", expandable: "expandable", expanded: "expanded", header: "header", imagePlacement: "imagePlacement", modeVariant: "modeVariant", stretch: "stretch", subheader: "subheader" }, outputs: { tdsClick: "tdsClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
295
310
|
};
|
|
296
311
|
TdsCard = __decorate([
|
|
297
312
|
ProxyCmp({
|
|
@@ -306,17 +321,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
306
321
|
template: '<ng-content></ng-content>',
|
|
307
322
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
308
323
|
inputs: ['bodyDivider', 'bodyImg', 'bodyImgAlt', 'cardId', 'clickable', 'expandable', 'expanded', 'header', 'imagePlacement', 'modeVariant', 'stretch', 'subheader'],
|
|
324
|
+
outputs: ['tdsClick'],
|
|
325
|
+
standalone: false
|
|
309
326
|
}]
|
|
310
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
327
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsClick: [{
|
|
328
|
+
type: Output
|
|
329
|
+
}] } });
|
|
311
330
|
let TdsCheckbox = class TdsCheckbox {
|
|
312
331
|
constructor(c, r, z) {
|
|
313
332
|
this.z = z;
|
|
333
|
+
this.tdsChange = new EventEmitter();
|
|
334
|
+
this.tdsFocus = new EventEmitter();
|
|
335
|
+
this.tdsBlur = new EventEmitter();
|
|
314
336
|
c.detach();
|
|
315
337
|
this.el = r.nativeElement;
|
|
316
|
-
proxyOutputs(this, this.el, ['tdsChange', 'tdsFocus', 'tdsBlur']);
|
|
317
338
|
}
|
|
318
339
|
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 }); }
|
|
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 }); }
|
|
340
|
+
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" }, outputs: { tdsChange: "tdsChange", tdsFocus: "tdsFocus", tdsBlur: "tdsBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
320
341
|
};
|
|
321
342
|
TdsCheckbox = __decorate([
|
|
322
343
|
ProxyCmp({
|
|
@@ -332,17 +353,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
332
353
|
template: '<ng-content></ng-content>',
|
|
333
354
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
334
355
|
inputs: ['checkboxId', 'checked', 'disabled', 'indeterminate', 'name', 'required', 'tdsAriaDescribedby', 'tdsAriaLabel', 'value'],
|
|
335
|
-
|
|
336
|
-
|
|
356
|
+
outputs: ['tdsChange', 'tdsFocus', 'tdsBlur'],
|
|
357
|
+
standalone: false
|
|
358
|
+
}]
|
|
359
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
360
|
+
type: Output
|
|
361
|
+
}], tdsFocus: [{
|
|
362
|
+
type: Output
|
|
363
|
+
}], tdsBlur: [{
|
|
364
|
+
type: Output
|
|
365
|
+
}] } });
|
|
337
366
|
let TdsChip = class TdsChip {
|
|
338
367
|
constructor(c, r, z) {
|
|
339
368
|
this.z = z;
|
|
369
|
+
this.tdsChange = new EventEmitter();
|
|
370
|
+
this.tdsClick = new EventEmitter();
|
|
340
371
|
c.detach();
|
|
341
372
|
this.el = r.nativeElement;
|
|
342
|
-
proxyOutputs(this, this.el, ['tdsChange', 'tdsClick']);
|
|
343
373
|
}
|
|
344
374
|
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 }); }
|
|
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 }); }
|
|
375
|
+
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" }, outputs: { tdsChange: "tdsChange", tdsClick: "tdsClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
346
376
|
};
|
|
347
377
|
TdsChip = __decorate([
|
|
348
378
|
ProxyCmp({
|
|
@@ -357,8 +387,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
357
387
|
template: '<ng-content></ng-content>',
|
|
358
388
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
359
389
|
inputs: ['checked', 'chipId', 'disabled', 'name', 'size', 'tdsAriaLabel', 'type', 'value'],
|
|
390
|
+
outputs: ['tdsChange', 'tdsClick'],
|
|
391
|
+
standalone: false
|
|
360
392
|
}]
|
|
361
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
393
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
394
|
+
type: Output
|
|
395
|
+
}], tdsClick: [{
|
|
396
|
+
type: Output
|
|
397
|
+
}] } });
|
|
362
398
|
let TdsCoreHeaderItem = class TdsCoreHeaderItem {
|
|
363
399
|
constructor(c, r, z) {
|
|
364
400
|
this.z = z;
|
|
@@ -379,17 +415,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
379
415
|
template: '<ng-content></ng-content>',
|
|
380
416
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
381
417
|
inputs: [],
|
|
418
|
+
standalone: false
|
|
382
419
|
}]
|
|
383
420
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
384
421
|
let TdsDatetime = class TdsDatetime {
|
|
385
422
|
constructor(c, r, z) {
|
|
386
423
|
this.z = z;
|
|
424
|
+
this.tdsChange = new EventEmitter();
|
|
425
|
+
this.tdsBlur = new EventEmitter();
|
|
426
|
+
this.tdsFocus = new EventEmitter();
|
|
427
|
+
this.tdsInput = new EventEmitter();
|
|
387
428
|
c.detach();
|
|
388
429
|
this.el = r.nativeElement;
|
|
389
|
-
proxyOutputs(this, this.el, ['tdsChange', 'tdsBlur', 'tdsFocus', 'tdsInput']);
|
|
390
430
|
}
|
|
391
431
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDatetime, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
392
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDatetime, selector: "tds-datetime", inputs: { autofocus: "autofocus", defaultValue: "defaultValue", disabled: "disabled", helper: "helper", label: "label", labelPosition: "labelPosition", max: "max", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", size: "size", state: "state", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
432
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDatetime, selector: "tds-datetime", inputs: { autofocus: "autofocus", defaultValue: "defaultValue", disabled: "disabled", helper: "helper", label: "label", labelPosition: "labelPosition", max: "max", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", size: "size", state: "state", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, outputs: { tdsChange: "tdsChange", tdsBlur: "tdsBlur", tdsFocus: "tdsFocus", tdsInput: "tdsInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
393
433
|
};
|
|
394
434
|
TdsDatetime = __decorate([
|
|
395
435
|
ProxyCmp({
|
|
@@ -405,8 +445,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
405
445
|
template: '<ng-content></ng-content>',
|
|
406
446
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
407
447
|
inputs: ['autofocus', 'defaultValue', 'disabled', 'helper', 'label', 'labelPosition', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
408
|
-
|
|
409
|
-
|
|
448
|
+
outputs: ['tdsChange', 'tdsBlur', 'tdsFocus', 'tdsInput'],
|
|
449
|
+
standalone: false
|
|
450
|
+
}]
|
|
451
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
452
|
+
type: Output
|
|
453
|
+
}], tdsBlur: [{
|
|
454
|
+
type: Output
|
|
455
|
+
}], tdsFocus: [{
|
|
456
|
+
type: Output
|
|
457
|
+
}], tdsInput: [{
|
|
458
|
+
type: Output
|
|
459
|
+
}] } });
|
|
410
460
|
let TdsDivider = class TdsDivider {
|
|
411
461
|
constructor(c, r, z) {
|
|
412
462
|
this.z = z;
|
|
@@ -429,17 +479,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
429
479
|
template: '<ng-content></ng-content>',
|
|
430
480
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
431
481
|
inputs: ['orientation', 'variant'],
|
|
482
|
+
standalone: false
|
|
432
483
|
}]
|
|
433
484
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
434
485
|
let TdsDropdown = class TdsDropdown {
|
|
435
486
|
constructor(c, r, z) {
|
|
436
487
|
this.z = z;
|
|
488
|
+
this.tdsChange = new EventEmitter();
|
|
489
|
+
this.tdsFocus = new EventEmitter();
|
|
490
|
+
this.tdsBlur = new EventEmitter();
|
|
491
|
+
this.tdsInput = new EventEmitter();
|
|
492
|
+
this.tdsClear = new EventEmitter();
|
|
437
493
|
c.detach();
|
|
438
494
|
this.el = r.nativeElement;
|
|
439
|
-
proxyOutputs(this, this.el, ['tdsChange', 'tdsFocus', 'tdsBlur', 'tdsInput', 'tdsClear']);
|
|
440
495
|
}
|
|
441
496
|
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 }); }
|
|
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", tdsAriaLabel: "tdsAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
497
|
+
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", tdsAriaLabel: "tdsAriaLabel", value: "value" }, outputs: { tdsChange: "tdsChange", tdsFocus: "tdsFocus", tdsBlur: "tdsBlur", tdsInput: "tdsInput", tdsClear: "tdsClear" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
443
498
|
};
|
|
444
499
|
TdsDropdown = __decorate([
|
|
445
500
|
ProxyCmp({
|
|
@@ -455,17 +510,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
455
510
|
template: '<ng-content></ng-content>',
|
|
456
511
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
457
512
|
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size', 'tdsAriaLabel', 'value'],
|
|
458
|
-
|
|
459
|
-
|
|
513
|
+
outputs: ['tdsChange', 'tdsFocus', 'tdsBlur', 'tdsInput', 'tdsClear'],
|
|
514
|
+
standalone: false
|
|
515
|
+
}]
|
|
516
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
517
|
+
type: Output
|
|
518
|
+
}], tdsFocus: [{
|
|
519
|
+
type: Output
|
|
520
|
+
}], tdsBlur: [{
|
|
521
|
+
type: Output
|
|
522
|
+
}], tdsInput: [{
|
|
523
|
+
type: Output
|
|
524
|
+
}], tdsClear: [{
|
|
525
|
+
type: Output
|
|
526
|
+
}] } });
|
|
460
527
|
let TdsDropdownOption = class TdsDropdownOption {
|
|
461
528
|
constructor(c, r, z) {
|
|
462
529
|
this.z = z;
|
|
530
|
+
this.tdsSelect = new EventEmitter();
|
|
531
|
+
this.tdsFocus = new EventEmitter();
|
|
532
|
+
this.tdsBlur = new EventEmitter();
|
|
463
533
|
c.detach();
|
|
464
534
|
this.el = r.nativeElement;
|
|
465
|
-
proxyOutputs(this, this.el, ['tdsSelect', 'tdsFocus', 'tdsBlur']);
|
|
466
535
|
}
|
|
467
536
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDropdownOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
468
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDropdownOption, selector: "tds-dropdown-option", inputs: { disabled: "disabled", tdsAriaLabel: "tdsAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
537
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDropdownOption, selector: "tds-dropdown-option", inputs: { disabled: "disabled", tdsAriaLabel: "tdsAriaLabel", value: "value" }, outputs: { tdsSelect: "tdsSelect", tdsFocus: "tdsFocus", tdsBlur: "tdsBlur" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
469
538
|
};
|
|
470
539
|
TdsDropdownOption = __decorate([
|
|
471
540
|
ProxyCmp({
|
|
@@ -481,8 +550,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
481
550
|
template: '<ng-content></ng-content>',
|
|
482
551
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
483
552
|
inputs: ['disabled', 'tdsAriaLabel', 'value'],
|
|
484
|
-
|
|
485
|
-
|
|
553
|
+
outputs: ['tdsSelect', 'tdsFocus', 'tdsBlur'],
|
|
554
|
+
standalone: false
|
|
555
|
+
}]
|
|
556
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsSelect: [{
|
|
557
|
+
type: Output
|
|
558
|
+
}], tdsFocus: [{
|
|
559
|
+
type: Output
|
|
560
|
+
}], tdsBlur: [{
|
|
561
|
+
type: Output
|
|
562
|
+
}] } });
|
|
486
563
|
let TdsFolderTab = class TdsFolderTab {
|
|
487
564
|
constructor(c, r, z) {
|
|
488
565
|
this.z = z;
|
|
@@ -505,17 +582,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
505
582
|
template: '<ng-content></ng-content>',
|
|
506
583
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
507
584
|
inputs: ['disabled'],
|
|
585
|
+
standalone: false
|
|
508
586
|
}]
|
|
509
587
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
510
588
|
let TdsFolderTabs = class TdsFolderTabs {
|
|
511
589
|
constructor(c, r, z) {
|
|
512
590
|
this.z = z;
|
|
591
|
+
this.tdsChange = new EventEmitter();
|
|
513
592
|
c.detach();
|
|
514
593
|
this.el = r.nativeElement;
|
|
515
|
-
proxyOutputs(this, this.el, ['tdsChange']);
|
|
516
594
|
}
|
|
517
595
|
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 }); }
|
|
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 }); }
|
|
596
|
+
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" }, outputs: { tdsChange: "tdsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
519
597
|
};
|
|
520
598
|
TdsFolderTabs = __decorate([
|
|
521
599
|
ProxyCmp({
|
|
@@ -531,8 +609,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
531
609
|
template: '<ng-content></ng-content>',
|
|
532
610
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
533
611
|
inputs: ['defaultSelectedIndex', 'modeVariant', 'selectedIndex', 'tdsScrollLeftAriaLabel', 'tdsScrollRightAriaLabel'],
|
|
612
|
+
outputs: ['tdsChange'],
|
|
613
|
+
standalone: false
|
|
534
614
|
}]
|
|
535
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
615
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
616
|
+
type: Output
|
|
617
|
+
}] } });
|
|
536
618
|
let TdsFooter = class TdsFooter {
|
|
537
619
|
constructor(c, r, z) {
|
|
538
620
|
this.z = z;
|
|
@@ -555,6 +637,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
555
637
|
template: '<ng-content></ng-content>',
|
|
556
638
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
557
639
|
inputs: ['modeVariant'],
|
|
640
|
+
standalone: false
|
|
558
641
|
}]
|
|
559
642
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
560
643
|
let TdsFooterGroup = class TdsFooterGroup {
|
|
@@ -579,6 +662,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
579
662
|
template: '<ng-content></ng-content>',
|
|
580
663
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
581
664
|
inputs: ['tdsListAriaLabel', 'titleText'],
|
|
665
|
+
standalone: false
|
|
582
666
|
}]
|
|
583
667
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
584
668
|
let TdsFooterItem = class TdsFooterItem {
|
|
@@ -601,6 +685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
601
685
|
template: '<ng-content></ng-content>',
|
|
602
686
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
603
687
|
inputs: [],
|
|
688
|
+
standalone: false
|
|
604
689
|
}]
|
|
605
690
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
606
691
|
let TdsHeader = class TdsHeader {
|
|
@@ -623,6 +708,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
623
708
|
template: '<ng-content></ng-content>',
|
|
624
709
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
625
710
|
inputs: [],
|
|
711
|
+
standalone: false
|
|
626
712
|
}]
|
|
627
713
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
628
714
|
let TdsHeaderBrandSymbol = class TdsHeaderBrandSymbol {
|
|
@@ -645,21 +731,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
645
731
|
template: '<ng-content></ng-content>',
|
|
646
732
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
647
733
|
inputs: [],
|
|
734
|
+
standalone: false
|
|
648
735
|
}]
|
|
649
736
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
650
737
|
let TdsHeaderCell = class TdsHeaderCell {
|
|
651
738
|
constructor(c, r, z) {
|
|
652
739
|
this.z = z;
|
|
740
|
+
this.tdsSort = new EventEmitter();
|
|
653
741
|
c.detach();
|
|
654
742
|
this.el = r.nativeElement;
|
|
655
|
-
proxyOutputs(this, this.el, ['tdsSort']);
|
|
656
743
|
}
|
|
657
744
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
658
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderCell, selector: "tds-header-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", customWidth: "customWidth", disablePadding: "disablePadding", sortable: "sortable", tdsAriaLabelSortButton: "tdsAriaLabelSortButton", textAlign: "textAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
745
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderCell, selector: "tds-header-cell", inputs: { cellKey: "cellKey", cellValue: "cellValue", colSpan: "colSpan", customWidth: "customWidth", disablePadding: "disablePadding", rowSpan: "rowSpan", sortable: "sortable", tdsAriaLabelSortButton: "tdsAriaLabelSortButton", textAlign: "textAlign" }, outputs: { tdsSort: "tdsSort" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
659
746
|
};
|
|
660
747
|
TdsHeaderCell = __decorate([
|
|
661
748
|
ProxyCmp({
|
|
662
|
-
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'tdsAriaLabelSortButton', 'textAlign']
|
|
749
|
+
inputs: ['cellKey', 'cellValue', 'colSpan', 'customWidth', 'disablePadding', 'rowSpan', 'sortable', 'tdsAriaLabelSortButton', 'textAlign']
|
|
663
750
|
})
|
|
664
751
|
], TdsHeaderCell);
|
|
665
752
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderCell, decorators: [{
|
|
@@ -669,9 +756,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
669
756
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
670
757
|
template: '<ng-content></ng-content>',
|
|
671
758
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
672
|
-
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'tdsAriaLabelSortButton', 'textAlign'],
|
|
759
|
+
inputs: ['cellKey', 'cellValue', 'colSpan', 'customWidth', 'disablePadding', 'rowSpan', 'sortable', 'tdsAriaLabelSortButton', 'textAlign'],
|
|
760
|
+
outputs: ['tdsSort'],
|
|
761
|
+
standalone: false
|
|
673
762
|
}]
|
|
674
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
763
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsSort: [{
|
|
764
|
+
type: Output
|
|
765
|
+
}] } });
|
|
675
766
|
let TdsHeaderDropdown = class TdsHeaderDropdown {
|
|
676
767
|
constructor(c, r, z) {
|
|
677
768
|
this.z = z;
|
|
@@ -694,6 +785,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
694
785
|
template: '<ng-content></ng-content>',
|
|
695
786
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
696
787
|
inputs: ['label', 'noDropdownIcon', 'selected', 'tdsAriaLabel'],
|
|
788
|
+
standalone: false
|
|
697
789
|
}]
|
|
698
790
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
699
791
|
let TdsHeaderDropdownList = class TdsHeaderDropdownList {
|
|
@@ -718,6 +810,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
718
810
|
template: '<ng-content></ng-content>',
|
|
719
811
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
720
812
|
inputs: ['size'],
|
|
813
|
+
standalone: false
|
|
721
814
|
}]
|
|
722
815
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
723
816
|
let TdsHeaderDropdownListItem = class TdsHeaderDropdownListItem {
|
|
@@ -742,6 +835,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
742
835
|
template: '<ng-content></ng-content>',
|
|
743
836
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
744
837
|
inputs: ['selected', 'size'],
|
|
838
|
+
standalone: false
|
|
745
839
|
}]
|
|
746
840
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
747
841
|
let TdsHeaderDropdownListUser = class TdsHeaderDropdownListUser {
|
|
@@ -766,6 +860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
766
860
|
template: '<ng-content></ng-content>',
|
|
767
861
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
768
862
|
inputs: ['header', 'imgAlt', 'imgUrl', 'subheader'],
|
|
863
|
+
standalone: false
|
|
769
864
|
}]
|
|
770
865
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
771
866
|
let TdsHeaderHamburger = class TdsHeaderHamburger {
|
|
@@ -790,6 +885,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
790
885
|
template: '<ng-content></ng-content>',
|
|
791
886
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
792
887
|
inputs: ['tdsAriaLabel'],
|
|
888
|
+
standalone: false
|
|
793
889
|
}]
|
|
794
890
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
795
891
|
let TdsHeaderItem = class TdsHeaderItem {
|
|
@@ -814,6 +910,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
814
910
|
template: '<ng-content></ng-content>',
|
|
815
911
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
816
912
|
inputs: ['active', 'selected'],
|
|
913
|
+
standalone: false
|
|
817
914
|
}]
|
|
818
915
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
819
916
|
let TdsHeaderLauncher = class TdsHeaderLauncher {
|
|
@@ -838,6 +935,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
838
935
|
template: '<ng-content></ng-content>',
|
|
839
936
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
840
937
|
inputs: ['tdsAriaLabel'],
|
|
938
|
+
standalone: false
|
|
841
939
|
}]
|
|
842
940
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
843
941
|
let TdsHeaderLauncherButton = class TdsHeaderLauncherButton {
|
|
@@ -862,6 +960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
862
960
|
template: '<ng-content></ng-content>',
|
|
863
961
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
864
962
|
inputs: ['active', 'tdsAriaLabel'],
|
|
963
|
+
standalone: false
|
|
865
964
|
}]
|
|
866
965
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
867
966
|
let TdsHeaderLauncherGrid = class TdsHeaderLauncherGrid {
|
|
@@ -884,6 +983,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
884
983
|
template: '<ng-content></ng-content>',
|
|
885
984
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
886
985
|
inputs: [],
|
|
986
|
+
standalone: false
|
|
887
987
|
}]
|
|
888
988
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
889
989
|
let TdsHeaderLauncherGridItem = class TdsHeaderLauncherGridItem {
|
|
@@ -906,6 +1006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
906
1006
|
template: '<ng-content></ng-content>',
|
|
907
1007
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
908
1008
|
inputs: [],
|
|
1009
|
+
standalone: false
|
|
909
1010
|
}]
|
|
910
1011
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
911
1012
|
let TdsHeaderLauncherGridTitle = class TdsHeaderLauncherGridTitle {
|
|
@@ -928,6 +1029,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
928
1029
|
template: '<ng-content></ng-content>',
|
|
929
1030
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
930
1031
|
inputs: [],
|
|
1032
|
+
standalone: false
|
|
931
1033
|
}]
|
|
932
1034
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
933
1035
|
let TdsHeaderLauncherList = class TdsHeaderLauncherList {
|
|
@@ -950,6 +1052,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
950
1052
|
template: '<ng-content></ng-content>',
|
|
951
1053
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
952
1054
|
inputs: [],
|
|
1055
|
+
standalone: false
|
|
953
1056
|
}]
|
|
954
1057
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
955
1058
|
let TdsHeaderLauncherListItem = class TdsHeaderLauncherListItem {
|
|
@@ -972,6 +1075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
972
1075
|
template: '<ng-content></ng-content>',
|
|
973
1076
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
974
1077
|
inputs: [],
|
|
1078
|
+
standalone: false
|
|
975
1079
|
}]
|
|
976
1080
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
977
1081
|
let TdsHeaderLauncherListTitle = class TdsHeaderLauncherListTitle {
|
|
@@ -994,6 +1098,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
994
1098
|
template: '<ng-content></ng-content>',
|
|
995
1099
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
996
1100
|
inputs: [],
|
|
1101
|
+
standalone: false
|
|
997
1102
|
}]
|
|
998
1103
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
999
1104
|
let TdsHeaderTitle = class TdsHeaderTitle {
|
|
@@ -1016,6 +1121,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1016
1121
|
template: '<ng-content></ng-content>',
|
|
1017
1122
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1018
1123
|
inputs: [],
|
|
1124
|
+
standalone: false
|
|
1019
1125
|
}]
|
|
1020
1126
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1021
1127
|
let TdsIcon = class TdsIcon {
|
|
@@ -1040,6 +1146,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1040
1146
|
template: '<ng-content></ng-content>',
|
|
1041
1147
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1042
1148
|
inputs: ['name', 'size', 'svgDescription', 'svgTitle', 'tdsAriaHidden'],
|
|
1149
|
+
standalone: false
|
|
1043
1150
|
}]
|
|
1044
1151
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1045
1152
|
let TdsInlineTab = class TdsInlineTab {
|
|
@@ -1064,17 +1171,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1064
1171
|
template: '<ng-content></ng-content>',
|
|
1065
1172
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1066
1173
|
inputs: ['disabled'],
|
|
1174
|
+
standalone: false
|
|
1067
1175
|
}]
|
|
1068
1176
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1069
1177
|
let TdsInlineTabs = class TdsInlineTabs {
|
|
1070
1178
|
constructor(c, r, z) {
|
|
1071
1179
|
this.z = z;
|
|
1180
|
+
this.tdsChange = new EventEmitter();
|
|
1072
1181
|
c.detach();
|
|
1073
1182
|
this.el = r.nativeElement;
|
|
1074
|
-
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1075
1183
|
}
|
|
1076
1184
|
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 }); }
|
|
1077
|
-
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 }); }
|
|
1185
|
+
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" }, outputs: { tdsChange: "tdsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1078
1186
|
};
|
|
1079
1187
|
TdsInlineTabs = __decorate([
|
|
1080
1188
|
ProxyCmp({
|
|
@@ -1090,8 +1198,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1090
1198
|
template: '<ng-content></ng-content>',
|
|
1091
1199
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1092
1200
|
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex', 'tdsScrollLeftAriaLabel', 'tdsScrollRightAriaLabel'],
|
|
1201
|
+
outputs: ['tdsChange'],
|
|
1202
|
+
standalone: false
|
|
1093
1203
|
}]
|
|
1094
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1204
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
1205
|
+
type: Output
|
|
1206
|
+
}] } });
|
|
1095
1207
|
let TdsLink = class TdsLink {
|
|
1096
1208
|
constructor(c, r, z) {
|
|
1097
1209
|
this.z = z;
|
|
@@ -1114,6 +1226,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1114
1226
|
template: '<ng-content></ng-content>',
|
|
1115
1227
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1116
1228
|
inputs: ['disabled', 'standalone', 'underline'],
|
|
1229
|
+
standalone: false
|
|
1117
1230
|
}]
|
|
1118
1231
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1119
1232
|
let TdsMessage = class TdsMessage {
|
|
@@ -1138,17 +1251,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1138
1251
|
template: '<ng-content></ng-content>',
|
|
1139
1252
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1140
1253
|
inputs: ['header', 'minimal', 'modeVariant', 'noIcon', 'tdsAlertDialog', 'tdsAriaLabel', 'variant'],
|
|
1254
|
+
standalone: false
|
|
1141
1255
|
}]
|
|
1142
1256
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1143
1257
|
let TdsModal = class TdsModal {
|
|
1144
1258
|
constructor(c, r, z) {
|
|
1145
1259
|
this.z = z;
|
|
1260
|
+
this.tdsClose = new EventEmitter();
|
|
1261
|
+
this.tdsOpen = new EventEmitter();
|
|
1146
1262
|
c.detach();
|
|
1147
1263
|
this.el = r.nativeElement;
|
|
1148
|
-
proxyOutputs(this, this.el, ['tdsClose', 'tdsOpen']);
|
|
1149
1264
|
}
|
|
1150
1265
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1151
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsModal, selector: "tds-modal", inputs: { actionsPosition: "actionsPosition", closable: "closable", header: "header", prevent: "prevent", referenceEl: "referenceEl", selector: "selector", show: "show", size: "size", tdsAlertDialog: "tdsAlertDialog" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1266
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsModal, selector: "tds-modal", inputs: { actionsPosition: "actionsPosition", closable: "closable", header: "header", prevent: "prevent", referenceEl: "referenceEl", selector: "selector", show: "show", size: "size", tdsAlertDialog: "tdsAlertDialog" }, outputs: { tdsClose: "tdsClose", tdsOpen: "tdsOpen" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1152
1267
|
};
|
|
1153
1268
|
TdsModal = __decorate([
|
|
1154
1269
|
ProxyCmp({
|
|
@@ -1164,8 +1279,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1164
1279
|
template: '<ng-content></ng-content>',
|
|
1165
1280
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1166
1281
|
inputs: ['actionsPosition', 'closable', 'header', 'prevent', 'referenceEl', 'selector', 'show', 'size', 'tdsAlertDialog'],
|
|
1282
|
+
outputs: ['tdsClose', 'tdsOpen'],
|
|
1283
|
+
standalone: false
|
|
1167
1284
|
}]
|
|
1168
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1285
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsClose: [{
|
|
1286
|
+
type: Output
|
|
1287
|
+
}], tdsOpen: [{
|
|
1288
|
+
type: Output
|
|
1289
|
+
}] } });
|
|
1169
1290
|
let TdsNavigationTab = class TdsNavigationTab {
|
|
1170
1291
|
constructor(c, r, z) {
|
|
1171
1292
|
this.z = z;
|
|
@@ -1188,17 +1309,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1188
1309
|
template: '<ng-content></ng-content>',
|
|
1189
1310
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1190
1311
|
inputs: ['disabled'],
|
|
1312
|
+
standalone: false
|
|
1191
1313
|
}]
|
|
1192
1314
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1193
1315
|
let TdsNavigationTabs = class TdsNavigationTabs {
|
|
1194
1316
|
constructor(c, r, z) {
|
|
1195
1317
|
this.z = z;
|
|
1318
|
+
this.tdsChange = new EventEmitter();
|
|
1196
1319
|
c.detach();
|
|
1197
1320
|
this.el = r.nativeElement;
|
|
1198
|
-
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1199
1321
|
}
|
|
1200
1322
|
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 }); }
|
|
1201
|
-
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 }); }
|
|
1323
|
+
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" }, outputs: { tdsChange: "tdsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1202
1324
|
};
|
|
1203
1325
|
TdsNavigationTabs = __decorate([
|
|
1204
1326
|
ProxyCmp({
|
|
@@ -1214,8 +1336,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1214
1336
|
template: '<ng-content></ng-content>',
|
|
1215
1337
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1216
1338
|
inputs: ['defaultSelectedIndex', 'leftPadding', 'modeVariant', 'selectedIndex', 'tdsScrollLeftAriaLabel', 'tdsScrollRightAriaLabel'],
|
|
1339
|
+
outputs: ['tdsChange'],
|
|
1340
|
+
standalone: false
|
|
1217
1341
|
}]
|
|
1218
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1342
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
1343
|
+
type: Output
|
|
1344
|
+
}] } });
|
|
1219
1345
|
let TdsPopoverCanvas = class TdsPopoverCanvas {
|
|
1220
1346
|
constructor(c, r, z) {
|
|
1221
1347
|
this.z = z;
|
|
@@ -1239,6 +1365,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1239
1365
|
template: '<ng-content></ng-content>',
|
|
1240
1366
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1241
1367
|
inputs: ['animation', 'defaultShow', 'modeVariant', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'tdsAlertDialog'],
|
|
1368
|
+
standalone: false
|
|
1242
1369
|
}]
|
|
1243
1370
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1244
1371
|
let TdsPopoverCore = class TdsPopoverCore {
|
|
@@ -1264,6 +1391,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1264
1391
|
template: '<ng-content></ng-content>',
|
|
1265
1392
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1266
1393
|
inputs: ['animation', 'autoHide', 'defaultShow', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'trigger'],
|
|
1394
|
+
standalone: false
|
|
1267
1395
|
}]
|
|
1268
1396
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1269
1397
|
let TdsPopoverMenu = class TdsPopoverMenu {
|
|
@@ -1289,6 +1417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1289
1417
|
template: '<ng-content></ng-content>',
|
|
1290
1418
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1291
1419
|
inputs: ['animation', 'defaultShow', 'fluidWidth', 'modeVariant', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show'],
|
|
1420
|
+
standalone: false
|
|
1292
1421
|
}]
|
|
1293
1422
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1294
1423
|
let TdsPopoverMenuItem = class TdsPopoverMenuItem {
|
|
@@ -1313,17 +1442,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1313
1442
|
template: '<ng-content></ng-content>',
|
|
1314
1443
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1315
1444
|
inputs: ['disabled'],
|
|
1445
|
+
standalone: false
|
|
1316
1446
|
}]
|
|
1317
1447
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1318
1448
|
let TdsRadioButton = class TdsRadioButton {
|
|
1319
1449
|
constructor(c, r, z) {
|
|
1320
1450
|
this.z = z;
|
|
1451
|
+
this.tdsChange = new EventEmitter();
|
|
1321
1452
|
c.detach();
|
|
1322
1453
|
this.el = r.nativeElement;
|
|
1323
|
-
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1324
1454
|
}
|
|
1325
1455
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsRadioButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1326
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsRadioButton, selector: "tds-radio-button", inputs: { checked: "checked", disabled: "disabled", name: "name", radioId: "radioId", required: "required", tdsAriaLabel: "tdsAriaLabel", tdsTabIndex: "tdsTabIndex", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1456
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsRadioButton, selector: "tds-radio-button", inputs: { checked: "checked", disabled: "disabled", name: "name", radioId: "radioId", required: "required", tdsAriaLabel: "tdsAriaLabel", tdsTabIndex: "tdsTabIndex", value: "value" }, outputs: { tdsChange: "tdsChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1327
1457
|
};
|
|
1328
1458
|
TdsRadioButton = __decorate([
|
|
1329
1459
|
ProxyCmp({
|
|
@@ -1339,17 +1469,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1339
1469
|
template: '<ng-content></ng-content>',
|
|
1340
1470
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1341
1471
|
inputs: ['checked', 'disabled', 'name', 'radioId', 'required', 'tdsAriaLabel', 'tdsTabIndex', 'value'],
|
|
1472
|
+
outputs: ['tdsChange'],
|
|
1473
|
+
standalone: false
|
|
1342
1474
|
}]
|
|
1343
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1475
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
1476
|
+
type: Output
|
|
1477
|
+
}] } });
|
|
1344
1478
|
let TdsSideMenu = class TdsSideMenu {
|
|
1345
1479
|
constructor(c, r, z) {
|
|
1346
1480
|
this.z = z;
|
|
1481
|
+
this.tdsCollapse = new EventEmitter();
|
|
1347
1482
|
c.detach();
|
|
1348
1483
|
this.el = r.nativeElement;
|
|
1349
|
-
proxyOutputs(this, this.el, ['tdsCollapse']);
|
|
1350
1484
|
}
|
|
1351
1485
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsSideMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1352
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsSideMenu, selector: "tds-side-menu", inputs: { collapsed: "collapsed", open: "open", persistent: "persistent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1486
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsSideMenu, selector: "tds-side-menu", inputs: { collapsed: "collapsed", open: "open", persistent: "persistent" }, outputs: { tdsCollapse: "tdsCollapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1353
1487
|
};
|
|
1354
1488
|
TdsSideMenu = __decorate([
|
|
1355
1489
|
ProxyCmp({
|
|
@@ -1364,8 +1498,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1364
1498
|
template: '<ng-content></ng-content>',
|
|
1365
1499
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1366
1500
|
inputs: ['collapsed', 'open', 'persistent'],
|
|
1501
|
+
outputs: ['tdsCollapse'],
|
|
1502
|
+
standalone: false
|
|
1367
1503
|
}]
|
|
1368
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1504
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsCollapse: [{
|
|
1505
|
+
type: Output
|
|
1506
|
+
}] } });
|
|
1369
1507
|
let TdsSideMenuCloseButton = class TdsSideMenuCloseButton {
|
|
1370
1508
|
constructor(c, r, z) {
|
|
1371
1509
|
this.z = z;
|
|
@@ -1386,17 +1524,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1386
1524
|
template: '<ng-content></ng-content>',
|
|
1387
1525
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1388
1526
|
inputs: [],
|
|
1527
|
+
standalone: false
|
|
1389
1528
|
}]
|
|
1390
1529
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1391
1530
|
let TdsSideMenuCollapseButton = class TdsSideMenuCollapseButton {
|
|
1392
1531
|
constructor(c, r, z) {
|
|
1393
1532
|
this.z = z;
|
|
1533
|
+
this.tdsCollapse = new EventEmitter();
|
|
1394
1534
|
c.detach();
|
|
1395
1535
|
this.el = r.nativeElement;
|
|
1396
|
-
proxyOutputs(this, this.el, ['tdsCollapse']);
|
|
1397
1536
|
}
|
|
1398
1537
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsSideMenuCollapseButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1399
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsSideMenuCollapseButton, selector: "tds-side-menu-collapse-button", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1538
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsSideMenuCollapseButton, selector: "tds-side-menu-collapse-button", outputs: { tdsCollapse: "tdsCollapse" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1400
1539
|
};
|
|
1401
1540
|
TdsSideMenuCollapseButton = __decorate([
|
|
1402
1541
|
ProxyCmp({})
|
|
@@ -1409,8 +1548,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1409
1548
|
template: '<ng-content></ng-content>',
|
|
1410
1549
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1411
1550
|
inputs: [],
|
|
1551
|
+
outputs: ['tdsCollapse'],
|
|
1552
|
+
standalone: false
|
|
1412
1553
|
}]
|
|
1413
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1554
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsCollapse: [{
|
|
1555
|
+
type: Output
|
|
1556
|
+
}] } });
|
|
1414
1557
|
let TdsSideMenuDropdown = class TdsSideMenuDropdown {
|
|
1415
1558
|
constructor(c, r, z) {
|
|
1416
1559
|
this.z = z;
|
|
@@ -1433,6 +1576,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1433
1576
|
template: '<ng-content></ng-content>',
|
|
1434
1577
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1435
1578
|
inputs: ['buttonLabel', 'defaultOpen', 'open', 'selected'],
|
|
1579
|
+
standalone: false
|
|
1436
1580
|
}]
|
|
1437
1581
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1438
1582
|
let TdsSideMenuDropdownList = class TdsSideMenuDropdownList {
|
|
@@ -1455,6 +1599,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1455
1599
|
template: '<ng-content></ng-content>',
|
|
1456
1600
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1457
1601
|
inputs: [],
|
|
1602
|
+
standalone: false
|
|
1458
1603
|
}]
|
|
1459
1604
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1460
1605
|
let TdsSideMenuDropdownListItem = class TdsSideMenuDropdownListItem {
|
|
@@ -1479,6 +1624,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1479
1624
|
template: '<ng-content></ng-content>',
|
|
1480
1625
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1481
1626
|
inputs: ['selected'],
|
|
1627
|
+
standalone: false
|
|
1482
1628
|
}]
|
|
1483
1629
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1484
1630
|
let TdsSideMenuItem = class TdsSideMenuItem {
|
|
@@ -1503,6 +1649,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1503
1649
|
template: '<ng-content></ng-content>',
|
|
1504
1650
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1505
1651
|
inputs: ['active', 'selected'],
|
|
1652
|
+
standalone: false
|
|
1506
1653
|
}]
|
|
1507
1654
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1508
1655
|
let TdsSideMenuOverlay = class TdsSideMenuOverlay {
|
|
@@ -1525,6 +1672,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1525
1672
|
template: '<ng-content></ng-content>',
|
|
1526
1673
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1527
1674
|
inputs: [],
|
|
1675
|
+
standalone: false
|
|
1528
1676
|
}]
|
|
1529
1677
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1530
1678
|
let TdsSideMenuUser = class TdsSideMenuUser {
|
|
@@ -1548,7 +1696,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1548
1696
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1549
1697
|
template: '<ng-content></ng-content>',
|
|
1550
1698
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1551
|
-
inputs: ['heading', 'imgAlt', 'imgSrc', 'subheading'],
|
|
1699
|
+
inputs: [{ name: 'heading', required: true }, 'imgAlt', 'imgSrc', 'subheading'],
|
|
1700
|
+
standalone: false
|
|
1552
1701
|
}]
|
|
1553
1702
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1554
1703
|
let TdsSideMenuUserImage = class TdsSideMenuUserImage {
|
|
@@ -1573,6 +1722,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1573
1722
|
template: '<ng-content></ng-content>',
|
|
1574
1723
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1575
1724
|
inputs: ['alt', 'src'],
|
|
1725
|
+
standalone: false
|
|
1576
1726
|
}]
|
|
1577
1727
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1578
1728
|
let TdsSideMenuUserLabel = class TdsSideMenuUserLabel {
|
|
@@ -1596,18 +1746,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1596
1746
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1597
1747
|
template: '<ng-content></ng-content>',
|
|
1598
1748
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1599
|
-
inputs: ['heading', 'subheading'],
|
|
1749
|
+
inputs: [{ name: 'heading', required: true }, 'subheading'],
|
|
1750
|
+
standalone: false
|
|
1600
1751
|
}]
|
|
1601
1752
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1602
1753
|
let TdsSlider = class TdsSlider {
|
|
1603
1754
|
constructor(c, r, z) {
|
|
1604
1755
|
this.z = z;
|
|
1756
|
+
this.tdsChange = new EventEmitter();
|
|
1757
|
+
this.tdsInput = new EventEmitter();
|
|
1605
1758
|
c.detach();
|
|
1606
1759
|
this.el = r.nativeElement;
|
|
1607
|
-
proxyOutputs(this, this.el, ['tdsChange', 'tdsInput']);
|
|
1608
1760
|
}
|
|
1609
1761
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1610
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsSlider, selector: "tds-slider", inputs: { controls: "controls", disabled: "disabled", input: "input", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", showTickNumbers: "showTickNumbers", sliderId: "sliderId", snap: "snap", step: "step", tdsAriaLabel: "tdsAriaLabel", tdsReadOnlyAriaLabel: "tdsReadOnlyAriaLabel", thumbSize: "thumbSize", ticks: "ticks", tooltip: "tooltip", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1762
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsSlider, selector: "tds-slider", inputs: { controls: "controls", disabled: "disabled", input: "input", label: "label", max: "max", min: "min", name: "name", readOnly: "readOnly", showTickNumbers: "showTickNumbers", sliderId: "sliderId", snap: "snap", step: "step", tdsAriaLabel: "tdsAriaLabel", tdsReadOnlyAriaLabel: "tdsReadOnlyAriaLabel", thumbSize: "thumbSize", ticks: "ticks", tooltip: "tooltip", value: "value" }, outputs: { tdsChange: "tdsChange", tdsInput: "tdsInput" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1611
1763
|
};
|
|
1612
1764
|
TdsSlider = __decorate([
|
|
1613
1765
|
ProxyCmp({
|
|
@@ -1623,8 +1775,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1623
1775
|
template: '<ng-content></ng-content>',
|
|
1624
1776
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1625
1777
|
inputs: ['controls', 'disabled', 'input', 'label', 'max', 'min', 'name', 'readOnly', 'showTickNumbers', 'sliderId', 'snap', 'step', 'tdsAriaLabel', 'tdsReadOnlyAriaLabel', 'thumbSize', 'ticks', 'tooltip', 'value'],
|
|
1778
|
+
outputs: ['tdsChange', 'tdsInput'],
|
|
1779
|
+
standalone: false
|
|
1626
1780
|
}]
|
|
1627
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1781
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
1782
|
+
type: Output
|
|
1783
|
+
}], tdsInput: [{
|
|
1784
|
+
type: Output
|
|
1785
|
+
}] } });
|
|
1628
1786
|
let TdsSpinner = class TdsSpinner {
|
|
1629
1787
|
constructor(c, r, z) {
|
|
1630
1788
|
this.z = z;
|
|
@@ -1647,6 +1805,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1647
1805
|
template: '<ng-content></ng-content>',
|
|
1648
1806
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1649
1807
|
inputs: ['size', 'variant'],
|
|
1808
|
+
standalone: false
|
|
1650
1809
|
}]
|
|
1651
1810
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1652
1811
|
let TdsStep = class TdsStep {
|
|
@@ -1671,6 +1830,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1671
1830
|
template: '<ng-content></ng-content>',
|
|
1672
1831
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1673
1832
|
inputs: ['index', 'state', 'tdsAriaCurrent'],
|
|
1833
|
+
standalone: false
|
|
1674
1834
|
}]
|
|
1675
1835
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1676
1836
|
let TdsStepper = class TdsStepper {
|
|
@@ -1695,6 +1855,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1695
1855
|
template: '<ng-content></ng-content>',
|
|
1696
1856
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1697
1857
|
inputs: ['hideLabels', 'labelPosition', 'orientation', 'size', 'stepperId', 'tdsAriaLabel'],
|
|
1858
|
+
standalone: false
|
|
1698
1859
|
}]
|
|
1699
1860
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1700
1861
|
let TdsTable = class TdsTable {
|
|
@@ -1720,6 +1881,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1720
1881
|
template: '<ng-content></ng-content>',
|
|
1721
1882
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1722
1883
|
inputs: ['compactDesign', 'expandableRows', 'horizontalScrollWidth', 'modeVariant', 'multiselect', 'noMinWidth', 'responsive', 'tableId', 'verticalDividers', 'zebraMode'],
|
|
1884
|
+
standalone: false
|
|
1723
1885
|
}]
|
|
1724
1886
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1725
1887
|
let TdsTableBody = class TdsTableBody {
|
|
@@ -1742,6 +1904,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1742
1904
|
template: '<ng-content></ng-content>',
|
|
1743
1905
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1744
1906
|
inputs: [],
|
|
1907
|
+
standalone: false
|
|
1745
1908
|
}]
|
|
1746
1909
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1747
1910
|
let TdsTableBodyInputWrapper = class TdsTableBodyInputWrapper {
|
|
@@ -1766,17 +1929,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1766
1929
|
template: '<ng-content></ng-content>',
|
|
1767
1930
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1768
1931
|
inputs: ['showIcon'],
|
|
1932
|
+
standalone: false
|
|
1769
1933
|
}]
|
|
1770
1934
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1771
1935
|
let TdsTableBodyRow = class TdsTableBodyRow {
|
|
1772
1936
|
constructor(c, r, z) {
|
|
1773
1937
|
this.z = z;
|
|
1938
|
+
this.tdsSelect = new EventEmitter();
|
|
1939
|
+
this.tdsClick = new EventEmitter();
|
|
1774
1940
|
c.detach();
|
|
1775
1941
|
this.el = r.nativeElement;
|
|
1776
|
-
proxyOutputs(this, this.el, ['tdsSelect', 'tdsClick']);
|
|
1777
1942
|
}
|
|
1778
1943
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableBodyRow, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1779
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableBodyRow, selector: "tds-table-body-row", inputs: { clickable: "clickable", disabled: "disabled", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1944
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableBodyRow, selector: "tds-table-body-row", inputs: { clickable: "clickable", disabled: "disabled", selected: "selected" }, outputs: { tdsSelect: "tdsSelect", tdsClick: "tdsClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1780
1945
|
};
|
|
1781
1946
|
TdsTableBodyRow = __decorate([
|
|
1782
1947
|
ProxyCmp({
|
|
@@ -1791,21 +1956,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1791
1956
|
template: '<ng-content></ng-content>',
|
|
1792
1957
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1793
1958
|
inputs: ['clickable', 'disabled', 'selected'],
|
|
1959
|
+
outputs: ['tdsSelect', 'tdsClick'],
|
|
1960
|
+
standalone: false
|
|
1794
1961
|
}]
|
|
1795
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1962
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsSelect: [{
|
|
1963
|
+
type: Output
|
|
1964
|
+
}], tdsClick: [{
|
|
1965
|
+
type: Output
|
|
1966
|
+
}] } });
|
|
1796
1967
|
let TdsTableBodyRowExpandable = class TdsTableBodyRowExpandable {
|
|
1797
1968
|
constructor(c, r, z) {
|
|
1798
1969
|
this.z = z;
|
|
1970
|
+
this.tdsChange = new EventEmitter();
|
|
1971
|
+
this.tdsSelect = new EventEmitter();
|
|
1799
1972
|
c.detach();
|
|
1800
1973
|
this.el = r.nativeElement;
|
|
1801
|
-
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1802
1974
|
}
|
|
1803
1975
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableBodyRowExpandable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1804
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableBodyRowExpandable, selector: "tds-table-body-row-expandable", inputs: { autoCollapse: "autoCollapse", colSpan: "colSpan", expanded: "expanded", overflow: "overflow", rowId: "rowId", tdsAriaLabelExpandButton: "tdsAriaLabelExpandButton" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1976
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableBodyRowExpandable, selector: "tds-table-body-row-expandable", inputs: { autoCollapse: "autoCollapse", colSpan: "colSpan", disabled: "disabled", expanded: "expanded", overflow: "overflow", rowId: "rowId", selected: "selected", tdsAriaLabelExpandButton: "tdsAriaLabelExpandButton" }, outputs: { tdsChange: "tdsChange", tdsSelect: "tdsSelect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1805
1977
|
};
|
|
1806
1978
|
TdsTableBodyRowExpandable = __decorate([
|
|
1807
1979
|
ProxyCmp({
|
|
1808
|
-
inputs: ['autoCollapse', 'colSpan', 'expanded', 'overflow', 'rowId', 'tdsAriaLabelExpandButton'],
|
|
1980
|
+
inputs: ['autoCollapse', 'colSpan', 'disabled', 'expanded', 'overflow', 'rowId', 'selected', 'tdsAriaLabelExpandButton'],
|
|
1809
1981
|
methods: ['expand', 'collapse']
|
|
1810
1982
|
})
|
|
1811
1983
|
], TdsTableBodyRowExpandable);
|
|
@@ -1816,18 +1988,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1816
1988
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1817
1989
|
template: '<ng-content></ng-content>',
|
|
1818
1990
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1819
|
-
inputs: ['autoCollapse', 'colSpan', 'expanded', 'overflow', 'rowId', 'tdsAriaLabelExpandButton'],
|
|
1991
|
+
inputs: ['autoCollapse', 'colSpan', 'disabled', 'expanded', 'overflow', 'rowId', 'selected', 'tdsAriaLabelExpandButton'],
|
|
1992
|
+
outputs: ['tdsChange', 'tdsSelect'],
|
|
1993
|
+
standalone: false
|
|
1820
1994
|
}]
|
|
1821
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
1995
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
1996
|
+
type: Output
|
|
1997
|
+
}], tdsSelect: [{
|
|
1998
|
+
type: Output
|
|
1999
|
+
}] } });
|
|
1822
2000
|
let TdsTableFooter = class TdsTableFooter {
|
|
1823
2001
|
constructor(c, r, z) {
|
|
1824
2002
|
this.z = z;
|
|
2003
|
+
this.tdsPagination = new EventEmitter();
|
|
1825
2004
|
c.detach();
|
|
1826
2005
|
this.el = r.nativeElement;
|
|
1827
|
-
proxyOutputs(this, this.el, ['tdsPagination']);
|
|
1828
2006
|
}
|
|
1829
2007
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableFooter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1830
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableFooter, selector: "tds-table-footer", inputs: { cols: "cols", pages: "pages", pagination: "pagination", paginationValue: "paginationValue", rowsPerPageValues: "rowsPerPageValues", rowsperpage: "rowsperpage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2008
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableFooter, selector: "tds-table-footer", inputs: { cols: "cols", pages: "pages", pagination: "pagination", paginationValue: "paginationValue", rowsPerPageValues: "rowsPerPageValues", rowsperpage: "rowsperpage" }, outputs: { tdsPagination: "tdsPagination" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1831
2009
|
};
|
|
1832
2010
|
TdsTableFooter = __decorate([
|
|
1833
2011
|
ProxyCmp({
|
|
@@ -1842,17 +2020,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1842
2020
|
template: '<ng-content></ng-content>',
|
|
1843
2021
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1844
2022
|
inputs: ['cols', 'pages', 'pagination', 'paginationValue', 'rowsPerPageValues', 'rowsperpage'],
|
|
2023
|
+
outputs: ['tdsPagination'],
|
|
2024
|
+
standalone: false
|
|
1845
2025
|
}]
|
|
1846
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2026
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsPagination: [{
|
|
2027
|
+
type: Output
|
|
2028
|
+
}] } });
|
|
1847
2029
|
let TdsTableHeader = class TdsTableHeader {
|
|
1848
2030
|
constructor(c, r, z) {
|
|
1849
2031
|
this.z = z;
|
|
2032
|
+
this.tdsSelectAll = new EventEmitter();
|
|
1850
2033
|
c.detach();
|
|
1851
2034
|
this.el = r.nativeElement;
|
|
1852
|
-
proxyOutputs(this, this.el, ['tdsSelectAll']);
|
|
1853
2035
|
}
|
|
1854
2036
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1855
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableHeader, selector: "tds-table-header", inputs: { allSelected: "allSelected", disabled: "disabled", indeterminate: "indeterminate", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2037
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableHeader, selector: "tds-table-header", inputs: { allSelected: "allSelected", disabled: "disabled", indeterminate: "indeterminate", selected: "selected" }, outputs: { tdsSelectAll: "tdsSelectAll" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1856
2038
|
};
|
|
1857
2039
|
TdsTableHeader = __decorate([
|
|
1858
2040
|
ProxyCmp({
|
|
@@ -1867,8 +2049,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1867
2049
|
template: '<ng-content></ng-content>',
|
|
1868
2050
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1869
2051
|
inputs: ['allSelected', 'disabled', 'indeterminate', 'selected'],
|
|
2052
|
+
outputs: ['tdsSelectAll'],
|
|
2053
|
+
standalone: false
|
|
1870
2054
|
}]
|
|
1871
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2055
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsSelectAll: [{
|
|
2056
|
+
type: Output
|
|
2057
|
+
}] } });
|
|
1872
2058
|
let TdsTableHeaderInputWrapper = class TdsTableHeaderInputWrapper {
|
|
1873
2059
|
constructor(c, r, z) {
|
|
1874
2060
|
this.z = z;
|
|
@@ -1891,17 +2077,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1891
2077
|
template: '<ng-content></ng-content>',
|
|
1892
2078
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1893
2079
|
inputs: ['compactDesign', 'showIcon'],
|
|
2080
|
+
standalone: false
|
|
1894
2081
|
}]
|
|
1895
2082
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1896
2083
|
let TdsTableToolbar = class TdsTableToolbar {
|
|
1897
2084
|
constructor(c, r, z) {
|
|
1898
2085
|
this.z = z;
|
|
2086
|
+
this.tdsFilter = new EventEmitter();
|
|
1899
2087
|
c.detach();
|
|
1900
2088
|
this.el = r.nativeElement;
|
|
1901
|
-
proxyOutputs(this, this.el, ['tdsFilter']);
|
|
1902
2089
|
}
|
|
1903
2090
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableToolbar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1904
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableToolbar, selector: "tds-table-toolbar", inputs: { filter: "filter", tableTitle: "tableTitle", tdsSearchAriaLabel: "tdsSearchAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2091
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableToolbar, selector: "tds-table-toolbar", inputs: { filter: "filter", tableTitle: "tableTitle", tdsSearchAriaLabel: "tdsSearchAriaLabel" }, outputs: { tdsFilter: "tdsFilter" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1905
2092
|
};
|
|
1906
2093
|
TdsTableToolbar = __decorate([
|
|
1907
2094
|
ProxyCmp({
|
|
@@ -1916,8 +2103,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1916
2103
|
template: '<ng-content></ng-content>',
|
|
1917
2104
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1918
2105
|
inputs: ['filter', 'tableTitle', 'tdsSearchAriaLabel'],
|
|
2106
|
+
outputs: ['tdsFilter'],
|
|
2107
|
+
standalone: false
|
|
1919
2108
|
}]
|
|
1920
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2109
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsFilter: [{
|
|
2110
|
+
type: Output
|
|
2111
|
+
}] } });
|
|
1921
2112
|
let TdsTag = class TdsTag {
|
|
1922
2113
|
constructor(c, r, z) {
|
|
1923
2114
|
this.z = z;
|
|
@@ -1939,18 +2130,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1939
2130
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1940
2131
|
template: '<ng-content></ng-content>',
|
|
1941
2132
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1942
|
-
inputs: ['size', 'text', 'variant'],
|
|
2133
|
+
inputs: ['size', { name: 'text', required: true }, 'variant'],
|
|
2134
|
+
standalone: false
|
|
1943
2135
|
}]
|
|
1944
2136
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1945
2137
|
let TdsTextField = class TdsTextField {
|
|
1946
2138
|
constructor(c, r, z) {
|
|
1947
2139
|
this.z = z;
|
|
2140
|
+
this.tdsChange = new EventEmitter();
|
|
2141
|
+
this.tdsInput = new EventEmitter();
|
|
2142
|
+
this.tdsFocus = new EventEmitter();
|
|
2143
|
+
this.tdsBlur = new EventEmitter();
|
|
2144
|
+
this.tdsError = new EventEmitter();
|
|
1948
2145
|
c.detach();
|
|
1949
2146
|
this.el = r.nativeElement;
|
|
1950
|
-
proxyOutputs(this, this.el, ['tdsChange', 'tdsInput', 'tdsFocus', 'tdsBlur', 'tdsError']);
|
|
1951
2147
|
}
|
|
1952
2148
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTextField, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1953
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTextField, selector: "tds-text-field", inputs: { autocomplete: "autocomplete", autofocus: "autofocus", disabled: "disabled", helper: "helper", hideNumberArrows: "hideNumberArrows", hideReadOnlyIcon: "hideReadOnlyIcon", label: "label", labelPosition: "labelPosition", max: "max", maxLength: "maxLength", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", state: "state", step: "step", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2149
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTextField, selector: "tds-text-field", inputs: { autocomplete: "autocomplete", autofocus: "autofocus", disabled: "disabled", helper: "helper", hideNumberArrows: "hideNumberArrows", hideReadOnlyIcon: "hideReadOnlyIcon", label: "label", labelPosition: "labelPosition", max: "max", maxLength: "maxLength", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", placeholder: "placeholder", readOnly: "readOnly", required: "required", size: "size", state: "state", step: "step", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, outputs: { tdsChange: "tdsChange", tdsInput: "tdsInput", tdsFocus: "tdsFocus", tdsBlur: "tdsBlur", tdsError: "tdsError" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1954
2150
|
};
|
|
1955
2151
|
TdsTextField = __decorate([
|
|
1956
2152
|
ProxyCmp({
|
|
@@ -1966,17 +2162,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1966
2162
|
template: '<ng-content></ng-content>',
|
|
1967
2163
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1968
2164
|
inputs: ['autocomplete', 'autofocus', 'disabled', 'helper', 'hideNumberArrows', 'hideReadOnlyIcon', 'label', 'labelPosition', 'max', 'maxLength', 'min', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'required', 'size', 'state', 'step', 'tdsAriaLabel', 'type', 'value'],
|
|
1969
|
-
|
|
1970
|
-
|
|
2165
|
+
outputs: ['tdsChange', 'tdsInput', 'tdsFocus', 'tdsBlur', 'tdsError'],
|
|
2166
|
+
standalone: false
|
|
2167
|
+
}]
|
|
2168
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
2169
|
+
type: Output
|
|
2170
|
+
}], tdsInput: [{
|
|
2171
|
+
type: Output
|
|
2172
|
+
}], tdsFocus: [{
|
|
2173
|
+
type: Output
|
|
2174
|
+
}], tdsBlur: [{
|
|
2175
|
+
type: Output
|
|
2176
|
+
}], tdsError: [{
|
|
2177
|
+
type: Output
|
|
2178
|
+
}] } });
|
|
1971
2179
|
let TdsTextarea = class TdsTextarea {
|
|
1972
2180
|
constructor(c, r, z) {
|
|
1973
2181
|
this.z = z;
|
|
2182
|
+
this.tdsChange = new EventEmitter();
|
|
2183
|
+
this.tdsBlur = new EventEmitter();
|
|
2184
|
+
this.tdsInput = new EventEmitter();
|
|
2185
|
+
this.tdsFocus = new EventEmitter();
|
|
1974
2186
|
c.detach();
|
|
1975
2187
|
this.el = r.nativeElement;
|
|
1976
|
-
proxyOutputs(this, this.el, ['tdsChange', 'tdsBlur', 'tdsInput', 'tdsFocus']);
|
|
1977
2188
|
}
|
|
1978
2189
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTextarea, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1979
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTextarea, selector: "tds-textarea", inputs: { autofocus: "autofocus", cols: "cols", disabled: "disabled", helper: "helper", hideReadOnlyIcon: "hideReadOnlyIcon", label: "label", labelPosition: "labelPosition", maxLength: "maxLength", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", placeholder: "placeholder", readOnly: "readOnly", rows: "rows", state: "state", tdsAriaLabel: "tdsAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2190
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTextarea, selector: "tds-textarea", inputs: { autofocus: "autofocus", cols: "cols", disabled: "disabled", helper: "helper", hideReadOnlyIcon: "hideReadOnlyIcon", label: "label", labelPosition: "labelPosition", maxLength: "maxLength", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", placeholder: "placeholder", readOnly: "readOnly", rows: "rows", state: "state", tdsAriaLabel: "tdsAriaLabel", value: "value" }, outputs: { tdsChange: "tdsChange", tdsBlur: "tdsBlur", tdsInput: "tdsInput", tdsFocus: "tdsFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1980
2191
|
};
|
|
1981
2192
|
TdsTextarea = __decorate([
|
|
1982
2193
|
ProxyCmp({
|
|
@@ -1992,17 +2203,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1992
2203
|
template: '<ng-content></ng-content>',
|
|
1993
2204
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1994
2205
|
inputs: ['autofocus', 'cols', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'maxLength', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'rows', 'state', 'tdsAriaLabel', 'value'],
|
|
1995
|
-
|
|
1996
|
-
|
|
2206
|
+
outputs: ['tdsChange', 'tdsBlur', 'tdsInput', 'tdsFocus'],
|
|
2207
|
+
standalone: false
|
|
2208
|
+
}]
|
|
2209
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsChange: [{
|
|
2210
|
+
type: Output
|
|
2211
|
+
}], tdsBlur: [{
|
|
2212
|
+
type: Output
|
|
2213
|
+
}], tdsInput: [{
|
|
2214
|
+
type: Output
|
|
2215
|
+
}], tdsFocus: [{
|
|
2216
|
+
type: Output
|
|
2217
|
+
}] } });
|
|
1997
2218
|
let TdsToast = class TdsToast {
|
|
1998
2219
|
constructor(c, r, z) {
|
|
1999
2220
|
this.z = z;
|
|
2221
|
+
this.tdsClose = new EventEmitter();
|
|
2000
2222
|
c.detach();
|
|
2001
2223
|
this.el = r.nativeElement;
|
|
2002
|
-
proxyOutputs(this, this.el, ['tdsClose']);
|
|
2003
2224
|
}
|
|
2004
2225
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2005
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsToast, selector: "tds-toast", inputs: { closable: "closable", header: "header", hidden: "hidden", subheader: "subheader", tdsAriaLive: "tdsAriaLive", tdsCloseAriaLabel: "tdsCloseAriaLabel", toastId: "toastId", toastRole: "toastRole", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2226
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsToast, selector: "tds-toast", inputs: { closable: "closable", header: "header", hidden: "hidden", subheader: "subheader", tdsAriaLive: "tdsAriaLive", tdsCloseAriaLabel: "tdsCloseAriaLabel", toastId: "toastId", toastRole: "toastRole", variant: "variant" }, outputs: { tdsClose: "tdsClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2006
2227
|
};
|
|
2007
2228
|
TdsToast = __decorate([
|
|
2008
2229
|
ProxyCmp({
|
|
@@ -2018,17 +2239,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2018
2239
|
template: '<ng-content></ng-content>',
|
|
2019
2240
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2020
2241
|
inputs: ['closable', 'header', 'hidden', 'subheader', 'tdsAriaLive', 'tdsCloseAriaLabel', 'toastId', 'toastRole', 'variant'],
|
|
2242
|
+
outputs: ['tdsClose'],
|
|
2243
|
+
standalone: false
|
|
2021
2244
|
}]
|
|
2022
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2245
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsClose: [{
|
|
2246
|
+
type: Output
|
|
2247
|
+
}] } });
|
|
2023
2248
|
let TdsToggle = class TdsToggle {
|
|
2024
2249
|
constructor(c, r, z) {
|
|
2025
2250
|
this.z = z;
|
|
2251
|
+
this.tdsToggle = new EventEmitter();
|
|
2026
2252
|
c.detach();
|
|
2027
2253
|
this.el = r.nativeElement;
|
|
2028
|
-
proxyOutputs(this, this.el, ['tdsToggle']);
|
|
2029
2254
|
}
|
|
2030
2255
|
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 }); }
|
|
2031
|
-
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 }); }
|
|
2256
|
+
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" }, outputs: { tdsToggle: "tdsToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2032
2257
|
};
|
|
2033
2258
|
TdsToggle = __decorate([
|
|
2034
2259
|
ProxyCmp({
|
|
@@ -2044,8 +2269,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2044
2269
|
template: '<ng-content></ng-content>',
|
|
2045
2270
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2046
2271
|
inputs: ['checked', 'disabled', 'headline', 'name', 'required', 'size', 'tdsAriaLabel', 'toggleId'],
|
|
2272
|
+
outputs: ['tdsToggle'],
|
|
2273
|
+
standalone: false
|
|
2047
2274
|
}]
|
|
2048
|
-
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]
|
|
2275
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { tdsToggle: [{
|
|
2276
|
+
type: Output
|
|
2277
|
+
}] } });
|
|
2049
2278
|
let TdsTooltip = class TdsTooltip {
|
|
2050
2279
|
constructor(c, r, z) {
|
|
2051
2280
|
this.z = z;
|
|
@@ -2068,6 +2297,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2068
2297
|
template: '<ng-content></ng-content>',
|
|
2069
2298
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2070
2299
|
inputs: ['defaultShow', 'mouseOverTooltip', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'tdsAriaDescribedby', 'text', 'trigger'],
|
|
2300
|
+
standalone: false
|
|
2071
2301
|
}]
|
|
2072
2302
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2073
2303
|
|
|
@@ -2200,10 +2430,10 @@ class TextValueAccessor extends ValueAccessor {
|
|
|
2200
2430
|
super(el);
|
|
2201
2431
|
}
|
|
2202
2432
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2203
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: TextValueAccessor, selector: "tds-text-field, tds-textarea, tds-datetime", host: { listeners: { "tdsInput": "handleChangeEvent($event.target
|
|
2433
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: TextValueAccessor, selector: "tds-text-field, tds-textarea, tds-datetime", host: { listeners: { "tdsInput": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
|
|
2204
2434
|
{
|
|
2205
2435
|
provide: NG_VALUE_ACCESSOR,
|
|
2206
|
-
useExisting: TextValueAccessor,
|
|
2436
|
+
useExisting: forwardRef(() => TextValueAccessor),
|
|
2207
2437
|
multi: true
|
|
2208
2438
|
}
|
|
2209
2439
|
], usesInheritance: true, ngImport: i0 }); }
|
|
@@ -2214,15 +2444,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2214
2444
|
/* tslint:disable-next-line:directive-selector */
|
|
2215
2445
|
selector: 'tds-text-field, tds-textarea, tds-datetime',
|
|
2216
2446
|
host: {
|
|
2217
|
-
'(tdsInput)': 'handleChangeEvent($event.target
|
|
2447
|
+
'(tdsInput)': 'handleChangeEvent($event.target?.["value"])'
|
|
2218
2448
|
},
|
|
2219
2449
|
providers: [
|
|
2220
2450
|
{
|
|
2221
2451
|
provide: NG_VALUE_ACCESSOR,
|
|
2222
|
-
useExisting: TextValueAccessor,
|
|
2452
|
+
useExisting: forwardRef(() => TextValueAccessor),
|
|
2223
2453
|
multi: true
|
|
2224
2454
|
}
|
|
2225
|
-
]
|
|
2455
|
+
],
|
|
2456
|
+
standalone: false
|
|
2226
2457
|
}]
|
|
2227
2458
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
2228
2459
|
|
|
@@ -2234,10 +2465,10 @@ class BooleanValueAccessor extends ValueAccessor {
|
|
|
2234
2465
|
this.el.nativeElement.checked = this.lastValue = value == null ? false : value;
|
|
2235
2466
|
}
|
|
2236
2467
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2237
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: BooleanValueAccessor, selector: "tds-checkbox, tds-chip[type=\"checkbox\"], tds-toggle", host: { listeners: { "tdsChange": "handleChangeEvent($event.target
|
|
2468
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: BooleanValueAccessor, selector: "tds-checkbox, tds-chip[type=\"checkbox\"], tds-toggle", host: { listeners: { "tdsChange": "handleChangeEvent($event.target?.[\"checked\"])", "tdsToggle": "handleChangeEvent($event.target?.[\"checked\"])" } }, providers: [
|
|
2238
2469
|
{
|
|
2239
2470
|
provide: NG_VALUE_ACCESSOR,
|
|
2240
|
-
useExisting: BooleanValueAccessor,
|
|
2471
|
+
useExisting: forwardRef(() => BooleanValueAccessor),
|
|
2241
2472
|
multi: true
|
|
2242
2473
|
}
|
|
2243
2474
|
], usesInheritance: true, ngImport: i0 }); }
|
|
@@ -2248,16 +2479,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2248
2479
|
/* tslint:disable-next-line:directive-selector */
|
|
2249
2480
|
selector: 'tds-checkbox, tds-chip[type="checkbox"], tds-toggle',
|
|
2250
2481
|
host: {
|
|
2251
|
-
'(tdsChange)': 'handleChangeEvent($event.target
|
|
2252
|
-
'(tdsToggle)': 'handleChangeEvent($event.target
|
|
2482
|
+
'(tdsChange)': 'handleChangeEvent($event.target?.["checked"])',
|
|
2483
|
+
'(tdsToggle)': 'handleChangeEvent($event.target?.["checked"])'
|
|
2253
2484
|
},
|
|
2254
2485
|
providers: [
|
|
2255
2486
|
{
|
|
2256
2487
|
provide: NG_VALUE_ACCESSOR,
|
|
2257
|
-
useExisting: BooleanValueAccessor,
|
|
2488
|
+
useExisting: forwardRef(() => BooleanValueAccessor),
|
|
2258
2489
|
multi: true
|
|
2259
2490
|
}
|
|
2260
|
-
]
|
|
2491
|
+
],
|
|
2492
|
+
standalone: false
|
|
2261
2493
|
}]
|
|
2262
2494
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
2263
2495
|
|
|
@@ -2271,10 +2503,10 @@ class NumericValueAccessor extends ValueAccessor {
|
|
|
2271
2503
|
});
|
|
2272
2504
|
}
|
|
2273
2505
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: NumericValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2274
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NumericValueAccessor, selector: "tds-slider", host: { listeners: { "tdsChange": "handleChangeEvent($event.target
|
|
2506
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.12", type: NumericValueAccessor, selector: "tds-slider", host: { listeners: { "tdsChange": "handleChangeEvent($event.target?.[\"value\"])" } }, providers: [
|
|
2275
2507
|
{
|
|
2276
2508
|
provide: NG_VALUE_ACCESSOR,
|
|
2277
|
-
useExisting: NumericValueAccessor,
|
|
2509
|
+
useExisting: forwardRef(() => NumericValueAccessor),
|
|
2278
2510
|
multi: true
|
|
2279
2511
|
}
|
|
2280
2512
|
], usesInheritance: true, ngImport: i0 }); }
|
|
@@ -2285,15 +2517,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
2285
2517
|
/* tslint:disable-next-line:directive-selector */
|
|
2286
2518
|
selector: 'tds-slider',
|
|
2287
2519
|
host: {
|
|
2288
|
-
'(tdsChange)': 'handleChangeEvent($event.target
|
|
2520
|
+
'(tdsChange)': 'handleChangeEvent($event.target?.["value"])'
|
|
2289
2521
|
},
|
|
2290
2522
|
providers: [
|
|
2291
2523
|
{
|
|
2292
2524
|
provide: NG_VALUE_ACCESSOR,
|
|
2293
|
-
useExisting: NumericValueAccessor,
|
|
2525
|
+
useExisting: forwardRef(() => NumericValueAccessor),
|
|
2294
2526
|
multi: true
|
|
2295
2527
|
}
|
|
2296
|
-
]
|
|
2528
|
+
],
|
|
2529
|
+
standalone: false
|
|
2297
2530
|
}]
|
|
2298
2531
|
}], ctorParameters: () => [{ type: i0.ElementRef }] });
|
|
2299
2532
|
|