@sbb-esta/lyne-elements 1.14.0 → 1.15.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 (167) hide show
  1. package/autocomplete/autocomplete.d.ts +1 -1
  2. package/autocomplete/autocomplete.d.ts.map +1 -1
  3. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.d.ts +1 -1
  4. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.d.ts.map +1 -1
  5. package/autocomplete-grid/autocomplete-grid.js +6 -6
  6. package/autocomplete.js +20 -19
  7. package/calendar/calendar.d.ts +1 -1
  8. package/calendar/calendar.d.ts.map +1 -1
  9. package/calendar.js +175 -178
  10. package/checkbox/checkbox-panel/checkbox-panel.d.ts +1 -1
  11. package/checkbox/checkbox-panel/checkbox-panel.d.ts.map +1 -1
  12. package/checkbox/checkbox-panel.js +5 -5
  13. package/checkbox/common.js +1 -1
  14. package/clock/clock.d.ts +1 -1
  15. package/clock/clock.d.ts.map +1 -1
  16. package/clock.js +2 -2
  17. package/container/sticky-bar/sticky-bar.d.ts +29 -2
  18. package/container/sticky-bar/sticky-bar.d.ts.map +1 -1
  19. package/container/sticky-bar.js +69 -31
  20. package/core/controllers/media-matchers-controller.d.ts +32 -0
  21. package/core/controllers/media-matchers-controller.d.ts.map +1 -0
  22. package/core/controllers.d.ts +1 -0
  23. package/core/controllers.d.ts.map +1 -1
  24. package/core/controllers.js +75 -33
  25. package/core/dom/breakpoint.d.ts +2 -1
  26. package/core/dom/breakpoint.d.ts.map +1 -1
  27. package/core/dom.js +7 -7
  28. package/core/mixins/form-associated-checkbox-mixin.d.ts.map +1 -1
  29. package/core/mixins.js +8 -1
  30. package/core/styles/core/mediaqueries.scss +1 -2
  31. package/core/styles/mixins/buttons.scss +5 -5
  32. package/core/testing/event-spy.d.ts +6 -4
  33. package/core/testing/event-spy.d.ts.map +1 -1
  34. package/core/testing.js +82 -55
  35. package/custom-elements.json +650 -74
  36. package/datepicker/datepicker/datepicker.d.ts.map +1 -1
  37. package/development/autocomplete/autocomplete.d.ts +1 -1
  38. package/development/autocomplete/autocomplete.d.ts.map +1 -1
  39. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.d.ts +1 -1
  40. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.d.ts.map +1 -1
  41. package/development/autocomplete-grid/autocomplete-grid.js +4 -3
  42. package/development/autocomplete.js +4 -3
  43. package/development/calendar/calendar.d.ts +1 -1
  44. package/development/calendar/calendar.d.ts.map +1 -1
  45. package/development/calendar.js +40 -44
  46. package/development/checkbox/checkbox-panel/checkbox-panel.d.ts +1 -1
  47. package/development/checkbox/checkbox-panel/checkbox-panel.d.ts.map +1 -1
  48. package/development/checkbox/checkbox-panel.js +2 -2
  49. package/development/checkbox/common.js +2 -2
  50. package/development/clock/clock.d.ts +1 -1
  51. package/development/clock/clock.d.ts.map +1 -1
  52. package/development/clock.js +3 -3
  53. package/development/container/sticky-bar/sticky-bar.d.ts +29 -2
  54. package/development/container/sticky-bar/sticky-bar.d.ts.map +1 -1
  55. package/development/container/sticky-bar.js +149 -36
  56. package/development/core/controllers/media-matchers-controller.d.ts +32 -0
  57. package/development/core/controllers/media-matchers-controller.d.ts.map +1 -0
  58. package/development/core/controllers.d.ts +1 -0
  59. package/development/core/controllers.d.ts.map +1 -1
  60. package/development/core/controllers.js +65 -1
  61. package/development/core/dom/breakpoint.d.ts +2 -1
  62. package/development/core/dom/breakpoint.d.ts.map +1 -1
  63. package/development/core/dom.js +2 -2
  64. package/development/core/mixins/form-associated-checkbox-mixin.d.ts.map +1 -1
  65. package/development/core/mixins.js +9 -2
  66. package/development/core/testing/event-spy.d.ts +6 -4
  67. package/development/core/testing/event-spy.d.ts.map +1 -1
  68. package/development/core/testing.js +35 -1
  69. package/development/datepicker/datepicker/datepicker.d.ts.map +1 -1
  70. package/development/datepicker/datepicker.js +1 -1
  71. package/development/dialog/dialog.js +2 -2
  72. package/development/expansion-panel/expansion-panel-header/expansion-panel-header.d.ts +3 -1
  73. package/development/expansion-panel/expansion-panel-header/expansion-panel-header.d.ts.map +1 -1
  74. package/development/expansion-panel/expansion-panel-header.js +8 -4
  75. package/development/file-selector/file-selector.d.ts +5 -0
  76. package/development/file-selector/file-selector.d.ts.map +1 -1
  77. package/development/file-selector.js +8 -1
  78. package/development/flip-card/flip-card/flip-card.d.ts +4 -0
  79. package/development/flip-card/flip-card/flip-card.d.ts.map +1 -1
  80. package/development/flip-card/flip-card-details.js +4 -6
  81. package/development/flip-card/flip-card-summary/flip-card-summary.d.ts +1 -1
  82. package/development/flip-card/flip-card-summary/flip-card-summary.d.ts.map +1 -1
  83. package/development/flip-card/flip-card-summary.js +9 -10
  84. package/development/flip-card/flip-card.js +26 -2
  85. package/development/form-field/form-field.js +5 -3
  86. package/development/icon/icon.d.ts +1 -1
  87. package/development/icon.js +1 -1
  88. package/development/image/image.d.ts.map +1 -1
  89. package/development/image.js +3 -19
  90. package/development/map-container.js +3 -2
  91. package/development/menu/menu/menu.d.ts +1 -0
  92. package/development/menu/menu/menu.d.ts.map +1 -1
  93. package/development/menu/menu.js +15 -11
  94. package/development/navigation/navigation-section.js +4 -14
  95. package/development/navigation/navigation.js +2 -7
  96. package/development/notification.js +3 -2
  97. package/development/paginator/paginator/paginator.d.ts +1 -5
  98. package/development/paginator/paginator/paginator.d.ts.map +1 -1
  99. package/development/paginator/paginator.js +19 -27
  100. package/development/popover/popover/popover.d.ts.map +1 -1
  101. package/development/popover/popover.js +9 -16
  102. package/development/radio-button/radio-button-panel/radio-button-panel.d.ts +1 -1
  103. package/development/radio-button/radio-button-panel/radio-button-panel.d.ts.map +1 -1
  104. package/development/radio-button/radio-button-panel.js +2 -2
  105. package/development/sbb-tokens-BdGhUJjM.js +33 -0
  106. package/development/select/select.d.ts +6 -5
  107. package/development/select/select.d.ts.map +1 -1
  108. package/development/select.js +23 -14
  109. package/development/slider/slider.d.ts +5 -0
  110. package/development/slider/slider.d.ts.map +1 -1
  111. package/development/slider.js +8 -1
  112. package/development/table/table-wrapper/table-wrapper.d.ts +1 -1
  113. package/development/table/table-wrapper/table-wrapper.d.ts.map +1 -1
  114. package/development/table/table-wrapper.js +1 -1
  115. package/development/timetable-occupancy-icon/timetable-occupancy-icon.d.ts +2 -1
  116. package/development/timetable-occupancy-icon/timetable-occupancy-icon.d.ts.map +1 -1
  117. package/development/timetable-occupancy-icon.js +11 -9
  118. package/development/toggle-check/toggle-check.d.ts +1 -1
  119. package/development/toggle-check/toggle-check.d.ts.map +1 -1
  120. package/development/toggle-check.js +2 -2
  121. package/dialog/dialog.js +1 -1
  122. package/expansion-panel/expansion-panel-header/expansion-panel-header.d.ts +3 -1
  123. package/expansion-panel/expansion-panel-header/expansion-panel-header.d.ts.map +1 -1
  124. package/expansion-panel/expansion-panel-header.js +26 -24
  125. package/file-selector/file-selector.d.ts +5 -0
  126. package/file-selector/file-selector.d.ts.map +1 -1
  127. package/file-selector.js +7 -0
  128. package/flip-card/flip-card/flip-card.d.ts +4 -0
  129. package/flip-card/flip-card/flip-card.d.ts.map +1 -1
  130. package/flip-card/flip-card-details.js +6 -6
  131. package/flip-card/flip-card-summary/flip-card-summary.d.ts +1 -1
  132. package/flip-card/flip-card-summary/flip-card-summary.d.ts.map +1 -1
  133. package/flip-card/flip-card-summary.js +8 -8
  134. package/flip-card/flip-card.js +56 -42
  135. package/icon/icon.d.ts +1 -1
  136. package/image/image.d.ts.map +1 -1
  137. package/image.js +46 -45
  138. package/map-container.js +7 -7
  139. package/menu/menu/menu.d.ts +1 -0
  140. package/menu/menu/menu.d.ts.map +1 -1
  141. package/menu/menu.js +45 -41
  142. package/navigation/navigation-section.js +7 -7
  143. package/navigation/navigation.js +8 -8
  144. package/package.json +2 -2
  145. package/paginator/paginator/paginator.d.ts +1 -5
  146. package/paginator/paginator/paginator.d.ts.map +1 -1
  147. package/paginator/paginator.js +50 -52
  148. package/popover/popover/popover.d.ts.map +1 -1
  149. package/popover/popover.js +42 -46
  150. package/radio-button/radio-button-panel/radio-button-panel.d.ts +1 -1
  151. package/radio-button/radio-button-panel/radio-button-panel.d.ts.map +1 -1
  152. package/radio-button/radio-button-panel.js +7 -7
  153. package/sbb-tokens-Dx20OtVg.js +18 -0
  154. package/select/select.d.ts +6 -5
  155. package/select/select.d.ts.map +1 -1
  156. package/select.js +55 -53
  157. package/slider/slider.d.ts +5 -0
  158. package/slider/slider.d.ts.map +1 -1
  159. package/slider.js +12 -5
  160. package/table/table-wrapper/table-wrapper.d.ts +1 -1
  161. package/table/table-wrapper/table-wrapper.d.ts.map +1 -1
  162. package/timetable-occupancy-icon/timetable-occupancy-icon.d.ts +2 -1
  163. package/timetable-occupancy-icon/timetable-occupancy-icon.d.ts.map +1 -1
  164. package/timetable-occupancy-icon.js +45 -44
  165. package/toggle-check/toggle-check.d.ts +1 -1
  166. package/toggle-check/toggle-check.d.ts.map +1 -1
  167. package/toggle-check.js +1 -1
