@sbb-esta/lyne-elements 4.1.0 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) 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-group/breadcrumb-group.component.d.ts +3 -1
  10. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +1 -1
  11. package/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +45 -52
  12. package/button/common.d.ts.map +1 -1
  13. package/button/common.js +5 -4
  14. package/button/mini-button/mini-button.component.d.ts +2 -2
  15. package/button/mini-button/mini-button.component.d.ts.map +1 -1
  16. package/button/mini-button/mini-button.component.js +22 -20
  17. package/button/mini-button-group/mini-button-group.component.d.ts.map +1 -1
  18. package/button/mini-button-group/mini-button-group.component.js +14 -10
  19. package/button/mini-button-link/mini-button-link.component.d.ts +21 -0
  20. package/button/mini-button-link/mini-button-link.component.d.ts.map +1 -0
  21. package/button/mini-button-link/mini-button-link.component.js +35 -0
  22. package/button/mini-button-link.d.ts +5 -0
  23. package/button/mini-button-link.d.ts.map +1 -0
  24. package/button/mini-button-link.js +4 -0
  25. package/button.d.ts +1 -0
  26. package/button.d.ts.map +1 -1
  27. package/button.js +28 -25
  28. package/calendar/calendar.component.js +52 -52
  29. package/card/card/card.component.js +14 -14
  30. package/chip/chip-group/chip-group.component.d.ts +2 -5
  31. package/chip/chip-group/chip-group.component.d.ts.map +1 -1
  32. package/chip/chip-group/chip-group.component.js +70 -68
  33. package/core/controllers/media-matchers-controller.js +2 -2
  34. package/core/interfaces/overlay-close-details.d.ts +1 -0
  35. package/core/interfaces/overlay-close-details.d.ts.map +1 -1
  36. package/core/styles/core.scss +19 -0
  37. package/core/styles/mixins/buttons.scss +1 -2
  38. package/core/styles/mixins/card.scss +9 -3
  39. package/core/styles/mixins/inputs.scss +1 -1
  40. package/core/styles/normalize.scss +4 -6
  41. package/core.css +32 -4
  42. package/custom-elements.json +2080 -1104
  43. package/development/accordion/accordion.component.d.ts.map +1 -1
  44. package/development/accordion/accordion.component.js +2 -6
  45. package/development/action-group/action-group.component.d.ts.map +1 -1
  46. package/development/action-group/action-group.component.js +13 -22
  47. package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
  48. package/development/autocomplete/autocomplete-base-element.js +4 -2
  49. package/development/autocomplete/autocomplete.component.d.ts.map +1 -1
  50. package/development/autocomplete/autocomplete.component.js +2 -2
  51. package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts +3 -1
  52. package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.d.ts.map +1 -1
  53. package/development/breadcrumb/breadcrumb-group/breadcrumb-group.component.js +27 -31
  54. package/development/button/common.d.ts.map +1 -1
  55. package/development/button/common.js +3 -2
  56. package/development/button/mini-button/mini-button.component.d.ts +2 -2
  57. package/development/button/mini-button/mini-button.component.d.ts.map +1 -1
  58. package/development/button/mini-button/mini-button.component.js +7 -35
  59. package/development/button/mini-button-group/mini-button-group.component.d.ts.map +1 -1
  60. package/development/button/mini-button-group/mini-button-group.component.js +8 -4
  61. package/development/button/mini-button-link/mini-button-link.component.d.ts +21 -0
  62. package/development/button/mini-button-link/mini-button-link.component.d.ts.map +1 -0
  63. package/development/button/mini-button-link/mini-button-link.component.js +47 -0
  64. package/development/button/mini-button-link.d.ts +5 -0
  65. package/development/button/mini-button-link.d.ts.map +1 -0
  66. package/development/button/mini-button-link.js +5 -0
  67. package/development/button.d.ts +1 -0
  68. package/development/button.d.ts.map +1 -1
  69. package/development/button.js +6 -3
  70. package/development/calendar/calendar.component.js +3 -5
  71. package/development/card/card/card.component.js +11 -1
  72. package/development/chip/chip-group/chip-group.component.d.ts +2 -5
  73. package/development/chip/chip-group/chip-group.component.d.ts.map +1 -1
  74. package/development/chip/chip-group/chip-group.component.js +78 -14
  75. package/development/core/controllers/media-matchers-controller.js +1 -1
  76. package/development/core/interfaces/overlay-close-details.d.ts +1 -0
  77. package/development/core/interfaces/overlay-close-details.d.ts.map +1 -1
  78. package/development/dialog/dialog/dialog.component.d.ts +4 -0
  79. package/development/dialog/dialog/dialog.component.d.ts.map +1 -1
  80. package/development/dialog/dialog/dialog.component.js +23 -3
  81. package/development/dialog/dialog-actions/dialog-actions.component.js +2 -1
  82. package/development/dialog/dialog.js +5 -2
  83. package/development/dialog.js +5 -2
  84. package/development/divider/divider.component.d.ts +2 -2
  85. package/development/divider/divider.component.d.ts.map +1 -1
  86. package/development/divider/divider.component.js +4 -6
  87. package/development/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +1 -1
  88. package/development/expansion-panel/expansion-panel/expansion-panel.component.js +39 -34
  89. package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +1 -1
  90. package/development/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +15 -13
  91. package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +23 -21
  92. package/development/flip-card/flip-card/flip-card.component.js +2 -3
  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 +6 -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-DzMdb-kV.js} +37 -3
  101. package/development/navigation/navigation-section/navigation-section.component.js +4 -4
  102. package/development/option/option-hint/option-hint.component.js +2 -1
  103. package/development/overlay/overlay-base-element.d.ts +29 -3
  104. package/development/overlay/overlay-base-element.d.ts.map +1 -1
  105. package/development/overlay/overlay-base-element.js +19 -15
  106. package/development/overlay/overlay.component.d.ts +3 -0
  107. package/development/overlay/overlay.component.d.ts.map +1 -1
  108. package/development/overlay/overlay.component.js +19 -2
  109. package/development/overlay.js +3 -1
  110. package/development/paginator/paginator/paginator.component.js +2 -3
  111. package/development/{sbb-tokens-CZCt5L4q.js → sbb-tokens-DQT_xEIZ.js} +7 -7
  112. package/development/stepper/step/step.component.d.ts +4 -0
  113. package/development/stepper/step/step.component.d.ts.map +1 -1
  114. package/development/stepper/step/step.component.js +5 -1
  115. package/development/stepper/stepper/stepper.component.d.ts +15 -0
  116. package/development/stepper/stepper/stepper.component.d.ts.map +1 -1
  117. package/development/stepper/stepper/stepper.component.js +19 -4
  118. package/development/stepper/stepper.js +2 -1
  119. package/development/stepper.js +2 -1
  120. package/dialog/dialog/dialog.component.d.ts +4 -0
  121. package/dialog/dialog/dialog.component.d.ts.map +1 -1
  122. package/dialog/dialog/dialog.component.js +46 -26
  123. package/dialog/dialog-actions/dialog-actions.component.js +1 -1
  124. package/dialog/dialog.js +5 -2
  125. package/dialog.js +9 -6
  126. package/divider/divider.component.d.ts +2 -2
  127. package/divider/divider.component.d.ts.map +1 -1
  128. package/divider/divider.component.js +12 -12
  129. package/expansion-panel/expansion-panel/expansion-panel.component.d.ts.map +1 -1
  130. package/expansion-panel/expansion-panel/expansion-panel.component.js +31 -31
  131. package/expansion-panel/expansion-panel-content/expansion-panel-content.component.d.ts.map +1 -1
  132. package/expansion-panel/expansion-panel-content/expansion-panel-content.component.js +10 -14
  133. package/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +19 -19
  134. package/flip-card/flip-card/flip-card.component.js +11 -11
  135. package/form-field/form-field/form-field.component.d.ts +2 -0
  136. package/form-field/form-field/form-field.component.d.ts.map +1 -1
  137. package/form-field/form-field/form-field.component.js +5 -1
  138. package/image/image.component.js +1 -1
  139. package/index.d.ts +2 -0
  140. package/index.js +2 -0
  141. package/lead-container/lead-container.component.d.ts +3 -1
  142. package/lead-container/lead-container.component.d.ts.map +1 -1
  143. package/lead-container/lead-container.component.js +9 -8
  144. package/{mini-button-common-Bb4ri3Rn.js → mini-button-label-common-ps7PVXtB.js} +4 -3
  145. package/navigation/navigation-section/navigation-section.component.js +1 -1
  146. package/normalize.css +4 -6
  147. package/off-brand-theme.css +36 -10
  148. package/option/option-hint/option-hint.component.js +7 -7
  149. package/overlay/overlay-base-element.d.ts +29 -3
  150. package/overlay/overlay-base-element.d.ts.map +1 -1
  151. package/overlay/overlay-base-element.js +51 -54
  152. package/overlay/overlay.component.d.ts +3 -0
  153. package/overlay/overlay.component.d.ts.map +1 -1
  154. package/overlay/overlay.component.js +48 -31
  155. package/overlay.js +7 -5
  156. package/package.json +6 -1
  157. package/paginator/paginator/paginator.component.js +1 -1
  158. package/safety-theme.css +36 -10
  159. package/{sbb-tokens-DruExozg.js → sbb-tokens-HiNSQasB.js} +6 -6
  160. package/standard-theme.css +36 -10
  161. package/stepper/step/step.component.d.ts +4 -0
  162. package/stepper/step/step.component.d.ts.map +1 -1
  163. package/stepper/step/step.component.js +4 -0
  164. package/stepper/stepper/stepper.component.d.ts +15 -0
  165. package/stepper/stepper/stepper.component.d.ts.map +1 -1
  166. package/stepper/stepper/stepper.component.js +41 -33
  167. package/stepper/stepper.js +3 -2
  168. package/stepper.js +4 -3
@@ -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"
@@ -13270,6 +13337,61 @@
13270
13337
  "kind": "javascript-module",
13271
13338
  "path": "overlay/overlay-base-element.js",
13272
13339
  "declarations": [
13340
+ {
13341
+ "kind": "class",
13342
+ "description": "",
13343
+ "name": "SbbOverlayCloseEvent",
13344
+ "members": [
13345
+ {
13346
+ "kind": "field",
13347
+ "name": "result",
13348
+ "type": {
13349
+ "text": "T | null"
13350
+ },
13351
+ "privacy": "public",
13352
+ "readonly": true,
13353
+ "description": "The result associated with the closed overlay.\nThis is either the result assigned to the `closeTarget` via\n`assignOverlayResult` / `assignDialogResult` or the value of the\ncorresponding close attribute on the `closeTarget`\n(e.g. sbb-overlay-close=\"my-result\" or sbb-dialog-close=\"my-result\")."
13354
+ },
13355
+ {
13356
+ "kind": "field",
13357
+ "name": "closeTarget",
13358
+ "type": {
13359
+ "text": "HTMLElement | null"
13360
+ },
13361
+ "privacy": "public",
13362
+ "readonly": true,
13363
+ "description": "The element that was used to close the overlay/dialog, i.e. the element that the\nuser clicked on that had the close attribute.\nEmpty if closed programmatically or via Escape press."
13364
+ }
13365
+ ],
13366
+ "superclass": {
13367
+ "name": "CustomEvent",
13368
+ "module": "overlay/overlay-base-element.js"
13369
+ },
13370
+ "classGenerics": "T = any"
13371
+ },
13372
+ {
13373
+ "kind": "function",
13374
+ "name": "assignOverlayResult",
13375
+ "return": {
13376
+ "type": {
13377
+ "text": "void"
13378
+ }
13379
+ },
13380
+ "parameters": [
13381
+ {
13382
+ "name": "element",
13383
+ "type": {
13384
+ "text": "HTMLElement"
13385
+ }
13386
+ },
13387
+ {
13388
+ "name": "result",
13389
+ "type": {
13390
+ "text": "T"
13391
+ }
13392
+ }
13393
+ ]
13394
+ },
13273
13395
  {
13274
13396
  "kind": "variable",
13275
13397
  "name": "overlayRefs",
@@ -13458,158 +13580,6 @@
13458
13580
  }
13459
13581
  }
13460
13582
  },
13461
- {
13462
- "kind": "method",
13463
- "name": "open",
13464
- "privacy": "public",
13465
- "return": {
13466
- "type": {
13467
- "text": "void"
13468
- }
13469
- },
13470
- "description": "Opens the component.",
13471
- "inheritedFrom": {
13472
- "name": "SbbOpenCloseBaseElement",
13473
- "module": "core/base-elements/open-close-base-element.js"
13474
- }
13475
- },
13476
- {
13477
- "kind": "method",
13478
- "name": "close",
13479
- "privacy": "public",
13480
- "return": {
13481
- "type": {
13482
- "text": "any"
13483
- }
13484
- },
13485
- "description": "Closes the component.",
13486
- "parameters": [
13487
- {
13488
- "name": "result",
13489
- "optional": true,
13490
- "type": {
13491
- "text": "any"
13492
- }
13493
- },
13494
- {
13495
- "name": "target",
13496
- "optional": true,
13497
- "type": {
13498
- "text": "HTMLElement"
13499
- }
13500
- }
13501
- ],
13502
- "inheritedFrom": {
13503
- "name": "SbbOpenCloseBaseElement",
13504
- "module": "core/base-elements/open-close-base-element.js"
13505
- }
13506
- },
13507
- {
13508
- "kind": "method",
13509
- "name": "_hasClosedParent",
13510
- "privacy": "private",
13511
- "return": {
13512
- "type": {
13513
- "text": "boolean"
13514
- }
13515
- },
13516
- "description": "Check if there is a parent dialog or overlay in the DOM that is closed.\nIn this case, the overlay should not be opened because it would break the state.\nNot nested but stacked overlays are supported so this logic does not apply in this case."
13517
- },
13518
- {
13519
- "kind": "method",
13520
- "name": "_configureTrigger",
13521
- "privacy": "private",
13522
- "return": {
13523
- "type": {
13524
- "text": "void"
13525
- }
13526
- }
13527
- },
13528
- {
13529
- "kind": "method",
13530
- "name": "attachOpenOverlayEvents",
13531
- "privacy": "protected",
13532
- "return": {
13533
- "type": {
13534
- "text": "void"
13535
- }
13536
- }
13537
- },
13538
- {
13539
- "kind": "method",
13540
- "name": "removeInstanceFromGlobalCollection",
13541
- "privacy": "protected",
13542
- "return": {
13543
- "type": {
13544
- "text": "void"
13545
- }
13546
- }
13547
- },
13548
- {
13549
- "kind": "method",
13550
- "name": "closeOnSbbOverlayCloseClick",
13551
- "privacy": "protected",
13552
- "return": {
13553
- "type": {
13554
- "text": "void"
13555
- }
13556
- },
13557
- "parameters": [
13558
- {
13559
- "name": "event",
13560
- "type": {
13561
- "text": "Event"
13562
- }
13563
- }
13564
- ]
13565
- },
13566
- {
13567
- "kind": "method",
13568
- "name": "removeAriaLiveRefContent",
13569
- "privacy": "protected",
13570
- "return": {
13571
- "type": {
13572
- "text": "void"
13573
- }
13574
- }
13575
- },
13576
- {
13577
- "kind": "method",
13578
- "name": "setAriaLiveRefContent",
13579
- "privacy": "protected",
13580
- "return": {
13581
- "type": {
13582
- "text": "void"
13583
- }
13584
- },
13585
- "parameters": [
13586
- {
13587
- "name": "label",
13588
- "optional": true,
13589
- "type": {
13590
- "text": "string"
13591
- }
13592
- }
13593
- ]
13594
- },
13595
- {
13596
- "kind": "method",
13597
- "name": "onOverlayAnimationEnd",
13598
- "privacy": "protected",
13599
- "return": {
13600
- "type": {
13601
- "text": "void"
13602
- }
13603
- },
13604
- "parameters": [
13605
- {
13606
- "name": "event",
13607
- "type": {
13608
- "text": "AnimationEvent"
13609
- }
13610
- }
13611
- ]
13612
- },
13613
13583
  {
13614
13584
  "kind": "method",
13615
13585
  "name": "dispatchBeforeCloseEvent",
@@ -13656,6 +13626,223 @@
13656
13626
  "module": "core/base-elements/open-close-base-element.js"
13657
13627
  }
