@sbb-esta/lyne-elements 4.2.0 → 4.3.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.
Files changed (151) hide show
  1. package/accordion/accordion.component.d.ts.map +1 -1
  2. package/accordion/accordion.component.js +12 -16
  3. package/action-group/action-group.component.d.ts.map +1 -1
  4. package/action-group/action-group.component.js +18 -21
  5. package/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  6. package/autocomplete/autocomplete-base-element.js +25 -26
  7. package/autocomplete/autocomplete.component.d.ts.map +1 -1
  8. package/autocomplete/autocomplete.component.js +1 -1
  9. package/breadcrumb/breadcrumb/breadcrumb.component.js +11 -11
  10. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +3 -1
  11. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +1 -1
  12. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +45 -52
  13. package/button/common.d.ts.map +1 -1
  14. package/button/common.js +5 -4
  15. package/button/mini-button/mini-button.component.d.ts +2 -2
  16. package/button/mini-button/mini-button.component.d.ts.map +1 -1
  17. package/button/mini-button/mini-button.component.js +22 -20
  18. package/button/mini-button-group/mini-button-group.component.d.ts.map +1 -1
  19. package/button/mini-button-group/mini-button-group.component.js +14 -10
  20. package/button/mini-button-link/mini-button-link.component.d.ts +21 -0
  21. package/button/mini-button-link/mini-button-link.component.d.ts.map +1 -0
  22. package/button/mini-button-link/mini-button-link.component.js +35 -0
  23. package/button/mini-button-link.d.ts +5 -0
  24. package/button/mini-button-link.d.ts.map +1 -0
  25. package/button/mini-button-link.js +4 -0
  26. package/button.d.ts +1 -0
  27. package/button.d.ts.map +1 -1
  28. package/button.js +28 -25
  29. package/checkbox/checkbox/checkbox.component.d.ts.map +1 -1
  30. package/checkbox/checkbox/checkbox.component.js +18 -20
  31. package/chip/chip/chip.component.js +10 -10
  32. package/chip/chip-group/chip-group.component.d.ts +2 -5
  33. package/chip/chip-group/chip-group.component.d.ts.map +1 -1
  34. package/chip/chip-group/chip-group.component.js +70 -68
  35. package/clock/clock.component.d.ts.map +1 -1
  36. package/clock/clock.component.js +36 -38
  37. package/container/sticky-bar/sticky-bar.component.js +1 -1
  38. package/core/controllers/media-matchers-controller.js +2 -2
  39. package/core/styles/core.scss +32 -0
  40. package/core/testing/event-spy.d.ts.map +1 -1
  41. package/core/testing/event-spy.js +4 -4
  42. package/core.css +55 -0
  43. package/custom-elements.json +1648 -893
  44. package/development/accordion/accordion.component.d.ts.map +1 -1
  45. package/development/accordion/accordion.component.js +2 -6
  46. package/development/action-group/action-group.component.d.ts.map +1 -1
  47. package/development/action-group/action-group.component.js +13 -22
  48. package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  49. package/development/autocomplete/autocomplete-base-element.js +4 -2
  50. package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
  51. package/development/autocomplete/autocomplete.component.js +2 -2
  52. package/development/breadcrumb/breadcrumb/breadcrumb.component.js +6 -19
  53. package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +3 -1
  54. package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +1 -1
  55. package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +27 -43
  56. package/development/button/common.d.ts.map +1 -1
  57. package/development/button/common.js +3 -2
  58. package/development/button/mini-button/mini-button.component.d.ts +2 -2
  59. package/development/button/mini-button/mini-button.component.d.ts.map +1 -1
  60. package/development/button/mini-button/mini-button.component.js +7 -35
  61. package/development/button/mini-button-group/mini-button-group.component.d.ts.map +1 -1
  62. package/development/button/mini-button-group/mini-button-group.component.js +8 -4
  63. package/development/button/mini-button-link/mini-button-link.component.d.ts +21 -0
  64. package/development/button/mini-button-link/mini-button-link.component.d.ts.map +1 -0
  65. package/development/button/mini-button-link/mini-button-link.component.js +47 -0
  66. package/development/button/mini-button-link.d.ts +5 -0
  67. package/development/button/mini-button-link.d.ts.map +1 -0
  68. package/development/button/mini-button-link.js +5 -0
  69. package/development/button.d.ts +1 -0
  70. package/development/button.d.ts.map +1 -1
  71. package/development/button.js +6 -3
  72. package/development/checkbox/checkbox/checkbox.component.d.ts.map +1 -1
  73. package/development/checkbox/checkbox/checkbox.component.js +5 -4
  74. package/development/chip/chip/chip.component.js +2 -1
  75. package/development/chip/chip-group/chip-group.component.d.ts +2 -5
  76. package/development/chip/chip-group/chip-group.component.d.ts.map +1 -1
  77. package/development/chip/chip-group/chip-group.component.js +78 -14
  78. package/development/clock/clock.component.d.ts.map +1 -1
  79. package/development/clock/clock.component.js +25 -40
  80. package/development/container/sticky-bar/sticky-bar.component.js +1 -1
  81. package/development/core/controllers/media-matchers-controller.js +1 -1
  82. package/development/core/testing/event-spy.d.ts.map +1 -1
  83. package/development/core/testing/event-spy.js +3 -3
  84. package/development/dialog/dialog-actions/dialog-actions.component.js +2 -1
  85. package/development/divider/divider.component.d.ts +2 -2
  86. package/development/divider/divider.component.d.ts.map +1 -1
  87. package/development/divider/divider.component.js +4 -6
  88. package/development/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +1 -1
  89. package/development/expansion-panel/expansion-panel/expansion-panel.component.js +39 -34
  90. package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +1 -1
  91. package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +15 -13
  92. package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +23 -21
  93. package/development/form-field/form-field/form-field.component.d.ts +2 -0
  94. package/development/form-field/form-field/form-field.component.d.ts.map +1 -1
  95. package/development/form-field/form-field/form-field.component.js +7 -2
  96. package/development/image/image.component.js +1 -1
  97. package/development/lead-container/lead-container.component.d.ts +3 -1
  98. package/development/lead-container/lead-container.component.d.ts.map +1 -1
  99. package/development/lead-container/lead-container.component.js +7 -2
  100. package/development/{mini-button-common-CWTMR_Lu.js → mini-button-label-common-0DeEC1qs.js} +41 -3
  101. package/development/navigation/navigation-section/navigation-section.component.js +4 -4
  102. package/development/{sbb-tokens-CZCt5L4q.js → sbb-tokens-DQT_xEIZ.js} +7 -7
  103. package/development/selection-action-panel/selection-action-panel.component.d.ts +1 -0
  104. package/development/selection-action-panel/selection-action-panel.component.d.ts.map +1 -1
  105. package/development/selection-action-panel/selection-action-panel.component.js +27 -3
  106. package/development/stepper/step-label/step-label.component.d.ts +9 -0
  107. package/development/stepper/step-label/step-label.component.d.ts.map +1 -1
  108. package/development/stepper/step-label/step-label.component.js +25 -3
  109. package/development/stepper/stepper/stepper.component.d.ts +5 -3
  110. package/development/stepper/stepper/stepper.component.d.ts.map +1 -1
  111. package/development/stepper/stepper/stepper.component.js +48 -22
  112. package/development/toggle/toggle/toggle.component.d.ts +1 -0
  113. package/development/toggle/toggle/toggle.component.d.ts.map +1 -1
  114. package/development/toggle/toggle/toggle.component.js +19 -10
  115. package/dialog/dialog-actions/dialog-actions.component.js +1 -1
  116. package/divider/divider.component.d.ts +2 -2
  117. package/divider/divider.component.d.ts.map +1 -1
  118. package/divider/divider.component.js +12 -12
  119. package/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +1 -1
  120. package/expansion-panel/expansion-panel/expansion-panel.component.js +31 -31
  121. package/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +1 -1
  122. package/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +10 -14
  123. package/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +19 -19
  124. package/form-field/form-field/form-field.component.d.ts +2 -0
  125. package/form-field/form-field/form-field.component.d.ts.map +1 -1
  126. package/form-field/form-field/form-field.component.js +6 -2
  127. package/image/image.component.js +1 -1
  128. package/index.d.ts +2 -0
  129. package/index.js +2 -0
  130. package/lead-container/lead-container.component.d.ts +3 -1
  131. package/lead-container/lead-container.component.d.ts.map +1 -1
  132. package/lead-container/lead-container.component.js +9 -8
  133. package/{mini-button-common-Bb4ri3Rn.js → mini-button-label-common-BOB7JQKi.js} +4 -3
  134. package/navigation/navigation-section/navigation-section.component.js +1 -1
  135. package/off-brand-theme.css +55 -0
  136. package/package.json +6 -1
  137. package/safety-theme.css +55 -0
  138. package/{sbb-tokens-DruExozg.js → sbb-tokens-HiNSQasB.js} +6 -6
  139. package/selection-action-panel/selection-action-panel.component.d.ts +1 -0
  140. package/selection-action-panel/selection-action-panel.component.d.ts.map +1 -1
  141. package/selection-action-panel/selection-action-panel.component.js +25 -16
  142. package/standard-theme.css +55 -0
  143. package/stepper/step-label/step-label.component.d.ts +9 -0
  144. package/stepper/step-label/step-label.component.d.ts.map +1 -1
  145. package/stepper/step-label/step-label.component.js +38 -16
  146. package/stepper/stepper/stepper.component.d.ts +5 -3
  147. package/stepper/stepper/stepper.component.d.ts.map +1 -1
  148. package/stepper/stepper/stepper.component.js +62 -68
  149. package/toggle/toggle/toggle.component.d.ts +1 -0
  150. package/toggle/toggle/toggle.component.d.ts.map +1 -1
  151. package/toggle/toggle/toggle.component.js +46 -44
@@ -146,6 +146,14 @@
146
146
  "module": "button/mini-button.js"
147
147
  }
148
148
  },
149
+ {
150
+ "kind": "js",
151
+ "name": "*",
152
+ "declaration": {
153
+ "name": "*",
154
+ "module": "button/mini-button-link.js"
155
+ }
156
+ },
149
157
  {
150
158
  "kind": "js",
151
159
  "name": "*",
@@ -4748,6 +4756,14 @@
4748
4756
  "name": "default",
4749
4757
  "module": "./common/mini-button-common.scss?lit&inline"
4750
4758
  }
4759
+ },
4760
+ {
4761
+ "kind": "js",
4762
+ "name": "miniButtonLabelStyle",
4763
+ "declaration": {
4764
+ "name": "default",
4765
+ "module": "./common/mini-button-label-common.scss?lit&inline"
4766
+ }
4751
4767
  }
4752
4768
  ]
4753
4769
  },
@@ -4766,6 +4782,21 @@
4766
4782
  }
4767
4783
  ]
4768
4784
  },