@@ -2668,14 +2668,14 @@
2668
2668
  },
2669
2669
  {
2670
2670
  "kind": "field",
2671
- "name": "_abort",
2672
- "privacy": "private",
2673
- "default": "new SbbConnectedAbortController(this)"
2671
+ "name": "_language",
2672
+ "privacy": "private"
2674
2673
  },
2675
2674
  {
2676
2675
  "kind": "field",
2677
- "name": "_language",
2678
- "privacy": "private"
2676
+ "name": "_mediaMatcher",
2677
+ "privacy": "private",
2678
+ "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryBreakpointMediumAndAbove]: () => this._init(), })"
2679
2679
  },
2680
2680
  {
2681
2681
  "kind": "method",
@@ -2843,6 +2843,12 @@
2843
2843
  "type": {
2844
2844
  "text": "number"
2845
2845
  }
2846
+ },
2847
+ {
2848
+ "name": "year",
2849
+ "type": {
2850
+ "text": "number"
2851
+ }
2846
2852
  }
2847
2853
  ]
2848
2854
  },
@@ -2879,6 +2885,12 @@
2879
2885
  "type": {
2880
2886
  "text": "number"
2881
2887
  }
2888
+ },
2889
+ {
2890
+ "name": "year",
2891
+ "type": {
2892
+ "text": "number"
2893
+ }
2882
2894
  }
2883
2895
  ]
2884
2896
  },
@@ -3573,10 +3585,6 @@
3573
3585
  "type": {
3574
3586
  "text": "number"
3575
3587
  }
3576
- },
3577
- {
3578
- "name": "shiftRight",
3579
- "default": "false"
3580
3588
  }
3581
3589
  ],
3582
3590
  "description": "Creates the table for the month selection view."
@@ -3602,12 +3610,6 @@
3602
3610
  "type": {
3603
3611
  "text": "number"
3604
3612
  }
3605
- },
3606
- {
3607
- "name": "shiftRight",
3608
- "type": {
3609
- "text": "boolean"
3610
- }
3611
3613
  }
3612
3614
  ],
3613
3615
  "description": "Select the month and change the view to day selection."
@@ -4731,6 +4733,17 @@
4731
4733
  "privacy": "private",
4732
4734
  "default": "[]"
4733
4735
  },