13658
13628
  },
13629
+ {
13630
+ "kind": "method",
13631
+ "name": "open",
13632
+ "privacy": "public",
13633
+ "return": {
13634
+ "type": {
13635
+ "text": "void"
13636
+ }
13637
+ },
13638
+ "description": "Opens the component.",
13639
+ "inheritedFrom": {
13640
+ "name": "SbbOpenCloseBaseElement",
13641
+ "module": "core/base-elements/open-close-base-element.js"
13642
+ }
13643
+ },
13644
+ {
13645
+ "kind": "method",
13646
+ "name": "close",
13647
+ "privacy": "public",
13648
+ "return": {
13649
+ "type": {
13650
+ "text": "void"
13651
+ }
13652
+ },
13653
+ "description": "Closes the component.",
13654
+ "parameters": [
13655
+ {
13656
+ "name": "result",
13657
+ "optional": true,
13658
+ "type": {
13659
+ "text": "any"
13660
+ }
13661
+ }
13662
+ ],
13663
+ "inheritedFrom": {
13664
+ "name": "SbbOpenCloseBaseElement",
13665
+ "module": "core/base-elements/open-close-base-element.js"
13666
+ }
13667
+ },
13668
+ {
13669
+ "kind": "method",
13670
+ "name": "close",
13671
+ "privacy": "public",
13672
+ "return": {
13673
+ "type": {
13674
+ "text": "void"
13675
+ }
13676
+ },
13677
+ "description": "Closes the component.",
13678
+ "parameters": [
13679
+ {
13680
+ "name": "result",
13681
+ "optional": true,
13682
+ "type": {
13683
+ "text": "any"
13684
+ }
13685
+ }
13686
+ ],
13687
+ "inheritedFrom": {
13688
+ "name": "SbbOpenCloseBaseElement",
13689
+ "module": "core/base-elements/open-close-base-element.js"
13690
+ }
13691
+ },
13692
+ {
13693
+ "kind": "method",
13694
+ "name": "close",
13695
+ "privacy": "public",
13696
+ "return": {
13697
+ "type": {
13698
+ "text": "void"
13699
+ }
13700
+ },
13701
+ "description": "Closes the component.",
13702
+ "parameters": [
13703
+ {
13704
+ "name": "result",
13705
+ "optional": true,
13706
+ "type": {
13707
+ "text": "any"
13708
+ }
13709
+ }
13710
+ ],
13711
+ "inheritedFrom": {
13712
+ "name": "SbbOpenCloseBaseElement",
13713
+ "module": "core/base-elements/open-close-base-element.js"
13714
+ }
13715
+ },
13716
+ {
13717
+ "kind": "method",
13718
+ "name": "_close",
13719
+ "privacy": "private",
13720
+ "return": {
13721
+ "type": {
13722
+ "text": "void"
13723
+ }
13724
+ },
13725
+ "parameters": [
13726
+ {
13727
+ "name": "result",
13728
+ "type": {
13729
+ "text": "any"
13730
+ }
13731
+ },
13732
+ {
13733
+ "name": "target",
13734
+ "type": {
13735
+ "text": "HTMLElement | undefined"
13736
+ }
13737
+ }
13738
+ ]
13739
+ },
13740
+ {
13741
+ "kind": "method",
13742
+ "name": "_hasClosedParent",
13743
+ "privacy": "private",
13744
+ "return": {
13745
+ "type": {
13746
+ "text": "boolean"
13747
+ }
13748
+ },
13749
+ "description": "Check if there is a parent dialog or overlay in the DOM that is closed.\nIn this case, the overlay should not be opened because it would break the state.\nNot nested but stacked overlays are supported so this logic does not apply in this case."
13750
+ },
13751
+ {
13752
+ "kind": "method",
13753
+ "name": "_configureTrigger",
13754
+ "privacy": "private",
13755
+ "return": {
13756
+ "type": {
13757
+ "text": "void"
13758
+ }
13759
+ }
13760
+ },
13761
+ {
13762
+ "kind": "method",
13763
+ "name": "attachOpenOverlayEvents",
13764
+ "privacy": "protected",
13765
+ "return": {
13766
+ "type": {
13767
+ "text": "void"
13768
+ }
13769
+ }
13770
+ },
13771
+ {
13772
+ "kind": "method",
13773
+ "name": "removeInstanceFromGlobalCollection",
13774
+ "privacy": "protected",
13775
+ "return": {
13776
+ "type": {
13777
+ "text": "void"
13778
+ }
13779
+ }
13780
+ },
13781
+ {
13782
+ "kind": "method",
13783
+ "name": "closeOnSbbOverlayCloseClick",
13784
+ "privacy": "protected",
13785
+ "return": {
13786
+ "type": {
13787
+ "text": "void"
13788
+ }
13789
+ },
13790
+ "parameters": [
13791
+ {
13792
+ "name": "event",
13793
+ "type": {
13794
+ "text": "Event"
13795
+ }
13796
+ }
13797
+ ]
13798
+ },
13799
+ {
13800
+ "kind": "method",
13801
+ "name": "removeAriaLiveRefContent",
13802
+ "privacy": "protected",
13803
+ "return": {
13804
+ "type": {
13805
+ "text": "void"
13806
+ }
13807
+ }
13808
+ },
13809
+ {
13810
+ "kind": "method",
13811
+ "name": "setAriaLiveRefContent",
13812
+ "privacy": "protected",
13813
+ "return": {
13814
+ "type": {
13815
+ "text": "void"
13816
+ }
13817
+ },
13818
+ "parameters": [
13819
+ {
13820
+ "name": "label",
13821
+ "optional": true,
13822
+ "type": {
13823
+ "text": "string"
13824
+ }
13825
+ }
13826
+ ]
13827
+ },
13828
+ {
13829
+ "kind": "method",
13830
+ "name": "onOverlayAnimationEnd",
13831
+ "privacy": "protected",
13832
+ "return": {
13833
+ "type": {
13834
+ "text": "void"
13835
+ }
13836
+ },
13837
+ "parameters": [
13838
+ {
13839
+ "name": "event",
13840
+ "type": {
13841
+ "text": "AnimationEvent"
13842
+ }
13843
+ }
13844
+ ]
13845
+ },
13659
13846
  {
13660
13847
  "kind": "field",
13661
13848
  "name": "negative",
@@ -13800,52 +13987,6 @@
13800
13987
  }
13801
13988
  }
13802
13989
  ],
13803
- "events": [
13804
- {
13805
- "name": "beforeclose",
13806
- "type": {
13807
- "text": "CustomEvent<SbbOverlayCloseEventDetails>"
13808
- },
13809
- "description": "Emits whenever the component begins the closing transition. Can be canceled.",
13810
- "inheritedFrom": {
13811
- "name": "SbbOpenCloseBaseElement",
13812
- "module": "core/base-elements/open-close-base-element.js"
13813
- }
13814
- },
13815
- {
13816
- "name": "close",
13817
- "type": {
13818
- "text": "CustomEvent<SbbOverlayCloseEventDetails>"
13819
- },
13820
- "description": "Emits whenever the component is closed.",
13821
- "inheritedFrom": {
13822
- "name": "SbbOpenCloseBaseElement",
13823
- "module": "core/base-elements/open-close-base-element.js"
13824
- }
13825
- },
13826
- {
13827
- "name": "beforeopen",
13828
- "type": {
13829
- "text": "Event"
13830
- },
13831
- "description": "Emits whenever the component starts the opening transition. Can be canceled.",
13832
- "inheritedFrom": {
13833
- "name": "SbbOpenCloseBaseElement",
13834
- "module": "core/base-elements/open-close-base-element.js"
13835
- }
13836
- },
13837
- {
13838
- "name": "open",
13839
- "type": {
13840
- "text": "Event"
13841
- },
13842
- "description": "Emits whenever the component is opened.",
13843
- "inheritedFrom": {
13844
- "name": "SbbOpenCloseBaseElement",
13845
- "module": "core/base-elements/open-close-base-element.js"
13846
- }
13847
- }
13848
- ],
13849
13990
  "attributes": [
13850
13991
  {
13851
13992
  "name": "trigger",
@@ -13897,10 +14038,72 @@
13897
14038
  "superclass": {
13898
14039
  "name": "SbbOpenCloseBaseElement",
13899
14040
  "module": "core/base-elements.js"
13900
- }
14041
+ },
14042
+ "events": [
14043
+ {
14044
+ "name": "beforeopen",
14045
+ "type": {
14046
+ "text": "Event"
14047
+ },
14048
+ "description": "Emits whenever the component starts the opening transition. Can be canceled.",
14049
+ "inheritedFrom": {
14050
+ "name": "SbbOpenCloseBaseElement",
14051
+ "module": "core/base-elements/open-close-base-element.js"
14052
+ }
14053
+ },
14054
+ {
14055
+ "name": "open",
14056
+ "type": {
14057
+ "text": "Event"
14058
+ },
14059
+ "description": "Emits whenever the component is opened.",
14060
+ "inheritedFrom": {
14061
+ "name": "SbbOpenCloseBaseElement",
14062
+ "module": "core/base-elements/open-close-base-element.js"
14063
+ }
14064
+ },
14065
+ {
14066
+ "name": "beforeclose",
14067
+ "type": {
14068
+ "text": "Event"
14069
+ },
14070
+ "description": "Emits whenever the component begins the closing transition. Can be canceled.",
14071
+ "inheritedFrom": {
14072
+ "name": "SbbOpenCloseBaseElement",
14073
+ "module": "core/base-elements/open-close-base-element.js"
14074
+ }
14075
+ },
14076
+ {
14077
+ "name": "close",
14078
+ "type": {
14079
+ "text": "Event"
14080
+ },
14081
+ "description": "Emits whenever the component is closed.",
14082
+ "inheritedFrom": {
14083
+ "name": "SbbOpenCloseBaseElement",
14084
+ "module": "core/base-elements/open-close-base-element.js"
14085
+ }
14086
+ }
14087
+ ]
13901
14088
  }
13902
14089
  ],
13903
14090
  "exports": [
14091
+ {
14092
+ "kind": "js",
14093
+ "name": "SbbOverlayCloseEvent",
14094
+ "declaration": {
14095
+ "name": "SbbOverlayCloseEvent",
14096
+ "module": "overlay/overlay-base-element.js"
14097
+ }
14098
+ },
14099
+ {
14100
+ "kind": "js",
14101
+ "name": "assignOverlayResult",
14102
+ "declaration": {
14103
+ "name": "assignOverlayResult",
14104
+ "module": "overlay/overlay-base-element.js"
14105
+ }
14106
+ },
13904
14107
  {
13905
14108
  "kind": "js",
13906
14109
  "name": "overlayRefs",
@@ -14043,6 +14246,52 @@
14043
14246
  "module": "overlay/overlay-base-element.js"
14044
14247
  }
14045
14248
  },
14249
+ {
14250
+ "kind": "method",
14251
+ "name": "dispatchBeforeCloseEvent",
14252
+ "privacy": "protected",
14253
+ "return": {
14254
+ "type": {
14255
+ "text": "boolean"
14256
+ }
14257
+ },
14258
+ "parameters": [
14259
+ {
14260
+ "name": "_detail",
14261
+ "optional": true,
14262
+ "type": {
14263
+ "text": "SbbOverlayCloseEventDetails"
14264
+ }
14265
+ }
14266
+ ],
14267
+ "inheritedFrom": {
14268
+ "name": "SbbOpenCloseBaseElement",
14269
+ "module": "core/base-elements/open-close-base-element.js"
14270
+ }
14271
+ },
14272
+ {
14273
+ "kind": "method",
14274
+ "name": "dispatchCloseEvent",
14275
+ "privacy": "protected",
14276
+ "return": {
14277
+ "type": {
14278
+ "text": "boolean"
14279
+ }
14280
+ },
14281
+ "parameters": [
14282
+ {
14283
+ "name": "_detail",
14284
+ "optional": true,
14285
+ "type": {
14286
+ "text": "SbbOverlayCloseEventDetails"
14287
+ }
14288
+ }
14289
+ ],
14290
+ "inheritedFrom": {
14291
+ "name": "SbbOpenCloseBaseElement",
14292
+ "module": "core/base-elements/open-close-base-element.js"
14293
+ }
14294
+ },
14046
14295
  {
14047
14296
  "kind": "field",
14048
14297
  "name": "negative",
@@ -14285,7 +14534,7 @@
14285
14534
  "privacy": "public",
14286
14535
  "return": {
14287
14536
  "type": {
14288
- "text": "any"
14537
+ "text": "void"
14289
14538
  }
14290
14539
  },
14291
14540
  "description": "Closes the component.",
@@ -14296,18 +14545,39 @@
14296
14545
  "type": {
14297
14546
  "text": "any"
14298
14547
  }
14548
+ }
14549
+ ],
14550
+ "inheritedFrom": {
14551
+ "name": "SbbOpenCloseBaseElement",
14552
+ "module": "core/base-elements/open-close-base-element.js"
14553
+ }
14554
+ },
14555
+ {
14556
+ "kind": "method",
14557
+ "name": "_close",
14558
+ "privacy": "private",
14559
+ "return": {
14560
+ "type": {
14561
+ "text": "void"
14562
+ }
14563
+ },
14564
+ "parameters": [
14565
+ {
14566
+ "name": "result",
14567
+ "type": {
14568
+ "text": "any"
14569
+ }
14299
14570
  },
14300
14571
  {
14301
14572
  "name": "target",
14302
- "optional": true,
14303
14573
  "type": {
14304
- "text": "HTMLElement"
14574
+ "text": "HTMLElement | undefined"
14305
14575
  }
14306
14576
  }
14307
14577
  ],
14308
14578
  "inheritedFrom": {
14309
- "name": "SbbOpenCloseBaseElement",
14310
- "module": "core/base-elements/open-close-base-element.js"
14579
+ "name": "SbbOverlayBaseElement",
14580
+ "module": "overlay/overlay-base-element.js"
14311
14581
  }
14312
14582
  },
