@scania/tegel-angular-17 1.32.0-debugging-link-potential-breaking-change-beta.0 → 1.32.0-navigation.missing.stories.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.
|
@@ -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: [{
|