4736
+ {
4737
+ "kind": "field",
4738
+ "name": "type",
4739
+ "type": {
4740
+ "text": "string"
4741
+ },
4742
+ "privacy": "public",
4743
+ "description": "Form type of element.",
4744
+ "default": "'file'",
4745
+ "readonly": true
4746
+ },
4734
4747
  {
4735
4748
  "kind": "field",
4736
4749
  "name": "_fileChangedEvent",
@@ -5353,6 +5366,7 @@
5353
5366
  "name": "LitElement",
5354
5367
  "package": "lit"
5355
5368
  },
5369
+ "_ssrslotstate": true,
5356
5370
  "tagName": "sbb-file-selector",
5357
5371
  "customElement": true
5358
5372
  }
@@ -6010,7 +6024,7 @@
6010
6024
  },
6011
6025
  {
6012
6026
  "kind": "class",
6013
- "description": "It displays an icon loaded from a registered namespace.",
6027
+ "description": "Displays an icon loaded from a registered namespace.",
6014
6028
  "name": "SbbIconElement",
6015
6029
  "members": [
6016
6030
  {
@@ -8085,6 +8099,7 @@
8085
8099
  "name": "LitElement",
8086
8100
  "package": "lit"
8087
8101
  },
8102
+ "_ssrslotstate": true,
8088
8103
  "tagName": "sbb-notification",
8089
8104
  "customElement": true
8090
8105
  }
@@ -9483,6 +9498,17 @@
9483
9498
  "description": "Whether the select is readonly.",
9484
9499
  "attribute": "readonly"
9485
9500
  },
9501
+ {
9502
+ "kind": "field",
9503
+ "name": "type",
9504
+ "type": {
9505
+ "text": "string"
9506
+ },
9507
+ "privacy": "public",
9508
+ "description": "Form type of element.",
9509
+ "default": "'select-one / select-multiple'",
9510
+ "readonly": true
9511
+ },
9486
9512
  {
9487
9513
  "kind": "field",
9488
9514
  "name": "_displayValue",
@@ -9640,22 +9666,13 @@
9640
9666
  },
9641
9667
  {
9642
9668
  "kind": "method",
9643
- "name": "_onSelectAttributesChange",
9669
+ "name": "_syncAriaLabels",
9644
9670
  "privacy": "private",
9645
9671
  "return": {
9646
9672
  "type": {
9647
9673
  "text": "void"
9648
9674
  }
9649
- },
9650
- "parameters": [
9651
- {
9652
- "name": "mutationsList",
9653
- "type": {
9654
- "text": "MutationRecord[]"
9655
- }
9656
- }
9657
- ],
9658
- "description": "TODO: Accessibility fix required to correctly read the label;\ncan be possibly removed after the merge of https://github.com/sbb-design-systems/lyne-components/issues/3062"
9675
+ }
9659
9676
  },
9660
9677
  {
9661
9678
  "kind": "method",
@@ -11161,6 +11178,7 @@
11161
11178
  "name": "LitElement",
11162
11179
  "package": "lit"
11163
11180
  },
11181
+ "_ssrslotstate": true,
11164
11182
  "tagName": "sbb-selection-expansion-panel",
11165
11183
  "customElement": true
11166
11184
  }
@@ -11508,6 +11526,7 @@
11508
11526
  "name": "LitElement",
11509
11527
  "package": "lit"
11510
11528
  },
11529
+ "_ssrslotstate": true,
11511
11530
  "tagName": "sbb-skiplink-list",
11512
11531
  "customElement": true
11513
11532
  }
@@ -11659,6 +11678,17 @@
11659
11678
  "description": "Name of the icon at component's end, which will be forward to the nested `sbb-icon`.",
11660
11679
  "attribute": "end-icon"
11661
11680
  },
11681
+ {
11682
+ "kind": "field",
11683
+ "name": "type",
11684
+ "type": {
11685
+ "text": "string"
11686
+ },
11687
+ "privacy": "public",
11688
+ "description": "Form type of element.",
11689
+ "default": "'range'",
11690
+ "readonly": true
11691
+ },
11662
11692
  {
11663
11693
  "kind": "field",
11664
11694
  "name": "_valueFraction",
@@ -12201,6 +12231,7 @@
12201
12231
  "name": "LitElement",
12202
12232
  "package": "lit"
12203
12233
  },
12234
+ "_ssrslotstate": true,
12204
12235
  "tagName": "sbb-status",
12205
12236
  "customElement": true
12206
12237
  }
@@ -12643,6 +12674,7 @@
12643
12674
  "name": "SbbLinkBaseElement",
12644
12675
  "module": "core/base-elements.js"
12645
12676
  },
12677
+ "_ssrslotstate": true,
12646
12678
  "tagName": "sbb-teaser-hero",
12647
12679
  "customElement": true
12648
12680
  }
@@ -13020,6 +13052,7 @@
13020
13052
  "name": "SbbLinkBaseElement",
13021
13053
  "module": "core/base-elements.js"
13022
13054
  },
13055
+ "_ssrslotstate": true,
13023
13056
  "tagName": "sbb-teaser",
13024
13057
  "customElement": true
13025
13058
  }
@@ -13420,13 +13453,21 @@
13420
13453
  },
13421
13454
  {
13422
13455
  "kind": "field",
13423
- "name": "_abort",
13456
+ "name": "_language",
13457
+ "privacy": "private"
13458
+ },
13459
+ {
13460
+ "kind": "field",
13461
+ "name": "_mediaMatcher",
13424
13462
  "privacy": "private",
13425
- "default": "new SbbConnectedAbortController(this)"
13463
+ "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryForcedColors]: (matches) => { this._forcedColors = matches; this._setNameAndAriaLabel(); }, })"
13426
13464
  },
13427
13465
  {
13428
13466
  "kind": "field",
13429
- "name": "_language",
13467
+ "name": "_forcedColors",
13468
+ "type": {
13469
+ "text": "boolean"
13470
+ },
13430
13471
  "privacy": "private"
13431
13472
  },
13432
13473
  {
@@ -14611,6 +14652,7 @@
14611
14652
  "name": "SbbOpenCloseBaseElement",
14612
14653
  "module": "core/base-elements.js"
14613
14654
  },
14655
+ "_ssrslotstate": true,
14614
14656
  "tagName": "sbb-toast",
14615
14657
  "customElement": true
14616
14658
  }
@@ -14745,6 +14787,21 @@
14745
14787
  "module": "core/mixins.js"
14746
14788
  }
14747
14789
  },