14313
14583
  {
@@ -14448,52 +14718,6 @@
14448
14718
  "module": "overlay/overlay-base-element.js"
14449
14719
  }
14450
14720
  },
14451
- {
14452
- "kind": "method",
14453
- "name": "dispatchBeforeCloseEvent",
14454
- "privacy": "protected",
14455
- "return": {
14456
- "type": {
14457
- "text": "boolean"
14458
- }
14459
- },
14460
- "parameters": [
14461
- {
14462
- "name": "detail",
14463
- "optional": true,
14464
- "type": {
14465
- "text": "SbbOverlayCloseEventDetails"
14466
- }
14467
- }
14468
- ],
14469
- "inheritedFrom": {
14470
- "name": "SbbOpenCloseBaseElement",
14471
- "module": "core/base-elements/open-close-base-element.js"
14472
- }
14473
- },
14474
- {
14475
- "kind": "method",
14476
- "name": "dispatchCloseEvent",
14477
- "privacy": "protected",
14478
- "return": {
14479
- "type": {
14480
- "text": "boolean"
14481
- }
14482
- },
14483
- "parameters": [
14484
- {
14485
- "name": "detail",
14486
- "optional": true,
14487
- "type": {
14488
- "text": "SbbOverlayCloseEventDetails"
14489
- }
14490
- }
14491
- ],
14492
- "inheritedFrom": {
14493
- "name": "SbbOpenCloseBaseElement",
14494
- "module": "core/base-elements/open-close-base-element.js"
14495
- }
14496
- },
14497
14721
  {
14498
14722
  "kind": "method",
14499
14723
  "name": "toggleState",
@@ -14607,6 +14831,52 @@
14607
14831
  }
14608
14832
  }
14609
14833
  ],
14834
+ "events": [
14835
+ {
14836
+ "name": "beforeclose",
14837
+ "type": {
14838
+ "text": "SbbOverlayCloseEvent"
14839
+ },
14840
+ "description": "Emits whenever the component begins the closing transition. Can be canceled.",
14841
+ "inheritedFrom": {
14842
+ "name": "SbbOpenCloseBaseElement",
14843
+ "module": "core/base-elements/open-close-base-element.js"
14844
+ }
14845
+ },
14846
+ {
14847
+ "name": "close",
14848
+ "type": {
14849
+ "text": "SbbOverlayCloseEvent"
14850
+ },
14851
+ "description": "Emits whenever the component is closed.",
14852
+ "inheritedFrom": {
14853
+ "name": "SbbOpenCloseBaseElement",
14854
+ "module": "core/base-elements/open-close-base-element.js"
14855
+ }
14856
+ },
14857
+ {
14858
+ "name": "beforeopen",
14859
+ "type": {
14860
+ "text": "Event"
14861
+ },
14862
+ "description": "Emits whenever the component starts the opening transition. Can be canceled.",
14863
+ "inheritedFrom": {
14864
+ "name": "SbbOpenCloseBaseElement",
14865
+ "module": "core/base-elements/open-close-base-element.js"
14866
+ }
14867
+ },
14868
+ {
14869
+ "name": "open",
14870
+ "type": {
14871
+ "text": "Event"
14872
+ },
14873
+ "description": "Emits whenever the component is opened.",
14874
+ "inheritedFrom": {
14875
+ "name": "SbbOpenCloseBaseElement",
14876
+ "module": "core/base-elements/open-close-base-element.js"
14877
+ }
14878
+ }
14879
+ ],
14610
14880
  "attributes": [
14611
14881
  {
14612
14882
  "name": "expanded",
@@ -14684,53 +14954,7 @@
14684
14954
  "module": "overlay/overlay-base-element.js"
14685
14955
  },
14686
14956
  "tagName": "sbb-overlay",
14687
- "customElement": true,
14688
- "events": [
14689
- {
14690
- "name": "beforeclose",
14691
- "type": {
14692
- "text": "CustomEvent<SbbOverlayCloseEventDetails>"
14693
- },
14694
- "description": "Emits whenever the component begins the closing transition. Can be canceled.",
14695
- "inheritedFrom": {
14696
- "name": "SbbOpenCloseBaseElement",
14697
- "module": "core/base-elements/open-close-base-element.js"
14698
- }
14699
- },
14700
- {
14701
- "name": "close",
14702
- "type": {
14703
- "text": "CustomEvent<SbbOverlayCloseEventDetails>"
14704
- },
14705
- "description": "Emits whenever the component is closed.",
14706
- "inheritedFrom": {
14707
- "name": "SbbOpenCloseBaseElement",
14708
- "module": "core/base-elements/open-close-base-element.js"
14709
- }
14710
- },
14711
- {
14712
- "name": "beforeopen",
14713
- "type": {
14714
- "text": "Event"
14715
- },
14716
- "description": "Emits whenever the component starts the opening transition. Can be canceled.",
14717
- "inheritedFrom": {
14718
- "name": "SbbOpenCloseBaseElement",
14719
- "module": "core/base-elements/open-close-base-element.js"
14720
- }
14721
- },
14722
- {
14723
- "name": "open",
14724
- "type": {
14725
- "text": "Event"
14726
- },
14727
- "description": "Emits whenever the component is opened.",
14728
- "inheritedFrom": {
14729
- "name": "SbbOpenCloseBaseElement",
14730
- "module": "core/base-elements/open-close-base-element.js"
14731
- }
14732
- }
14733
- ]
14957
+ "customElement": true
14734
14958
  }
14735
14959
  ],
14736
14960
  "exports": [
@@ -21004,405 +21228,6 @@
21004
21228
  }
21005
21229
  ]
21006
21230
  },
21007
- {
21008
- "kind": "javascript-module",
21009
- "path": "teaser-hero/teaser-hero.component.js",
21010
- "declarations": [
21011
- {
21012
- "kind": "class",
21013
- "description": "It displays an image and an action call within a panel.",
21014
- "name": "SbbTeaserHeroElement",
21015
- "slots": [
21016
- {
21017
- "description": "Use the unnamed slot to add text content to the panel",
21018
- "name": ""
21019
- },
21020
- {
21021
- "description": "Link content of the panel",
21022
- "name": "link-content"
21023
- },
21024
- {
21025
- "description": "The background image that can be a `sbb-image`",
21026
- "name": "image"
21027
- },
21028
- {
21029
- "description": "The `sbb-chip-label` component that will be displayed on top-left corner",
21030
- "name": "chip"
21031
- }
21032
- ],
21033
- "members": [
21034
- {
21035
- "kind": "field",
21036
- "name": "linkContent",
21037
- "type": {
21038
- "text": "string"
21039
- },
21040
- "privacy": "public",
21041
- "default": "''",
21042
- "description": "Panel link text.",
21043
- "attribute": "link-content",
21044
- "reflects": true
21045
- },
21046
- {
21047
- "kind": "method",
21048
- "name": "_imageSlotChanged",
21049
- "privacy": "private",
21050
- "return": {
21051
- "type": {
21052
- "text": "void"
21053
- }
21054
- }
21055
- },
21056
- {
21057
- "kind": "method",
21058
- "name": "renderTemplate",
21059
- "privacy": "protected",
21060
- "return": {
21061
- "type": {
21062
- "text": "TemplateResult"
21063
- }
21064
- },
21065
- "description": "Override this method to render the component template.",
21066
- "inheritedFrom": {
21067
- "name": "SbbActionBaseElement",
21068
- "module": "core/base-elements/action-base-element.js"
21069
- }
21070
- },
21071
- {
21072
- "kind": "field",
21073
- "name": "href",
21074
- "type": {
21075
- "text": "string"
21076
- },
21077
- "privacy": "public",
21078
- "default": "''",
21079
- "description": "The href value you want to link to.",
21080
- "attribute": "href",
21081
- "reflects": true,
21082
- "inheritedFrom": {
21083
- "name": "SbbLinkBaseElement",
21084
- "module": "core/base-elements/link-base-element.js"
21085
- }
21086
- },
21087
- {
21088
- "kind": "field",
21089
- "name": "target",
21090
- "type": {
21091
- "text": "LinkTargetType | string"
21092
- },
21093
- "privacy": "public",
21094
- "default": "''",
21095
- "description": "Where to display the linked URL.",
21096
- "attribute": "target",
21097
- "reflects": true,
21098
- "inheritedFrom": {
21099
- "name": "SbbLinkBaseElement",
21100
- "module": "core/base-elements/link-base-element.js"
21101
- }
21102
- },
21103
- {
21104
- "kind": "field",
21105
- "name": "rel",
21106
- "type": {
21107
- "text": "string"
21108
- },
21109
- "privacy": "public",
21110
- "default": "''",
21111
- "description": "The relationship of the linked URL as space-separated link types.",
21112
- "attribute": "rel",
21113
- "reflects": true,
21114
- "inheritedFrom": {
21115
- "name": "SbbLinkBaseElement",
21116
- "module": "core/base-elements/link-base-element.js"
21117
- }
21118
- },
21119
- {
21120
- "kind": "field",
21121
- "name": "download",
21122
- "type": {
21123
- "text": "boolean"
21124
- },
21125
- "privacy": "public",
21126
- "default": "false",
21127
- "description": "Whether the browser will show the download dialog on click.",
21128
- "attribute": "download",
21129
- "reflects": true,
21130
- "inheritedFrom": {
21131
- "name": "SbbLinkBaseElement",
21132
- "module": "core/base-elements/link-base-element.js"
21133
- }
21134
- },
21135
- {
21136
- "kind": "field",
21137
- "name": "accessibilityLabel",
21138
- "type": {
21139
- "text": "string"
21140
- },
21141
- "privacy": "public",
21142
- "default": "''",
21143
- "description": "This will be forwarded as aria-label to the inner anchor element.",
21144
- "attribute": "accessibility-label",
21145
- "inheritedFrom": {
21146
- "name": "SbbLinkBaseElement",
21147
- "module": "core/base-elements/link-base-element.js"
21148
- }
21149
- },
21150
- {
21151
- "kind": "field",
21152
- "name": "accessibilityCurrent",
21153
- "type": {
21154
- "text": "string"
21155
- },
21156
- "privacy": "public",
21157
- "default": "''",
21158
- "description": "This will be forwarded as aria-current to the inner anchor element.",
21159
- "attribute": "accessibility-current",
21160
- "inheritedFrom": {
21161
- "name": "SbbLinkBaseElement",
21162
- "module": "core/base-elements/link-base-element.js"
21163
- }
21164
- },
21165
- {
21166
- "kind": "field",
21167
- "name": "language",
21168
- "privacy": "protected",
21169
- "default": "new SbbLanguageController(this)",
21170
- "inheritedFrom": {
21171
- "name": "SbbLinkBaseElement",
21172
- "module": "core/base-elements/link-base-element.js"
21173
- }
21174
- },
21175
- {
21176
- "kind": "field",
21177
- "name": "anchorRole",
21178
- "type": {
21179
- "text": "string | null"
21180
- },
21181
- "privacy": "protected",
21182
- "readonly": true,
21183
- "default": "null",
21184
- "inheritedFrom": {
21185
- "name": "SbbLinkBaseElement",
21186
- "module": "core/base-elements/link-base-element.js"
21187
- }
21188
- },
21189
- {
21190
- "kind": "field",
21191
- "name": "_evaluateRelAttribute",
21192
- "privacy": "private",
21193
- "inheritedFrom": {
21194
- "name": "SbbLinkBaseElement",
21195
- "module": "core/base-elements/link-base-element.js"
21196
- }
21197
- },
21198
- {
21199
- "kind": "method",
21200
- "name": "renderLink",
21201
- "privacy": "protected",
21202
- "return": {
21203
- "type": {
21204
- "text": "TemplateResult"
21205
- }
21206
- },
21207
- "parameters": [
21208
- {
21209
- "name": "renderContent",
21210
- "type": {
21211
- "text": "TemplateResult"
21212
- }
21213
- }
21214
- ],
21215
- "inheritedFrom": {
21216
- "name": "SbbLinkBaseElement",
21217
- "module": "core/base-elements/link-base-element.js"
21218
- }
21219
- },
21220
- {
21221
- "kind": "method",
21222
- "name": "toggleState",
21223
- "privacy": "protected",
21224
- "return": {
21225
- "type": {
21226
- "text": "void"
21227
- }
21228
- },
21229
- "parameters": [
21230
- {
21231
- "name": "value",
21232
- "type": {
21233
- "text": "string"
21234
- }
21235
- },
21236
- {
21237
- "name": "force",
21238
- "optional": true,
21239
- "type": {
21240
- "text": "boolean"
21241
- }
21242
- }
21243
- ],
21244
- "inheritedFrom": {
21245
- "name": "SbbElementInternalsMixin",
21246
- "module": "core/mixins/element-internals-mixin.js"
21247
- }
21248
- },
21249
- {
21250
- "kind": "field",
21251
- "name": "maybeDisabled",
21252
- "type": {
21253
- "text": "boolean | undefined"
21254
- },
21255
- "privacy": "protected",
21256
- "readonly": true,
21257
- "inheritedFrom": {
21258
- "name": "SbbActionBaseElement",
21259
- "module": "core/base-elements/action-base-element.js"
21260
- }
21261
- },
21262
- {
21263
- "kind": "field",
21264
- "name": "maybeDisabledInteractive",
21265
- "type": {
21266
- "text": "boolean | undefined"
21267
- },
21268
- "privacy": "protected",
21269
- "readonly": true,
21270
- "inheritedFrom": {
21271
- "name": "SbbActionBaseElement",
21272
- "module": "core/base-elements/action-base-element.js"
21273
- }
21274
- },
21275
- {
21276
- "kind": "method",
21277
- "name": "setupBaseEventHandlers",
21278
- "privacy": "protected",
21279
- "return": {
21280
- "type": {
21281
- "text": "void"
21282
- }
21283
- },
21284
- "inheritedFrom": {
21285
- "name": "SbbActionBaseElement",
21286
- "module": "core/base-elements/action-base-element.js"
21287
- }
21288
- }
21289
- ],
21290
- "attributes": [
21291
- {
21292
- "name": "link-content",
21293
- "type": {
21294
- "text": "string"
21295
- },
21296
- "default": "''",
21297
- "description": "Panel link text.",
21298
- "fieldName": "linkContent"
21299
- },
21300
- {
21301
- "name": "href",
21302
- "type": {
21303
- "text": "string"
21304
- },
21305
- "default": "''",
21306
- "description": "The href value you want to link to.",
21307
- "fieldName": "href",
21308
- "inheritedFrom": {
21309
- "name": "SbbLinkBaseElement",
21310
- "module": "core/base-elements/link-base-element.js"
21311
- }
21312
- },
21313
- {
21314
- "name": "target",
21315
- "type": {
21316
- "text": "LinkTargetType | string"
21317
- },
21318
- "default": "''",
21319
- "description": "Where to display the linked URL.",
21320
- "fieldName": "target",
21321
- "inheritedFrom": {
21322
- "name": "SbbLinkBaseElement",
21323
- "module": "core/base-elements/link-base-element.js"
21324
- }
21325
- },
21326
- {
21327
- "name": "rel",
21328
- "type": {
21329
- "text": "string"
21330
- },
21331
- "default": "''",
21332
- "description": "The relationship of the linked URL as space-separated link types.",
21333
- "fieldName": "rel",
21334
- "inheritedFrom": {
21335
- "name": "SbbLinkBaseElement",
21336
- "module": "core/base-elements/link-base-element.js"
21337
- }
21338
- },
21339
- {
21340
- "name": "download",
21341
- "type": {
21342
- "text": "boolean"
21343
- },
21344
- "default": "false",
21345
- "description": "Whether the browser will show the download dialog on click.",
21346
- "fieldName": "download",
21347
- "inheritedFrom": {
21348
- "name": "SbbLinkBaseElement",
21349
- "module": "core/base-elements/link-base-element.js"
21350
- }
21351
- },
21352
- {
21353
- "name": "accessibility-label",
21354
- "type": {
21355
- "text": "string"
21356
- },
21357
- "default": "''",
21358
- "description": "This will be forwarded as aria-label to the inner anchor element.",
21359
- "fieldName": "accessibilityLabel",
21360
- "inheritedFrom": {
21361
- "name": "SbbLinkBaseElement",
21362
- "module": "core/base-elements/link-base-element.js"
21363
- }
21364
- },
21365
- {
21366
- "name": "accessibility-current",
21367
- "type": {
21368
- "text": "string"
21369
- },
21370
- "default": "''",
21371
- "description": "This will be forwarded as aria-current to the inner anchor element.",
21372
- "fieldName": "accessibilityCurrent",
21373
- "inheritedFrom": {
21374
- "name": "SbbLinkBaseElement",
21375
- "module": "core/base-elements/link-base-element.js"
21376
- }
21377
- }
21378
- ],
21379
- "superclass": {
21380
- "name": "SbbLinkBaseElement",
21381
- "module": "core/base-elements.js"
21382
- },
21383
- "tagName": "sbb-teaser-hero",
21384
- "customElement": true
21385
- }
21386
- ],
21387
- "exports": [
21388
- {
21389
- "kind": "js",
21390
- "name": "SbbTeaserHeroElement",
21391
- "declaration": {
21392
- "name": "SbbTeaserHeroElement",
21393
- "module": "teaser-hero/teaser-hero.component.js"
21394
- }
21395
- },
21396
- {
21397
- "kind": "custom-element-definition",
21398
- "name": "sbb-teaser-hero",
21399
- "declaration": {
21400
- "name": "SbbTeaserHeroElement",
21401
- "module": "teaser-hero/teaser-hero.component.js"
21402
- }
21403
- }
21404
- ]
21405
- },
21406
21231
  {
21407
21232
  "kind": "javascript-module",
21408
21233
  "path": "teaser-product/common.js",
@@ -21456,6 +21281,405 @@
21456
21281
  }