4785
+ {
4786
+ "kind": "javascript-module",
4787
+ "path": "button/mini-button-link.js",
4788
+ "declarations": [],
4789
+ "exports": [
4790
+ {
4791
+ "kind": "js",
4792
+ "name": "*",
4793
+ "declaration": {
4794
+ "name": "*",
4795
+ "module": "button/mini-button-link/mini-button-link.component.js"
4796
+ }
4797
+ }
4798
+ ]
4799
+ },
4769
4800
  {
4770
4801
  "kind": "javascript-module",
4771
4802
  "path": "button/mini-button.js",
@@ -9595,7 +9626,7 @@
9595
9626
  "declarations": [
9596
9627
  {
9597
9628
  "kind": "class",
9598
- "description": "It displays a divider between sections.",
9629
+ "description": "Displays a divider between sections.",
9599
9630
  "name": "SbbDividerElement",
9600
9631
  "members": [
9601
9632
  {
@@ -11686,7 +11717,43 @@
11686
11717
  "name": "image"
11687
11718
  }
11688
11719
  ],
11689
- "members": [],
11720
+ "members": [
11721
+ {
11722
+ "kind": "method",
11723
+ "name": "toggleState",
11724
+ "privacy": "protected",
11725
+ "return": {
11726
+ "type": {
11727
+ "text": "void"
11728
+ }
11729
+ },
11730
+ "parameters": [
11731
+ {
11732
+ "name": "value",
11733
+ "type": {
11734
+ "text": "string"
11735
+ }
11736
+ },
11737
+ {
11738
+ "name": "force",
11739
+ "optional": true,
11740
+ "type": {
11741
+ "text": "boolean"
11742
+ }
11743
+ }
11744
+ ],
11745
+ "inheritedFrom": {
11746
+ "name": "SbbElementInternalsMixin",
11747
+ "module": "core/mixins/element-internals-mixin.js"
11748
+ }
11749
+ }
11750
+ ],
11751
+ "mixins": [
11752
+ {
11753
+ "name": "SbbElementInternalsMixin",
11754
+ "module": "core/mixins/element-internals-mixin.js"
11755
+ }
11756
+ ],
11690
11757
  "superclass": {
11691
11758
  "name": "LitElement",
11692
11759
  "package": "lit"
@@ -12486,6 +12553,51 @@
12486
12553
  }
12487
12554
  ]
12488
12555
  },
12556
+ {
12557
+ "kind": "javascript-module",
12558
+ "path": "mini-calendar/mini-calendar-day.js",
12559
+ "declarations": [],
12560
+ "exports": [
12561
+ {
12562
+ "kind": "js",
12563
+ "name": "*",
12564
+ "declaration": {
12565
+ "name": "*",
12566
+ "module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
12567
+ }
12568
+ }
12569
+ ]
12570
+ },
12571
+ {
12572
+ "kind": "javascript-module",
12573
+ "path": "mini-calendar/mini-calendar-month.js",
12574
+ "declarations": [],
12575
+ "exports": [
12576
+ {
12577
+ "kind": "js",
12578
+ "name": "*",
12579
+ "declaration": {
12580
+ "name": "*",
12581
+ "module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
12582
+ }
12583
+ }
12584
+ ]
12585
+ },
12586
+ {
12587
+ "kind": "javascript-module",
12588
+ "path": "mini-calendar/mini-calendar.js",
12589
+ "declarations": [],
12590
+ "exports": [
12591
+ {
12592
+ "kind": "js",
12593
+ "name": "*",
12594
+ "declaration": {
12595
+ "name": "*",
12596
+ "module": "mini-calendar/mini-calendar/mini-calendar.component.js"
12597
+ }
12598
+ }
12599
+ ]
12600
+ },
12489
12601
  {
12490
12602
  "kind": "javascript-module",
12491
12603
  "path": "message/message.component.js",
@@ -12563,51 +12675,6 @@
12563
12675
  }
12564
12676
  ]
12565
12677
  },
12566
- {
12567
- "kind": "javascript-module",
12568
- "path": "mini-calendar/mini-calendar-day.js",
12569
- "declarations": [],
12570
- "exports": [
12571
- {
12572
- "kind": "js",
12573
- "name": "*",
12574
- "declaration": {
12575
- "name": "*",
12576
- "module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
12577
- }
12578
- }
12579
- ]
12580
- },
12581
- {
12582
- "kind": "javascript-module",
12583
- "path": "mini-calendar/mini-calendar-month.js",
12584
- "declarations": [],
12585
- "exports": [
12586
- {
12587
- "kind": "js",
12588
- "name": "*",
12589
- "declaration": {
12590
- "name": "*",
12591
- "module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
12592
- }
12593
- }
12594
- ]
12595
- },
12596
- {
12597
- "kind": "javascript-module",
12598
- "path": "mini-calendar/mini-calendar.js",
12599
- "declarations": [],
12600
- "exports": [
12601
- {
12602
- "kind": "js",
12603
- "name": "*",
12604
- "declaration": {
12605
- "name": "*",
12606
- "module": "mini-calendar/mini-calendar/mini-calendar.component.js"
12607
- }
12608
- }
12609
- ]
12610
- },
12611
12678
  {
12612
12679
  "kind": "javascript-module",
12613
12680
  "path": "navigation/common.js",
@@ -18381,6 +18448,16 @@
18381
18448
  }
18382
18449
  ],