14790
+ {
14791
+ "kind": "field",
14792
+ "name": "type",
14793
+ "type": {
14794
+ "text": "string"
14795
+ },
14796
+ "privacy": "public",
14797
+ "description": "Form type of element.",
14798
+ "default": "'checkbox'",
14799
+ "readonly": true,
14800
+ "inheritedFrom": {
14801
+ "name": "SbbFormAssociatedCheckboxMixin",
14802
+ "module": "core/mixins.js"
14803
+ }
14804
+ },
14748
14805
  {
14749
14806
  "kind": "method",
14750
14807
  "name": "withUserInteraction",
@@ -15109,6 +15166,7 @@
15109
15166
  "name": "LitElement",
15110
15167
  "package": "lit"
15111
15168
  },
15169
+ "_ssrslotstate": true,
15112
15170
  "tagName": "sbb-toggle-check",
15113
15171
  "customElement": true
15114
15172
  }
@@ -16416,6 +16474,7 @@
16416
16474
  "name": "SbbActionBaseElement",
16417
16475
  "module": "core/base-elements.js"
16418
16476
  },
16477
+ "_ssrslotstate": true,
16419
16478
  "tagName": "sbb-autocomplete-grid-button",
16420
16479
  "customElement": true,
16421
16480
  "attributes": [
@@ -21020,6 +21079,7 @@
21020
21079
  "name": "SbbButtonBaseElement",
21021
21080
  "module": "core/base-elements.js"
21022
21081
  },
21082
+ "_ssrslotstate": true,
21023
21083
  "attributes": [
21024
21084
  {
21025
21085
  "name": "negative",
@@ -26406,6 +26466,7 @@
26406
26466
  "name": "LitElement",
26407
26467
  "package": "lit"
26408
26468
  },
26469
+ "_ssrslotstate": true,
26409
26470
  "tagName": "sbb-checkbox-group",
26410
26471
  "customElement": true
26411
26472
  }
@@ -26643,6 +26704,21 @@
26643
26704
  "module": "core/mixins.js"
26644
26705
  }
26645
26706
  },
26707
+ {
26708
+ "kind": "field",
26709
+ "name": "type",
26710
+ "type": {
26711
+ "text": "string"
26712
+ },
26713
+ "privacy": "public",
26714
+ "description": "Form type of element.",
26715
+ "default": "'checkbox'",
26716
+ "readonly": true,
26717
+ "inheritedFrom": {
26718
+ "name": "SbbFormAssociatedCheckboxMixin",
26719
+ "module": "core/mixins.js"
26720
+ }
26721
+ },
26646
26722
  {
26647
26723
  "kind": "method",
26648
26724
  "name": "updateFormValue",
@@ -27020,6 +27096,7 @@
27020
27096
  "name": "LitElement",
27021
27097
  "package": "lit"
27022
27098
  },
27099
+ "_ssrslotstate": true,
27023
27100
  "tagName": "sbb-checkbox-panel",
27024
27101
  "customElement": true
27025
27102
  }
@@ -27226,6 +27303,21 @@
27226
27303
  "module": "core/mixins.js"
27227
27304
  }
27228
27305
  },
27306
+ {
27307
+ "kind": "field",
27308
+ "name": "type",
27309
+ "type": {
27310
+ "text": "string"
27311
+ },
27312
+ "privacy": "public",
27313
+ "description": "Form type of element.",
27314
+ "default": "'checkbox'",
27315
+ "readonly": true,
27316
+ "inheritedFrom": {
27317
+ "name": "SbbFormAssociatedCheckboxMixin",
27318
+ "module": "core/mixins.js"
27319
+ }
27320
+ },
27229
27321
  {
27230
27322
  "kind": "method",
27231
27323
  "name": "updateFormValue",
@@ -27574,6 +27666,7 @@
27574
27666
  "name": "LitElement",
27575
27667
  "package": "lit"
27576
27668
  },
27669
+ "_ssrslotstate": true,
27577
27670
  "tagName": "sbb-checkbox",
27578
27671
  "customElement": true
27579
27672
  }
@@ -27690,6 +27783,7 @@
27690
27783
  "name": "LitElement",
27691
27784
  "package": "lit"
27692
27785
  },
27786
+ "_ssrslotstate": true,
27693
27787
  "tagName": "sbb-container",
27694
27788
  "customElement": true
27695
27789
  }
@@ -27744,6 +27838,17 @@
27744
27838
  }
27745
27839
  ],