21457
21282
  ]
21458
21283
  },
21284
+ {
21285
+ "kind": "javascript-module",
21286
+ "path": "teaser-hero/teaser-hero.component.js",
21287
+ "declarations": [
21288
+ {
21289
+ "kind": "class",
21290
+ "description": "It displays an image and an action call within a panel.",
21291
+ "name": "SbbTeaserHeroElement",
21292
+ "slots": [
21293
+ {
21294
+ "description": "Use the unnamed slot to add text content to the panel",
21295
+ "name": ""
21296
+ },
21297
+ {
21298
+ "description": "Link content of the panel",
21299
+ "name": "link-content"
21300
+ },
21301
+ {
21302
+ "description": "The background image that can be a `sbb-image`",
21303
+ "name": "image"
21304
+ },
21305
+ {
21306
+ "description": "The `sbb-chip-label` component that will be displayed on top-left corner",
21307
+ "name": "chip"
21308
+ }
21309
+ ],
21310
+ "members": [
21311
+ {
21312
+ "kind": "field",
21313
+ "name": "linkContent",
21314
+ "type": {
21315
+ "text": "string"
21316
+ },
21317
+ "privacy": "public",
21318
+ "default": "''",
21319
+ "description": "Panel link text.",
21320
+ "attribute": "link-content",
21321
+ "reflects": true
21322
+ },
21323
+ {
21324
+ "kind": "method",
21325
+ "name": "_imageSlotChanged",
21326
+ "privacy": "private",
21327
+ "return": {
21328
+ "type": {
21329
+ "text": "void"
21330
+ }
21331
+ }
21332
+ },
21333
+ {
21334
+ "kind": "method",
21335
+ "name": "renderTemplate",
21336
+ "privacy": "protected",
21337
+ "return": {
21338
+ "type": {
21339
+ "text": "TemplateResult"
21340
+ }
21341
+ },
21342
+ "description": "Override this method to render the component template.",
21343
+ "inheritedFrom": {
21344
+ "name": "SbbActionBaseElement",
21345
+ "module": "core/base-elements/action-base-element.js"
21346
+ }
21347
+ },
21348
+ {
21349
+ "kind": "field",
21350
+ "name": "href",
21351
+ "type": {
21352
+ "text": "string"
21353
+ },
21354
+ "privacy": "public",
21355
+ "default": "''",
21356
+ "description": "The href value you want to link to.",
21357
+ "attribute": "href",
21358
+ "reflects": true,
21359
+ "inheritedFrom": {
21360
+ "name": "SbbLinkBaseElement",
21361
+ "module": "core/base-elements/link-base-element.js"
21362
+ }
21363
+ },
21364
+ {
21365
+ "kind": "field",
21366
+ "name": "target",
21367
+ "type": {
21368
+ "text": "LinkTargetType | string"
21369
+ },
21370
+ "privacy": "public",
21371
+ "default": "''",
21372
+ "description": "Where to display the linked URL.",
21373
+ "attribute": "target",
21374
+ "reflects": true,
21375
+ "inheritedFrom": {
21376
+ "name": "SbbLinkBaseElement",
21377
+ "module": "core/base-elements/link-base-element.js"
21378
+ }
21379
+ },
21380
+ {
21381
+ "kind": "field",
21382
+ "name": "rel",
21383
+ "type": {
21384
+ "text": "string"
21385
+ },
21386
+ "privacy": "public",
21387
+ "default": "''",
21388
+ "description": "The relationship of the linked URL as space-separated link types.",
21389
+ "attribute": "rel",
21390
+ "reflects": true,
21391
+ "inheritedFrom": {
21392
+ "name": "SbbLinkBaseElement",
21393
+ "module": "core/base-elements/link-base-element.js"
21394
+ }
21395
+ },
21396
+ {
21397
+ "kind": "field",
21398
+ "name": "download",
21399
+ "type": {
21400
+ "text": "boolean"
21401
+ },
21402
+ "privacy": "public",
21403
+ "default": "false",
21404
+ "description": "Whether the browser will show the download dialog on click.",
21405
+ "attribute": "download",
21406
+ "reflects": true,
21407
+ "inheritedFrom": {
21408
+ "name": "SbbLinkBaseElement",
21409
+ "module": "core/base-elements/link-base-element.js"
21410
+ }
21411
+ },
21412
+ {
21413
+ "kind": "field",
21414
+ "name": "accessibilityLabel",
21415
+ "type": {
21416
+ "text": "string"
21417
+ },
21418
+ "privacy": "public",
21419
+ "default": "''",
21420
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
21421
+ "attribute": "accessibility-label",
21422
+ "inheritedFrom": {
21423
+ "name": "SbbLinkBaseElement",
21424
+ "module": "core/base-elements/link-base-element.js"
21425
+ }
21426
+ },
21427
+ {
21428
+ "kind": "field",
21429
+ "name": "accessibilityCurrent",
21430
+ "type": {
21431
+ "text": "string"
21432
+ },
21433
+ "privacy": "public",
21434
+ "default": "''",
21435
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
21436
+ "attribute": "accessibility-current",
21437
+ "inheritedFrom": {
21438
+ "name": "SbbLinkBaseElement",
21439
+ "module": "core/base-elements/link-base-element.js"
21440
+ }
21441
+ },
21442
+ {
21443
+ "kind": "field",
21444
+ "name": "language",
21445
+ "privacy": "protected",
21446
+ "default": "new SbbLanguageController(this)",
21447
+ "inheritedFrom": {
21448
+ "name": "SbbLinkBaseElement",
21449
+ "module": "core/base-elements/link-base-element.js"
21450
+ }
21451
+ },
21452
+ {
21453
+ "kind": "field",
21454
+ "name": "anchorRole",
21455
+ "type": {
21456
+ "text": "string | null"
21457
+ },
21458
+ "privacy": "protected",
21459
+ "readonly": true,
21460
+ "default": "null",
21461
+ "inheritedFrom": {
21462
+ "name": "SbbLinkBaseElement",
21463
+ "module": "core/base-elements/link-base-element.js"
21464
+ }
21465
+ },
21466
+ {
21467
+ "kind": "field",
21468
+ "name": "_evaluateRelAttribute",
21469
+ "privacy": "private",
21470
+ "inheritedFrom": {
21471
+ "name": "SbbLinkBaseElement",
21472
+ "module": "core/base-elements/link-base-element.js"
21473
+ }
21474
+ },
21475
+ {
21476
+ "kind": "method",
21477
+ "name": "renderLink",
21478
+ "privacy": "protected",
21479
+ "return": {
21480
+ "type": {
21481
+ "text": "TemplateResult"
21482
+ }
21483
+ },
21484
+ "parameters": [
21485
+ {
21486
+ "name": "renderContent",
21487
+ "type": {
21488
+ "text": "TemplateResult"
21489
+ }
21490
+ }
21491
+ ],
21492
+ "inheritedFrom": {
21493
+ "name": "SbbLinkBaseElement",
21494
+ "module": "core/base-elements/link-base-element.js"
21495
+ }
21496
+ },
21497
+ {
21498
+ "kind": "method",
21499
+ "name": "toggleState",
21500
+ "privacy": "protected",
21501
+ "return": {
21502
+ "type": {
21503
+ "text": "void"
21504
+ }
21505
+ },
21506
+ "parameters": [
21507
+ {
21508
+ "name": "value",
21509
+ "type": {
21510
+ "text": "string"
21511
+ }
21512
+ },
21513
+ {
21514
+ "name": "force",
21515
+ "optional": true,
21516
+ "type": {
21517
+ "text": "boolean"
21518
+ }
21519
+ }
21520
+ ],
21521
+ "inheritedFrom": {
21522
+ "name": "SbbElementInternalsMixin",
21523
+ "module": "core/mixins/element-internals-mixin.js"
21524
+ }
21525
+ },
21526
+ {
21527
+ "kind": "field",
21528
+ "name": "maybeDisabled",
21529
+ "type": {
21530
+ "text": "boolean | undefined"
21531
+ },
21532
+ "privacy": "protected",
21533
+ "readonly": true,
21534
+ "inheritedFrom": {
21535
+ "name": "SbbActionBaseElement",
21536
+ "module": "core/base-elements/action-base-element.js"
21537
+ }
21538
+ },
21539
+ {
21540
+ "kind": "field",
21541
+ "name": "maybeDisabledInteractive",
21542
+ "type": {
21543
+ "text": "boolean | undefined"
21544
+ },
21545
+ "privacy": "protected",
21546
+ "readonly": true,
21547
+ "inheritedFrom": {
21548
+ "name": "SbbActionBaseElement",
21549
+ "module": "core/base-elements/action-base-element.js"
21550
+ }
21551
+ },
21552
+ {
21553
+ "kind": "method",
21554
+ "name": "setupBaseEventHandlers",
21555
+ "privacy": "protected",
21556
+ "return": {
21557
+ "type": {
21558
+ "text": "void"
21559
+ }
21560
+ },
21561
+ "inheritedFrom": {
21562
+ "name": "SbbActionBaseElement",
21563
+ "module": "core/base-elements/action-base-element.js"
21564
+ }
21565
+ }
21566
+ ],
21567
+ "attributes": [
21568
+ {
21569
+ "name": "link-content",
21570
+ "type": {
21571
+ "text": "string"
21572
+ },
21573
+ "default": "''",
21574
+ "description": "Panel link text.",
21575
+ "fieldName": "linkContent"
21576
+ },
21577
+ {
21578
+ "name": "href",
21579
+ "type": {
21580
+ "text": "string"
21581
+ },
21582
+ "default": "''",
21583
+ "description": "The href value you want to link to.",
21584
+ "fieldName": "href",
21585
+ "inheritedFrom": {
21586
+ "name": "SbbLinkBaseElement",
21587
+ "module": "core/base-elements/link-base-element.js"
21588
+ }
21589
+ },
21590
+ {
21591
+ "name": "target",
21592
+ "type": {
21593
+ "text": "LinkTargetType | string"
21594
+ },
21595
+ "default": "''",
21596
+ "description": "Where to display the linked URL.",
21597
+ "fieldName": "target",
21598
+ "inheritedFrom": {
21599
+ "name": "SbbLinkBaseElement",
21600
+ "module": "core/base-elements/link-base-element.js"
21601
+ }
21602
+ },
21603
+ {
21604
+ "name": "rel",
21605
+ "type": {
21606
+ "text": "string"
21607
+ },
21608
+ "default": "''",
21609
+ "description": "The relationship of the linked URL as space-separated link types.",
21610
+ "fieldName": "rel",
21611
+ "inheritedFrom": {
21612
+ "name": "SbbLinkBaseElement",
21613
+ "module": "core/base-elements/link-base-element.js"
21614
+ }
21615
+ },
21616
+ {
21617
+ "name": "download",
21618
+ "type": {
21619
+ "text": "boolean"
21620
+ },
21621
+ "default": "false",
21622
+ "description": "Whether the browser will show the download dialog on click.",
21623
+ "fieldName": "download",
21624
+ "inheritedFrom": {
21625
+ "name": "SbbLinkBaseElement",
21626
+ "module": "core/base-elements/link-base-element.js"
21627
+ }
21628
+ },
21629
+ {
21630
+ "name": "accessibility-label",
21631
+ "type": {
21632
+ "text": "string"
21633
+ },
21634
+ "default": "''",
21635
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
21636
+ "fieldName": "accessibilityLabel",
21637
+ "inheritedFrom": {
21638
+ "name": "SbbLinkBaseElement",
21639
+ "module": "core/base-elements/link-base-element.js"
21640
+ }
21641
+ },
21642
+ {
21643
+ "name": "accessibility-current",
21644
+ "type": {
21645
+ "text": "string"
21646
+ },
21647
+ "default": "''",
21648
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
21649
+ "fieldName": "accessibilityCurrent",
21650
+ "inheritedFrom": {
21651
+ "name": "SbbLinkBaseElement",
21652
+ "module": "core/base-elements/link-base-element.js"
21653
+ }
21654
+ }
21655
+ ],
21656
+ "superclass": {
21657
+ "name": "SbbLinkBaseElement",
21658
+ "module": "core/base-elements.js"
21659
+ },
21660
+ "tagName": "sbb-teaser-hero",
21661
+ "customElement": true
21662
+ }
21663
+ ],
21664
+ "exports": [
21665
+ {
21666
+ "kind": "js",
21667
+ "name": "SbbTeaserHeroElement",
21668
+ "declaration": {
21669
+ "name": "SbbTeaserHeroElement",
21670
+ "module": "teaser-hero/teaser-hero.component.js"
21671
+ }
21672
+ },
21673
+ {
21674
+ "kind": "custom-element-definition",
21675
+ "name": "sbb-teaser-hero",
21676
+ "declaration": {
21677
+ "name": "SbbTeaserHeroElement",
21678
+ "module": "teaser-hero/teaser-hero.component.js"
21679
+ }
21680
+ }
21681
+ ]
21682
+ },
21459
21683
  {
21460
21684
  "kind": "javascript-module",
21461
21685
  "path": "time-input/time-input.component.js",
@@ -27206,12 +27430,20 @@
27206
27430
  {
27207
27431
  "kind": "field",
27208
27432
  "name": "_state",
27433
+ "privacy": "private",
27434
+ "description": "The state of the breadcrumb group.",
27435
+ "type": {
27436
+ "text": "'collapsed' | 'manually-expanded' | null"
27437
+ }
27438
+ },
27439
+ {
27440
+ "kind": "field",
27441
+ "name": "_stateInternal",
27209
27442
  "type": {
27210
27443
  "text": "'collapsed' | 'manually-expanded' | null"
27211
27444
  },
27212
27445
  "privacy": "private",
27213
- "default": "null",
27214
- "description": "The state of the breadcrumb group."
27446
+ "default": "null"
27215
27447
  },
27216
27448
  {
27217
27449
  "kind": "field",
@@ -31876,7 +32108,7 @@
31876
32108
  "declarations": [
31877
32109
  {
31878
32110
  "kind": "class",
31879
- "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.",
32111
+ "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`. *",
31880
32112
  "name": "SbbMiniButtonElement",
31881
32113
  "slots": [
31882
32114
  {
@@ -32667,365 +32899,937 @@
32667
32899
  }
32668
32900
  },
32669
32901
  {
32670
- "name": "value",
32671
- "type": {
32672
- "text": "string"
32673
- },
32674
- "default": "''",
32675
- "description": "Value of the form element.",
32676
- "fieldName": "value",
32677
- "inheritedFrom": {
32678
- "name": "SbbButtonBaseElement",
32679
- "module": "core/base-elements/button-base-element.js"
32680
- }
32681
- },
32682
- {
32683
- "name": "type",
32684
- "description": "The type attribute to use for the button.",
32685
- "default": "'button'",
32902
+ "name": "value",
32903
+ "type": {
32904
+ "text": "string"
32905
+ },
32906
+ "default": "''",
32907
+ "description": "Value of the form element.",
32908
+ "fieldName": "value",
32909
+ "inheritedFrom": {
32910
+ "name": "SbbButtonBaseElement",
32911
+ "module": "core/base-elements/button-base-element.js"
32912
+ }
32913
+ },
32914
+ {
32915
+ "name": "type",
32916
+ "description": "The type attribute to use for the button.",
32917
+ "default": "'button'",
32918
+ "type": {
32919
+ "text": "SbbButtonType"
32920
+ },
32921
+ "fieldName": "type",
32922
+ "inheritedFrom": {
32923
+ "name": "SbbButtonBaseElement",
32924
+ "module": "core/base-elements/button-base-element.js"
32925
+ }
32926
+ },
32927
+ {
32928
+ "name": "form",
32929
+ "description": "The `<form>` element to associate the button with.",
32930
+ "type": {
32931
+ "text": "HTMLFormElement | null"
32932
+ },
32933
+ "fieldName": "form",
32934
+ "inheritedFrom": {
32935
+ "name": "SbbButtonBaseElement",
32936
+ "module": "core/base-elements/button-base-element.js"
32937
+ }
32938
+ },
32939
+ {
32940
+ "name": "name",
32941
+ "description": "Name of the form element. Will be read from name attribute.",
32942
+ "type": {
32943
+ "text": "string"
32944
+ },
32945
+ "fieldName": "name",
32946
+ "inheritedFrom": {
32947
+ "name": "SbbFormAssociatedMixin",
32948
+ "module": "core/mixins/form-associated-mixin.js"
32949
+ }
32950
+ }
32951
+ ]
32952
+ }
32953
+ ],
32954
+ "exports": [
32955
+ {
32956
+ "kind": "js",
32957
+ "name": "SbbMiniButtonElement",
32958
+ "declaration": {
32959
+ "name": "SbbMiniButtonElement",
32960
+ "module": "button/mini-button/mini-button.component.js"
32961
+ }
32962
+ },
32963
+ {
32964
+ "kind": "custom-element-definition",
32965
+ "name": "sbb-mini-button",
32966
+ "declaration": {
32967
+ "name": "SbbMiniButtonElement",
32968
+ "module": "button/mini-button/mini-button.component.js"
32969
+ }
32970
+ }
32971
+ ]
32972
+ },
32973
+ {
32974
+ "kind": "javascript-module",
32975
+ "path": "button/mini-button-group/mini-button-group.component.js",
32976
+ "declarations": [
32977
+ {
32978
+ "kind": "class",
32979
+ "description": "Display a list of `sbb-mini-button` elements in a horizontal container,\npossibly separated by a `sbb-divider` component.",
32980
+ "name": "SbbMiniButtonGroupElement",
32981
+ "slots": [
32982
+ {
32983
+ "description": "Use the unnamed slot to add `sbb-mini-button` and `sbb-divider` elements.",
32984
+ "name": ""
32985
+ }
32986
+ ],
32987
+ "members": [
32988
+ {
32989
+ "kind": "field",
32990
+ "name": "listChildLocalNames",
32991
+ "type": {
32992
+ "text": "array"
32993
+ },
32994
+ "privacy": "protected",
32995
+ "readonly": true,
32996
+ "description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
32997
+ "default": "[ 'sbb-mini-button', 'sbb-mini-button-link', 'sbb-divider', ]",
32998
+ "inheritedFrom": {
32999
+ "name": "SbbNamedSlotListMixin",
33000
+ "module": "core/mixins/named-slot-list-mixin.js"
33001
+ }
33002
+ },
33003
+ {
33004
+ "kind": "field",
33005
+ "name": "accessibilityLabel",
33006
+ "type": {
33007
+ "text": "string"
33008
+ },
33009
+ "privacy": "public",
33010
+ "default": "''",
33011
+ "description": "This will be forwarded as aria-label to the list that contains the buttons.",
33012
+ "attribute": "accessibility-label"
33013
+ },
33014
+ {
33015
+ "kind": "field",
33016
+ "name": "size",
33017
+ "type": {
33018
+ "text": "SbbMiniButtonGroupSize"
33019
+ },
33020
+ "privacy": "public",
33021
+ "description": "Size variant, either s, m, l or xl.",
33022
+ "default": "'m' / 's' (lean)",
33023
+ "attribute": "size",
33024
+ "reflects": true
33025
+ },
33026
+ {
33027
+ "kind": "method",
33028
+ "name": "_proxyNegative",
33029
+ "privacy": "private",
33030
+ "return": {
33031
+ "type": {
33032
+ "text": "void"
33033
+ }
33034
+ }
33035
+ },
33036
+ {
33037
+ "kind": "field",
33038
+ "name": "negative",
33039
+ "type": {
33040
+ "text": "boolean"
33041
+ },
33042
+ "privacy": "public",
33043
+ "default": "false",
33044
+ "description": "Negative coloring variant flag.",
33045
+ "attribute": "negative",
33046
+ "reflects": true,
33047
+ "inheritedFrom": {
33048
+ "name": "SbbNegativeMixin",
33049
+ "module": "core/mixins/negative-mixin.js"
33050
+ }
33051
+ },
33052
+ {
33053
+ "kind": "field",
33054
+ "name": "listChildren",
33055
+ "type": {
33056
+ "text": "C[]"
33057
+ },
33058
+ "privacy": "protected",
33059
+ "default": "[]",
33060
+ "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.",
33061
+ "inheritedFrom": {
33062
+ "name": "SbbNamedSlotListMixin",
33063
+ "module": "core/mixins/named-slot-list-mixin.js"
33064
+ }
33065
+ },
33066
+ {
33067
+ "kind": "field",
33068
+ "name": "_handleSlotchange",
33069
+ "privacy": "private",
33070
+ "inheritedFrom": {
33071
+ "name": "SbbNamedSlotListMixin",
33072
+ "module": "core/mixins/named-slot-list-mixin.js"
33073
+ }
33074
+ },
33075
+ {
33076
+ "kind": "method",
33077
+ "name": "renderList",
33078
+ "privacy": "protected",
33079
+ "return": {
33080
+ "type": {
33081
+ "text": "TemplateResult"
33082
+ }
33083
+ },
33084
+ "parameters": [
33085
+ {
33086
+ "name": "attributes",
33087
+ "default": "{}",
33088
+ "type": {
33089
+ "text": "{ class?: string; ariaLabel?: string; ariaLabelledby?: string }"
33090
+ }
33091
+ },
33092
+ {
33093
+ "name": "listItemAttributes",
33094
+ "default": "{}",
33095
+ "type": {
33096
+ "text": "{ localNameVisualOnly?: string[] }"
33097
+ }
33098
+ }
33099
+ ],
33100
+ "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.",
33101
+ "inheritedFrom": {
33102
+ "name": "SbbNamedSlotListMixin",
33103
+ "module": "core/mixins/named-slot-list-mixin.js"
33104
+ }
33105
+ },
33106
+ {
33107
+ "kind": "method",
33108
+ "name": "listSlotEntries",
33109
+ "privacy": "protected",
33110
+ "return": {
33111
+ "type": {
33112
+ "text": "SbbNamedSlotProperties[]"
33113
+ }
33114
+ },
33115
+ "parameters": [
33116
+ {
33117
+ "name": "listItemAttributes",
33118
+ "type": {
33119
+ "text": "{\n localNameVisualOnly?: string[];\n }"
33120
+ }
33121
+ }
33122
+ ],
33123
+ "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.",
33124
+ "inheritedFrom": {
33125
+ "name": "SbbNamedSlotListMixin",
33126
+ "module": "core/mixins/named-slot-list-mixin.js"
33127
+ }
33128
+ },
33129
+ {
33130
+ "kind": "method",
33131
+ "name": "renderHiddenSlot",
33132
+ "privacy": "protected",
33133
+ "return": {
33134
+ "type": {
33135
+ "text": "TemplateResult"
33136
+ }
33137
+ },
33138
+ "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.",
33139
+ "inheritedFrom": {
33140
+ "name": "SbbNamedSlotListMixin",
33141
+ "module": "core/mixins/named-slot-list-mixin.js"
33142
+ }
33143
+ },
33144
+ {
33145
+ "kind": "field",
33146
+ "name": "_hydrationRequired",
33147
+ "type": {
33148
+ "text": "boolean"
33149
+ },
33150
+ "privacy": "private",
33151
+ "default": "!!this.shadowRoot",
33152
+ "inheritedFrom": {
33153
+ "name": "SbbHydrationMixin",
33154
+ "module": "core/mixins/hydration-mixin.js"
33155
+ }
33156
+ },
33157
+ {
33158
+ "kind": "field",
33159
+ "name": "_hydrationComplete",
33160
+ "privacy": "private",
33161
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
33162
+ "inheritedFrom": {
33163
+ "name": "SbbHydrationMixin",
33164
+ "module": "core/mixins/hydration-mixin.js"
33165
+ }
33166
+ },
33167
+ {
33168
+ "kind": "field",
33169
+ "name": "_resolveHydration",
33170
+ "type": {
33171
+ "text": "(hydrationRequired: boolean) => void"
33172
+ },
33173
+ "privacy": "private",
33174
+ "inheritedFrom": {
33175
+ "name": "SbbHydrationMixin",
33176
+ "module": "core/mixins/hydration-mixin.js"
33177
+ }
33178
+ },
33179
+ {
33180
+ "kind": "field",
33181
+ "name": "hydrationRequired",
33182
+ "type": {
33183
+ "text": "boolean"
33184
+ },
33185
+ "privacy": "protected",
33186
+ "description": "Returns whether hydration is required and not completed.",
33187
+ "readonly": true,
33188
+ "inheritedFrom": {
33189
+ "name": "SbbHydrationMixin",
33190
+ "module": "core/mixins/hydration-mixin.js"
33191
+ },
33192
+ "default": "!!this.shadowRoot"
33193
+ }
33194
+ ],
33195
+ "attributes": [
33196
+ {
33197
+ "name": "accessibility-label",
33198
+ "type": {
33199
+ "text": "string"
33200
+ },
33201
+ "default": "''",
33202
+ "description": "This will be forwarded as aria-label to the list that contains the buttons.",
33203
+ "fieldName": "accessibilityLabel"
33204
+ },
33205
+ {
33206
+ "name": "size",
33207
+ "type": {
33208
+ "text": "SbbMiniButtonGroupSize"
33209
+ },
33210
+ "description": "Size variant, either s, m, l or xl.",
33211
+ "default": "'m' / 's' (lean)",
33212
+ "fieldName": "size"
33213
+ },
33214
+ {
33215
+ "name": "negative",
33216
+ "type": {
33217
+ "text": "boolean"
33218
+ },
33219
+ "default": "false",
33220
+ "description": "Negative coloring variant flag.",
33221
+ "fieldName": "negative",
33222
+ "inheritedFrom": {
33223
+ "name": "SbbNegativeMixin",
33224
+ "module": "core/mixins/negative-mixin.js"
33225
+ }
33226
+ }
33227
+ ],
33228
+ "mixins": [
33229
+ {
33230
+ "name": "SbbNegativeMixin",
33231
+ "module": "core/mixins.js"
33232
+ },
33233
+ {
33234
+ "name": "SbbNamedSlotListMixin",
33235
+ "module": "core/mixins.js"
33236
+ }
33237
+ ],
33238
+ "superclass": {
33239
+ "name": "LitElement",
33240
+ "package": "lit"
33241
+ },
33242
+ "tagName": "sbb-mini-button-group",
33243
+ "customElement": true
33244
+ }
33245
+ ],
33246
+ "exports": [
33247
+ {
33248
+ "kind": "js",
33249
+ "name": "SbbMiniButtonGroupElement",
33250
+ "declaration": {
33251
+ "name": "SbbMiniButtonGroupElement",
33252
+ "module": "button/mini-button-group/mini-button-group.component.js"
33253
+ }
33254
+ },
33255
+ {
33256
+ "kind": "custom-element-definition",
33257
+ "name": "sbb-mini-button-group",
33258
+ "declaration": {
33259
+ "name": "SbbMiniButtonGroupElement",
33260
+ "module": "button/mini-button-group/mini-button-group.component.js"
33261
+ }
33262
+ }
33263
+ ]
33264
+ },
33265
+ {
33266
+ "kind": "javascript-module",
33267
+ "path": "button/mini-button-link/mini-button-link.component.js",
33268
+ "declarations": [
33269
+ {
33270
+ "kind": "class",
33271
+ "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`.",
33272
+ "name": "SbbMiniButtonLinkElement",
33273
+ "slots": [
33274
+ {
33275
+ "description": "Use the unnamed slot to add a label to the mini-button.",
33276
+ "name": ""
33277
+ },
33278
+ {
33279
+ "description": "Slot used to display the icon, if one is set",
33280
+ "name": "icon"
33281
+ }
33282
+ ],
33283
+ "members": [
33284
+ {
33285
+ "kind": "method",
33286
+ "name": "renderTemplate",
33287
+ "privacy": "protected",
33288
+ "return": {
33289
+ "type": {
33290
+ "text": "TemplateResult"
33291
+ }
33292
+ },
33293
+ "description": "Override this method to render the component template.",
33294
+ "inheritedFrom": {
33295
+ "name": "SbbActionBaseElement",
33296
+ "module": "core/base-elements/action-base-element.js"
33297
+ }
33298
+ },
33299
+ {
33300
+ "kind": "field",
33301
+ "name": "negative",
33302
+ "type": {
33303
+ "text": "boolean"
33304
+ },
33305
+ "privacy": "public",
33306
+ "default": "false",
33307
+ "description": "Negative coloring variant flag.",
33308
+ "attribute": "negative",
33309
+ "reflects": true,
33310
+ "inheritedFrom": {
33311
+ "name": "SbbNegativeMixin",
33312
+ "module": "core/mixins/negative-mixin.js"
33313
+ }
33314
+ },
33315
+ {
33316
+ "kind": "field",
33317
+ "name": "iconName",
33318
+ "type": {
33319
+ "text": "string"
33320
+ },
33321
+ "privacy": "public",
33322
+ "default": "''",
33323
+ "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.",
33324
+ "attribute": "icon-name",
33325
+ "inheritedFrom": {
33326
+ "name": "SbbIconNameMixin",
33327
+ "module": "icon/icon-name-mixin.js"
33328
+ }
33329
+ },
33330
+ {
33331
+ "kind": "method",
33332
+ "name": "renderIconSlot",
33333
+ "privacy": "protected",
33334
+ "return": {
33335
+ "type": {
33336
+ "text": "TemplateResult"
33337
+ }
33338
+ },
33339
+ "parameters": [
33340
+ {
33341
+ "name": "classname",
33342
+ "optional": true,
33343
+ "type": {
33344
+ "text": "string"
33345
+ }
33346
+ }
33347
+ ],
33348
+ "inheritedFrom": {
33349
+ "name": "SbbIconNameMixin",
33350
+ "module": "icon/icon-name-mixin.js"
33351
+ }
33352
+ },
33353
+ {
33354
+ "kind": "method",
33355
+ "name": "renderIconName",
33356
+ "privacy": "protected",
33357
+ "return": {
33358
+ "type": {
33359
+ "text": "string"
33360
+ }
33361
+ },
33362
+ "inheritedFrom": {
33363
+ "name": "SbbIconNameMixin",
33364
+ "module": "icon/icon-name-mixin.js"
33365
+ }
33366
+ },
33367
+ {
33368
+ "kind": "method",
33369
+ "name": "_renderIconName",
33370
+ "privacy": "private",
33371
+ "return": {
33372
+ "type": {
33373
+ "text": "string"
33374
+ }
33375
+ },
33376
+ "inheritedFrom": {
33377
+ "name": "SbbIconNameMixin",
33378
+ "module": "icon/icon-name-mixin.js"
33379
+ }
33380
+ },
33381
+ {
33382
+ "kind": "field",
33383
+ "name": "disabledInteractive",
33384
+ "type": {
33385
+ "text": "boolean"
33386
+ },
33387
+ "privacy": "public",
33388
+ "default": "false",
33389
+ "description": "Whether the button should be aria-disabled but stay interactive.",
33390
+ "attribute": "disabled-interactive",
33391
+ "reflects": true,
33392
+ "inheritedFrom": {
33393
+ "name": "SbbDisabledInteractiveMixin",
33394
+ "module": "core/mixins/disabled-mixin.js"
33395
+ }
33396
+ },
33397
+ {
33398
+ "kind": "field",
33399
+ "name": "disabled",
33400
+ "privacy": "public",
33401
+ "description": "Whether the component is disabled.",
33402
+ "default": "false",
33403
+ "type": {
33404
+ "text": "boolean"
33405
+ },
33406
+ "attribute": "disabled",
33407
+ "reflects": true,
33408
+ "inheritedFrom": {
33409
+ "name": "SbbDisabledMixin",
33410
+ "module": "core/mixins/disabled-mixin.js"
33411
+ }
33412
+ },
33413
+ {
33414
+ "kind": "field",
33415
+ "name": "#disabled",
33416
+ "privacy": "private",
33417
+ "type": {
33418
+ "text": "boolean"
33419
+ },
33420
+ "default": "false",
33421
+ "inheritedFrom": {
33422
+ "name": "SbbDisabledMixin",
33423
+ "module": "core/mixins/disabled-mixin.js"
33424
+ }
33425
+ },
33426
+ {
33427
+ "kind": "method",
33428
+ "name": "isDisabledExternally",
33429
+ "privacy": "protected",
33430
+ "return": {
33431
+ "type": {
33432
+ "text": "boolean"
33433
+ }
33434
+ },
33435
+ "description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
33436
+ "inheritedFrom": {
33437
+ "name": "SbbDisabledMixin",
33438
+ "module": "core/mixins/disabled-mixin.js"
33439
+ }
33440
+ },
33441
+ {
33442
+ "kind": "field",
33443
+ "name": "href",
33444
+ "type": {
33445
+ "text": "string"
33446
+ },
33447
+ "privacy": "public",
33448
+ "default": "''",
33449
+ "description": "The href value you want to link to.",
33450
+ "attribute": "href",
33451
+ "reflects": true,
33452
+ "inheritedFrom": {
33453
+ "name": "SbbLinkBaseElement",
33454
+ "module": "core/base-elements/link-base-element.js"
33455
+ }
33456
+ },
33457
+ {
33458
+ "kind": "field",
33459
+ "name": "target",
33460
+ "type": {
33461
+ "text": "LinkTargetType | string"
33462
+ },
33463
+ "privacy": "public",
33464
+ "default": "''",
33465
+ "description": "Where to display the linked URL.",
33466
+ "attribute": "target",
33467
+ "reflects": true,
33468
+ "inheritedFrom": {
33469
+ "name": "SbbLinkBaseElement",
33470
+ "module": "core/base-elements/link-base-element.js"
33471
+ }
33472
+ },
33473
+ {
33474
+ "kind": "field",
33475
+ "name": "rel",
33476
+ "type": {
33477
+ "text": "string"
33478
+ },
33479
+ "privacy": "public",
33480
+ "default": "''",
33481
+ "description": "The relationship of the linked URL as space-separated link types.",
33482
+ "attribute": "rel",
33483
+ "reflects": true,
33484
+ "inheritedFrom": {
33485
+ "name": "SbbLinkBaseElement",
33486
+ "module": "core/base-elements/link-base-element.js"
33487
+ }
33488
+ },
33489
+ {
33490
+ "kind": "field",
33491
+ "name": "download",
33492
+ "type": {
33493
+ "text": "boolean"
33494
+ },
33495
+ "privacy": "public",
33496
+ "default": "false",
33497
+ "description": "Whether the browser will show the download dialog on click.",
33498
+ "attribute": "download",
33499
+ "reflects": true,
33500
+ "inheritedFrom": {
33501
+ "name": "SbbLinkBaseElement",
33502
+ "module": "core/base-elements/link-base-element.js"
33503
+ }
33504
+ },
33505
+ {
33506
+ "kind": "field",
33507
+ "name": "accessibilityLabel",
33508
+ "type": {
33509
+ "text": "string"
33510
+ },
33511
+ "privacy": "public",
33512
+ "default": "''",
33513
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
33514
+ "attribute": "accessibility-label",
33515
+ "inheritedFrom": {
33516
+ "name": "SbbLinkBaseElement",
33517
+ "module": "core/base-elements/link-base-element.js"
33518
+ }
33519
+ },
33520
+ {
33521
+ "kind": "field",
33522
+ "name": "accessibilityCurrent",
33523
+ "type": {
33524
+ "text": "string"
33525
+ },
33526
+ "privacy": "public",
33527
+ "default": "''",
33528
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
33529
+ "attribute": "accessibility-current",
33530
+ "inheritedFrom": {
33531
+ "name": "SbbLinkBaseElement",
33532
+ "module": "core/base-elements/link-base-element.js"
33533
+ }
33534
+ },
33535
+ {
33536
+ "kind": "field",
33537
+ "name": "language",
33538
+ "privacy": "protected",
33539
+ "default": "new SbbLanguageController(this)",
33540
+ "inheritedFrom": {
33541
+ "name": "SbbLinkBaseElement",
33542
+ "module": "core/base-elements/link-base-element.js"
33543
+ }
33544
+ },
33545
+ {
33546
+ "kind": "field",
33547
+ "name": "anchorRole",
33548
+ "type": {
33549
+ "text": "string | null"
33550
+ },
33551
+ "privacy": "protected",
33552
+ "readonly": true,
33553
+ "default": "null",
33554
+ "inheritedFrom": {
33555
+ "name": "SbbLinkBaseElement",
33556
+ "module": "core/base-elements/link-base-element.js"
33557
+ }
33558
+ },
33559
+ {
33560
+ "kind": "field",
33561
+ "name": "_evaluateRelAttribute",
33562
+ "privacy": "private",
33563
+ "inheritedFrom": {
33564
+ "name": "SbbLinkBaseElement",
33565
+ "module": "core/base-elements/link-base-element.js"
33566
+ }
33567
+ },
33568
+ {
33569
+ "kind": "method",
33570
+ "name": "renderLink",
33571
+ "privacy": "protected",
33572
+ "return": {
33573
+ "type": {
33574
+ "text": "TemplateResult"
33575
+ }
33576
+ },
33577
+ "parameters": [
33578
+ {
33579
+ "name": "renderContent",
33580
+ "type": {
33581
+ "text": "TemplateResult"
33582
+ }
33583
+ }
33584
+ ],
33585
+ "inheritedFrom": {
33586
+ "name": "SbbLinkBaseElement",
33587
+ "module": "core/base-elements/link-base-element.js"
33588
+ }
33589
+ },
33590
+ {
33591
+ "kind": "method",
33592
+ "name": "toggleState",
33593
+ "privacy": "protected",
33594
+ "return": {
33595
+ "type": {
33596
+ "text": "void"
33597
+ }
33598
+ },
33599
+ "parameters": [
33600
+ {
33601
+ "name": "value",
33602
+ "type": {
33603
+ "text": "string"
33604
+ }
33605
+ },
33606
+ {
33607
+ "name": "force",
33608
+ "optional": true,
33609
+ "type": {
33610
+ "text": "boolean"
33611
+ }
33612
+ }
33613
+ ],
33614
+ "inheritedFrom": {
33615
+ "name": "SbbElementInternalsMixin",
33616
+ "module": "core/mixins/element-internals-mixin.js"
33617
+ }
33618
+ },
33619
+ {
33620
+ "kind": "field",
33621
+ "name": "maybeDisabled",
33622
+ "type": {
33623
+ "text": "boolean | undefined"
33624
+ },
33625
+ "privacy": "protected",
33626
+ "readonly": true,
33627
+ "inheritedFrom": {
33628
+ "name": "SbbActionBaseElement",
33629
+ "module": "core/base-elements/action-base-element.js"
33630
+ }
33631
+ },
33632
+ {
33633
+ "kind": "field",
33634
+ "name": "maybeDisabledInteractive",
33635
+ "type": {
33636
+ "text": "boolean | undefined"
33637
+ },
33638
+ "privacy": "protected",
33639
+ "readonly": true,
33640
+ "inheritedFrom": {
33641
+ "name": "SbbActionBaseElement",
33642
+ "module": "core/base-elements/action-base-element.js"
33643
+ }
33644
+ },
33645
+ {
33646
+ "kind": "method",
33647
+ "name": "setupBaseEventHandlers",
33648
+ "privacy": "protected",
33649
+ "return": {
33650
+ "type": {
33651
+ "text": "void"
33652
+ }
33653
+ },
33654
+ "inheritedFrom": {
33655
+ "name": "SbbActionBaseElement",
33656
+ "module": "core/base-elements/action-base-element.js"
33657
+ }
33658
+ }
33659
+ ],
33660
+ "mixins": [
33661
+ {
33662
+ "name": "SbbNegativeMixin",
33663
+ "module": "core/mixins.js"
33664
+ },
33665
+ {
33666
+ "name": "SbbIconNameMixin",
33667
+ "module": "icon.js"
33668
+ },
33669
+ {
33670
+ "name": "SbbDisabledInteractiveMixin",
33671
+ "module": "core/mixins.js"
33672
+ },
33673
+ {
33674
+ "name": "SbbDisabledMixin",
33675
+ "module": "core/mixins.js"
33676
+ }
33677
+ ],
33678
+ "superclass": {
33679
+ "name": "SbbLinkBaseElement",
33680
+ "module": "core/base-elements.js"
33681
+ },
33682
+ "tagName": "sbb-mini-button-link",
33683
+ "customElement": true,
33684
+ "attributes": [
33685
+ {
33686
+ "name": "negative",
33687
+ "type": {
33688
+ "text": "boolean"
33689
+ },
33690
+ "default": "false",
33691
+ "description": "Negative coloring variant flag.",
33692
+ "fieldName": "negative",
33693
+ "inheritedFrom": {
33694
+ "name": "SbbNegativeMixin",
33695
+ "module": "core/mixins/negative-mixin.js"
33696
+ }
33697
+ },
33698
+ {
33699
+ "name": "icon-name",
33700
+ "type": {
33701
+ "text": "string"
33702
+ },
33703
+ "default": "''",
33704
+ "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.",
33705
+ "fieldName": "iconName",
33706
+ "inheritedFrom": {
33707
+ "name": "SbbIconNameMixin",
33708
+ "module": "icon/icon-name-mixin.js"
33709
+ }
33710
+ },
33711
+ {
33712
+ "name": "disabled-interactive",
32686
33713
  "type": {
32687
- "text": "SbbButtonType"
33714
+ "text": "boolean"
32688
33715
  },
32689
- "fieldName": "type",
33716
+ "default": "false",
33717
+ "description": "Whether the button should be aria-disabled but stay interactive.",
33718
+ "fieldName": "disabledInteractive",
32690
33719
  "inheritedFrom": {
32691
- "name": "SbbButtonBaseElement",
32692
- "module": "core/base-elements/button-base-element.js"
33720
+ "name": "SbbDisabledInteractiveMixin",
33721
+ "module": "core/mixins/disabled-mixin.js"
32693
33722
  }
32694
33723
  },
32695
33724
  {
32696
- "name": "form",
32697
- "description": "The `<form>` element to associate the button with.",
33725
+ "name": "disabled",
33726
+ "description": "Whether the component is disabled.",
33727
+ "default": "false",
32698
33728
  "type": {
32699
- "text": "HTMLFormElement | null"
33729
+ "text": "boolean"
32700
33730
  },
32701
- "fieldName": "form",
33731
+ "fieldName": "disabled",
32702
33732
  "inheritedFrom": {
32703
- "name": "SbbButtonBaseElement",
32704
- "module": "core/base-elements/button-base-element.js"
33733
+ "name": "SbbDisabledMixin",
33734
+ "module": "core/mixins/disabled-mixin.js"
32705
33735
  }
32706
33736
  },
32707
33737
  {
32708
- "name": "name",
32709
- "description": "Name of the form element. Will be read from name attribute.",
33738
+ "name": "href",
32710
33739
  "type": {
32711
33740
  "text": "string"
32712
33741
  },
32713
- "fieldName": "name",
32714
- "inheritedFrom": {
32715
- "name": "SbbFormAssociatedMixin",
32716
- "module": "core/mixins/form-associated-mixin.js"
32717
- }
32718
- }
32719
- ]
32720
- }
32721
- ],
32722
- "exports": [
32723
- {
32724
- "kind": "js",
32725
- "name": "SbbMiniButtonElement",
32726
- "declaration": {
32727
- "name": "SbbMiniButtonElement",
32728
- "module": "button/mini-button/mini-button.component.js"
32729
- }
32730
- },
32731
- {
32732
- "kind": "custom-element-definition",
32733
- "name": "sbb-mini-button",
32734
- "declaration": {
32735
- "name": "SbbMiniButtonElement",
32736
- "module": "button/mini-button/mini-button.component.js"
32737
- }
32738
- }
32739
- ]
32740
- },
32741
- {
32742
- "kind": "javascript-module",
32743
- "path": "button/mini-button-group/mini-button-group.component.js",
32744
- "declarations": [
32745
- {
32746
- "kind": "class",
32747
- "description": "Display a list of `sbb-mini-button` elements in a horizontal container,\npossibly separated by a `sbb-divider` component.",
32748
- "name": "SbbMiniButtonGroupElement",
32749
- "slots": [
32750
- {
32751
- "description": "Use the unnamed slot to add `sbb-mini-button` and `sbb-divider` elements.",
32752
- "name": ""
32753
- }
32754
- ],
32755
- "members": [
32756
- {
32757
- "kind": "field",
32758
- "name": "listChildLocalNames",
32759
- "type": {
32760
- "text": "array"
32761
- },
32762
- "privacy": "protected",
32763
- "readonly": true,
32764
- "description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
32765
- "default": "['sbb-mini-button', 'sbb-divider']",
33742
+ "default": "''",
33743
+ "description": "The href value you want to link to.",
33744
+ "fieldName": "href",
32766
33745
  "inheritedFrom": {
32767
- "name": "SbbNamedSlotListMixin",
32768
- "module": "core/mixins/named-slot-list-mixin.js"
33746
+ "name": "SbbLinkBaseElement",
33747
+ "module": "core/base-elements/link-base-element.js"
32769
33748
  }
32770
33749
  },
32771
33750
  {
32772
- "kind": "field",
32773
- "name": "accessibilityLabel",
33751
+ "name": "target",
32774
33752
  "type": {
32775
- "text": "string"
33753
+ "text": "LinkTargetType | string"
32776
33754
  },
32777
- "privacy": "public",
32778
33755
  "default": "''",
32779
- "description": "This will be forwarded as aria-label to the list that contains the buttons.",
32780
- "attribute": "accessibility-label"
32781
- },
32782
- {
32783
- "kind": "field",
32784
- "name": "size",
32785
- "type": {
32786
- "text": "SbbMiniButtonGroupSize"
32787
- },
32788
- "privacy": "public",
32789
- "description": "Size variant, either s, m, l or xl.",
32790
- "default": "'m' / 's' (lean)",
32791
- "attribute": "size",
32792
- "reflects": true
32793
- },
32794
- {
32795
- "kind": "method",
32796
- "name": "_proxyNegative",
32797
- "privacy": "private",
32798
- "return": {
32799
- "type": {
32800
- "text": "void"
32801
- }
32802
- }
32803
- },
32804
- {
32805
- "kind": "field",
32806
- "name": "negative",
32807
- "type": {
32808
- "text": "boolean"
32809
- },
32810
- "privacy": "public",
32811
- "default": "false",
32812
- "description": "Negative coloring variant flag.",
32813
- "attribute": "negative",
32814
- "reflects": true,
33756
+ "description": "Where to display the linked URL.",
33757
+ "fieldName": "target",
32815
33758
  "inheritedFrom": {
32816
- "name": "SbbNegativeMixin",
32817
- "module": "core/mixins/negative-mixin.js"
33759
+ "name": "SbbLinkBaseElement",
33760
+ "module": "core/base-elements/link-base-element.js"
32818
33761
  }
32819
33762
  },
32820
33763
  {
32821
- "kind": "field",
32822
- "name": "listChildren",
33764
+ "name": "rel",
32823
33765
  "type": {
32824
- "text": "C[]"
32825
- },
32826
- "privacy": "protected",
32827
- "default": "[]",
32828
- "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.",
32829
- "inheritedFrom": {
32830
- "name": "SbbNamedSlotListMixin",
32831
- "module": "core/mixins/named-slot-list-mixin.js"
32832
- }
32833
- },
32834
- {
32835
- "kind": "field",
32836
- "name": "_handleSlotchange",
32837
- "privacy": "private",
32838
- "inheritedFrom": {
32839
- "name": "SbbNamedSlotListMixin",
32840
- "module": "core/mixins/named-slot-list-mixin.js"
32841
- }
32842
- },
32843
- {
32844
- "kind": "method",
32845
- "name": "renderList",
32846
- "privacy": "protected",
32847
- "return": {
32848
- "type": {
32849
- "text": "TemplateResult"
32850
- }
32851
- },
32852
- "parameters": [
32853
- {
32854
- "name": "attributes",
32855
- "default": "{}",
32856
- "type": {
32857
- "text": "{ class?: string; ariaLabel?: string; ariaLabelledby?: string }"
32858
- }
32859
- },
32860
- {
32861
- "name": "listItemAttributes",
32862
- "default": "{}",
32863
- "type": {
32864
- "text": "{ localNameVisualOnly?: string[] }"
32865
- }
32866
- }
32867
- ],
32868
- "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.",
32869
- "inheritedFrom": {
32870
- "name": "SbbNamedSlotListMixin",
32871
- "module": "core/mixins/named-slot-list-mixin.js"
32872
- }
32873
- },
32874
- {
32875
- "kind": "method",
32876
- "name": "listSlotEntries",
32877
- "privacy": "protected",
32878
- "return": {
32879
- "type": {
32880
- "text": "SbbNamedSlotProperties[]"
32881
- }
32882
- },
32883
- "parameters": [
32884
- {
32885
- "name": "listItemAttributes",
32886
- "type": {
32887
- "text": "{\n localNameVisualOnly?: string[];\n }"
32888
- }
32889
- }
32890
- ],
32891
- "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.",
32892
- "inheritedFrom": {
32893
- "name": "SbbNamedSlotListMixin",
32894
- "module": "core/mixins/named-slot-list-mixin.js"
32895
- }
32896
- },
32897
- {
32898
- "kind": "method",
32899
- "name": "renderHiddenSlot",
32900
- "privacy": "protected",
32901
- "return": {
32902
- "type": {
32903
- "text": "TemplateResult"
32904
- }
33766
+ "text": "string"
32905
33767
  },
32906
- "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.",
33768
+ "default": "''",
33769
+ "description": "The relationship of the linked URL as space-separated link types.",
33770
+ "fieldName": "rel",
32907
33771
  "inheritedFrom": {
32908
- "name": "SbbNamedSlotListMixin",
32909
- "module": "core/mixins/named-slot-list-mixin.js"
33772
+ "name": "SbbLinkBaseElement",
33773
+ "module": "core/base-elements/link-base-element.js"
32910
33774
  }
32911
33775
  },
32912
33776
  {
32913
- "kind": "field",
32914
- "name": "_hydrationRequired",
33777
+ "name": "download",
32915
33778
  "type": {
32916
33779
  "text": "boolean"
32917
33780
  },
32918
- "privacy": "private",
32919
- "default": "!!this.shadowRoot",
32920
- "inheritedFrom": {
32921
- "name": "SbbHydrationMixin",
32922
- "module": "core/mixins/hydration-mixin.js"
32923
- }
32924
- },
32925
- {
32926
- "kind": "field",
32927
- "name": "_hydrationComplete",
32928
- "privacy": "private",
32929
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
33781
+ "default": "false",
33782
+ "description": "Whether the browser will show the download dialog on click.",
33783
+ "fieldName": "download",
32930
33784
  "inheritedFrom": {
32931
- "name": "SbbHydrationMixin",
32932
- "module": "core/mixins/hydration-mixin.js"
33785
+ "name": "SbbLinkBaseElement",
33786
+ "module": "core/base-elements/link-base-element.js"
32933
33787
  }
32934
33788
  },
32935
33789
  {
32936
- "kind": "field",
32937
- "name": "_resolveHydration",
33790
+ "name": "accessibility-label",
32938
33791
  "type": {
32939
- "text": "(hydrationRequired: boolean) => void"
33792
+ "text": "string"
32940
33793
  },
32941
- "privacy": "private",
33794
+ "default": "''",
33795
+ "description": "This will be forwarded as aria-label to the inner anchor element.",
33796
+ "fieldName": "accessibilityLabel",
32942
33797
  "inheritedFrom": {
32943
- "name": "SbbHydrationMixin",
32944
- "module": "core/mixins/hydration-mixin.js"
33798
+ "name": "SbbLinkBaseElement",
33799
+ "module": "core/base-elements/link-base-element.js"
32945
33800
  }
32946
33801
  },
32947
33802
  {
32948
- "kind": "field",
32949
- "name": "hydrationRequired",
32950
- "type": {
32951
- "text": "boolean"
32952
- },
32953
- "privacy": "protected",
32954
- "description": "Returns whether hydration is required and not completed.",
32955
- "readonly": true,
32956
- "inheritedFrom": {
32957
- "name": "SbbHydrationMixin",
32958
- "module": "core/mixins/hydration-mixin.js"
32959
- },
32960
- "default": "!!this.shadowRoot"
32961
- }
32962
- ],
32963
- "attributes": [
32964
- {
32965
- "name": "accessibility-label",
33803
+ "name": "accessibility-current",
32966
33804
  "type": {
32967
33805
  "text": "string"
32968
33806
  },
32969
33807
  "default": "''",
32970
- "description": "This will be forwarded as aria-label to the list that contains the buttons.",
32971
- "fieldName": "accessibilityLabel"
32972
- },
32973
- {
32974
- "name": "size",
32975
- "type": {
32976
- "text": "SbbMiniButtonGroupSize"
32977
- },
32978
- "description": "Size variant, either s, m, l or xl.",
32979
- "default": "'m' / 's' (lean)",
32980
- "fieldName": "size"
32981
- },
32982
- {
32983
- "name": "negative",
32984
- "type": {
32985
- "text": "boolean"
32986
- },
32987
- "default": "false",
32988
- "description": "Negative coloring variant flag.",
32989
- "fieldName": "negative",
33808
+ "description": "This will be forwarded as aria-current to the inner anchor element.",
33809
+ "fieldName": "accessibilityCurrent",
32990
33810
  "inheritedFrom": {
32991
- "name": "SbbNegativeMixin",
32992
- "module": "core/mixins/negative-mixin.js"
33811
+ "name": "SbbLinkBaseElement",
33812
+ "module": "core/base-elements/link-base-element.js"
32993
33813
  }
32994
33814
  }
32995
- ],
32996
- "mixins": [
32997
- {
32998
- "name": "SbbNegativeMixin",
32999
- "module": "core/mixins.js"
33000
- },
33001
- {
33002
- "name": "SbbNamedSlotListMixin",
33003
- "module": "core/mixins.js"
33004
- }
33005
- ],
33006
- "superclass": {
33007
- "name": "LitElement",
33008
- "package": "lit"
33009
- },
33010
- "tagName": "sbb-mini-button-group",
33011
- "customElement": true
33815
+ ]
33012
33816
  }
33013
33817
  ],