18383
18450
  "members": [
18451
+ {
18452
+ "kind": "method",
18453
+ "name": "_handleSlotchange",
18454
+ "privacy": "private",
18455
+ "return": {
18456
+ "type": {
18457
+ "text": "void"
18458
+ }
18459
+ }
18460
+ },
18384
18461
  {
18385
18462
  "kind": "field",
18386
18463
  "name": "group",
@@ -27363,12 +27440,20 @@
27363
27440
  {
27364
27441
  "kind": "field",
27365
27442
  "name": "_state",
27443
+ "privacy": "private",
27444
+ "description": "The state of the breadcrumb group.",
27445
+ "type": {
27446
+ "text": "'collapsed' | 'manually-expanded' | null"
27447
+ }
27448
+ },
27449
+ {
27450
+ "kind": "field",
27451
+ "name": "_stateInternal",
27366
27452
  "type": {
27367
27453
  "text": "'collapsed' | 'manually-expanded' | null"
27368
27454
  },
27369
27455
  "privacy": "private",
27370
- "default": "null",
27371
- "description": "The state of the breadcrumb group."
27456
+ "default": "null"
27372
27457
  },
27373
27458
  {
27374
27459
  "kind": "field",
@@ -31587,539 +31672,97 @@
31587
31672
  },
31588
31673
  {
31589
31674
  "kind": "javascript-module",
31590
- "path": "button/common/button-common.js",
31675
+ "path": "button/mini-button/mini-button.component.js",
31591
31676
  "declarations": [
31592
31677
  {
31593
31678
  "kind": "class",
31594
- "description": "",
31595
- "name": "SbbButtonCommonElementMixinType",
31679
+ "description": "It displays an icon-only button enhanced with the SBB Design;\nit's meant to be used mainly within the sbb-form-field in prefix/suffix slot\nor the `sbb-mini-button-group`. *",
31680
+ "name": "SbbMiniButtonElement",
31681
+ "slots": [
31682
+ {
31683
+ "description": "Use the unnamed slot to add a label to the mini-button.",
31684
+ "name": ""
31685
+ },
31686
+ {
31687
+ "description": "Slot used to display the icon, if one is set",
31688
+ "name": "icon"
31689
+ }
31690
+ ],
31596
31691
  "members": [
31692
+ {
31693
+ "kind": "method",
31694
+ "name": "renderTemplate",
31695
+ "privacy": "protected",
31696
+ "return": {
31697
+ "type": {
31698
+ "text": "TemplateResult"
31699
+ }
31700
+ },
31701
+ "description": "Override this method to render the component template.",
31702
+ "inheritedFrom": {
31703
+ "name": "SbbActionBaseElement",
31704
+ "module": "core/base-elements/action-base-element.js"
31705
+ }
31706
+ },
31597
31707
  {
31598
31708
  "kind": "field",
31599
- "name": "size",
31709
+ "name": "disabledInteractive",
31600
31710
  "type": {
31601
- "text": "SbbButtonSize"
31711
+ "text": "boolean"
31602
31712
  },
31603
- "privacy": "public"
31713
+ "privacy": "public",
31714
+ "default": "false",
31715
+ "description": "Whether the button should be aria-disabled but stay interactive.",
31716
+ "attribute": "disabled-interactive",
31717
+ "reflects": true,
31718
+ "inheritedFrom": {
31719
+ "name": "SbbDisabledInteractiveMixin",
31720
+ "module": "core/mixins/disabled-mixin.js"
31721
+ }
31604
31722
  },
31605
31723
  {
31606
31724
  "kind": "field",
31607
- "name": "loading",
31725
+ "name": "disabled",
31726
+ "privacy": "public",
31727
+ "description": "Whether the component is disabled.",
31728
+ "default": "false",
31608
31729
  "type": {
31609
31730
  "text": "boolean"
31610
31731
  },
31611
- "privacy": "public"
31612
- },
31613
- {
31614
- "kind": "field",
31615
- "name": "negative",
31616
- "type": {
31617
- "text": "boolean"
31618
- },
31619
- "privacy": "public",
31620
- "default": "false",
31621
- "description": "Negative coloring variant flag.",
31622
- "attribute": "negative",
31623
- "reflects": true,
31624
- "inheritedFrom": {
31625
- "name": "SbbNegativeMixin",
31626
- "module": "core/mixins/negative-mixin.js"
31627
- }
31628
- },
31629
- {
31630
- "kind": "field",
31631
- "name": "iconName",
31632
- "type": {
31633
- "text": "string"
31634
- },
31635
- "privacy": "public",
31636
- "default": "''",
31637
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
31638
- "attribute": "icon-name",
31639
- "inheritedFrom": {
31640
- "name": "SbbIconNameMixin",
31641
- "module": "icon/icon-name-mixin.js"
31642
- }
31643
- },
31644
- {
31645
- "kind": "method",
31646
- "name": "renderIconSlot",
31647
- "privacy": "protected",
31648
- "return": {
31649
- "type": {
31650
- "text": "TemplateResult"
31651
- }
31652
- },
31653
- "parameters": [
31654
- {
31655
- "name": "classname",
31656
- "optional": true,
31657
- "type": {
31658
- "text": "string"
31659
- }
31660
- }
31661
- ],
31662
- "inheritedFrom": {
31663
- "name": "SbbIconNameMixin",
31664
- "module": "icon/icon-name-mixin.js"
31665
- }
31666
- },
31667
- {
31668
- "kind": "method",
31669
- "name": "renderIconName",
31670
- "privacy": "protected",
31671
- "return": {
31672
- "type": {
31673
- "text": "string"
31674
- }
31675
- },
31676
- "inheritedFrom": {
31677
- "name": "SbbIconNameMixin",
31678
- "module": "icon/icon-name-mixin.js"
31679
- }
31680
- },
31681
- {
31682
- "kind": "method",
31683
- "name": "_renderIconName",
31684
- "privacy": "private",
31685
- "return": {
31686
- "type": {
31687
- "text": "string"
31688
- }
31689
- },
31690
- "inheritedFrom": {
31691
- "name": "SbbIconNameMixin",
31692
- "module": "icon/icon-name-mixin.js"
31693
- }
31694
- },
31695
- {
31696
- "kind": "method",
31697
- "name": "toggleState",
31698
- "privacy": "protected",
31699
- "return": {
31700
- "type": {
31701
- "text": "void"
31702
- }
31703
- },
31704
- "parameters": [
31705
- {
31706
- "name": "value",
31707
- "type": {
31708
- "text": "string"
31709
- }
31710
- },
31711
- {
31712
- "name": "force",
31713
- "optional": true,
31714
- "type": {
31715
- "text": "boolean"
31716
- }
31717
- }
31718
- ],
31719
- "inheritedFrom": {
31720
- "name": "SbbElementInternalsMixin",
31721
- "module": "core/mixins/element-internals-mixin.js"
31722
- }
31723
- },
31724
- {
31725
- "kind": "field",
31726
- "name": "maybeDisabled",
31727
- "type": {
31728
- "text": "boolean | undefined"
31729
- },
31730
- "privacy": "protected",
31731
- "readonly": true,
31732
- "inheritedFrom": {
31733
- "name": "SbbActionBaseElement",
31734
- "module": "core/base-elements/action-base-element.js"
31735
- }
31736
- },
31737
- {
31738
- "kind": "field",
31739
- "name": "maybeDisabledInteractive",
31740
- "type": {
31741
- "text": "boolean | undefined"
31742
- },
31743
- "privacy": "protected",
31744
- "readonly": true,
31745
- "inheritedFrom": {
31746
- "name": "SbbActionBaseElement",
31747
- "module": "core/base-elements/action-base-element.js"
31748
- }
31749
- },
31750
- {
31751
- "kind": "method",
31752
- "name": "setupBaseEventHandlers",
31753
- "privacy": "protected",
31754
- "return": {
31755
- "type": {
31756
- "text": "void"
31757
- }
31758
- },
31759
- "inheritedFrom": {
31760
- "name": "SbbActionBaseElement",
31761
- "module": "core/base-elements/action-base-element.js"
31762
- }
31763
- },
31764
- {
31765
- "kind": "method",
31766
- "name": "renderTemplate",
31767
- "privacy": "protected",
31768
- "return": {
31769
- "type": {
31770
- "text": "TemplateResult"
31771
- }
31772
- },
31773
- "description": "Override this method to render the component template.",
31774
- "inheritedFrom": {
31775
- "name": "SbbActionBaseElement",
31776
- "module": "core/base-elements/action-base-element.js"
31777
- }
31778
- }
31779
- ],
31780
- "mixins": [
31781
- {
31782
- "name": "SbbNegativeMixin",
31783
- "module": "core/mixins.js"
31784
- },
31785
- {
31786
- "name": "SbbIconNameMixin",
31787
- "module": "icon.js"
31788
- }
31789
- ],
31790
- "superclass": {
31791
- "name": "SbbActionBaseElement",
31792
- "module": "core/base-elements.js"
31793
- },
31794
- "attributes": [
31795
- {
31796
- "name": "negative",
31797
- "type": {
31798
- "text": "boolean"
31799
- },
31800
- "default": "false",
31801
- "description": "Negative coloring variant flag.",
31802
- "fieldName": "negative",
31803
- "inheritedFrom": {
31804
- "name": "SbbNegativeMixin",
31805
- "module": "core/mixins/negative-mixin.js"
31806
- }
31807
- },
31808
- {
31809
- "name": "icon-name",
31810
- "type": {
31811
- "text": "string"
31812
- },
31813
- "default": "''",
31814
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
31815
- "fieldName": "iconName",
31816
- "inheritedFrom": {
31817
- "name": "SbbIconNameMixin",
31818
- "module": "icon/icon-name-mixin.js"
31819
- }
31820
- }
31821
- ]
31822
- },
31823
- {
31824
- "kind": "mixin",
31825
- "description": "",
31826
- "name": "SbbButtonCommonElementMixin",
31827
- "members": [
31828
- {
31829
- "kind": "field",
31830
- "name": "size",
31831
- "type": {
31832
- "text": "SbbButtonSize"
31833
- },
31834
- "privacy": "public",
31835
- "description": "Size variant, either l, m or s.",
31836
- "default": "'l' / 's' (lean)",
31837
- "attribute": "size",
31838
- "reflects": true
31839
- },
31840
- {
31841
- "kind": "field",
31842
- "name": "loading",
31843
- "type": {
31844
- "text": "boolean"
31845
- },
31846
- "privacy": "public",
31847
- "default": "false",
31848
- "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
31849
- "attribute": "loading",
31850
- "reflects": true
31851
- },
31852
- {
31853
- "kind": "method",
31854
- "name": "renderTemplate",
31855
- "privacy": "protected",
31856
- "return": {
31857
- "type": {
31858
- "text": "TemplateResult"
31859
- }
31860
- }
31861
- },
31862
- {
31863
- "kind": "field",
31864
- "name": "negative",
31865
- "type": {
31866
- "text": "boolean"
31867
- },
31868
- "privacy": "public",
31869
- "default": "false",
31870
- "description": "Negative coloring variant flag.",
31871
- "attribute": "negative",
31872
- "reflects": true,
31873
- "inheritedFrom": {
31874
- "name": "SbbNegativeMixin",
31875
- "module": "core/mixins/negative-mixin.js"
31876
- }
31877
- },
31878
- {
31879
- "kind": "field",
31880
- "name": "iconName",
31881
- "type": {
31882
- "text": "string"
31883
- },
31884
- "privacy": "public",
31885
- "default": "''",
31886
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
31887
- "attribute": "icon-name",
31888
- "inheritedFrom": {
31889
- "name": "SbbIconNameMixin",
31890
- "module": "icon/icon-name-mixin.js"
31891
- }
31892
- },
31893
- {
31894
- "kind": "method",
31895
- "name": "renderIconSlot",
31896
- "privacy": "protected",
31897
- "return": {
31898
- "type": {
31899
- "text": "TemplateResult"
31900
- }
31901
- },
31902
- "parameters": [
31903
- {
31904
- "name": "classname",
31905
- "optional": true,
31906
- "type": {
31907
- "text": "string"
31908
- }
31909
- }
31910
- ],
31911
- "inheritedFrom": {
31912
- "name": "SbbIconNameMixin",
31913
- "module": "icon/icon-name-mixin.js"
31914
- }
31915
- },
31916
- {
31917
- "kind": "method",
31918
- "name": "renderIconName",
31919
- "privacy": "protected",
31920
- "return": {
31921
- "type": {
31922
- "text": "string"
31923
- }
31924
- },
31925
- "inheritedFrom": {
31926
- "name": "SbbIconNameMixin",
31927
- "module": "icon/icon-name-mixin.js"
31928
- }
31929
- },
31930
- {
31931
- "kind": "method",
31932
- "name": "_renderIconName",
31933
- "privacy": "private",
31934
- "return": {
31935
- "type": {
31936
- "text": "string"
31937
- }
31938
- },
31939
- "inheritedFrom": {
31940
- "name": "SbbIconNameMixin",
31941
- "module": "icon/icon-name-mixin.js"
31942
- }
31943
- }
31944
- ],
31945
- "attributes": [
31946
- {
31947
- "name": "size",
31948
- "type": {
31949
- "text": "SbbButtonSize"
31950
- },
31951
- "description": "Size variant, either l, m or s.",
31952
- "default": "'l' / 's' (lean)",
31953
- "fieldName": "size"
31954
- },
31955
- {
31956
- "name": "loading",
31957
- "type": {
31958
- "text": "boolean"
31959
- },
31960
- "default": "false",
31961
- "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
31962
- "fieldName": "loading"
31963
- },
31964
- {
31965
- "name": "negative",
31966
- "type": {
31967
- "text": "boolean"
31968
- },
31969
- "default": "false",
31970
- "description": "Negative coloring variant flag.",
31971
- "fieldName": "negative",
31972
- "inheritedFrom": {
31973
- "name": "SbbNegativeMixin",
31974
- "module": "core/mixins/negative-mixin.js"
31975
- }
31976
- },
31977
- {
31978
- "name": "icon-name",
31979
- "type": {
31980
- "text": "string"
31981
- },
31982
- "default": "''",
31983
- "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
31984
- "fieldName": "iconName",
31985
- "inheritedFrom": {
31986
- "name": "SbbIconNameMixin",
31987
- "module": "icon/icon-name-mixin.js"
31988
- }
31989
- }
31990
- ],
31991
- "mixins": [
31992
- {
31993
- "name": "SbbNegativeMixin",
31994
- "module": "core/mixins.js"
31995
- },
31996
- {
31997
- "name": "SbbIconNameMixin",
31998
- "module": "icon.js"
31999
- }
32000
- ],
32001
- "parameters": [
32002
- {
32003
- "name": "superClass",
32004
- "type": {
32005
- "text": "T"
32006
- }
32007
- }
32008
- ]
32009
- }
32010
- ],
32011
- "exports": [
32012
- {
32013
- "kind": "js",
32014
- "name": "SbbButtonCommonElementMixinType",
32015
- "declaration": {
32016
- "name": "SbbButtonCommonElementMixinType",
32017
- "module": "button/common/button-common.js"
32018
- }
32019
- },
32020
- {
32021
- "kind": "js",
32022
- "name": "SbbButtonCommonElementMixin",
32023
- "declaration": {
32024
- "name": "SbbButtonCommonElementMixin",
32025
- "module": "button/common/button-common.js"
32026
- }
32027
- }
32028
- ]
32029
- },
32030
- {
32031
- "kind": "javascript-module",
32032
- "path": "button/mini-button/mini-button.component.js",
32033
- "declarations": [
32034
- {
32035
- "kind": "class",
32036
- "description": "It displays an icon-only button enhanced with the SBB Design;\nit's meant to be used mainly within the sbb-form-field in prefix/suffix slot.",
32037
- "name": "SbbMiniButtonElement",
32038
- "slots": [
32039
- {
32040
- "description": "Use the unnamed slot to add a label to the mini-button.",
32041
- "name": ""
32042
- },
32043
- {
32044
- "description": "Slot used to display the icon, if one is set",
32045
- "name": "icon"
32046
- }
32047
- ],
32048
- "members": [
32049
- {
32050
- "kind": "method",
32051
- "name": "renderTemplate",
32052
- "privacy": "protected",
32053
- "return": {
32054
- "type": {
32055
- "text": "TemplateResult"
32056
- }
32057
- },
32058
- "description": "Override this method to render the component template.",
32059
- "inheritedFrom": {
32060
- "name": "SbbActionBaseElement",
32061
- "module": "core/base-elements/action-base-element.js"
32062
- }
32063
- },
32064
- {
32065
- "kind": "field",
32066
- "name": "disabledInteractive",
32067
- "type": {
32068
- "text": "boolean"
32069
- },
32070
- "privacy": "public",
32071
- "default": "false",
32072
- "description": "Whether the button should be aria-disabled but stay interactive.",
32073
- "attribute": "disabled-interactive",
32074
- "reflects": true,
32075
- "inheritedFrom": {
32076
- "name": "SbbDisabledInteractiveMixin",
32077
- "module": "core/mixins/disabled-mixin.js"
32078
- }
32079
- },
32080
- {
32081
- "kind": "field",
32082
- "name": "disabled",
32083
- "privacy": "public",
32084
- "description": "Whether the component is disabled.",
32085
- "default": "false",
32086
- "type": {
32087
- "text": "boolean"
32088
- },
32089
- "attribute": "disabled",
32090
- "reflects": true,
32091
- "inheritedFrom": {
32092
- "name": "SbbDisabledMixin",
32093
- "module": "core/mixins/disabled-mixin.js"
32094
- }
32095
- },
32096
- {
32097
- "kind": "field",
32098
- "name": "#disabled",
32099
- "privacy": "private",
32100
- "type": {
32101
- "text": "boolean"
32102
- },
32103
- "default": "false",
32104
- "inheritedFrom": {
32105
- "name": "SbbDisabledMixin",
32106
- "module": "core/mixins/disabled-mixin.js"
32107
- }
32108
- },
32109
- {
32110
- "kind": "method",
32111
- "name": "isDisabledExternally",
32112
- "privacy": "protected",
32113
- "return": {
32114
- "type": {
32115
- "text": "boolean"
32116
- }
32117
- },
32118
- "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
32119
- "inheritedFrom": {
32120
- "name": "SbbDisabledMixin",
32121
- "module": "core/mixins/disabled-mixin.js"
32122
- }
31732
+ "attribute": "disabled",
31733
+ "reflects": true,
31734
+ "inheritedFrom": {
31735
+ "name": "SbbDisabledMixin",
31736
+ "module": "core/mixins/disabled-mixin.js"
31737
+ }
31738
+ },
31739
+ {
31740
+ "kind": "field",
31741
+ "name": "#disabled",
31742
+ "privacy": "private",
31743
+ "type": {
31744
+ "text": "boolean"
31745
+ },
31746
+ "default": "false",
31747
+ "inheritedFrom": {
31748
+ "name": "SbbDisabledMixin",
31749
+ "module": "core/mixins/disabled-mixin.js"
31750
+ }
31751
+ },
31752
+ {
31753
+ "kind": "method",
31754
+ "name": "isDisabledExternally",
31755
+ "privacy": "protected",
31756
+ "return": {
31757
+ "type": {
31758
+ "text": "boolean"
31759
+ }
31760
+ },
31761
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
31762
+ "inheritedFrom": {
31763
+ "name": "SbbDisabledMixin",
31764
+ "module": "core/mixins/disabled-mixin.js"
31765
+ }
32123
31766
  },
32124
31767
  {
32125
31768
  "kind": "field",
@@ -32824,365 +32467,1379 @@
32824
32467
  }
32825
32468
  },
32826
32469
  {
32827
- "name": "value",
32828
- "type": {
32829
- "text": "string"
32830
- },
32831
- "default": "''",
32832
- "description": "Value of the form element.",
32833
- "fieldName": "value",
32834
- "inheritedFrom": {
32835
- "name": "SbbButtonBaseElement",
32836
- "module": "core/base-elements/button-base-element.js"
32837
- }
32838
- },
32839
- {
32840
- "name": "type",
32841
- "description": "The type attribute to use for the button.",
32842
- "default": "'button'",
32470
+ "name": "value",
32471
+ "type": {
32472
+ "text": "string"
32473
+ },
32474
+ "default": "''",
32475
+ "description": "Value of the form element.",
32476
+ "fieldName": "value",
32477
+ "inheritedFrom": {
32478
+ "name": "SbbButtonBaseElement",
32479
+ "module": "core/base-elements/button-base-element.js"
32480
+ }
32481
+ },
32482
+ {
32483
+ "name": "type",
32484
+ "description": "The type attribute to use for the button.",
32485
+ "default": "'button'",
32486
+ "type": {
32487
+ "text": "SbbButtonType"
32488
+ },
32489
+ "fieldName": "type",
32490
+ "inheritedFrom": {
32491
+ "name": "SbbButtonBaseElement",
32492
+ "module": "core/base-elements/button-base-element.js"
32493
+ }
32494
+ },
32495
+ {
32496
+ "name": "form",
32497
+ "description": "The `<form>` element to associate the button with.",
32498
+ "type": {
32499
+ "text": "HTMLFormElement | null"
32500
+ },
32501
+ "fieldName": "form",
32502
+ "inheritedFrom": {
32503
+ "name": "SbbButtonBaseElement",
32504
+ "module": "core/base-elements/button-base-element.js"
32505
+ }
32506
+ },
32507
+ {
32508
+ "name": "name",
32509
+ "description": "Name of the form element. Will be read from name attribute.",
32510
+ "type": {
32511
+ "text": "string"
32512
+ },
32513
+ "fieldName": "name",
32514
+ "inheritedFrom": {
32515
+ "name": "SbbFormAssociatedMixin",
32516
+ "module": "core/mixins/form-associated-mixin.js"
32517
+ }
32518
+ }
32519
+ ]
32520
+ }
32521
+ ],
32522
+ "exports": [
32523
+ {
32524
+ "kind": "js",
32525
+ "name": "SbbMiniButtonElement",
32526
+ "declaration": {
32527
+ "name": "SbbMiniButtonElement",
32528
+ "module": "button/mini-button/mini-button.component.js"
32529
+ }
32530
+ },
32531
+ {
32532
+ "kind": "custom-element-definition",
32533
+ "name": "sbb-mini-button",
32534
+ "declaration": {
32535
+ "name": "SbbMiniButtonElement",
32536
+ "module": "button/mini-button/mini-button.component.js"
32537
+ }
32538
+ }
32539
+ ]
32540
+ },
32541
+ {
32542
+ "kind": "javascript-module",
32543
+ "path": "button/common/button-common.js",
32544
+ "declarations": [
32545
+ {
32546
+ "kind": "class",
32547
+ "description": "",
32548
+ "name": "SbbButtonCommonElementMixinType",
32549
+ "members": [
32550
+ {
32551
+ "kind": "field",
32552
+ "name": "size",
32553
+ "type": {
32554
+ "text": "SbbButtonSize"
32555
+ },
32556
+ "privacy": "public"
32557
+ },
32558
+ {
32559
+ "kind": "field",
32560
+ "name": "loading",
32561
+ "type": {
32562
+ "text": "boolean"
32563
+ },
32564
+ "privacy": "public"
32565
+ },
32566
+ {
32567
+ "kind": "field",
32568
+ "name": "negative",
32569
+ "type": {
32570
+ "text": "boolean"
32571
+ },
32572
+ "privacy": "public",
32573
+ "default": "false",
32574
+ "description": "Negative coloring variant flag.",
32575
+ "attribute": "negative",
32576
+ "reflects": true,
32577
+ "inheritedFrom": {
32578
+ "name": "SbbNegativeMixin",
32579
+ "module": "core/mixins/negative-mixin.js"
32580
+ }
32581
+ },
32582
+ {
32583
+ "kind": "field",
32584
+ "name": "iconName",
32585
+ "type": {
32586
+ "text": "string"
32587
+ },
32588
+ "privacy": "public",
32589
+ "default": "''",
32590
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32591
+ "attribute": "icon-name",
32592
+ "inheritedFrom": {
32593
+ "name": "SbbIconNameMixin",
32594
+ "module": "icon/icon-name-mixin.js"
32595
+ }
32596
+ },
32597
+ {
32598
+ "kind": "method",
32599
+ "name": "renderIconSlot",
32600
+ "privacy": "protected",
32601
+ "return": {
32602
+ "type": {
32603
+ "text": "TemplateResult"
32604
+ }
32605
+ },
32606
+ "parameters": [
32607
+ {
32608
+ "name": "classname",
32609
+ "optional": true,
32610
+ "type": {
32611
+ "text": "string"
32612
+ }
32613
+ }
32614
+ ],
32615
+ "inheritedFrom": {
32616
+ "name": "SbbIconNameMixin",
32617
+ "module": "icon/icon-name-mixin.js"
32618
+ }
32619
+ },
32620
+ {
32621
+ "kind": "method",
32622
+ "name": "renderIconName",
32623
+ "privacy": "protected",
32624
+ "return": {
32625
+ "type": {
32626
+ "text": "string"
32627
+ }
32628
+ },
32629
+ "inheritedFrom": {
32630
+ "name": "SbbIconNameMixin",
32631
+ "module": "icon/icon-name-mixin.js"
32632
+ }
32633
+ },
32634
+ {
32635
+ "kind": "method",
32636
+ "name": "_renderIconName",
32637
+ "privacy": "private",
32638
+ "return": {
32639
+ "type": {
32640
+ "text": "string"
32641
+ }
32642
+ },
32643
+ "inheritedFrom": {
32644
+ "name": "SbbIconNameMixin",
32645
+ "module": "icon/icon-name-mixin.js"
32646
+ }
32647
+ },
32648
+ {
32649
+ "kind": "method",
32650
+ "name": "toggleState",
32651
+ "privacy": "protected",
32652
+ "return": {
32653
+ "type": {
32654
+ "text": "void"
32655
+ }
32656
+ },
32657
+ "parameters": [
32658
+ {
32659
+ "name": "value",
32660
+ "type": {
32661
+ "text": "string"
32662
+ }
32663
+ },
32664
+ {
32665
+ "name": "force",
32666
+ "optional": true,
32667
+ "type": {
32668
+ "text": "boolean"
32669
+ }
32670
+ }
32671
+ ],
32672
+ "inheritedFrom": {
32673
+ "name": "SbbElementInternalsMixin",
32674
+ "module": "core/mixins/element-internals-mixin.js"
32675
+ }
32676
+ },
32677
+ {
32678
+ "kind": "field",
32679
+ "name": "maybeDisabled",
32680
+ "type": {
32681
+ "text": "boolean | undefined"
32682
+ },
32683
+ "privacy": "protected",
32684
+ "readonly": true,
32685
+ "inheritedFrom": {
32686
+ "name": "SbbActionBaseElement",
32687
+ "module": "core/base-elements/action-base-element.js"
32688
+ }
32689
+ },
32690
+ {
32691
+ "kind": "field",
32692
+ "name": "maybeDisabledInteractive",
32693
+ "type": {
32694
+ "text": "boolean | undefined"
32695
+ },
32696
+ "privacy": "protected",
32697
+ "readonly": true,
32698
+ "inheritedFrom": {
32699
+ "name": "SbbActionBaseElement",
32700
+ "module": "core/base-elements/action-base-element.js"
32701
+ }
32702
+ },
32703
+ {
32704
+ "kind": "method",
32705
+ "name": "setupBaseEventHandlers",
32706
+ "privacy": "protected",
32707
+ "return": {
32708
+ "type": {
32709
+ "text": "void"
32710
+ }
32711
+ },
32712
+ "inheritedFrom": {
32713
+ "name": "SbbActionBaseElement",
32714
+ "module": "core/base-elements/action-base-element.js"
32715
+ }
32716
+ },
32717
+ {
32718
+ "kind": "method",
32719
+ "name": "renderTemplate",
32720
+ "privacy": "protected",
32721
+ "return": {
32722
+ "type": {
32723
+ "text": "TemplateResult"
32724
+ }
32725
+ },
32726
+ "description": "Override this method to render the component template.",
32727
+ "inheritedFrom": {
32728
+ "name": "SbbActionBaseElement",
32729
+ "module": "core/base-elements/action-base-element.js"
32730
+ }
32731
+ }
32732
+ ],
32733
+ "mixins": [
32734
+ {
32735
+ "name": "SbbNegativeMixin",
32736
+ "module": "core/mixins.js"
32737
+ },
32738
+ {
32739
+ "name": "SbbIconNameMixin",
32740
+ "module": "icon.js"
32741
+ }
32742
+ ],
32743
+ "superclass": {
32744
+ "name": "SbbActionBaseElement",
32745
+ "module": "core/base-elements.js"
32746
+ },
32747
+ "attributes": [
32748
+ {
32749
+ "name": "negative",
32750
+ "type": {
32751
+ "text": "boolean"
32752
+ },
32753
+ "default": "false",
32754
+ "description": "Negative coloring variant flag.",
32755
+ "fieldName": "negative",
32756
+ "inheritedFrom": {
32757
+ "name": "SbbNegativeMixin",
32758
+ "module": "core/mixins/negative-mixin.js"
32759
+ }
32760
+ },
32761
+ {
32762
+ "name": "icon-name",
32763
+ "type": {
32764
+ "text": "string"
32765
+ },
32766
+ "default": "''",
32767
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32768
+ "fieldName": "iconName",
32769
+ "inheritedFrom": {
32770
+ "name": "SbbIconNameMixin",
32771
+ "module": "icon/icon-name-mixin.js"
32772
+ }
32773
+ }
32774
+ ]
32775
+ },
32776
+ {
32777
+ "kind": "mixin",
32778
+ "description": "",
32779
+ "name": "SbbButtonCommonElementMixin",
32780
+ "members": [
32781
+ {
32782
+ "kind": "field",
32783
+ "name": "size",
32784
+ "type": {
32785
+ "text": "SbbButtonSize"
32786
+ },
32787
+ "privacy": "public",
32788
+ "description": "Size variant, either l, m or s.",
32789
+ "default": "'l' / 's' (lean)",
32790
+ "attribute": "size",
32791
+ "reflects": true
32792
+ },
32793
+ {
32794
+ "kind": "field",
32795
+ "name": "loading",
32796
+ "type": {
32797
+ "text": "boolean"
32798
+ },
32799
+ "privacy": "public",
32800
+ "default": "false",
32801
+ "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
32802
+ "attribute": "loading",
32803
+ "reflects": true
32804
+ },
32805
+ {
32806
+ "kind": "method",
32807
+ "name": "renderTemplate",
32808
+ "privacy": "protected",
32809
+ "return": {
32810
+ "type": {
32811
+ "text": "TemplateResult"
32812
+ }
32813
+ }
32814
+ },
32815
+ {
32816
+ "kind": "field",
32817
+ "name": "negative",
32818
+ "type": {
32819
+ "text": "boolean"
32820
+ },
32821
+ "privacy": "public",
32822
+ "default": "false",
32823
+ "description": "Negative coloring variant flag.",
32824
+ "attribute": "negative",
32825
+ "reflects": true,
32826
+ "inheritedFrom": {
32827
+ "name": "SbbNegativeMixin",
32828
+ "module": "core/mixins/negative-mixin.js"
32829
+ }
32830
+ },
32831
+ {
32832
+ "kind": "field",
32833
+ "name": "iconName",
32834
+ "type": {
32835
+ "text": "string"
32836
+ },
32837
+ "privacy": "public",
32838
+ "default": "''",
32839
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32840
+ "attribute": "icon-name",
32841
+ "inheritedFrom": {
32842
+ "name": "SbbIconNameMixin",
32843
+ "module": "icon/icon-name-mixin.js"
32844
+ }
32845
+ },
32846
+ {
32847
+ "kind": "method",
32848
+ "name": "renderIconSlot",
32849
+ "privacy": "protected",
32850
+ "return": {
32851
+ "type": {
32852
+ "text": "TemplateResult"
32853
+ }
32854
+ },
32855
+ "parameters": [
32856
+ {
32857
+ "name": "classname",
32858
+ "optional": true,
32859
+ "type": {
32860
+ "text": "string"
32861
+ }
32862
+ }
32863
+ ],
32864
+ "inheritedFrom": {
32865
+ "name": "SbbIconNameMixin",
32866
+ "module": "icon/icon-name-mixin.js"
32867
+ }
32868
+ },
32869
+ {
32870
+ "kind": "method",
32871
+ "name": "renderIconName",
32872
+ "privacy": "protected",
32873
+ "return": {
32874
+ "type": {
32875
+ "text": "string"
32876
+ }
32877
+ },
32878
+ "inheritedFrom": {
32879
+ "name": "SbbIconNameMixin",
32880
+ "module": "icon/icon-name-mixin.js"
32881
+ }
32882
+ },
32883
+ {
32884
+ "kind": "method",
32885
+ "name": "_renderIconName",
32886
+ "privacy": "private",
32887
+ "return": {
32888
+ "type": {
32889
+ "text": "string"
32890
+ }
32891
+ },
32892
+ "inheritedFrom": {
32893
+ "name": "SbbIconNameMixin",
32894
+ "module": "icon/icon-name-mixin.js"
32895
+ }
32896
+ }
32897
+ ],
32898
+ "attributes": [
32899
+ {
32900
+ "name": "size",
32901
+ "type": {
32902
+ "text": "SbbButtonSize"
32903
+ },
32904
+ "description": "Size variant, either l, m or s.",
32905
+ "default": "'l' / 's' (lean)",
32906
+ "fieldName": "size"
32907
+ },
32908
+ {
32909
+ "name": "loading",
32910
+ "type": {
32911
+ "text": "boolean"
32912
+ },
32913
+ "default": "false",
32914
+ "description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
32915
+ "fieldName": "loading"
32916
+ },
32917
+ {
32918
+ "name": "negative",
32919
+ "type": {
32920
+ "text": "boolean"
32921
+ },
32922
+ "default": "false",
32923
+ "description": "Negative coloring variant flag.",
32924
+ "fieldName": "negative",
32925
+ "inheritedFrom": {
32926
+ "name": "SbbNegativeMixin",
32927
+ "module": "core/mixins/negative-mixin.js"
32928
+ }
32929
+ },
32930
+ {
32931
+ "name": "icon-name",
32932
+ "type": {
32933
+ "text": "string"
32934
+ },
32935
+ "default": "''",
32936
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
32937
+ "fieldName": "iconName",
32938
+ "inheritedFrom": {
32939
+ "name": "SbbIconNameMixin",
32940
+ "module": "icon/icon-name-mixin.js"
32941
+ }
32942
+ }
32943
+ ],
32944
+ "mixins": [
32945
+ {
32946
+ "name": "SbbNegativeMixin",
32947
+ "module": "core/mixins.js"
32948
+ },
32949
+ {
32950
+ "name": "SbbIconNameMixin",
32951
+ "module": "icon.js"
32952
+ }
32953
+ ],
32954
+ "parameters": [
32955
+ {
32956
+ "name": "superClass",
32957
+ "type": {
32958
+ "text": "T"
32959
+ }
32960
+ }
32961
+ ]
32962
+ }
32963
+ ],
32964
+ "exports": [
32965
+ {
32966
+ "kind": "js",
32967
+ "name": "SbbButtonCommonElementMixinType",
32968
+ "declaration": {
32969
+ "name": "SbbButtonCommonElementMixinType",
32970
+ "module": "button/common/button-common.js"
32971
+ }
32972
+ },
32973
+ {
32974
+ "kind": "js",
32975
+ "name": "SbbButtonCommonElementMixin",
32976
+ "declaration": {
32977
+ "name": "SbbButtonCommonElementMixin",
32978
+ "module": "button/common/button-common.js"
32979
+ }
32980
+ }
32981
+ ]
32982
+ },
32983
+ {
32984
+ "kind": "javascript-module",
32985
+ "path": "button/mini-button-group/mini-button-group.component.js",
32986
+ "declarations": [
32987
+ {
32988
+ "kind": "class",
32989
+ "description": "Display a list of `sbb-mini-button` elements in a horizontal container,\npossibly separated by a `sbb-divider` component.",
32990
+ "name": "SbbMiniButtonGroupElement",
32991
+ "slots": [
32992
+ {
32993
+ "description": "Use the unnamed slot to add `sbb-mini-button` and `sbb-divider` elements.",
32994
+ "name": ""
32995
+ }
32996
+ ],
32997
+ "members": [
32998
+ {
32999
+ "kind": "field",
33000
+ "name": "listChildLocalNames",
33001
+ "type": {
33002
+ "text": "array"
33003
+ },
33004
+ "privacy": "protected",
33005
+ "readonly": true,
33006
+ "description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
33007
+ "default": "[ 'sbb-mini-button', 'sbb-mini-button-link', 'sbb-divider', ]",
33008
+ "inheritedFrom": {
33009
+ "name": "SbbNamedSlotListMixin",
33010
+ "module": "core/mixins/named-slot-list-mixin.js"
33011
+ }
33012
+ },
33013
+ {
33014
+ "kind": "field",
33015
+ "name": "accessibilityLabel",
33016
+ "type": {
33017
+ "text": "string"
33018
+ },
33019
+ "privacy": "public",
33020
+ "default": "''",
33021
+ "description": "This will be forwarded as aria-label to the list that contains the buttons.",
33022
+ "attribute": "accessibility-label"
33023
+ },
33024
+ {
33025
+ "kind": "field",
33026
+ "name": "size",
33027
+ "type": {
33028
+ "text": "SbbMiniButtonGroupSize"
33029
+ },
33030
+ "privacy": "public",
33031
+ "description": "Size variant, either s, m, l or xl.",
33032
+ "default": "'m' / 's' (lean)",
33033
+ "attribute": "size",
33034
+ "reflects": true
33035
+ },
33036
+ {
33037
+ "kind": "method",
33038
+ "name": "_proxyNegative",
33039
+ "privacy": "private",
33040
+ "return": {
33041
+ "type": {
33042
+ "text": "void"
33043
+ }
33044
+ }
33045
+ },
33046
+ {
33047
+ "kind": "field",
33048
+ "name": "negative",
33049
+ "type": {
33050
+ "text": "boolean"
33051
+ },
33052
+ "privacy": "public",
33053
+ "default": "false",
33054
+ "description": "Negative coloring variant flag.",
33055
+ "attribute": "negative",
33056
+ "reflects": true,
33057
+ "inheritedFrom": {
33058
+ "name": "SbbNegativeMixin",
33059
+ "module": "core/mixins/negative-mixin.js"
33060
+ }
33061
+ },
33062
+ {
33063
+ "kind": "field",
33064
+ "name": "listChildren",
33065
+ "type": {
33066
+ "text": "C[]"
33067
+ },
33068
+ "privacy": "protected",
33069
+ "default": "[]",
33070
+ "description": "A list of children with the defined tag names.\nThis array is only updated if there is an actual change\nto the child elements.",
33071
+ "inheritedFrom": {
33072
+ "name": "SbbNamedSlotListMixin",
33073
+ "module": "core/mixins/named-slot-list-mixin.js"
33074
+ }
33075
+ },
33076
+ {
33077
+ "kind": "field",
33078
+ "name": "_handleSlotchange",
33079
+ "privacy": "private",
33080
+ "inheritedFrom": {
33081
+ "name": "SbbNamedSlotListMixin",
33082
+ "module": "core/mixins/named-slot-list-mixin.js"
33083
+ }
33084
+ },
33085
+ {
33086
+ "kind": "method",
33087
+ "name": "renderList",
33088
+ "privacy": "protected",
33089
+ "return": {
33090
+ "type": {
33091
+ "text": "TemplateResult"
33092
+ }
33093
+ },
33094
+ "parameters": [
33095
+ {
33096
+ "name": "attributes",
33097
+ "default": "{}",
33098
+ "type": {
33099
+ "text": "{ class?: string; ariaLabel?: string; ariaLabelledby?: string }"
33100
+ }
33101
+ },
33102
+ {
33103
+ "name": "listItemAttributes",
33104
+ "default": "{}",
33105
+ "type": {
33106
+ "text": "{ localNameVisualOnly?: string[] }"
33107
+ }
33108
+ }
33109
+ ],
33110
+ "description": "Renders list and list slots for slotted children or a number of list slots\ncorresponding to the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
33111
+ "inheritedFrom": {
33112
+ "name": "SbbNamedSlotListMixin",
33113
+ "module": "core/mixins/named-slot-list-mixin.js"
33114
+ }
33115
+ },
33116
+ {
33117
+ "kind": "method",
33118
+ "name": "listSlotEntries",
33119
+ "privacy": "protected",
33120
+ "return": {
33121
+ "type": {
33122
+ "text": "SbbNamedSlotProperties[]"
33123
+ }
33124
+ },
33125
+ "parameters": [
33126
+ {
33127
+ "name": "listItemAttributes",
33128
+ "type": {
33129
+ "text": "{\n localNameVisualOnly?: string[];\n }"
33130
+ }
33131
+ }
33132
+ ],
33133
+ "description": "Returns an array of SbbNamedSlotProperties, which holds the list slot names and the hidden property;\nits length corresponds to the number of matched children or the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
33134
+ "inheritedFrom": {
33135
+ "name": "SbbNamedSlotListMixin",
33136
+ "module": "core/mixins/named-slot-list-mixin.js"
33137
+ }
33138
+ },
33139
+ {
33140
+ "kind": "method",
33141
+ "name": "renderHiddenSlot",
33142
+ "privacy": "protected",
33143
+ "return": {
33144
+ "type": {
33145
+ "text": "TemplateResult"
33146
+ }
33147
+ },
33148
+ "description": "Returns a hidden slot, which is intended as the children change detection.\nWhen an element without a slot attribute is slotted to the element, it triggers\nthe slotchange event, which can be used to assign it to the appropriate named slot.",
33149
+ "inheritedFrom": {
33150
+ "name": "SbbNamedSlotListMixin",
33151
+ "module": "core/mixins/named-slot-list-mixin.js"
33152
+ }
33153
+ },
33154
+ {
33155
+ "kind": "field",
33156
+ "name": "_hydrationRequired",
33157
+ "type": {
33158
+ "text": "boolean"
33159
+ },
33160
+ "privacy": "private",
33161
+ "default": "!!this.shadowRoot",
33162
+ "inheritedFrom": {
33163
+ "name": "SbbHydrationMixin",
33164
+ "module": "core/mixins/hydration-mixin.js"
33165
+ }
33166
+ },
33167
+ {
33168
+ "kind": "field",
33169
+ "name": "_hydrationComplete",
33170
+ "privacy": "private",
33171
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
33172
+ "inheritedFrom": {
33173
+ "name": "SbbHydrationMixin",
33174
+ "module": "core/mixins/hydration-mixin.js"
33175
+ }
33176
+ },
33177
+ {
33178
+ "kind": "field",
33179
+ "name": "_resolveHydration",
33180
+ "type": {
33181
+ "text": "(hydrationRequired: boolean) => void"
33182
+ },
33183
+ "privacy": "private",
33184
+ "inheritedFrom": {
33185
+ "name": "SbbHydrationMixin",
33186
+ "module": "core/mixins/hydration-mixin.js"
33187
+ }
33188
+ },
33189
+ {
33190
+ "kind": "field",
33191
+ "name": "hydrationRequired",
33192
+ "type": {
33193
+ "text": "boolean"
33194
+ },
33195
+ "privacy": "protected",
33196
+ "description": "Returns whether hydration is required and not completed.",
33197
+ "readonly": true,
33198
+ "inheritedFrom": {
33199
+ "name": "SbbHydrationMixin",
33200
+ "module": "core/mixins/hydration-mixin.js"
33201
+ },
33202
+ "default": "!!this.shadowRoot"
33203
+ }
33204
+ ],
33205
+ "attributes": [
33206
+ {
33207
+ "name": "accessibility-label",
33208
+ "type": {
33209
+ "text": "string"
33210
+ },
33211
+ "default": "''",
33212
+ "description": "This will be forwarded as aria-label to the list that contains the buttons.",
33213
+ "fieldName": "accessibilityLabel"
33214
+ },
33215
+ {
33216
+ "name": "size",
33217
+ "type": {
33218
+ "text": "SbbMiniButtonGroupSize"
33219
+ },
33220
+ "description": "Size variant, either s, m, l or xl.",
33221
+ "default": "'m' / 's' (lean)",
33222
+ "fieldName": "size"
33223
+ },
33224
+ {
33225
+ "name": "negative",
33226
+ "type": {
33227
+ "text": "boolean"
33228
+ },
33229
+ "default": "false",
33230
+ "description": "Negative coloring variant flag.",
33231
+ "fieldName": "negative",
33232
+ "inheritedFrom": {
33233
+ "name": "SbbNegativeMixin",
33234
+ "module": "core/mixins/negative-mixin.js"
33235
+ }
33236
+ }
33237
+ ],
33238
+ "mixins": [
33239
+ {
33240
+ "name": "SbbNegativeMixin",
33241
+ "module": "core/mixins.js"
33242
+ },
33243
+ {
33244
+ "name": "SbbNamedSlotListMixin",
33245
+ "module": "core/mixins.js"
33246
+ }
33247
+ ],
33248
+ "superclass": {
33249
+ "name": "LitElement",
33250
+ "package": "lit"
33251
+ },
33252
+ "tagName": "sbb-mini-button-group",
33253
+ "customElement": true
33254
+ }
33255
+ ],
33256
+ "exports": [
33257
+ {
33258
+ "kind": "js",
33259
+ "name": "SbbMiniButtonGroupElement",
33260
+ "declaration": {
33261
+ "name": "SbbMiniButtonGroupElement",
33262
+ "module": "button/mini-button-group/mini-button-group.component.js"
33263
+ }
33264
+ },
33265
+ {
33266
+ "kind": "custom-element-definition",
33267
+ "name": "sbb-mini-button-group",
33268
+ "declaration": {
33269
+ "name": "SbbMiniButtonGroupElement",
33270
+ "module": "button/mini-button-group/mini-button-group.component.js"
33271
+ }
33272
+ }
33273
+ ]
33274
+ },
33275
+ {
33276
+ "kind": "javascript-module",
33277
+ "path": "button/mini-button-link/mini-button-link.component.js",
33278
+ "declarations": [
33279
+ {
33280
+ "kind": "class",
33281
+ "description": "It displays an icon-only button enhanced with the SBB Design as link variant;\nit's meant to be used within the `sbb-mini-button-group`.",
33282
+ "name": "SbbMiniButtonLinkElement",
33283
+ "slots": [
33284
+ {
33285
+ "description": "Use the unnamed slot to add a label to the mini-button.",
33286
+ "name": ""
33287
+ },
33288
+ {
33289
+ "description": "Slot used to display the icon, if one is set",
33290
+ "name": "icon"
33291
+ }
33292
+ ],
33293
+ "members": [
33294
+ {
33295
+ "kind": "method",
33296
+ "name": "renderTemplate",
33297
+ "privacy": "protected",
33298
+ "return": {
33299
+ "type": {
33300
+ "text": "TemplateResult"
33301
+ }
33302
+ },
33303
+ "description": "Override this method to render the component template.",
33304
+ "inheritedFrom": {
33305
+ "name": "SbbActionBaseElement",
33306
+ "module": "core/base-elements/action-base-element.js"
33307
+ }
33308
+ },
33309
+ {
33310
+ "kind": "field",
33311
+ "name": "negative",
33312
+ "type": {
33313
+ "text": "boolean"
33314
+ },
33315
+ "privacy": "public",
33316
+ "default": "false",
33317
+ "description": "Negative coloring variant flag.",
33318
+ "attribute": "negative",
33319
+ "reflects": true,
33320
+ "inheritedFrom": {
33321
+ "name": "SbbNegativeMixin",
33322
+ "module": "core/mixins/negative-mixin.js"
33323
+ }
33324
+ },
33325
+ {
33326
+ "kind": "field",
33327
+ "name": "iconName",
33328
+ "type": {
33329
+ "text": "string"
33330
+ },
33331
+ "privacy": "public",
33332
+ "default": "''",
33333
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
33334
+ "attribute": "icon-name",
33335
+ "inheritedFrom": {
33336
+ "name": "SbbIconNameMixin",
33337
+ "module": "icon/icon-name-mixin.js"
33338
+ }
33339
+ },
33340
+ {
33341
+ "kind": "method",
33342
+ "name": "renderIconSlot",
33343
+ "privacy": "protected",
33344
+ "return": {
33345
+ "type": {
33346
+ "text": "TemplateResult"
33347
+ }
33348
+ },
33349
+ "parameters": [
33350
+ {
33351
+ "name": "classname",
33352
+ "optional": true,
33353
+ "type": {
33354
+ "text": "string"
33355
+ }
33356
+ }
33357
+ ],
33358
+ "inheritedFrom": {
33359
+ "name": "SbbIconNameMixin",
33360
+ "module": "icon/icon-name-mixin.js"
33361
+ }
33362
+ },
33363
+ {
33364
+ "kind": "method",
33365
+ "name": "renderIconName",
33366
+ "privacy": "protected",
33367
+ "return": {
33368
+ "type": {
33369
+ "text": "string"
33370
+ }
33371
+ },
33372
+ "inheritedFrom": {
33373
+ "name": "SbbIconNameMixin",
33374
+ "module": "icon/icon-name-mixin.js"
33375
+ }
33376
+ },
33377
+ {
33378
+ "kind": "method",
33379
+ "name": "_renderIconName",
33380
+ "privacy": "private",
33381
+ "return": {
33382
+ "type": {
33383
+ "text": "string"
33384
+ }
33385
+ },
33386
+ "inheritedFrom": {
33387
+ "name": "SbbIconNameMixin",
33388
+ "module": "icon/icon-name-mixin.js"
33389
+ }
33390
+ },
33391
+ {
33392
+ "kind": "field",
33393
+ "name": "disabledInteractive",
33394
+ "type": {
33395
+ "text": "boolean"
33396
+ },
33397
+ "privacy": "public",
33398
+ "default": "false",
33399
+ "description": "Whether the button should be aria-disabled but stay interactive.",
33400
+ "attribute": "disabled-interactive",
33401
+ "reflects": true,
33402
+ "inheritedFrom": {
33403
+ "name": "SbbDisabledInteractiveMixin",
33404
+ "module": "core/mixins/disabled-mixin.js"
33405
+ }
33406
+ },
33407
+ {
33408
+ "kind": "field",
33409
+ "name": "disabled",
33410
+ "privacy": "public",
33411
+ "description": "Whether the component is disabled.",
33412
+ "default": "false",
33413
+ "type": {
33414
+ "text": "boolean"
33415
+ },
33416
+ "attribute": "disabled",
33417
+ "reflects": true,
33418
+ "inheritedFrom": {
33419
+ "name": "SbbDisabledMixin",
33420
+ "module": "core/mixins/disabled-mixin.js"
33421
+ }
33422
+ },
33423
+ {
33424
+ "kind": "field",
33425
+ "name": "#disabled",
33426
+ "privacy": "private",
33427
+ "type": {
33428
+ "text": "boolean"
33429
+ },
33430
+ "default": "false",
33431
+ "inheritedFrom": {
33432
+ "name": "SbbDisabledMixin",
33433
+ "module": "core/mixins/disabled-mixin.js"
33434
+ }
33435
+ },
33436
+ {
33437
+ "kind": "method",
33438
+ "name": "isDisabledExternally",
33439
+ "privacy": "protected",
33440
+ "return": {
33441
+ "type": {
33442
+ "text": "boolean"
33443
+ }
33444
+ },
33445
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
33446
+ "inheritedFrom": {
33447
+ "name": "SbbDisabledMixin",
33448
+ "module": "core/mixins/disabled-mixin.js"
33449
+ }
33450
+ },
33451
+ {
33452
+ "kind": "field",
33453
+ "name": "href",
33454
+ "type": {
33455
+ "text": "string"
33456
+ },
33457
+ "privacy": "public",
33458
+ "default": "''",
33459
+ "description": "The href value you want to link to.",
33460
+ "attribute": "href",
33461
+ "reflects": true,
33462
+ "inheritedFrom": {
33463
+ "name": "SbbLinkBaseElement",
33464
+ "module": "core/base-elements/link-base-element.js"
33465
+ }
33466
+ },
33467
+ {
33468
+ "kind": "field",
33469
+ "name": "target",
33470
+ "type": {
33471
+ "text": "LinkTargetType | string"
33472
+ },
33473
+ "privacy": "public",
33474
+ "default": "''",
33475
+ "description": "Where to display the linked URL.",
33476
+ "attribute": "target",
33477
+ "reflects": true,
33478
+ "inheritedFrom": {
33479
+ "name": "SbbLinkBaseElement",
33480
+ "module": "core/base-elements/link-base-element.js"
33481
+ }
33482
+ },
33483
+ {
33484
+ "kind": "field",
33485
+ "name": "rel",
33486
+ "type": {
33487
+ "text": "string"
33488
+ },
33489
+ "privacy": "public",
33490
+ "default": "''",
33491
+ "description": "The relationship of the linked URL as space-separated link types.",
33492
+ "attribute": "rel",
33493
+ "reflects": true,
33494
+ "inheritedFrom": {
33495
+ "name": "SbbLinkBaseElement",
33496
+ "module": "core/base-elements/link-base-element.js"
33497
+ }
33498
+ },
33499
+ {
33500
+ "kind": "field",
33501
+ "name": "download",
33502
+ "type": {
33503
+ "text": "boolean"
33504
+ },
33505
+ "privacy": "public",
33506
+ "default": "false",
33507
+ "description": "Whether the browser will show the download dialog on click.",
33508
+ "attribute": "download",
33509
+ "reflects": true,
33510
+ "inheritedFrom": {
33511
+ "name": "SbbLinkBaseElement",
33512
+ "module": "core/base-elements/link-base-element.js"
33513
+ }
33514
+ },
33515
+ {
33516
+ "kind": "field",
33517
+ "name": "accessibilityLabel",
33518
+ "type": {
33519
+ "text": "string"
33520
+ },
33521
+ "privacy": "public",
33522
+ "default": "''",
33523
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
33524
+ "attribute": "accessibility-label",
33525
+ "inheritedFrom": {
33526
+ "name": "SbbLinkBaseElement",
33527
+ "module": "core/base-elements/link-base-element.js"
33528
+ }
33529
+ },
33530
+ {
33531
+ "kind": "field",
33532
+ "name": "accessibilityCurrent",
33533
+ "type": {
33534
+ "text": "string"
33535
+ },
33536
+ "privacy": "public",
33537
+ "default": "''",
33538
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
33539
+ "attribute": "accessibility-current",
33540
+ "inheritedFrom": {
33541
+ "name": "SbbLinkBaseElement",
33542
+ "module": "core/base-elements/link-base-element.js"
33543
+ }
33544
+ },
33545
+ {
33546
+ "kind": "field",
33547
+ "name": "language",
33548
+ "privacy": "protected",
33549
+ "default": "new SbbLanguageController(this)",
33550
+ "inheritedFrom": {
33551
+ "name": "SbbLinkBaseElement",
33552
+ "module": "core/base-elements/link-base-element.js"
33553
+ }
33554
+ },
33555
+ {
33556
+ "kind": "field",
33557
+ "name": "anchorRole",
33558
+ "type": {
33559
+ "text": "string | null"
33560
+ },
33561
+ "privacy": "protected",
33562
+ "readonly": true,
33563
+ "default": "null",
33564
+ "inheritedFrom": {
33565
+ "name": "SbbLinkBaseElement",
33566
+ "module": "core/base-elements/link-base-element.js"
33567
+ }
33568
+ },
33569
+ {
33570
+ "kind": "field",
33571
+ "name": "_evaluateRelAttribute",
33572
+ "privacy": "private",
33573
+ "inheritedFrom": {
33574
+ "name": "SbbLinkBaseElement",
33575
+ "module": "core/base-elements/link-base-element.js"
33576
+ }
33577
+ },
33578
+ {
33579
+ "kind": "method",
33580
+ "name": "renderLink",
33581
+ "privacy": "protected",
33582
+ "return": {
33583
+ "type": {
33584
+ "text": "TemplateResult"
33585
+ }
33586
+ },
33587
+ "parameters": [
33588
+ {
33589
+ "name": "renderContent",
33590
+ "type": {
33591
+ "text": "TemplateResult"
33592
+ }
33593
+ }
33594
+ ],
33595
+ "inheritedFrom": {
33596
+ "name": "SbbLinkBaseElement",
33597
+ "module": "core/base-elements/link-base-element.js"
33598
+ }
33599
+ },
33600
+ {
33601
+ "kind": "method",
33602
+ "name": "toggleState",
33603
+ "privacy": "protected",
33604
+ "return": {
33605
+ "type": {
33606
+ "text": "void"
33607
+ }
33608
+ },
33609
+ "parameters": [
33610
+ {
33611
+ "name": "value",
33612
+ "type": {
33613
+ "text": "string"
33614
+ }
33615
+ },
33616
+ {
33617
+ "name": "force",
33618
+ "optional": true,
33619
+ "type": {
33620
+ "text": "boolean"
33621
+ }
33622
+ }
33623
+ ],
33624
+ "inheritedFrom": {
33625
+ "name": "SbbElementInternalsMixin",
33626
+ "module": "core/mixins/element-internals-mixin.js"
33627
+ }
33628
+ },
33629
+ {
33630
+ "kind": "field",
33631
+ "name": "maybeDisabled",
33632
+ "type": {
33633
+ "text": "boolean | undefined"
33634
+ },
33635
+ "privacy": "protected",
33636
+ "readonly": true,
33637
+ "inheritedFrom": {
33638
+ "name": "SbbActionBaseElement",
33639
+ "module": "core/base-elements/action-base-element.js"
33640
+ }
33641
+ },
33642
+ {
33643
+ "kind": "field",
33644
+ "name": "maybeDisabledInteractive",
33645
+ "type": {
33646
+ "text": "boolean | undefined"
33647
+ },
33648
+ "privacy": "protected",
33649
+ "readonly": true,
33650
+ "inheritedFrom": {
33651
+ "name": "SbbActionBaseElement",
33652
+ "module": "core/base-elements/action-base-element.js"
33653
+ }
33654
+ },
33655
+ {
33656
+ "kind": "method",
33657
+ "name": "setupBaseEventHandlers",
33658
+ "privacy": "protected",
33659
+ "return": {
33660
+ "type": {
33661
+ "text": "void"
33662
+ }
33663
+ },
33664
+ "inheritedFrom": {
33665
+ "name": "SbbActionBaseElement",
33666
+ "module": "core/base-elements/action-base-element.js"
33667
+ }
33668
+ }
33669
+ ],
33670
+ "mixins": [
33671
+ {
33672
+ "name": "SbbNegativeMixin",
33673
+ "module": "core/mixins.js"
33674
+ },
33675
+ {
33676
+ "name": "SbbIconNameMixin",
33677
+ "module": "icon.js"
33678
+ },
33679
+ {
33680
+ "name": "SbbDisabledInteractiveMixin",
33681
+ "module": "core/mixins.js"
33682
+ },
33683
+ {
33684
+ "name": "SbbDisabledMixin",
33685
+ "module": "core/mixins.js"
33686
+ }
33687
+ ],
33688
+ "superclass": {
33689
+ "name": "SbbLinkBaseElement",
33690
+ "module": "core/base-elements.js"
33691
+ },
33692
+ "tagName": "sbb-mini-button-link",
33693
+ "customElement": true,
33694
+ "attributes": [
33695
+ {
33696
+ "name": "negative",
33697
+ "type": {
33698
+ "text": "boolean"
33699
+ },
33700
+ "default": "false",
33701
+ "description": "Negative coloring variant flag.",
33702
+ "fieldName": "negative",
33703
+ "inheritedFrom": {
33704
+ "name": "SbbNegativeMixin",
33705
+ "module": "core/mixins/negative-mixin.js"
33706
+ }
33707
+ },
33708
+ {
33709
+ "name": "icon-name",
33710
+ "type": {
33711
+ "text": "string"
33712
+ },
33713
+ "default": "''",
33714
+ "description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
33715
+ "fieldName": "iconName",
33716
+ "inheritedFrom": {
33717
+ "name": "SbbIconNameMixin",
33718
+ "module": "icon/icon-name-mixin.js"
33719
+ }
33720
+ },
33721
+ {
33722
+ "name": "disabled-interactive",
32843
33723
  "type": {
32844
- "text": "SbbButtonType"
33724
+ "text": "boolean"
32845
33725
  },
32846
- "fieldName": "type",
33726
+ "default": "false",
33727
+ "description": "Whether the button should be aria-disabled but stay interactive.",
33728
+ "fieldName": "disabledInteractive",
32847
33729
  "inheritedFrom": {
32848
- "name": "SbbButtonBaseElement",
32849
- "module": "core/base-elements/button-base-element.js"
33730
+ "name": "SbbDisabledInteractiveMixin",
33731
+ "module": "core/mixins/disabled-mixin.js"
32850
33732
  }
32851
33733
  },
32852
33734
  {
32853
- "name": "form",
32854
- "description": "The `<form>` element to associate the button with.",
33735
+ "name": "disabled",
33736
+ "description": "Whether the component is disabled.",
33737
+ "default": "false",
32855
33738
  "type": {
32856
- "text": "HTMLFormElement | null"
33739
+ "text": "boolean"
32857
33740
  },
32858
- "fieldName": "form",
33741
+ "fieldName": "disabled",
32859
33742
  "inheritedFrom": {
32860
- "name": "SbbButtonBaseElement",
32861
- "module": "core/base-elements/button-base-element.js"
33743
+ "name": "SbbDisabledMixin",
33744
+ "module": "core/mixins/disabled-mixin.js"
32862
33745
  }
32863
33746
  },
32864
33747
  {
32865
- "name": "name",
32866
- "description": "Name of the form element. Will be read from name attribute.",
33748
+ "name": "href",
32867
33749
  "type": {
32868
33750
  "text": "string"
32869
33751
  },
32870
- "fieldName": "name",
32871
- "inheritedFrom": {
32872
- "name": "SbbFormAssociatedMixin",
32873
- "module": "core/mixins/form-associated-mixin.js"
32874
- }
32875
- }
32876
- ]
32877
- }
32878
- ],
32879
- "exports": [
32880
- {
32881
- "kind": "js",
32882
- "name": "SbbMiniButtonElement",
32883
- "declaration": {
32884
- "name": "SbbMiniButtonElement",
32885
- "module": "button/mini-button/mini-button.component.js"
32886
- }
32887
- },
32888
- {
32889
- "kind": "custom-element-definition",
32890
- "name": "sbb-mini-button",
32891
- "declaration": {
32892
- "name": "SbbMiniButtonElement",
32893
- "module": "button/mini-button/mini-button.component.js"
32894
- }
32895
- }
32896
- ]
32897
- },
32898
- {
32899
- "kind": "javascript-module",
32900
- "path": "button/mini-button-group/mini-button-group.component.js",
32901
- "declarations": [
32902
- {
32903
- "kind": "class",
32904
- "description": "Display a list of `sbb-mini-button` elements in a horizontal container,\npossibly separated by a `sbb-divider` component.",
32905
- "name": "SbbMiniButtonGroupElement",
32906
- "slots": [
32907
- {
32908
- "description": "Use the unnamed slot to add `sbb-mini-button` and `sbb-divider` elements.",
32909
- "name": ""
32910
- }
32911
- ],
32912
- "members": [
32913
- {
32914
- "kind": "field",
32915
- "name": "listChildLocalNames",
32916
- "type": {
32917
- "text": "array"
32918
- },
32919
- "privacy": "protected",
32920
- "readonly": true,
32921
- "description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
32922
- "default": "['sbb-mini-button', 'sbb-divider']",
33752
+ "default": "''",
33753
+ "description": "The href value you want to link to.",
33754
+ "fieldName": "href",
32923
33755
  "inheritedFrom": {
32924
- "name": "SbbNamedSlotListMixin",
32925
- "module": "core/mixins/named-slot-list-mixin.js"
33756
+ "name": "SbbLinkBaseElement",
33757
+ "module": "core/base-elements/link-base-element.js"
32926
33758
  }
32927
33759
  },
32928
33760
  {
32929
- "kind": "field",
32930
- "name": "accessibilityLabel",
33761
+ "name": "target",
32931
33762
  "type": {
32932
- "text": "string"
33763
+ "text": "LinkTargetType | string"
32933
33764
  },
32934
- "privacy": "public",
32935
33765
  "default": "''",
32936
- "description": "This will be forwarded as aria-label to the list that contains the buttons.",
32937
- "attribute": "accessibility-label"
32938
- },
32939
- {
32940
- "kind": "field",
32941
- "name": "size",
32942
- "type": {
32943
- "text": "SbbMiniButtonGroupSize"
32944
- },
32945
- "privacy": "public",
32946
- "description": "Size variant, either s, m, l or xl.",
32947
- "default": "'m' / 's' (lean)",
32948
- "attribute": "size",
32949
- "reflects": true
32950
- },
32951
- {
32952
- "kind": "method",
32953
- "name": "_proxyNegative",
32954
- "privacy": "private",
32955
- "return": {
32956
- "type": {
32957
- "text": "void"
32958
- }
32959
- }
32960
- },
32961
- {
32962
- "kind": "field",
32963
- "name": "negative",
32964
- "type": {
32965
- "text": "boolean"
32966
- },
32967
- "privacy": "public",
32968
- "default": "false",
32969
- "description": "Negative coloring variant flag.",
32970
- "attribute": "negative",
32971
- "reflects": true,
33766
+ "description": "Where to display the linked URL.",
33767
+ "fieldName": "target",
32972
33768
  "inheritedFrom": {
32973
- "name": "SbbNegativeMixin",
32974
- "module": "core/mixins/negative-mixin.js"
33769
+ "name": "SbbLinkBaseElement",
33770
+ "module": "core/base-elements/link-base-element.js"
32975
33771
  }
32976
33772
  },
32977
33773
  {
32978
- "kind": "field",
32979
- "name": "listChildren",
33774
+ "name": "rel",
32980
33775
  "type": {
32981
- "text": "C[]"
32982
- },
32983
- "privacy": "protected",
32984
- "default": "[]",
32985
- "description": "A list of children with the defined tag names.\nThis array is only updated if there is an actual change\nto the child elements.",
32986
- "inheritedFrom": {
32987
- "name": "SbbNamedSlotListMixin",
32988
- "module": "core/mixins/named-slot-list-mixin.js"
32989
- }
32990
- },
32991
- {
32992
- "kind": "field",
32993
- "name": "_handleSlotchange",
32994
- "privacy": "private",
32995
- "inheritedFrom": {
32996
- "name": "SbbNamedSlotListMixin",
32997
- "module": "core/mixins/named-slot-list-mixin.js"
32998
- }
32999
- },
33000
- {
33001
- "kind": "method",
33002
- "name": "renderList",
33003
- "privacy": "protected",
33004
- "return": {
33005
- "type": {
33006
- "text": "TemplateResult"
33007
- }
33008
- },
33009
- "parameters": [
33010
- {
33011
- "name": "attributes",
33012
- "default": "{}",
33013
- "type": {
33014
- "text": "{ class?: string; ariaLabel?: string; ariaLabelledby?: string }"
33015
- }
33016
- },
33017
- {
33018
- "name": "listItemAttributes",
33019
- "default": "{}",
33020
- "type": {
33021
- "text": "{ localNameVisualOnly?: string[] }"
33022
- }
33023
- }
33024
- ],
33025
- "description": "Renders list and list slots for slotted children or a number of list slots\ncorresponding to the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
33026
- "inheritedFrom": {
33027
- "name": "SbbNamedSlotListMixin",
33028
- "module": "core/mixins/named-slot-list-mixin.js"
33029
- }
33030
- },
33031
- {
33032
- "kind": "method",
33033
- "name": "listSlotEntries",
33034
- "privacy": "protected",
33035
- "return": {
33036
- "type": {
33037
- "text": "SbbNamedSlotProperties[]"
33038
- }
33039
- },
33040
- "parameters": [
33041
- {
33042
- "name": "listItemAttributes",
33043
- "type": {
33044
- "text": "{\n localNameVisualOnly?: string[];\n }"
33045
- }
33046
- }
33047
- ],
33048
- "description": "Returns an array of SbbNamedSlotProperties, which holds the list slot names and the hidden property;\nits length corresponds to the number of matched children or the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
33049
- "inheritedFrom": {
33050
- "name": "SbbNamedSlotListMixin",
33051
- "module": "core/mixins/named-slot-list-mixin.js"
33052
- }
33053
- },
33054
- {
33055
- "kind": "method",
33056
- "name": "renderHiddenSlot",
33057
- "privacy": "protected",
33058
- "return": {
33059
- "type": {
33060
- "text": "TemplateResult"
33061
- }
33776
+ "text": "string"
33062
33777
  },
33063
- "description": "Returns a hidden slot, which is intended as the children change detection.\nWhen an element without a slot attribute is slotted to the element, it triggers\nthe slotchange event, which can be used to assign it to the appropriate named slot.",
33778
+ "default": "''",
33779
+ "description": "The relationship of the linked URL as space-separated link types.",
33780
+ "fieldName": "rel",
33064
33781
  "inheritedFrom": {
33065
- "name": "SbbNamedSlotListMixin",
33066
- "module": "core/mixins/named-slot-list-mixin.js"
33782
+ "name": "SbbLinkBaseElement",
33783
+ "module": "core/base-elements/link-base-element.js"
33067
33784
  }
33068
33785
  },
33069
33786
  {
33070
- "kind": "field",
33071
- "name": "_hydrationRequired",
33787
+ "name": "download",
33072
33788
  "type": {
33073
33789
  "text": "boolean"
33074
33790
  },
33075
- "privacy": "private",
33076
- "default": "!!this.shadowRoot",
33077
- "inheritedFrom": {
33078
- "name": "SbbHydrationMixin",
33079
- "module": "core/mixins/hydration-mixin.js"
33080
- }
33081
- },
33082
- {
33083
- "kind": "field",
33084
- "name": "_hydrationComplete",
33085
- "privacy": "private",
33086
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
33791
+ "default": "false",
33792
+ "description": "Whether the browser will show the download dialog on click.",
33793
+ "fieldName": "download",
33087
33794
  "inheritedFrom": {
33088
- "name": "SbbHydrationMixin",
33089
- "module": "core/mixins/hydration-mixin.js"
33795
+ "name": "SbbLinkBaseElement",
33796
+ "module": "core/base-elements/link-base-element.js"
33090
33797
  }
33091
33798
  },
33092
33799
  {
33093
- "kind": "field",
33094
- "name": "_resolveHydration",
33800
+ "name": "accessibility-label",
33095
33801
  "type": {
33096
- "text": "(hydrationRequired: boolean) => void"
33802
+ "text": "string"
33097
33803
  },
33098
- "privacy": "private",
33804
+ "default": "''",
33805
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
33806
+ "fieldName": "accessibilityLabel",
33099
33807
  "inheritedFrom": {
33100
- "name": "SbbHydrationMixin",
33101
- "module": "core/mixins/hydration-mixin.js"
33808
+ "name": "SbbLinkBaseElement",
33809
+ "module": "core/base-elements/link-base-element.js"
33102
33810
  }
33103
33811
  },
33104
33812
  {
33105
- "kind": "field",
33106
- "name": "hydrationRequired",
33107
- "type": {
33108
- "text": "boolean"
33109
- },
33110
- "privacy": "protected",
33111
- "description": "Returns whether hydration is required and not completed.",
33112
- "readonly": true,
33113
- "inheritedFrom": {
33114
- "name": "SbbHydrationMixin",
33115
- "module": "core/mixins/hydration-mixin.js"
33116
- },
33117
- "default": "!!this.shadowRoot"
33118
- }
33119
- ],
33120
- "attributes": [
33121
- {
33122
- "name": "accessibility-label",
33813
+ "name": "accessibility-current",
33123
33814
  "type": {
33124
33815
  "text": "string"
33125
33816
  },
33126
33817
  "default": "''",
33127
- "description": "This will be forwarded as aria-label to the list that contains the buttons.",
33128
- "fieldName": "accessibilityLabel"
33129
- },
33130
- {
33131
- "name": "size",
33132
- "type": {
33133
- "text": "SbbMiniButtonGroupSize"
33134
- },
33135
- "description": "Size variant, either s, m, l or xl.",
33136
- "default": "'m' / 's' (lean)",
33137
- "fieldName": "size"
33138
- },
33139
- {
33140
- "name": "negative",
33141
- "type": {
33142
- "text": "boolean"
33143
- },
33144
- "default": "false",
33145
- "description": "Negative coloring variant flag.",
33146
- "fieldName": "negative",
33818
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
33819
+ "fieldName": "accessibilityCurrent",
33147
33820
  "inheritedFrom": {
33148
- "name": "SbbNegativeMixin",
33149
- "module": "core/mixins/negative-mixin.js"
33821
+ "name": "SbbLinkBaseElement",
33822
+ "module": "core/base-elements/link-base-element.js"
33150
33823
  }
33151
33824
  }
33152
- ],
33153
- "mixins": [
33154
- {
33155
- "name": "SbbNegativeMixin",
33156
- "module": "core/mixins.js"
33157
- },
33158
- {
33159
- "name": "SbbNamedSlotListMixin",
33160
- "module": "core/mixins.js"
33161
- }
33162
- ],
33163
- "superclass": {
33164
- "name": "LitElement",
33165
- "package": "lit"
33166
- },
33167
- "tagName": "sbb-mini-button-group",
33168
- "customElement": true
33825
+ ]
33169
33826
  }
33170
33827
  ],
33171
33828
  "exports": [
33172
33829
  {
33173
33830
  "kind": "js",
33174
- "name": "SbbMiniButtonGroupElement",
33831
+ "name": "SbbMiniButtonLinkElement",
33175
33832
  "declaration": {
33176
- "name": "SbbMiniButtonGroupElement",
33177
- "module": "button/mini-button-group/mini-button-group.component.js"
33833
+ "name": "SbbMiniButtonLinkElement",
33834
+ "module": "button/mini-button-link/mini-button-link.component.js"
33178
33835
  }
33179
33836
  },
33180
33837
  {
33181
33838
  "kind": "custom-element-definition",
33182
- "name": "sbb-mini-button-group",
33839
+ "name": "sbb-mini-button-link",
33183
33840
  "declaration": {
33184
- "name": "SbbMiniButtonGroupElement",
33185
- "module": "button/mini-button-group/mini-button-group.component.js"
33841
+ "name": "SbbMiniButtonLinkElement",
33842
+ "module": "button/mini-button-link/mini-button-link.component.js"
33186
33843
  }
33187
33844
  }
33188
33845
  ]
@@ -42880,12 +43537,6 @@
42880
43537
  "privacy": "private",
42881
43538
  "description": "Listens to the changes on `readonly` and `disabled` attributes of `<input>`."
42882
43539
  },
