@scania/tegel-angular-17 1.27.0-allow-numbers-and-zero-values-beta.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -564,11 +564,11 @@ let TdsFooterGroup = class TdsFooterGroup {
|
|
|
564
564
|
this.el = r.nativeElement;
|
|
565
565
|
}
|
|
566
566
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsFooterGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
567
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsFooterGroup, selector: "tds-footer-group", inputs: { titleText: "titleText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
567
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsFooterGroup, selector: "tds-footer-group", inputs: { tdsListAriaLabel: "tdsListAriaLabel", titleText: "titleText" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
568
568
|
};
|
|
569
569
|
TdsFooterGroup = __decorate([
|
|
570
570
|
ProxyCmp({
|
|
571
|
-
inputs: ['titleText']
|
|
571
|
+
inputs: ['tdsListAriaLabel', 'titleText']
|
|
572
572
|
})
|
|
573
573
|
], TdsFooterGroup);
|
|
574
574
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsFooterGroup, decorators: [{
|
|
@@ -578,7 +578,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
578
578
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
579
579
|
template: '<ng-content></ng-content>',
|
|
580
580
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
581
|
-
inputs: ['titleText'],
|
|
581
|
+
inputs: ['tdsListAriaLabel', 'titleText'],
|
|
582
582
|
}]
|
|
583
583
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
584
584
|
let TdsFooterItem = class TdsFooterItem {
|
|
@@ -679,11 +679,11 @@ let TdsHeaderDropdown = class TdsHeaderDropdown {
|
|
|
679
679
|
this.el = r.nativeElement;
|
|
680
680
|
}
|
|
681
681
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
682
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderDropdown, selector: "tds-header-dropdown", inputs: { label: "label", noDropdownIcon: "noDropdownIcon", selected: "selected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
682
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderDropdown, selector: "tds-header-dropdown", inputs: { label: "label", noDropdownIcon: "noDropdownIcon", selected: "selected", tdsAriaLabel: "tdsAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
683
683
|
};
|
|
684
684
|
TdsHeaderDropdown = __decorate([
|
|
685
685
|
ProxyCmp({
|
|
686
|
-
inputs: ['label', 'noDropdownIcon', 'selected']
|
|
686
|
+
inputs: ['label', 'noDropdownIcon', 'selected', 'tdsAriaLabel']
|
|
687
687
|
})
|
|
688
688
|
], TdsHeaderDropdown);
|
|
689
689
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderDropdown, decorators: [{
|
|
@@ -693,7 +693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
693
693
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
694
694
|
template: '<ng-content></ng-content>',
|
|
695
695
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
696
|
-
inputs: ['label', 'noDropdownIcon', 'selected'],
|
|
696
|
+
inputs: ['label', 'noDropdownIcon', 'selected', 'tdsAriaLabel'],
|
|
697
697
|
}]
|
|
698
698
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
699
699
|
let TdsHeaderDropdownList = class TdsHeaderDropdownList {
|
|
@@ -775,10 +775,12 @@ let TdsHeaderHamburger = class TdsHeaderHamburger {
|
|
|
775
775
|
this.el = r.nativeElement;
|
|
776
776
|
}
|
|
777
777
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderHamburger, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
778
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderHamburger, selector: "tds-header-hamburger", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
778
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderHamburger, selector: "tds-header-hamburger", inputs: { tdsAriaLabel: "tdsAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
779
779
|
};
|
|
780
780
|
TdsHeaderHamburger = __decorate([
|
|
781
|
-
ProxyCmp({
|
|
781
|
+
ProxyCmp({
|
|
782
|
+
inputs: ['tdsAriaLabel']
|
|
783
|
+
})
|
|
782
784
|
], TdsHeaderHamburger);
|
|
783
785
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderHamburger, decorators: [{
|
|
784
786
|
type: Component,
|
|
@@ -787,7 +789,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
787
789
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
788
790
|
template: '<ng-content></ng-content>',
|
|
789
791
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
790
|
-
inputs: [],
|
|
792
|
+
inputs: ['tdsAriaLabel'],
|
|
791
793
|
}]
|
|
792
794
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
793
795
|
let TdsHeaderItem = class TdsHeaderItem {
|
|
@@ -821,10 +823,12 @@ let TdsHeaderLauncher = class TdsHeaderLauncher {
|
|
|
821
823
|
this.el = r.nativeElement;
|
|
822
824
|
}
|
|
823
825
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderLauncher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
824
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderLauncher, selector: "tds-header-launcher", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
826
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderLauncher, selector: "tds-header-launcher", inputs: { tdsAriaLabel: "tdsAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
825
827
|
};
|
|
826
828
|
TdsHeaderLauncher = __decorate([
|
|
827
|
-
ProxyCmp({
|
|
829
|
+
ProxyCmp({
|
|
830
|
+
inputs: ['tdsAriaLabel']
|
|
831
|
+
})
|
|
828
832
|
], TdsHeaderLauncher);
|
|
829
833
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderLauncher, decorators: [{
|
|
830
834
|
type: Component,
|
|
@@ -833,7 +837,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
833
837
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
834
838
|
template: '<ng-content></ng-content>',
|
|
835
839
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
836
|
-
inputs: [],
|
|
840
|
+
inputs: ['tdsAriaLabel'],
|
|
837
841
|
}]
|
|
838
842
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
839
843
|
let TdsHeaderLauncherButton = class TdsHeaderLauncherButton {
|
|
@@ -843,11 +847,11 @@ let TdsHeaderLauncherButton = class TdsHeaderLauncherButton {
|
|
|
843
847
|
this.el = r.nativeElement;
|
|
844
848
|
}
|
|
845
849
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderLauncherButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
846
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderLauncherButton, selector: "tds-header-launcher-button", inputs: { active: "active" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
850
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsHeaderLauncherButton, selector: "tds-header-launcher-button", inputs: { active: "active", tdsAriaLabel: "tdsAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
847
851
|
};
|
|
848
852
|
TdsHeaderLauncherButton = __decorate([
|
|
849
853
|
ProxyCmp({
|
|
850
|
-
inputs: ['active']
|
|
854
|
+
inputs: ['active', 'tdsAriaLabel']
|
|
851
855
|
})
|
|
852
856
|
], TdsHeaderLauncherButton);
|
|
853
857
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderLauncherButton, decorators: [{
|
|
@@ -857,7 +861,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
857
861
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
858
862
|
template: '<ng-content></ng-content>',
|
|
859
863
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
860
|
-
inputs: ['active'],
|
|
864
|
+
inputs: ['active', 'tdsAriaLabel'],
|
|
861
865
|
}]
|
|
862
866
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
863
867
|
let TdsHeaderLauncherGrid = class TdsHeaderLauncherGrid {
|
|
@@ -1021,11 +1025,11 @@ let TdsIcon = class TdsIcon {
|
|
|
1021
1025
|
this.el = r.nativeElement;
|
|
1022
1026
|
}
|
|
1023
1027
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1024
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsIcon, selector: "tds-icon", inputs: { name: "name", size: "size", svgDescription: "svgDescription", svgTitle: "svgTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1028
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsIcon, selector: "tds-icon", inputs: { name: "name", size: "size", svgDescription: "svgDescription", svgTitle: "svgTitle", tdsAriaHidden: "tdsAriaHidden" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1025
1029
|
};
|
|
1026
1030
|
TdsIcon = __decorate([
|
|
1027
1031
|
ProxyCmp({
|
|
1028
|
-
inputs: ['name', 'size', 'svgDescription', 'svgTitle']
|
|
1032
|
+
inputs: ['name', 'size', 'svgDescription', 'svgTitle', 'tdsAriaHidden']
|
|
1029
1033
|
})
|
|
1030
1034
|
], TdsIcon);
|
|
1031
1035
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsIcon, decorators: [{
|
|
@@ -1035,7 +1039,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1035
1039
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1036
1040
|
template: '<ng-content></ng-content>',
|
|
1037
1041
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1038
|
-
inputs: ['name', 'size', 'svgDescription', 'svgTitle'],
|
|
1042
|
+
inputs: ['name', 'size', 'svgDescription', 'svgTitle', 'tdsAriaHidden'],
|
|
1039
1043
|
}]
|
|
1040
1044
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1041
1045
|
let TdsInlineTab = class TdsInlineTab {
|
|
@@ -1219,11 +1223,11 @@ let TdsPopoverCanvas = class TdsPopoverCanvas {
|
|
|
1219
1223
|
this.el = r.nativeElement;
|
|
1220
1224
|
}
|
|
1221
1225
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsPopoverCanvas, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1222
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsPopoverCanvas, selector: "tds-popover-canvas", inputs: { animation: "animation", defaultShow: "defaultShow", modifiers: "modifiers", offsetDistance: "offsetDistance", offsetSkidding: "offsetSkidding", placement: "placement", referenceEl: "referenceEl", selector: "selector", show: "show" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1226
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsPopoverCanvas, selector: "tds-popover-canvas", inputs: { animation: "animation", defaultShow: "defaultShow", modifiers: "modifiers", offsetDistance: "offsetDistance", offsetSkidding: "offsetSkidding", placement: "placement", referenceEl: "referenceEl", selector: "selector", show: "show", tdsAlertDialog: "tdsAlertDialog" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1223
1227
|
};
|
|
1224
1228
|
TdsPopoverCanvas = __decorate([
|
|
1225
1229
|
ProxyCmp({
|
|
1226
|
-
inputs: ['animation', 'defaultShow', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show'],
|
|
1230
|
+
inputs: ['animation', 'defaultShow', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'tdsAlertDialog'],
|
|
1227
1231
|
methods: ['close']
|
|
1228
1232
|
})
|
|
1229
1233
|
], TdsPopoverCanvas);
|
|
@@ -1234,7 +1238,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1234
1238
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1235
1239
|
template: '<ng-content></ng-content>',
|
|
1236
1240
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1237
|
-
inputs: ['animation', 'defaultShow', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show'],
|
|
1241
|
+
inputs: ['animation', 'defaultShow', 'modifiers', 'offsetDistance', 'offsetSkidding', 'placement', 'referenceEl', 'selector', 'show', 'tdsAlertDialog'],
|
|
1238
1242
|
}]
|
|
1239
1243
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1240
1244
|
let TdsPopoverCore = class TdsPopoverCore {
|
|
@@ -1319,11 +1323,11 @@ let TdsRadioButton = class TdsRadioButton {
|
|
|
1319
1323
|
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1320
1324
|
}
|
|
1321
1325
|
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 }); }
|
|
1322
|
-
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", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
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 }); }
|
|
1323
1327
|
};
|
|
1324
1328
|
TdsRadioButton = __decorate([
|
|
1325
1329
|
ProxyCmp({
|
|
1326
|
-
inputs: ['checked', 'disabled', 'name', 'radioId', 'required', 'value']
|
|
1330
|
+
inputs: ['checked', 'disabled', 'name', 'radioId', 'required', 'tdsAriaLabel', 'tdsTabIndex', 'value']
|
|
1327
1331
|
})
|
|
1328
1332
|
], TdsRadioButton);
|
|
1329
1333
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsRadioButton, decorators: [{
|
|
@@ -1333,7 +1337,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1333
1337
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1334
1338
|
template: '<ng-content></ng-content>',
|
|
1335
1339
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1336
|
-
inputs: ['checked', 'disabled', 'name', 'radioId', 'required', 'value'],
|
|
1340
|
+
inputs: ['checked', 'disabled', 'name', 'radioId', 'required', 'tdsAriaLabel', 'tdsTabIndex', 'value'],
|
|
1337
1341
|
}]
|
|
1338
1342
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1339
1343
|
let TdsSideMenu = class TdsSideMenu {
|
|
@@ -1651,11 +1655,11 @@ let TdsStep = class TdsStep {
|
|
|
1651
1655
|
this.el = r.nativeElement;
|
|
1652
1656
|
}
|
|
1653
1657
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsStep, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1654
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsStep, selector: "tds-step", inputs: { index: "index", state: "state" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1658
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsStep, selector: "tds-step", inputs: { index: "index", state: "state", tdsAriaCurrent: "tdsAriaCurrent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1655
1659
|
};
|
|
1656
1660
|
TdsStep = __decorate([
|
|
1657
1661
|
ProxyCmp({
|
|
1658
|
-
inputs: ['index', 'state']
|
|
1662
|
+
inputs: ['index', 'state', 'tdsAriaCurrent']
|
|
1659
1663
|
})
|
|
1660
1664
|
], TdsStep);
|
|
1661
1665
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsStep, decorators: [{
|
|
@@ -1665,7 +1669,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1665
1669
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1666
1670
|
template: '<ng-content></ng-content>',
|
|
1667
1671
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1668
|
-
inputs: ['index', 'state'],
|
|
1672
|
+
inputs: ['index', 'state', 'tdsAriaCurrent'],
|
|
1669
1673
|
}]
|
|
1670
1674
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1671
1675
|
let TdsStepper = class TdsStepper {
|
|
@@ -1675,11 +1679,11 @@ let TdsStepper = class TdsStepper {
|
|
|
1675
1679
|
this.el = r.nativeElement;
|
|
1676
1680
|
}
|
|
1677
1681
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1678
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsStepper, selector: "tds-stepper", inputs: { hideLabels: "hideLabels", labelPosition: "labelPosition", orientation: "orientation", size: "size", stepperId: "stepperId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1682
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsStepper, selector: "tds-stepper", inputs: { ariaLabel: "ariaLabel", hideLabels: "hideLabels", labelPosition: "labelPosition", orientation: "orientation", size: "size", stepperId: "stepperId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1679
1683
|
};
|
|
1680
1684
|
TdsStepper = __decorate([
|
|
1681
1685
|
ProxyCmp({
|
|
1682
|
-
inputs: ['hideLabels', 'labelPosition', 'orientation', 'size', 'stepperId']
|
|
1686
|
+
inputs: ['ariaLabel', 'hideLabels', 'labelPosition', 'orientation', 'size', 'stepperId']
|
|
1683
1687
|
})
|
|
1684
1688
|
], TdsStepper);
|
|
1685
1689
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsStepper, decorators: [{
|
|
@@ -1689,7 +1693,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1689
1693
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1690
1694
|
template: '<ng-content></ng-content>',
|
|
1691
1695
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1692
|
-
inputs: ['hideLabels', 'labelPosition', 'orientation', 'size', 'stepperId'],
|
|
1696
|
+
inputs: ['ariaLabel', 'hideLabels', 'labelPosition', 'orientation', 'size', 'stepperId'],
|
|
1693
1697
|
}]
|
|
1694
1698
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1695
1699
|
let TdsTable = class TdsTable {
|
|
@@ -1921,11 +1925,11 @@ let TdsTextField = class TdsTextField {
|
|
|
1921
1925
|
proxyOutputs(this, this.el, ['tdsChange', 'tdsInput', 'tdsFocus', 'tdsBlur']);
|
|
1922
1926
|
}
|
|
1923
1927
|
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 }); }
|
|
1924
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTextField, selector: "tds-text-field", inputs: { autofocus: "autofocus", disabled: "disabled", helper: "helper", label: "label", labelPosition: "labelPosition", max: "max", maxLength: "maxLength", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", placeholder: "placeholder", readOnly: "readOnly", size: "size", state: "state", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1928
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTextField, selector: "tds-text-field", inputs: { autofocus: "autofocus", disabled: "disabled", helper: "helper", hideReadOnlyIcon: "hideReadOnlyIcon", label: "label", labelPosition: "labelPosition", max: "max", maxLength: "maxLength", min: "min", modeVariant: "modeVariant", name: "name", noMinWidth: "noMinWidth", placeholder: "placeholder", readOnly: "readOnly", size: "size", state: "state", tdsAriaLabel: "tdsAriaLabel", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1925
1929
|
};
|
|
1926
1930
|
TdsTextField = __decorate([
|
|
1927
1931
|
ProxyCmp({
|
|
1928
|
-
inputs: ['autofocus', 'disabled', 'helper', 'label', 'labelPosition', 'max', 'maxLength', 'min', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
1932
|
+
inputs: ['autofocus', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'max', 'maxLength', 'min', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
1929
1933
|
methods: ['focusElement']
|
|
1930
1934
|
})
|
|
1931
1935
|
], TdsTextField);
|
|
@@ -1936,7 +1940,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1936
1940
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1937
1941
|
template: '<ng-content></ng-content>',
|
|
1938
1942
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1939
|
-
inputs: ['autofocus', 'disabled', 'helper', 'label', 'labelPosition', 'max', 'maxLength', 'min', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
1943
|
+
inputs: ['autofocus', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'max', 'maxLength', 'min', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
1940
1944
|
}]
|
|
1941
1945
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1942
1946
|
let TdsTextarea = class TdsTextarea {
|
|
@@ -1947,11 +1951,11 @@ let TdsTextarea = class TdsTextarea {
|
|
|
1947
1951
|
proxyOutputs(this, this.el, ['tdsChange', 'tdsBlur', 'tdsInput', 'tdsFocus']);
|
|
1948
1952
|
}
|
|
1949
1953
|
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 }); }
|
|
1950
|
-
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", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1954
|
+
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 }); }
|
|
1951
1955
|
};
|
|
1952
1956
|
TdsTextarea = __decorate([
|
|
1953
1957
|
ProxyCmp({
|
|
1954
|
-
inputs: ['autofocus', 'cols', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'maxLength', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'rows', 'state', 'value']
|
|
1958
|
+
inputs: ['autofocus', 'cols', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'maxLength', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'rows', 'state', 'tdsAriaLabel', 'value']
|
|
1955
1959
|
})
|
|
1956
1960
|
], TdsTextarea);
|
|
1957
1961
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTextarea, decorators: [{
|
|
@@ -1961,7 +1965,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1961
1965
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1962
1966
|
template: '<ng-content></ng-content>',
|
|
1963
1967
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1964
|
-
inputs: ['autofocus', 'cols', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'maxLength', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'rows', 'state', 'value'],
|
|
1968
|
+
inputs: ['autofocus', 'cols', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'maxLength', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'rows', 'state', 'tdsAriaLabel', 'value'],
|
|
1965
1969
|
}]
|
|
1966
1970
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1967
1971
|
let TdsToast = class TdsToast {
|
|
@@ -1972,11 +1976,11 @@ let TdsToast = class TdsToast {
|
|
|
1972
1976
|
proxyOutputs(this, this.el, ['tdsClose']);
|
|
1973
1977
|
}
|
|
1974
1978
|
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 }); }
|
|
1975
|
-
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", toastId: "toastId", toastRole: "toastRole", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1979
|
+
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 }); }
|
|
1976
1980
|
};
|
|
1977
1981
|
TdsToast = __decorate([
|
|
1978
1982
|
ProxyCmp({
|
|
1979
|
-
inputs: ['closable', 'header', 'hidden', 'subheader', 'toastId', 'toastRole', 'variant'],
|
|
1983
|
+
inputs: ['closable', 'header', 'hidden', 'subheader', 'tdsAriaLive', 'tdsCloseAriaLabel', 'toastId', 'toastRole', 'variant'],
|
|
1980
1984
|
methods: ['hideToast', 'showToast']
|
|
1981
1985
|
})
|
|
1982
1986
|
], TdsToast);
|
|
@@ -1987,7 +1991,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1987
1991
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1988
1992
|
template: '<ng-content></ng-content>',
|
|
1989
1993
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1990
|
-
inputs: ['closable', 'header', 'hidden', 'subheader', 'toastId', 'toastRole', 'variant'],
|
|
1994
|
+
inputs: ['closable', 'header', 'hidden', 'subheader', 'tdsAriaLive', 'tdsCloseAriaLabel', 'toastId', 'toastRole', 'variant'],
|
|
1991
1995
|
}]
|
|
1992
1996
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1993
1997
|
let TdsToggle = class TdsToggle {
|