@sbb-esta/lyne-elements-dev 4.11.0-dev.1776867495 → 4.11.0-dev.1776924022
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/custom-elements.json +1723 -1723
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -19736,781 +19736,517 @@
|
|
|
19736
19736
|
},
|
|
19737
19737
|
{
|
|
19738
19738
|
"kind": "javascript-module",
|
|
19739
|
-
"path": "
|
|
19740
|
-
"declarations": [],
|
|
19741
|
-
"exports": [
|
|
19742
|
-
{
|
|
19743
|
-
"kind": "js",
|
|
19744
|
-
"name": "*",
|
|
19745
|
-
"declaration": {
|
|
19746
|
-
"name": "*",
|
|
19747
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
19748
|
-
}
|
|
19749
|
-
}
|
|
19750
|
-
]
|
|
19751
|
-
},
|
|
19752
|
-
{
|
|
19753
|
-
"kind": "javascript-module",
|
|
19754
|
-
"path": "radio-button/radio-button-group.js",
|
|
19755
|
-
"declarations": [],
|
|
19756
|
-
"exports": [
|
|
19757
|
-
{
|
|
19758
|
-
"kind": "js",
|
|
19759
|
-
"name": "*",
|
|
19760
|
-
"declaration": {
|
|
19761
|
-
"name": "*",
|
|
19762
|
-
"module": "radio-button-group/radio-button-group.component.js"
|
|
19763
|
-
}
|
|
19764
|
-
}
|
|
19765
|
-
]
|
|
19766
|
-
},
|
|
19767
|
-
{
|
|
19768
|
-
"kind": "javascript-module",
|
|
19769
|
-
"path": "radio-button/radio-button-panel.js",
|
|
19770
|
-
"declarations": [],
|
|
19771
|
-
"exports": [
|
|
19772
|
-
{
|
|
19773
|
-
"kind": "js",
|
|
19774
|
-
"name": "*",
|
|
19775
|
-
"declaration": {
|
|
19776
|
-
"name": "*",
|
|
19777
|
-
"module": "radio-button-panel/radio-button-panel.component.js"
|
|
19778
|
-
}
|
|
19779
|
-
}
|
|
19780
|
-
]
|
|
19781
|
-
},
|
|
19782
|
-
{
|
|
19783
|
-
"kind": "javascript-module",
|
|
19784
|
-
"path": "radio-button/radio-button.component.js",
|
|
19739
|
+
"path": "popover/popover.component.js",
|
|
19785
19740
|
"declarations": [
|
|
19786
19741
|
{
|
|
19787
19742
|
"kind": "class",
|
|
19788
|
-
"description": "
|
|
19789
|
-
"name": "
|
|
19790
|
-
"slots": [
|
|
19791
|
-
{
|
|
19792
|
-
"description": "Use the unnamed slot to add content to the radio label.",
|
|
19793
|
-
"name": ""
|
|
19794
|
-
}
|
|
19795
|
-
],
|
|
19743
|
+
"description": "",
|
|
19744
|
+
"name": "SbbPopoverBaseElement",
|
|
19796
19745
|
"members": [
|
|
19797
19746
|
{
|
|
19798
19747
|
"kind": "field",
|
|
19799
|
-
"name": "
|
|
19748
|
+
"name": "trigger",
|
|
19800
19749
|
"type": {
|
|
19801
|
-
"text": "
|
|
19750
|
+
"text": "HTMLElement | null"
|
|
19802
19751
|
},
|
|
19803
19752
|
"privacy": "public",
|
|
19804
|
-
"
|
|
19805
|
-
"
|
|
19806
|
-
"
|
|
19807
|
-
"inheritedFrom": {
|
|
19808
|
-
"name": "SbbElement",
|
|
19809
|
-
"module": "core/base-elements/element.js"
|
|
19810
|
-
}
|
|
19753
|
+
"default": "null",
|
|
19754
|
+
"description": "The element that will trigger the popover overlay.\n\nFor attribute usage, provide an id reference.",
|
|
19755
|
+
"attribute": "trigger"
|
|
19811
19756
|
},
|
|
19812
19757
|
{
|
|
19813
19758
|
"kind": "field",
|
|
19814
|
-
"name": "
|
|
19815
|
-
"privacy": "public",
|
|
19816
|
-
"static": true,
|
|
19817
|
-
"readonly": true,
|
|
19818
|
-
"default": "{ change: 'change', input: 'input', }",
|
|
19759
|
+
"name": "_nextFocusedElement",
|
|
19819
19760
|
"type": {
|
|
19820
|
-
"text": "
|
|
19761
|
+
"text": "HTMLElement | undefined"
|
|
19821
19762
|
},
|
|
19822
|
-
"
|
|
19823
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
19824
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
19825
|
-
}
|
|
19763
|
+
"privacy": "private"
|
|
19826
19764
|
},
|
|
19827
19765
|
{
|
|
19828
19766
|
"kind": "field",
|
|
19829
|
-
"name": "
|
|
19767
|
+
"name": "_skipCloseFocus",
|
|
19830
19768
|
"type": {
|
|
19831
|
-
"text": "
|
|
19769
|
+
"text": "boolean"
|
|
19832
19770
|
},
|
|
19833
|
-
"privacy": "
|
|
19834
|
-
"
|
|
19835
|
-
"default": "'m' / 'xs' (lean)",
|
|
19836
|
-
"attribute": "size",
|
|
19837
|
-
"reflects": true
|
|
19771
|
+
"privacy": "private",
|
|
19772
|
+
"default": "false"
|
|
19838
19773
|
},
|
|
19839
19774
|
{
|
|
19840
19775
|
"kind": "field",
|
|
19841
|
-
"name": "
|
|
19776
|
+
"name": "_popoverCloseElement",
|
|
19842
19777
|
"type": {
|
|
19843
|
-
"text": "
|
|
19778
|
+
"text": "HTMLElement | undefined"
|
|
19844
19779
|
},
|
|
19845
|
-
"privacy": "
|
|
19846
|
-
"default": "null",
|
|
19847
|
-
"description": "The value of the form element",
|
|
19848
|
-
"attribute": "value",
|
|
19849
|
-
"inheritedFrom": {
|
|
19850
|
-
"name": "SbbFormAssociatedMixin",
|
|
19851
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
19852
|
-
}
|
|
19780
|
+
"privacy": "private"
|
|
19853
19781
|
},
|
|
19854
19782
|
{
|
|
19855
19783
|
"kind": "field",
|
|
19856
|
-
"name": "
|
|
19857
|
-
"privacy": "public",
|
|
19858
|
-
"description": "Whether the radio can be deselected.",
|
|
19784
|
+
"name": "_isPointerDownEventOnPopover",
|
|
19859
19785
|
"type": {
|
|
19860
|
-
"text": "boolean"
|
|
19786
|
+
"text": "boolean | undefined"
|
|
19861
19787
|
},
|
|
19862
|
-
"
|
|
19863
|
-
|
|
19864
|
-
|
|
19865
|
-
|
|
19788
|
+
"privacy": "private"
|
|
19789
|
+
},
|
|
19790
|
+
{
|
|
19791
|
+
"kind": "field",
|
|
19792
|
+
"name": "_triggerElement",
|
|
19793
|
+
"type": {
|
|
19794
|
+
"text": "HTMLElement | null | undefined"
|
|
19866
19795
|
},
|
|
19867
|
-
"
|
|
19796
|
+
"privacy": "private"
|
|
19868
19797
|
},
|
|
19869
19798
|
{
|
|
19870
19799
|
"kind": "field",
|
|
19871
|
-
"name": "
|
|
19800
|
+
"name": "_triggerAbortController",
|
|
19872
19801
|
"type": {
|
|
19873
|
-
"text": "
|
|
19802
|
+
"text": "AbortController | undefined"
|
|
19874
19803
|
},
|
|
19875
|
-
"privacy": "private"
|
|
19876
|
-
"default": "false",
|
|
19877
|
-
"inheritedFrom": {
|
|
19878
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
19879
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
19880
|
-
}
|
|
19804
|
+
"privacy": "private"
|
|
19881
19805
|
},
|
|
19882
19806
|
{
|
|
19883
19807
|
"kind": "field",
|
|
19884
|
-
"name": "
|
|
19808
|
+
"name": "_openStateController",
|
|
19885
19809
|
"type": {
|
|
19886
|
-
"text": "
|
|
19810
|
+
"text": "AbortController | undefined"
|
|
19887
19811
|
},
|
|
19888
|
-
"privacy": "
|
|
19889
|
-
|
|
19890
|
-
|
|
19891
|
-
"
|
|
19892
|
-
|
|
19893
|
-
|
|
19812
|
+
"privacy": "private"
|
|
19813
|
+
},
|
|
19814
|
+
{
|
|
19815
|
+
"kind": "field",
|
|
19816
|
+
"name": "_escapableOverlayController",
|
|
19817
|
+
"privacy": "private",
|
|
19818
|
+
"default": "new SbbEscapableOverlayController(this)"
|
|
19819
|
+
},
|
|
19820
|
+
{
|
|
19821
|
+
"kind": "field",
|
|
19822
|
+
"name": "_focusTrapController",
|
|
19823
|
+
"privacy": "private",
|
|
19824
|
+
"default": "new SbbFocusTrapController(this)"
|
|
19825
|
+
},
|
|
19826
|
+
{
|
|
19827
|
+
"kind": "field",
|
|
19828
|
+
"name": "_blurTimeout",
|
|
19829
|
+
"type": {
|
|
19830
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
19894
19831
|
},
|
|
19832
|
+
"privacy": "private",
|
|
19895
19833
|
"default": "null"
|
|
19896
19834
|
},
|
|
19897
19835
|
{
|
|
19898
19836
|
"kind": "field",
|
|
19899
|
-
"name": "
|
|
19837
|
+
"name": "closeTimeout",
|
|
19900
19838
|
"type": {
|
|
19901
|
-
"text": "
|
|
19839
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
19902
19840
|
},
|
|
19903
|
-
"privacy": "
|
|
19904
|
-
|
|
19905
|
-
|
|
19906
|
-
|
|
19907
|
-
|
|
19908
|
-
|
|
19841
|
+
"privacy": "protected"
|
|
19842
|
+
},
|
|
19843
|
+
{
|
|
19844
|
+
"kind": "field",
|
|
19845
|
+
"name": "overlay",
|
|
19846
|
+
"type": {
|
|
19847
|
+
"text": "HTMLDivElement | undefined"
|
|
19848
|
+
},
|
|
19849
|
+
"privacy": "protected"
|
|
19909
19850
|
},
|
|
19910
19851
|
{
|
|
19911
19852
|
"kind": "method",
|
|
19912
|
-
"name": "
|
|
19853
|
+
"name": "open",
|
|
19913
19854
|
"privacy": "public",
|
|
19914
19855
|
"return": {
|
|
19915
19856
|
"type": {
|
|
19916
19857
|
"text": "void"
|
|
19917
19858
|
}
|
|
19918
19859
|
},
|
|
19919
|
-
"description": "
|
|
19860
|
+
"description": "Opens the popover on trigger click.",
|
|
19920
19861
|
"inheritedFrom": {
|
|
19921
|
-
"name": "
|
|
19922
|
-
"module": "
|
|
19862
|
+
"name": "SbbOpenCloseBaseElement",
|
|
19863
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
19923
19864
|
}
|
|
19924
19865
|
},
|
|
19925
19866
|
{
|
|
19926
19867
|
"kind": "method",
|
|
19927
|
-
"name": "
|
|
19928
|
-
"privacy": "
|
|
19868
|
+
"name": "close",
|
|
19869
|
+
"privacy": "public",
|
|
19929
19870
|
"return": {
|
|
19930
19871
|
"type": {
|
|
19931
|
-
"text": "
|
|
19872
|
+
"text": "void"
|
|
19932
19873
|
}
|
|
19933
19874
|
},
|
|
19934
|
-
"description": "
|
|
19875
|
+
"description": "Closes the popover.",
|
|
19876
|
+
"parameters": [
|
|
19877
|
+
{
|
|
19878
|
+
"name": "target",
|
|
19879
|
+
"optional": true,
|
|
19880
|
+
"type": {
|
|
19881
|
+
"text": "HTMLElement"
|
|
19882
|
+
}
|
|
19883
|
+
}
|
|
19884
|
+
],
|
|
19935
19885
|
"inheritedFrom": {
|
|
19936
|
-
"name": "
|
|
19937
|
-
"module": "core/
|
|
19886
|
+
"name": "SbbOpenCloseBaseElement",
|
|
19887
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
19938
19888
|
}
|
|
19939
19889
|
},
|
|
19940
19890
|
{
|
|
19941
19891
|
"kind": "method",
|
|
19942
|
-
"name": "
|
|
19943
|
-
"privacy": "
|
|
19892
|
+
"name": "_isZeroAnimationDuration",
|
|
19893
|
+
"privacy": "private",
|
|
19944
19894
|
"return": {
|
|
19945
19895
|
"type": {
|
|
19946
19896
|
"text": "boolean"
|
|
19947
19897
|
}
|
|
19948
|
-
},
|
|
19949
|
-
"description": "Will be used as 'or' check to the current required state.\nCan e.g. be used to read required state of a group.",
|
|
19950
|
-
"inheritedFrom": {
|
|
19951
|
-
"name": "SbbRequiredMixin",
|
|
19952
|
-
"module": "core/mixins/required-mixin.js"
|
|
19953
19898
|
}
|
|
19954
19899
|
},
|
|
19955
19900
|
{
|
|
19956
19901
|
"kind": "method",
|
|
19957
|
-
"name": "
|
|
19902
|
+
"name": "_handleClosing",
|
|
19958
19903
|
"privacy": "private",
|
|
19959
19904
|
"return": {
|
|
19960
19905
|
"type": {
|
|
19961
|
-
"text": "
|
|
19962
|
-
}
|
|
19963
|
-
},
|
|
19964
|
-
"parameters": [
|
|
19965
|
-
{
|
|
19966
|
-
"name": "event",
|
|
19967
|
-
"type": {
|
|
19968
|
-
"text": "Event"
|
|
19969
|
-
}
|
|
19906
|
+
"text": "void"
|
|
19970
19907
|
}
|
|
19971
|
-
],
|
|
19972
|
-
"inheritedFrom": {
|
|
19973
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
19974
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
19975
19908
|
}
|
|
19976
19909
|
},
|
|
19977
19910
|
{
|
|
19978
19911
|
"kind": "method",
|
|
19979
|
-
"name": "
|
|
19912
|
+
"name": "_handleOpening",
|
|
19980
19913
|
"privacy": "private",
|
|
19981
19914
|
"return": {
|
|
19982
19915
|
"type": {
|
|
19983
19916
|
"text": "void"
|
|
19984
19917
|
}
|
|
19985
|
-
},
|
|
19986
|
-
"parameters": [
|
|
19987
|
-
{
|
|
19988
|
-
"name": "evt",
|
|
19989
|
-
"type": {
|
|
19990
|
-
"text": "KeyboardEvent"
|
|
19991
|
-
}
|
|
19992
|
-
}
|
|
19993
|
-
],
|
|
19994
|
-
"inheritedFrom": {
|
|
19995
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
19996
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
19997
|
-
}
|
|
19998
|
-
},
|
|
19999
|
-
{
|
|
20000
|
-
"kind": "field",
|
|
20001
|
-
"name": "role",
|
|
20002
|
-
"type": {
|
|
20003
|
-
"text": "string"
|
|
20004
|
-
},
|
|
20005
|
-
"privacy": "public",
|
|
20006
|
-
"static": true,
|
|
20007
|
-
"readonly": true,
|
|
20008
|
-
"default": "'radio'",
|
|
20009
|
-
"inheritedFrom": {
|
|
20010
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20011
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20012
|
-
}
|
|
20013
|
-
},
|
|
20014
|
-
{
|
|
20015
|
-
"kind": "field",
|
|
20016
|
-
"name": "checked",
|
|
20017
|
-
"privacy": "public",
|
|
20018
|
-
"description": "Whether the radio button is checked.",
|
|
20019
|
-
"type": {
|
|
20020
|
-
"text": "boolean"
|
|
20021
|
-
},
|
|
20022
|
-
"attribute": "checked",
|
|
20023
|
-
"inheritedFrom": {
|
|
20024
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20025
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20026
|
-
},
|
|
20027
|
-
"default": "false"
|
|
20028
|
-
},
|
|
20029
|
-
{
|
|
20030
|
-
"kind": "field",
|
|
20031
|
-
"name": "_checked",
|
|
20032
|
-
"type": {
|
|
20033
|
-
"text": "boolean"
|
|
20034
|
-
},
|
|
20035
|
-
"privacy": "private",
|
|
20036
|
-
"default": "false",
|
|
20037
|
-
"inheritedFrom": {
|
|
20038
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20039
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20040
|
-
}
|
|
20041
|
-
},
|
|
20042
|
-
{
|
|
20043
|
-
"kind": "field",
|
|
20044
|
-
"name": "name",
|
|
20045
|
-
"privacy": "public",
|
|
20046
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
20047
|
-
"type": {
|
|
20048
|
-
"text": "string"
|
|
20049
|
-
},
|
|
20050
|
-
"attribute": "name",
|
|
20051
|
-
"inheritedFrom": {
|
|
20052
|
-
"name": "SbbFormAssociatedMixin",
|
|
20053
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
20054
|
-
}
|
|
20055
|
-
},
|
|
20056
|
-
{
|
|
20057
|
-
"kind": "field",
|
|
20058
|
-
"name": "type",
|
|
20059
|
-
"type": {
|
|
20060
|
-
"text": "string"
|
|
20061
|
-
},
|
|
20062
|
-
"privacy": "public",
|
|
20063
|
-
"description": "Form type of element.",
|
|
20064
|
-
"default": "'radio'",
|
|
20065
|
-
"readonly": true,
|
|
20066
|
-
"inheritedFrom": {
|
|
20067
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20068
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20069
|
-
}
|
|
20070
|
-
},
|
|
20071
|
-
{
|
|
20072
|
-
"kind": "field",
|
|
20073
|
-
"name": "associatedRadioButtons",
|
|
20074
|
-
"type": {
|
|
20075
|
-
"text": "Set<SbbFormAssociatedRadioButtonElement> | undefined"
|
|
20076
|
-
},
|
|
20077
|
-
"privacy": "protected",
|
|
20078
|
-
"description": "Set of radio buttons that belongs to the same group of `this`.\nAssume them ordered in DOM order",
|
|
20079
|
-
"inheritedFrom": {
|
|
20080
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20081
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20082
|
-
}
|
|
20083
|
-
},
|
|
20084
|
-
{
|
|
20085
|
-
"kind": "field",
|
|
20086
|
-
"name": "_radioButtonGroupsMap",
|
|
20087
|
-
"type": {
|
|
20088
|
-
"text": "Map<string, Set<SbbFormAssociatedRadioButtonMixinType>> | undefined"
|
|
20089
|
-
},
|
|
20090
|
-
"privacy": "private",
|
|
20091
|
-
"inheritedFrom": {
|
|
20092
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20093
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20094
|
-
}
|
|
20095
|
-
},
|
|
20096
|
-
{
|
|
20097
|
-
"kind": "field",
|
|
20098
|
-
"name": "_languageController",
|
|
20099
|
-
"privacy": "private",
|
|
20100
|
-
"default": "new SbbLanguageController(this)",
|
|
20101
|
-
"inheritedFrom": {
|
|
20102
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20103
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20104
19918
|
}
|
|
20105
19919
|
},
|
|
20106
19920
|
{
|
|
20107
19921
|
"kind": "method",
|
|
20108
|
-
"name": "
|
|
19922
|
+
"name": "_configureTrigger",
|
|
20109
19923
|
"privacy": "private",
|
|
20110
19924
|
"return": {
|
|
20111
19925
|
"type": {
|
|
20112
|
-
"text": "
|
|
20113
|
-
}
|
|
20114
|
-
},
|
|
20115
|
-
"parameters": [
|
|
20116
|
-
{
|
|
20117
|
-
"name": "formData",
|
|
20118
|
-
"type": {
|
|
20119
|
-
"text": "FormData"
|
|
20120
|
-
}
|
|
19926
|
+
"text": "void"
|
|
20121
19927
|
}
|
|
20122
|
-
],
|
|
20123
|
-
"inheritedFrom": {
|
|
20124
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20125
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20126
19928
|
}
|
|
20127
19929
|
},
|
|
20128
19930
|
{
|
|
20129
19931
|
"kind": "method",
|
|
20130
|
-
"name": "
|
|
19932
|
+
"name": "configureTrigger",
|
|
20131
19933
|
"privacy": "protected",
|
|
20132
19934
|
"return": {
|
|
20133
19935
|
"type": {
|
|
20134
19936
|
"text": "void"
|
|
20135
19937
|
}
|
|
20136
19938
|
},
|
|
20137
|
-
"
|
|
20138
|
-
|
|
20139
|
-
|
|
20140
|
-
|
|
20141
|
-
|
|
19939
|
+
"parameters": [
|
|
19940
|
+
{
|
|
19941
|
+
"name": "_oldTrigger",
|
|
19942
|
+
"type": {
|
|
19943
|
+
"text": "HTMLElement | null"
|
|
19944
|
+
}
|
|
19945
|
+
}
|
|
19946
|
+
]
|
|
20142
19947
|
},
|
|
20143
19948
|
{
|
|
20144
19949
|
"kind": "method",
|
|
20145
|
-
"name": "
|
|
19950
|
+
"name": "registerTriggerListeners",
|
|
20146
19951
|
"privacy": "protected",
|
|
20147
19952
|
"return": {
|
|
20148
19953
|
"type": {
|
|
20149
|
-
"text": "
|
|
19954
|
+
"text": "void"
|
|
20150
19955
|
}
|
|
20151
19956
|
},
|
|
20152
19957
|
"parameters": [
|
|
20153
19958
|
{
|
|
20154
|
-
"name": "
|
|
19959
|
+
"name": "signal",
|
|
20155
19960
|
"type": {
|
|
20156
|
-
"text": "
|
|
19961
|
+
"text": "AbortSignal"
|
|
20157
19962
|
}
|
|
20158
19963
|
}
|
|
20159
|
-
]
|
|
20160
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
20161
|
-
"inheritedFrom": {
|
|
20162
|
-
"name": "SbbFormAssociatedMixin",
|
|
20163
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
20164
|
-
}
|
|
19964
|
+
]
|
|
20165
19965
|
},
|
|
20166
19966
|
{
|
|
20167
19967
|
"kind": "method",
|
|
20168
|
-
"name": "
|
|
20169
|
-
"privacy": "
|
|
19968
|
+
"name": "_attachWindowEvents",
|
|
19969
|
+
"privacy": "private",
|
|
20170
19970
|
"return": {
|
|
20171
19971
|
"type": {
|
|
20172
19972
|
"text": "void"
|
|
20173
19973
|
}
|
|
20174
|
-
},
|
|
20175
|
-
"description": "Sets the validity of all associated radio buttons.\nIf any radio button is required, all associated are required as well.",
|
|
20176
|
-
"inheritedFrom": {
|
|
20177
|
-
"name": "SbbFormAssociatedMixin",
|
|
20178
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
20179
19974
|
}
|
|
20180
19975
|
},
|
|
20181
19976
|
{
|
|
20182
19977
|
"kind": "method",
|
|
20183
|
-
"name": "
|
|
20184
|
-
"privacy": "
|
|
19978
|
+
"name": "_closeOnSbbPopoverCloseClick",
|
|
19979
|
+
"privacy": "private",
|
|
20185
19980
|
"return": {
|
|
20186
19981
|
"type": {
|
|
20187
19982
|
"text": "void"
|
|
20188
19983
|
}
|
|
20189
19984
|
},
|
|
20190
|
-
"
|
|
20191
|
-
|
|
20192
|
-
|
|
20193
|
-
|
|
20194
|
-
|
|
19985
|
+
"parameters": [
|
|
19986
|
+
{
|
|
19987
|
+
"name": "event",
|
|
19988
|
+
"type": {
|
|
19989
|
+
"text": "Event"
|
|
19990
|
+
}
|
|
19991
|
+
}
|
|
19992
|
+
]
|
|
19993
|
+
},
|
|
19994
|
+
{
|
|
19995
|
+
"kind": "field",
|
|
19996
|
+
"name": "_pointerDownListener",
|
|
19997
|
+
"privacy": "private"
|
|
19998
|
+
},
|
|
19999
|
+
{
|
|
20000
|
+
"kind": "field",
|
|
20001
|
+
"name": "_closeOnBackdropClick",
|
|
20002
|
+
"privacy": "private"
|
|
20195
20003
|
},
|
|
20196
20004
|
{
|
|
20197
20005
|
"kind": "method",
|
|
20198
|
-
"name": "
|
|
20199
|
-
"privacy": "
|
|
20006
|
+
"name": "_onPopoverAnimationEnd",
|
|
20007
|
+
"privacy": "private",
|
|
20200
20008
|
"return": {
|
|
20201
20009
|
"type": {
|
|
20202
|
-
"text": "
|
|
20010
|
+
"text": "void"
|
|
20203
20011
|
}
|
|
20204
20012
|
},
|
|
20205
20013
|
"parameters": [
|
|
20206
20014
|
{
|
|
20207
|
-
"name": "
|
|
20015
|
+
"name": "event",
|
|
20208
20016
|
"type": {
|
|
20209
|
-
"text": "
|
|
20017
|
+
"text": "AnimationEvent"
|
|
20210
20018
|
}
|
|
20211
20019
|
}
|
|
20212
|
-
]
|
|
20213
|
-
"inheritedFrom": {
|
|
20214
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20215
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20216
|
-
}
|
|
20020
|
+
]
|
|
20217
20021
|
},
|
|
20218
20022
|
{
|
|
20219
20023
|
"kind": "method",
|
|
20220
|
-
"name": "
|
|
20221
|
-
"privacy": "
|
|
20024
|
+
"name": "_setPopoverFocus",
|
|
20025
|
+
"privacy": "private",
|
|
20222
20026
|
"return": {
|
|
20223
20027
|
"type": {
|
|
20224
20028
|
"text": "void"
|
|
20225
20029
|
}
|
|
20226
|
-
},
|
|
20227
|
-
"inheritedFrom": {
|
|
20228
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20229
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20230
20030
|
}
|
|
20231
20031
|
},
|
|
20232
20032
|
{
|
|
20233
20033
|
"kind": "method",
|
|
20234
|
-
"name": "
|
|
20034
|
+
"name": "_setPopoverPosition",
|
|
20235
20035
|
"privacy": "private",
|
|
20236
20036
|
"return": {
|
|
20237
20037
|
"type": {
|
|
20238
20038
|
"text": "void"
|
|
20239
20039
|
}
|
|
20240
|
-
},
|
|
20241
|
-
"inheritedFrom": {
|
|
20242
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20243
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20244
20040
|
}
|
|
20245
20041
|
},
|
|
20246
20042
|
{
|
|
20247
20043
|
"kind": "method",
|
|
20248
|
-
"name": "
|
|
20249
|
-
"privacy": "
|
|
20044
|
+
"name": "renderContent",
|
|
20045
|
+
"privacy": "protected",
|
|
20250
20046
|
"return": {
|
|
20251
20047
|
"type": {
|
|
20252
|
-
"text": "
|
|
20048
|
+
"text": "TemplateResult"
|
|
20253
20049
|
}
|
|
20254
|
-
},
|
|
20255
|
-
"description": "Add `this` to the radioButton registry",
|
|
20256
|
-
"inheritedFrom": {
|
|
20257
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20258
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20259
20050
|
}
|
|
20260
20051
|
},
|
|
20261
20052
|
{
|
|
20262
20053
|
"kind": "method",
|
|
20263
|
-
"name": "
|
|
20264
|
-
"privacy": "
|
|
20054
|
+
"name": "dispatchBeforeCloseEvent",
|
|
20055
|
+
"privacy": "protected",
|
|
20265
20056
|
"return": {
|
|
20266
20057
|
"type": {
|
|
20267
|
-
"text": "
|
|
20058
|
+
"text": "boolean"
|
|
20268
20059
|
}
|
|
20269
20060
|
},
|
|
20270
|
-
"
|
|
20061
|
+
"parameters": [
|
|
20062
|
+
{
|
|
20063
|
+
"name": "detail",
|
|
20064
|
+
"optional": true,
|
|
20065
|
+
"type": {
|
|
20066
|
+
"text": "{\n closeTarget: HTMLElement | null;\n }"
|
|
20067
|
+
}
|
|
20068
|
+
}
|
|
20069
|
+
],
|
|
20271
20070
|
"inheritedFrom": {
|
|
20272
|
-
"name": "
|
|
20273
|
-
"module": "core/
|
|
20071
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20072
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20274
20073
|
}
|
|
20275
20074
|
},
|
|
20276
20075
|
{
|
|
20277
20076
|
"kind": "method",
|
|
20278
|
-
"name": "
|
|
20279
|
-
"privacy": "
|
|
20077
|
+
"name": "dispatchCloseEvent",
|
|
20078
|
+
"privacy": "protected",
|
|
20280
20079
|
"return": {
|
|
20281
20080
|
"type": {
|
|
20282
|
-
"text": "
|
|
20283
|
-
}
|
|
20284
|
-
},
|
|
20285
|
-
"description": "Return a list of 'interactable' grouped radios, ordered in DOM order",
|
|
20286
|
-
"inheritedFrom": {
|
|
20287
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20288
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20289
|
-
}
|
|
20290
|
-
},
|
|
20291
|
-
{
|
|
20292
|
-
"kind": "method",
|
|
20293
|
-
"name": "_deselectGroupedRadios",
|
|
20294
|
-
"privacy": "private",
|
|
20295
|
-
"return": {
|
|
20296
|
-
"type": {
|
|
20297
|
-
"text": "void"
|
|
20298
|
-
}
|
|
20299
|
-
},
|
|
20300
|
-
"description": "Deselect other radio of the same group",
|
|
20301
|
-
"inheritedFrom": {
|
|
20302
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20303
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20304
|
-
}
|
|
20305
|
-
},
|
|
20306
|
-
{
|
|
20307
|
-
"kind": "method",
|
|
20308
|
-
"name": "_handleArrowKeyDown",
|
|
20309
|
-
"privacy": "private",
|
|
20310
|
-
"return": {
|
|
20311
|
-
"type": {
|
|
20312
|
-
"text": "Promise<void>"
|
|
20081
|
+
"text": "boolean"
|
|
20313
20082
|
}
|
|
20314
20083
|
},
|
|
20315
20084
|
"parameters": [
|
|
20316
20085
|
{
|
|
20317
|
-
"name": "
|
|
20086
|
+
"name": "detail",
|
|
20087
|
+
"optional": true,
|
|
20318
20088
|
"type": {
|
|
20319
|
-
"text": "
|
|
20089
|
+
"text": "{ closeTarget: HTMLElement | null }"
|
|
20320
20090
|
}
|
|
20321
20091
|
}
|
|
20322
20092
|
],
|
|
20323
20093
|
"inheritedFrom": {
|
|
20324
|
-
"name": "
|
|
20325
|
-
"module": "core/
|
|
20094
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20095
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20326
20096
|
}
|
|
20327
20097
|
},
|
|
20328
20098
|
{
|
|
20329
20099
|
"kind": "field",
|
|
20330
|
-
"name": "
|
|
20100
|
+
"name": "events",
|
|
20331
20101
|
"privacy": "public",
|
|
20332
|
-
"
|
|
20333
|
-
"
|
|
20102
|
+
"static": true,
|
|
20103
|
+
"readonly": true,
|
|
20104
|
+
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
20334
20105
|
"type": {
|
|
20335
|
-
"text": "
|
|
20106
|
+
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
20336
20107
|
},
|
|
20337
|
-
"attribute": "disabled",
|
|
20338
|
-
"reflects": true,
|
|
20339
20108
|
"inheritedFrom": {
|
|
20340
|
-
"name": "
|
|
20341
|
-
"module": "core/
|
|
20109
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20110
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20342
20111
|
}
|
|
20343
20112
|
},
|
|
20344
20113
|
{
|
|
20345
20114
|
"kind": "field",
|
|
20346
|
-
"name": "
|
|
20347
|
-
"privacy": "
|
|
20115
|
+
"name": "state",
|
|
20116
|
+
"privacy": "protected",
|
|
20117
|
+
"description": "The state of the component.",
|
|
20348
20118
|
"type": {
|
|
20349
|
-
"text": "
|
|
20119
|
+
"text": "SbbOpenedClosedState"
|
|
20350
20120
|
},
|
|
20351
|
-
"default": "
|
|
20121
|
+
"default": "'closed'",
|
|
20352
20122
|
"inheritedFrom": {
|
|
20353
|
-
"name": "
|
|
20354
|
-
"module": "core/
|
|
20123
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20124
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20355
20125
|
}
|
|
20356
20126
|
},
|
|
20357
20127
|
{
|
|
20358
20128
|
"kind": "field",
|
|
20359
|
-
"name": "
|
|
20360
|
-
"privacy": "public",
|
|
20361
|
-
"description": "Whether the component is required.",
|
|
20362
|
-
"type": {
|
|
20363
|
-
"text": "boolean"
|
|
20364
|
-
},
|
|
20365
|
-
"attribute": "required",
|
|
20366
|
-
"reflects": true,
|
|
20367
|
-
"inheritedFrom": {
|
|
20368
|
-
"name": "SbbRequiredMixin",
|
|
20369
|
-
"module": "core/mixins/required-mixin.js"
|
|
20370
|
-
},
|
|
20371
|
-
"default": "false"
|
|
20372
|
-
},
|
|
20373
|
-
{
|
|
20374
|
-
"kind": "field",
|
|
20375
|
-
"name": "_required",
|
|
20129
|
+
"name": "_state",
|
|
20376
20130
|
"type": {
|
|
20377
|
-
"text": "
|
|
20131
|
+
"text": "SbbOpenedClosedState"
|
|
20378
20132
|
},
|
|
20379
20133
|
"privacy": "private",
|
|
20380
|
-
"default": "false",
|
|
20381
20134
|
"inheritedFrom": {
|
|
20382
|
-
"name": "
|
|
20383
|
-
"module": "core/
|
|
20135
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20136
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20384
20137
|
}
|
|
20385
20138
|
},
|
|
20386
20139
|
{
|
|
20387
20140
|
"kind": "field",
|
|
20388
|
-
"name": "
|
|
20141
|
+
"name": "isOpen",
|
|
20389
20142
|
"type": {
|
|
20390
20143
|
"text": "boolean"
|
|
20391
20144
|
},
|
|
20392
20145
|
"privacy": "public",
|
|
20393
|
-
"
|
|
20394
|
-
"
|
|
20146
|
+
"description": "Whether the element is open.",
|
|
20147
|
+
"readonly": true,
|
|
20395
20148
|
"inheritedFrom": {
|
|
20396
|
-
"name": "
|
|
20397
|
-
"module": "core/
|
|
20149
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20150
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20398
20151
|
}
|
|
20399
20152
|
},
|
|
20400
20153
|
{
|
|
20401
|
-
"kind": "
|
|
20402
|
-
"name": "
|
|
20403
|
-
"type": {
|
|
20404
|
-
"text": "HTMLFormElement | null"
|
|
20405
|
-
},
|
|
20154
|
+
"kind": "method",
|
|
20155
|
+
"name": "escapeStrategy",
|
|
20406
20156
|
"privacy": "public",
|
|
20407
|
-
"
|
|
20408
|
-
|
|
20157
|
+
"return": {
|
|
20158
|
+
"type": {
|
|
20159
|
+
"text": "void"
|
|
20160
|
+
}
|
|
20161
|
+
},
|
|
20162
|
+
"description": "The method which is called on escape key press. Defaults to calling close()",
|
|
20409
20163
|
"inheritedFrom": {
|
|
20410
|
-
"name": "
|
|
20411
|
-
"module": "core/
|
|
20164
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20165
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20412
20166
|
}
|
|
20413
20167
|
},
|
|
20414
20168
|
{
|
|
20415
|
-
"kind": "
|
|
20416
|
-
"name": "
|
|
20417
|
-
"
|
|
20418
|
-
|
|
20169
|
+
"kind": "method",
|
|
20170
|
+
"name": "dispatchBeforeOpenEvent",
|
|
20171
|
+
"privacy": "protected",
|
|
20172
|
+
"return": {
|
|
20173
|
+
"type": {
|
|
20174
|
+
"text": "boolean"
|
|
20175
|
+
}
|
|
20419
20176
|
},
|
|
20420
|
-
"privacy": "public",
|
|
20421
|
-
"description": "Returns the ValidityState object for this element.",
|
|
20422
|
-
"readonly": true,
|
|
20423
20177
|
"inheritedFrom": {
|
|
20424
|
-
"name": "
|
|
20425
|
-
"module": "core/
|
|
20178
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20179
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20426
20180
|
}
|
|
20427
20181
|
},
|
|
20428
20182
|
{
|
|
20429
|
-
"kind": "
|
|
20430
|
-
"name": "
|
|
20431
|
-
"
|
|
20432
|
-
|
|
20183
|
+
"kind": "method",
|
|
20184
|
+
"name": "dispatchOpenEvent",
|
|
20185
|
+
"privacy": "protected",
|
|
20186
|
+
"return": {
|
|
20187
|
+
"type": {
|
|
20188
|
+
"text": "boolean"
|
|
20189
|
+
}
|
|
20433
20190
|
},
|
|
20434
|
-
"privacy": "public",
|
|
20435
|
-
"description": "Returns the current error message, if available, which corresponds\nto the current validation state.\nPlease note that only one message is returned at a time (e.g. if\nmultiple validity states are invalid, only the chronologically first one\nis returned until it is fixed, at which point the next message might be\nreturned, if it is still applicable). Also, a custom validity message\n(see below) has precedence over native validation messages.",
|
|
20436
|
-
"readonly": true,
|
|
20437
20191
|
"inheritedFrom": {
|
|
20438
|
-
"name": "
|
|
20439
|
-
"module": "core/
|
|
20192
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20193
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20440
20194
|
}
|
|
20441
20195
|
},
|
|
20442
20196
|
{
|
|
20443
20197
|
"kind": "field",
|
|
20444
|
-
"name": "
|
|
20198
|
+
"name": "_hydrationRequired",
|
|
20445
20199
|
"type": {
|
|
20446
20200
|
"text": "boolean"
|
|
20447
20201
|
},
|
|
20448
|
-
"privacy": "
|
|
20449
|
-
"
|
|
20450
|
-
"readonly": true,
|
|
20202
|
+
"privacy": "private",
|
|
20203
|
+
"default": "!!this.shadowRoot",
|
|
20451
20204
|
"inheritedFrom": {
|
|
20452
|
-
"name": "
|
|
20453
|
-
"module": "core/mixins/
|
|
20205
|
+
"name": "SbbHydrationMixin",
|
|
20206
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
20454
20207
|
}
|
|
20455
20208
|
},
|
|
20456
20209
|
{
|
|
20457
20210
|
"kind": "field",
|
|
20458
|
-
"name": "
|
|
20211
|
+
"name": "_hydrationComplete",
|
|
20459
20212
|
"privacy": "private",
|
|
20460
|
-
"default": "new
|
|
20213
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
20461
20214
|
"inheritedFrom": {
|
|
20462
|
-
"name": "
|
|
20463
|
-
"module": "core/mixins/
|
|
20215
|
+
"name": "SbbHydrationMixin",
|
|
20216
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
20464
20217
|
}
|
|
20465
20218
|
},
|
|
20466
20219
|
{
|
|
20467
20220
|
"kind": "field",
|
|
20468
|
-
"name": "
|
|
20221
|
+
"name": "_resolveHydration",
|
|
20469
20222
|
"type": {
|
|
20470
|
-
"text": "boolean"
|
|
20223
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
20471
20224
|
},
|
|
20472
|
-
"privacy": "
|
|
20473
|
-
"default": "false",
|
|
20474
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
20225
|
+
"privacy": "private",
|
|
20475
20226
|
"inheritedFrom": {
|
|
20476
|
-
"name": "
|
|
20477
|
-
"module": "core/mixins/
|
|
20227
|
+
"name": "SbbHydrationMixin",
|
|
20228
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
20478
20229
|
}
|
|
20479
20230
|
},
|
|
20480
20231
|
{
|
|
20481
|
-
"kind": "
|
|
20482
|
-
"name": "
|
|
20483
|
-
"
|
|
20484
|
-
|
|
20485
|
-
"type": {
|
|
20486
|
-
"text": "boolean"
|
|
20487
|
-
}
|
|
20232
|
+
"kind": "field",
|
|
20233
|
+
"name": "hydrationRequired",
|
|
20234
|
+
"type": {
|
|
20235
|
+
"text": "boolean"
|
|
20488
20236
|
},
|
|
20489
|
-
"
|
|
20237
|
+
"privacy": "protected",
|
|
20238
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
20239
|
+
"readonly": true,
|
|
20490
20240
|
"inheritedFrom": {
|
|
20491
|
-
"name": "
|
|
20492
|
-
"module": "core/mixins/
|
|
20493
|
-
}
|
|
20494
|
-
},
|
|
20495
|
-
{
|
|
20496
|
-
"kind": "method",
|
|
20497
|
-
"name": "reportValidity",
|
|
20498
|
-
"privacy": "public",
|
|
20499
|
-
"return": {
|
|
20500
|
-
"type": {
|
|
20501
|
-
"text": "boolean"
|
|
20502
|
-
}
|
|
20241
|
+
"name": "SbbHydrationMixin",
|
|
20242
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
20503
20243
|
},
|
|
20504
|
-
"
|
|
20505
|
-
"inheritedFrom": {
|
|
20506
|
-
"name": "SbbFormAssociatedMixin",
|
|
20507
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
20508
|
-
}
|
|
20244
|
+
"default": "!!this.shadowRoot"
|
|
20509
20245
|
},
|
|
20510
20246
|
{
|
|
20511
20247
|
"kind": "method",
|
|
20512
|
-
"name": "
|
|
20513
|
-
"privacy": "
|
|
20248
|
+
"name": "toggleState",
|
|
20249
|
+
"privacy": "protected",
|
|
20514
20250
|
"return": {
|
|
20515
20251
|
"type": {
|
|
20516
20252
|
"text": "void"
|
|
@@ -20518,380 +20254,391 @@
|
|
|
20518
20254
|
},
|
|
20519
20255
|
"parameters": [
|
|
20520
20256
|
{
|
|
20521
|
-
"name": "
|
|
20257
|
+
"name": "value",
|
|
20522
20258
|
"type": {
|
|
20523
20259
|
"text": "string"
|
|
20524
20260
|
}
|
|
20261
|
+
},
|
|
20262
|
+
{
|
|
20263
|
+
"name": "force",
|
|
20264
|
+
"optional": true,
|
|
20265
|
+
"type": {
|
|
20266
|
+
"text": "boolean"
|
|
20267
|
+
}
|
|
20525
20268
|
}
|
|
20526
20269
|
],
|
|
20527
|
-
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
20528
20270
|
"inheritedFrom": {
|
|
20529
|
-
"name": "
|
|
20530
|
-
"module": "core/mixins/
|
|
20271
|
+
"name": "SbbElementInternalsMixin",
|
|
20272
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
20531
20273
|
}
|
|
20532
20274
|
},
|
|
20533
20275
|
{
|
|
20534
|
-
"kind": "
|
|
20535
|
-
"name": "
|
|
20536
|
-
"
|
|
20537
|
-
|
|
20538
|
-
"type": {
|
|
20539
|
-
"text": "boolean"
|
|
20540
|
-
}
|
|
20276
|
+
"kind": "field",
|
|
20277
|
+
"name": "['_$sbbElement$']",
|
|
20278
|
+
"type": {
|
|
20279
|
+
"text": "boolean"
|
|
20541
20280
|
},
|
|
20281
|
+
"privacy": "public",
|
|
20282
|
+
"static": true,
|
|
20283
|
+
"default": "true",
|
|
20542
20284
|
"inheritedFrom": {
|
|
20543
|
-
"name": "
|
|
20544
|
-
"module": "core/
|
|
20285
|
+
"name": "SbbElement",
|
|
20286
|
+
"module": "core/base-elements/element.js"
|
|
20545
20287
|
}
|
|
20546
20288
|
},
|
|
20547
20289
|
{
|
|
20548
|
-
"kind": "
|
|
20549
|
-
"name": "
|
|
20550
|
-
"
|
|
20551
|
-
|
|
20552
|
-
"type": {
|
|
20553
|
-
"text": "FormRestoreState"
|
|
20554
|
-
}
|
|
20290
|
+
"kind": "field",
|
|
20291
|
+
"name": "elementName",
|
|
20292
|
+
"type": {
|
|
20293
|
+
"text": "string"
|
|
20555
20294
|
},
|
|
20295
|
+
"privacy": "public",
|
|
20296
|
+
"static": true,
|
|
20297
|
+
"readonly": true,
|
|
20556
20298
|
"inheritedFrom": {
|
|
20557
|
-
"name": "
|
|
20558
|
-
"module": "core/
|
|
20299
|
+
"name": "SbbElement",
|
|
20300
|
+
"module": "core/base-elements/element.js"
|
|
20559
20301
|
}
|
|
20560
20302
|
},
|
|
20561
20303
|
{
|
|
20562
|
-
"kind": "
|
|
20563
|
-
"name": "
|
|
20564
|
-
"
|
|
20565
|
-
|
|
20566
|
-
"type": {
|
|
20567
|
-
"text": "void"
|
|
20568
|
-
}
|
|
20304
|
+
"kind": "field",
|
|
20305
|
+
"name": "_controllers",
|
|
20306
|
+
"type": {
|
|
20307
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
20569
20308
|
},
|
|
20570
|
-
"
|
|
20571
|
-
{
|
|
20572
|
-
"name": "flag",
|
|
20573
|
-
"type": {
|
|
20574
|
-
"text": "T"
|
|
20575
|
-
}
|
|
20576
|
-
},
|
|
20577
|
-
{
|
|
20578
|
-
"name": "message",
|
|
20579
|
-
"type": {
|
|
20580
|
-
"text": "string"
|
|
20581
|
-
}
|
|
20582
|
-
},
|
|
20583
|
-
{
|
|
20584
|
-
"name": "flagValue",
|
|
20585
|
-
"optional": true,
|
|
20586
|
-
"type": {
|
|
20587
|
-
"text": "ValidityStateFlags[T]"
|
|
20588
|
-
}
|
|
20589
|
-
}
|
|
20590
|
-
],
|
|
20591
|
-
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
20309
|
+
"privacy": "private",
|
|
20592
20310
|
"inheritedFrom": {
|
|
20593
|
-
"name": "
|
|
20594
|
-
"module": "core/
|
|
20311
|
+
"name": "SbbElement",
|
|
20312
|
+
"module": "core/base-elements/element.js"
|
|
20595
20313
|
}
|
|
20596
|
-
}
|
|
20314
|
+
}
|
|
20315
|
+
],
|
|
20316
|
+
"events": [
|
|
20597
20317
|
{
|
|
20598
|
-
"
|
|
20599
|
-
"
|
|
20600
|
-
|
|
20601
|
-
"return": {
|
|
20602
|
-
"type": {
|
|
20603
|
-
"text": "void"
|
|
20604
|
-
}
|
|
20318
|
+
"name": "beforeclose",
|
|
20319
|
+
"type": {
|
|
20320
|
+
"text": "CustomEvent<{ closeTarget: HTMLElement | null }>"
|
|
20605
20321
|
},
|
|
20606
|
-
"
|
|
20607
|
-
{
|
|
20608
|
-
"name": "flag",
|
|
20609
|
-
"type": {
|
|
20610
|
-
"text": "T"
|
|
20611
|
-
}
|
|
20612
|
-
}
|
|
20613
|
-
],
|
|
20614
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
20322
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
20615
20323
|
"inheritedFrom": {
|
|
20616
|
-
"name": "
|
|
20617
|
-
"module": "core/
|
|
20324
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20325
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20618
20326
|
}
|
|
20619
20327
|
},
|
|
20620
20328
|
{
|
|
20621
|
-
"
|
|
20622
|
-
"
|
|
20623
|
-
|
|
20624
|
-
"return": {
|
|
20625
|
-
"type": {
|
|
20626
|
-
"text": "void"
|
|
20627
|
-
}
|
|
20329
|
+
"name": "close",
|
|
20330
|
+
"type": {
|
|
20331
|
+
"text": "CustomEvent<{ closeTarget: HTMLElement | null }>"
|
|
20628
20332
|
},
|
|
20333
|
+
"description": "Emits whenever the component is closed.",
|
|
20629
20334
|
"inheritedFrom": {
|
|
20630
|
-
"name": "
|
|
20631
|
-
"module": "core/
|
|
20335
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20336
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20632
20337
|
}
|
|
20633
20338
|
},
|
|
20634
20339
|
{
|
|
20635
|
-
"
|
|
20636
|
-
"name": "_hydrationRequired",
|
|
20340
|
+
"name": "beforeopen",
|
|
20637
20341
|
"type": {
|
|
20638
|
-
"text": "
|
|
20342
|
+
"text": "Event"
|
|
20639
20343
|
},
|
|
20640
|
-
"
|
|
20641
|
-
"default": "!!this.shadowRoot",
|
|
20344
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
20642
20345
|
"inheritedFrom": {
|
|
20643
|
-
"name": "
|
|
20644
|
-
"module": "core/
|
|
20346
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20347
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20645
20348
|
}
|
|
20646
20349
|
},
|
|
20647
20350
|
{
|
|
20648
|
-
"
|
|
20649
|
-
"
|
|
20650
|
-
|
|
20651
|
-
|
|
20351
|
+
"name": "open",
|
|
20352
|
+
"type": {
|
|
20353
|
+
"text": "Event"
|
|
20354
|
+
},
|
|
20355
|
+
"description": "Emits whenever the component is opened.",
|
|
20652
20356
|
"inheritedFrom": {
|
|
20653
|
-
"name": "
|
|
20654
|
-
"module": "core/
|
|
20357
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20358
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20655
20359
|
}
|
|
20656
|
-
}
|
|
20360
|
+
}
|
|
20361
|
+
],
|
|
20362
|
+
"attributes": [
|
|
20657
20363
|
{
|
|
20658
|
-
"
|
|
20659
|
-
"name": "_resolveHydration",
|
|
20364
|
+
"name": "trigger",
|
|
20660
20365
|
"type": {
|
|
20661
|
-
"text": "
|
|
20366
|
+
"text": "HTMLElement | null"
|
|
20662
20367
|
},
|
|
20663
|
-
"
|
|
20664
|
-
"
|
|
20665
|
-
|
|
20666
|
-
|
|
20667
|
-
|
|
20668
|
-
|
|
20368
|
+
"default": "null",
|
|
20369
|
+
"description": "The element that will trigger the popover overlay.\n\nFor attribute usage, provide an id reference.",
|
|
20370
|
+
"fieldName": "trigger"
|
|
20371
|
+
}
|
|
20372
|
+
],
|
|
20373
|
+
"superclass": {
|
|
20374
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20375
|
+
"module": "core/base-elements.js"
|
|
20376
|
+
}
|
|
20377
|
+
},
|
|
20378
|
+
{
|
|
20379
|
+
"kind": "class",
|
|
20380
|
+
"description": "It displays contextual information within a popover.",
|
|
20381
|
+
"name": "SbbPopoverElement",
|
|
20382
|
+
"cssProperties": [
|
|
20383
|
+
{
|
|
20384
|
+
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable. The default `z-index` of the component is set to `var(--sbb-overlay-default-z-index)` with a value of `1000`.",
|
|
20385
|
+
"name": "--sbb-popover-z-index",
|
|
20386
|
+
"default": "var(--sbb-overlay-default-z-index)"
|
|
20387
|
+
}
|
|
20388
|
+
],
|
|
20389
|
+
"slots": [
|
|
20390
|
+
{
|
|
20391
|
+
"description": "Use the unnamed slot to add content into the popover.",
|
|
20392
|
+
"name": ""
|
|
20393
|
+
}
|
|
20394
|
+
],
|
|
20395
|
+
"members": [
|
|
20669
20396
|
{
|
|
20670
20397
|
"kind": "field",
|
|
20671
|
-
"name": "
|
|
20398
|
+
"name": "elementName",
|
|
20672
20399
|
"type": {
|
|
20673
|
-
"text": "
|
|
20400
|
+
"text": "string"
|
|
20674
20401
|
},
|
|
20675
|
-
"privacy": "
|
|
20676
|
-
"
|
|
20402
|
+
"privacy": "public",
|
|
20403
|
+
"static": true,
|
|
20677
20404
|
"readonly": true,
|
|
20678
20405
|
"inheritedFrom": {
|
|
20679
|
-
"name": "
|
|
20680
|
-
"module": "core/
|
|
20406
|
+
"name": "SbbElement",
|
|
20407
|
+
"module": "core/base-elements/element.js"
|
|
20681
20408
|
},
|
|
20682
|
-
"default": "
|
|
20409
|
+
"default": "'sbb-popover'"
|
|
20683
20410
|
},
|
|
20684
20411
|
{
|
|
20685
|
-
"kind": "
|
|
20686
|
-
"name": "
|
|
20687
|
-
"
|
|
20688
|
-
|
|
20689
|
-
"type": {
|
|
20690
|
-
"text": "void"
|
|
20691
|
-
}
|
|
20412
|
+
"kind": "field",
|
|
20413
|
+
"name": "hideCloseButton",
|
|
20414
|
+
"type": {
|
|
20415
|
+
"text": "boolean"
|
|
20692
20416
|
},
|
|
20693
|
-
"
|
|
20694
|
-
|
|
20695
|
-
|
|
20696
|
-
|
|
20697
|
-
|
|
20698
|
-
}
|
|
20699
|
-
},
|
|
20700
|
-
{
|
|
20701
|
-
"name": "force",
|
|
20702
|
-
"optional": true,
|
|
20703
|
-
"type": {
|
|
20704
|
-
"text": "boolean"
|
|
20705
|
-
}
|
|
20706
|
-
}
|
|
20707
|
-
],
|
|
20708
|
-
"inheritedFrom": {
|
|
20709
|
-
"name": "SbbElementInternalsMixin",
|
|
20710
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
20711
|
-
}
|
|
20417
|
+
"privacy": "public",
|
|
20418
|
+
"default": "false",
|
|
20419
|
+
"description": "Whether the close button should be hidden.",
|
|
20420
|
+
"attribute": "hide-close-button",
|
|
20421
|
+
"reflects": true
|
|
20712
20422
|
},
|
|
20713
20423
|
{
|
|
20714
20424
|
"kind": "field",
|
|
20715
|
-
"name": "
|
|
20425
|
+
"name": "hoverTrigger",
|
|
20716
20426
|
"type": {
|
|
20717
20427
|
"text": "boolean"
|
|
20718
20428
|
},
|
|
20719
20429
|
"privacy": "public",
|
|
20720
|
-
"
|
|
20721
|
-
"
|
|
20722
|
-
"
|
|
20723
|
-
"name": "SbbElement",
|
|
20724
|
-
"module": "core/base-elements/element.js"
|
|
20725
|
-
}
|
|
20430
|
+
"default": "false",
|
|
20431
|
+
"description": "Whether the popover should be triggered on hover.",
|
|
20432
|
+
"attribute": "hover-trigger"
|
|
20726
20433
|
},
|
|
20727
20434
|
{
|
|
20728
20435
|
"kind": "field",
|
|
20729
|
-
"name": "
|
|
20436
|
+
"name": "openDelay",
|
|
20437
|
+
"privacy": "public",
|
|
20438
|
+
"description": "Open the popover after a given delay in milliseconds.\nGlobal configuration is used as default, if not set.",
|
|
20439
|
+
"default": "0",
|
|
20730
20440
|
"type": {
|
|
20731
|
-
"text": "
|
|
20441
|
+
"text": "number"
|
|
20732
20442
|
},
|
|
20733
|
-
"
|
|
20734
|
-
|
|
20735
|
-
"name": "SbbElement",
|
|
20736
|
-
"module": "core/base-elements/element.js"
|
|
20737
|
-
}
|
|
20738
|
-
}
|
|
20739
|
-
],
|
|
20740
|
-
"events": [
|
|
20443
|
+
"attribute": "open-delay"
|
|
20444
|
+
},
|
|
20741
20445
|
{
|
|
20742
|
-
"
|
|
20446
|
+
"kind": "field",
|
|
20447
|
+
"name": "_openDelay",
|
|
20743
20448
|
"type": {
|
|
20744
|
-
"text": "
|
|
20449
|
+
"text": "number | undefined"
|
|
20745
20450
|
},
|
|
20746
|
-
"
|
|
20747
|
-
"inheritedFrom": {
|
|
20748
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20749
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20750
|
-
}
|
|
20451
|
+
"privacy": "private"
|
|
20751
20452
|
},
|
|
20752
20453
|
{
|
|
20753
|
-
"
|
|
20454
|
+
"kind": "field",
|
|
20455
|
+
"name": "closeDelay",
|
|
20456
|
+
"privacy": "public",
|
|
20457
|
+
"description": "Close the popover after a given delay in milliseconds.\nGlobal configuration is used as default, if not set.",
|
|
20458
|
+
"default": "0",
|
|
20754
20459
|
"type": {
|
|
20755
|
-
"text": "
|
|
20460
|
+
"text": "number"
|
|
20756
20461
|
},
|
|
20757
|
-
"
|
|
20758
|
-
|
|
20759
|
-
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
20760
|
-
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
20761
|
-
}
|
|
20762
|
-
}
|
|
20763
|
-
],
|
|
20764
|
-
"attributes": [
|
|
20462
|
+
"attribute": "close-delay"
|
|
20463
|
+
},
|
|
20765
20464
|
{
|
|
20766
|
-
"
|
|
20465
|
+
"kind": "field",
|
|
20466
|
+
"name": "_closeDelay",
|
|
20767
20467
|
"type": {
|
|
20768
|
-
"text": "
|
|
20468
|
+
"text": "number | undefined"
|
|
20769
20469
|
},
|
|
20770
|
-
"
|
|
20771
|
-
"default": "'m' / 'xs' (lean)",
|
|
20772
|
-
"fieldName": "size"
|
|
20470
|
+
"privacy": "private"
|
|
20773
20471
|
},
|
|
20774
20472
|
{
|
|
20775
|
-
"
|
|
20473
|
+
"kind": "field",
|
|
20474
|
+
"name": "accessibilityCloseLabel",
|
|
20776
20475
|
"type": {
|
|
20777
|
-
"text": "
|
|
20476
|
+
"text": "string"
|
|
20778
20477
|
},
|
|
20779
|
-
"
|
|
20780
|
-
"
|
|
20781
|
-
"
|
|
20478
|
+
"privacy": "public",
|
|
20479
|
+
"default": "''",
|
|
20480
|
+
"description": "This will be forwarded as aria-label to the close button element.",
|
|
20481
|
+
"attribute": "accessibility-close-label"
|
|
20782
20482
|
},
|
|
20783
20483
|
{
|
|
20784
|
-
"
|
|
20785
|
-
"
|
|
20484
|
+
"kind": "field",
|
|
20485
|
+
"name": "_hoverTrigger",
|
|
20786
20486
|
"type": {
|
|
20787
20487
|
"text": "boolean"
|
|
20788
20488
|
},
|
|
20789
|
-
"
|
|
20489
|
+
"privacy": "private",
|
|
20490
|
+
"default": "false"
|
|
20491
|
+
},
|
|
20492
|
+
{
|
|
20493
|
+
"kind": "field",
|
|
20494
|
+
"name": "_openTimeout",
|
|
20495
|
+
"type": {
|
|
20496
|
+
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
20497
|
+
},
|
|
20498
|
+
"privacy": "private"
|
|
20499
|
+
},
|
|
20500
|
+
{
|
|
20501
|
+
"kind": "field",
|
|
20502
|
+
"name": "_language",
|
|
20503
|
+
"privacy": "private",
|
|
20504
|
+
"default": "new SbbLanguageController(this)"
|
|
20505
|
+
},
|
|
20506
|
+
{
|
|
20507
|
+
"kind": "field",
|
|
20508
|
+
"name": "_overlayAbortController",
|
|
20509
|
+
"type": {
|
|
20510
|
+
"text": "AbortController | null"
|
|
20511
|
+
},
|
|
20512
|
+
"privacy": "private",
|
|
20513
|
+
"default": "null"
|
|
20514
|
+
},
|
|
20515
|
+
{
|
|
20516
|
+
"kind": "method",
|
|
20517
|
+
"name": "configureTrigger",
|
|
20518
|
+
"privacy": "protected",
|
|
20519
|
+
"return": {
|
|
20520
|
+
"type": {
|
|
20521
|
+
"text": "void"
|
|
20522
|
+
}
|
|
20523
|
+
},
|
|
20524
|
+
"parameters": [
|
|
20525
|
+
{
|
|
20526
|
+
"name": "oldTrigger",
|
|
20527
|
+
"type": {
|
|
20528
|
+
"text": "HTMLElement | null"
|
|
20529
|
+
}
|
|
20530
|
+
}
|
|
20531
|
+
],
|
|
20532
|
+
"inheritedFrom": {
|
|
20533
|
+
"name": "SbbPopoverBaseElement",
|
|
20534
|
+
"module": "popover/popover.component.js"
|
|
20535
|
+
}
|
|
20536
|
+
},
|
|
20537
|
+
{
|
|
20538
|
+
"kind": "method",
|
|
20539
|
+
"name": "_registerOverlayListeners",
|
|
20540
|
+
"privacy": "private",
|
|
20541
|
+
"return": {
|
|
20542
|
+
"type": {
|
|
20543
|
+
"text": "void"
|
|
20544
|
+
}
|
|
20545
|
+
}
|
|
20546
|
+
},
|
|
20547
|
+
{
|
|
20548
|
+
"kind": "method",
|
|
20549
|
+
"name": "registerTriggerListeners",
|
|
20550
|
+
"privacy": "protected",
|
|
20551
|
+
"return": {
|
|
20552
|
+
"type": {
|
|
20553
|
+
"text": "void"
|
|
20554
|
+
}
|
|
20555
|
+
},
|
|
20556
|
+
"parameters": [
|
|
20557
|
+
{
|
|
20558
|
+
"name": "signal",
|
|
20559
|
+
"type": {
|
|
20560
|
+
"text": "AbortSignal"
|
|
20561
|
+
}
|
|
20562
|
+
}
|
|
20563
|
+
],
|
|
20790
20564
|
"inheritedFrom": {
|
|
20791
|
-
"name": "
|
|
20792
|
-
"module": "
|
|
20565
|
+
"name": "SbbPopoverBaseElement",
|
|
20566
|
+
"module": "popover/popover.component.js"
|
|
20793
20567
|
}
|
|
20794
20568
|
},
|
|
20795
20569
|
{
|
|
20796
|
-
"
|
|
20797
|
-
"
|
|
20798
|
-
"
|
|
20799
|
-
|
|
20570
|
+
"kind": "method",
|
|
20571
|
+
"name": "open",
|
|
20572
|
+
"privacy": "public",
|
|
20573
|
+
"return": {
|
|
20574
|
+
"type": {
|
|
20575
|
+
"text": "void"
|
|
20576
|
+
}
|
|
20800
20577
|
},
|
|
20801
|
-
"
|
|
20578
|
+
"description": "Opens the popover on trigger click.",
|
|
20802
20579
|
"inheritedFrom": {
|
|
20803
|
-
"name": "
|
|
20804
|
-
"module": "core/
|
|
20580
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20581
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20805
20582
|
}
|
|
20806
20583
|
},
|
|
20807
20584
|
{
|
|
20808
|
-
"
|
|
20809
|
-
"
|
|
20810
|
-
"
|
|
20811
|
-
|
|
20585
|
+
"kind": "method",
|
|
20586
|
+
"name": "close",
|
|
20587
|
+
"privacy": "public",
|
|
20588
|
+
"return": {
|
|
20589
|
+
"type": {
|
|
20590
|
+
"text": "void"
|
|
20591
|
+
}
|
|
20812
20592
|
},
|
|
20813
|
-
"
|
|
20593
|
+
"description": "Closes the popover.",
|
|
20594
|
+
"parameters": [
|
|
20595
|
+
{
|
|
20596
|
+
"name": "target",
|
|
20597
|
+
"optional": true,
|
|
20598
|
+
"type": {
|
|
20599
|
+
"text": "HTMLElement"
|
|
20600
|
+
}
|
|
20601
|
+
}
|
|
20602
|
+
],
|
|
20814
20603
|
"inheritedFrom": {
|
|
20815
|
-
"name": "
|
|
20816
|
-
"module": "core/
|
|
20604
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20605
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
20817
20606
|
}
|
|
20818
20607
|
},
|
|
20819
20608
|
{
|
|
20820
|
-
"
|
|
20821
|
-
"
|
|
20822
|
-
"
|
|
20823
|
-
"type": {
|
|
20824
|
-
"text": "boolean"
|
|
20825
|
-
},
|
|
20826
|
-
"fieldName": "disabled",
|
|
20827
|
-
"inheritedFrom": {
|
|
20828
|
-
"name": "SbbDisabledMixin",
|
|
20829
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
20830
|
-
}
|
|
20609
|
+
"kind": "field",
|
|
20610
|
+
"name": "_onTriggerMouseEnter",
|
|
20611
|
+
"privacy": "private"
|
|
20831
20612
|
},
|
|
20832
20613
|
{
|
|
20833
|
-
"
|
|
20834
|
-
"
|
|
20835
|
-
"
|
|
20836
|
-
|
|
20614
|
+
"kind": "field",
|
|
20615
|
+
"name": "_onTriggerMouseLeave",
|
|
20616
|
+
"privacy": "private"
|
|
20617
|
+
},
|
|
20618
|
+
{
|
|
20619
|
+
"kind": "field",
|
|
20620
|
+
"name": "_onOverlayMouseEnter",
|
|
20621
|
+
"privacy": "private"
|
|
20622
|
+
},
|
|
20623
|
+
{
|
|
20624
|
+
"kind": "field",
|
|
20625
|
+
"name": "_onOverlayMouseLeave",
|
|
20626
|
+
"privacy": "private"
|
|
20627
|
+
},
|
|
20628
|
+
{
|
|
20629
|
+
"kind": "method",
|
|
20630
|
+
"name": "renderContent",
|
|
20631
|
+
"privacy": "protected",
|
|
20632
|
+
"return": {
|
|
20633
|
+
"type": {
|
|
20634
|
+
"text": "TemplateResult"
|
|
20635
|
+
}
|
|
20837
20636
|
},
|
|
20838
|
-
"fieldName": "required",
|
|
20839
20637
|
"inheritedFrom": {
|
|
20840
|
-
"name": "
|
|
20841
|
-
"module": "
|
|
20638
|
+
"name": "SbbPopoverBaseElement",
|
|
20639
|
+
"module": "popover/popover.component.js"
|
|
20842
20640
|
}
|
|
20843
|
-
}
|
|
20844
|
-
],
|
|
20845
|
-
"mixins": [
|
|
20846
|
-
{
|
|
20847
|
-
"name": "SbbRadioButtonCommonElementMixin",
|
|
20848
|
-
"module": "radio-button/common/radio-button-common.js"
|
|
20849
|
-
}
|
|
20850
|
-
],
|
|
20851
|
-
"superclass": {
|
|
20852
|
-
"name": "SbbElement",
|
|
20853
|
-
"module": "core/base-elements.js"
|
|
20854
|
-
},
|
|
20855
|
-
"tagName": "sbb-radio-button",
|
|
20856
|
-
"customElement": true,
|
|
20857
|
-
"classGenerics": "T = string"
|
|
20858
|
-
}
|
|
20859
|
-
],
|
|
20860
|
-
"exports": [
|
|
20861
|
-
{
|
|
20862
|
-
"kind": "js",
|
|
20863
|
-
"name": "SbbRadioButtonElement",
|
|
20864
|
-
"declaration": {
|
|
20865
|
-
"name": "SbbRadioButtonElement",
|
|
20866
|
-
"module": "radio-button/radio-button.component.js"
|
|
20867
|
-
}
|
|
20868
|
-
}
|
|
20869
|
-
]
|
|
20870
|
-
},
|
|
20871
|
-
{
|
|
20872
|
-
"kind": "javascript-module",
|
|
20873
|
-
"path": "radio-button/radio-button.js",
|
|
20874
|
-
"declarations": [],
|
|
20875
|
-
"exports": [
|
|
20876
|
-
{
|
|
20877
|
-
"kind": "js",
|
|
20878
|
-
"name": "*",
|
|
20879
|
-
"declaration": {
|
|
20880
|
-
"name": "*",
|
|
20881
|
-
"module": "radio-button/radio-button.component.js"
|
|
20882
|
-
}
|
|
20883
|
-
}
|
|
20884
|
-
]
|
|
20885
|
-
},
|
|
20886
|
-
{
|
|
20887
|
-
"kind": "javascript-module",
|
|
20888
|
-
"path": "popover/popover.component.js",
|
|
20889
|
-
"declarations": [
|
|
20890
|
-
{
|
|
20891
|
-
"kind": "class",
|
|
20892
|
-
"description": "",
|
|
20893
|
-
"name": "SbbPopoverBaseElement",
|
|
20894
|
-
"members": [
|
|
20641
|
+
},
|
|
20895
20642
|
{
|
|
20896
20643
|
"kind": "field",
|
|
20897
20644
|
"name": "trigger",
|
|
@@ -20901,7 +20648,11 @@
|
|
|
20901
20648
|
"privacy": "public",
|
|
20902
20649
|
"default": "null",
|
|
20903
20650
|
"description": "The element that will trigger the popover overlay.\n\nFor attribute usage, provide an id reference.",
|
|
20904
|
-
"attribute": "trigger"
|
|
20651
|
+
"attribute": "trigger",
|
|
20652
|
+
"inheritedFrom": {
|
|
20653
|
+
"name": "SbbPopoverBaseElement",
|
|
20654
|
+
"module": "popover/popover.component.js"
|
|
20655
|
+
}
|
|
20905
20656
|
},
|
|
20906
20657
|
{
|
|
20907
20658
|
"kind": "field",
|
|
@@ -20909,7 +20660,11 @@
|
|
|
20909
20660
|
"type": {
|
|
20910
20661
|
"text": "HTMLElement | undefined"
|
|
20911
20662
|
},
|
|
20912
|
-
"privacy": "private"
|
|
20663
|
+
"privacy": "private",
|
|
20664
|
+
"inheritedFrom": {
|
|
20665
|
+
"name": "SbbPopoverBaseElement",
|
|
20666
|
+
"module": "popover/popover.component.js"
|
|
20667
|
+
}
|
|
20913
20668
|
},
|
|
20914
20669
|
{
|
|
20915
20670
|
"kind": "field",
|
|
@@ -20918,7 +20673,11 @@
|
|
|
20918
20673
|
"text": "boolean"
|
|
20919
20674
|
},
|
|
20920
20675
|
"privacy": "private",
|
|
20921
|
-
"default": "false"
|
|
20676
|
+
"default": "false",
|
|
20677
|
+
"inheritedFrom": {
|
|
20678
|
+
"name": "SbbPopoverBaseElement",
|
|
20679
|
+
"module": "popover/popover.component.js"
|
|
20680
|
+
}
|
|
20922
20681
|
},
|
|
20923
20682
|
{
|
|
20924
20683
|
"kind": "field",
|
|
@@ -20926,7 +20685,11 @@
|
|
|
20926
20685
|
"type": {
|
|
20927
20686
|
"text": "HTMLElement | undefined"
|
|
20928
20687
|
},
|
|
20929
|
-
"privacy": "private"
|
|
20688
|
+
"privacy": "private",
|
|
20689
|
+
"inheritedFrom": {
|
|
20690
|
+
"name": "SbbPopoverBaseElement",
|
|
20691
|
+
"module": "popover/popover.component.js"
|
|
20692
|
+
}
|
|
20930
20693
|
},
|
|
20931
20694
|
{
|
|
20932
20695
|
"kind": "field",
|
|
@@ -20934,7 +20697,11 @@
|
|
|
20934
20697
|
"type": {
|
|
20935
20698
|
"text": "boolean | undefined"
|
|
20936
20699
|
},
|
|
20937
|
-
"privacy": "private"
|
|
20700
|
+
"privacy": "private",
|
|
20701
|
+
"inheritedFrom": {
|
|
20702
|
+
"name": "SbbPopoverBaseElement",
|
|
20703
|
+
"module": "popover/popover.component.js"
|
|
20704
|
+
}
|
|
20938
20705
|
},
|
|
20939
20706
|
{
|
|
20940
20707
|
"kind": "field",
|
|
@@ -20942,7 +20709,11 @@
|
|
|
20942
20709
|
"type": {
|
|
20943
20710
|
"text": "HTMLElement | null | undefined"
|
|
20944
20711
|
},
|
|
20945
|
-
"privacy": "private"
|
|
20712
|
+
"privacy": "private",
|
|
20713
|
+
"inheritedFrom": {
|
|
20714
|
+
"name": "SbbPopoverBaseElement",
|
|
20715
|
+
"module": "popover/popover.component.js"
|
|
20716
|
+
}
|
|
20946
20717
|
},
|
|
20947
20718
|
{
|
|
20948
20719
|
"kind": "field",
|
|
@@ -20950,7 +20721,11 @@
|
|
|
20950
20721
|
"type": {
|
|
20951
20722
|
"text": "AbortController | undefined"
|
|
20952
20723
|
},
|
|
20953
|
-
"privacy": "private"
|
|
20724
|
+
"privacy": "private",
|
|
20725
|
+
"inheritedFrom": {
|
|
20726
|
+
"name": "SbbPopoverBaseElement",
|
|
20727
|
+
"module": "popover/popover.component.js"
|
|
20728
|
+
}
|
|
20954
20729
|
},
|
|
20955
20730
|
{
|
|
20956
20731
|
"kind": "field",
|
|
@@ -20958,19 +20733,31 @@
|
|
|
20958
20733
|
"type": {
|
|
20959
20734
|
"text": "AbortController | undefined"
|
|
20960
20735
|
},
|
|
20961
|
-
"privacy": "private"
|
|
20736
|
+
"privacy": "private",
|
|
20737
|
+
"inheritedFrom": {
|
|
20738
|
+
"name": "SbbPopoverBaseElement",
|
|
20739
|
+
"module": "popover/popover.component.js"
|
|
20740
|
+
}
|
|
20962
20741
|
},
|
|
20963
20742
|
{
|
|
20964
20743
|
"kind": "field",
|
|
20965
20744
|
"name": "_escapableOverlayController",
|
|
20966
20745
|
"privacy": "private",
|
|
20967
|
-
"default": "new SbbEscapableOverlayController(this)"
|
|
20746
|
+
"default": "new SbbEscapableOverlayController(this)",
|
|
20747
|
+
"inheritedFrom": {
|
|
20748
|
+
"name": "SbbPopoverBaseElement",
|
|
20749
|
+
"module": "popover/popover.component.js"
|
|
20750
|
+
}
|
|
20968
20751
|
},
|
|
20969
20752
|
{
|
|
20970
20753
|
"kind": "field",
|
|
20971
20754
|
"name": "_focusTrapController",
|
|
20972
20755
|
"privacy": "private",
|
|
20973
|
-
"default": "new SbbFocusTrapController(this)"
|
|
20756
|
+
"default": "new SbbFocusTrapController(this)",
|
|
20757
|
+
"inheritedFrom": {
|
|
20758
|
+
"name": "SbbPopoverBaseElement",
|
|
20759
|
+
"module": "popover/popover.component.js"
|
|
20760
|
+
}
|
|
20974
20761
|
},
|
|
20975
20762
|
{
|
|
20976
20763
|
"kind": "field",
|
|
@@ -20979,7 +20766,11 @@
|
|
|
20979
20766
|
"text": "ReturnType<typeof setTimeout> | null"
|
|
20980
20767
|
},
|
|
20981
20768
|
"privacy": "private",
|
|
20982
|
-
"default": "null"
|
|
20769
|
+
"default": "null",
|
|
20770
|
+
"inheritedFrom": {
|
|
20771
|
+
"name": "SbbPopoverBaseElement",
|
|
20772
|
+
"module": "popover/popover.component.js"
|
|
20773
|
+
}
|
|
20983
20774
|
},
|
|
20984
20775
|
{
|
|
20985
20776
|
"kind": "field",
|
|
@@ -20987,7 +20778,11 @@
|
|
|
20987
20778
|
"type": {
|
|
20988
20779
|
"text": "ReturnType<typeof setTimeout> | undefined"
|
|
20989
20780
|
},
|
|
20990
|
-
"privacy": "protected"
|
|
20781
|
+
"privacy": "protected",
|
|
20782
|
+
"inheritedFrom": {
|
|
20783
|
+
"name": "SbbPopoverBaseElement",
|
|
20784
|
+
"module": "popover/popover.component.js"
|
|
20785
|
+
}
|
|
20991
20786
|
},
|
|
20992
20787
|
{
|
|
20993
20788
|
"kind": "field",
|
|
@@ -20995,45 +20790,10 @@
|
|
|
20995
20790
|
"type": {
|
|
20996
20791
|
"text": "HTMLDivElement | undefined"
|
|
20997
20792
|
},
|
|
20998
|
-
"privacy": "protected"
|
|
20999
|
-
},
|
|
21000
|
-
{
|
|
21001
|
-
"kind": "method",
|
|
21002
|
-
"name": "open",
|
|
21003
|
-
"privacy": "public",
|
|
21004
|
-
"return": {
|
|
21005
|
-
"type": {
|
|
21006
|
-
"text": "void"
|
|
21007
|
-
}
|
|
21008
|
-
},
|
|
21009
|
-
"description": "Opens the popover on trigger click.",
|
|
21010
|
-
"inheritedFrom": {
|
|
21011
|
-
"name": "SbbOpenCloseBaseElement",
|
|
21012
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
21013
|
-
}
|
|
21014
|
-
},
|
|
21015
|
-
{
|
|
21016
|
-
"kind": "method",
|
|
21017
|
-
"name": "close",
|
|
21018
|
-
"privacy": "public",
|
|
21019
|
-
"return": {
|
|
21020
|
-
"type": {
|
|
21021
|
-
"text": "void"
|
|
21022
|
-
}
|
|
21023
|
-
},
|
|
21024
|
-
"description": "Closes the popover.",
|
|
21025
|
-
"parameters": [
|
|
21026
|
-
{
|
|
21027
|
-
"name": "target",
|
|
21028
|
-
"optional": true,
|
|
21029
|
-
"type": {
|
|
21030
|
-
"text": "HTMLElement"
|
|
21031
|
-
}
|
|
21032
|
-
}
|
|
21033
|
-
],
|
|
20793
|
+
"privacy": "protected",
|
|
21034
20794
|
"inheritedFrom": {
|
|
21035
|
-
"name": "
|
|
21036
|
-
"module": "
|
|
20795
|
+
"name": "SbbPopoverBaseElement",
|
|
20796
|
+
"module": "popover/popover.component.js"
|
|
21037
20797
|
}
|
|
21038
20798
|
},
|
|
21039
20799
|
{
|
|
@@ -21044,6 +20804,10 @@
|
|
|
21044
20804
|
"type": {
|
|
21045
20805
|
"text": "boolean"
|
|
21046
20806
|
}
|
|
20807
|
+
},
|
|
20808
|
+
"inheritedFrom": {
|
|
20809
|
+
"name": "SbbPopoverBaseElement",
|
|
20810
|
+
"module": "popover/popover.component.js"
|
|
21047
20811
|
}
|
|
21048
20812
|
},
|
|
21049
20813
|
{
|
|
@@ -21054,6 +20818,10 @@
|
|
|
21054
20818
|
"type": {
|
|
21055
20819
|
"text": "void"
|
|
21056
20820
|
}
|
|
20821
|
+
},
|
|
20822
|
+
"inheritedFrom": {
|
|
20823
|
+
"name": "SbbPopoverBaseElement",
|
|
20824
|
+
"module": "popover/popover.component.js"
|
|
21057
20825
|
}
|
|
21058
20826
|
},
|
|
21059
20827
|
{
|
|
@@ -21064,53 +20832,25 @@
|
|
|
21064
20832
|
"type": {
|
|
21065
20833
|
"text": "void"
|
|
21066
20834
|
}
|
|
20835
|
+
},
|
|
20836
|
+
"inheritedFrom": {
|
|
20837
|
+
"name": "SbbPopoverBaseElement",
|
|
20838
|
+
"module": "popover/popover.component.js"
|
|
21067
20839
|
}
|
|
21068
20840
|
},
|
|
21069
20841
|
{
|
|
21070
20842
|
"kind": "method",
|
|
21071
20843
|
"name": "_configureTrigger",
|
|
21072
20844
|
"privacy": "private",
|
|
21073
|
-
"return": {
|
|
21074
|
-
"type": {
|
|
21075
|
-
"text": "void"
|
|
21076
|
-
}
|
|
21077
|
-
}
|
|
21078
|
-
},
|
|
21079
|
-
{
|
|
21080
|
-
"kind": "method",
|
|
21081
|
-
"name": "configureTrigger",
|
|
21082
|
-
"privacy": "protected",
|
|
21083
|
-
"return": {
|
|
21084
|
-
"type": {
|
|
21085
|
-
"text": "void"
|
|
21086
|
-
}
|
|
21087
|
-
},
|
|
21088
|
-
"parameters": [
|
|
21089
|
-
{
|
|
21090
|
-
"name": "_oldTrigger",
|
|
21091
|
-
"type": {
|
|
21092
|
-
"text": "HTMLElement | null"
|
|
21093
|
-
}
|
|
21094
|
-
}
|
|
21095
|
-
]
|
|
21096
|
-
},
|
|
21097
|
-
{
|
|
21098
|
-
"kind": "method",
|
|
21099
|
-
"name": "registerTriggerListeners",
|
|
21100
|
-
"privacy": "protected",
|
|
21101
20845
|
"return": {
|
|
21102
20846
|
"type": {
|
|
21103
20847
|
"text": "void"
|
|
21104
20848
|
}
|
|
21105
20849
|
},
|
|
21106
|
-
"
|
|
21107
|
-
|
|
21108
|
-
|
|
21109
|
-
|
|
21110
|
-
"text": "AbortSignal"
|
|
21111
|
-
}
|
|
21112
|
-
}
|
|
21113
|
-
]
|
|
20850
|
+
"inheritedFrom": {
|
|
20851
|
+
"name": "SbbPopoverBaseElement",
|
|
20852
|
+
"module": "popover/popover.component.js"
|
|
20853
|
+
}
|
|
21114
20854
|
},
|
|
21115
20855
|
{
|
|
21116
20856
|
"kind": "method",
|
|
@@ -21120,6 +20860,10 @@
|
|
|
21120
20860
|
"type": {
|
|
21121
20861
|
"text": "void"
|
|
21122
20862
|
}
|
|
20863
|
+
},
|
|
20864
|
+
"inheritedFrom": {
|
|
20865
|
+
"name": "SbbPopoverBaseElement",
|
|
20866
|
+
"module": "popover/popover.component.js"
|
|
21123
20867
|
}
|
|
21124
20868
|
},
|
|
21125
20869
|
{
|
|
@@ -21138,17 +20882,29 @@
|
|
|
21138
20882
|
"text": "Event"
|
|
21139
20883
|
}
|
|
21140
20884
|
}
|
|
21141
|
-
]
|
|
20885
|
+
],
|
|
20886
|
+
"inheritedFrom": {
|
|
20887
|
+
"name": "SbbPopoverBaseElement",
|
|
20888
|
+
"module": "popover/popover.component.js"
|
|
20889
|
+
}
|
|
21142
20890
|
},
|
|
21143
20891
|
{
|
|
21144
20892
|
"kind": "field",
|
|
21145
20893
|
"name": "_pointerDownListener",
|
|
21146
|
-
"privacy": "private"
|
|
20894
|
+
"privacy": "private",
|
|
20895
|
+
"inheritedFrom": {
|
|
20896
|
+
"name": "SbbPopoverBaseElement",
|
|
20897
|
+
"module": "popover/popover.component.js"
|
|
20898
|
+
}
|
|
21147
20899
|
},
|
|
21148
20900
|
{
|
|
21149
20901
|
"kind": "field",
|
|
21150
20902
|
"name": "_closeOnBackdropClick",
|
|
21151
|
-
"privacy": "private"
|
|
20903
|
+
"privacy": "private",
|
|
20904
|
+
"inheritedFrom": {
|
|
20905
|
+
"name": "SbbPopoverBaseElement",
|
|
20906
|
+
"module": "popover/popover.component.js"
|
|
20907
|
+
}
|
|
21152
20908
|
},
|
|
21153
20909
|
{
|
|
21154
20910
|
"kind": "method",
|
|
@@ -21166,7 +20922,11 @@
|
|
|
21166
20922
|
"text": "AnimationEvent"
|
|
21167
20923
|
}
|
|
21168
20924
|
}
|
|
21169
|
-
]
|
|
20925
|
+
],
|
|
20926
|
+
"inheritedFrom": {
|
|
20927
|
+
"name": "SbbPopoverBaseElement",
|
|
20928
|
+
"module": "popover/popover.component.js"
|
|
20929
|
+
}
|
|
21170
20930
|
},
|
|
21171
20931
|
{
|
|
21172
20932
|
"kind": "method",
|
|
@@ -21176,6 +20936,10 @@
|
|
|
21176
20936
|
"type": {
|
|
21177
20937
|
"text": "void"
|
|
21178
20938
|
}
|
|
20939
|
+
},
|
|
20940
|
+
"inheritedFrom": {
|
|
20941
|
+
"name": "SbbPopoverBaseElement",
|
|
20942
|
+
"module": "popover/popover.component.js"
|
|
21179
20943
|
}
|
|
21180
20944
|
},
|
|
21181
20945
|
{
|
|
@@ -21186,21 +20950,38 @@
|
|
|
21186
20950
|
"type": {
|
|
21187
20951
|
"text": "void"
|
|
21188
20952
|
}
|
|
20953
|
+
},
|
|
20954
|
+
"inheritedFrom": {
|
|
20955
|
+
"name": "SbbPopoverBaseElement",
|
|
20956
|
+
"module": "popover/popover.component.js"
|
|
21189
20957
|
}
|
|
21190
20958
|
},
|
|
21191
20959
|
{
|
|
21192
20960
|
"kind": "method",
|
|
21193
|
-
"name": "
|
|
20961
|
+
"name": "dispatchBeforeCloseEvent",
|
|
21194
20962
|
"privacy": "protected",
|
|
21195
20963
|
"return": {
|
|
21196
20964
|
"type": {
|
|
21197
|
-
"text": "
|
|
20965
|
+
"text": "boolean"
|
|
21198
20966
|
}
|
|
20967
|
+
},
|
|
20968
|
+
"parameters": [
|
|
20969
|
+
{
|
|
20970
|
+
"name": "detail",
|
|
20971
|
+
"optional": true,
|
|
20972
|
+
"type": {
|
|
20973
|
+
"text": "{\n closeTarget: HTMLElement | null;\n }"
|
|
20974
|
+
}
|
|
20975
|
+
}
|
|
20976
|
+
],
|
|
20977
|
+
"inheritedFrom": {
|
|
20978
|
+
"name": "SbbOpenCloseBaseElement",
|
|
20979
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
21199
20980
|
}
|
|
21200
20981
|
},
|
|
21201
20982
|
{
|
|
21202
20983
|
"kind": "method",
|
|
21203
|
-
"name": "
|
|
20984
|
+
"name": "dispatchCloseEvent",
|
|
21204
20985
|
"privacy": "protected",
|
|
21205
20986
|
"return": {
|
|
21206
20987
|
"type": {
|
|
@@ -21212,853 +20993,1129 @@
|
|
|
21212
20993
|
"name": "detail",
|
|
21213
20994
|
"optional": true,
|
|
21214
20995
|
"type": {
|
|
21215
|
-
"text": "{
|
|
20996
|
+
"text": "{ closeTarget: HTMLElement | null }"
|
|
21216
20997
|
}
|
|
21217
20998
|
}
|
|
21218
20999
|
],
|
|
21219
21000
|
"inheritedFrom": {
|
|
21220
|
-
"name": "SbbOpenCloseBaseElement",
|
|
21221
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
21222
|
-
}
|
|
21001
|
+
"name": "SbbOpenCloseBaseElement",
|
|
21002
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
21003
|
+
}
|
|
21004
|
+
},
|
|
21005
|
+
{
|
|
21006
|
+
"kind": "field",
|
|
21007
|
+
"name": "events",
|
|
21008
|
+
"privacy": "public",
|
|
21009
|
+
"static": true,
|
|
21010
|
+
"readonly": true,
|
|
21011
|
+
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
21012
|
+
"type": {
|
|
21013
|
+
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
21014
|
+
},
|
|
21015
|
+
"inheritedFrom": {
|
|
21016
|
+
"name": "SbbOpenCloseBaseElement",
|
|
21017
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
21018
|
+
}
|
|
21019
|
+
},
|
|
21020
|
+
{
|
|
21021
|
+
"kind": "field",
|
|
21022
|
+
"name": "state",
|
|
21023
|
+
"privacy": "protected",
|
|
21024
|
+
"description": "The state of the component.",
|
|
21025
|
+
"type": {
|
|
21026
|
+
"text": "SbbOpenedClosedState"
|
|
21027
|
+
},
|
|
21028
|
+
"default": "'closed'",
|
|
21029
|
+
"inheritedFrom": {
|
|
21030
|
+
"name": "SbbOpenCloseBaseElement",
|
|
21031
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
21032
|
+
}
|
|
21033
|
+
},
|
|
21034
|
+
{
|
|
21035
|
+
"kind": "field",
|
|
21036
|
+
"name": "_state",
|
|
21037
|
+
"type": {
|
|
21038
|
+
"text": "SbbOpenedClosedState"
|
|
21039
|
+
},
|
|
21040
|
+
"privacy": "private",
|
|
21041
|
+
"inheritedFrom": {
|
|
21042
|
+
"name": "SbbOpenCloseBaseElement",
|
|
21043
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
21044
|
+
}
|
|
21045
|
+
},
|
|
21046
|
+
{
|
|
21047
|
+
"kind": "field",
|
|
21048
|
+
"name": "isOpen",
|
|
21049
|
+
"type": {
|
|
21050
|
+
"text": "boolean"
|
|
21051
|
+
},
|
|
21052
|
+
"privacy": "public",
|
|
21053
|
+
"description": "Whether the element is open.",
|
|
21054
|
+
"readonly": true,
|
|
21055
|
+
"inheritedFrom": {
|
|
21056
|
+
"name": "SbbOpenCloseBaseElement",
|
|
21057
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
21058
|
+
}
|
|
21059
|
+
},
|
|
21060
|
+
{
|
|
21061
|
+
"kind": "method",
|
|
21062
|
+
"name": "escapeStrategy",
|
|
21063
|
+
"privacy": "public",
|
|
21064
|
+
"return": {
|
|
21065
|
+
"type": {
|
|
21066
|
+
"text": "void"
|
|
21067
|
+
}
|
|
21068
|
+
},
|
|
21069
|
+
"description": "The method which is called on escape key press. Defaults to calling close()",
|
|
21070
|
+
"inheritedFrom": {
|
|
21071
|
+
"name": "SbbOpenCloseBaseElement",
|
|
21072
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
21073
|
+
}
|
|
21074
|
+
},
|
|
21075
|
+
{
|
|
21076
|
+
"kind": "method",
|
|
21077
|
+
"name": "dispatchBeforeOpenEvent",
|
|
21078
|
+
"privacy": "protected",
|
|
21079
|
+
"return": {
|
|
21080
|
+
"type": {
|
|
21081
|
+
"text": "boolean"
|
|
21082
|
+
}
|
|
21083
|
+
},
|
|
21084
|
+
"inheritedFrom": {
|
|
21085
|
+
"name": "SbbOpenCloseBaseElement",
|
|
21086
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
21087
|
+
}
|
|
21088
|
+
},
|
|
21089
|
+
{
|
|
21090
|
+
"kind": "method",
|
|
21091
|
+
"name": "dispatchOpenEvent",
|
|
21092
|
+
"privacy": "protected",
|
|
21093
|
+
"return": {
|
|
21094
|
+
"type": {
|
|
21095
|
+
"text": "boolean"
|
|
21096
|
+
}
|
|
21097
|
+
},
|
|
21098
|
+
"inheritedFrom": {
|
|
21099
|
+
"name": "SbbOpenCloseBaseElement",
|
|
21100
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
21101
|
+
}
|
|
21102
|
+
},
|
|
21103
|
+
{
|
|
21104
|
+
"kind": "field",
|
|
21105
|
+
"name": "_hydrationRequired",
|
|
21106
|
+
"type": {
|
|
21107
|
+
"text": "boolean"
|
|
21108
|
+
},
|
|
21109
|
+
"privacy": "private",
|
|
21110
|
+
"default": "!!this.shadowRoot",
|
|
21111
|
+
"inheritedFrom": {
|
|
21112
|
+
"name": "SbbHydrationMixin",
|
|
21113
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
21114
|
+
}
|
|
21115
|
+
},
|
|
21116
|
+
{
|
|
21117
|
+
"kind": "field",
|
|
21118
|
+
"name": "_hydrationComplete",
|
|
21119
|
+
"privacy": "private",
|
|
21120
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
21121
|
+
"inheritedFrom": {
|
|
21122
|
+
"name": "SbbHydrationMixin",
|
|
21123
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
21124
|
+
}
|
|
21125
|
+
},
|
|
21126
|
+
{
|
|
21127
|
+
"kind": "field",
|
|
21128
|
+
"name": "_resolveHydration",
|
|
21129
|
+
"type": {
|
|
21130
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
21131
|
+
},
|
|
21132
|
+
"privacy": "private",
|
|
21133
|
+
"inheritedFrom": {
|
|
21134
|
+
"name": "SbbHydrationMixin",
|
|
21135
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
21136
|
+
}
|
|
21137
|
+
},
|
|
21138
|
+
{
|
|
21139
|
+
"kind": "field",
|
|
21140
|
+
"name": "hydrationRequired",
|
|
21141
|
+
"type": {
|
|
21142
|
+
"text": "boolean"
|
|
21143
|
+
},
|
|
21144
|
+
"privacy": "protected",
|
|
21145
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
21146
|
+
"readonly": true,
|
|
21147
|
+
"inheritedFrom": {
|
|
21148
|
+
"name": "SbbHydrationMixin",
|
|
21149
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
21150
|
+
},
|
|
21151
|
+
"default": "!!this.shadowRoot"
|
|
21223
21152
|
},
|
|
21224
21153
|
{
|
|
21225
21154
|
"kind": "method",
|
|
21226
|
-
"name": "
|
|
21155
|
+
"name": "toggleState",
|
|
21227
21156
|
"privacy": "protected",
|
|
21228
21157
|
"return": {
|
|
21229
21158
|
"type": {
|
|
21230
|
-
"text": "
|
|
21159
|
+
"text": "void"
|
|
21231
21160
|
}
|
|
21232
21161
|
},
|
|
21233
21162
|
"parameters": [
|
|
21234
21163
|
{
|
|
21235
|
-
"name": "
|
|
21164
|
+
"name": "value",
|
|
21165
|
+
"type": {
|
|
21166
|
+
"text": "string"
|
|
21167
|
+
}
|
|
21168
|
+
},
|
|
21169
|
+
{
|
|
21170
|
+
"name": "force",
|
|
21236
21171
|
"optional": true,
|
|
21237
21172
|
"type": {
|
|
21238
|
-
"text": "
|
|
21173
|
+
"text": "boolean"
|
|
21239
21174
|
}
|
|
21240
21175
|
}
|
|
21241
21176
|
],
|
|
21242
21177
|
"inheritedFrom": {
|
|
21243
|
-
"name": "
|
|
21244
|
-
"module": "core/
|
|
21178
|
+
"name": "SbbElementInternalsMixin",
|
|
21179
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
21245
21180
|
}
|
|
21246
21181
|
},
|
|
21247
21182
|
{
|
|
21248
21183
|
"kind": "field",
|
|
21249
|
-
"name": "
|
|
21250
|
-
"privacy": "public",
|
|
21251
|
-
"static": true,
|
|
21252
|
-
"readonly": true,
|
|
21253
|
-
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
21184
|
+
"name": "['_$sbbElement$']",
|
|
21254
21185
|
"type": {
|
|
21255
|
-
"text": "
|
|
21186
|
+
"text": "boolean"
|
|
21256
21187
|
},
|
|
21188
|
+
"privacy": "public",
|
|
21189
|
+
"static": true,
|
|
21190
|
+
"default": "true",
|
|
21257
21191
|
"inheritedFrom": {
|
|
21258
|
-
"name": "
|
|
21259
|
-
"module": "core/base-elements/
|
|
21192
|
+
"name": "SbbElement",
|
|
21193
|
+
"module": "core/base-elements/element.js"
|
|
21260
21194
|
}
|
|
21261
21195
|
},
|
|
21262
21196
|
{
|
|
21263
21197
|
"kind": "field",
|
|
21264
|
-
"name": "
|
|
21265
|
-
"privacy": "protected",
|
|
21266
|
-
"description": "The state of the component.",
|
|
21198
|
+
"name": "_controllers",
|
|
21267
21199
|
"type": {
|
|
21268
|
-
"text": "
|
|
21200
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
21269
21201
|
},
|
|
21270
|
-
"
|
|
21202
|
+
"privacy": "private",
|
|
21271
21203
|
"inheritedFrom": {
|
|
21272
|
-
"name": "
|
|
21273
|
-
"module": "core/base-elements/
|
|
21204
|
+
"name": "SbbElement",
|
|
21205
|
+
"module": "core/base-elements/element.js"
|
|
21274
21206
|
}
|
|
21207
|
+
}
|
|
21208
|
+
],
|
|
21209
|
+
"attributes": [
|
|
21210
|
+
{
|
|
21211
|
+
"name": "hide-close-button",
|
|
21212
|
+
"type": {
|
|
21213
|
+
"text": "boolean"
|
|
21214
|
+
},
|
|
21215
|
+
"default": "false",
|
|
21216
|
+
"description": "Whether the close button should be hidden.",
|
|
21217
|
+
"fieldName": "hideCloseButton"
|
|
21275
21218
|
},
|
|
21276
21219
|
{
|
|
21277
|
-
"
|
|
21278
|
-
"name": "_state",
|
|
21220
|
+
"name": "hover-trigger",
|
|
21279
21221
|
"type": {
|
|
21280
|
-
"text": "
|
|
21222
|
+
"text": "boolean"
|
|
21281
21223
|
},
|
|
21282
|
-
"
|
|
21224
|
+
"default": "false",
|
|
21225
|
+
"description": "Whether the popover should be triggered on hover.",
|
|
21226
|
+
"fieldName": "hoverTrigger"
|
|
21227
|
+
},
|
|
21228
|
+
{
|
|
21229
|
+
"name": "open-delay",
|
|
21230
|
+
"description": "Open the popover after a given delay in milliseconds.\nGlobal configuration is used as default, if not set.",
|
|
21231
|
+
"default": "0",
|
|
21232
|
+
"type": {
|
|
21233
|
+
"text": "number"
|
|
21234
|
+
},
|
|
21235
|
+
"fieldName": "openDelay"
|
|
21236
|
+
},
|
|
21237
|
+
{
|
|
21238
|
+
"name": "close-delay",
|
|
21239
|
+
"description": "Close the popover after a given delay in milliseconds.\nGlobal configuration is used as default, if not set.",
|
|
21240
|
+
"default": "0",
|
|
21241
|
+
"type": {
|
|
21242
|
+
"text": "number"
|
|
21243
|
+
},
|
|
21244
|
+
"fieldName": "closeDelay"
|
|
21245
|
+
},
|
|
21246
|
+
{
|
|
21247
|
+
"name": "accessibility-close-label",
|
|
21248
|
+
"type": {
|
|
21249
|
+
"text": "string"
|
|
21250
|
+
},
|
|
21251
|
+
"default": "''",
|
|
21252
|
+
"description": "This will be forwarded as aria-label to the close button element.",
|
|
21253
|
+
"fieldName": "accessibilityCloseLabel"
|
|
21254
|
+
},
|
|
21255
|
+
{
|
|
21256
|
+
"name": "trigger",
|
|
21257
|
+
"type": {
|
|
21258
|
+
"text": "HTMLElement | null"
|
|
21259
|
+
},
|
|
21260
|
+
"default": "null",
|
|
21261
|
+
"description": "The element that will trigger the popover overlay.\n\nFor attribute usage, provide an id reference.",
|
|
21262
|
+
"fieldName": "trigger",
|
|
21263
|
+
"inheritedFrom": {
|
|
21264
|
+
"name": "SbbPopoverBaseElement",
|
|
21265
|
+
"module": "popover/popover.component.js"
|
|
21266
|
+
}
|
|
21267
|
+
}
|
|
21268
|
+
],
|
|
21269
|
+
"superclass": {
|
|
21270
|
+
"name": "SbbPopoverBaseElement",
|
|
21271
|
+
"module": "popover/popover.component.js"
|
|
21272
|
+
},
|
|
21273
|
+
"tagName": "sbb-popover",
|
|
21274
|
+
"customElement": true,
|
|
21275
|
+
"events": [
|
|
21276
|
+
{
|
|
21277
|
+
"name": "beforeclose",
|
|
21278
|
+
"type": {
|
|
21279
|
+
"text": "CustomEvent<{ closeTarget: HTMLElement | null }>"
|
|
21280
|
+
},
|
|
21281
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
21283
21282
|
"inheritedFrom": {
|
|
21284
21283
|
"name": "SbbOpenCloseBaseElement",
|
|
21285
21284
|
"module": "core/base-elements/open-close-base-element.js"
|
|
21286
21285
|
}
|
|
21287
21286
|
},
|
|
21288
21287
|
{
|
|
21289
|
-
"
|
|
21290
|
-
"name": "isOpen",
|
|
21288
|
+
"name": "close",
|
|
21291
21289
|
"type": {
|
|
21292
|
-
"text": "
|
|
21290
|
+
"text": "CustomEvent<{ closeTarget: HTMLElement | null }>"
|
|
21293
21291
|
},
|
|
21294
|
-
"
|
|
21295
|
-
"description": "Whether the element is open.",
|
|
21296
|
-
"readonly": true,
|
|
21292
|
+
"description": "Emits whenever the component is closed.",
|
|
21297
21293
|
"inheritedFrom": {
|
|
21298
21294
|
"name": "SbbOpenCloseBaseElement",
|
|
21299
21295
|
"module": "core/base-elements/open-close-base-element.js"
|
|
21300
21296
|
}
|
|
21301
21297
|
},
|
|
21302
21298
|
{
|
|
21303
|
-
"
|
|
21304
|
-
"
|
|
21305
|
-
|
|
21306
|
-
"return": {
|
|
21307
|
-
"type": {
|
|
21308
|
-
"text": "void"
|
|
21309
|
-
}
|
|
21299
|
+
"name": "beforeopen",
|
|
21300
|
+
"type": {
|
|
21301
|
+
"text": "Event"
|
|
21310
21302
|
},
|
|
21311
|
-
"description": "
|
|
21303
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
21312
21304
|
"inheritedFrom": {
|
|
21313
21305
|
"name": "SbbOpenCloseBaseElement",
|
|
21314
21306
|
"module": "core/base-elements/open-close-base-element.js"
|
|
21315
21307
|
}
|
|
21316
21308
|
},
|
|
21317
21309
|
{
|
|
21318
|
-
"
|
|
21319
|
-
"
|
|
21320
|
-
|
|
21321
|
-
"return": {
|
|
21322
|
-
"type": {
|
|
21323
|
-
"text": "boolean"
|
|
21324
|
-
}
|
|
21310
|
+
"name": "open",
|
|
21311
|
+
"type": {
|
|
21312
|
+
"text": "Event"
|
|
21325
21313
|
},
|
|
21314
|
+
"description": "Emits whenever the component is opened.",
|
|
21326
21315
|
"inheritedFrom": {
|
|
21327
21316
|
"name": "SbbOpenCloseBaseElement",
|
|
21328
21317
|
"module": "core/base-elements/open-close-base-element.js"
|
|
21329
21318
|
}
|
|
21330
|
-
}
|
|
21319
|
+
}
|
|
21320
|
+
]
|
|
21321
|
+
}
|
|
21322
|
+
],
|
|
21323
|
+
"exports": [
|
|
21324
|
+
{
|
|
21325
|
+
"kind": "js",
|
|
21326
|
+
"name": "SbbPopoverBaseElement",
|
|
21327
|
+
"declaration": {
|
|
21328
|
+
"name": "SbbPopoverBaseElement",
|
|
21329
|
+
"module": "popover/popover.component.js"
|
|
21330
|
+
}
|
|
21331
|
+
},
|
|
21332
|
+
{
|
|
21333
|
+
"kind": "js",
|
|
21334
|
+
"name": "SbbPopoverElement",
|
|
21335
|
+
"declaration": {
|
|
21336
|
+
"name": "SbbPopoverElement",
|
|
21337
|
+
"module": "popover/popover.component.js"
|
|
21338
|
+
}
|
|
21339
|
+
}
|
|
21340
|
+
]
|
|
21341
|
+
},
|
|
21342
|
+
{
|
|
21343
|
+
"kind": "javascript-module",
|
|
21344
|
+
"path": "radio-button/common.js",
|
|
21345
|
+
"declarations": [],
|
|
21346
|
+
"exports": [
|
|
21347
|
+
{
|
|
21348
|
+
"kind": "js",
|
|
21349
|
+
"name": "*",
|
|
21350
|
+
"declaration": {
|
|
21351
|
+
"name": "*",
|
|
21352
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
21353
|
+
}
|
|
21354
|
+
}
|
|
21355
|
+
]
|
|
21356
|
+
},
|
|
21357
|
+
{
|
|
21358
|
+
"kind": "javascript-module",
|
|
21359
|
+
"path": "radio-button/radio-button-group.js",
|
|
21360
|
+
"declarations": [],
|
|
21361
|
+
"exports": [
|
|
21362
|
+
{
|
|
21363
|
+
"kind": "js",
|
|
21364
|
+
"name": "*",
|
|
21365
|
+
"declaration": {
|
|
21366
|
+
"name": "*",
|
|
21367
|
+
"module": "radio-button-group/radio-button-group.component.js"
|
|
21368
|
+
}
|
|
21369
|
+
}
|
|
21370
|
+
]
|
|
21371
|
+
},
|
|
21372
|
+
{
|
|
21373
|
+
"kind": "javascript-module",
|
|
21374
|
+
"path": "radio-button/radio-button-panel.js",
|
|
21375
|
+
"declarations": [],
|
|
21376
|
+
"exports": [
|
|
21377
|
+
{
|
|
21378
|
+
"kind": "js",
|
|
21379
|
+
"name": "*",
|
|
21380
|
+
"declaration": {
|
|
21381
|
+
"name": "*",
|
|
21382
|
+
"module": "radio-button-panel/radio-button-panel.component.js"
|
|
21383
|
+
}
|
|
21384
|
+
}
|
|
21385
|
+
]
|
|
21386
|
+
},
|
|
21387
|
+
{
|
|
21388
|
+
"kind": "javascript-module",
|
|
21389
|
+
"path": "radio-button/radio-button.component.js",
|
|
21390
|
+
"declarations": [
|
|
21391
|
+
{
|
|
21392
|
+
"kind": "class",
|
|
21393
|
+
"description": "It displays a radio button enhanced with the SBB Design.",
|
|
21394
|
+
"name": "SbbRadioButtonElement",
|
|
21395
|
+
"slots": [
|
|
21331
21396
|
{
|
|
21332
|
-
"
|
|
21333
|
-
"name": "
|
|
21334
|
-
|
|
21335
|
-
|
|
21336
|
-
|
|
21337
|
-
|
|
21338
|
-
|
|
21397
|
+
"description": "Use the unnamed slot to add content to the radio label.",
|
|
21398
|
+
"name": ""
|
|
21399
|
+
}
|
|
21400
|
+
],
|
|
21401
|
+
"members": [
|
|
21402
|
+
{
|
|
21403
|
+
"kind": "field",
|
|
21404
|
+
"name": "elementName",
|
|
21405
|
+
"type": {
|
|
21406
|
+
"text": "string"
|
|
21339
21407
|
},
|
|
21408
|
+
"privacy": "public",
|
|
21409
|
+
"static": true,
|
|
21410
|
+
"readonly": true,
|
|
21411
|
+
"default": "'sbb-radio-button'",
|
|
21340
21412
|
"inheritedFrom": {
|
|
21341
|
-
"name": "
|
|
21342
|
-
"module": "core/base-elements/
|
|
21413
|
+
"name": "SbbElement",
|
|
21414
|
+
"module": "core/base-elements/element.js"
|
|
21343
21415
|
}
|
|
21344
21416
|
},
|
|
21345
21417
|
{
|
|
21346
21418
|
"kind": "field",
|
|
21347
|
-
"name": "
|
|
21419
|
+
"name": "events",
|
|
21420
|
+
"privacy": "public",
|
|
21421
|
+
"static": true,
|
|
21422
|
+
"readonly": true,
|
|
21423
|
+
"default": "{ change: 'change', input: 'input', }",
|
|
21348
21424
|
"type": {
|
|
21349
|
-
"text": "
|
|
21425
|
+
"text": "{\n change: 'change',\n input: 'input',\n }"
|
|
21350
21426
|
},
|
|
21351
|
-
"privacy": "private",
|
|
21352
|
-
"default": "!!this.shadowRoot",
|
|
21353
21427
|
"inheritedFrom": {
|
|
21354
|
-
"name": "
|
|
21355
|
-
"module": "
|
|
21428
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
21429
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
21356
21430
|
}
|
|
21357
21431
|
},
|
|
21358
21432
|
{
|
|
21359
21433
|
"kind": "field",
|
|
21360
|
-
"name": "
|
|
21361
|
-
"
|
|
21362
|
-
|
|
21363
|
-
|
|
21364
|
-
|
|
21365
|
-
|
|
21366
|
-
|
|
21434
|
+
"name": "size",
|
|
21435
|
+
"type": {
|
|
21436
|
+
"text": "SbbRadioButtonSize"
|
|
21437
|
+
},
|
|
21438
|
+
"privacy": "public",
|
|
21439
|
+
"description": "Size variant, either xs, s or m.",
|
|
21440
|
+
"default": "'m' / 'xs' (lean)",
|
|
21441
|
+
"attribute": "size",
|
|
21442
|
+
"reflects": true
|
|
21367
21443
|
},
|
|
21368
21444
|
{
|
|
21369
21445
|
"kind": "field",
|
|
21370
|
-
"name": "
|
|
21446
|
+
"name": "value",
|
|
21371
21447
|
"type": {
|
|
21372
|
-
"text": "(
|
|
21448
|
+
"text": "(T = string) | null"
|
|
21373
21449
|
},
|
|
21374
|
-
"privacy": "
|
|
21450
|
+
"privacy": "public",
|
|
21451
|
+
"default": "null",
|
|
21452
|
+
"description": "The value of the form element",
|
|
21453
|
+
"attribute": "value",
|
|
21375
21454
|
"inheritedFrom": {
|
|
21376
|
-
"name": "
|
|
21377
|
-
"module": "core/mixins/
|
|
21455
|
+
"name": "SbbFormAssociatedMixin",
|
|
21456
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21378
21457
|
}
|
|
21379
21458
|
},
|
|
21380
21459
|
{
|
|
21381
21460
|
"kind": "field",
|
|
21382
|
-
"name": "
|
|
21461
|
+
"name": "allowEmptySelection",
|
|
21462
|
+
"privacy": "public",
|
|
21463
|
+
"description": "Whether the radio can be deselected.",
|
|
21383
21464
|
"type": {
|
|
21384
21465
|
"text": "boolean"
|
|
21385
21466
|
},
|
|
21386
|
-
"
|
|
21387
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
21388
|
-
"readonly": true,
|
|
21467
|
+
"attribute": "allow-empty-selection",
|
|
21389
21468
|
"inheritedFrom": {
|
|
21390
|
-
"name": "
|
|
21391
|
-
"module": "
|
|
21392
|
-
},
|
|
21393
|
-
"default": "!!this.shadowRoot"
|
|
21394
|
-
},
|
|
21395
|
-
{
|
|
21396
|
-
"kind": "method",
|
|
21397
|
-
"name": "toggleState",
|
|
21398
|
-
"privacy": "protected",
|
|
21399
|
-
"return": {
|
|
21400
|
-
"type": {
|
|
21401
|
-
"text": "void"
|
|
21402
|
-
}
|
|
21469
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
21470
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
21403
21471
|
},
|
|
21404
|
-
"
|
|
21405
|
-
{
|
|
21406
|
-
"name": "value",
|
|
21407
|
-
"type": {
|
|
21408
|
-
"text": "string"
|
|
21409
|
-
}
|
|
21410
|
-
},
|
|
21411
|
-
{
|
|
21412
|
-
"name": "force",
|
|
21413
|
-
"optional": true,
|
|
21414
|
-
"type": {
|
|
21415
|
-
"text": "boolean"
|
|
21416
|
-
}
|
|
21417
|
-
}
|
|
21418
|
-
],
|
|
21419
|
-
"inheritedFrom": {
|
|
21420
|
-
"name": "SbbElementInternalsMixin",
|
|
21421
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
21422
|
-
}
|
|
21472
|
+
"default": "false"
|
|
21423
21473
|
},
|
|
21424
21474
|
{
|
|
21425
21475
|
"kind": "field",
|
|
21426
|
-
"name": "
|
|
21476
|
+
"name": "_allowEmptySelection",
|
|
21427
21477
|
"type": {
|
|
21428
21478
|
"text": "boolean"
|
|
21429
21479
|
},
|
|
21430
|
-
"privacy": "
|
|
21431
|
-
"
|
|
21432
|
-
"default": "true",
|
|
21480
|
+
"privacy": "private",
|
|
21481
|
+
"default": "false",
|
|
21433
21482
|
"inheritedFrom": {
|
|
21434
|
-
"name": "
|
|
21435
|
-
"module": "
|
|
21483
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
21484
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
21436
21485
|
}
|
|
21437
21486
|
},
|
|
21438
21487
|
{
|
|
21439
21488
|
"kind": "field",
|
|
21440
|
-
"name": "
|
|
21489
|
+
"name": "group",
|
|
21441
21490
|
"type": {
|
|
21442
|
-
"text": "
|
|
21491
|
+
"text": "SbbRadioButtonGroupElement | null"
|
|
21443
21492
|
},
|
|
21444
21493
|
"privacy": "public",
|
|
21445
|
-
"
|
|
21494
|
+
"description": "Reference to the connected radio button group.",
|
|
21446
21495
|
"readonly": true,
|
|
21447
21496
|
"inheritedFrom": {
|
|
21448
|
-
"name": "
|
|
21449
|
-
"module": "
|
|
21450
|
-
}
|
|
21497
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
21498
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
21499
|
+
},
|
|
21500
|
+
"default": "null"
|
|
21451
21501
|
},
|
|
21452
21502
|
{
|
|
21453
21503
|
"kind": "field",
|
|
21454
|
-
"name": "
|
|
21504
|
+
"name": "_group",
|
|
21455
21505
|
"type": {
|
|
21456
|
-
"text": "
|
|
21506
|
+
"text": "SbbRadioButtonGroupElement | null"
|
|
21457
21507
|
},
|
|
21458
21508
|
"privacy": "private",
|
|
21509
|
+
"default": "null",
|
|
21459
21510
|
"inheritedFrom": {
|
|
21460
|
-
"name": "
|
|
21461
|
-
"module": "
|
|
21511
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
21512
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
21462
21513
|
}
|
|
21463
|
-
}
|
|
21464
|
-
],
|
|
21465
|
-
"events": [
|
|
21514
|
+
},
|
|
21466
21515
|
{
|
|
21467
|
-
"
|
|
21468
|
-
"
|
|
21469
|
-
|
|
21516
|
+
"kind": "method",
|
|
21517
|
+
"name": "select",
|
|
21518
|
+
"privacy": "public",
|
|
21519
|
+
"return": {
|
|
21520
|
+
"type": {
|
|
21521
|
+
"text": "void"
|
|
21522
|
+
}
|
|
21470
21523
|
},
|
|
21471
|
-
"description": "
|
|
21524
|
+
"description": "Set the radio-button as 'checked'; if 'allowEmptySelection', toggle the checked property.\nIn both cases it emits the change events.",
|
|
21472
21525
|
"inheritedFrom": {
|
|
21473
|
-
"name": "
|
|
21474
|
-
"module": "
|
|
21526
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
21527
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
21475
21528
|
}
|
|
21476
21529
|
},
|
|
21477
21530
|
{
|
|
21478
|
-
"
|
|
21479
|
-
"
|
|
21480
|
-
|
|
21531
|
+
"kind": "method",
|
|
21532
|
+
"name": "isDisabledExternally",
|
|
21533
|
+
"privacy": "protected",
|
|
21534
|
+
"return": {
|
|
21535
|
+
"type": {
|
|
21536
|
+
"text": "boolean"
|
|
21537
|
+
}
|
|
21481
21538
|
},
|
|
21482
|
-
"description": "
|
|
21539
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
21483
21540
|
"inheritedFrom": {
|
|
21484
|
-
"name": "
|
|
21485
|
-
"module": "core/
|
|
21541
|
+
"name": "SbbDisabledMixin",
|
|
21542
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
21486
21543
|
}
|
|
21487
21544
|
},
|
|
21488
21545
|
{
|
|
21489
|
-
"
|
|
21490
|
-
"
|
|
21491
|
-
|
|
21546
|
+
"kind": "method",
|
|
21547
|
+
"name": "isRequiredExternally",
|
|
21548
|
+
"privacy": "protected",
|
|
21549
|
+
"return": {
|
|
21550
|
+
"type": {
|
|
21551
|
+
"text": "boolean"
|
|
21552
|
+
}
|
|
21492
21553
|
},
|
|
21493
|
-
"description": "
|
|
21554
|
+
"description": "Will be used as 'or' check to the current required state.\nCan e.g. be used to read required state of a group.",
|
|
21494
21555
|
"inheritedFrom": {
|
|
21495
|
-
"name": "
|
|
21496
|
-
"module": "core/
|
|
21556
|
+
"name": "SbbRequiredMixin",
|
|
21557
|
+
"module": "core/mixins/required-mixin.js"
|
|
21497
21558
|
}
|
|
21498
21559
|
},
|
|
21499
21560
|
{
|
|
21500
|
-
"
|
|
21501
|
-
"
|
|
21502
|
-
|
|
21561
|
+
"kind": "method",
|
|
21562
|
+
"name": "_handleClick",
|
|
21563
|
+
"privacy": "private",
|
|
21564
|
+
"return": {
|
|
21565
|
+
"type": {
|
|
21566
|
+
"text": "Promise<void>"
|
|
21567
|
+
}
|
|
21503
21568
|
},
|
|
21504
|
-
"
|
|
21569
|
+
"parameters": [
|
|
21570
|
+
{
|
|
21571
|
+
"name": "event",
|
|
21572
|
+
"type": {
|
|
21573
|
+
"text": "Event"
|
|
21574
|
+
}
|
|
21575
|
+
}
|
|
21576
|
+
],
|
|
21505
21577
|
"inheritedFrom": {
|
|
21506
|
-
"name": "
|
|
21507
|
-
"module": "
|
|
21578
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
21579
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
21508
21580
|
}
|
|
21509
|
-
}
|
|
21510
|
-
],
|
|
21511
|
-
"attributes": [
|
|
21581
|
+
},
|
|
21512
21582
|
{
|
|
21513
|
-
"
|
|
21514
|
-
"
|
|
21515
|
-
|
|
21583
|
+
"kind": "method",
|
|
21584
|
+
"name": "_handleKeyDown",
|
|
21585
|
+
"privacy": "private",
|
|
21586
|
+
"return": {
|
|
21587
|
+
"type": {
|
|
21588
|
+
"text": "void"
|
|
21589
|
+
}
|
|
21516
21590
|
},
|
|
21517
|
-
"
|
|
21518
|
-
|
|
21519
|
-
|
|
21520
|
-
|
|
21521
|
-
|
|
21522
|
-
|
|
21523
|
-
|
|
21524
|
-
|
|
21525
|
-
|
|
21526
|
-
|
|
21527
|
-
|
|
21528
|
-
|
|
21529
|
-
|
|
21530
|
-
"name": "SbbPopoverElement",
|
|
21531
|
-
"cssProperties": [
|
|
21532
|
-
{
|
|
21533
|
-
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable. The default `z-index` of the component is set to `var(--sbb-overlay-default-z-index)` with a value of `1000`.",
|
|
21534
|
-
"name": "--sbb-popover-z-index",
|
|
21535
|
-
"default": "var(--sbb-overlay-default-z-index)"
|
|
21536
|
-
}
|
|
21537
|
-
],
|
|
21538
|
-
"slots": [
|
|
21539
|
-
{
|
|
21540
|
-
"description": "Use the unnamed slot to add content into the popover.",
|
|
21541
|
-
"name": ""
|
|
21542
|
-
}
|
|
21543
|
-
],
|
|
21544
|
-
"members": [
|
|
21591
|
+
"parameters": [
|
|
21592
|
+
{
|
|
21593
|
+
"name": "evt",
|
|
21594
|
+
"type": {
|
|
21595
|
+
"text": "KeyboardEvent"
|
|
21596
|
+
}
|
|
21597
|
+
}
|
|
21598
|
+
],
|
|
21599
|
+
"inheritedFrom": {
|
|
21600
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
21601
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
21602
|
+
}
|
|
21603
|
+
},
|
|
21545
21604
|
{
|
|
21546
21605
|
"kind": "field",
|
|
21547
|
-
"name": "
|
|
21606
|
+
"name": "role",
|
|
21548
21607
|
"type": {
|
|
21549
21608
|
"text": "string"
|
|
21550
21609
|
},
|
|
21551
21610
|
"privacy": "public",
|
|
21552
21611
|
"static": true,
|
|
21553
21612
|
"readonly": true,
|
|
21613
|
+
"default": "'radio'",
|
|
21554
21614
|
"inheritedFrom": {
|
|
21555
|
-
"name": "
|
|
21556
|
-
"module": "core/
|
|
21557
|
-
}
|
|
21558
|
-
"default": "'sbb-popover'"
|
|
21615
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21616
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21617
|
+
}
|
|
21559
21618
|
},
|
|
21560
21619
|
{
|
|
21561
21620
|
"kind": "field",
|
|
21562
|
-
"name": "
|
|
21563
|
-
"type": {
|
|
21564
|
-
"text": "boolean"
|
|
21565
|
-
},
|
|
21621
|
+
"name": "checked",
|
|
21566
21622
|
"privacy": "public",
|
|
21567
|
-
"
|
|
21568
|
-
"description": "Whether the close button should be hidden.",
|
|
21569
|
-
"attribute": "hide-close-button",
|
|
21570
|
-
"reflects": true
|
|
21571
|
-
},
|
|
21572
|
-
{
|
|
21573
|
-
"kind": "field",
|
|
21574
|
-
"name": "hoverTrigger",
|
|
21623
|
+
"description": "Whether the radio button is checked.",
|
|
21575
21624
|
"type": {
|
|
21576
21625
|
"text": "boolean"
|
|
21577
21626
|
},
|
|
21578
|
-
"
|
|
21579
|
-
"
|
|
21580
|
-
|
|
21581
|
-
|
|
21582
|
-
},
|
|
21583
|
-
{
|
|
21584
|
-
"kind": "field",
|
|
21585
|
-
"name": "openDelay",
|
|
21586
|
-
"privacy": "public",
|
|
21587
|
-
"description": "Open the popover after a given delay in milliseconds.\nGlobal configuration is used as default, if not set.",
|
|
21588
|
-
"default": "0",
|
|
21589
|
-
"type": {
|
|
21590
|
-
"text": "number"
|
|
21627
|
+
"attribute": "checked",
|
|
21628
|
+
"inheritedFrom": {
|
|
21629
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21630
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21591
21631
|
},
|
|
21592
|
-
"
|
|
21632
|
+
"default": "false"
|
|
21593
21633
|
},
|
|
21594
21634
|
{
|
|
21595
21635
|
"kind": "field",
|
|
21596
|
-
"name": "
|
|
21636
|
+
"name": "_checked",
|
|
21597
21637
|
"type": {
|
|
21598
|
-
"text": "
|
|
21638
|
+
"text": "boolean"
|
|
21599
21639
|
},
|
|
21600
|
-
"privacy": "private"
|
|
21640
|
+
"privacy": "private",
|
|
21641
|
+
"default": "false",
|
|
21642
|
+
"inheritedFrom": {
|
|
21643
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21644
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21645
|
+
}
|
|
21601
21646
|
},
|
|
21602
21647
|
{
|
|
21603
21648
|
"kind": "field",
|
|
21604
|
-
"name": "
|
|
21649
|
+
"name": "name",
|
|
21605
21650
|
"privacy": "public",
|
|
21606
|
-
"description": "
|
|
21607
|
-
"default": "0",
|
|
21608
|
-
"type": {
|
|
21609
|
-
"text": "number"
|
|
21610
|
-
},
|
|
21611
|
-
"attribute": "close-delay"
|
|
21612
|
-
},
|
|
21613
|
-
{
|
|
21614
|
-
"kind": "field",
|
|
21615
|
-
"name": "_closeDelay",
|
|
21651
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
21616
21652
|
"type": {
|
|
21617
|
-
"text": "
|
|
21653
|
+
"text": "string"
|
|
21618
21654
|
},
|
|
21619
|
-
"
|
|
21655
|
+
"attribute": "name",
|
|
21656
|
+
"inheritedFrom": {
|
|
21657
|
+
"name": "SbbFormAssociatedMixin",
|
|
21658
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21659
|
+
}
|
|
21620
21660
|
},
|
|
21621
21661
|
{
|
|
21622
21662
|
"kind": "field",
|
|
21623
|
-
"name": "
|
|
21663
|
+
"name": "type",
|
|
21624
21664
|
"type": {
|
|
21625
21665
|
"text": "string"
|
|
21626
21666
|
},
|
|
21627
21667
|
"privacy": "public",
|
|
21628
|
-
"
|
|
21629
|
-
"
|
|
21630
|
-
"
|
|
21668
|
+
"description": "Form type of element.",
|
|
21669
|
+
"default": "'radio'",
|
|
21670
|
+
"readonly": true,
|
|
21671
|
+
"inheritedFrom": {
|
|
21672
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21673
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21674
|
+
}
|
|
21631
21675
|
},
|
|
21632
21676
|
{
|
|
21633
21677
|
"kind": "field",
|
|
21634
|
-
"name": "
|
|
21678
|
+
"name": "associatedRadioButtons",
|
|
21635
21679
|
"type": {
|
|
21636
|
-
"text": "
|
|
21680
|
+
"text": "Set<SbbFormAssociatedRadioButtonElement> | undefined"
|
|
21637
21681
|
},
|
|
21638
|
-
"privacy": "
|
|
21639
|
-
"
|
|
21682
|
+
"privacy": "protected",
|
|
21683
|
+
"description": "Set of radio buttons that belongs to the same group of `this`.\nAssume them ordered in DOM order",
|
|
21684
|
+
"inheritedFrom": {
|
|
21685
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21686
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21687
|
+
}
|
|
21640
21688
|
},
|
|
21641
21689
|
{
|
|
21642
21690
|
"kind": "field",
|
|
21643
|
-
"name": "
|
|
21691
|
+
"name": "_radioButtonGroupsMap",
|
|
21644
21692
|
"type": {
|
|
21645
|
-
"text": "
|
|
21693
|
+
"text": "Map<string, Set<SbbFormAssociatedRadioButtonMixinType>> | undefined"
|
|
21646
21694
|
},
|
|
21647
|
-
"privacy": "private"
|
|
21648
|
-
},
|
|
21649
|
-
{
|
|
21650
|
-
"kind": "field",
|
|
21651
|
-
"name": "_language",
|
|
21652
21695
|
"privacy": "private",
|
|
21653
|
-
"
|
|
21696
|
+
"inheritedFrom": {
|
|
21697
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21698
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21699
|
+
}
|
|
21654
21700
|
},
|
|
21655
21701
|
{
|
|
21656
21702
|
"kind": "field",
|
|
21657
|
-
"name": "
|
|
21658
|
-
"type": {
|
|
21659
|
-
"text": "AbortController | null"
|
|
21660
|
-
},
|
|
21703
|
+
"name": "_languageController",
|
|
21661
21704
|
"privacy": "private",
|
|
21662
|
-
"default": "
|
|
21705
|
+
"default": "new SbbLanguageController(this)",
|
|
21706
|
+
"inheritedFrom": {
|
|
21707
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21708
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21709
|
+
}
|
|
21663
21710
|
},
|
|
21664
21711
|
{
|
|
21665
21712
|
"kind": "method",
|
|
21666
|
-
"name": "
|
|
21667
|
-
"privacy": "
|
|
21713
|
+
"name": "_readFormData",
|
|
21714
|
+
"privacy": "private",
|
|
21668
21715
|
"return": {
|
|
21669
21716
|
"type": {
|
|
21670
|
-
"text": "
|
|
21717
|
+
"text": "Promise<unknown>"
|
|
21671
21718
|
}
|
|
21672
21719
|
},
|
|
21673
21720
|
"parameters": [
|
|
21674
21721
|
{
|
|
21675
|
-
"name": "
|
|
21722
|
+
"name": "formData",
|
|
21676
21723
|
"type": {
|
|
21677
|
-
"text": "
|
|
21724
|
+
"text": "FormData"
|
|
21678
21725
|
}
|
|
21679
21726
|
}
|
|
21680
21727
|
],
|
|
21681
21728
|
"inheritedFrom": {
|
|
21682
|
-
"name": "
|
|
21683
|
-
"module": "
|
|
21729
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21730
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21684
21731
|
}
|
|
21685
21732
|
},
|
|
21686
21733
|
{
|
|
21687
21734
|
"kind": "method",
|
|
21688
|
-
"name": "
|
|
21689
|
-
"privacy": "
|
|
21735
|
+
"name": "updateFormValue",
|
|
21736
|
+
"privacy": "protected",
|
|
21690
21737
|
"return": {
|
|
21691
21738
|
"type": {
|
|
21692
21739
|
"text": "void"
|
|
21693
21740
|
}
|
|
21741
|
+
},
|
|
21742
|
+
"description": "Called on `value` change\nIf 'checked', update the value. Otherwise, do nothing.",
|
|
21743
|
+
"inheritedFrom": {
|
|
21744
|
+
"name": "SbbFormAssociatedMixin",
|
|
21745
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21694
21746
|
}
|
|
21695
21747
|
},
|
|
21696
21748
|
{
|
|
21697
21749
|
"kind": "method",
|
|
21698
|
-
"name": "
|
|
21750
|
+
"name": "shouldValidate",
|
|
21699
21751
|
"privacy": "protected",
|
|
21700
21752
|
"return": {
|
|
21701
21753
|
"type": {
|
|
21702
|
-
"text": "
|
|
21754
|
+
"text": "boolean"
|
|
21703
21755
|
}
|
|
21704
21756
|
},
|
|
21705
21757
|
"parameters": [
|
|
21706
21758
|
{
|
|
21707
|
-
"name": "
|
|
21759
|
+
"name": "name",
|
|
21708
21760
|
"type": {
|
|
21709
|
-
"text": "
|
|
21761
|
+
"text": "PropertyKey | undefined"
|
|
21710
21762
|
}
|
|
21711
21763
|
}
|
|
21712
21764
|
],
|
|
21765
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
21713
21766
|
"inheritedFrom": {
|
|
21714
|
-
"name": "
|
|
21715
|
-
"module": "
|
|
21767
|
+
"name": "SbbFormAssociatedMixin",
|
|
21768
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21716
21769
|
}
|
|
21717
21770
|
},
|
|
21718
21771
|
{
|
|
21719
21772
|
"kind": "method",
|
|
21720
|
-
"name": "
|
|
21721
|
-
"privacy": "
|
|
21773
|
+
"name": "validate",
|
|
21774
|
+
"privacy": "protected",
|
|
21722
21775
|
"return": {
|
|
21723
21776
|
"type": {
|
|
21724
21777
|
"text": "void"
|
|
21725
21778
|
}
|
|
21726
21779
|
},
|
|
21727
|
-
"description": "
|
|
21780
|
+
"description": "Sets the validity of all associated radio buttons.\nIf any radio button is required, all associated are required as well.",
|
|
21728
21781
|
"inheritedFrom": {
|
|
21729
|
-
"name": "
|
|
21730
|
-
"module": "core/
|
|
21782
|
+
"name": "SbbFormAssociatedMixin",
|
|
21783
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21731
21784
|
}
|
|
21732
21785
|
},
|
|
21733
21786
|
{
|
|
21734
21787
|
"kind": "method",
|
|
21735
|
-
"name": "
|
|
21736
|
-
"privacy": "
|
|
21788
|
+
"name": "updateFocusableRadios",
|
|
21789
|
+
"privacy": "protected",
|
|
21737
21790
|
"return": {
|
|
21738
21791
|
"type": {
|
|
21739
21792
|
"text": "void"
|
|
21740
21793
|
}
|
|
21741
21794
|
},
|
|
21742
|
-
"description": "
|
|
21795
|
+
"description": "Only a single radio should be focusable in the group. Defined as:\n- the checked radio;\n- the first non-disabled radio in DOM order;",
|
|
21796
|
+
"inheritedFrom": {
|
|
21797
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21798
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21799
|
+
}
|
|
21800
|
+
},
|
|
21801
|
+
{
|
|
21802
|
+
"kind": "method",
|
|
21803
|
+
"name": "navigateByKeyboard",
|
|
21804
|
+
"privacy": "protected",
|
|
21805
|
+
"return": {
|
|
21806
|
+
"type": {
|
|
21807
|
+
"text": "Promise<void>"
|
|
21808
|
+
}
|
|
21809
|
+
},
|
|
21743
21810
|
"parameters": [
|
|
21744
21811
|
{
|
|
21745
|
-
"name": "
|
|
21746
|
-
"optional": true,
|
|
21812
|
+
"name": "next",
|
|
21747
21813
|
"type": {
|
|
21748
|
-
"text": "
|
|
21814
|
+
"text": "SbbFormAssociatedRadioButtonElement"
|
|
21749
21815
|
}
|
|
21750
21816
|
}
|
|
21751
21817
|
],
|
|
21752
21818
|
"inheritedFrom": {
|
|
21753
|
-
"name": "
|
|
21754
|
-
"module": "core/
|
|
21819
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21820
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21755
21821
|
}
|
|
21756
21822
|
},
|
|
21757
21823
|
{
|
|
21758
|
-
"kind": "
|
|
21759
|
-
"name": "
|
|
21760
|
-
"privacy": "
|
|
21824
|
+
"kind": "method",
|
|
21825
|
+
"name": "emitChangeEvents",
|
|
21826
|
+
"privacy": "protected",
|
|
21827
|
+
"return": {
|
|
21828
|
+
"type": {
|
|
21829
|
+
"text": "void"
|
|
21830
|
+
}
|
|
21831
|
+
},
|
|
21832
|
+
"inheritedFrom": {
|
|
21833
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21834
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21835
|
+
}
|
|
21761
21836
|
},
|
|
21762
21837
|
{
|
|
21763
|
-
"kind": "
|
|
21764
|
-
"name": "
|
|
21765
|
-
"privacy": "private"
|
|
21838
|
+
"kind": "method",
|
|
21839
|
+
"name": "_synchronizeGroupState",
|
|
21840
|
+
"privacy": "private",
|
|
21841
|
+
"return": {
|
|
21842
|
+
"type": {
|
|
21843
|
+
"text": "void"
|
|
21844
|
+
}
|
|
21845
|
+
},
|
|
21846
|
+
"inheritedFrom": {
|
|
21847
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21848
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21849
|
+
}
|
|
21766
21850
|
},
|
|
21767
21851
|
{
|
|
21768
|
-
"kind": "
|
|
21769
|
-
"name": "
|
|
21770
|
-
"privacy": "private"
|
|
21852
|
+
"kind": "method",
|
|
21853
|
+
"name": "_connectToRegistry",
|
|
21854
|
+
"privacy": "private",
|
|
21855
|
+
"return": {
|
|
21856
|
+
"type": {
|
|
21857
|
+
"text": "void"
|
|
21858
|
+
}
|
|
21859
|
+
},
|
|
21860
|
+
"description": "Add `this` to the radioButton registry",
|
|
21861
|
+
"inheritedFrom": {
|
|
21862
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21863
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21864
|
+
}
|
|
21771
21865
|
},
|
|
21772
21866
|
{
|
|
21773
|
-
"kind": "
|
|
21774
|
-
"name": "
|
|
21775
|
-
"privacy": "private"
|
|
21867
|
+
"kind": "method",
|
|
21868
|
+
"name": "_disconnectFromRegistry",
|
|
21869
|
+
"privacy": "private",
|
|
21870
|
+
"return": {
|
|
21871
|
+
"type": {
|
|
21872
|
+
"text": "void"
|
|
21873
|
+
}
|
|
21874
|
+
},
|
|
21875
|
+
"description": "Remove `this` from the radioButton registry and, if the group is empty, delete the entry from the groups Map",
|
|
21876
|
+
"inheritedFrom": {
|
|
21877
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21878
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21879
|
+
}
|
|
21776
21880
|
},
|
|
21777
21881
|
{
|
|
21778
21882
|
"kind": "method",
|
|
21779
|
-
"name": "
|
|
21780
|
-
"privacy": "
|
|
21883
|
+
"name": "_interactableGroupedRadios",
|
|
21884
|
+
"privacy": "private",
|
|
21781
21885
|
"return": {
|
|
21782
21886
|
"type": {
|
|
21783
|
-
"text": "
|
|
21887
|
+
"text": "SbbFormAssociatedRadioButtonElement[]"
|
|
21784
21888
|
}
|
|
21785
21889
|
},
|
|
21890
|
+
"description": "Return a list of 'interactable' grouped radios, ordered in DOM order",
|
|
21786
21891
|
"inheritedFrom": {
|
|
21787
|
-
"name": "
|
|
21788
|
-
"module": "
|
|
21892
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21893
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21789
21894
|
}
|
|
21790
21895
|
},
|
|
21791
21896
|
{
|
|
21792
|
-
"kind": "
|
|
21793
|
-
"name": "
|
|
21794
|
-
"
|
|
21795
|
-
|
|
21897
|
+
"kind": "method",
|
|
21898
|
+
"name": "_deselectGroupedRadios",
|
|
21899
|
+
"privacy": "private",
|
|
21900
|
+
"return": {
|
|
21901
|
+
"type": {
|
|
21902
|
+
"text": "void"
|
|
21903
|
+
}
|
|
21796
21904
|
},
|
|
21797
|
-
"
|
|
21798
|
-
"default": "null",
|
|
21799
|
-
"description": "The element that will trigger the popover overlay.\n\nFor attribute usage, provide an id reference.",
|
|
21800
|
-
"attribute": "trigger",
|
|
21905
|
+
"description": "Deselect other radio of the same group",
|
|
21801
21906
|
"inheritedFrom": {
|
|
21802
|
-
"name": "
|
|
21803
|
-
"module": "
|
|
21907
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21908
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21804
21909
|
}
|
|
21805
21910
|
},
|
|
21806
21911
|
{
|
|
21807
|
-
"kind": "
|
|
21808
|
-
"name": "
|
|
21809
|
-
"type": {
|
|
21810
|
-
"text": "HTMLElement | undefined"
|
|
21811
|
-
},
|
|
21912
|
+
"kind": "method",
|
|
21913
|
+
"name": "_handleArrowKeyDown",
|
|
21812
21914
|
"privacy": "private",
|
|
21915
|
+
"return": {
|
|
21916
|
+
"type": {
|
|
21917
|
+
"text": "Promise<void>"
|
|
21918
|
+
}
|
|
21919
|
+
},
|
|
21920
|
+
"parameters": [
|
|
21921
|
+
{
|
|
21922
|
+
"name": "evt",
|
|
21923
|
+
"type": {
|
|
21924
|
+
"text": "KeyboardEvent"
|
|
21925
|
+
}
|
|
21926
|
+
}
|
|
21927
|
+
],
|
|
21813
21928
|
"inheritedFrom": {
|
|
21814
|
-
"name": "
|
|
21815
|
-
"module": "
|
|
21929
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
21930
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
21816
21931
|
}
|
|
21817
21932
|
},
|
|
21818
21933
|
{
|
|
21819
21934
|
"kind": "field",
|
|
21820
|
-
"name": "
|
|
21935
|
+
"name": "disabled",
|
|
21936
|
+
"privacy": "public",
|
|
21937
|
+
"description": "Whether the component is disabled.",
|
|
21938
|
+
"default": "false",
|
|
21821
21939
|
"type": {
|
|
21822
21940
|
"text": "boolean"
|
|
21823
21941
|
},
|
|
21824
|
-
"
|
|
21825
|
-
"
|
|
21942
|
+
"attribute": "disabled",
|
|
21943
|
+
"reflects": true,
|
|
21826
21944
|
"inheritedFrom": {
|
|
21827
|
-
"name": "
|
|
21828
|
-
"module": "
|
|
21945
|
+
"name": "SbbDisabledMixin",
|
|
21946
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
21829
21947
|
}
|
|
21830
21948
|
},
|
|
21831
21949
|
{
|
|
21832
21950
|
"kind": "field",
|
|
21833
|
-
"name": "
|
|
21951
|
+
"name": "#disabled",
|
|
21952
|
+
"privacy": "private",
|
|
21834
21953
|
"type": {
|
|
21835
|
-
"text": "
|
|
21954
|
+
"text": "boolean"
|
|
21836
21955
|
},
|
|
21837
|
-
"
|
|
21956
|
+
"default": "false",
|
|
21838
21957
|
"inheritedFrom": {
|
|
21839
|
-
"name": "
|
|
21840
|
-
"module": "
|
|
21958
|
+
"name": "SbbDisabledMixin",
|
|
21959
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
21841
21960
|
}
|
|
21842
21961
|
},
|
|
21843
21962
|
{
|
|
21844
21963
|
"kind": "field",
|
|
21845
|
-
"name": "
|
|
21964
|
+
"name": "required",
|
|
21965
|
+
"privacy": "public",
|
|
21966
|
+
"description": "Whether the component is required.",
|
|
21846
21967
|
"type": {
|
|
21847
|
-
"text": "boolean
|
|
21968
|
+
"text": "boolean"
|
|
21848
21969
|
},
|
|
21849
|
-
"
|
|
21970
|
+
"attribute": "required",
|
|
21971
|
+
"reflects": true,
|
|
21850
21972
|
"inheritedFrom": {
|
|
21851
|
-
"name": "
|
|
21852
|
-
"module": "
|
|
21853
|
-
}
|
|
21973
|
+
"name": "SbbRequiredMixin",
|
|
21974
|
+
"module": "core/mixins/required-mixin.js"
|
|
21975
|
+
},
|
|
21976
|
+
"default": "false"
|
|
21854
21977
|
},
|
|
21855
21978
|
{
|
|
21856
21979
|
"kind": "field",
|
|
21857
|
-
"name": "
|
|
21980
|
+
"name": "_required",
|
|
21858
21981
|
"type": {
|
|
21859
|
-
"text": "
|
|
21982
|
+
"text": "boolean"
|
|
21860
21983
|
},
|
|
21861
21984
|
"privacy": "private",
|
|
21985
|
+
"default": "false",
|
|
21862
21986
|
"inheritedFrom": {
|
|
21863
|
-
"name": "
|
|
21864
|
-
"module": "
|
|
21987
|
+
"name": "SbbRequiredMixin",
|
|
21988
|
+
"module": "core/mixins/required-mixin.js"
|
|
21865
21989
|
}
|
|
21866
21990
|
},
|
|
21867
21991
|
{
|
|
21868
21992
|
"kind": "field",
|
|
21869
|
-
"name": "
|
|
21993
|
+
"name": "formAssociated",
|
|
21870
21994
|
"type": {
|
|
21871
|
-
"text": "
|
|
21995
|
+
"text": "boolean"
|
|
21872
21996
|
},
|
|
21873
|
-
"privacy": "
|
|
21997
|
+
"privacy": "public",
|
|
21998
|
+
"static": true,
|
|
21999
|
+
"default": "true",
|
|
21874
22000
|
"inheritedFrom": {
|
|
21875
|
-
"name": "
|
|
21876
|
-
"module": "
|
|
22001
|
+
"name": "SbbFormAssociatedMixin",
|
|
22002
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21877
22003
|
}
|
|
21878
22004
|
},
|
|
21879
22005
|
{
|
|
21880
22006
|
"kind": "field",
|
|
21881
|
-
"name": "
|
|
22007
|
+
"name": "form",
|
|
21882
22008
|
"type": {
|
|
21883
|
-
"text": "
|
|
22009
|
+
"text": "HTMLFormElement | null"
|
|
21884
22010
|
},
|
|
21885
|
-
"privacy": "
|
|
21886
|
-
"
|
|
21887
|
-
|
|
21888
|
-
"module": "popover/popover.component.js"
|
|
21889
|
-
}
|
|
21890
|
-
},
|
|
21891
|
-
{
|
|
21892
|
-
"kind": "field",
|
|
21893
|
-
"name": "_escapableOverlayController",
|
|
21894
|
-
"privacy": "private",
|
|
21895
|
-
"default": "new SbbEscapableOverlayController(this)",
|
|
21896
|
-
"inheritedFrom": {
|
|
21897
|
-
"name": "SbbPopoverBaseElement",
|
|
21898
|
-
"module": "popover/popover.component.js"
|
|
21899
|
-
}
|
|
21900
|
-
},
|
|
21901
|
-
{
|
|
21902
|
-
"kind": "field",
|
|
21903
|
-
"name": "_focusTrapController",
|
|
21904
|
-
"privacy": "private",
|
|
21905
|
-
"default": "new SbbFocusTrapController(this)",
|
|
22011
|
+
"privacy": "public",
|
|
22012
|
+
"description": "Returns the form owner of this element.",
|
|
22013
|
+
"readonly": true,
|
|
21906
22014
|
"inheritedFrom": {
|
|
21907
|
-
"name": "
|
|
21908
|
-
"module": "
|
|
22015
|
+
"name": "SbbFormAssociatedMixin",
|
|
22016
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21909
22017
|
}
|
|
21910
22018
|
},
|
|
21911
22019
|
{
|
|
21912
22020
|
"kind": "field",
|
|
21913
|
-
"name": "
|
|
22021
|
+
"name": "validity",
|
|
21914
22022
|
"type": {
|
|
21915
|
-
"text": "
|
|
22023
|
+
"text": "ValidityState"
|
|
21916
22024
|
},
|
|
21917
|
-
"privacy": "
|
|
21918
|
-
"
|
|
22025
|
+
"privacy": "public",
|
|
22026
|
+
"description": "Returns the ValidityState object for this element.",
|
|
22027
|
+
"readonly": true,
|
|
21919
22028
|
"inheritedFrom": {
|
|
21920
|
-
"name": "
|
|
21921
|
-
"module": "
|
|
22029
|
+
"name": "SbbFormAssociatedMixin",
|
|
22030
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21922
22031
|
}
|
|
21923
22032
|
},
|
|
21924
22033
|
{
|
|
21925
22034
|
"kind": "field",
|
|
21926
|
-
"name": "
|
|
22035
|
+
"name": "validationMessage",
|
|
21927
22036
|
"type": {
|
|
21928
|
-
"text": "
|
|
22037
|
+
"text": "string"
|
|
21929
22038
|
},
|
|
21930
|
-
"privacy": "
|
|
22039
|
+
"privacy": "public",
|
|
22040
|
+
"description": "Returns the current error message, if available, which corresponds\nto the current validation state.\nPlease note that only one message is returned at a time (e.g. if\nmultiple validity states are invalid, only the chronologically first one\nis returned until it is fixed, at which point the next message might be\nreturned, if it is still applicable). Also, a custom validity message\n(see below) has precedence over native validation messages.",
|
|
22041
|
+
"readonly": true,
|
|
21931
22042
|
"inheritedFrom": {
|
|
21932
|
-
"name": "
|
|
21933
|
-
"module": "
|
|
22043
|
+
"name": "SbbFormAssociatedMixin",
|
|
22044
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21934
22045
|
}
|
|
21935
22046
|
},
|
|
21936
22047
|
{
|
|
21937
22048
|
"kind": "field",
|
|
21938
|
-
"name": "
|
|
22049
|
+
"name": "willValidate",
|
|
21939
22050
|
"type": {
|
|
21940
|
-
"text": "
|
|
21941
|
-
},
|
|
21942
|
-
"privacy": "protected",
|
|
21943
|
-
"inheritedFrom": {
|
|
21944
|
-
"name": "SbbPopoverBaseElement",
|
|
21945
|
-
"module": "popover/popover.component.js"
|
|
21946
|
-
}
|
|
21947
|
-
},
|
|
21948
|
-
{
|
|
21949
|
-
"kind": "method",
|
|
21950
|
-
"name": "_isZeroAnimationDuration",
|
|
21951
|
-
"privacy": "private",
|
|
21952
|
-
"return": {
|
|
21953
|
-
"type": {
|
|
21954
|
-
"text": "boolean"
|
|
21955
|
-
}
|
|
21956
|
-
},
|
|
21957
|
-
"inheritedFrom": {
|
|
21958
|
-
"name": "SbbPopoverBaseElement",
|
|
21959
|
-
"module": "popover/popover.component.js"
|
|
21960
|
-
}
|
|
21961
|
-
},
|
|
21962
|
-
{
|
|
21963
|
-
"kind": "method",
|
|
21964
|
-
"name": "_handleClosing",
|
|
21965
|
-
"privacy": "private",
|
|
21966
|
-
"return": {
|
|
21967
|
-
"type": {
|
|
21968
|
-
"text": "void"
|
|
21969
|
-
}
|
|
22051
|
+
"text": "boolean"
|
|
21970
22052
|
},
|
|
22053
|
+
"privacy": "public",
|
|
22054
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
22055
|
+
"readonly": true,
|
|
21971
22056
|
"inheritedFrom": {
|
|
21972
|
-
"name": "
|
|
21973
|
-
"module": "
|
|
22057
|
+
"name": "SbbFormAssociatedMixin",
|
|
22058
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21974
22059
|
}
|
|
21975
22060
|
},
|
|
21976
22061
|
{
|
|
21977
|
-
"kind": "
|
|
21978
|
-
"name": "
|
|
22062
|
+
"kind": "field",
|
|
22063
|
+
"name": "_validityStates",
|
|
21979
22064
|
"privacy": "private",
|
|
21980
|
-
"
|
|
21981
|
-
"type": {
|
|
21982
|
-
"text": "void"
|
|
21983
|
-
}
|
|
21984
|
-
},
|
|
22065
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
21985
22066
|
"inheritedFrom": {
|
|
21986
|
-
"name": "
|
|
21987
|
-
"module": "
|
|
22067
|
+
"name": "SbbFormAssociatedMixin",
|
|
22068
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
21988
22069
|
}
|
|
21989
22070
|
},
|
|
21990
22071
|
{
|
|
21991
|
-
"kind": "
|
|
21992
|
-
"name": "
|
|
21993
|
-
"
|
|
21994
|
-
|
|
21995
|
-
"type": {
|
|
21996
|
-
"text": "void"
|
|
21997
|
-
}
|
|
22072
|
+
"kind": "field",
|
|
22073
|
+
"name": "formDisabled",
|
|
22074
|
+
"type": {
|
|
22075
|
+
"text": "boolean"
|
|
21998
22076
|
},
|
|
22077
|
+
"privacy": "protected",
|
|
22078
|
+
"default": "false",
|
|
22079
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
21999
22080
|
"inheritedFrom": {
|
|
22000
|
-
"name": "
|
|
22001
|
-
"module": "
|
|
22081
|
+
"name": "SbbFormAssociatedMixin",
|
|
22082
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22002
22083
|
}
|
|
22003
22084
|
},
|
|
22004
22085
|
{
|
|
22005
|
-
"kind": "method",
|
|
22006
|
-
"name": "
|
|
22007
|
-
"privacy": "
|
|
22086
|
+
"kind": "method",
|
|
22087
|
+
"name": "checkValidity",
|
|
22088
|
+
"privacy": "public",
|
|
22008
22089
|
"return": {
|
|
22009
22090
|
"type": {
|
|
22010
|
-
"text": "
|
|
22091
|
+
"text": "boolean"
|
|
22011
22092
|
}
|
|
22012
22093
|
},
|
|
22094
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
22013
22095
|
"inheritedFrom": {
|
|
22014
|
-
"name": "
|
|
22015
|
-
"module": "
|
|
22096
|
+
"name": "SbbFormAssociatedMixin",
|
|
22097
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22016
22098
|
}
|
|
22017
22099
|
},
|
|
22018
22100
|
{
|
|
22019
22101
|
"kind": "method",
|
|
22020
|
-
"name": "
|
|
22021
|
-
"privacy": "
|
|
22102
|
+
"name": "reportValidity",
|
|
22103
|
+
"privacy": "public",
|
|
22022
22104
|
"return": {
|
|
22023
22105
|
"type": {
|
|
22024
|
-
"text": "
|
|
22106
|
+
"text": "boolean"
|
|
22025
22107
|
}
|
|
22026
22108
|
},
|
|
22027
|
-
"
|
|
22028
|
-
{
|
|
22029
|
-
"name": "event",
|
|
22030
|
-
"type": {
|
|
22031
|
-
"text": "Event"
|
|
22032
|
-
}
|
|
22033
|
-
}
|
|
22034
|
-
],
|
|
22035
|
-
"inheritedFrom": {
|
|
22036
|
-
"name": "SbbPopoverBaseElement",
|
|
22037
|
-
"module": "popover/popover.component.js"
|
|
22038
|
-
}
|
|
22039
|
-
},
|
|
22040
|
-
{
|
|
22041
|
-
"kind": "field",
|
|
22042
|
-
"name": "_pointerDownListener",
|
|
22043
|
-
"privacy": "private",
|
|
22044
|
-
"inheritedFrom": {
|
|
22045
|
-
"name": "SbbPopoverBaseElement",
|
|
22046
|
-
"module": "popover/popover.component.js"
|
|
22047
|
-
}
|
|
22048
|
-
},
|
|
22049
|
-
{
|
|
22050
|
-
"kind": "field",
|
|
22051
|
-
"name": "_closeOnBackdropClick",
|
|
22052
|
-
"privacy": "private",
|
|
22109
|
+
"description": "Returns true if this element has no validity problems; otherwise,\nreturns false, fires an invalid event at the element,\nand (if the event isn't canceled) reports the problem to the user.",
|
|
22053
22110
|
"inheritedFrom": {
|
|
22054
|
-
"name": "
|
|
22055
|
-
"module": "
|
|
22111
|
+
"name": "SbbFormAssociatedMixin",
|
|
22112
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22056
22113
|
}
|
|
22057
22114
|
},
|
|
22058
22115
|
{
|
|
22059
22116
|
"kind": "method",
|
|
22060
|
-
"name": "
|
|
22061
|
-
"privacy": "
|
|
22117
|
+
"name": "setCustomValidity",
|
|
22118
|
+
"privacy": "public",
|
|
22062
22119
|
"return": {
|
|
22063
22120
|
"type": {
|
|
22064
22121
|
"text": "void"
|
|
@@ -22066,187 +22123,117 @@
|
|
|
22066
22123
|
},
|
|
22067
22124
|
"parameters": [
|
|
22068
22125
|
{
|
|
22069
|
-
"name": "
|
|
22126
|
+
"name": "message",
|
|
22070
22127
|
"type": {
|
|
22071
|
-
"text": "
|
|
22128
|
+
"text": "string"
|
|
22072
22129
|
}
|
|
22073
22130
|
}
|
|
22074
22131
|
],
|
|
22132
|
+
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
22075
22133
|
"inheritedFrom": {
|
|
22076
|
-
"name": "
|
|
22077
|
-
"module": "
|
|
22134
|
+
"name": "SbbFormAssociatedMixin",
|
|
22135
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22078
22136
|
}
|
|
22079
22137
|
},
|
|
22080
22138
|
{
|
|
22081
22139
|
"kind": "method",
|
|
22082
|
-
"name": "
|
|
22140
|
+
"name": "_hasDisabledAncestor",
|
|
22083
22141
|
"privacy": "private",
|
|
22084
22142
|
"return": {
|
|
22085
22143
|
"type": {
|
|
22086
|
-
"text": "
|
|
22144
|
+
"text": "boolean"
|
|
22087
22145
|
}
|
|
22088
22146
|
},
|
|
22089
22147
|
"inheritedFrom": {
|
|
22090
|
-
"name": "
|
|
22091
|
-
"module": "
|
|
22148
|
+
"name": "SbbFormAssociatedMixin",
|
|
22149
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22092
22150
|
}
|
|
22093
22151
|
},
|
|
22094
22152
|
{
|
|
22095
22153
|
"kind": "method",
|
|
22096
|
-
"name": "
|
|
22097
|
-
"privacy": "
|
|
22154
|
+
"name": "formState",
|
|
22155
|
+
"privacy": "protected",
|
|
22098
22156
|
"return": {
|
|
22099
22157
|
"type": {
|
|
22100
|
-
"text": "
|
|
22158
|
+
"text": "FormRestoreState"
|
|
22101
22159
|
}
|
|
22102
22160
|
},
|
|
22103
22161
|
"inheritedFrom": {
|
|
22104
|
-
"name": "
|
|
22105
|
-
"module": "
|
|
22162
|
+
"name": "SbbFormAssociatedMixin",
|
|
22163
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22106
22164
|
}
|
|
22107
22165
|
},
|
|
22108
22166
|
{
|
|
22109
22167
|
"kind": "method",
|
|
22110
|
-
"name": "
|
|
22168
|
+
"name": "setValidityFlag",
|
|
22111
22169
|
"privacy": "protected",
|
|
22112
22170
|
"return": {
|
|
22113
22171
|
"type": {
|
|
22114
|
-
"text": "
|
|
22172
|
+
"text": "void"
|
|
22115
22173
|
}
|
|
22116
22174
|
},
|
|
22117
22175
|
"parameters": [
|
|
22118
22176
|
{
|
|
22119
|
-
"name": "
|
|
22177
|
+
"name": "flag",
|
|
22178
|
+
"type": {
|
|
22179
|
+
"text": "T"
|
|
22180
|
+
}
|
|
22181
|
+
},
|
|
22182
|
+
{
|
|
22183
|
+
"name": "message",
|
|
22184
|
+
"type": {
|
|
22185
|
+
"text": "string"
|
|
22186
|
+
}
|
|
22187
|
+
},
|
|
22188
|
+
{
|
|
22189
|
+
"name": "flagValue",
|
|
22120
22190
|
"optional": true,
|
|
22121
22191
|
"type": {
|
|
22122
|
-
"text": "
|
|
22192
|
+
"text": "ValidityStateFlags[T]"
|
|
22123
22193
|
}
|
|
22124
22194
|
}
|
|
22125
22195
|
],
|
|
22196
|
+
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
22126
22197
|
"inheritedFrom": {
|
|
22127
|
-
"name": "
|
|
22128
|
-
"module": "core/
|
|
22198
|
+
"name": "SbbFormAssociatedMixin",
|
|
22199
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22129
22200
|
}
|
|
22130
22201
|
},
|
|
22131
22202
|
{
|
|
22132
22203
|
"kind": "method",
|
|
22133
|
-
"name": "
|
|
22204
|
+
"name": "removeValidityFlag",
|
|
22134
22205
|
"privacy": "protected",
|
|
22135
22206
|
"return": {
|
|
22136
22207
|
"type": {
|
|
22137
|
-
"text": "
|
|
22208
|
+
"text": "void"
|
|
22138
22209
|
}
|
|
22139
22210
|
},
|
|
22140
22211
|
"parameters": [
|
|
22141
22212
|
{
|
|
22142
|
-
"name": "
|
|
22143
|
-
"optional": true,
|
|
22213
|
+
"name": "flag",
|
|
22144
22214
|
"type": {
|
|
22145
|
-
"text": "
|
|
22215
|
+
"text": "T"
|
|
22146
22216
|
}
|
|
22147
22217
|
}
|
|
22148
22218
|
],
|
|
22219
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
22149
22220
|
"inheritedFrom": {
|
|
22150
|
-
"name": "
|
|
22151
|
-
"module": "core/
|
|
22152
|
-
}
|
|
22153
|
-
},
|
|
22154
|
-
{
|
|
22155
|
-
"kind": "field",
|
|
22156
|
-
"name": "events",
|
|
22157
|
-
"privacy": "public",
|
|
22158
|
-
"static": true,
|
|
22159
|
-
"readonly": true,
|
|
22160
|
-
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
22161
|
-
"type": {
|
|
22162
|
-
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
22163
|
-
},
|
|
22164
|
-
"inheritedFrom": {
|
|
22165
|
-
"name": "SbbOpenCloseBaseElement",
|
|
22166
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
22167
|
-
}
|
|
22168
|
-
},
|
|
22169
|
-
{
|
|
22170
|
-
"kind": "field",
|
|
22171
|
-
"name": "state",
|
|
22172
|
-
"privacy": "protected",
|
|
22173
|
-
"description": "The state of the component.",
|
|
22174
|
-
"type": {
|
|
22175
|
-
"text": "SbbOpenedClosedState"
|
|
22176
|
-
},
|
|
22177
|
-
"default": "'closed'",
|
|
22178
|
-
"inheritedFrom": {
|
|
22179
|
-
"name": "SbbOpenCloseBaseElement",
|
|
22180
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
22181
|
-
}
|
|
22182
|
-
},
|
|
22183
|
-
{
|
|
22184
|
-
"kind": "field",
|
|
22185
|
-
"name": "_state",
|
|
22186
|
-
"type": {
|
|
22187
|
-
"text": "SbbOpenedClosedState"
|
|
22188
|
-
},
|
|
22189
|
-
"privacy": "private",
|
|
22190
|
-
"inheritedFrom": {
|
|
22191
|
-
"name": "SbbOpenCloseBaseElement",
|
|
22192
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
22193
|
-
}
|
|
22194
|
-
},
|
|
22195
|
-
{
|
|
22196
|
-
"kind": "field",
|
|
22197
|
-
"name": "isOpen",
|
|
22198
|
-
"type": {
|
|
22199
|
-
"text": "boolean"
|
|
22200
|
-
},
|
|
22201
|
-
"privacy": "public",
|
|
22202
|
-
"description": "Whether the element is open.",
|
|
22203
|
-
"readonly": true,
|
|
22204
|
-
"inheritedFrom": {
|
|
22205
|
-
"name": "SbbOpenCloseBaseElement",
|
|
22206
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
22221
|
+
"name": "SbbFormAssociatedMixin",
|
|
22222
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22207
22223
|
}
|
|
22208
22224
|
},
|
|
22209
22225
|
{
|
|
22210
22226
|
"kind": "method",
|
|
22211
|
-
"name": "
|
|
22212
|
-
"privacy": "
|
|
22227
|
+
"name": "_setInternalValidity",
|
|
22228
|
+
"privacy": "private",
|
|
22213
22229
|
"return": {
|
|
22214
22230
|
"type": {
|
|
22215
22231
|
"text": "void"
|
|
22216
22232
|
}
|
|
22217
22233
|
},
|
|
22218
|
-
"description": "The method which is called on escape key press. Defaults to calling close()",
|
|
22219
|
-
"inheritedFrom": {
|
|
22220
|
-
"name": "SbbOpenCloseBaseElement",
|
|
22221
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
22222
|
-
}
|
|
22223
|
-
},
|
|
22224
|
-
{
|
|
22225
|
-
"kind": "method",
|
|
22226
|
-
"name": "dispatchBeforeOpenEvent",
|
|
22227
|
-
"privacy": "protected",
|
|
22228
|
-
"return": {
|
|
22229
|
-
"type": {
|
|
22230
|
-
"text": "boolean"
|
|
22231
|
-
}
|
|
22232
|
-
},
|
|
22233
|
-
"inheritedFrom": {
|
|
22234
|
-
"name": "SbbOpenCloseBaseElement",
|
|
22235
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
22236
|
-
}
|
|
22237
|
-
},
|
|
22238
|
-
{
|
|
22239
|
-
"kind": "method",
|
|
22240
|
-
"name": "dispatchOpenEvent",
|
|
22241
|
-
"privacy": "protected",
|
|
22242
|
-
"return": {
|
|
22243
|
-
"type": {
|
|
22244
|
-
"text": "boolean"
|
|
22245
|
-
}
|
|
22246
|
-
},
|
|
22247
22234
|
"inheritedFrom": {
|
|
22248
|
-
"name": "
|
|
22249
|
-
"module": "core/
|
|
22235
|
+
"name": "SbbFormAssociatedMixin",
|
|
22236
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22250
22237
|
}
|
|
22251
22238
|
},
|
|
22252
22239
|
{
|
|
@@ -22355,135 +22342,148 @@
|
|
|
22355
22342
|
}
|
|
22356
22343
|
}
|
|
22357
22344
|
],
|
|
22358
|
-
"
|
|
22359
|
-
{
|
|
22360
|
-
"name": "hide-close-button",
|
|
22361
|
-
"type": {
|
|
22362
|
-
"text": "boolean"
|
|
22363
|
-
},
|
|
22364
|
-
"default": "false",
|
|
22365
|
-
"description": "Whether the close button should be hidden.",
|
|
22366
|
-
"fieldName": "hideCloseButton"
|
|
22367
|
-
},
|
|
22345
|
+
"events": [
|
|
22368
22346
|
{
|
|
22369
|
-
"name": "
|
|
22347
|
+
"name": "change",
|
|
22370
22348
|
"type": {
|
|
22371
|
-
"text": "
|
|
22349
|
+
"text": "Event"
|
|
22372
22350
|
},
|
|
22373
|
-
"
|
|
22374
|
-
"
|
|
22375
|
-
|
|
22351
|
+
"description": "The change event is fired when the user modifies the element's value. Unlike the input event, the change event is not necessarily fired for each alteration to an element's value.",
|
|
22352
|
+
"inheritedFrom": {
|
|
22353
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
22354
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
22355
|
+
}
|
|
22376
22356
|
},
|
|
22377
22357
|
{
|
|
22378
|
-
"name": "
|
|
22379
|
-
"description": "Open the popover after a given delay in milliseconds.\nGlobal configuration is used as default, if not set.",
|
|
22380
|
-
"default": "0",
|
|
22358
|
+
"name": "input",
|
|
22381
22359
|
"type": {
|
|
22382
|
-
"text": "
|
|
22360
|
+
"text": "InputEvent"
|
|
22383
22361
|
},
|
|
22384
|
-
"
|
|
22385
|
-
|
|
22362
|
+
"description": "The input event fires when the value has been changed as a direct result of a user action.",
|
|
22363
|
+
"inheritedFrom": {
|
|
22364
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
22365
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
22366
|
+
}
|
|
22367
|
+
}
|
|
22368
|
+
],
|
|
22369
|
+
"attributes": [
|
|
22386
22370
|
{
|
|
22387
|
-
"name": "
|
|
22388
|
-
"description": "Close the popover after a given delay in milliseconds.\nGlobal configuration is used as default, if not set.",
|
|
22389
|
-
"default": "0",
|
|
22371
|
+
"name": "size",
|
|
22390
22372
|
"type": {
|
|
22391
|
-
"text": "
|
|
22373
|
+
"text": "SbbRadioButtonSize"
|
|
22392
22374
|
},
|
|
22393
|
-
"
|
|
22375
|
+
"description": "Size variant, either xs, s or m.",
|
|
22376
|
+
"default": "'m' / 'xs' (lean)",
|
|
22377
|
+
"fieldName": "size"
|
|
22394
22378
|
},
|
|
22395
22379
|
{
|
|
22396
|
-
"name": "
|
|
22380
|
+
"name": "value",
|
|
22397
22381
|
"type": {
|
|
22398
|
-
"text": "
|
|
22382
|
+
"text": "T | null"
|
|
22399
22383
|
},
|
|
22400
|
-
"default": "
|
|
22401
|
-
"description": "
|
|
22402
|
-
"fieldName": "
|
|
22384
|
+
"default": "null",
|
|
22385
|
+
"description": "The value of the form element",
|
|
22386
|
+
"fieldName": "value"
|
|
22403
22387
|
},
|
|
22404
22388
|
{
|
|
22405
|
-
"name": "
|
|
22389
|
+
"name": "allow-empty-selection",
|
|
22390
|
+
"description": "Whether the radio can be deselected.",
|
|
22406
22391
|
"type": {
|
|
22407
|
-
"text": "
|
|
22392
|
+
"text": "boolean"
|
|
22408
22393
|
},
|
|
22409
|
-
"
|
|
22410
|
-
"description": "The element that will trigger the popover overlay.\n\nFor attribute usage, provide an id reference.",
|
|
22411
|
-
"fieldName": "trigger",
|
|
22394
|
+
"fieldName": "allowEmptySelection",
|
|
22412
22395
|
"inheritedFrom": {
|
|
22413
|
-
"name": "
|
|
22414
|
-
"module": "
|
|
22396
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
22397
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
22415
22398
|
}
|
|
22416
|
-
}
|
|
22417
|
-
],
|
|
22418
|
-
"superclass": {
|
|
22419
|
-
"name": "SbbPopoverBaseElement",
|
|
22420
|
-
"module": "popover/popover.component.js"
|
|
22421
|
-
},
|
|
22422
|
-
"tagName": "sbb-popover",
|
|
22423
|
-
"customElement": true,
|
|
22424
|
-
"events": [
|
|
22399
|
+
},
|
|
22425
22400
|
{
|
|
22426
|
-
"name": "
|
|
22401
|
+
"name": "checked",
|
|
22402
|
+
"description": "Whether the radio button is checked.",
|
|
22427
22403
|
"type": {
|
|
22428
|
-
"text": "
|
|
22404
|
+
"text": "boolean"
|
|
22429
22405
|
},
|
|
22430
|
-
"
|
|
22406
|
+
"fieldName": "checked",
|
|
22431
22407
|
"inheritedFrom": {
|
|
22432
|
-
"name": "
|
|
22433
|
-
"module": "core/
|
|
22408
|
+
"name": "SbbFormAssociatedRadioButtonMixin",
|
|
22409
|
+
"module": "core/mixins/form-associated-radio-button-mixin.js"
|
|
22434
22410
|
}
|
|
22435
22411
|
},
|
|
22436
22412
|
{
|
|
22437
|
-
"name": "
|
|
22413
|
+
"name": "name",
|
|
22414
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
22438
22415
|
"type": {
|
|
22439
|
-
"text": "
|
|
22416
|
+
"text": "string"
|
|
22440
22417
|
},
|
|
22441
|
-
"
|
|
22418
|
+
"fieldName": "name",
|
|
22442
22419
|
"inheritedFrom": {
|
|
22443
|
-
"name": "
|
|
22444
|
-
"module": "core/
|
|
22420
|
+
"name": "SbbFormAssociatedMixin",
|
|
22421
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
22445
22422
|
}
|
|
22446
22423
|
},
|
|
22447
22424
|
{
|
|
22448
|
-
"name": "
|
|
22425
|
+
"name": "disabled",
|
|
22426
|
+
"description": "Whether the component is disabled.",
|
|
22427
|
+
"default": "false",
|
|
22449
22428
|
"type": {
|
|
22450
|
-
"text": "
|
|
22429
|
+
"text": "boolean"
|
|
22451
22430
|
},
|
|
22452
|
-
"
|
|
22431
|
+
"fieldName": "disabled",
|
|
22453
22432
|
"inheritedFrom": {
|
|
22454
|
-
"name": "
|
|
22455
|
-
"module": "core/
|
|
22433
|
+
"name": "SbbDisabledMixin",
|
|
22434
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
22456
22435
|
}
|
|
22457
22436
|
},
|
|
22458
22437
|
{
|
|
22459
|
-
"name": "
|
|
22438
|
+
"name": "required",
|
|
22439
|
+
"description": "Whether the component is required.",
|
|
22460
22440
|
"type": {
|
|
22461
|
-
"text": "
|
|
22441
|
+
"text": "boolean"
|
|
22462
22442
|
},
|
|
22463
|
-
"
|
|
22443
|
+
"fieldName": "required",
|
|
22464
22444
|
"inheritedFrom": {
|
|
22465
|
-
"name": "
|
|
22466
|
-
"module": "core/
|
|
22445
|
+
"name": "SbbRequiredMixin",
|
|
22446
|
+
"module": "core/mixins/required-mixin.js"
|
|
22467
22447
|
}
|
|
22468
22448
|
}
|
|
22469
|
-
]
|
|
22449
|
+
],
|
|
22450
|
+
"mixins": [
|
|
22451
|
+
{
|
|
22452
|
+
"name": "SbbRadioButtonCommonElementMixin",
|
|
22453
|
+
"module": "radio-button/common/radio-button-common.js"
|
|
22454
|
+
}
|
|
22455
|
+
],
|
|
22456
|
+
"superclass": {
|
|
22457
|
+
"name": "SbbElement",
|
|
22458
|
+
"module": "core/base-elements.js"
|
|
22459
|
+
},
|
|
22460
|
+
"tagName": "sbb-radio-button",
|
|
22461
|
+
"customElement": true,
|
|
22462
|
+
"classGenerics": "T = string"
|
|
22470
22463
|
}
|
|
22471
22464
|
],
|
|
22472
22465
|
"exports": [
|
|
22473
22466
|
{
|
|
22474
22467
|
"kind": "js",
|
|
22475
|
-
"name": "
|
|
22468
|
+
"name": "SbbRadioButtonElement",
|
|
22476
22469
|
"declaration": {
|
|
22477
|
-
"name": "
|
|
22478
|
-
"module": "
|
|
22470
|
+
"name": "SbbRadioButtonElement",
|
|
22471
|
+
"module": "radio-button/radio-button.component.js"
|
|
22479
22472
|
}
|
|
22480
|
-
}
|
|
22473
|
+
}
|
|
22474
|
+
]
|
|
22475
|
+
},
|
|
22476
|
+
{
|
|
22477
|
+
"kind": "javascript-module",
|
|
22478
|
+
"path": "radio-button/radio-button.js",
|
|
22479
|
+
"declarations": [],
|
|
22480
|
+
"exports": [
|
|
22481
22481
|
{
|
|
22482
22482
|
"kind": "js",
|
|
22483
|
-
"name": "
|
|
22483
|
+
"name": "*",
|
|
22484
22484
|
"declaration": {
|
|
22485
|
-
"name": "
|
|
22486
|
-
"module": "
|
|
22485
|
+
"name": "*",
|
|
22486
|
+
"module": "radio-button/radio-button.component.js"
|
|
22487
22487
|
}
|
|
22488
22488
|
}
|
|
22489
22489
|
]
|
|
@@ -22965,241 +22965,86 @@
|
|
|
22965
22965
|
"fieldName": "name"
|
|
22966
22966
|
},
|
|
22967
22967
|
{
|
|
22968
|
-
"name": "disabled",
|
|
22969
|
-
"description": "Whether the component is disabled.",
|
|
22970
|
-
"default": "false",
|
|
22971
|
-
"type": {
|
|
22972
|
-
"text": "boolean"
|
|
22973
|
-
},
|
|
22974
|
-
"fieldName": "disabled",
|
|
22975
|
-
"inheritedFrom": {
|
|
22976
|
-
"name": "SbbDisabledMixin",
|
|
22977
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
22978
|
-
}
|
|
22979
|
-
},
|
|
22980
|
-
{
|
|
22981
|
-
"name": "required",
|
|
22982
|
-
"description": "Whether the component is required.",
|
|
22983
|
-
"type": {
|
|
22984
|
-
"text": "boolean"
|
|
22985
|
-
},
|
|
22986
|
-
"fieldName": "required",
|
|
22987
|
-
"inheritedFrom": {
|
|
22988
|
-
"name": "SbbRequiredMixin",
|
|
22989
|
-
"module": "core/mixins/required-mixin.js"
|
|
22990
|
-
}
|
|
22991
|
-
},
|
|
22992
|
-
{
|
|
22993
|
-
"name": "size",
|
|
22994
|
-
"type": {
|
|
22995
|
-
"text": "'xs' | 's' | 'm'"
|
|
22996
|
-
},
|
|
22997
|
-
"description": "Size variant, either xs, s or m.",
|
|
22998
|
-
"default": "'m' / 'xs' (lean)",
|
|
22999
|
-
"fieldName": "size",
|
|
23000
|
-
"inheritedFrom": {
|
|
23001
|
-
"name": "SbbSelectionGroupBaseElement",
|
|
23002
|
-
"module": "core/base-elements/selection-group-base-element.js"
|
|
23003
|
-
}
|
|
23004
|
-
},
|
|
23005
|
-
{
|
|
23006
|
-
"name": "horizontal-from",
|
|
23007
|
-
"type": {
|
|
23008
|
-
"text": "SbbHorizontalFrom | null"
|
|
23009
|
-
},
|
|
23010
|
-
"default": "null",
|
|
23011
|
-
"description": "Overrides the behavior of `orientation` property.",
|
|
23012
|
-
"fieldName": "horizontalFrom",
|
|
23013
|
-
"inheritedFrom": {
|
|
23014
|
-
"name": "SbbSelectionGroupBaseElement",
|
|
23015
|
-
"module": "core/base-elements/selection-group-base-element.js"
|
|
23016
|
-
}
|
|
23017
|
-
},
|
|
23018
|
-
{
|
|
23019
|
-
"name": "orientation",
|
|
23020
|
-
"type": {
|
|
23021
|
-
"text": "SbbOrientation"
|
|
23022
|
-
},
|
|
23023
|
-
"default": "'horizontal'",
|
|
23024
|
-
"description": "Indicates the orientation of the checkboxes or panels inside the group.",
|
|
23025
|
-
"fieldName": "orientation",
|
|
23026
|
-
"inheritedFrom": {
|
|
23027
|
-
"name": "SbbSelectionGroupBaseElement",
|
|
23028
|
-
"module": "core/base-elements/selection-group-base-element.js"
|
|
23029
|
-
}
|
|
23030
|
-
}
|
|
23031
|
-
],
|
|
23032
|
-
"superclass": {
|
|
23033
|
-
"name": "SbbSelectionGroupBaseElement",
|
|
23034
|
-
"module": "core/base-elements.js"
|
|
23035
|
-
},
|
|
23036
|
-
"tagName": "sbb-radio-button-group",
|
|
23037
|
-
"customElement": true,
|
|
23038
|
-
"classGenerics": "T = string"
|
|
23039
|
-
}
|
|
23040
|
-
],
|
|
23041
|
-
"exports": [
|
|
23042
|
-
{
|
|
23043
|
-
"kind": "js",
|
|
23044
|
-
"name": "SbbRadioButtonGroupElement",
|
|
23045
|
-
"declaration": {
|
|
23046
|
-
"name": "SbbRadioButtonGroupElement",
|
|
23047
|
-
"module": "radio-button-group/radio-button-group.component.js"
|
|
23048
|
-
}
|
|
23049
|
-
}
|
|
23050
|
-
]
|
|
23051
|
-
},
|
|
23052
|
-
{
|
|
23053
|
-
"kind": "javascript-module",
|
|
23054
|
-
"path": "screen-reader-only/screen-reader-only.component.js",
|
|
23055
|
-
"declarations": [
|
|
23056
|
-
{
|
|
23057
|
-
"kind": "class",
|
|
23058
|
-
"description": "This component can be used to visually hide content but present it to screen readers.",
|
|
23059
|
-
"name": "SbbScreenReaderOnlyElement",
|
|
23060
|
-
"slots": [
|
|
23061
|
-
{
|
|
23062
|
-
"description": "Use the unnamed slot to provide content.",
|
|
23063
|
-
"name": ""
|
|
23064
|
-
}
|
|
23065
|
-
],
|
|
23066
|
-
"members": [
|
|
23067
|
-
{
|
|
23068
|
-
"kind": "field",
|
|
23069
|
-
"name": "elementName",
|
|
23070
|
-
"type": {
|
|
23071
|
-
"text": "string"
|
|
23072
|
-
},
|
|
23073
|
-
"privacy": "public",
|
|
23074
|
-
"static": true,
|
|
23075
|
-
"readonly": true,
|
|
23076
|
-
"default": "'sbb-screen-reader-only'",
|
|
23077
|
-
"inheritedFrom": {
|
|
23078
|
-
"name": "SbbElement",
|
|
23079
|
-
"module": "core/base-elements/element.js"
|
|
23080
|
-
}
|
|
23081
|
-
},
|
|
23082
|
-
{
|
|
23083
|
-
"kind": "field",
|
|
23084
|
-
"name": "_hydrationRequired",
|
|
23085
|
-
"type": {
|
|
23086
|
-
"text": "boolean"
|
|
23087
|
-
},
|
|
23088
|
-
"privacy": "private",
|
|
23089
|
-
"default": "!!this.shadowRoot",
|
|
23090
|
-
"inheritedFrom": {
|
|
23091
|
-
"name": "SbbHydrationMixin",
|
|
23092
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
23093
|
-
}
|
|
23094
|
-
},
|
|
23095
|
-
{
|
|
23096
|
-
"kind": "field",
|
|
23097
|
-
"name": "_hydrationComplete",
|
|
23098
|
-
"privacy": "private",
|
|
23099
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
23100
|
-
"inheritedFrom": {
|
|
23101
|
-
"name": "SbbHydrationMixin",
|
|
23102
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
23103
|
-
}
|
|
23104
|
-
},
|
|
23105
|
-
{
|
|
23106
|
-
"kind": "field",
|
|
23107
|
-
"name": "_resolveHydration",
|
|
22968
|
+
"name": "disabled",
|
|
22969
|
+
"description": "Whether the component is disabled.",
|
|
22970
|
+
"default": "false",
|
|
23108
22971
|
"type": {
|
|
23109
|
-
"text": "
|
|
22972
|
+
"text": "boolean"
|
|
23110
22973
|
},
|
|
23111
|
-
"
|
|
22974
|
+
"fieldName": "disabled",
|
|
23112
22975
|
"inheritedFrom": {
|
|
23113
|
-
"name": "
|
|
23114
|
-
"module": "core/mixins/
|
|
22976
|
+
"name": "SbbDisabledMixin",
|
|
22977
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
23115
22978
|
}
|
|
23116
22979
|
},
|
|
23117
22980
|
{
|
|
23118
|
-
"
|
|
23119
|
-
"
|
|
22981
|
+
"name": "required",
|
|
22982
|
+
"description": "Whether the component is required.",
|
|
23120
22983
|
"type": {
|
|
23121
22984
|
"text": "boolean"
|
|
23122
22985
|
},
|
|
23123
|
-
"
|
|
23124
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
23125
|
-
"readonly": true,
|
|
22986
|
+
"fieldName": "required",
|
|
23126
22987
|
"inheritedFrom": {
|
|
23127
|
-
"name": "
|
|
23128
|
-
"module": "core/mixins/
|
|
23129
|
-
}
|
|
23130
|
-
"default": "!!this.shadowRoot"
|
|
22988
|
+
"name": "SbbRequiredMixin",
|
|
22989
|
+
"module": "core/mixins/required-mixin.js"
|
|
22990
|
+
}
|
|
23131
22991
|
},
|
|
23132
22992
|
{
|
|
23133
|
-
"
|
|
23134
|
-
"
|
|
23135
|
-
|
|
23136
|
-
"return": {
|
|
23137
|
-
"type": {
|
|
23138
|
-
"text": "void"
|
|
23139
|
-
}
|
|
22993
|
+
"name": "size",
|
|
22994
|
+
"type": {
|
|
22995
|
+
"text": "'xs' | 's' | 'm'"
|
|
23140
22996
|
},
|
|
23141
|
-
"
|
|
23142
|
-
|
|
23143
|
-
|
|
23144
|
-
"type": {
|
|
23145
|
-
"text": "string"
|
|
23146
|
-
}
|
|
23147
|
-
},
|
|
23148
|
-
{
|
|
23149
|
-
"name": "force",
|
|
23150
|
-
"optional": true,
|
|
23151
|
-
"type": {
|
|
23152
|
-
"text": "boolean"
|
|
23153
|
-
}
|
|
23154
|
-
}
|
|
23155
|
-
],
|
|
22997
|
+
"description": "Size variant, either xs, s or m.",
|
|
22998
|
+
"default": "'m' / 'xs' (lean)",
|
|
22999
|
+
"fieldName": "size",
|
|
23156
23000
|
"inheritedFrom": {
|
|
23157
|
-
"name": "
|
|
23158
|
-
"module": "core/
|
|
23001
|
+
"name": "SbbSelectionGroupBaseElement",
|
|
23002
|
+
"module": "core/base-elements/selection-group-base-element.js"
|
|
23159
23003
|
}
|
|
23160
23004
|
},
|
|
23161
23005
|
{
|
|
23162
|
-
"
|
|
23163
|
-
"name": "['_$sbbElement$']",
|
|
23006
|
+
"name": "horizontal-from",
|
|
23164
23007
|
"type": {
|
|
23165
|
-
"text": "
|
|
23008
|
+
"text": "SbbHorizontalFrom | null"
|
|
23166
23009
|
},
|
|
23167
|
-
"
|
|
23168
|
-
"
|
|
23169
|
-
"
|
|
23010
|
+
"default": "null",
|
|
23011
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
23012
|
+
"fieldName": "horizontalFrom",
|
|
23170
23013
|
"inheritedFrom": {
|
|
23171
|
-
"name": "
|
|
23172
|
-
"module": "core/base-elements/element.js"
|
|
23014
|
+
"name": "SbbSelectionGroupBaseElement",
|
|
23015
|
+
"module": "core/base-elements/selection-group-base-element.js"
|
|
23173
23016
|
}
|
|
23174
23017
|
},
|
|
23175
23018
|
{
|
|
23176
|
-
"
|
|
23177
|
-
"name": "_controllers",
|
|
23019
|
+
"name": "orientation",
|
|
23178
23020
|
"type": {
|
|
23179
|
-
"text": "
|
|
23021
|
+
"text": "SbbOrientation"
|
|
23180
23022
|
},
|
|
23181
|
-
"
|
|
23023
|
+
"default": "'horizontal'",
|
|
23024
|
+
"description": "Indicates the orientation of the checkboxes or panels inside the group.",
|
|
23025
|
+
"fieldName": "orientation",
|
|
23182
23026
|
"inheritedFrom": {
|
|
23183
|
-
"name": "
|
|
23184
|
-
"module": "core/base-elements/element.js"
|
|
23027
|
+
"name": "SbbSelectionGroupBaseElement",
|
|
23028
|
+
"module": "core/base-elements/selection-group-base-element.js"
|
|
23185
23029
|
}
|
|
23186
23030
|
}
|
|
23187
23031
|
],
|
|
23188
23032
|
"superclass": {
|
|
23189
|
-
"name": "
|
|
23190
|
-
"module": "core/base-elements
|
|
23033
|
+
"name": "SbbSelectionGroupBaseElement",
|
|
23034
|
+
"module": "core/base-elements.js"
|
|
23191
23035
|
},
|
|
23192
|
-
"tagName": "sbb-
|
|
23193
|
-
"customElement": true
|
|
23036
|
+
"tagName": "sbb-radio-button-group",
|
|
23037
|
+
"customElement": true,
|
|
23038
|
+
"classGenerics": "T = string"
|
|
23194
23039
|
}
|
|
23195
23040
|
],
|
|
23196
23041
|
"exports": [
|
|
23197
23042
|
{
|
|
23198
23043
|
"kind": "js",
|
|
23199
|
-
"name": "
|
|
23044
|
+
"name": "SbbRadioButtonGroupElement",
|
|
23200
23045
|
"declaration": {
|
|
23201
|
-
"name": "
|
|
23202
|
-
"module": "
|
|
23046
|
+
"name": "SbbRadioButtonGroupElement",
|
|
23047
|
+
"module": "radio-button-group/radio-button-group.component.js"
|
|
23203
23048
|
}
|
|
23204
23049
|
}
|
|
23205
23050
|
]
|
|
@@ -24449,6 +24294,161 @@
|
|
|
24449
24294
|
}
|
|
24450
24295
|
]
|
|
24451
24296
|
},
|
|
24297
|
+
{
|
|
24298
|
+
"kind": "javascript-module",
|
|
24299
|
+
"path": "screen-reader-only/screen-reader-only.component.js",
|
|
24300
|
+
"declarations": [
|
|
24301
|
+
{
|
|
24302
|
+
"kind": "class",
|
|
24303
|
+
"description": "This component can be used to visually hide content but present it to screen readers.",
|
|
24304
|
+
"name": "SbbScreenReaderOnlyElement",
|
|
24305
|
+
"slots": [
|
|
24306
|
+
{
|
|
24307
|
+
"description": "Use the unnamed slot to provide content.",
|
|
24308
|
+
"name": ""
|
|
24309
|
+
}
|
|
24310
|
+
],
|
|
24311
|
+
"members": [
|
|
24312
|
+
{
|
|
24313
|
+
"kind": "field",
|
|
24314
|
+
"name": "elementName",
|
|
24315
|
+
"type": {
|
|
24316
|
+
"text": "string"
|
|
24317
|
+
},
|
|
24318
|
+
"privacy": "public",
|
|
24319
|
+
"static": true,
|
|
24320
|
+
"readonly": true,
|
|
24321
|
+
"default": "'sbb-screen-reader-only'",
|
|
24322
|
+
"inheritedFrom": {
|
|
24323
|
+
"name": "SbbElement",
|
|
24324
|
+
"module": "core/base-elements/element.js"
|
|
24325
|
+
}
|
|
24326
|
+
},
|
|
24327
|
+
{
|
|
24328
|
+
"kind": "field",
|
|
24329
|
+
"name": "_hydrationRequired",
|
|
24330
|
+
"type": {
|
|
24331
|
+
"text": "boolean"
|
|
24332
|
+
},
|
|
24333
|
+
"privacy": "private",
|
|
24334
|
+
"default": "!!this.shadowRoot",
|
|
24335
|
+
"inheritedFrom": {
|
|
24336
|
+
"name": "SbbHydrationMixin",
|
|
24337
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
24338
|
+
}
|
|
24339
|
+
},
|
|
24340
|
+
{
|
|
24341
|
+
"kind": "field",
|
|
24342
|
+
"name": "_hydrationComplete",
|
|
24343
|
+
"privacy": "private",
|
|
24344
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
24345
|
+
"inheritedFrom": {
|
|
24346
|
+
"name": "SbbHydrationMixin",
|
|
24347
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
24348
|
+
}
|
|
24349
|
+
},
|
|
24350
|
+
{
|
|
24351
|
+
"kind": "field",
|
|
24352
|
+
"name": "_resolveHydration",
|
|
24353
|
+
"type": {
|
|
24354
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
24355
|
+
},
|
|
24356
|
+
"privacy": "private",
|
|
24357
|
+
"inheritedFrom": {
|
|
24358
|
+
"name": "SbbHydrationMixin",
|
|
24359
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
24360
|
+
}
|
|
24361
|
+
},
|
|
24362
|
+
{
|
|
24363
|
+
"kind": "field",
|
|
24364
|
+
"name": "hydrationRequired",
|
|
24365
|
+
"type": {
|
|
24366
|
+
"text": "boolean"
|
|
24367
|
+
},
|
|
24368
|
+
"privacy": "protected",
|
|
24369
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
24370
|
+
"readonly": true,
|
|
24371
|
+
"inheritedFrom": {
|
|
24372
|
+
"name": "SbbHydrationMixin",
|
|
24373
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
24374
|
+
},
|
|
24375
|
+
"default": "!!this.shadowRoot"
|
|
24376
|
+
},
|
|
24377
|
+
{
|
|
24378
|
+
"kind": "method",
|
|
24379
|
+
"name": "toggleState",
|
|
24380
|
+
"privacy": "protected",
|
|
24381
|
+
"return": {
|
|
24382
|
+
"type": {
|
|
24383
|
+
"text": "void"
|
|
24384
|
+
}
|
|
24385
|
+
},
|
|
24386
|
+
"parameters": [
|
|
24387
|
+
{
|
|
24388
|
+
"name": "value",
|
|
24389
|
+
"type": {
|
|
24390
|
+
"text": "string"
|
|
24391
|
+
}
|
|
24392
|
+
},
|
|
24393
|
+
{
|
|
24394
|
+
"name": "force",
|
|
24395
|
+
"optional": true,
|
|
24396
|
+
"type": {
|
|
24397
|
+
"text": "boolean"
|
|
24398
|
+
}
|
|
24399
|
+
}
|
|
24400
|
+
],
|
|
24401
|
+
"inheritedFrom": {
|
|
24402
|
+
"name": "SbbElementInternalsMixin",
|
|
24403
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
24404
|
+
}
|
|
24405
|
+
},
|
|
24406
|
+
{
|
|
24407
|
+
"kind": "field",
|
|
24408
|
+
"name": "['_$sbbElement$']",
|
|
24409
|
+
"type": {
|
|
24410
|
+
"text": "boolean"
|
|
24411
|
+
},
|
|
24412
|
+
"privacy": "public",
|
|
24413
|
+
"static": true,
|
|
24414
|
+
"default": "true",
|
|
24415
|
+
"inheritedFrom": {
|
|
24416
|
+
"name": "SbbElement",
|
|
24417
|
+
"module": "core/base-elements/element.js"
|
|
24418
|
+
}
|
|
24419
|
+
},
|
|
24420
|
+
{
|
|
24421
|
+
"kind": "field",
|
|
24422
|
+
"name": "_controllers",
|
|
24423
|
+
"type": {
|
|
24424
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
24425
|
+
},
|
|
24426
|
+
"privacy": "private",
|
|
24427
|
+
"inheritedFrom": {
|
|
24428
|
+
"name": "SbbElement",
|
|
24429
|
+
"module": "core/base-elements/element.js"
|
|
24430
|
+
}
|
|
24431
|
+
}
|
|
24432
|
+
],
|
|
24433
|
+
"superclass": {
|
|
24434
|
+
"name": "SbbElement",
|
|
24435
|
+
"module": "core/base-elements/element.js"
|
|
24436
|
+
},
|
|
24437
|
+
"tagName": "sbb-screen-reader-only",
|
|
24438
|
+
"customElement": true
|
|
24439
|
+
}
|
|
24440
|
+
],
|
|
24441
|
+
"exports": [
|
|
24442
|
+
{
|
|
24443
|
+
"kind": "js",
|
|
24444
|
+
"name": "SbbScreenReaderOnlyElement",
|
|
24445
|
+
"declaration": {
|
|
24446
|
+
"name": "SbbScreenReaderOnlyElement",
|
|
24447
|
+
"module": "screen-reader-only/screen-reader-only.component.js"
|
|
24448
|
+
}
|
|
24449
|
+
}
|
|
24450
|
+
]
|
|
24451
|
+
},
|
|
24452
24452
|
{
|
|
24453
24453
|
"kind": "javascript-module",
|
|
24454
24454
|
"path": "select/select.component.js",
|