42883
- {
42884
- "kind": "field",
42885
- "name": "_formFieldAttributeObserver",
42886
- "privacy": "private",
42887
- "description": "Listens to the 'size' changes on the `sbb-form-field`."
42888
- },
42889
43540
  {
42890
43541
  "kind": "field",
42891
43542
  "name": "_inputElement",
@@ -42916,6 +43567,24 @@
42916
43567
  },
42917
43568
  "privacy": "private"
42918
43569
  },
43570
+ {
43571
+ "kind": "method",
43572
+ "name": "_updateLabelState",
43573
+ "privacy": "private",
43574
+ "return": {
43575
+ "type": {
43576
+ "text": "void"
43577
+ }
43578
+ },
43579
+ "parameters": [
43580
+ {
43581
+ "name": "formField",
43582
+ "type": {
43583
+ "text": "SbbFormFieldElement"
43584
+ }
43585
+ }
43586
+ ]
43587
+ },
42919
43588
  {
42920
43589
  "kind": "method",
42921
43590
  "name": "_readFormData",
@@ -43183,13 +43852,21 @@
43183
43852
  },
43184
43853
  {
43185
43854
  "kind": "method",
43186
- "name": "_inheritSize",
43855
+ "name": "_updateSize",
43187
43856
  "privacy": "private",
43188
43857
  "return": {
43189
43858
  "type": {
43190
43859
  "text": "void"
43191
43860
  }
43192
- }
43861
+ },
43862
+ "parameters": [
43863
+ {
43864
+ "name": "size",
43865
+ "type": {
43866
+ "text": "SbbFormFieldElement['size']"
43867
+ }
43868
+ }
43869
+ ]
43193
43870
  },