27746
27840
  "members": [
27841
+ {
27842
+ "kind": "field",
27843
+ "name": "events",
27844
+ "privacy": "public",
27845
+ "static": true,
27846
+ "readonly": true,
27847
+ "default": "{ willStick: 'willStick', didStick: 'didStick', willUnstick: 'willUnstick', didUnstick: 'didUnstick', }",
27848
+ "type": {
27849
+ "text": "{\n willStick: 'willStick',\n didStick: 'didStick',\n willUnstick: 'willUnstick',\n didUnstick: 'didUnstick',\n }"
27850
+ }
27851
+ },
27747
27852
  {
27748
27853
  "kind": "field",
27749
27854
  "name": "color",
@@ -27756,6 +27861,51 @@
27756
27861
  "attribute": "color",
27757
27862
  "reflects": true
27758
27863
  },
27864
+ {
27865
+ "kind": "field",
27866
+ "name": "_state",
27867
+ "privacy": "private",
27868
+ "description": "The state of the component.",
27869
+ "type": {
27870
+ "text": "StickyState"
27871
+ }
27872
+ },
27873
+ {
27874
+ "kind": "field",
27875
+ "name": "_willStick",
27876
+ "type": {
27877
+ "text": "EventEmitter"
27878
+ },
27879
+ "privacy": "private",
27880
+ "default": "new EventEmitter(this, SbbStickyBarElement.events.willStick)"
27881
+ },
27882
+ {
27883
+ "kind": "field",
27884
+ "name": "_didStick",
27885
+ "type": {
27886
+ "text": "EventEmitter"
27887
+ },
27888
+ "privacy": "private",
27889
+ "default": "new EventEmitter(this, SbbStickyBarElement.events.didStick)"
27890
+ },
27891
+ {
27892
+ "kind": "field",
27893
+ "name": "_willUnstick",
27894
+ "type": {
27895
+ "text": "EventEmitter"
27896
+ },
27897
+ "privacy": "private",
27898
+ "default": "new EventEmitter( this, SbbStickyBarElement.events.willUnstick, )"
27899
+ },
27900
+ {
27901
+ "kind": "field",
27902
+ "name": "_didUnstick",
27903
+ "type": {
27904
+ "text": "EventEmitter"
27905
+ },
27906
+ "privacy": "private",
27907
+ "default": "new EventEmitter(this, SbbStickyBarElement.events.didUnstick)"
27908
+ },
27759
27909
  {
27760
27910
  "kind": "field",
27761
27911
  "name": "_intersector",
@@ -27768,11 +27918,11 @@
27768
27918
  "kind": "field",
27769
27919
  "name": "_observer",
27770
27920
  "privacy": "private",
27771
- "default": "new IntersectionController(this, { // Although `this` is observed, we have to postpone observing // into firstUpdated() to achieve a correct initial state. target: null, callback: (entries) => this._toggleShadowVisibility(entries[0]), })"
27921
+ "default": "new IntersectionController(this, { // Although `this` is observed, we have to postpone observing // into firstUpdated() to achieve a correct initial state. target: null, callback: (entries) => this._detectStickyState(entries[0]), })"
27772
27922
  },
27773
27923
  {
27774
27924
  "kind": "method",
27775
- "name": "_toggleShadowVisibility",
27925
+ "name": "_detectStickyState",
27776
27926
  "privacy": "private",
27777
27927
  "return": {
27778
27928
  "type": {
@@ -27787,6 +27937,156 @@
27787
27937
  }
27788
27938
  }
27789
27939
  ]
27940
+ },
27941
+ {
27942
+ "kind": "method",
27943
+ "name": "stick",
27944
+ "privacy": "public",
27945
+ "return": {
27946
+ "type": {
27947
+ "text": "void"
27948
+ }
27949
+ },
27950
+ "description": "Animates from normal content flow position to `position: sticky`."
27951
+ },
27952
+ {
27953
+ "kind": "method",
27954
+ "name": "unstick",
27955
+ "privacy": "public",
27956
+ "return": {
27957
+ "type": {
27958
+ "text": "void"
27959
+ }
27960
+ },
27961
+ "description": "Animates `position: sticky` to normal content flow position."
27962
+ },
27963
+ {
27964
+ "kind": "method",
27965
+ "name": "_stickyCallback",
27966
+ "privacy": "private",
27967
+ "return": {
27968
+ "type": {
27969
+ "text": "void"
27970
+ }
27971
+ }
27972
+ },
27973
+ {
27974
+ "kind": "method",
27975
+ "name": "_unstickyCallback",
27976
+ "privacy": "private",
27977
+ "return": {
27978
+ "type": {
27979
+ "text": "void"
27980
+ }
27981
+ }
27982
+ },
27983
+ {
27984
+ "kind": "method",
27985
+ "name": "_onAnimationEnd",
27986
+ "privacy": "private",
27987
+ "return": {
27988
+ "type": {
27989
+ "text": "void"
27990
+ }
27991
+ },
27992
+ "parameters": [
27993
+ {
27994
+ "name": "event",
27995
+ "type": {
27996
+ "text": "AnimationEvent"
27997
+ }
27998
+ }
27999
+ ]
28000
+ },
28001
+ {
28002
+ "kind": "field",
28003
+ "name": "_updatePromise",
28004
+ "privacy": "private",
28005
+ "inheritedFrom": {
28006
+ "name": "SbbUpdateSchedulerMixin",
28007
+ "module": "core/mixins.js"
28008
+ }
28009
+ },
28010
+ {
28011
+ "kind": "field",
28012
+ "name": "_updateResolve",
28013
+ "privacy": "private",
28014
+ "inheritedFrom": {
28015
+ "name": "SbbUpdateSchedulerMixin",
28016
+ "module": "core/mixins.js"
28017
+ }
28018
+ },
28019
+ {
28020
+ "kind": "method",
28021
+ "name": "startUpdate",
28022
+ "privacy": "protected",
28023
+ "return": {
28024
+ "type": {
28025
+ "text": "void"
28026
+ }
28027
+ },
28028
+ "inheritedFrom": {
28029
+ "name": "SbbUpdateSchedulerMixin",
28030
+ "module": "core/mixins.js"
28031
+ }
28032
+ },
28033
+ {
28034
+ "kind": "method",
28035
+ "name": "completeUpdate",
28036
+ "privacy": "protected",
28037
+ "return": {
28038
+ "type": {
28039
+ "text": "void"
28040
+ }
28041
+ },
28042
+ "inheritedFrom": {
28043
+ "name": "SbbUpdateSchedulerMixin",
28044
+ "module": "core/mixins.js"
28045
+ }
28046
+ },
28047
+ {
28048
+ "kind": "method",
28049
+ "name": "getUpdateComplete",
28050
+ "privacy": "protected",
28051
+ "return": {
28052
+ "type": {
28053
+ "text": "Promise<boolean>"
28054
+ }
28055
+ },
28056
+ "inheritedFrom": {
28057
+ "name": "SbbUpdateSchedulerMixin",
28058
+ "module": "core/mixins.js"
28059
+ }
28060
+ }
28061
+ ],
28062
+ "events": [
28063
+ {
28064
+ "type": {
28065
+ "text": "CustomEvent<void>"
28066
+ },
28067
+ "description": "Emits when the animation from normal content flow to `position: sticky` starts. Can be canceled.",
28068
+ "name": "willStick"
28069
+ },
28070
+ {
28071
+ "type": {
28072
+ "text": "CustomEvent<void>"
28073
+ },
28074
+ "description": "Emits when the animation from normal content flow to `position: sticky` ends.",
28075
+ "name": "didStick"
28076
+ },
28077
+ {
28078
+ "type": {
28079
+ "text": "CustomEvent<void>"
28080
+ },
28081
+ "description": "Emits when the animation from `position: sticky` to normal content flow starts. Can be canceled.",
28082
+ "name": "willUnstick"
28083
+ },
28084
+ {
28085
+ "type": {
28086
+ "text": "CustomEvent<void>"
28087
+ },
28088
+ "description": "Emits when the animation from `position: sticky` to normal content flow ends.",
28089
+ "name": "didUnstick"
27790
28090
  }
27791
28091
  ],
27792
28092
  "attributes": [
@@ -27800,6 +28100,12 @@
27800
28100
  "fieldName": "color"
27801
28101
  }
27802
28102
  ],
28103
+ "mixins": [
28104
+ {
28105
+ "name": "SbbUpdateSchedulerMixin",
28106
+ "module": "core/mixins.js"
28107
+ }
28108
+ ],
27803
28109
  "superclass": {
27804
28110
  "name": "LitElement",
27805
28111
  "package": "lit"
@@ -29236,6 +29542,87 @@
29236
29542
  }
29237
29543
  ]
29238
29544
  },
