@scania/tegel-angular-17 1.32.0-navigation.missing.stories.0 → 1.32.1

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', 'focusElement']
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', 'focusElement']
398
398
  })
399
399
  ], TdsDatetime);
400
400
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsDatetime, decorators: [{
@@ -1327,7 +1327,8 @@ let TdsRadioButton = class TdsRadioButton {
1327
1327
  };
1328
1328
  TdsRadioButton = __decorate([
1329
1329
  ProxyCmp({
1330
- inputs: ['checked', 'disabled', 'name', 'radioId', 'required', 'tdsAriaLabel', 'tdsTabIndex', 'value']
1330
+ inputs: ['checked', 'disabled', 'name', 'radioId', 'required', 'tdsAriaLabel', 'tdsTabIndex', 'value'],
1331
+ methods: ['focusElement']
1331
1332
  })
1332
1333
  ], TdsRadioButton);
1333
1334
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsRadioButton, decorators: [{
@@ -1955,7 +1956,8 @@ let TdsTextarea = class TdsTextarea {
1955
1956
  };
1956
1957
  TdsTextarea = __decorate([
1957
1958
  ProxyCmp({
1958
- inputs: ['autofocus', 'cols', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'maxLength', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'rows', 'state', 'tdsAriaLabel', 'value']
1959
+ inputs: ['autofocus', 'cols', 'disabled', 'helper', 'hideReadOnlyIcon', 'label', 'labelPosition', 'maxLength', 'modeVariant', 'name', 'noMinWidth', 'placeholder', 'readOnly', 'rows', 'state', 'tdsAriaLabel', 'value'],
1960
+ methods: ['focusElement']
1959
1961
  })
1960
1962
  ], TdsTextarea);
1961
1963
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsTextarea, decorators: [{
@@ -2007,7 +2009,7 @@ let TdsToggle = class TdsToggle {
2007
2009
  TdsToggle = __decorate([
2008
2010
  ProxyCmp({
2009
2011
  inputs: ['checked', 'disabled', 'headline', 'name', 'required', 'size', 'tdsAriaLabel', 'toggleId'],
2010
- methods: ['toggle']
2012
+ methods: ['toggle', 'focusElement']
2011
2013
  })
2012
2014
  ], TdsToggle);
2013
2015
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TdsToggle, decorators: [{