43194
43871
  {
43195
43872
  "kind": "method",
@@ -73395,6 +74072,16 @@
73395
74072
  "description": "Returns the input element.",
73396
74073
  "readonly": true
73397
74074
  },
74075
+ {
74076
+ "kind": "field",
74077
+ "name": "label",
74078
+ "type": {
74079
+ "text": "HTMLLabelElement | null"
74080
+ },
74081
+ "privacy": "public",
74082
+ "description": "Reference to the slotted label.",
74083
+ "readonly": true
74084
+ },
73398
74085
  {
73399
74086
  "kind": "field",
73400
74087
  "name": "_language",
@@ -90107,7 +90794,7 @@
90107
90794
  "kind": "field",
90108
90795
  "name": "_mediaMatcherController",
90109
90796
  "privacy": "private",
90110
- "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryBreakpointLargeAndBelow]: (matches) => { if (this.state !== 'closed') { this._setNavigationInert(matches); } }, })"
90797
+ "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryBreakpointSmallAndBelow]: (matches) => { if (this.state !== 'closed') { this._setNavigationInert(matches); } }, })"
90111
90798
  },
90112
90799
  {
90113
90800
  "kind": "method",
@@ -101296,6 +101983,22 @@
101296
101983
  "privacy": "public",
101297
101984
  "readonly": true
101298
101985
  },