29545
+ {
29546
+ "kind": "variable",
29547
+ "name": "SbbMediaQueryForcedColors",
29548
+ "type": {
29549
+ "text": "string"
29550
+ },
29551
+ "default": "'(forced-colors: active)'"
29552
+ },
29553
+ {
29554
+ "kind": "variable",
29555
+ "name": "SbbMediaQueryHover",
29556
+ "type": {
29557
+ "text": "string"
29558
+ },
29559
+ "default": "'(any-hover: hover)'"
29560
+ },
29561
+ {
29562
+ "kind": "variable",
29563
+ "name": "SbbMediaQueryPointerCoarse",
29564
+ "type": {
29565
+ "text": "string"
29566
+ },
29567
+ "default": "'(pointer: coarse)'"
29568
+ },
29569
+ {
29570
+ "kind": "variable",
29571
+ "name": "SbbMediaQueryBreakpointMediumAndAbove",
29572
+ "default": "`(min-width: ${pxToRem(SbbBreakpointMediumMin)}rem)`"
29573
+ },
29574
+ {
29575
+ "kind": "variable",
29576
+ "name": "SbbMediaQueryBreakpointSmallAndBelow",
29577
+ "default": "`(max-width: ${pxToRem(SbbBreakpointSmallMax)}rem)`"
29578
+ },
29579
+ {
29580
+ "kind": "class",
29581
+ "description": "This controller allows listening to media query changes.",
29582
+ "name": "SbbMediaMatcherController",
29583
+ "members": [
29584
+ {
29585
+ "kind": "method",
29586
+ "name": "matches",
29587
+ "privacy": "public",
29588
+ "return": {
29589
+ "type": {
29590
+ "text": ""
29591
+ }
29592
+ },
29593
+ "parameters": [
29594
+ {
29595
+ "name": "query",
29596
+ "type": {
29597
+ "text": "string"
29598
+ },
29599
+ "description": "The query to check against."
29600
+ }
29601
+ ],
29602
+ "description": "Returns whether the given query matches. Returns null with SSR."
29603
+ },
29604
+ {
29605
+ "kind": "method",
29606
+ "name": "hostConnected",
29607
+ "privacy": "public",
29608
+ "return": {
29609
+ "type": {
29610
+ "text": "void"
29611
+ }
29612
+ }
29613
+ },
29614
+ {
29615
+ "kind": "method",
29616
+ "name": "hostDisconnected",
29617
+ "privacy": "public",
29618
+ "return": {
29619
+ "type": {
29620
+ "text": "void"
29621
+ }
29622
+ }
29623
+ }
29624
+ ]
29625
+ },
29239
29626
  {
29240
29627
  "kind": "class",
29241
29628
  "description": "This controller checks for slotted children. From these it generates\na list of used slot names (`unnamed` for children without a slot attribute)\nand adds this to the `data-slot-names` attribute, as a space separated list.\n\nThis allows CSS attribute selector to display/hide/configure a section\nof the component as required (see [attr~=value] selector specifically).",
@@ -29319,6 +29706,54 @@
29319
29706
  "module": "core/controllers.js"
29320
29707
  }
29321
29708
  },
29709
+ {
29710
+ "kind": "js",
29711
+ "name": "SbbMediaQueryForcedColors",
29712
+ "declaration": {
29713
+ "name": "SbbMediaQueryForcedColors",
29714
+ "module": "core/controllers.js"
29715
+ }
29716
+ },
29717
+ {
29718
+ "kind": "js",
29719
+ "name": "SbbMediaQueryHover",
29720
+ "declaration": {
29721
+ "name": "SbbMediaQueryHover",
29722
+ "module": "core/controllers.js"
29723
+ }
29724
+ },
29725
+ {
29726
+ "kind": "js",
29727
+ "name": "SbbMediaQueryPointerCoarse",
29728
+ "declaration": {
29729
+ "name": "SbbMediaQueryPointerCoarse",
29730
+ "module": "core/controllers.js"
29731
+ }
29732
+ },
29733
+ {
29734
+ "kind": "js",
29735
+ "name": "SbbMediaQueryBreakpointMediumAndAbove",
29736
+ "declaration": {
29737
+ "name": "SbbMediaQueryBreakpointMediumAndAbove",
29738
+ "module": "core/controllers.js"
29739
+ }
29740
+ },
29741
+ {
29742
+ "kind": "js",
29743
+ "name": "SbbMediaQueryBreakpointSmallAndBelow",
29744
+ "declaration": {
29745
+ "name": "SbbMediaQueryBreakpointSmallAndBelow",
29746
+ "module": "core/controllers.js"
29747
+ }
29748
+ },
29749
+ {
29750
+ "kind": "js",
29751
+ "name": "SbbMediaMatcherController",
29752
+ "declaration": {
29753
+ "name": "SbbMediaMatcherController",
29754
+ "module": "core/controllers.js"
29755
+ }
29756
+ },
29322
29757
  {
29323
29758
  "kind": "js",
29324
29759
  "name": "SbbSlotStateController",
@@ -30989,7 +31424,8 @@
30989
31424
  "optional": true,
30990
31425
  "type": {
30991
31426
  "text": "{ includeMaxBreakpoint: boolean }"
30992
- }
31427
+ },
31428
+ "description": "Whether the max breakpoint should be included"
30993
31429
  }
30994
31430
  ],
30995
31431
  "description": "Checks whether the document matches a particular media query.\nIt will rely on the global CSS variables to determine the value of the breakpoints."
@@ -33722,6 +34158,17 @@
33722
34158
  "privacy": "private",
33723
34159
  "default": "false"
33724
34160
  },