33014
33818
  "exports": [
33015
33819
  {
33016
33820
  "kind": "js",
33017
- "name": "SbbMiniButtonGroupElement",
33821
+ "name": "SbbMiniButtonLinkElement",
33018
33822
  "declaration": {
33019
- "name": "SbbMiniButtonGroupElement",
33020
- "module": "button/mini-button-group/mini-button-group.component.js"
33823
+ "name": "SbbMiniButtonLinkElement",
33824
+ "module": "button/mini-button-link/mini-button-link.component.js"
33021
33825
  }
33022
33826
  },
33023
33827
  {
33024
33828
  "kind": "custom-element-definition",
33025
- "name": "sbb-mini-button-group",
33829
+ "name": "sbb-mini-button-link",
33026
33830
  "declaration": {
33027
- "name": "SbbMiniButtonGroupElement",
33028
- "module": "button/mini-button-group/mini-button-group.component.js"
33831
+ "name": "SbbMiniButtonLinkElement",
33832
+ "module": "button/mini-button-link/mini-button-link.component.js"
33029
33833
  }
33030
33834
  }
33031
33835
  ]
@@ -42723,12 +43527,6 @@
42723
43527
  "privacy": "private",
42724
43528
  "description": "Listens to the changes on `readonly` and `disabled` attributes of `<input>`."