101986
+ {
101987
+ "kind": "field",
101988
+ "name": "disabled",
101989
+ "privacy": "public",
101990
+ "description": "Whether the component is disabled.",
101991
+ "default": "false",
101992
+ "type": {
101993
+ "text": "boolean"
101994
+ },
101995
+ "attribute": "disabled",
101996
+ "reflects": true,
101997
+ "inheritedFrom": {
101998
+ "name": "SbbDisabledMixin",
101999
+ "module": "core/mixins/disabled-mixin.js"
102000
+ }
102001
+ },
101299
102002
  {
101300
102003
  "kind": "field",
101301
102004
  "name": "_previousOrientation",
@@ -101312,6 +102015,24 @@
101312
102015
  },
101313
102016
  "privacy": "private"
101314
102017
  },
102018
+ {
102019
+ "kind": "method",
102020
+ "name": "_isNotDeactivatedByLinearMode",
102021
+ "privacy": "private",
102022
+ "return": {
102023
+ "type": {
102024
+ "text": "boolean"
102025
+ }
102026
+ },
102027
+ "parameters": [
102028
+ {
102029
+ "name": "step",
102030
+ "type": {
102031
+ "text": "SbbStepElement"
102032
+ }
102033
+ }
102034
+ ]
102035
+ },
101315
102036
  {
101316
102037
  "kind": "method",
101317
102038
  "name": "_assignStep",
@@ -101388,22 +102109,6 @@
101388
102109
  "module": "icon/icon-name-mixin.js"
101389
102110
  }