34161
+ {
34162
+ "kind": "field",
34163
+ "name": "type",
34164
+ "type": {
34165
+ "text": "string"
34166
+ },
34167
+ "privacy": "public",
34168
+ "description": "Form type of element.",
34169
+ "default": "'checkbox'",
34170
+ "readonly": true
34171
+ },
33725
34172
  {
33726
34173
  "kind": "method",
33727
34174
  "name": "withUserInteraction",
@@ -35722,45 +36169,45 @@
35722
36169
  "declarations": [
35723
36170
  {
35724
36171
  "kind": "class",
35725
- "description": "This class exists to facilitate the test migration from stencil to lit.\nIt mimics the API that stencil provided to test events.\n\nTODO: Document me",
36172
+ "description": "This class exists to facilitate the test migration from stencil to lit.\nIt mimics the API that stencil provided to test events.",
35726
36173
  "name": "EventSpy",
35727
36174
  "members": [
35728
36175
  {
35729
36176
  "kind": "field",
35730
- "name": "_count",
36177
+ "name": "count",
35731
36178
  "type": {
35732
36179
  "text": "number"
35733
36180
  },
35734
- "privacy": "private",
36181
+ "privacy": "public",
36182
+ "readonly": true,
35735
36183
  "default": "0"
35736
36184
  },
35737
36185
  {
35738
36186
  "kind": "field",
35739
- "name": "count",
36187
+ "name": "_count",
35740
36188
  "type": {
35741
36189
  "text": "number"
35742
36190
  },
35743
- "privacy": "public",
35744
- "readonly": true,
36191
+ "privacy": "private",
35745
36192
  "default": "0"
35746
36193
  },
35747
36194
  {
35748
36195
  "kind": "field",
35749
- "name": "_events",
36196
+ "name": "events",
35750
36197
  "type": {
35751
36198
  "text": "T[]"
35752
36199
  },
35753
- "privacy": "private",
36200
+ "privacy": "public",
36201
+ "readonly": true,
35754
36202
  "default": "[]"
35755
36203
  },
35756
36204
  {
35757
36205
  "kind": "field",
35758
- "name": "events",
36206
+ "name": "_events",
35759
36207
  "type": {
35760
36208
  "text": "T[]"
35761
36209
  },
35762
- "privacy": "public",
35763
- "readonly": true,
36210
+ "privacy": "private",
35764
36211
  "default": "[]"
35765
36212
  },
35766
36213
  {
@@ -35781,6 +36228,83 @@
35781
36228
  "privacy": "public",
35782
36229
  "readonly": true
35783
36230
  },
36231
+ {
36232
+ "kind": "field",
36233
+ "name": "_promiseEventMap",
36234
+ "privacy": "private",
36235
+ "default": "new Map<number, PromiseWithExecutor<T>>()"
36236
+ },
36237
+ {
36238
+ "kind": "method",
36239
+ "name": "calledOnce",
36240
+ "privacy": "public",
36241
+ "return": {
36242
+ "type": {
36243
+ "text": "Promise<T>"
36244
+ }
36245
+ },
36246
+ "parameters": [
36247
+ {
36248
+ "name": "timeout",
36249
+ "optional": true,
36250
+ "type": {
36251
+ "text": "number"
36252
+ }
36253
+ }
36254
+ ]
36255
+ },
36256
+ {
36257
+ "kind": "method",
36258
+ "name": "calledTimes",
36259
+ "privacy": "public",
36260
+ "return": {
36261
+ "type": {
36262
+ "text": "Promise<T>"
36263
+ }
36264
+ },
36265
+ "parameters": [
36266
+ {
36267
+ "name": "count",
36268
+ "type": {
36269
+ "text": "number"
36270
+ }
36271
+ },
36272
+ {
36273
+ "name": "timeout",
36274
+ "default": "2000"
36275
+ }
36276
+ ]
36277
+ },
36278
+ {
36279
+ "kind": "method",
36280
+ "name": "_wrapPromiseWithTimeout",
36281
+ "privacy": "private",
36282
+ "return": {
36283
+ "type": {
36284
+ "text": "Promise<T>"
36285
+ }
36286
+ },
36287
+ "parameters": [
36288
+ {
36289
+ "name": "promiseWithExecutor",
36290
+ "type": {
36291
+ "text": "PromiseWithExecutor<T>"
36292
+ }
36293
+ },
36294
+ {
36295
+ "name": "count",
36296
+ "type": {
36297
+ "text": "number"
36298
+ }
36299
+ },
36300
+ {
36301
+ "name": "timeout",
36302
+ "type": {
36303
+ "text": "number"
36304
+ }
36305
+ }
36306
+ ]
36307
+ },
35784
36308
  {
35785
36309
  "kind": "method",
35786
36310
  "name": "_listenForEvent",
@@ -40202,6 +40726,20 @@
40202
40726
  "privacy": "private",
40203
40727
  "default": "new SbbSlotStateController(this, () => this._setDataIconAttribute())"
40204
40728
  },
40729
+ {
40730
+ "kind": "field",
40731
+ "name": "_mediaMatcher",
40732
+ "privacy": "private",
40733
+ "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryHover]: (m) => (this._isHover = m), })"
40734
+ },
40735
+ {
40736
+ "kind": "field",
40737
+ "name": "_isHover",
40738
+ "type": {
40739
+ "text": "boolean"
40740
+ },
40741
+ "privacy": "private"
40742
+ },
40205
40743
  {
40206
40744
  "kind": "method",
40207
40745
  "name": "_emitExpandedEvent",
@@ -40522,6 +41060,7 @@
40522
41060
  "name": "SbbButtonBaseElement",
40523
41061
  "module": "core/base-elements.js"
40524
41062
  },
41063
+ "_ssrslotstate": true,
40525
41064
  "tagName": "sbb-expansion-panel-header",
40526
41065
  "customElement": true,
40527
41066
  "attributes": [
@@ -41286,6 +41825,16 @@
41286
41825
  "description": "Returns the slotted sbb-flip-card-details.",
41287
41826
  "readonly": true
41288
41827
  },
41828
+ {
41829
+ "kind": "field",
41830
+ "name": "_detailsContentElement",
41831
+ "type": {
41832
+ "text": "HTMLElement | null"
41833
+ },
41834
+ "privacy": "private",
41835
+ "description": "Returns the card details content element wrapper.",
41836
+ "readonly": true
41837
+ },
41289
41838
  {
41290
41839
  "kind": "field",
41291
41840
  "name": "isFlipped",
@@ -41318,6 +41867,12 @@
41318
41867
  "privacy": "private",
41319
41868
  "default": "new SbbLanguageController(this)"
41320
41869
  },
41870
+ {
41871
+ "kind": "field",
41872
+ "name": "_cardDetailsResizeObserver",
41873
+ "privacy": "private",
41874
+ "default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this._setCardDetailsHeight(), })"
41875
+ },
41321
41876
  {
41322
41877
  "kind": "method",
41323
41878
  "name": "toggle",
@@ -41329,6 +41884,16 @@
41329
41884
  },
41330
41885
  "description": "Toggles the state of the sbb-flip-card."
41331
41886
  },
41887
+ {
41888
+ "kind": "method",
41889
+ "name": "_setCardDetailsHeight",
41890
+ "privacy": "private",
41891
+ "return": {
41892
+ "type": {
41893
+ "text": "any"
41894
+ }
41895
+ }
41896
+ },
41332
41897
  {
41333
41898
  "kind": "method",
41334
41899
  "name": "_accessibilityLabel",
@@ -42417,6 +42982,7 @@
42417
42982
  "name": "LitElement",
42418
42983
  "package": "lit"
42419
42984
  },
42985
+ "_ssrslotstate": true,
42420
42986
  "tagName": "sbb-form-field",
42421
42987
  "customElement": true
42422
42988
  }
@@ -48459,6 +49025,12 @@
48459
49025
  "privacy": "private",
48460
49026
  "default": "new SbbInertController(this)"
48461
49027
  },
49028
+ {
49029
+ "kind": "field",
49030
+ "name": "_mediaMatcher",
49031
+ "privacy": "private",
49032
+ "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryBreakpointSmallAndBelow]: (matches) => { if (matches && (this.state === 'opening' || this.state === 'opened')) { this._scrollHandler.disableScroll(); } else { this._scrollHandler.enableScroll(); } }, })"
49033
+ },
48462
49034
  {
48463
49035
  "kind": "method",
48464
49036
  "name": "open",
@@ -50183,6 +50755,7 @@
50183
50755
  "name": "LitElement",
50184
50756
  "package": "lit"
50185
50757
  },
50758
+ "_ssrslotstate": true,
50186
50759
  "tagName": "sbb-navigation-list",
50187
50760
  "customElement": true
50188
50761
  }
