@scania/tegel-angular-17 1.32.0-debugging-link-potential-breaking-change-beta.0 → 1.32.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.
|
@@ -266,11 +266,11 @@ let TdsButton = class TdsButton {
|
|
|
266
266
|
this.el = r.nativeElement;
|
|
267
267
|
}
|
|
268
268
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
269
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsButton, selector: "tds-button", inputs: { animation: "animation", disabled: "disabled", fullbleed: "fullbleed", modeVariant: "modeVariant",
|
|
269
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TdsButton, selector: "tds-button", inputs: { animation: "animation", disabled: "disabled", fullbleed: "fullbleed", modeVariant: "modeVariant", size: "size", tdsAriaLabel: "tdsAriaLabel", text: "text", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
270
270
|
};
|
|
271
271
|
TdsButton = __decorate([
|
|
272
272
|
ProxyCmp({
|
|
273
|
-
inputs: ['animation', 'disabled', 'fullbleed', 'modeVariant', '
|
|
273
|
+
inputs: ['animation', 'disabled', 'fullbleed', 'modeVariant', 'size', 'tdsAriaLabel', 'text', 'type', 'variant']
|
|
274
274
|
})
|
|
275
275
|
], TdsButton);
|
|
276
276
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsButton, decorators: [{
|
|
@@ -280,7 +280,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
280
280
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
281
281
|
template: '<ng-content></ng-content>',
|
|
282
282
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
283
|
-
inputs: ['animation', 'disabled', 'fullbleed', 'modeVariant', '
|
|
283
|
+
inputs: ['animation', 'disabled', 'fullbleed', 'modeVariant', 'size', 'tdsAriaLabel', 'text', 'type', 'variant'],
|
|
284
284
|
}]
|
|
285
285
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
286
286
|
let TdsCard = class TdsCard {
|
|
@@ -321,7 +321,7 @@ let TdsCheckbox = class TdsCheckbox {
|
|
|
321
321
|
TdsCheckbox = __decorate([
|
|
322
322
|
ProxyCmp({
|
|
323
323
|
inputs: ['checkboxId', 'checked', 'disabled', 'indeterminate', 'name', 'required', 'tdsAriaDescribedby', 'tdsAriaLabel', 'value'],
|
|
324
|
-
methods: ['toggleCheckbox'
|
|
324
|
+
methods: ['toggleCheckbox']
|
|
325
325
|
})
|
|
326
326
|
], TdsCheckbox);
|
|
327
327
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsCheckbox, decorators: [{
|
|
@@ -394,7 +394,7 @@ let TdsDatetime = class TdsDatetime {
|
|
|
394
394
|
TdsDatetime = __decorate([
|
|
395
395
|
ProxyCmp({
|
|
396
396
|
inputs: ['autofocus', 'defaultValue', 'disabled', 'helper', 'label', 'labelPosition', 'max', 'min', 'modeVariant', 'name', 'noMinWidth', 'size', 'state', 'tdsAriaLabel', 'type', 'value'],
|
|
397
|
-
methods: ['reset', 'setValue'
|
|
397
|
+
methods: ['reset', 'setValue']
|
|
398
398
|
})
|
|
399
399
|
], TdsDatetime);
|
|
400
400
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDatetime, decorators: [{
|
|
@@ -1327,8 +1327,7 @@ let TdsRadioButton = class TdsRadioButton {
|
|
|
1327
1327
|
};
|
|
1328
1328
|
TdsRadioButton = __decorate([
|
|
1329
1329
|
ProxyCmp({
|
|
1330
|
-
inputs: ['checked', 'disabled', 'name', 'radioId', 'required', 'tdsAriaLabel', 'tdsTabIndex', 'value']
|
|
1331
|
-
methods: ['focusElement']
|
|
1330
|
+
inputs: ['checked', 'disabled', 'name', 'radioId', 'required', 'tdsAriaLabel', 'tdsTabIndex', 'value']
|
|
1332
1331
|
})
|
|
1333
1332
|
], TdsRadioButton);
|
|
1334
1333
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsRadioButton, decorators: [{
|
|
@@ -1956,8 +1955,7 @@ let TdsTextarea = class TdsTextarea {
|
|
|
1956
1955
|
};
|
|
1957
1956
|
TdsTextarea = __decorate([
|
|
1958
1957
|
ProxyCmp({
|
|
1959
|
-
inputs: ['autofocus', 'cols', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'maxLength', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'rows', 'state', 'tdsAriaLabel', 'value']
|
|
1960
|
-
methods: ['focusElement']
|
|
1958
|
+
inputs: ['autofocus', 'cols', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'maxLength', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'rows', 'state', 'tdsAriaLabel', 'value']
|
|
1961
1959
|
})
|
|
1962
1960
|
], TdsTextarea);
|
|
1963
1961
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTextarea, decorators: [{
|
|
@@ -2009,7 +2007,7 @@ let TdsToggle = class TdsToggle {
|
|
|
2009
2007
|
TdsToggle = __decorate([
|
|
2010
2008
|
ProxyCmp({
|
|
2011
2009
|
inputs: ['checked', 'disabled', 'headline', 'name', 'required', 'size', 'tdsAriaLabel', 'toggleId'],
|
|
2012
|
-
methods: ['toggle'
|
|
2010
|
+
methods: ['toggle']
|
|
2013
2011
|
})
|
|
2014
2012
|
], TdsToggle);
|
|
2015
2013
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsToggle, decorators: [{
|