42725
43529
  },
42726
- {
42727
- "kind": "field",
42728
- "name": "_formFieldAttributeObserver",
42729
- "privacy": "private",
42730
- "description": "Listens to the 'size' changes on the `sbb-form-field`."
42731
- },
42732
43530
  {
42733
43531
  "kind": "field",
42734
43532
  "name": "_inputElement",
@@ -42759,6 +43557,24 @@
42759
43557
  },
42760
43558
  "privacy": "private"
42761
43559
  },
43560
+ {
43561
+ "kind": "method",
43562
+ "name": "_updateLabelState",
43563
+ "privacy": "private",
43564
+ "return": {
43565
+ "type": {
43566
+ "text": "void"
43567
+ }
43568
+ },
43569
+ "parameters": [
43570
+ {
43571
+ "name": "formField",
43572
+ "type": {
43573
+ "text": "SbbFormFieldElement"
43574
+ }
43575
+ }
43576
+ ]
43577
+ },
42762
43578
  {
42763
43579
  "kind": "method",
42764
43580
  "name": "_readFormData",
@@ -43026,13 +43842,21 @@
43026
43842
  },
43027
43843
  {
43028
43844
  "kind": "method",
43029
- "name": "_inheritSize",
43845
+ "name": "_updateSize",
43030
43846
  "privacy": "private",
43031
43847
  "return": {
43032
43848
  "type": {
43033
43849
  "text": "void"
43034
43850
  }
43035
- }
43851
+ },
43852
+ "parameters": [
43853
+ {
43854
+ "name": "size",
43855
+ "type": {
43856
+ "text": "SbbFormFieldElement['size']"
43857
+ }
43858
+ }
43859
+ ]
43036
43860
  },