@@ -50964,6 +51537,7 @@
50964
51537
  "name": "LitElement",
50965
51538
  "package": "lit"
50966
51539
  },
51540
+ "_ssrslotstate": true,
50967
51541
  "tagName": "sbb-navigation-section",
50968
51542
  "customElement": true
50969
51543
  }
@@ -52650,7 +53224,8 @@
52650
53224
  "superclass": {
52651
53225
  "name": "LitElement",
52652
53226
  "package": "lit"
52653
- }
53227
+ },
53228
+ "_ssrslotstate": true
52654
53229
  },
52655
53230
  {
52656
53231
  "kind": "class",
@@ -54300,21 +54875,14 @@
54300
54875
  {
54301
54876
  "kind": "field",
54302
54877
  "name": "pageSizeOptions",
54303
- "privacy": "public",
54304
- "description": "The available `pageSize` choices.",
54305
54878
  "type": {
54306
- "text": "number[] | undefined"
54879
+ "text": "number[]"
54307
54880
  },
54881
+ "privacy": "public",
54882
+ "default": "[]",
54883
+ "description": "The available `pageSize` choices.",
54308
54884
  "attribute": "page-size-options"
54309
54885
  },
54310
- {
54311
- "kind": "field",
54312
- "name": "_pageSizeOptions",
54313
- "type": {
54314
- "text": "number[] | undefined"
54315
- },
54316
- "privacy": "private"
54317
- },
54318
54886
  {
54319
54887
  "kind": "field",
54320
54888
  "name": "pagerPosition",
@@ -54331,12 +54899,6 @@
54331
54899
  "module": "paginator/common.js"
54332
54900
  }
54333
54901
  },
54334
- {
54335
- "kind": "field",
54336
- "name": "_paginatorOptionsLabel",
54337
- "privacy": "private",
54338
- "default": "`sbb-paginator-options-label-${++nextId}`"
54339
- },
54340
54902
  {
54341
54903
  "kind": "field",
54342
54904
  "name": "_markForFocus",
@@ -54346,15 +54908,6 @@
54346
54908
  "privacy": "private",
54347
54909
  "default": "null"
54348
54910
  },
54349
- {
54350
- "kind": "field",
54351
- "name": "_updateSelectAriaLabelledBy",
54352
- "type": {
54353
- "text": "boolean"
54354
- },
54355
- "privacy": "private",
54356
- "default": "false"
54357
- },
54358
54911
  {
54359
54912
  "kind": "method",
54360
54913
  "name": "_pageSizeChanged",
@@ -54768,10 +55321,11 @@
54768
55321
  "attributes": [
54769
55322
  {
54770
55323
  "name": "page-size-options",
54771
- "description": "The available `pageSize` choices.",
54772
55324
  "type": {
54773
- "text": "number[] | undefined"
55325
+ "text": "number[]"
54774
55326
  },
55327
+ "default": "[]",
55328
+ "description": "The available `pageSize` choices.",
54775
55329
  "fieldName": "pageSizeOptions"
54776
55330
  },
54777
55331
  {
@@ -56397,6 +56951,7 @@
56397
56951
  "name": "LitElement",
56398
56952
  "package": "lit"
56399
56953
  },
56954
+ "_ssrslotstate": true,
56400
56955
  "tagName": "sbb-radio-button-group",
56401
56956
  "customElement": true
56402
56957
  }
@@ -56906,6 +57461,7 @@
56906
57461
  "name": "LitElement",
56907
57462
  "package": "lit"
56908
57463
  },
57464
+ "_ssrslotstate": true,
56909
57465
  "tagName": "sbb-radio-button-panel",
56910
57466
  "customElement": true
56911
57467
  }
@@ -57278,6 +57834,7 @@
57278
57834
  "name": "LitElement",
57279
57835
  "package": "lit"
57280
57836
  },
57837
+ "_ssrslotstate": true,
57281
57838
  "tagName": "sbb-radio-button",
57282
57839
  "customElement": true
57283
57840
  }
@@ -59112,6 +59669,7 @@
59112
59669
  "name": "LitElement",
59113
59670
  "package": "lit"
59114
59671
  },
59672
+ "_ssrslotstate": true,
59115
59673
  "tagName": "sbb-tab-label",
59116
59674
  "customElement": true
59117
59675
  }
@@ -60055,6 +60613,7 @@
60055
60613
  "name": "SbbButtonBaseElement",
60056
60614
  "module": "core/base-elements.js"
60057
60615
  },
60616
+ "_ssrslotstate": true,
60058
60617
  "tagName": "sbb-tag",
60059
60618
  "customElement": true
60060
60619
  }
@@ -60813,6 +61372,7 @@
60813
61372
  "name": "LitElement",
60814
61373
  "package": "lit"
60815
61374
  },
61375
+ "_ssrslotstate": true,
60816
61376
  "tagName": "sbb-toggle-option",
60817
61377
  "customElement": true
60818
61378
  }
@@ -62853,6 +63413,21 @@
62853
63413
  "module": "core/mixins.js"
62854
63414
  }
62855
63415
  },
63416
+ {
63417
+ "kind": "field",
63418
+ "name": "type",
63419
+ "type": {
63420
+ "text": "string"
63421
+ },
63422
+ "privacy": "public",
63423
+ "description": "Form type of element.",
63424
+ "default": "'checkbox'",
63425
+ "readonly": true,
63426
+ "inheritedFrom": {
63427
+ "name": "SbbFormAssociatedCheckboxMixin",
63428
+ "module": "core/mixins.js"
63429
+ }
63430
+ },
62856
63431
  {
62857
63432
  "kind": "method",
62858
63433
  "name": "updateFormValue",
@@ -63454,7 +64029,8 @@
63454
64029
  "superclass": {
63455
64030
  "name": "LitElement",
63456
64031
  "package": "lit"
63457
- }
64032
+ },
64033
+ "_ssrslotstate": true
63458
64034
  }
63459
64035
  ],
63460
64036
  "exports": [