101390
102111
  },
101391
- {
101392
- "kind": "field",
101393
- "name": "disabled",
101394
- "privacy": "public",
101395
- "description": "Whether the component is disabled.",
101396
- "default": "false",
101397
- "type": {
101398
- "text": "boolean"
101399
- },
101400
- "attribute": "disabled",
101401
- "reflects": true,
101402
- "inheritedFrom": {
101403
- "name": "SbbDisabledMixin",
101404
- "module": "core/mixins/disabled-mixin.js"
101405
- }
101406
- },
101407
102112
  {
101408
102113
  "kind": "field",
101409
102114
  "name": "#disabled",
@@ -102205,7 +102910,7 @@
102205
102910
  "kind": "field",
102206
102911
  "name": "horizontalFrom",
102207
102912
  "privacy": "public",
102208
- "description": "Overrides the behaviour of `orientation` property.",
102913
+ "description": "Overrides the behavior of `orientation` property.",
102209
102914
  "type": {
102210
102915
  "text": "SbbHorizontalFrom | null"
102211
102916
  },
@@ -102255,6 +102960,15 @@
102255
102960
  "text": "SbbStepElement | null"
102256
102961
  }
102257
102962
  },
102963
+ {
102964
+ "kind": "field",
102965
+ "name": "_requestedSelected",
102966
+ "type": {
102967
+ "text": "SbbStepElement | null"
102968
+ },
102969
+ "privacy": "private",
102970
+ "default": "null"
102971
+ },
102258
102972
  {
102259
102973
  "kind": "field",
102260
102974
  "name": "selectedIndex",
@@ -102265,6 +102979,15 @@
102265
102979
  },