43037
43861
  {
43038
43862
  "kind": "method",
@@ -64901,6 +65725,52 @@
64901
65725
  }
64902
65726
  }
64903
65727
  },
65728
+ {
65729
+ "kind": "method",
65730
+ "name": "dispatchBeforeCloseEvent",
65731
+ "privacy": "protected",
65732
+ "return": {
65733
+ "type": {
65734
+ "text": "boolean"
65735
+ }
65736
+ },
65737
+ "parameters": [
65738
+ {
65739
+ "name": "_detail",
65740
+ "optional": true,
65741
+ "type": {
65742
+ "text": "SbbOverlayCloseEventDetails"
65743
+ }
65744
+ }
65745
+ ],
65746
+ "inheritedFrom": {
65747
+ "name": "SbbOpenCloseBaseElement",
65748
+ "module": "core/base-elements/open-close-base-element.js"
65749
+ }
65750
+ },
65751
+ {
65752
+ "kind": "method",
65753
+ "name": "dispatchCloseEvent",
65754
+ "privacy": "protected",
65755
+ "return": {
65756
+ "type": {
65757
+ "text": "boolean"
65758
+ }
65759
+ },
65760
+ "parameters": [
65761
+ {
65762
+ "name": "_detail",
65763
+ "optional": true,
65764
+ "type": {
65765
+ "text": "SbbOverlayCloseEventDetails"
65766
+ }
65767
+ }
65768
+ ],
65769
+ "inheritedFrom": {
65770
+ "name": "SbbOpenCloseBaseElement",
65771
+ "module": "core/base-elements/open-close-base-element.js"
65772
+ }
65773
+ },
64904
65774
  {
64905
65775
  "kind": "field",
64906
65776
  "name": "negative",
@@ -65131,7 +66001,7 @@
65131
66001
  "privacy": "public",
65132
66002
  "return": {
65133
66003
  "type": {
65134
- "text": "any"
66004
+ "text": "void"
65135
66005
  }
65136
66006
  },
65137
66007
  "description": "Closes the component.",
@@ -65142,18 +66012,39 @@
65142
66012
  "type": {
65143
66013
  "text": "any"
65144
66014
  }
66015
+ }
66016
+ ],
66017
+ "inheritedFrom": {
66018
+ "name": "SbbOpenCloseBaseElement",
66019
+ "module": "core/base-elements/open-close-base-element.js"
66020
+ }
66021
+ },
66022
+ {
66023
+ "kind": "method",
66024
+ "name": "_close",
66025
+ "privacy": "private",
66026
+ "return": {
66027
+ "type": {
66028
+ "text": "void"
66029
+ }
66030
+ },
66031
+ "parameters": [
66032
+ {
66033
+ "name": "result",
66034
+ "type": {
66035
+ "text": "any"
66036
+ }
65145
66037
  },
65146
66038
  {
65147
66039
  "name": "target",
65148
- "optional": true,
65149
66040
  "type": {
65150
- "text": "HTMLElement"
66041
+ "text": "HTMLElement | undefined"
65151
66042
  }
65152
66043
  }
65153
66044
  ],
65154
66045
  "inheritedFrom": {
65155
- "name": "SbbOpenCloseBaseElement",
65156
- "module": "core/base-elements/open-close-base-element.js"
66046
+ "name": "SbbOverlayBaseElement",
66047
+ "module": "overlay/overlay-base-element.js"
65157
66048
  }
65158
66049
  },
