@scania/tegel-angular-17 1.23.0 → 1.24.0-value-prop.beta.6
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.
|
@@ -434,15 +434,15 @@ let TdsDropdown = class TdsDropdown {
|
|
|
434
434
|
this.z = z;
|
|
435
435
|
c.detach();
|
|
436
436
|
this.el = r.nativeElement;
|
|
437
|
-
proxyOutputs(this, this.el, ['tdsChange', 'tdsFocus', 'tdsBlur', 'tdsInput']);
|
|
437
|
+
proxyOutputs(this, this.el, ['tdsChange', 'tdsFocus', 'tdsBlur', 'tdsInput', 'tdsValueChange']);
|
|
438
438
|
}
|
|
439
439
|
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 }); }
|
|
440
|
-
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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
440
|
+
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", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
441
441
|
};
|
|
442
442
|
TdsDropdown = __decorate([
|
|
443
443
|
ProxyCmp({
|
|
444
|
-
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size'],
|
|
445
|
-
methods: ['
|
|
444
|
+
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size', 'value'],
|
|
445
|
+
methods: ['setValue', 'reset', 'removeValue', 'focusElement', 'close', 'appendValue']
|
|
446
446
|
})
|
|
447
447
|
], TdsDropdown);
|
|
448
448
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDropdown, decorators: [{
|
|
@@ -452,7 +452,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
452
452
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
453
453
|
template: '<ng-content></ng-content>',
|
|
454
454
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
455
|
-
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size'],
|
|
455
|
+
inputs: ['animation', 'defaultValue', 'disabled', 'error', 'filter', 'helper', 'label', 'labelPosition', 'modeVariant', 'multiselect', 'name', 'noResultText', 'normalizeText', 'openDirection', 'placeholder', 'size', 'value'],
|
|
456
456
|
}]
|
|
457
457
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
458
458
|
let TdsDropdownOption = class TdsDropdownOption {
|
|
@@ -1093,11 +1093,11 @@ let TdsLink = class TdsLink {
|
|
|
1093
1093
|
this.el = r.nativeElement;
|
|
1094
1094
|
}
|
|
1095
1095
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1096
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsLink, selector: "tds-link", inputs: { disabled: "disabled", underline: "underline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1096
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsLink, selector: "tds-link", inputs: { disabled: "disabled", standalone: "standalone", underline: "underline" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1097
1097
|
};
|
|
1098
1098
|
TdsLink = __decorate([
|
|
1099
1099
|
ProxyCmp({
|
|
1100
|
-
inputs: ['disabled', 'underline']
|
|
1100
|
+
inputs: ['disabled', 'standalone', 'underline']
|
|
1101
1101
|
})
|
|
1102
1102
|
], TdsLink);
|
|
1103
1103
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsLink, decorators: [{
|
|
@@ -1107,7 +1107,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
1107
1107
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1108
1108
|
template: '<ng-content></ng-content>',
|
|
1109
1109
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1110
|
-
inputs: ['disabled', 'underline'],
|
|
1110
|
+
inputs: ['disabled', 'standalone', 'underline'],
|
|
1111
1111
|
}]
|
|
1112
1112
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1113
1113
|
let TdsMessage = class TdsMessage {
|