@sbb-esta/lyne-elements 1.14.1 → 1.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autocomplete/autocomplete.d.ts +1 -1
- package/autocomplete/autocomplete.d.ts.map +1 -1
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.d.ts +1 -1
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.d.ts.map +1 -1
- package/autocomplete-grid/autocomplete-grid.js +6 -6
- package/autocomplete.js +20 -19
- package/calendar/calendar.d.ts +1 -1
- package/calendar/calendar.d.ts.map +1 -1
- package/calendar.js +25 -27
- package/checkbox/checkbox-panel/checkbox-panel.d.ts +1 -1
- package/checkbox/checkbox-panel/checkbox-panel.d.ts.map +1 -1
- package/checkbox/checkbox-panel.js +5 -5
- package/checkbox/common.js +1 -1
- package/clock/clock.d.ts +1 -1
- package/clock/clock.d.ts.map +1 -1
- package/clock.js +2 -2
- package/container/sticky-bar/sticky-bar.d.ts +29 -2
- package/container/sticky-bar/sticky-bar.d.ts.map +1 -1
- package/container/sticky-bar.js +69 -31
- package/core/base-elements/link-base-element.d.ts +1 -0
- package/core/base-elements/link-base-element.d.ts.map +1 -1
- package/core/base-elements.js +46 -43
- package/core/config/config.d.ts +3 -0
- package/core/config/config.d.ts.map +1 -1
- package/core/controllers/media-matchers-controller.d.ts +32 -0
- package/core/controllers/media-matchers-controller.d.ts.map +1 -0
- package/core/controllers.d.ts +1 -0
- package/core/controllers.d.ts.map +1 -1
- package/core/controllers.js +75 -33
- package/core/dom/breakpoint.d.ts +2 -1
- package/core/dom/breakpoint.d.ts.map +1 -1
- package/core/dom.js +7 -7
- package/core/mixins/form-associated-checkbox-mixin.d.ts.map +1 -1
- package/core/mixins.js +8 -1
- package/core/styles/core/mediaqueries.scss +1 -2
- package/core/styles/mixins/buttons.scss +5 -5
- package/core/testing/event-spy.d.ts +6 -4
- package/core/testing/event-spy.d.ts.map +1 -1
- package/core/testing.js +82 -55
- package/custom-elements.json +953 -97
- package/datepicker/datepicker/datepicker.d.ts.map +1 -1
- package/development/autocomplete/autocomplete.d.ts +1 -1
- package/development/autocomplete/autocomplete.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.d.ts +1 -1
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid.js +4 -3
- package/development/autocomplete.js +4 -3
- package/development/calendar/calendar.d.ts +1 -1
- package/development/calendar/calendar.d.ts.map +1 -1
- package/development/calendar.js +8 -11
- package/development/checkbox/checkbox-panel/checkbox-panel.d.ts +1 -1
- package/development/checkbox/checkbox-panel/checkbox-panel.d.ts.map +1 -1
- package/development/checkbox/checkbox-panel.js +2 -2
- package/development/checkbox/common.js +2 -2
- package/development/clock/clock.d.ts +1 -1
- package/development/clock/clock.d.ts.map +1 -1
- package/development/clock.js +3 -3
- package/development/container/sticky-bar/sticky-bar.d.ts +29 -2
- package/development/container/sticky-bar/sticky-bar.d.ts.map +1 -1
- package/development/container/sticky-bar.js +149 -36
- package/development/core/base-elements/link-base-element.d.ts +1 -0
- package/development/core/base-elements/link-base-element.d.ts.map +1 -1
- package/development/core/base-elements.js +5 -2
- package/development/core/config/config.d.ts +3 -0
- package/development/core/config/config.d.ts.map +1 -1
- package/development/core/config.js +1 -1
- package/development/core/controllers/media-matchers-controller.d.ts +32 -0
- package/development/core/controllers/media-matchers-controller.d.ts.map +1 -0
- package/development/core/controllers.d.ts +1 -0
- package/development/core/controllers.d.ts.map +1 -1
- package/development/core/controllers.js +65 -1
- package/development/core/dom/breakpoint.d.ts +2 -1
- package/development/core/dom/breakpoint.d.ts.map +1 -1
- package/development/core/dom.js +2 -2
- package/development/core/mixins/form-associated-checkbox-mixin.d.ts.map +1 -1
- package/development/core/mixins.js +9 -2
- package/development/core/testing/event-spy.d.ts +6 -4
- package/development/core/testing/event-spy.d.ts.map +1 -1
- package/development/core/testing.js +35 -1
- package/development/datepicker/datepicker/datepicker.d.ts.map +1 -1
- package/development/datepicker/datepicker.js +1 -1
- package/development/dialog/dialog.js +2 -2
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.d.ts +2 -0
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.d.ts.map +1 -1
- package/development/expansion-panel/expansion-panel-header.js +7 -3
- package/development/file-selector/file-selector.d.ts +5 -0
- package/development/file-selector/file-selector.d.ts.map +1 -1
- package/development/file-selector.js +8 -1
- package/development/flip-card/flip-card/flip-card.d.ts +4 -0
- package/development/flip-card/flip-card/flip-card.d.ts.map +1 -1
- package/development/flip-card/flip-card-details.js +4 -6
- package/development/flip-card/flip-card-summary/flip-card-summary.d.ts +1 -1
- package/development/flip-card/flip-card-summary/flip-card-summary.d.ts.map +1 -1
- package/development/flip-card/flip-card-summary.js +9 -10
- package/development/flip-card/flip-card.js +26 -2
- package/development/form-field/form-field.js +5 -3
- package/development/icon/icon.d.ts +1 -1
- package/development/icon.js +1 -1
- package/development/image/image.d.ts.map +1 -1
- package/development/image.js +3 -19
- package/development/map-container.js +3 -2
- package/development/menu/menu/menu.d.ts +1 -0
- package/development/menu/menu/menu.d.ts.map +1 -1
- package/development/menu/menu.js +15 -11
- package/development/navigation/navigation-section.js +4 -14
- package/development/navigation/navigation.js +3 -13
- package/development/notification.js +3 -2
- package/development/paginator/paginator/paginator.d.ts +1 -5
- package/development/paginator/paginator/paginator.d.ts.map +1 -1
- package/development/paginator/paginator.js +19 -27
- package/development/popover/popover/popover.d.ts.map +1 -1
- package/development/popover/popover.js +9 -16
- package/development/radio-button/radio-button-panel/radio-button-panel.d.ts +1 -1
- package/development/radio-button/radio-button-panel/radio-button-panel.d.ts.map +1 -1
- package/development/radio-button/radio-button-panel.js +2 -2
- package/development/sbb-tokens-BdGhUJjM.js +33 -0
- package/development/select/select.d.ts +6 -5
- package/development/select/select.d.ts.map +1 -1
- package/development/select.js +23 -14
- package/development/slider/slider.d.ts +5 -0
- package/development/slider/slider.d.ts.map +1 -1
- package/development/slider.js +8 -1
- package/development/table/table-wrapper/table-wrapper.d.ts +1 -1
- package/development/table/table-wrapper/table-wrapper.d.ts.map +1 -1
- package/development/table/table-wrapper.js +1 -1
- package/development/teaser/teaser.d.ts +2 -1
- package/development/teaser/teaser.d.ts.map +1 -1
- package/development/teaser-product/common/teaser-product-common.d.ts +1 -1
- package/development/teaser-product/common/teaser-product-common.d.ts.map +1 -1
- package/development/teaser-product/common.js +19 -19
- package/development/teaser-product/teaser-product/teaser-product.d.ts +2 -1
- package/development/teaser-product/teaser-product/teaser-product.d.ts.map +1 -1
- package/development/teaser-product/teaser-product.js +44 -12
- package/development/teaser.js +33 -7
- package/development/timetable-occupancy-icon/timetable-occupancy-icon.d.ts +2 -1
- package/development/timetable-occupancy-icon/timetable-occupancy-icon.d.ts.map +1 -1
- package/development/timetable-occupancy-icon.js +11 -9
- package/development/toggle-check/toggle-check.d.ts +1 -1
- package/development/toggle-check/toggle-check.d.ts.map +1 -1
- package/development/toggle-check.js +2 -2
- package/dialog/dialog.js +1 -1
- package/expansion-panel/expansion-panel-header/expansion-panel-header.d.ts +2 -0
- package/expansion-panel/expansion-panel-header/expansion-panel-header.d.ts.map +1 -1
- package/expansion-panel/expansion-panel-header.js +25 -23
- package/file-selector/file-selector.d.ts +5 -0
- package/file-selector/file-selector.d.ts.map +1 -1
- package/file-selector.js +7 -0
- package/flip-card/flip-card/flip-card.d.ts +4 -0
- package/flip-card/flip-card/flip-card.d.ts.map +1 -1
- package/flip-card/flip-card-details.js +6 -6
- package/flip-card/flip-card-summary/flip-card-summary.d.ts +1 -1
- package/flip-card/flip-card-summary/flip-card-summary.d.ts.map +1 -1
- package/flip-card/flip-card-summary.js +8 -8
- package/flip-card/flip-card.js +56 -42
- package/icon/icon.d.ts +1 -1
- package/image/image.d.ts.map +1 -1
- package/image.js +46 -45
- package/map-container.js +7 -7
- package/menu/menu/menu.d.ts +1 -0
- package/menu/menu/menu.d.ts.map +1 -1
- package/menu/menu.js +45 -41
- package/navigation/navigation-section.js +7 -7
- package/navigation/navigation.js +8 -8
- package/package.json +1 -1
- package/paginator/paginator/paginator.d.ts +1 -5
- package/paginator/paginator/paginator.d.ts.map +1 -1
- package/paginator/paginator.js +50 -52
- package/popover/popover/popover.d.ts.map +1 -1
- package/popover/popover.js +42 -46
- package/radio-button/radio-button-panel/radio-button-panel.d.ts +1 -1
- package/radio-button/radio-button-panel/radio-button-panel.d.ts.map +1 -1
- package/radio-button/radio-button-panel.js +7 -7
- package/sbb-tokens-Dx20OtVg.js +18 -0
- package/select/select.d.ts +6 -5
- package/select/select.d.ts.map +1 -1
- package/select.js +55 -53
- package/slider/slider.d.ts +5 -0
- package/slider/slider.d.ts.map +1 -1
- package/slider.js +12 -5
- package/table/table-wrapper/table-wrapper.d.ts +1 -1
- package/table/table-wrapper/table-wrapper.d.ts.map +1 -1
- package/teaser/teaser.d.ts +2 -1
- package/teaser/teaser.d.ts.map +1 -1
- package/teaser-product/common/teaser-product-common.d.ts +1 -1
- package/teaser-product/common/teaser-product-common.d.ts.map +1 -1
- package/teaser-product/common.js +22 -20
- package/teaser-product/teaser-product/teaser-product.d.ts +2 -1
- package/teaser-product/teaser-product/teaser-product.d.ts.map +1 -1
- package/teaser-product/teaser-product.js +26 -13
- package/teaser.js +38 -26
- package/timetable-occupancy-icon/timetable-occupancy-icon.d.ts +2 -1
- package/timetable-occupancy-icon/timetable-occupancy-icon.d.ts.map +1 -1
- package/timetable-occupancy-icon.js +45 -44
- package/toggle-check/toggle-check.d.ts +1 -1
- package/toggle-check/toggle-check.d.ts.map +1 -1
- package/toggle-check.js +1 -1
package/custom-elements.json
CHANGED
|
@@ -2668,14 +2668,14 @@
|
|
|
2668
2668
|
},
|
|
2669
2669
|
{
|
|
2670
2670
|
"kind": "field",
|
|
2671
|
-
"name": "
|
|
2672
|
-
"privacy": "private"
|
|
2673
|
-
"default": "new SbbConnectedAbortController(this)"
|
|
2671
|
+
"name": "_language",
|
|
2672
|
+
"privacy": "private"
|
|
2674
2673
|
},
|
|
2675
2674
|
{
|
|
2676
2675
|
"kind": "field",
|
|
2677
|
-
"name": "
|
|
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",
|
|
@@ -4733,6 +4733,17 @@
|
|
|
4733
4733
|
"privacy": "private",
|
|
4734
4734
|
"default": "[]"
|
|
4735
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
|
+
},
|
|
4736
4747
|
{
|
|
4737
4748
|
"kind": "field",
|
|
4738
4749
|
"name": "_fileChangedEvent",
|
|
@@ -5355,7 +5366,6 @@
|
|
|
5355
5366
|
"name": "LitElement",
|
|
5356
5367
|
"package": "lit"
|
|
5357
5368
|
},
|
|
5358
|
-
"_ssrslotstate": true,
|
|
5359
5369
|
"tagName": "sbb-file-selector",
|
|
5360
5370
|
"customElement": true
|
|
5361
5371
|
}
|
|
@@ -6013,7 +6023,7 @@
|
|
|
6013
6023
|
},
|
|
6014
6024
|
{
|
|
6015
6025
|
"kind": "class",
|
|
6016
|
-
"description": "
|
|
6026
|
+
"description": "Displays an icon loaded from a registered namespace.",
|
|
6017
6027
|
"name": "SbbIconElement",
|
|
6018
6028
|
"members": [
|
|
6019
6029
|
{
|
|
@@ -8088,7 +8098,6 @@
|
|
|
8088
8098
|
"name": "LitElement",
|
|
8089
8099
|
"package": "lit"
|
|
8090
8100
|
},
|
|
8091
|
-
"_ssrslotstate": true,
|
|
8092
8101
|
"tagName": "sbb-notification",
|
|
8093
8102
|
"customElement": true
|
|
8094
8103
|
}
|
|
@@ -9487,6 +9496,17 @@
|
|
|
9487
9496
|
"description": "Whether the select is readonly.",
|
|
9488
9497
|
"attribute": "readonly"
|
|
9489
9498
|
},
|
|
9499
|
+
{
|
|
9500
|
+
"kind": "field",
|
|
9501
|
+
"name": "type",
|
|
9502
|
+
"type": {
|
|
9503
|
+
"text": "string"
|
|
9504
|
+
},
|
|
9505
|
+
"privacy": "public",
|
|
9506
|
+
"description": "Form type of element.",
|
|
9507
|
+
"default": "'select-one / select-multiple'",
|
|
9508
|
+
"readonly": true
|
|
9509
|
+
},
|
|
9490
9510
|
{
|
|
9491
9511
|
"kind": "field",
|
|
9492
9512
|
"name": "_displayValue",
|
|
@@ -9644,22 +9664,13 @@
|
|
|
9644
9664
|
},
|
|
9645
9665
|
{
|
|
9646
9666
|
"kind": "method",
|
|
9647
|
-
"name": "
|
|
9667
|
+
"name": "_syncAriaLabels",
|
|
9648
9668
|
"privacy": "private",
|
|
9649
9669
|
"return": {
|
|
9650
9670
|
"type": {
|
|
9651
9671
|
"text": "void"
|
|
9652
9672
|
}
|
|
9653
|
-
}
|
|
9654
|
-
"parameters": [
|
|
9655
|
-
{
|
|
9656
|
-
"name": "mutationsList",
|
|
9657
|
-
"type": {
|
|
9658
|
-
"text": "MutationRecord[]"
|
|
9659
|
-
}
|
|
9660
|
-
}
|
|
9661
|
-
],
|
|
9662
|
-
"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"
|
|
9673
|
+
}
|
|
9663
9674
|
},
|
|
9664
9675
|
{
|
|
9665
9676
|
"kind": "method",
|
|
@@ -11165,7 +11176,6 @@
|
|
|
11165
11176
|
"name": "LitElement",
|
|
11166
11177
|
"package": "lit"
|
|
11167
11178
|
},
|
|
11168
|
-
"_ssrslotstate": true,
|
|
11169
11179
|
"tagName": "sbb-selection-expansion-panel",
|
|
11170
11180
|
"customElement": true
|
|
11171
11181
|
}
|
|
@@ -11513,7 +11523,6 @@
|
|
|
11513
11523
|
"name": "LitElement",
|
|
11514
11524
|
"package": "lit"
|
|
11515
11525
|
},
|
|
11516
|
-
"_ssrslotstate": true,
|
|
11517
11526
|
"tagName": "sbb-skiplink-list",
|
|
11518
11527
|
"customElement": true
|
|
11519
11528
|
}
|
|
@@ -11665,6 +11674,17 @@
|
|
|
11665
11674
|
"description": "Name of the icon at component's end, which will be forward to the nested `sbb-icon`.",
|
|
11666
11675
|
"attribute": "end-icon"
|
|
11667
11676
|
},
|
|
11677
|
+
{
|
|
11678
|
+
"kind": "field",
|
|
11679
|
+
"name": "type",
|
|
11680
|
+
"type": {
|
|
11681
|
+
"text": "string"
|
|
11682
|
+
},
|
|
11683
|
+
"privacy": "public",
|
|
11684
|
+
"description": "Form type of element.",
|
|
11685
|
+
"default": "'range'",
|
|
11686
|
+
"readonly": true
|
|
11687
|
+
},
|
|
11668
11688
|
{
|
|
11669
11689
|
"kind": "field",
|
|
11670
11690
|
"name": "_valueFraction",
|
|
@@ -12207,7 +12227,6 @@
|
|
|
12207
12227
|
"name": "LitElement",
|
|
12208
12228
|
"package": "lit"
|
|
12209
12229
|
},
|
|
12210
|
-
"_ssrslotstate": true,
|
|
12211
12230
|
"tagName": "sbb-status",
|
|
12212
12231
|
"customElement": true
|
|
12213
12232
|
}
|
|
@@ -12511,6 +12530,28 @@
|
|
|
12511
12530
|
"module": "core/base-elements.js"
|
|
12512
12531
|
}
|
|
12513
12532
|
},
|
|
12533
|
+
{
|
|
12534
|
+
"kind": "method",
|
|
12535
|
+
"name": "renderLink",
|
|
12536
|
+
"privacy": "protected",
|
|
12537
|
+
"return": {
|
|
12538
|
+
"type": {
|
|
12539
|
+
"text": "TemplateResult"
|
|
12540
|
+
}
|
|
12541
|
+
},
|
|
12542
|
+
"parameters": [
|
|
12543
|
+
{
|
|
12544
|
+
"name": "renderContent",
|
|
12545
|
+
"type": {
|
|
12546
|
+
"text": "TemplateResult"
|
|
12547
|
+
}
|
|
12548
|
+
}
|
|
12549
|
+
],
|
|
12550
|
+
"inheritedFrom": {
|
|
12551
|
+
"name": "SbbLinkBaseElement",
|
|
12552
|
+
"module": "core/base-elements.js"
|
|
12553
|
+
}
|
|
12554
|
+
},
|
|
12514
12555
|
{
|
|
12515
12556
|
"kind": "field",
|
|
12516
12557
|
"name": "maybeDisabled",
|
|
@@ -12650,7 +12691,6 @@
|
|
|
12650
12691
|
"name": "SbbLinkBaseElement",
|
|
12651
12692
|
"module": "core/base-elements.js"
|
|
12652
12693
|
},
|
|
12653
|
-
"_ssrslotstate": true,
|
|
12654
12694
|
"tagName": "sbb-teaser-hero",
|
|
12655
12695
|
"customElement": true
|
|
12656
12696
|
}
|
|
@@ -12773,17 +12813,12 @@
|
|
|
12773
12813
|
},
|
|
12774
12814
|
{
|
|
12775
12815
|
"kind": "method",
|
|
12776
|
-
"name": "
|
|
12816
|
+
"name": "renderContent",
|
|
12777
12817
|
"privacy": "protected",
|
|
12778
12818
|
"return": {
|
|
12779
12819
|
"type": {
|
|
12780
12820
|
"text": "TemplateResult"
|
|
12781
12821
|
}
|
|
12782
|
-
},
|
|
12783
|
-
"description": "Override this method to render the component template.",
|
|
12784
|
-
"inheritedFrom": {
|
|
12785
|
-
"name": "SbbActionBaseElement",
|
|
12786
|
-
"module": "core/base-elements.js"
|
|
12787
12822
|
}
|
|
12788
12823
|
},
|
|
12789
12824
|
{
|
|
@@ -12880,6 +12915,28 @@
|
|
|
12880
12915
|
"module": "core/base-elements.js"
|
|
12881
12916
|
}
|
|
12882
12917
|
},
|
|
12918
|
+
{
|
|
12919
|
+
"kind": "method",
|
|
12920
|
+
"name": "renderLink",
|
|
12921
|
+
"privacy": "protected",
|
|
12922
|
+
"return": {
|
|
12923
|
+
"type": {
|
|
12924
|
+
"text": "TemplateResult"
|
|
12925
|
+
}
|
|
12926
|
+
},
|
|
12927
|
+
"parameters": [
|
|
12928
|
+
{
|
|
12929
|
+
"name": "renderContent",
|
|
12930
|
+
"type": {
|
|
12931
|
+
"text": "TemplateResult"
|
|
12932
|
+
}
|
|
12933
|
+
}
|
|
12934
|
+
],
|
|
12935
|
+
"inheritedFrom": {
|
|
12936
|
+
"name": "SbbLinkBaseElement",
|
|
12937
|
+
"module": "core/base-elements.js"
|
|
12938
|
+
}
|
|
12939
|
+
},
|
|
12883
12940
|
{
|
|
12884
12941
|
"kind": "field",
|
|
12885
12942
|
"name": "maybeDisabled",
|
|
@@ -12919,6 +12976,21 @@
|
|
|
12919
12976
|
"name": "SbbActionBaseElement",
|
|
12920
12977
|
"module": "core/base-elements.js"
|
|
12921
12978
|
}
|
|
12979
|
+
},
|
|
12980
|
+
{
|
|
12981
|
+
"kind": "method",
|
|
12982
|
+
"name": "renderTemplate",
|
|
12983
|
+
"privacy": "protected",
|
|
12984
|
+
"return": {
|
|
12985
|
+
"type": {
|
|
12986
|
+
"text": "TemplateResult"
|
|
12987
|
+
}
|
|
12988
|
+
},
|
|
12989
|
+
"description": "Override this method to render the component template.",
|
|
12990
|
+
"inheritedFrom": {
|
|
12991
|
+
"name": "SbbActionBaseElement",
|
|
12992
|
+
"module": "core/base-elements.js"
|
|
12993
|
+
}
|
|
12922
12994
|
}
|
|
12923
12995
|
],
|
|
12924
12996
|
"attributes": [
|
|
@@ -13028,7 +13100,6 @@
|
|
|
13028
13100
|
"name": "SbbLinkBaseElement",
|
|
13029
13101
|
"module": "core/base-elements.js"
|
|
13030
13102
|
},
|
|
13031
|
-
"_ssrslotstate": true,
|
|
13032
13103
|
"tagName": "sbb-teaser",
|
|
13033
13104
|
"customElement": true
|
|
13034
13105
|
}
|
|
@@ -13429,13 +13500,21 @@
|
|
|
13429
13500
|
},
|
|
13430
13501
|
{
|
|
13431
13502
|
"kind": "field",
|
|
13432
|
-
"name": "
|
|
13503
|
+
"name": "_language",
|
|
13504
|
+
"privacy": "private"
|
|
13505
|
+
},
|
|
13506
|
+
{
|
|
13507
|
+
"kind": "field",
|
|
13508
|
+
"name": "_mediaMatcher",
|
|
13433
13509
|
"privacy": "private",
|
|
13434
|
-
"default": "new
|
|
13510
|
+
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryForcedColors]: (matches) => { this._forcedColors = matches; this._setNameAndAriaLabel(); }, })"
|
|
13435
13511
|
},
|
|
13436
13512
|
{
|
|
13437
13513
|
"kind": "field",
|
|
13438
|
-
"name": "
|
|
13514
|
+
"name": "_forcedColors",
|
|
13515
|
+
"type": {
|
|
13516
|
+
"text": "boolean"
|
|
13517
|
+
},
|
|
13439
13518
|
"privacy": "private"
|
|
13440
13519
|
},
|
|
13441
13520
|
{
|
|
@@ -14620,7 +14699,6 @@
|
|
|
14620
14699
|
"name": "SbbOpenCloseBaseElement",
|
|
14621
14700
|
"module": "core/base-elements.js"
|
|
14622
14701
|
},
|
|
14623
|
-
"_ssrslotstate": true,
|
|
14624
14702
|
"tagName": "sbb-toast",
|
|
14625
14703
|
"customElement": true
|
|
14626
14704
|
}
|
|
@@ -14755,6 +14833,21 @@
|
|
|
14755
14833
|
"module": "core/mixins.js"
|
|
14756
14834
|
}
|
|
14757
14835
|
},
|
|
14836
|
+
{
|
|
14837
|
+
"kind": "field",
|
|
14838
|
+
"name": "type",
|
|
14839
|
+
"type": {
|
|
14840
|
+
"text": "string"
|
|
14841
|
+
},
|
|
14842
|
+
"privacy": "public",
|
|
14843
|
+
"description": "Form type of element.",
|
|
14844
|
+
"default": "'checkbox'",
|
|
14845
|
+
"readonly": true,
|
|
14846
|
+
"inheritedFrom": {
|
|
14847
|
+
"name": "SbbFormAssociatedCheckboxMixin",
|
|
14848
|
+
"module": "core/mixins.js"
|
|
14849
|
+
}
|
|
14850
|
+
},
|
|
14758
14851
|
{
|
|
14759
14852
|
"kind": "method",
|
|
14760
14853
|
"name": "withUserInteraction",
|
|
@@ -15119,7 +15212,6 @@
|
|
|
15119
15212
|
"name": "LitElement",
|
|
15120
15213
|
"package": "lit"
|
|
15121
15214
|
},
|
|
15122
|
-
"_ssrslotstate": true,
|
|
15123
15215
|
"tagName": "sbb-toggle-check",
|
|
15124
15216
|
"customElement": true
|
|
15125
15217
|
}
|
|
@@ -16427,7 +16519,6 @@
|
|
|
16427
16519
|
"name": "SbbActionBaseElement",
|
|
16428
16520
|
"module": "core/base-elements.js"
|
|
16429
16521
|
},
|
|
16430
|
-
"_ssrslotstate": true,
|
|
16431
16522
|
"tagName": "sbb-autocomplete-grid-button",
|
|
16432
16523
|
"customElement": true,
|
|
16433
16524
|
"attributes": [
|
|
@@ -19141,6 +19232,28 @@
|
|
|
19141
19232
|
"module": "core/base-elements.js"
|
|
19142
19233
|
}
|
|
19143
19234
|
},
|
|
19235
|
+
{
|
|
19236
|
+
"kind": "method",
|
|
19237
|
+
"name": "renderLink",
|
|
19238
|
+
"privacy": "protected",
|
|
19239
|
+
"return": {
|
|
19240
|
+
"type": {
|
|
19241
|
+
"text": "TemplateResult"
|
|
19242
|
+
}
|
|
19243
|
+
},
|
|
19244
|
+
"parameters": [
|
|
19245
|
+
{
|
|
19246
|
+
"name": "renderContent",
|
|
19247
|
+
"type": {
|
|
19248
|
+
"text": "TemplateResult"
|
|
19249
|
+
}
|
|
19250
|
+
}
|
|
19251
|
+
],
|
|
19252
|
+
"inheritedFrom": {
|
|
19253
|
+
"name": "SbbLinkBaseElement",
|
|
19254
|
+
"module": "core/base-elements.js"
|
|
19255
|
+
}
|
|
19256
|
+
},
|
|
19144
19257
|
{
|
|
19145
19258
|
"kind": "field",
|
|
19146
19259
|
"name": "maybeDisabled",
|
|
@@ -19544,6 +19657,28 @@
|
|
|
19544
19657
|
"module": "core/base-elements.js"
|
|
19545
19658
|
}
|
|
19546
19659
|
},
|
|
19660
|
+
{
|
|
19661
|
+
"kind": "method",
|
|
19662
|
+
"name": "renderLink",
|
|
19663
|
+
"privacy": "protected",
|
|
19664
|
+
"return": {
|
|
19665
|
+
"type": {
|
|
19666
|
+
"text": "TemplateResult"
|
|
19667
|
+
}
|
|
19668
|
+
},
|
|
19669
|
+
"parameters": [
|
|
19670
|
+
{
|
|
19671
|
+
"name": "renderContent",
|
|
19672
|
+
"type": {
|
|
19673
|
+
"text": "TemplateResult"
|
|
19674
|
+
}
|
|
19675
|
+
}
|
|
19676
|
+
],
|
|
19677
|
+
"inheritedFrom": {
|
|
19678
|
+
"name": "SbbLinkBaseElement",
|
|
19679
|
+
"module": "core/base-elements.js"
|
|
19680
|
+
}
|
|
19681
|
+
},
|
|
19547
19682
|
{
|
|
19548
19683
|
"kind": "field",
|
|
19549
19684
|
"name": "maybeDisabled",
|
|
@@ -21032,7 +21167,6 @@
|
|
|
21032
21167
|
"name": "SbbButtonBaseElement",
|
|
21033
21168
|
"module": "core/base-elements.js"
|
|
21034
21169
|
},
|
|
21035
|
-
"_ssrslotstate": true,
|
|
21036
21170
|
"attributes": [
|
|
21037
21171
|
{
|
|
21038
21172
|
"name": "negative",
|
|
@@ -21787,6 +21921,28 @@
|
|
|
21787
21921
|
"module": "core/base-elements.js"
|
|
21788
21922
|
}
|
|
21789
21923
|
},
|
|
21924
|
+
{
|
|
21925
|
+
"kind": "method",
|
|
21926
|
+
"name": "renderLink",
|
|
21927
|
+
"privacy": "protected",
|
|
21928
|
+
"return": {
|
|
21929
|
+
"type": {
|
|
21930
|
+
"text": "TemplateResult"
|
|
21931
|
+
}
|
|
21932
|
+
},
|
|
21933
|
+
"parameters": [
|
|
21934
|
+
{
|
|
21935
|
+
"name": "renderContent",
|
|
21936
|
+
"type": {
|
|
21937
|
+
"text": "TemplateResult"
|
|
21938
|
+
}
|
|
21939
|
+
}
|
|
21940
|
+
],
|
|
21941
|
+
"inheritedFrom": {
|
|
21942
|
+
"name": "SbbLinkBaseElement",
|
|
21943
|
+
"module": "core/base-elements.js"
|
|
21944
|
+
}
|
|
21945
|
+
},
|
|
21790
21946
|
{
|
|
21791
21947
|
"kind": "field",
|
|
21792
21948
|
"name": "maybeDisabled",
|
|
@@ -22977,6 +23133,28 @@
|
|
|
22977
23133
|
"module": "core/base-elements.js"
|
|
22978
23134
|
}
|
|
22979
23135
|
},
|
|
23136
|
+
{
|
|
23137
|
+
"kind": "method",
|
|
23138
|
+
"name": "renderLink",
|
|
23139
|
+
"privacy": "protected",
|
|
23140
|
+
"return": {
|
|
23141
|
+
"type": {
|
|
23142
|
+
"text": "TemplateResult"
|
|
23143
|
+
}
|
|
23144
|
+
},
|
|
23145
|
+
"parameters": [
|
|
23146
|
+
{
|
|
23147
|
+
"name": "renderContent",
|
|
23148
|
+
"type": {
|
|
23149
|
+
"text": "TemplateResult"
|
|
23150
|
+
}
|
|
23151
|
+
}
|
|
23152
|
+
],
|
|
23153
|
+
"inheritedFrom": {
|
|
23154
|
+
"name": "SbbLinkBaseElement",
|
|
23155
|
+
"module": "core/base-elements.js"
|
|
23156
|
+
}
|
|
23157
|
+
},
|
|
22980
23158
|
{
|
|
22981
23159
|
"kind": "field",
|
|
22982
23160
|
"name": "maybeDisabled",
|
|
@@ -24167,6 +24345,28 @@
|
|
|
24167
24345
|
"module": "core/base-elements.js"
|
|
24168
24346
|
}
|
|
24169
24347
|
},
|
|
24348
|
+
{
|
|
24349
|
+
"kind": "method",
|
|
24350
|
+
"name": "renderLink",
|
|
24351
|
+
"privacy": "protected",
|
|
24352
|
+
"return": {
|
|
24353
|
+
"type": {
|
|
24354
|
+
"text": "TemplateResult"
|
|
24355
|
+
}
|
|
24356
|
+
},
|
|
24357
|
+
"parameters": [
|
|
24358
|
+
{
|
|
24359
|
+
"name": "renderContent",
|
|
24360
|
+
"type": {
|
|
24361
|
+
"text": "TemplateResult"
|
|
24362
|
+
}
|
|
24363
|
+
}
|
|
24364
|
+
],
|
|
24365
|
+
"inheritedFrom": {
|
|
24366
|
+
"name": "SbbLinkBaseElement",
|
|
24367
|
+
"module": "core/base-elements.js"
|
|
24368
|
+
}
|
|
24369
|
+
},
|
|
24170
24370
|
{
|
|
24171
24371
|
"kind": "field",
|
|
24172
24372
|
"name": "maybeDisabled",
|
|
@@ -25809,6 +26009,28 @@
|
|
|
25809
26009
|
"module": "core/base-elements.js"
|
|
25810
26010
|
}
|
|
25811
26011
|
},
|
|
26012
|
+
{
|
|
26013
|
+
"kind": "method",
|
|
26014
|
+
"name": "renderLink",
|
|
26015
|
+
"privacy": "protected",
|
|
26016
|
+
"return": {
|
|
26017
|
+
"type": {
|
|
26018
|
+
"text": "TemplateResult"
|
|
26019
|
+
}
|
|
26020
|
+
},
|
|
26021
|
+
"parameters": [
|
|
26022
|
+
{
|
|
26023
|
+
"name": "renderContent",
|
|
26024
|
+
"type": {
|
|
26025
|
+
"text": "TemplateResult"
|
|
26026
|
+
}
|
|
26027
|
+
}
|
|
26028
|
+
],
|
|
26029
|
+
"inheritedFrom": {
|
|
26030
|
+
"name": "SbbLinkBaseElement",
|
|
26031
|
+
"module": "core/base-elements.js"
|
|
26032
|
+
}
|
|
26033
|
+
},
|
|
25812
26034
|
{
|
|
25813
26035
|
"kind": "field",
|
|
25814
26036
|
"name": "maybeDisabled",
|
|
@@ -26419,7 +26641,6 @@
|
|
|
26419
26641
|
"name": "LitElement",
|
|
26420
26642
|
"package": "lit"
|
|
26421
26643
|
},
|
|
26422
|
-
"_ssrslotstate": true,
|
|
26423
26644
|
"tagName": "sbb-checkbox-group",
|
|
26424
26645
|
"customElement": true
|
|
26425
26646
|
}
|
|
@@ -26657,6 +26878,21 @@
|
|
|
26657
26878
|
"module": "core/mixins.js"
|
|
26658
26879
|
}
|
|
26659
26880
|
},
|
|
26881
|
+
{
|
|
26882
|
+
"kind": "field",
|
|
26883
|
+
"name": "type",
|
|
26884
|
+
"type": {
|
|
26885
|
+
"text": "string"
|
|
26886
|
+
},
|
|
26887
|
+
"privacy": "public",
|
|
26888
|
+
"description": "Form type of element.",
|
|
26889
|
+
"default": "'checkbox'",
|
|
26890
|
+
"readonly": true,
|
|
26891
|
+
"inheritedFrom": {
|
|
26892
|
+
"name": "SbbFormAssociatedCheckboxMixin",
|
|
26893
|
+
"module": "core/mixins.js"
|
|
26894
|
+
}
|
|
26895
|
+
},
|
|
26660
26896
|
{
|
|
26661
26897
|
"kind": "method",
|
|
26662
26898
|
"name": "updateFormValue",
|
|
@@ -27034,7 +27270,6 @@
|
|
|
27034
27270
|
"name": "LitElement",
|
|
27035
27271
|
"package": "lit"
|
|
27036
27272
|
},
|
|
27037
|
-
"_ssrslotstate": true,
|
|
27038
27273
|
"tagName": "sbb-checkbox-panel",
|
|
27039
27274
|
"customElement": true
|
|
27040
27275
|
}
|
|
@@ -27241,6 +27476,21 @@
|
|
|
27241
27476
|
"module": "core/mixins.js"
|
|
27242
27477
|
}
|
|
27243
27478
|
},
|
|
27479
|
+
{
|
|
27480
|
+
"kind": "field",
|
|
27481
|
+
"name": "type",
|
|
27482
|
+
"type": {
|
|
27483
|
+
"text": "string"
|
|
27484
|
+
},
|
|
27485
|
+
"privacy": "public",
|
|
27486
|
+
"description": "Form type of element.",
|
|
27487
|
+
"default": "'checkbox'",
|
|
27488
|
+
"readonly": true,
|
|
27489
|
+
"inheritedFrom": {
|
|
27490
|
+
"name": "SbbFormAssociatedCheckboxMixin",
|
|
27491
|
+
"module": "core/mixins.js"
|
|
27492
|
+
}
|
|
27493
|
+
},
|
|
27244
27494
|
{
|
|
27245
27495
|
"kind": "method",
|
|
27246
27496
|
"name": "updateFormValue",
|
|
@@ -27589,7 +27839,6 @@
|
|
|
27589
27839
|
"name": "LitElement",
|
|
27590
27840
|
"package": "lit"
|
|
27591
27841
|
},
|
|
27592
|
-
"_ssrslotstate": true,
|
|
27593
27842
|
"tagName": "sbb-checkbox",
|
|
27594
27843
|
"customElement": true
|
|
27595
27844
|
}
|
|
@@ -27706,7 +27955,6 @@
|
|
|
27706
27955
|
"name": "LitElement",
|
|
27707
27956
|
"package": "lit"
|
|
27708
27957
|
},
|
|
27709
|
-
"_ssrslotstate": true,
|
|
27710
27958
|
"tagName": "sbb-container",
|
|
27711
27959
|
"customElement": true
|
|
27712
27960
|
}
|
|
@@ -27761,6 +28009,17 @@
|
|
|
27761
28009
|
}
|
|
27762
28010
|
],
|
|
27763
28011
|
"members": [
|
|
28012
|
+
{
|
|
28013
|
+
"kind": "field",
|
|
28014
|
+
"name": "events",
|
|
28015
|
+
"privacy": "public",
|
|
28016
|
+
"static": true,
|
|
28017
|
+
"readonly": true,
|
|
28018
|
+
"default": "{ willStick: 'willStick', didStick: 'didStick', willUnstick: 'willUnstick', didUnstick: 'didUnstick', }",
|
|
28019
|
+
"type": {
|
|
28020
|
+
"text": "{\n willStick: 'willStick',\n didStick: 'didStick',\n willUnstick: 'willUnstick',\n didUnstick: 'didUnstick',\n }"
|
|
28021
|
+
}
|
|
28022
|
+
},
|
|
27764
28023
|
{
|
|
27765
28024
|
"kind": "field",
|
|
27766
28025
|
"name": "color",
|
|
@@ -27773,6 +28032,51 @@
|
|
|
27773
28032
|
"attribute": "color",
|
|
27774
28033
|
"reflects": true
|
|
27775
28034
|
},
|
|
28035
|
+
{
|
|
28036
|
+
"kind": "field",
|
|
28037
|
+
"name": "_state",
|
|
28038
|
+
"privacy": "private",
|
|
28039
|
+
"description": "The state of the component.",
|
|
28040
|
+
"type": {
|
|
28041
|
+
"text": "StickyState"
|
|
28042
|
+
}
|
|
28043
|
+
},
|
|
28044
|
+
{
|
|
28045
|
+
"kind": "field",
|
|
28046
|
+
"name": "_willStick",
|
|
28047
|
+
"type": {
|
|
28048
|
+
"text": "EventEmitter"
|
|
28049
|
+
},
|
|
28050
|
+
"privacy": "private",
|
|
28051
|
+
"default": "new EventEmitter(this, SbbStickyBarElement.events.willStick)"
|
|
28052
|
+
},
|
|
28053
|
+
{
|
|
28054
|
+
"kind": "field",
|
|
28055
|
+
"name": "_didStick",
|
|
28056
|
+
"type": {
|
|
28057
|
+
"text": "EventEmitter"
|
|
28058
|
+
},
|
|
28059
|
+
"privacy": "private",
|
|
28060
|
+
"default": "new EventEmitter(this, SbbStickyBarElement.events.didStick)"
|
|
28061
|
+
},
|
|
28062
|
+
{
|
|
28063
|
+
"kind": "field",
|
|
28064
|
+
"name": "_willUnstick",
|
|
28065
|
+
"type": {
|
|
28066
|
+
"text": "EventEmitter"
|
|
28067
|
+
},
|
|
28068
|
+
"privacy": "private",
|
|
28069
|
+
"default": "new EventEmitter( this, SbbStickyBarElement.events.willUnstick, )"
|
|
28070
|
+
},
|
|
28071
|
+
{
|
|
28072
|
+
"kind": "field",
|
|
28073
|
+
"name": "_didUnstick",
|
|
28074
|
+
"type": {
|
|
28075
|
+
"text": "EventEmitter"
|
|
28076
|
+
},
|
|
28077
|
+
"privacy": "private",
|
|
28078
|
+
"default": "new EventEmitter(this, SbbStickyBarElement.events.didUnstick)"
|
|
28079
|
+
},
|
|
27776
28080
|
{
|
|
27777
28081
|
"kind": "field",
|
|
27778
28082
|
"name": "_intersector",
|
|
@@ -27785,11 +28089,11 @@
|
|
|
27785
28089
|
"kind": "field",
|
|
27786
28090
|
"name": "_observer",
|
|
27787
28091
|
"privacy": "private",
|
|
27788
|
-
"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.
|
|
28092
|
+
"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]), })"
|
|
27789
28093
|
},
|
|
27790
28094
|
{
|
|
27791
28095
|
"kind": "method",
|
|
27792
|
-
"name": "
|
|
28096
|
+
"name": "_detectStickyState",
|
|
27793
28097
|
"privacy": "private",
|
|
27794
28098
|
"return": {
|
|
27795
28099
|
"type": {
|
|
@@ -27804,6 +28108,156 @@
|
|
|
27804
28108
|
}
|
|
27805
28109
|
}
|
|
27806
28110
|
]
|
|
28111
|
+
},
|
|
28112
|
+
{
|
|
28113
|
+
"kind": "method",
|
|
28114
|
+
"name": "stick",
|
|
28115
|
+
"privacy": "public",
|
|
28116
|
+
"return": {
|
|
28117
|
+
"type": {
|
|
28118
|
+
"text": "void"
|
|
28119
|
+
}
|
|
28120
|
+
},
|
|
28121
|
+
"description": "Animates from normal content flow position to `position: sticky`."
|
|
28122
|
+
},
|
|
28123
|
+
{
|
|
28124
|
+
"kind": "method",
|
|
28125
|
+
"name": "unstick",
|
|
28126
|
+
"privacy": "public",
|
|
28127
|
+
"return": {
|
|
28128
|
+
"type": {
|
|
28129
|
+
"text": "void"
|
|
28130
|
+
}
|
|
28131
|
+
},
|
|
28132
|
+
"description": "Animates `position: sticky` to normal content flow position."
|
|
28133
|
+
},
|
|
28134
|
+
{
|
|
28135
|
+
"kind": "method",
|
|
28136
|
+
"name": "_stickyCallback",
|
|
28137
|
+
"privacy": "private",
|
|
28138
|
+
"return": {
|
|
28139
|
+
"type": {
|
|
28140
|
+
"text": "void"
|
|
28141
|
+
}
|
|
28142
|
+
}
|
|
28143
|
+
},
|
|
28144
|
+
{
|
|
28145
|
+
"kind": "method",
|
|
28146
|
+
"name": "_unstickyCallback",
|
|
28147
|
+
"privacy": "private",
|
|
28148
|
+
"return": {
|
|
28149
|
+
"type": {
|
|
28150
|
+
"text": "void"
|
|
28151
|
+
}
|
|
28152
|
+
}
|
|
28153
|
+
},
|
|
28154
|
+
{
|
|
28155
|
+
"kind": "method",
|
|
28156
|
+
"name": "_onAnimationEnd",
|
|
28157
|
+
"privacy": "private",
|
|
28158
|
+
"return": {
|
|
28159
|
+
"type": {
|
|
28160
|
+
"text": "void"
|
|
28161
|
+
}
|
|
28162
|
+
},
|
|
28163
|
+
"parameters": [
|
|
28164
|
+
{
|
|
28165
|
+
"name": "event",
|
|
28166
|
+
"type": {
|
|
28167
|
+
"text": "AnimationEvent"
|
|
28168
|
+
}
|
|
28169
|
+
}
|
|
28170
|
+
]
|
|
28171
|
+
},
|
|
28172
|
+
{
|
|
28173
|
+
"kind": "field",
|
|
28174
|
+
"name": "_updatePromise",
|
|
28175
|
+
"privacy": "private",
|
|
28176
|
+
"inheritedFrom": {
|
|
28177
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
28178
|
+
"module": "core/mixins.js"
|
|
28179
|
+
}
|
|
28180
|
+
},
|
|
28181
|
+
{
|
|
28182
|
+
"kind": "field",
|
|
28183
|
+
"name": "_updateResolve",
|
|
28184
|
+
"privacy": "private",
|
|
28185
|
+
"inheritedFrom": {
|
|
28186
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
28187
|
+
"module": "core/mixins.js"
|
|
28188
|
+
}
|
|
28189
|
+
},
|
|
28190
|
+
{
|
|
28191
|
+
"kind": "method",
|
|
28192
|
+
"name": "startUpdate",
|
|
28193
|
+
"privacy": "protected",
|
|
28194
|
+
"return": {
|
|
28195
|
+
"type": {
|
|
28196
|
+
"text": "void"
|
|
28197
|
+
}
|
|
28198
|
+
},
|
|
28199
|
+
"inheritedFrom": {
|
|
28200
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
28201
|
+
"module": "core/mixins.js"
|
|
28202
|
+
}
|
|
28203
|
+
},
|
|
28204
|
+
{
|
|
28205
|
+
"kind": "method",
|
|
28206
|
+
"name": "completeUpdate",
|
|
28207
|
+
"privacy": "protected",
|
|
28208
|
+
"return": {
|
|
28209
|
+
"type": {
|
|
28210
|
+
"text": "void"
|
|
28211
|
+
}
|
|
28212
|
+
},
|
|
28213
|
+
"inheritedFrom": {
|
|
28214
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
28215
|
+
"module": "core/mixins.js"
|
|
28216
|
+
}
|
|
28217
|
+
},
|
|
28218
|
+
{
|
|
28219
|
+
"kind": "method",
|
|
28220
|
+
"name": "getUpdateComplete",
|
|
28221
|
+
"privacy": "protected",
|
|
28222
|
+
"return": {
|
|
28223
|
+
"type": {
|
|
28224
|
+
"text": "Promise<boolean>"
|
|
28225
|
+
}
|
|
28226
|
+
},
|
|
28227
|
+
"inheritedFrom": {
|
|
28228
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
28229
|
+
"module": "core/mixins.js"
|
|
28230
|
+
}
|
|
28231
|
+
}
|
|
28232
|
+
],
|
|
28233
|
+
"events": [
|
|
28234
|
+
{
|
|
28235
|
+
"type": {
|
|
28236
|
+
"text": "CustomEvent<void>"
|
|
28237
|
+
},
|
|
28238
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` starts. Can be canceled.",
|
|
28239
|
+
"name": "willStick"
|
|
28240
|
+
},
|
|
28241
|
+
{
|
|
28242
|
+
"type": {
|
|
28243
|
+
"text": "CustomEvent<void>"
|
|
28244
|
+
},
|
|
28245
|
+
"description": "Emits when the animation from normal content flow to `position: sticky` ends.",
|
|
28246
|
+
"name": "didStick"
|
|
28247
|
+
},
|
|
28248
|
+
{
|
|
28249
|
+
"type": {
|
|
28250
|
+
"text": "CustomEvent<void>"
|
|
28251
|
+
},
|
|
28252
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow starts. Can be canceled.",
|
|
28253
|
+
"name": "willUnstick"
|
|
28254
|
+
},
|
|
28255
|
+
{
|
|
28256
|
+
"type": {
|
|
28257
|
+
"text": "CustomEvent<void>"
|
|
28258
|
+
},
|
|
28259
|
+
"description": "Emits when the animation from `position: sticky` to normal content flow ends.",
|
|
28260
|
+
"name": "didUnstick"
|
|
27807
28261
|
}
|
|
27808
28262
|
],
|
|
27809
28263
|
"attributes": [
|
|
@@ -27817,6 +28271,12 @@
|
|
|
27817
28271
|
"fieldName": "color"
|
|
27818
28272
|
}
|
|
27819
28273
|
],
|
|
28274
|
+
"mixins": [
|
|
28275
|
+
{
|
|
28276
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
28277
|
+
"module": "core/mixins.js"
|
|
28278
|
+
}
|
|
28279
|
+
],
|
|
27820
28280
|
"superclass": {
|
|
27821
28281
|
"name": "LitElement",
|
|
27822
28282
|
"package": "lit"
|
|
@@ -28660,6 +29120,24 @@
|
|
|
28660
29120
|
"name": "_evaluateRelAttribute",
|
|
28661
29121
|
"privacy": "private"
|
|
28662
29122
|
},
|
|
29123
|
+
{
|
|
29124
|
+
"kind": "method",
|
|
29125
|
+
"name": "renderLink",
|
|
29126
|
+
"privacy": "protected",
|
|
29127
|
+
"return": {
|
|
29128
|
+
"type": {
|
|
29129
|
+
"text": "TemplateResult"
|
|
29130
|
+
}
|
|
29131
|
+
},
|
|
29132
|
+
"parameters": [
|
|
29133
|
+
{
|
|
29134
|
+
"name": "renderContent",
|
|
29135
|
+
"type": {
|
|
29136
|
+
"text": "TemplateResult"
|
|
29137
|
+
}
|
|
29138
|
+
}
|
|
29139
|
+
]
|
|
29140
|
+
},
|
|
28663
29141
|
{
|
|
28664
29142
|
"kind": "field",
|
|
28665
29143
|
"name": "maybeDisabled",
|
|
@@ -29253,6 +29731,87 @@
|
|
|
29253
29731
|
}
|
|
29254
29732
|
]
|
|
29255
29733
|
},
|
|
29734
|
+
{
|
|
29735
|
+
"kind": "variable",
|
|
29736
|
+
"name": "SbbMediaQueryForcedColors",
|
|
29737
|
+
"type": {
|
|
29738
|
+
"text": "string"
|
|
29739
|
+
},
|
|
29740
|
+
"default": "'(forced-colors: active)'"
|
|
29741
|
+
},
|
|
29742
|
+
{
|
|
29743
|
+
"kind": "variable",
|
|
29744
|
+
"name": "SbbMediaQueryHover",
|
|
29745
|
+
"type": {
|
|
29746
|
+
"text": "string"
|
|
29747
|
+
},
|
|
29748
|
+
"default": "'(any-hover: hover)'"
|
|
29749
|
+
},
|
|
29750
|
+
{
|
|
29751
|
+
"kind": "variable",
|
|
29752
|
+
"name": "SbbMediaQueryPointerCoarse",
|
|
29753
|
+
"type": {
|
|
29754
|
+
"text": "string"
|
|
29755
|
+
},
|
|
29756
|
+
"default": "'(pointer: coarse)'"
|
|
29757
|
+
},
|
|
29758
|
+
{
|
|
29759
|
+
"kind": "variable",
|
|
29760
|
+
"name": "SbbMediaQueryBreakpointMediumAndAbove",
|
|
29761
|
+
"default": "`(min-width: ${pxToRem(SbbBreakpointMediumMin)}rem)`"
|
|
29762
|
+
},
|
|
29763
|
+
{
|
|
29764
|
+
"kind": "variable",
|
|
29765
|
+
"name": "SbbMediaQueryBreakpointSmallAndBelow",
|
|
29766
|
+
"default": "`(max-width: ${pxToRem(SbbBreakpointSmallMax)}rem)`"
|
|
29767
|
+
},
|
|
29768
|
+
{
|
|
29769
|
+
"kind": "class",
|
|
29770
|
+
"description": "This controller allows listening to media query changes.",
|
|
29771
|
+
"name": "SbbMediaMatcherController",
|
|
29772
|
+
"members": [
|
|
29773
|
+
{
|
|
29774
|
+
"kind": "method",
|
|
29775
|
+
"name": "matches",
|
|
29776
|
+
"privacy": "public",
|
|
29777
|
+
"return": {
|
|
29778
|
+
"type": {
|
|
29779
|
+
"text": ""
|
|
29780
|
+
}
|
|
29781
|
+
},
|
|
29782
|
+
"parameters": [
|
|
29783
|
+
{
|
|
29784
|
+
"name": "query",
|
|
29785
|
+
"type": {
|
|
29786
|
+
"text": "string"
|
|
29787
|
+
},
|
|
29788
|
+
"description": "The query to check against."
|
|
29789
|
+
}
|
|
29790
|
+
],
|
|
29791
|
+
"description": "Returns whether the given query matches. Returns null with SSR."
|
|
29792
|
+
},
|
|
29793
|
+
{
|
|
29794
|
+
"kind": "method",
|
|
29795
|
+
"name": "hostConnected",
|
|
29796
|
+
"privacy": "public",
|
|
29797
|
+
"return": {
|
|
29798
|
+
"type": {
|
|
29799
|
+
"text": "void"
|
|
29800
|
+
}
|
|
29801
|
+
}
|
|
29802
|
+
},
|
|
29803
|
+
{
|
|
29804
|
+
"kind": "method",
|
|
29805
|
+
"name": "hostDisconnected",
|
|
29806
|
+
"privacy": "public",
|
|
29807
|
+
"return": {
|
|
29808
|
+
"type": {
|
|
29809
|
+
"text": "void"
|
|
29810
|
+
}
|
|
29811
|
+
}
|
|
29812
|
+
}
|
|
29813
|
+
]
|
|
29814
|
+
},
|
|
29256
29815
|
{
|
|
29257
29816
|
"kind": "class",
|
|
29258
29817
|
"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).",
|
|
@@ -29336,6 +29895,54 @@
|
|
|
29336
29895
|
"module": "core/controllers.js"
|
|
29337
29896
|
}
|
|
29338
29897
|
},
|
|
29898
|
+
{
|
|
29899
|
+
"kind": "js",
|
|
29900
|
+
"name": "SbbMediaQueryForcedColors",
|
|
29901
|
+
"declaration": {
|
|
29902
|
+
"name": "SbbMediaQueryForcedColors",
|
|
29903
|
+
"module": "core/controllers.js"
|
|
29904
|
+
}
|
|
29905
|
+
},
|
|
29906
|
+
{
|
|
29907
|
+
"kind": "js",
|
|
29908
|
+
"name": "SbbMediaQueryHover",
|
|
29909
|
+
"declaration": {
|
|
29910
|
+
"name": "SbbMediaQueryHover",
|
|
29911
|
+
"module": "core/controllers.js"
|
|
29912
|
+
}
|
|
29913
|
+
},
|
|
29914
|
+
{
|
|
29915
|
+
"kind": "js",
|
|
29916
|
+
"name": "SbbMediaQueryPointerCoarse",
|
|
29917
|
+
"declaration": {
|
|
29918
|
+
"name": "SbbMediaQueryPointerCoarse",
|
|
29919
|
+
"module": "core/controllers.js"
|
|
29920
|
+
}
|
|
29921
|
+
},
|
|
29922
|
+
{
|
|
29923
|
+
"kind": "js",
|
|
29924
|
+
"name": "SbbMediaQueryBreakpointMediumAndAbove",
|
|
29925
|
+
"declaration": {
|
|
29926
|
+
"name": "SbbMediaQueryBreakpointMediumAndAbove",
|
|
29927
|
+
"module": "core/controllers.js"
|
|
29928
|
+
}
|
|
29929
|
+
},
|
|
29930
|
+
{
|
|
29931
|
+
"kind": "js",
|
|
29932
|
+
"name": "SbbMediaQueryBreakpointSmallAndBelow",
|
|
29933
|
+
"declaration": {
|
|
29934
|
+
"name": "SbbMediaQueryBreakpointSmallAndBelow",
|
|
29935
|
+
"module": "core/controllers.js"
|
|
29936
|
+
}
|
|
29937
|
+
},
|
|
29938
|
+
{
|
|
29939
|
+
"kind": "js",
|
|
29940
|
+
"name": "SbbMediaMatcherController",
|
|
29941
|
+
"declaration": {
|
|
29942
|
+
"name": "SbbMediaMatcherController",
|
|
29943
|
+
"module": "core/controllers.js"
|
|
29944
|
+
}
|
|
29945
|
+
},
|
|
29339
29946
|
{
|
|
29340
29947
|
"kind": "js",
|
|
29341
29948
|
"name": "SbbSlotStateController",
|
|
@@ -31006,7 +31613,8 @@
|
|
|
31006
31613
|
"optional": true,
|
|
31007
31614
|
"type": {
|
|
31008
31615
|
"text": "{ includeMaxBreakpoint: boolean }"
|
|
31009
|
-
}
|
|
31616
|
+
},
|
|
31617
|
+
"description": "Whether the max breakpoint should be included"
|
|
31010
31618
|
}
|
|
31011
31619
|
],
|
|
31012
31620
|
"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."
|
|
@@ -33739,6 +34347,17 @@
|
|
|
33739
34347
|
"privacy": "private",
|
|
33740
34348
|
"default": "false"
|
|
33741
34349
|
},
|
|
34350
|
+
{
|
|
34351
|
+
"kind": "field",
|
|
34352
|
+
"name": "type",
|
|
34353
|
+
"type": {
|
|
34354
|
+
"text": "string"
|
|
34355
|
+
},
|
|
34356
|
+
"privacy": "public",
|
|
34357
|
+
"description": "Form type of element.",
|
|
34358
|
+
"default": "'checkbox'",
|
|
34359
|
+
"readonly": true
|
|
34360
|
+
},
|
|
33742
34361
|
{
|
|
33743
34362
|
"kind": "method",
|
|
33744
34363
|
"name": "withUserInteraction",
|
|
@@ -35739,45 +36358,45 @@
|
|
|
35739
36358
|
"declarations": [
|
|
35740
36359
|
{
|
|
35741
36360
|
"kind": "class",
|
|
35742
|
-
"description": "This class exists to facilitate the test migration from stencil to lit.\nIt mimics the API that stencil provided to test events
|
|
36361
|
+
"description": "This class exists to facilitate the test migration from stencil to lit.\nIt mimics the API that stencil provided to test events.",
|
|
35743
36362
|
"name": "EventSpy",
|
|
35744
36363
|
"members": [
|
|
35745
36364
|
{
|
|
35746
36365
|
"kind": "field",
|
|
35747
|
-
"name": "
|
|
36366
|
+
"name": "count",
|
|
35748
36367
|
"type": {
|
|
35749
36368
|
"text": "number"
|
|
35750
36369
|
},
|
|
35751
|
-
"privacy": "
|
|
36370
|
+
"privacy": "public",
|
|
36371
|
+
"readonly": true,
|
|
35752
36372
|
"default": "0"
|
|
35753
36373
|
},
|
|
35754
36374
|
{
|
|
35755
36375
|
"kind": "field",
|
|
35756
|
-
"name": "
|
|
36376
|
+
"name": "_count",
|
|
35757
36377
|
"type": {
|
|
35758
36378
|
"text": "number"
|
|
35759
36379
|
},
|
|
35760
|
-
"privacy": "
|
|
35761
|
-
"readonly": true,
|
|
36380
|
+
"privacy": "private",
|
|
35762
36381
|
"default": "0"
|
|
35763
36382
|
},
|
|
35764
36383
|
{
|
|
35765
36384
|
"kind": "field",
|
|
35766
|
-
"name": "
|
|
36385
|
+
"name": "events",
|
|
35767
36386
|
"type": {
|
|
35768
36387
|
"text": "T[]"
|
|
35769
36388
|
},
|
|
35770
|
-
"privacy": "
|
|
36389
|
+
"privacy": "public",
|
|
36390
|
+
"readonly": true,
|
|
35771
36391
|
"default": "[]"
|
|
35772
36392
|
},
|
|
35773
36393
|
{
|
|
35774
36394
|
"kind": "field",
|
|
35775
|
-
"name": "
|
|
36395
|
+
"name": "_events",
|
|
35776
36396
|
"type": {
|
|
35777
36397
|
"text": "T[]"
|
|
35778
36398
|
},
|
|
35779
|
-
"privacy": "
|
|
35780
|
-
"readonly": true,
|
|
36399
|
+
"privacy": "private",
|
|
35781
36400
|
"default": "[]"
|
|
35782
36401
|
},
|
|
35783
36402
|
{
|
|
@@ -35798,6 +36417,83 @@
|
|
|
35798
36417
|
"privacy": "public",
|
|
35799
36418
|
"readonly": true
|
|
35800
36419
|
},
|
|
36420
|
+
{
|
|
36421
|
+
"kind": "field",
|
|
36422
|
+
"name": "_promiseEventMap",
|
|
36423
|
+
"privacy": "private",
|
|
36424
|
+
"default": "new Map<number, PromiseWithExecutor<T>>()"
|
|
36425
|
+
},
|
|
36426
|
+
{
|
|
36427
|
+
"kind": "method",
|
|
36428
|
+
"name": "calledOnce",
|
|
36429
|
+
"privacy": "public",
|
|
36430
|
+
"return": {
|
|
36431
|
+
"type": {
|
|
36432
|
+
"text": "Promise<T>"
|
|
36433
|
+
}
|
|
36434
|
+
},
|
|
36435
|
+
"parameters": [
|
|
36436
|
+
{
|
|
36437
|
+
"name": "timeout",
|
|
36438
|
+
"optional": true,
|
|
36439
|
+
"type": {
|
|
36440
|
+
"text": "number"
|
|
36441
|
+
}
|
|
36442
|
+
}
|
|
36443
|
+
]
|
|
36444
|
+
},
|
|
36445
|
+
{
|
|
36446
|
+
"kind": "method",
|
|
36447
|
+
"name": "calledTimes",
|
|
36448
|
+
"privacy": "public",
|
|
36449
|
+
"return": {
|
|
36450
|
+
"type": {
|
|
36451
|
+
"text": "Promise<T>"
|
|
36452
|
+
}
|
|
36453
|
+
},
|
|
36454
|
+
"parameters": [
|
|
36455
|
+
{
|
|
36456
|
+
"name": "count",
|
|
36457
|
+
"type": {
|
|
36458
|
+
"text": "number"
|
|
36459
|
+
}
|
|
36460
|
+
},
|
|
36461
|
+
{
|
|
36462
|
+
"name": "timeout",
|
|
36463
|
+
"default": "2000"
|
|
36464
|
+
}
|
|
36465
|
+
]
|
|
36466
|
+
},
|
|
36467
|
+
{
|
|
36468
|
+
"kind": "method",
|
|
36469
|
+
"name": "_wrapPromiseWithTimeout",
|
|
36470
|
+
"privacy": "private",
|
|
36471
|
+
"return": {
|
|
36472
|
+
"type": {
|
|
36473
|
+
"text": "Promise<T>"
|
|
36474
|
+
}
|
|
36475
|
+
},
|
|
36476
|
+
"parameters": [
|
|
36477
|
+
{
|
|
36478
|
+
"name": "promiseWithExecutor",
|
|
36479
|
+
"type": {
|
|
36480
|
+
"text": "PromiseWithExecutor<T>"
|
|
36481
|
+
}
|
|
36482
|
+
},
|
|
36483
|
+
{
|
|
36484
|
+
"name": "count",
|
|
36485
|
+
"type": {
|
|
36486
|
+
"text": "number"
|
|
36487
|
+
}
|
|
36488
|
+
},
|
|
36489
|
+
{
|
|
36490
|
+
"name": "timeout",
|
|
36491
|
+
"type": {
|
|
36492
|
+
"text": "number"
|
|
36493
|
+
}
|
|
36494
|
+
}
|
|
36495
|
+
]
|
|
36496
|
+
},
|
|
35801
36497
|
{
|
|
35802
36498
|
"kind": "method",
|
|
35803
36499
|
"name": "_listenForEvent",
|
|
@@ -40219,6 +40915,20 @@
|
|
|
40219
40915
|
"privacy": "private",
|
|
40220
40916
|
"default": "new SbbSlotStateController(this, () => this._setDataIconAttribute())"
|
|
40221
40917
|
},
|
|
40918
|
+
{
|
|
40919
|
+
"kind": "field",
|
|
40920
|
+
"name": "_mediaMatcher",
|
|
40921
|
+
"privacy": "private",
|
|
40922
|
+
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryHover]: (m) => (this._isHover = m), })"
|
|
40923
|
+
},
|
|
40924
|
+
{
|
|
40925
|
+
"kind": "field",
|
|
40926
|
+
"name": "_isHover",
|
|
40927
|
+
"type": {
|
|
40928
|
+
"text": "boolean"
|
|
40929
|
+
},
|
|
40930
|
+
"privacy": "private"
|
|
40931
|
+
},
|
|
40222
40932
|
{
|
|
40223
40933
|
"kind": "method",
|
|
40224
40934
|
"name": "_emitExpandedEvent",
|
|
@@ -40539,7 +41249,6 @@
|
|
|
40539
41249
|
"name": "SbbButtonBaseElement",
|
|
40540
41250
|
"module": "core/base-elements.js"
|
|
40541
41251
|
},
|
|
40542
|
-
"_ssrslotstate": true,
|
|
40543
41252
|
"tagName": "sbb-expansion-panel-header",
|
|
40544
41253
|
"customElement": true,
|
|
40545
41254
|
"attributes": [
|
|
@@ -41304,6 +42013,16 @@
|
|
|
41304
42013
|
"description": "Returns the slotted sbb-flip-card-details.",
|
|
41305
42014
|
"readonly": true
|
|
41306
42015
|
},
|
|
42016
|
+
{
|
|
42017
|
+
"kind": "field",
|
|
42018
|
+
"name": "_detailsContentElement",
|
|
42019
|
+
"type": {
|
|
42020
|
+
"text": "HTMLElement | null"
|
|
42021
|
+
},
|
|
42022
|
+
"privacy": "private",
|
|
42023
|
+
"description": "Returns the card details content element wrapper.",
|
|
42024
|
+
"readonly": true
|
|
42025
|
+
},
|
|
41307
42026
|
{
|
|
41308
42027
|
"kind": "field",
|
|
41309
42028
|
"name": "isFlipped",
|
|
@@ -41336,6 +42055,12 @@
|
|
|
41336
42055
|
"privacy": "private",
|
|
41337
42056
|
"default": "new SbbLanguageController(this)"
|
|
41338
42057
|
},
|
|
42058
|
+
{
|
|
42059
|
+
"kind": "field",
|
|
42060
|
+
"name": "_cardDetailsResizeObserver",
|
|
42061
|
+
"privacy": "private",
|
|
42062
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this._setCardDetailsHeight(), })"
|
|
42063
|
+
},
|
|
41339
42064
|
{
|
|
41340
42065
|
"kind": "method",
|
|
41341
42066
|
"name": "toggle",
|
|
@@ -41347,6 +42072,16 @@
|
|
|
41347
42072
|
},
|
|
41348
42073
|
"description": "Toggles the state of the sbb-flip-card."
|
|
41349
42074
|
},
|
|
42075
|
+
{
|
|
42076
|
+
"kind": "method",
|
|
42077
|
+
"name": "_setCardDetailsHeight",
|
|
42078
|
+
"privacy": "private",
|
|
42079
|
+
"return": {
|
|
42080
|
+
"type": {
|
|
42081
|
+
"text": "any"
|
|
42082
|
+
}
|
|
42083
|
+
}
|
|
42084
|
+
},
|
|
41350
42085
|
{
|
|
41351
42086
|
"kind": "method",
|
|
41352
42087
|
"name": "_accessibilityLabel",
|
|
@@ -42435,7 +43170,6 @@
|
|
|
42435
43170
|
"name": "LitElement",
|
|
42436
43171
|
"package": "lit"
|
|
42437
43172
|
},
|
|
42438
|
-
"_ssrslotstate": true,
|
|
42439
43173
|
"tagName": "sbb-form-field",
|
|
42440
43174
|
"customElement": true
|
|
42441
43175
|
}
|
|
@@ -43296,6 +44030,28 @@
|
|
|
43296
44030
|
"module": "core/base-elements.js"
|
|
43297
44031
|
}
|
|
43298
44032
|
},
|
|
44033
|
+
{
|
|
44034
|
+
"kind": "method",
|
|
44035
|
+
"name": "renderLink",
|
|
44036
|
+
"privacy": "protected",
|
|
44037
|
+
"return": {
|
|
44038
|
+
"type": {
|
|
44039
|
+
"text": "TemplateResult"
|
|
44040
|
+
}
|
|
44041
|
+
},
|
|
44042
|
+
"parameters": [
|
|
44043
|
+
{
|
|
44044
|
+
"name": "renderContent",
|
|
44045
|
+
"type": {
|
|
44046
|
+
"text": "TemplateResult"
|
|
44047
|
+
}
|
|
44048
|
+
}
|
|
44049
|
+
],
|
|
44050
|
+
"inheritedFrom": {
|
|
44051
|
+
"name": "SbbLinkBaseElement",
|
|
44052
|
+
"module": "core/base-elements.js"
|
|
44053
|
+
}
|
|
44054
|
+
},
|
|
43299
44055
|
{
|
|
43300
44056
|
"kind": "field",
|
|
43301
44057
|
"name": "maybeDisabled",
|
|
@@ -44849,6 +45605,28 @@
|
|
|
44849
45605
|
"module": "core/base-elements.js"
|
|
44850
45606
|
}
|
|
44851
45607
|
},
|
|
45608
|
+
{
|
|
45609
|
+
"kind": "method",
|
|
45610
|
+
"name": "renderLink",
|
|
45611
|
+
"privacy": "protected",
|
|
45612
|
+
"return": {
|
|
45613
|
+
"type": {
|
|
45614
|
+
"text": "TemplateResult"
|
|
45615
|
+
}
|
|
45616
|
+
},
|
|
45617
|
+
"parameters": [
|
|
45618
|
+
{
|
|
45619
|
+
"name": "renderContent",
|
|
45620
|
+
"type": {
|
|
45621
|
+
"text": "TemplateResult"
|
|
45622
|
+
}
|
|
45623
|
+
}
|
|
45624
|
+
],
|
|
45625
|
+
"inheritedFrom": {
|
|
45626
|
+
"name": "SbbLinkBaseElement",
|
|
45627
|
+
"module": "core/base-elements.js"
|
|
45628
|
+
}
|
|
45629
|
+
},
|
|
44852
45630
|
{
|
|
44853
45631
|
"kind": "field",
|
|
44854
45632
|
"name": "maybeDisabled",
|
|
@@ -46336,6 +47114,28 @@
|
|
|
46336
47114
|
"module": "core/base-elements.js"
|
|
46337
47115
|
}
|
|
46338
47116
|
},
|
|
47117
|
+
{
|
|
47118
|
+
"kind": "method",
|
|
47119
|
+
"name": "renderLink",
|
|
47120
|
+
"privacy": "protected",
|
|
47121
|
+
"return": {
|
|
47122
|
+
"type": {
|
|
47123
|
+
"text": "TemplateResult"
|
|
47124
|
+
}
|
|
47125
|
+
},
|
|
47126
|
+
"parameters": [
|
|
47127
|
+
{
|
|
47128
|
+
"name": "renderContent",
|
|
47129
|
+
"type": {
|
|
47130
|
+
"text": "TemplateResult"
|
|
47131
|
+
}
|
|
47132
|
+
}
|
|
47133
|
+
],
|
|
47134
|
+
"inheritedFrom": {
|
|
47135
|
+
"name": "SbbLinkBaseElement",
|
|
47136
|
+
"module": "core/base-elements.js"
|
|
47137
|
+
}
|
|
47138
|
+
},
|
|
46339
47139
|
{
|
|
46340
47140
|
"kind": "field",
|
|
46341
47141
|
"name": "maybeDisabled",
|
|
@@ -48282,6 +49082,28 @@
|
|
|
48282
49082
|
"module": "core/base-elements.js"
|
|
48283
49083
|
}
|
|
48284
49084
|
},
|
|
49085
|
+
{
|
|
49086
|
+
"kind": "method",
|
|
49087
|
+
"name": "renderLink",
|
|
49088
|
+
"privacy": "protected",
|
|
49089
|
+
"return": {
|
|
49090
|
+
"type": {
|
|
49091
|
+
"text": "TemplateResult"
|
|
49092
|
+
}
|
|
49093
|
+
},
|
|
49094
|
+
"parameters": [
|
|
49095
|
+
{
|
|
49096
|
+
"name": "renderContent",
|
|
49097
|
+
"type": {
|
|
49098
|
+
"text": "TemplateResult"
|
|
49099
|
+
}
|
|
49100
|
+
}
|
|
49101
|
+
],
|
|
49102
|
+
"inheritedFrom": {
|
|
49103
|
+
"name": "SbbLinkBaseElement",
|
|
49104
|
+
"module": "core/base-elements.js"
|
|
49105
|
+
}
|
|
49106
|
+
},
|
|
48285
49107
|
{
|
|
48286
49108
|
"kind": "field",
|
|
48287
49109
|
"name": "maybeDisabled",
|
|
@@ -48478,6 +49300,12 @@
|
|
|
48478
49300
|
"privacy": "private",
|
|
48479
49301
|
"default": "new SbbInertController(this)"
|
|
48480
49302
|
},
|
|
49303
|
+
{
|
|
49304
|
+
"kind": "field",
|
|
49305
|
+
"name": "_mediaMatcher",
|
|
49306
|
+
"privacy": "private",
|
|
49307
|
+
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryBreakpointSmallAndBelow]: (matches) => { if (matches && (this.state === 'opening' || this.state === 'opened')) { this._scrollHandler.disableScroll(); } else { this._scrollHandler.enableScroll(); } }, })"
|
|
49308
|
+
},
|
|
48481
49309
|
{
|
|
48482
49310
|
"kind": "method",
|
|
48483
49311
|
"name": "open",
|
|
@@ -49930,6 +50758,28 @@
|
|
|
49930
50758
|
"module": "core/base-elements.js"
|
|
49931
50759
|
}
|
|
49932
50760
|
},
|
|
50761
|
+
{
|
|
50762
|
+
"kind": "method",
|
|
50763
|
+
"name": "renderLink",
|
|
50764
|
+
"privacy": "protected",
|
|
50765
|
+
"return": {
|
|
50766
|
+
"type": {
|
|
50767
|
+
"text": "TemplateResult"
|
|
50768
|
+
}
|
|
50769
|
+
},
|
|
50770
|
+
"parameters": [
|
|
50771
|
+
{
|
|
50772
|
+
"name": "renderContent",
|
|
50773
|
+
"type": {
|
|
50774
|
+
"text": "TemplateResult"
|
|
50775
|
+
}
|
|
50776
|
+
}
|
|
50777
|
+
],
|
|
50778
|
+
"inheritedFrom": {
|
|
50779
|
+
"name": "SbbLinkBaseElement",
|
|
50780
|
+
"module": "core/base-elements.js"
|
|
50781
|
+
}
|
|
50782
|
+
},
|
|
49933
50783
|
{
|
|
49934
50784
|
"kind": "field",
|
|
49935
50785
|
"name": "maybeDisabled",
|
|
@@ -50202,7 +51052,6 @@
|
|
|
50202
51052
|
"name": "LitElement",
|
|
50203
51053
|
"package": "lit"
|
|
50204
51054
|
},
|
|
50205
|
-
"_ssrslotstate": true,
|
|
50206
51055
|
"tagName": "sbb-navigation-list",
|
|
50207
51056
|
"customElement": true
|
|
50208
51057
|
}
|
|
@@ -50984,7 +51833,6 @@
|
|
|
50984
51833
|
"name": "LitElement",
|
|
50985
51834
|
"package": "lit"
|
|
50986
51835
|
},
|
|
50987
|
-
"_ssrslotstate": true,
|
|
50988
51836
|
"tagName": "sbb-navigation-section",
|
|
50989
51837
|
"customElement": true
|
|
50990
51838
|
}
|
|
@@ -52671,8 +53519,7 @@
|
|
|
52671
53519
|
"superclass": {
|
|
52672
53520
|
"name": "LitElement",
|
|
52673
53521
|
"package": "lit"
|
|
52674
|
-
}
|
|
52675
|
-
"_ssrslotstate": true
|
|
53522
|
+
}
|
|
52676
53523
|
},
|
|
52677
53524
|
{
|
|
52678
53525
|
"kind": "class",
|
|
@@ -54322,21 +55169,14 @@
|
|
|
54322
55169
|
{
|
|
54323
55170
|
"kind": "field",
|
|
54324
55171
|
"name": "pageSizeOptions",
|
|
54325
|
-
"privacy": "public",
|
|
54326
|
-
"description": "The available `pageSize` choices.",
|
|
54327
55172
|
"type": {
|
|
54328
|
-
"text": "number[]
|
|
55173
|
+
"text": "number[]"
|
|
54329
55174
|
},
|
|
55175
|
+
"privacy": "public",
|
|
55176
|
+
"default": "[]",
|
|
55177
|
+
"description": "The available `pageSize` choices.",
|
|
54330
55178
|
"attribute": "page-size-options"
|
|
54331
55179
|
},
|
|
54332
|
-
{
|
|
54333
|
-
"kind": "field",
|
|
54334
|
-
"name": "_pageSizeOptions",
|
|
54335
|
-
"type": {
|
|
54336
|
-
"text": "number[] | undefined"
|
|
54337
|
-
},
|
|
54338
|
-
"privacy": "private"
|
|
54339
|
-
},
|
|
54340
55180
|
{
|
|
54341
55181
|
"kind": "field",
|
|
54342
55182
|
"name": "pagerPosition",
|
|
@@ -54353,12 +55193,6 @@
|
|
|
54353
55193
|
"module": "paginator/common.js"
|
|
54354
55194
|
}
|
|
54355
55195
|
},
|
|
54356
|
-
{
|
|
54357
|
-
"kind": "field",
|
|
54358
|
-
"name": "_paginatorOptionsLabel",
|
|
54359
|
-
"privacy": "private",
|
|
54360
|
-
"default": "`sbb-paginator-options-label-${++nextId}`"
|
|
54361
|
-
},
|
|
54362
55196
|
{
|
|
54363
55197
|
"kind": "field",
|
|
54364
55198
|
"name": "_markForFocus",
|
|
@@ -54368,15 +55202,6 @@
|
|
|
54368
55202
|
"privacy": "private",
|
|
54369
55203
|
"default": "null"
|
|
54370
55204
|
},
|
|
54371
|
-
{
|
|
54372
|
-
"kind": "field",
|
|
54373
|
-
"name": "_updateSelectAriaLabelledBy",
|
|
54374
|
-
"type": {
|
|
54375
|
-
"text": "boolean"
|
|
54376
|
-
},
|
|
54377
|
-
"privacy": "private",
|
|
54378
|
-
"default": "false"
|
|
54379
|
-
},
|
|
54380
55205
|
{
|
|
54381
55206
|
"kind": "method",
|
|
54382
55207
|
"name": "_pageSizeChanged",
|
|
@@ -54790,10 +55615,11 @@
|
|
|
54790
55615
|
"attributes": [
|
|
54791
55616
|
{
|
|
54792
55617
|
"name": "page-size-options",
|
|
54793
|
-
"description": "The available `pageSize` choices.",
|
|
54794
55618
|
"type": {
|
|
54795
|
-
"text": "number[]
|
|
55619
|
+
"text": "number[]"
|
|
54796
55620
|
},
|
|
55621
|
+
"default": "[]",
|
|
55622
|
+
"description": "The available `pageSize` choices.",
|
|
54797
55623
|
"fieldName": "pageSizeOptions"
|
|
54798
55624
|
},
|
|
54799
55625
|
{
|
|
@@ -56419,7 +57245,6 @@
|
|
|
56419
57245
|
"name": "LitElement",
|
|
56420
57246
|
"package": "lit"
|
|
56421
57247
|
},
|
|
56422
|
-
"_ssrslotstate": true,
|
|
56423
57248
|
"tagName": "sbb-radio-button-group",
|
|
56424
57249
|
"customElement": true
|
|
56425
57250
|
}
|
|
@@ -56929,7 +57754,6 @@
|
|
|
56929
57754
|
"name": "LitElement",
|
|
56930
57755
|
"package": "lit"
|
|
56931
57756
|
},
|
|
56932
|
-
"_ssrslotstate": true,
|
|
56933
57757
|
"tagName": "sbb-radio-button-panel",
|
|
56934
57758
|
"customElement": true
|
|
56935
57759
|
}
|
|
@@ -57302,7 +58126,6 @@
|
|
|
57302
58126
|
"name": "LitElement",
|
|
57303
58127
|
"package": "lit"
|
|
57304
58128
|
},
|
|
57305
|
-
"_ssrslotstate": true,
|
|
57306
58129
|
"tagName": "sbb-radio-button",
|
|
57307
58130
|
"customElement": true
|
|
57308
58131
|
}
|
|
@@ -59137,7 +59960,6 @@
|
|
|
59137
59960
|
"name": "LitElement",
|
|
59138
59961
|
"package": "lit"
|
|
59139
59962
|
},
|
|
59140
|
-
"_ssrslotstate": true,
|
|
59141
59963
|
"tagName": "sbb-tab-label",
|
|
59142
59964
|
"customElement": true
|
|
59143
59965
|
}
|
|
@@ -60081,7 +60903,6 @@
|
|
|
60081
60903
|
"name": "SbbButtonBaseElement",
|
|
60082
60904
|
"module": "core/base-elements.js"
|
|
60083
60905
|
},
|
|
60084
|
-
"_ssrslotstate": true,
|
|
60085
60906
|
"tagName": "sbb-tag",
|
|
60086
60907
|
"customElement": true
|
|
60087
60908
|
}
|
|
@@ -60465,6 +61286,28 @@
|
|
|
60465
61286
|
"module": "core/base-elements.js"
|
|
60466
61287
|
}
|
|
60467
61288
|
},
|
|
61289
|
+
{
|
|
61290
|
+
"kind": "method",
|
|
61291
|
+
"name": "renderLink",
|
|
61292
|
+
"privacy": "protected",
|
|
61293
|
+
"return": {
|
|
61294
|
+
"type": {
|
|
61295
|
+
"text": "TemplateResult"
|
|
61296
|
+
}
|
|
61297
|
+
},
|
|
61298
|
+
"parameters": [
|
|
61299
|
+
{
|
|
61300
|
+
"name": "renderContent",
|
|
61301
|
+
"type": {
|
|
61302
|
+
"text": "TemplateResult"
|
|
61303
|
+
}
|
|
61304
|
+
}
|
|
61305
|
+
],
|
|
61306
|
+
"inheritedFrom": {
|
|
61307
|
+
"name": "SbbLinkBaseElement",
|
|
61308
|
+
"module": "core/base-elements.js"
|
|
61309
|
+
}
|
|
61310
|
+
},
|
|
60468
61311
|
{
|
|
60469
61312
|
"kind": "field",
|
|
60470
61313
|
"name": "maybeDisabled",
|
|
@@ -60840,7 +61683,6 @@
|
|
|
60840
61683
|
"name": "LitElement",
|
|
60841
61684
|
"package": "lit"
|
|
60842
61685
|
},
|
|
60843
|
-
"_ssrslotstate": true,
|
|
60844
61686
|
"tagName": "sbb-toggle-option",
|
|
60845
61687
|
"customElement": true
|
|
60846
61688
|
}
|
|
@@ -62881,6 +63723,21 @@
|
|
|
62881
63723
|
"module": "core/mixins.js"
|
|
62882
63724
|
}
|
|
62883
63725
|
},
|
|
63726
|
+
{
|
|
63727
|
+
"kind": "field",
|
|
63728
|
+
"name": "type",
|
|
63729
|
+
"type": {
|
|
63730
|
+
"text": "string"
|
|
63731
|
+
},
|
|
63732
|
+
"privacy": "public",
|
|
63733
|
+
"description": "Form type of element.",
|
|
63734
|
+
"default": "'checkbox'",
|
|
63735
|
+
"readonly": true,
|
|
63736
|
+
"inheritedFrom": {
|
|
63737
|
+
"name": "SbbFormAssociatedCheckboxMixin",
|
|
63738
|
+
"module": "core/mixins.js"
|
|
63739
|
+
}
|
|
63740
|
+
},
|
|
62884
63741
|
{
|
|
62885
63742
|
"kind": "method",
|
|
62886
63743
|
"name": "updateFormValue",
|
|
@@ -63482,8 +64339,7 @@
|
|
|
63482
64339
|
"superclass": {
|
|
63483
64340
|
"name": "LitElement",
|
|
63484
64341
|
"package": "lit"
|
|
63485
|
-
}
|
|
63486
|
-
"_ssrslotstate": true
|
|
64342
|
+
}
|
|
63487
64343
|
}
|
|
63488
64344
|
],
|
|
63489
64345
|
"exports": [
|