65159
66050
  {
@@ -65294,52 +66185,6 @@
65294
66185
  "module": "overlay/overlay-base-element.js"
65295
66186
  }
65296
66187
  },
65297
- {
65298
- "kind": "method",
65299
- "name": "dispatchBeforeCloseEvent",
65300
- "privacy": "protected",
65301
- "return": {
65302
- "type": {
65303
- "text": "boolean"
65304
- }
65305
- },
65306
- "parameters": [
65307
- {
65308
- "name": "detail",
65309
- "optional": true,
65310
- "type": {
65311
- "text": "SbbOverlayCloseEventDetails"
65312
- }
65313
- }
65314
- ],
65315
- "inheritedFrom": {
65316
- "name": "SbbOpenCloseBaseElement",
65317
- "module": "core/base-elements/open-close-base-element.js"
65318
- }
65319
- },
65320
- {
65321
- "kind": "method",
65322
- "name": "dispatchCloseEvent",
65323
- "privacy": "protected",
65324
- "return": {
65325
- "type": {
65326
- "text": "boolean"
65327
- }
65328
- },
65329
- "parameters": [
65330
- {
65331
- "name": "detail",
65332
- "optional": true,
65333
- "type": {
65334
- "text": "SbbOverlayCloseEventDetails"
65335
- }
65336
- }
65337
- ],
65338
- "inheritedFrom": {
65339
- "name": "SbbOpenCloseBaseElement",
65340
- "module": "core/base-elements/open-close-base-element.js"
65341
- }
65342
- },
65343
66188
  {
65344
66189
  "kind": "method",
65345
66190
  "name": "toggleState",
@@ -65468,6 +66313,52 @@
65468
66313
  }
65469
66314
  }
65470
66315
  ],
66316
+ "events": [
66317
+ {
66318
+ "name": "beforeclose",
66319
+ "type": {
66320
+ "text": "SbbDialogCloseEvent"
66321
+ },
66322
+ "description": "Emits whenever the component begins the closing transition. Can be canceled.",
66323
+ "inheritedFrom": {
66324
+ "name": "SbbOpenCloseBaseElement",
66325
+ "module": "core/base-elements/open-close-base-element.js"
66326
+ }
66327
+ },
66328
+ {
66329
+ "name": "close",
66330
+ "type": {
66331
+ "text": "SbbDialogCloseEvent"
66332
+ },
66333
+ "description": "Emits whenever the component is closed.",
66334
+ "inheritedFrom": {
66335
+ "name": "SbbOpenCloseBaseElement",
66336
+ "module": "core/base-elements/open-close-base-element.js"
66337
+ }
66338
+ },
66339
+ {
66340
+ "name": "beforeopen",
66341
+ "type": {
66342
+ "text": "Event"
66343
+ },
66344
+ "description": "Emits whenever the component starts the opening transition. Can be canceled.",
66345
+ "inheritedFrom": {
66346
+ "name": "SbbOpenCloseBaseElement",
66347
+ "module": "core/base-elements/open-close-base-element.js"
66348
+ }
66349
+ },
66350
+ {
66351
+ "name": "open",
66352
+ "type": {
66353
+ "text": "Event"
66354
+ },
66355
+ "description": "Emits whenever the component is opened.",
66356
+ "inheritedFrom": {
66357
+ "name": "SbbOpenCloseBaseElement",
66358
+ "module": "core/base-elements/open-close-base-element.js"
66359
+ }
66360
+ }
66361
+ ],
65471
66362
  "attributes": [
65472
66363
  {
65473
66364
  "name": "backdrop-action",
@@ -65545,56 +66436,26 @@
65545
66436
  "module": "overlay.js"
65546
66437
  },
65547
66438
  "tagName": "sbb-dialog",
65548
- "customElement": true,
65549
- "events": [
65550
- {
65551
- "name": "beforeclose",
65552
- "type": {
65553
- "text": "CustomEvent<SbbOverlayCloseEventDetails>"
65554
- },
65555
- "description": "Emits whenever the component begins the closing transition. Can be canceled.",
65556
- "inheritedFrom": {
65557
- "name": "SbbOpenCloseBaseElement",
65558
- "module": "core/base-elements/open-close-base-element.js"
65559
- }
65560
- },
65561
- {
65562
- "name": "close",
65563
- "type": {
65564
- "text": "CustomEvent<SbbOverlayCloseEventDetails>"
65565
- },
65566
- "description": "Emits whenever the component is closed.",
65567
- "inheritedFrom": {
65568
- "name": "SbbOpenCloseBaseElement",
65569
- "module": "core/base-elements/open-close-base-element.js"
65570
- }
65571
- },
65572
- {
65573
- "name": "beforeopen",
65574
- "type": {
65575
- "text": "Event"
65576
- },
65577
- "description": "Emits whenever the component starts the opening transition. Can be canceled.",
65578
- "inheritedFrom": {
65579
- "name": "SbbOpenCloseBaseElement",
65580
- "module": "core/base-elements/open-close-base-element.js"
65581
- }
65582
- },
65583
- {
65584
- "name": "open",
65585
- "type": {
65586
- "text": "Event"
65587
- },
65588
- "description": "Emits whenever the component is opened.",
65589
- "inheritedFrom": {
65590
- "name": "SbbOpenCloseBaseElement",
65591
- "module": "core/base-elements/open-close-base-element.js"
65592
- }
65593
- }
65594
- ]
66439
+ "customElement": true
65595
66440
  }
65596
66441
  ],
65597
66442
  "exports": [
66443
+ {
66444
+ "kind": "js",
66445
+ "name": "assignDialogResult",
66446
+ "declaration": {
66447
+ "name": "assignOverlayResult",
66448
+ "module": "../../overlay/overlay-base-element.js"
66449
+ }
66450
+ },
66451
+ {
66452
+ "kind": "js",
66453
+ "name": "SbbDialogCloseEvent",
66454
+ "declaration": {
66455
+ "name": "SbbOverlayCloseEvent",
66456
+ "module": "../../overlay/overlay-base-element.js"
66457
+ }
66458
+ },
65598
66459
  {
65599
66460
  "kind": "js",
65600
66461
  "name": "SbbDialogElement",
@@ -73201,6 +74062,16 @@
73201
74062
  "description": "Returns the input element.",
73202
74063
  "readonly": true
73203
74064
  },
74065
+ {
74066
+ "kind": "field",
74067
+ "name": "label",
74068
+ "type": {
74069
+ "text": "HTMLLabelElement | null"
74070
+ },
74071
+ "privacy": "public",
74072
+ "description": "Reference to the slotted label.",
74073
+ "readonly": true
74074
+ },
73204
74075
  {
73205
74076
  "kind": "field",
73206
74077
  "name": "_language",
@@ -89913,7 +90784,7 @@
89913
90784
  "kind": "field",
89914
90785
  "name": "_mediaMatcherController",
89915
90786
  "privacy": "private",
89916
- "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryBreakpointLargeAndBelow]: (matches) => { if (this.state !== 'closed') { this._setNavigationInert(matches); } }, })"
90787
+ "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryBreakpointSmallAndBelow]: (matches) => { if (this.state !== 'closed') { this._setNavigationInert(matches); } }, })"
89917
90788
  },
89918
90789
  {
89919
90790
  "kind": "method",
@@ -101904,6 +102775,61 @@
101904
102775
  "kind": "javascript-module",
101905
102776
  "path": "stepper/stepper/stepper.component.js",
101906
102777
  "declarations": [
102778
+ {
102779
+ "kind": "class",
102780
+ "description": "",
102781
+ "name": "SbbStepChangeEvent",
102782
+ "members": [
102783
+ {
102784
+ "kind": "field",
102785
+ "name": "selectedIndex",
102786
+ "type": {
102787
+ "text": "number | null"
102788
+ },
102789
+ "privacy": "public",
102790
+ "readonly": true,
102791
+ "description": "The index of the newly selected step.",
102792
+ "default": "selectedIndex"
102793
+ },
102794
+ {
102795
+ "kind": "field",
102796
+ "name": "previousIndex",
102797
+ "type": {
102798
+ "text": "number | null"
102799
+ },
102800
+ "privacy": "public",
102801
+ "readonly": true,
102802
+ "description": "The index of the previously selected step.",
102803
+ "default": "previousIndex"
102804
+ },
102805
+ {
102806
+ "kind": "field",
102807
+ "name": "selectedStep",
102808
+ "type": {
102809
+ "text": "SbbStepElement | null"
102810
+ },
102811
+ "privacy": "public",
102812
+ "readonly": true,
102813
+ "description": "The newly selected step element.",
102814
+ "default": "selectedStep"
102815
+ },
102816
+ {
102817
+ "kind": "field",
102818
+ "name": "previousStep",
102819
+ "type": {
102820
+ "text": "SbbStepElement | null"
102821
+ },
102822
+ "privacy": "public",
102823
+ "readonly": true,
102824
+ "description": "The previously selected step element.",
102825
+ "default": "previousStep"
102826
+ }
102827
+ ],
102828
+ "superclass": {
102829
+ "name": "Event",
102830
+ "module": "stepper/stepper/stepper.component.js"
102831
+ }
102832
+ },
101907
102833
  {
101908
102834
  "kind": "class",
101909
102835
  "description": "Provides a structured, step-by-step workflow for user interactions.",
@@ -101923,6 +102849,17 @@
101923
102849
  }
101924
102850
  ],
101925
102851
  "members": [
102852
+ {
102853
+ "kind": "field",
102854
+ "name": "events",
102855
+ "privacy": "public",
102856
+ "static": true,
102857
+ "readonly": true,
102858
+ "default": "{ stepchange: 'stepchange', }",
102859
+ "type": {
102860
+ "text": "{\n stepchange: 'stepchange',\n }"
102861
+ }
102862
+ },
101926
102863
  {
101927
102864
  "kind": "field",
101928
102865
  "name": "_observer",
@@ -102317,6 +103254,15 @@
102317
103254
  }
102318
103255
  }
102319
103256
  ],
103257
+ "events": [
103258
+ {
103259
+ "type": {
103260
+ "text": "SbbStepChangeEvent"
103261
+ },
103262
+ "description": "Emits whenever a step was changed.",
103263
+ "name": "stepchange"
103264
+ }
103265
+ ],
102320
103266
  "attributes": [
102321
103267
  {
102322
103268
  "name": "linear",
@@ -102378,9 +103324,25 @@
102378
103324
  },
102379
103325
  "tagName": "sbb-stepper",
102380
103326
  "customElement": true
103327
+ },
103328
+ {
103329
+ "kind": "variable",
103330
+ "name": "currentIndex"
103331
+ },
103332
+ {
103333
+ "kind": "variable",
103334
+ "name": "currentStep"
102381
103335
  }
102382
103336
  ],
102383
103337
  "exports": [
103338
+ {
103339
+ "kind": "js",
103340
+ "name": "SbbStepChangeEvent",
103341
+ "declaration": {
103342
+ "name": "SbbStepChangeEvent",
103343
+ "module": "stepper/stepper/stepper.component.js"
103344
+ }
103345
+ },
102384
103346
  {
102385
103347
  "kind": "js",
102386
103348
  "name": "SbbStepperElement",
@@ -106285,6 +107247,20 @@
106285
107247
  "module": "form-field/form-field/form-field.component.js"
106286
107248
  }
106287
107249
  },
107250
+ {
107251
+ "kind": "field",
107252
+ "name": "label",
107253
+ "type": {
107254
+ "text": "HTMLLabelElement | null"
107255
+ },
107256
+ "privacy": "public",
107257
+ "description": "Reference to the slotted label.",
107258
+ "readonly": true,
107259
+ "inheritedFrom": {
107260
+ "name": "SbbFormFieldElement",
107261
+ "module": "form-field/form-field/form-field.component.js"
107262
+ }
107263
+ },
106288
107264
  {
106289
107265
  "kind": "field",
106290
107266
  "name": "_language",