@scania/tegel-angular-17 1.29.0 → 1.30.0-beta-enhance-focus-dropdown.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.
|
@@ -389,11 +389,11 @@ let TdsDatetime = class TdsDatetime {
|
|
|
389
389
|
proxyOutputs(this, this.el, ['tdsChange', 'tdsBlur', 'tdsFocus', 'tdsInput']);
|
|
390
390
|
}
|
|
391
391
|
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", 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 }); }
|
|
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 }); }
|
|
393
393
|
};
|
|
394
394
|
TdsDatetime = __decorate([
|
|
395
395
|
ProxyCmp({
|
|
396
|
-
inputs: ['autofocus', 'defaultValue', 'disabled', 'helper', 'label', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
396
|
+
inputs: ['autofocus', 'defaultValue', 'disabled', 'helper', 'label', 'labelPosition', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
397
397
|
methods: ['reset', 'setValue']
|
|
398
398
|
})
|
|
399
399
|
], TdsDatetime);
|
|
@@ -404,7 +404,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
404
404
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
405
405
|
template: '<ng-content></ng-content>',
|
|
406
406
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
407
|
-
inputs: ['autofocus', 'defaultValue', 'disabled', 'helper', 'label', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
407
|
+
inputs: ['autofocus', 'defaultValue', 'disabled', 'helper', 'label', 'labelPosition', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
408
408
|
}]
|
|
409
409
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
410
410
|
let TdsDivider = class TdsDivider {
|
|
@@ -655,11 +655,11 @@ let TdsHeaderCell = class TdsHeaderCell {
|
|
|
655
655
|
proxyOutputs(this, this.el, ['tdsSort']);
|
|
656
656
|
}
|
|
657
657
|
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", textAlign: "textAlign" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
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 }); }
|
|
659
659
|
};
|
|
660
660
|
TdsHeaderCell = __decorate([
|
|
661
661
|
ProxyCmp({
|
|
662
|
-
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'textAlign']
|
|
662
|
+
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'tdsAriaLabelSortButton', 'textAlign']
|
|
663
663
|
})
|
|
664
664
|
], TdsHeaderCell);
|
|
665
665
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsHeaderCell, decorators: [{
|
|
@@ -669,7 +669,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
669
669
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
670
670
|
template: '<ng-content></ng-content>',
|
|
671
671
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
672
|
-
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'textAlign'],
|
|
672
|
+
inputs: ['cellKey', 'cellValue', 'customWidth', 'disablePadding', 'sortable', 'tdsAriaLabelSortButton', 'textAlign'],
|
|
673
673
|
}]
|
|
674
674
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
675
675
|
let TdsHeaderDropdown = class TdsHeaderDropdown {
|
|
@@ -1800,11 +1800,11 @@ let TdsTableBodyRowExpandable = class TdsTableBodyRowExpandable {
|
|
|
1800
1800
|
proxyOutputs(this, this.el, ['tdsChange']);
|
|
1801
1801
|
}
|
|
1802
1802
|
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 }); }
|
|
1803
|
-
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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1803
|
+
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 }); }
|
|
1804
1804
|
};
|
|
1805
1805
|
TdsTableBodyRowExpandable = __decorate([
|
|
1806
1806
|
ProxyCmp({
|
|
1807
|
-
inputs: ['autoCollapse', 'colSpan', 'expanded', 'overflow', 'rowId'],
|
|
1807
|
+
inputs: ['autoCollapse', 'colSpan', 'expanded', 'overflow', 'rowId', 'tdsAriaLabelExpandButton'],
|
|
1808
1808
|
methods: ['expand', 'collapse']
|
|
1809
1809
|
})
|
|
1810
1810
|
], TdsTableBodyRowExpandable);
|
|
@@ -1815,7 +1815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1815
1815
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1816
1816
|
template: '<ng-content></ng-content>',
|
|
1817
1817
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1818
|
-
inputs: ['autoCollapse', 'colSpan', 'expanded', 'overflow', 'rowId'],
|
|
1818
|
+
inputs: ['autoCollapse', 'colSpan', 'expanded', 'overflow', 'rowId', 'tdsAriaLabelExpandButton'],
|
|
1819
1819
|
}]
|
|
1820
1820
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1821
1821
|
let TdsTableFooter = class TdsTableFooter {
|
|
@@ -1900,11 +1900,11 @@ let TdsTableToolbar = class TdsTableToolbar {
|
|
|
1900
1900
|
proxyOutputs(this, this.el, ['tdsFilter']);
|
|
1901
1901
|
}
|
|
1902
1902
|
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 }); }
|
|
1903
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsTableToolbar, selector: "tds-table-toolbar", inputs: { filter: "filter", tableTitle: "tableTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1903
|
+
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 }); }
|
|
1904
1904
|
};
|
|
1905
1905
|
TdsTableToolbar = __decorate([
|
|
1906
1906
|
ProxyCmp({
|
|
1907
|
-
inputs: ['filter', 'tableTitle']
|
|
1907
|
+
inputs: ['filter', 'tableTitle', 'tdsSearchAriaLabel']
|
|
1908
1908
|
})
|
|
1909
1909
|
], TdsTableToolbar);
|
|
1910
1910
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTableToolbar, decorators: [{
|
|
@@ -1914,7 +1914,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1914
1914
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1915
1915
|
template: '<ng-content></ng-content>',
|
|
1916
1916
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1917
|
-
inputs: ['filter', 'tableTitle'],
|
|
1917
|
+
inputs: ['filter', 'tableTitle', 'tdsSearchAriaLabel'],
|
|
1918
1918
|
}]
|
|
1919
1919
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1920
1920
|
let TdsTextField = class TdsTextField {
|