@scania/tegel-angular-17 1.32.2 → 1.33.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.
|
@@ -444,7 +444,7 @@ let TdsDropdown = class TdsDropdown {
|
|
|
444
444
|
TdsDropdown = __decorate([
|
|
445
445
|
ProxyCmp({
|
|
446
446
|
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size', 'tdsAriaLabel', 'value'],
|
|
447
|
-
methods: ['setValue', 'reset', 'removeValue', 'focusElement', 'close']
|
|
447
|
+
methods: ['setValue', 'reset', 'removeValue', 'focusElement', 'close', 'updateDisplay']
|
|
448
448
|
})
|
|
449
449
|
], TdsDropdown);
|
|
450
450
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDropdown, decorators: [{
|
|
@@ -465,11 +465,11 @@ let TdsDropdownOption = class TdsDropdownOption {
|
|
|
465
465
|
proxyOutputs(this, this.el, ['tdsSelect', 'tdsFocus', 'tdsBlur']);
|
|
466
466
|
}
|
|
467
467
|
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", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
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 }); }
|
|
469
469
|
};
|
|
470
470
|
TdsDropdownOption = __decorate([
|
|
471
471
|
ProxyCmp({
|
|
472
|
-
inputs: ['disabled', 'value'],
|
|
472
|
+
inputs: ['disabled', 'tdsAriaLabel', 'value'],
|
|
473
473
|
methods: ['setSelected']
|
|
474
474
|
})
|
|
475
475
|
], TdsDropdownOption);
|
|
@@ -480,7 +480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
480
480
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
481
481
|
template: '<ng-content></ng-content>',
|
|
482
482
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
483
|
-
inputs: ['disabled', 'value'],
|
|
483
|
+
inputs: ['disabled', 'tdsAriaLabel', 'value'],
|
|
484
484
|
}]
|
|
485
485
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
486
486
|
let TdsFolderTab = class TdsFolderTab {
|