@scania/tegel-angular-17 1.32.2 → 1.34.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.
|
@@ -414,11 +414,11 @@ let TdsDivider = class TdsDivider {
|
|
|
414
414
|
this.el = r.nativeElement;
|
|
415
415
|
}
|
|
416
416
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDivider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
417
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDivider, selector: "tds-divider", inputs: { orientation: "orientation" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
417
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsDivider, selector: "tds-divider", inputs: { orientation: "orientation", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
418
418
|
};
|
|
419
419
|
TdsDivider = __decorate([
|
|
420
420
|
ProxyCmp({
|
|
421
|
-
inputs: ['orientation']
|
|
421
|
+
inputs: ['orientation', 'variant']
|
|
422
422
|
})
|
|
423
423
|
], TdsDivider);
|
|
424
424
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDivider, decorators: [{
|
|
@@ -428,7 +428,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
428
428
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
429
429
|
template: '<ng-content></ng-content>',
|
|
430
430
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
431
|
-
inputs: ['orientation'],
|
|
431
|
+
inputs: ['orientation', 'variant'],
|
|
432
432
|
}]
|
|
433
433
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
434
434
|
let TdsDropdown = class TdsDropdown {
|
|
@@ -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 {
|