102266
102980
  "attribute": "selected-index"
102267
102981
  },
102982
+ {
102983
+ "kind": "field",
102984
+ "name": "_requestedSelectedIndex",
102985
+ "type": {
102986
+ "text": "number | null"
102987
+ },
102988
+ "privacy": "private",
102989
+ "default": "null"
102990
+ },
102268
102991
  {
102269
102992
  "kind": "field",
102270
102993
  "name": "steps",
@@ -102343,11 +103066,11 @@
102343
103066
  },
102344
103067
  {
102345
103068
  "kind": "method",
102346
- "name": "_isValidStep",
103069
+ "name": "_isSelectable",
102347
103070
  "privacy": "private",
102348
103071
  "return": {
102349
103072
  "type": {
102350
- "text": "boolean"
103073
+ "text": "step is SbbStepElement"
102351
103074
  }
102352
103075
  },
102353
103076
  "parameters": [
@@ -102598,7 +103321,7 @@
102598
103321
  },
102599
103322
  {
102600
103323
  "name": "horizontal-from",
102601
- "description": "Overrides the behaviour of `orientation` property.",
103324
+ "description": "Overrides the behavior of `orientation` property.",
102602
103325
  "type": {
102603
103326
  "text": "SbbHorizontalFrom | null"
102604
103327
  },
@@ -106570,6 +107293,20 @@
106570
107293
  "module": "form-field/form-field/form-field.component.js"
106571
107294
  }
106572
107295
  },
107296
+ {
107297
+ "kind": "field",
107298
+ "name": "label",
107299
+ "type": {
107300
+ "text": "HTMLLabelElement | null"
107301
+ },
107302
+ "privacy": "public",
107303
+ "description": "Reference to the slotted label.",
107304
+ "readonly": true,
107305
+ "inheritedFrom": {
107306
+ "name": "SbbFormFieldElement",
107307
+ "module": "form-field/form-field/form-field.component.js"
107308
+ }
107309
+ },
106573
107310
  {
106574
107311
  "kind": "field",
106575
107312
  "name": "_language",
@@ -108264,6 +109001,24 @@
108264
109001
  }
108265
109002
  ]
108266
109003
  },
109004
+ {
109005
+ "kind": "method",
109006
+ "name": "_selectAndFocusOption",
109007
+ "privacy": "private",
109008
+ "return": {
109009
+ "type": {
109010
+ "text": "void"
109011
+ }
109012
+ },
109013
+ "parameters": [
109014
+ {
109015
+ "name": "option",
109016
+ "type": {
109017
+ "text": "SbbToggleOptionElement<T> | undefined"
109018
+ }
109019
+ }
109020
+ ]
109021
+ },
108267
109022
  {
108268
109023
  "kind": "field",
108269
109024
  "name": "disabled",