@sbb-esta/lyne-elements 1.14.1 → 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.
- 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/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 +609 -62
- 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/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 +2 -7
- 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/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/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",
|
|
@@ -6013,7 +6024,7 @@
|
|
|
6013
6024
|
},
|
|
6014
6025
|
{
|
|
6015
6026
|
"kind": "class",
|
|
6016
|
-
"description": "
|
|
6027
|
+
"description": "Displays an icon loaded from a registered namespace.",
|
|
6017
6028
|
"name": "SbbIconElement",
|
|
6018
6029
|
"members": [
|
|
6019
6030
|
{
|
|
@@ -9487,6 +9498,17 @@
|
|
|
9487
9498
|
"description": "Whether the select is readonly.",
|
|
9488
9499
|
"attribute": "readonly"
|
|
9489
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
|
+
},
|
|
9490
9512
|
{
|
|
9491
9513
|
"kind": "field",
|
|
9492
9514
|
"name": "_displayValue",
|
|
@@ -9644,22 +9666,13 @@
|
|
|
9644
9666
|
},
|
|
9645
9667
|
{
|
|
9646
9668
|
"kind": "method",
|
|
9647
|
-
"name": "
|
|
9669
|
+
"name": "_syncAriaLabels",
|
|
9648
9670
|
"privacy": "private",
|
|
9649
9671
|
"return": {
|
|
9650
9672
|
"type": {
|
|
9651
9673
|
"text": "void"
|
|
9652
9674
|
}
|
|
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"
|
|
9675
|
+
}
|
|
9663
9676
|
},
|
|
9664
9677
|
{
|
|
9665
9678
|
"kind": "method",
|
|
@@ -11665,6 +11678,17 @@
|
|
|
11665
11678
|
"description": "Name of the icon at component's end, which will be forward to the nested `sbb-icon`.",
|
|
11666
11679
|
"attribute": "end-icon"
|
|
11667
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
|
+
},
|
|
11668
11692
|
{
|
|
11669
11693
|
"kind": "field",
|
|
11670
11694
|
"name": "_valueFraction",
|
|
@@ -13429,13 +13453,21 @@
|
|
|
13429
13453
|
},
|
|
13430
13454
|
{
|
|
13431
13455
|
"kind": "field",
|
|
13432
|
-
"name": "
|
|
13456
|
+
"name": "_language",
|
|
13457
|
+
"privacy": "private"
|
|
13458
|
+
},
|
|
13459
|
+
{
|
|
13460
|
+
"kind": "field",
|
|
13461
|
+
"name": "_mediaMatcher",
|
|
13433
13462
|
"privacy": "private",
|
|
13434
|
-
"default": "new
|
|
13463
|
+
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryForcedColors]: (matches) => { this._forcedColors = matches; this._setNameAndAriaLabel(); }, })"
|
|
13435
13464
|
},
|
|
13436
13465
|
{
|
|
13437
13466
|
"kind": "field",
|
|
13438
|
-
"name": "
|
|
13467
|
+
"name": "_forcedColors",
|
|
13468
|
+
"type": {
|
|
13469
|
+
"text": "boolean"
|
|
13470
|
+
},
|
|
13439
13471
|
"privacy": "private"
|
|
13440
13472
|
},
|
|
13441
13473
|
{
|
|
@@ -14755,6 +14787,21 @@
|
|
|
14755
14787
|
"module": "core/mixins.js"
|
|
14756
14788
|
}
|
|
14757
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
|
+
},
|
|
14758
14805
|
{
|
|
14759
14806
|
"kind": "method",
|
|
14760
14807
|
"name": "withUserInteraction",
|
|
@@ -26657,6 +26704,21 @@
|
|
|
26657
26704
|
"module": "core/mixins.js"
|
|
26658
26705
|
}
|
|
26659
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
|
+
},
|
|
26660
26722
|
{
|
|
26661
26723
|
"kind": "method",
|
|
26662
26724
|
"name": "updateFormValue",
|
|
@@ -27241,6 +27303,21 @@
|
|
|
27241
27303
|
"module": "core/mixins.js"
|
|
27242
27304
|
}
|
|
27243
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
|
+
},
|
|
27244
27321
|
{
|
|
27245
27322
|
"kind": "method",
|
|
27246
27323
|
"name": "updateFormValue",
|
|
@@ -27761,6 +27838,17 @@
|
|
|
27761
27838
|
}
|
|
27762
27839
|
],
|
|
27763
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
|
+
},
|
|
27764
27852
|
{
|
|
27765
27853
|
"kind": "field",
|
|
27766
27854
|
"name": "color",
|
|
@@ -27773,6 +27861,51 @@
|
|
|
27773
27861
|
"attribute": "color",
|
|
27774
27862
|
"reflects": true
|
|
27775
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
|
+
},
|
|
27776
27909
|
{
|
|
27777
27910
|
"kind": "field",
|
|
27778
27911
|
"name": "_intersector",
|
|
@@ -27785,11 +27918,11 @@
|
|
|
27785
27918
|
"kind": "field",
|
|
27786
27919
|
"name": "_observer",
|
|
27787
27920
|
"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.
|
|
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]), })"
|
|
27789
27922
|
},
|
|
27790
27923
|
{
|
|
27791
27924
|
"kind": "method",
|
|
27792
|
-
"name": "
|
|
27925
|
+
"name": "_detectStickyState",
|
|
27793
27926
|
"privacy": "private",
|
|
27794
27927
|
"return": {
|
|
27795
27928
|
"type": {
|
|
@@ -27804,6 +27937,156 @@
|
|
|
27804
27937
|
}
|
|
27805
27938
|
}
|
|
27806
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"
|
|
27807
28090
|
}
|
|
27808
28091
|
],
|
|
27809
28092
|
"attributes": [
|
|
@@ -27817,6 +28100,12 @@
|
|
|
27817
28100
|
"fieldName": "color"
|
|
27818
28101
|
}
|
|
27819
28102
|
],
|
|
28103
|
+
"mixins": [
|
|
28104
|
+
{
|
|
28105
|
+
"name": "SbbUpdateSchedulerMixin",
|
|
28106
|
+
"module": "core/mixins.js"
|
|
28107
|
+
}
|
|
28108
|
+
],
|
|
27820
28109
|
"superclass": {
|
|
27821
28110
|
"name": "LitElement",
|
|
27822
28111
|
"package": "lit"
|
|
@@ -29253,6 +29542,87 @@
|
|
|
29253
29542
|
}
|
|
29254
29543
|
]
|
|
29255
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
|
+
},
|
|
29256
29626
|
{
|
|
29257
29627
|
"kind": "class",
|
|
29258
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).",
|
|
@@ -29336,6 +29706,54 @@
|
|
|
29336
29706
|
"module": "core/controllers.js"
|
|
29337
29707
|
}
|
|
29338
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
|
+
},
|
|
29339
29757
|
{
|
|
29340
29758
|
"kind": "js",
|
|
29341
29759
|
"name": "SbbSlotStateController",
|
|
@@ -31006,7 +31424,8 @@
|
|
|
31006
31424
|
"optional": true,
|
|
31007
31425
|
"type": {
|
|
31008
31426
|
"text": "{ includeMaxBreakpoint: boolean }"
|
|
31009
|
-
}
|
|
31427
|
+
},
|
|
31428
|
+
"description": "Whether the max breakpoint should be included"
|
|
31010
31429
|
}
|
|
31011
31430
|
],
|
|
31012
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."
|
|
@@ -33739,6 +34158,17 @@
|
|
|
33739
34158
|
"privacy": "private",
|
|
33740
34159
|
"default": "false"
|
|
33741
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
|
+
},
|
|
33742
34172
|
{
|
|
33743
34173
|
"kind": "method",
|
|
33744
34174
|
"name": "withUserInteraction",
|
|
@@ -35739,45 +36169,45 @@
|
|
|
35739
36169
|
"declarations": [
|
|
35740
36170
|
{
|
|
35741
36171
|
"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
|
|
36172
|
+
"description": "This class exists to facilitate the test migration from stencil to lit.\nIt mimics the API that stencil provided to test events.",
|
|
35743
36173
|
"name": "EventSpy",
|
|
35744
36174
|
"members": [
|
|
35745
36175
|
{
|
|
35746
36176
|
"kind": "field",
|
|
35747
|
-
"name": "
|
|
36177
|
+
"name": "count",
|
|
35748
36178
|
"type": {
|
|
35749
36179
|
"text": "number"
|
|
35750
36180
|
},
|
|
35751
|
-
"privacy": "
|
|
36181
|
+
"privacy": "public",
|
|
36182
|
+
"readonly": true,
|
|
35752
36183
|
"default": "0"
|
|
35753
36184
|
},
|
|
35754
36185
|
{
|
|
35755
36186
|
"kind": "field",
|
|
35756
|
-
"name": "
|
|
36187
|
+
"name": "_count",
|
|
35757
36188
|
"type": {
|
|
35758
36189
|
"text": "number"
|
|
35759
36190
|
},
|
|
35760
|
-
"privacy": "
|
|
35761
|
-
"readonly": true,
|
|
36191
|
+
"privacy": "private",
|
|
35762
36192
|
"default": "0"
|
|
35763
36193
|
},
|
|
35764
36194
|
{
|
|
35765
36195
|
"kind": "field",
|
|
35766
|
-
"name": "
|
|
36196
|
+
"name": "events",
|
|
35767
36197
|
"type": {
|
|
35768
36198
|
"text": "T[]"
|
|
35769
36199
|
},
|
|
35770
|
-
"privacy": "
|
|
36200
|
+
"privacy": "public",
|
|
36201
|
+
"readonly": true,
|
|
35771
36202
|
"default": "[]"
|
|
35772
36203
|
},
|
|
35773
36204
|
{
|
|
35774
36205
|
"kind": "field",
|
|
35775
|
-
"name": "
|
|
36206
|
+
"name": "_events",
|
|
35776
36207
|
"type": {
|
|
35777
36208
|
"text": "T[]"
|
|
35778
36209
|
},
|
|
35779
|
-
"privacy": "
|
|
35780
|
-
"readonly": true,
|
|
36210
|
+
"privacy": "private",
|
|
35781
36211
|
"default": "[]"
|
|
35782
36212
|
},
|
|
35783
36213
|
{
|
|
@@ -35798,6 +36228,83 @@
|
|
|
35798
36228
|
"privacy": "public",
|
|
35799
36229
|
"readonly": true
|
|
35800
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
|
+
},
|
|
35801
36308
|
{
|
|
35802
36309
|
"kind": "method",
|
|
35803
36310
|
"name": "_listenForEvent",
|
|
@@ -40219,6 +40726,20 @@
|
|
|
40219
40726
|
"privacy": "private",
|
|
40220
40727
|
"default": "new SbbSlotStateController(this, () => this._setDataIconAttribute())"
|
|
40221
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
|
+
},
|
|
40222
40743
|
{
|
|
40223
40744
|
"kind": "method",
|
|
40224
40745
|
"name": "_emitExpandedEvent",
|
|
@@ -41304,6 +41825,16 @@
|
|
|
41304
41825
|
"description": "Returns the slotted sbb-flip-card-details.",
|
|
41305
41826
|
"readonly": true
|
|
41306
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
|
+
},
|
|
41307
41838
|
{
|
|
41308
41839
|
"kind": "field",
|
|
41309
41840
|
"name": "isFlipped",
|
|
@@ -41336,6 +41867,12 @@
|
|
|
41336
41867
|
"privacy": "private",
|
|
41337
41868
|
"default": "new SbbLanguageController(this)"
|
|
41338
41869
|
},
|
|
41870
|
+
{
|
|
41871
|
+
"kind": "field",
|
|
41872
|
+
"name": "_cardDetailsResizeObserver",
|
|
41873
|
+
"privacy": "private",
|
|
41874
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this._setCardDetailsHeight(), })"
|
|
41875
|
+
},
|
|
41339
41876
|
{
|
|
41340
41877
|
"kind": "method",
|
|
41341
41878
|
"name": "toggle",
|
|
@@ -41347,6 +41884,16 @@
|
|
|
41347
41884
|
},
|
|
41348
41885
|
"description": "Toggles the state of the sbb-flip-card."
|
|
41349
41886
|
},
|
|
41887
|
+
{
|
|
41888
|
+
"kind": "method",
|
|
41889
|
+
"name": "_setCardDetailsHeight",
|
|
41890
|
+
"privacy": "private",
|
|
41891
|
+
"return": {
|
|
41892
|
+
"type": {
|
|
41893
|
+
"text": "any"
|
|
41894
|
+
}
|
|
41895
|
+
}
|
|
41896
|
+
},
|
|
41350
41897
|
{
|
|
41351
41898
|
"kind": "method",
|
|
41352
41899
|
"name": "_accessibilityLabel",
|
|
@@ -48478,6 +49025,12 @@
|
|
|
48478
49025
|
"privacy": "private",
|
|
48479
49026
|
"default": "new SbbInertController(this)"
|
|
48480
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
|
+
},
|
|
48481
49034
|
{
|
|
48482
49035
|
"kind": "method",
|
|
48483
49036
|
"name": "open",
|
|
@@ -54322,21 +54875,14 @@
|
|
|
54322
54875
|
{
|
|
54323
54876
|
"kind": "field",
|
|
54324
54877
|
"name": "pageSizeOptions",
|
|
54325
|
-
"privacy": "public",
|
|
54326
|
-
"description": "The available `pageSize` choices.",
|
|
54327
54878
|
"type": {
|
|
54328
|
-
"text": "number[]
|
|
54879
|
+
"text": "number[]"
|
|
54329
54880
|
},
|
|
54881
|
+
"privacy": "public",
|
|
54882
|
+
"default": "[]",
|
|
54883
|
+
"description": "The available `pageSize` choices.",
|
|
54330
54884
|
"attribute": "page-size-options"
|
|
54331
54885
|
},
|
|
54332
|
-
{
|
|
54333
|
-
"kind": "field",
|
|
54334
|
-
"name": "_pageSizeOptions",
|
|
54335
|
-
"type": {
|
|
54336
|
-
"text": "number[] | undefined"
|
|
54337
|
-
},
|
|
54338
|
-
"privacy": "private"
|
|
54339
|
-
},
|
|
54340
54886
|
{
|
|
54341
54887
|
"kind": "field",
|
|
54342
54888
|
"name": "pagerPosition",
|
|
@@ -54353,12 +54899,6 @@
|
|
|
54353
54899
|
"module": "paginator/common.js"
|
|
54354
54900
|
}
|
|
54355
54901
|
},
|
|
54356
|
-
{
|
|
54357
|
-
"kind": "field",
|
|
54358
|
-
"name": "_paginatorOptionsLabel",
|
|
54359
|
-
"privacy": "private",
|
|
54360
|
-
"default": "`sbb-paginator-options-label-${++nextId}`"
|
|
54361
|
-
},
|
|
54362
54902
|
{
|
|
54363
54903
|
"kind": "field",
|
|
54364
54904
|
"name": "_markForFocus",
|
|
@@ -54368,15 +54908,6 @@
|
|
|
54368
54908
|
"privacy": "private",
|
|
54369
54909
|
"default": "null"
|
|
54370
54910
|
},
|
|
54371
|
-
{
|
|
54372
|
-
"kind": "field",
|
|
54373
|
-
"name": "_updateSelectAriaLabelledBy",
|
|
54374
|
-
"type": {
|
|
54375
|
-
"text": "boolean"
|
|
54376
|
-
},
|
|
54377
|
-
"privacy": "private",
|
|
54378
|
-
"default": "false"
|
|
54379
|
-
},
|
|
54380
54911
|
{
|
|
54381
54912
|
"kind": "method",
|
|
54382
54913
|
"name": "_pageSizeChanged",
|
|
@@ -54790,10 +55321,11 @@
|
|
|
54790
55321
|
"attributes": [
|
|
54791
55322
|
{
|
|
54792
55323
|
"name": "page-size-options",
|
|
54793
|
-
"description": "The available `pageSize` choices.",
|
|
54794
55324
|
"type": {
|
|
54795
|
-
"text": "number[]
|
|
55325
|
+
"text": "number[]"
|
|
54796
55326
|
},
|
|
55327
|
+
"default": "[]",
|
|
55328
|
+
"description": "The available `pageSize` choices.",
|
|
54797
55329
|
"fieldName": "pageSizeOptions"
|
|
54798
55330
|
},
|
|
54799
55331
|
{
|
|
@@ -62881,6 +63413,21 @@
|
|
|
62881
63413
|
"module": "core/mixins.js"
|
|
62882
63414
|
}
|
|
62883
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
|
+
},
|
|
62884
63431
|
{
|
|
62885
63432
|
"kind": "method",
|
|
62886
63433
|
"name": "updateFormValue",
|