@sbb-esta/lyne-elements-dev 4.7.0-dev.1772627967 → 4.7.0-dev.1772631734
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
CHANGED
|
@@ -103879,52 +103879,168 @@
|
|
|
103879
103879
|
},
|
|
103880
103880
|
{
|
|
103881
103881
|
"kind": "javascript-module",
|
|
103882
|
-
"path": "stepper/
|
|
103882
|
+
"path": "stepper/stepper/stepper.component.js",
|
|
103883
103883
|
"declarations": [
|
|
103884
103884
|
{
|
|
103885
103885
|
"kind": "class",
|
|
103886
|
-
"description": "
|
|
103887
|
-
"name": "
|
|
103886
|
+
"description": "",
|
|
103887
|
+
"name": "SbbStepChangeEvent",
|
|
103888
|
+
"members": [
|
|
103889
|
+
{
|
|
103890
|
+
"kind": "field",
|
|
103891
|
+
"name": "selectedIndex",
|
|
103892
|
+
"type": {
|
|
103893
|
+
"text": "number | null"
|
|
103894
|
+
},
|
|
103895
|
+
"privacy": "public",
|
|
103896
|
+
"readonly": true,
|
|
103897
|
+
"description": "The index of the newly selected step.",
|
|
103898
|
+
"default": "selectedIndex"
|
|
103899
|
+
},
|
|
103900
|
+
{
|
|
103901
|
+
"kind": "field",
|
|
103902
|
+
"name": "previousIndex",
|
|
103903
|
+
"type": {
|
|
103904
|
+
"text": "number | null"
|
|
103905
|
+
},
|
|
103906
|
+
"privacy": "public",
|
|
103907
|
+
"readonly": true,
|
|
103908
|
+
"description": "The index of the previously selected step.",
|
|
103909
|
+
"default": "previousIndex"
|
|
103910
|
+
},
|
|
103911
|
+
{
|
|
103912
|
+
"kind": "field",
|
|
103913
|
+
"name": "selectedStep",
|
|
103914
|
+
"type": {
|
|
103915
|
+
"text": "SbbStepElement | null"
|
|
103916
|
+
},
|
|
103917
|
+
"privacy": "public",
|
|
103918
|
+
"readonly": true,
|
|
103919
|
+
"description": "The newly selected step element.",
|
|
103920
|
+
"default": "selectedStep"
|
|
103921
|
+
},
|
|
103922
|
+
{
|
|
103923
|
+
"kind": "field",
|
|
103924
|
+
"name": "previousStep",
|
|
103925
|
+
"type": {
|
|
103926
|
+
"text": "SbbStepElement | null"
|
|
103927
|
+
},
|
|
103928
|
+
"privacy": "public",
|
|
103929
|
+
"readonly": true,
|
|
103930
|
+
"description": "The previously selected step element.",
|
|
103931
|
+
"default": "previousStep"
|
|
103932
|
+
}
|
|
103933
|
+
],
|
|
103934
|
+
"superclass": {
|
|
103935
|
+
"name": "Event",
|
|
103936
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
103937
|
+
}
|
|
103938
|
+
},
|
|
103939
|
+
{
|
|
103940
|
+
"kind": "class",
|
|
103941
|
+
"description": "Provides a structured, step-by-step workflow for user interactions.",
|
|
103942
|
+
"name": "SbbStepperElement",
|
|
103888
103943
|
"slots": [
|
|
103889
103944
|
{
|
|
103890
|
-
"description": "
|
|
103945
|
+
"description": "Provide a `sbb-expansion-panel-header` and a `sbb-expansion-panel-content` to the stepper.",
|
|
103891
103946
|
"name": ""
|
|
103892
103947
|
},
|
|
103893
103948
|
{
|
|
103894
|
-
"description": "Use this to
|
|
103895
|
-
"name": "
|
|
103949
|
+
"description": "Use this slot to provide an `sbb-step-label`.",
|
|
103950
|
+
"name": "step-label"
|
|
103951
|
+
},
|
|
103952
|
+
{
|
|
103953
|
+
"description": "Use this slot to provide an `sbb-step`.",
|
|
103954
|
+
"name": "step"
|
|
103896
103955
|
}
|
|
103897
103956
|
],
|
|
103898
103957
|
"members": [
|
|
103899
103958
|
{
|
|
103900
103959
|
"kind": "field",
|
|
103901
|
-
"name": "
|
|
103902
|
-
"type": {
|
|
103903
|
-
"text": "string"
|
|
103904
|
-
},
|
|
103960
|
+
"name": "events",
|
|
103905
103961
|
"privacy": "public",
|
|
103906
103962
|
"static": true,
|
|
103907
103963
|
"readonly": true,
|
|
103908
|
-
"default": "'
|
|
103909
|
-
"
|
|
103910
|
-
"
|
|
103911
|
-
"module": "core/base-elements/button-base-element.js"
|
|
103964
|
+
"default": "{ stepchange: 'stepchange', }",
|
|
103965
|
+
"type": {
|
|
103966
|
+
"text": "{\n stepchange: 'stepchange',\n }"
|
|
103912
103967
|
}
|
|
103913
103968
|
},
|
|
103914
103969
|
{
|
|
103915
103970
|
"kind": "field",
|
|
103916
|
-
"name": "
|
|
103971
|
+
"name": "_observer",
|
|
103972
|
+
"privacy": "private",
|
|
103973
|
+
"default": "new IntersectionController(this, { target: null, callback: (entries) => { entries.forEach((e) => { if (e.intersectionRatio > 0) { this._setStepperHeight(this.selected); this._setMarkerSize(); } }); }, })",
|
|
103974
|
+
"description": "If the sbb-stepper is used in a sbb-dialog, the marker on the selected element will not appear,\nbecause the calculations are done when the dialog is closed, so the marker has a width of 0;\nthe same happens for the stepper height.\nWe need to recalculate it when the element becomes visible."
|
|
103975
|
+
},
|
|
103976
|
+
{
|
|
103977
|
+
"kind": "field",
|
|
103978
|
+
"name": "linear",
|
|
103917
103979
|
"type": {
|
|
103918
|
-
"text": "
|
|
103980
|
+
"text": "boolean"
|
|
103919
103981
|
},
|
|
103920
103982
|
"privacy": "public",
|
|
103921
|
-
"
|
|
103922
|
-
"
|
|
103983
|
+
"default": "false",
|
|
103984
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
103985
|
+
"attribute": "linear"
|
|
103986
|
+
},
|
|
103987
|
+
{
|
|
103988
|
+
"kind": "field",
|
|
103989
|
+
"name": "horizontalFrom",
|
|
103990
|
+
"privacy": "public",
|
|
103991
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
103992
|
+
"type": {
|
|
103993
|
+
"text": "SbbHorizontalFrom | null"
|
|
103994
|
+
},
|
|
103995
|
+
"attribute": "horizontal-from",
|
|
103996
|
+
"reflects": true,
|
|
103923
103997
|
"default": "null"
|
|
103924
103998
|
},
|
|
103925
103999
|
{
|
|
103926
104000
|
"kind": "field",
|
|
103927
|
-
"name": "
|
|
104001
|
+
"name": "_horizontalFrom",
|
|
104002
|
+
"type": {
|
|
104003
|
+
"text": "SbbHorizontalFrom | null"
|
|
104004
|
+
},
|
|
104005
|
+
"privacy": "private",
|
|
104006
|
+
"default": "null"
|
|
104007
|
+
},
|
|
104008
|
+
{
|
|
104009
|
+
"kind": "field",
|
|
104010
|
+
"name": "orientation",
|
|
104011
|
+
"type": {
|
|
104012
|
+
"text": "SbbOrientation"
|
|
104013
|
+
},
|
|
104014
|
+
"privacy": "public",
|
|
104015
|
+
"default": "'horizontal'",
|
|
104016
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
104017
|
+
"attribute": "orientation",
|
|
104018
|
+
"reflects": true
|
|
104019
|
+
},
|
|
104020
|
+
{
|
|
104021
|
+
"kind": "field",
|
|
104022
|
+
"name": "size",
|
|
104023
|
+
"type": {
|
|
104024
|
+
"text": "'s' | 'm'"
|
|
104025
|
+
},
|
|
104026
|
+
"privacy": "public",
|
|
104027
|
+
"description": "Size variant, either s or m.",
|
|
104028
|
+
"default": "'m' / 's' (lean)",
|
|
104029
|
+
"attribute": "size",
|
|
104030
|
+
"reflects": true
|
|
104031
|
+
},
|
|
104032
|
+
{
|
|
104033
|
+
"kind": "field",
|
|
104034
|
+
"name": "selected",
|
|
104035
|
+
"privacy": "public",
|
|
104036
|
+
"description": "The currently selected step.",
|
|
104037
|
+
"type": {
|
|
104038
|
+
"text": "SbbStepElement | null"
|
|
104039
|
+
}
|
|
104040
|
+
},
|
|
104041
|
+
{
|
|
104042
|
+
"kind": "field",
|
|
104043
|
+
"name": "_requestedSelected",
|
|
103928
104044
|
"type": {
|
|
103929
104045
|
"text": "SbbStepElement | null"
|
|
103930
104046
|
},
|
|
@@ -103933,250 +104049,240 @@
|
|
|
103933
104049
|
},
|
|
103934
104050
|
{
|
|
103935
104051
|
"kind": "field",
|
|
103936
|
-
"name": "
|
|
104052
|
+
"name": "selectedIndex",
|
|
104053
|
+
"privacy": "public",
|
|
104054
|
+
"description": "The currently selected step index.",
|
|
103937
104055
|
"type": {
|
|
103938
|
-
"text": "
|
|
104056
|
+
"text": "number | null"
|
|
104057
|
+
},
|
|
104058
|
+
"attribute": "selected-index"
|
|
104059
|
+
},
|
|
104060
|
+
{
|
|
104061
|
+
"kind": "field",
|
|
104062
|
+
"name": "_requestedSelectedIndex",
|
|
104063
|
+
"type": {
|
|
104064
|
+
"text": "number | null"
|
|
104065
|
+
},
|
|
104066
|
+
"privacy": "private",
|
|
104067
|
+
"default": "null"
|
|
104068
|
+
},
|
|
104069
|
+
{
|
|
104070
|
+
"kind": "field",
|
|
104071
|
+
"name": "steps",
|
|
104072
|
+
"type": {
|
|
104073
|
+
"text": "SbbStepElement[]"
|
|
103939
104074
|
},
|
|
103940
104075
|
"privacy": "public",
|
|
104076
|
+
"description": "The steps of the stepper.",
|
|
103941
104077
|
"readonly": true
|
|
103942
104078
|
},
|
|
103943
104079
|
{
|
|
103944
104080
|
"kind": "field",
|
|
103945
|
-
"name": "
|
|
103946
|
-
"privacy": "public",
|
|
103947
|
-
"description": "Whether the component is disabled.",
|
|
103948
|
-
"default": "false",
|
|
104081
|
+
"name": "_enabledSteps",
|
|
103949
104082
|
"type": {
|
|
103950
|
-
"text": "
|
|
104083
|
+
"text": "SbbStepElement[]"
|
|
103951
104084
|
},
|
|
103952
|
-
"
|
|
103953
|
-
"
|
|
103954
|
-
"inheritedFrom": {
|
|
103955
|
-
"name": "SbbDisabledMixin",
|
|
103956
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
103957
|
-
}
|
|
104085
|
+
"privacy": "private",
|
|
104086
|
+
"readonly": true
|
|
103958
104087
|
},
|
|
103959
104088
|
{
|
|
103960
104089
|
"kind": "field",
|
|
103961
|
-
"name": "
|
|
104090
|
+
"name": "_loaded",
|
|
103962
104091
|
"type": {
|
|
103963
|
-
"text": "
|
|
104092
|
+
"text": "boolean"
|
|
103964
104093
|
},
|
|
103965
|
-
"privacy": "private"
|
|
104094
|
+
"privacy": "private",
|
|
104095
|
+
"default": "false"
|
|
103966
104096
|
},
|
|
103967
104097
|
{
|
|
103968
104098
|
"kind": "field",
|
|
103969
|
-
"name": "
|
|
104099
|
+
"name": "_resizeObserverTimeout",
|
|
103970
104100
|
"type": {
|
|
103971
|
-
"text": "
|
|
104101
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
103972
104102
|
},
|
|
103973
|
-
"privacy": "private"
|
|
104103
|
+
"privacy": "private",
|
|
104104
|
+
"default": "null"
|
|
104105
|
+
},
|
|
104106
|
+
{
|
|
104107
|
+
"kind": "field",
|
|
104108
|
+
"name": "_mediaMatcher",
|
|
104109
|
+
"privacy": "private",
|
|
104110
|
+
"default": "new SbbMediaMatcherController(this, {})"
|
|
103974
104111
|
},
|
|
103975
104112
|
{
|
|
103976
104113
|
"kind": "method",
|
|
103977
|
-
"name": "
|
|
104114
|
+
"name": "next",
|
|
104115
|
+
"privacy": "public",
|
|
104116
|
+
"return": {
|
|
104117
|
+
"type": {
|
|
104118
|
+
"text": "void"
|
|
104119
|
+
}
|
|
104120
|
+
},
|
|
104121
|
+
"description": "Selects the next step."
|
|
104122
|
+
},
|
|
104123
|
+
{
|
|
104124
|
+
"kind": "method",
|
|
104125
|
+
"name": "previous",
|
|
104126
|
+
"privacy": "public",
|
|
104127
|
+
"return": {
|
|
104128
|
+
"type": {
|
|
104129
|
+
"text": "void"
|
|
104130
|
+
}
|
|
104131
|
+
},
|
|
104132
|
+
"description": "Selects the previous step."
|
|
104133
|
+
},
|
|
104134
|
+
{
|
|
104135
|
+
"kind": "method",
|
|
104136
|
+
"name": "reset",
|
|
104137
|
+
"privacy": "public",
|
|
104138
|
+
"return": {
|
|
104139
|
+
"type": {
|
|
104140
|
+
"text": "void"
|
|
104141
|
+
}
|
|
104142
|
+
},
|
|
104143
|
+
"description": "Resets the form in which the stepper is nested or every form of each step, if any."
|
|
104144
|
+
},
|
|
104145
|
+
{
|
|
104146
|
+
"kind": "method",
|
|
104147
|
+
"name": "_isSelectable",
|
|
103978
104148
|
"privacy": "private",
|
|
103979
104149
|
"return": {
|
|
103980
104150
|
"type": {
|
|
103981
|
-
"text": "
|
|
104151
|
+
"text": "step is SbbStepElement"
|
|
103982
104152
|
}
|
|
103983
104153
|
},
|
|
103984
104154
|
"parameters": [
|
|
103985
104155
|
{
|
|
103986
104156
|
"name": "step",
|
|
103987
104157
|
"type": {
|
|
103988
|
-
"text": "SbbStepElement"
|
|
104158
|
+
"text": "SbbStepElement | null"
|
|
103989
104159
|
}
|
|
103990
104160
|
}
|
|
103991
104161
|
]
|
|
103992
104162
|
},
|
|
103993
104163
|
{
|
|
103994
104164
|
"kind": "method",
|
|
103995
|
-
"name": "
|
|
104165
|
+
"name": "_select",
|
|
103996
104166
|
"privacy": "private",
|
|
103997
104167
|
"return": {
|
|
103998
104168
|
"type": {
|
|
103999
104169
|
"text": "void"
|
|
104000
104170
|
}
|
|
104001
|
-
}
|
|
104002
|
-
},
|
|
104003
|
-
{
|
|
104004
|
-
"kind": "field",
|
|
104005
|
-
"name": "iconName",
|
|
104006
|
-
"type": {
|
|
104007
|
-
"text": "string"
|
|
104008
104171
|
},
|
|
104009
|
-
"
|
|
104010
|
-
|
|
104011
|
-
|
|
104012
|
-
|
|
104013
|
-
|
|
104014
|
-
|
|
104015
|
-
|
|
104172
|
+
"parameters": [
|
|
104173
|
+
{
|
|
104174
|
+
"name": "step",
|
|
104175
|
+
"type": {
|
|
104176
|
+
"text": "SbbStepElement | null"
|
|
104177
|
+
}
|
|
104178
|
+
}
|
|
104179
|
+
]
|
|
104180
|
+
},
|
|
104181
|
+
{
|
|
104182
|
+
"kind": "method",
|
|
104183
|
+
"name": "_setMarkerSize",
|
|
104184
|
+
"privacy": "private",
|
|
104185
|
+
"return": {
|
|
104186
|
+
"type": {
|
|
104187
|
+
"text": "void"
|
|
104188
|
+
}
|
|
104016
104189
|
}
|
|
104017
104190
|
},
|
|
104018
104191
|
{
|
|
104019
104192
|
"kind": "method",
|
|
104020
|
-
"name": "
|
|
104021
|
-
"privacy": "
|
|
104193
|
+
"name": "_setStepperHeight",
|
|
104194
|
+
"privacy": "private",
|
|
104022
104195
|
"return": {
|
|
104023
104196
|
"type": {
|
|
104024
|
-
"text": "
|
|
104197
|
+
"text": "void"
|
|
104025
104198
|
}
|
|
104026
104199
|
},
|
|
104027
104200
|
"parameters": [
|
|
104028
104201
|
{
|
|
104029
|
-
"name": "
|
|
104030
|
-
"optional": true,
|
|
104202
|
+
"name": "step",
|
|
104031
104203
|
"type": {
|
|
104032
|
-
"text": "
|
|
104204
|
+
"text": "SbbStepElement | null"
|
|
104033
104205
|
}
|
|
104034
104206
|
}
|
|
104035
104207
|
],
|
|
104036
|
-
"
|
|
104037
|
-
"name": "SbbIconNameMixin",
|
|
104038
|
-
"module": "icon/icon-name-mixin.js"
|
|
104039
|
-
}
|
|
104208
|
+
"description": "Sets the stepper height based on the height of the provided step."
|
|
104040
104209
|
},
|
|
104041
104210
|
{
|
|
104042
104211
|
"kind": "method",
|
|
104043
|
-
"name": "
|
|
104044
|
-
"privacy": "
|
|
104212
|
+
"name": "_calculateLabelOffsetTop",
|
|
104213
|
+
"privacy": "private",
|
|
104045
104214
|
"return": {
|
|
104046
104215
|
"type": {
|
|
104047
|
-
"text": "
|
|
104216
|
+
"text": "number | undefined"
|
|
104048
104217
|
}
|
|
104049
|
-
},
|
|
104050
|
-
"inheritedFrom": {
|
|
104051
|
-
"name": "SbbIconNameMixin",
|
|
104052
|
-
"module": "icon/icon-name-mixin.js"
|
|
104053
104218
|
}
|
|
104054
104219
|
},
|
|
104055
104220
|
{
|
|
104056
104221
|
"kind": "method",
|
|
104057
|
-
"name": "
|
|
104222
|
+
"name": "_onSelectedStepResize",
|
|
104058
104223
|
"privacy": "private",
|
|
104059
104224
|
"return": {
|
|
104060
104225
|
"type": {
|
|
104061
|
-
"text": "
|
|
104226
|
+
"text": "void"
|
|
104062
104227
|
}
|
|
104063
104228
|
},
|
|
104064
|
-
"
|
|
104065
|
-
|
|
104066
|
-
|
|
104067
|
-
|
|
104229
|
+
"parameters": [
|
|
104230
|
+
{
|
|
104231
|
+
"name": "e",
|
|
104232
|
+
"type": {
|
|
104233
|
+
"text": "Event"
|
|
104234
|
+
}
|
|
104235
|
+
}
|
|
104236
|
+
]
|
|
104068
104237
|
},
|
|
104069
104238
|
{
|
|
104070
|
-
"kind": "
|
|
104071
|
-
"name": "
|
|
104239
|
+
"kind": "method",
|
|
104240
|
+
"name": "_configure",
|
|
104072
104241
|
"privacy": "private",
|
|
104073
|
-
"
|
|
104074
|
-
"
|
|
104075
|
-
|
|
104076
|
-
|
|
104077
|
-
"inheritedFrom": {
|
|
104078
|
-
"name": "SbbDisabledMixin",
|
|
104079
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
104242
|
+
"return": {
|
|
104243
|
+
"type": {
|
|
104244
|
+
"text": "void"
|
|
104245
|
+
}
|
|
104080
104246
|
}
|
|
104081
104247
|
},
|
|
104082
104248
|
{
|
|
104083
104249
|
"kind": "method",
|
|
104084
|
-
"name": "
|
|
104085
|
-
"privacy": "
|
|
104250
|
+
"name": "_updateLabels",
|
|
104251
|
+
"privacy": "private",
|
|
104086
104252
|
"return": {
|
|
104087
104253
|
"type": {
|
|
104088
|
-
"text": "
|
|
104254
|
+
"text": "void"
|
|
104089
104255
|
}
|
|
104090
|
-
},
|
|
104091
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
104092
|
-
"inheritedFrom": {
|
|
104093
|
-
"name": "SbbDisabledMixin",
|
|
104094
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
104095
104256
|
}
|
|
104096
104257
|
},
|
|
104097
104258
|
{
|
|
104098
|
-
"kind": "
|
|
104099
|
-
"name": "
|
|
104100
|
-
"type": {
|
|
104101
|
-
"text": "array"
|
|
104102
|
-
},
|
|
104259
|
+
"kind": "method",
|
|
104260
|
+
"name": "_checkOrientation",
|
|
104103
104261
|
"privacy": "private",
|
|
104104
|
-
"
|
|
104105
|
-
|
|
104106
|
-
|
|
104107
|
-
|
|
104108
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104109
|
-
}
|
|
104110
|
-
},
|
|
104111
|
-
{
|
|
104112
|
-
"kind": "field",
|
|
104113
|
-
"name": "value",
|
|
104114
|
-
"type": {
|
|
104115
|
-
"text": "string"
|
|
104116
|
-
},
|
|
104117
|
-
"privacy": "public",
|
|
104118
|
-
"inheritedFrom": {
|
|
104119
|
-
"name": "SbbButtonBaseElement",
|
|
104120
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104121
|
-
},
|
|
104122
|
-
"default": "''",
|
|
104123
|
-
"description": "Value of the form element.",
|
|
104124
|
-
"attribute": "value"
|
|
104125
|
-
},
|
|
104126
|
-
{
|
|
104127
|
-
"kind": "field",
|
|
104128
|
-
"name": "type",
|
|
104129
|
-
"privacy": "public",
|
|
104130
|
-
"description": "The type attribute to use for the button.",
|
|
104131
|
-
"default": "'button'",
|
|
104132
|
-
"type": {
|
|
104133
|
-
"text": "SbbButtonType"
|
|
104134
|
-
},
|
|
104135
|
-
"attribute": "type",
|
|
104136
|
-
"inheritedFrom": {
|
|
104137
|
-
"name": "SbbButtonBaseElement",
|
|
104138
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104262
|
+
"return": {
|
|
104263
|
+
"type": {
|
|
104264
|
+
"text": "void"
|
|
104265
|
+
}
|
|
104139
104266
|
}
|
|
104140
104267
|
},
|
|
104141
104268
|
{
|
|
104142
104269
|
"kind": "field",
|
|
104143
|
-
"name": "
|
|
104144
|
-
"
|
|
104145
|
-
"text": "HTMLFormElement | null"
|
|
104146
|
-
},
|
|
104147
|
-
"privacy": "public",
|
|
104148
|
-
"description": "The `<form>` element to associate the button with.",
|
|
104149
|
-
"inheritedFrom": {
|
|
104150
|
-
"name": "SbbButtonBaseElement",
|
|
104151
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104152
|
-
},
|
|
104153
|
-
"attribute": "form"
|
|
104154
|
-
},
|
|
104155
|
-
{
|
|
104156
|
-
"kind": "field",
|
|
104157
|
-
"name": "_formId",
|
|
104158
|
-
"type": {
|
|
104159
|
-
"text": "string"
|
|
104160
|
-
},
|
|
104161
|
-
"privacy": "private",
|
|
104162
|
-
"default": "''",
|
|
104163
|
-
"inheritedFrom": {
|
|
104164
|
-
"name": "SbbButtonBaseElement",
|
|
104165
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104166
|
-
}
|
|
104270
|
+
"name": "_onStepperResize",
|
|
104271
|
+
"privacy": "private"
|
|
104167
104272
|
},
|
|
104168
104273
|
{
|
|
104169
|
-
"kind": "
|
|
104170
|
-
"name": "
|
|
104274
|
+
"kind": "method",
|
|
104275
|
+
"name": "_configureLinearMode",
|
|
104171
104276
|
"privacy": "private",
|
|
104172
|
-
"
|
|
104173
|
-
"
|
|
104174
|
-
|
|
104277
|
+
"return": {
|
|
104278
|
+
"type": {
|
|
104279
|
+
"text": "void"
|
|
104280
|
+
}
|
|
104175
104281
|
}
|
|
104176
104282
|
},
|
|
104177
104283
|
{
|
|
104178
104284
|
"kind": "method",
|
|
104179
|
-
"name": "
|
|
104285
|
+
"name": "_handleKeyDown",
|
|
104180
104286
|
"privacy": "private",
|
|
104181
104287
|
"return": {
|
|
104182
104288
|
"type": {
|
|
@@ -104185,376 +104291,62 @@
|
|
|
104185
104291
|
},
|
|
104186
104292
|
"parameters": [
|
|
104187
104293
|
{
|
|
104188
|
-
"name": "
|
|
104294
|
+
"name": "evt",
|
|
104189
104295
|
"type": {
|
|
104190
|
-
"text": "
|
|
104296
|
+
"text": "KeyboardEvent"
|
|
104191
104297
|
}
|
|
104192
104298
|
}
|
|
104193
|
-
]
|
|
104194
|
-
"inheritedFrom": {
|
|
104195
|
-
"name": "SbbButtonBaseElement",
|
|
104196
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104197
|
-
}
|
|
104198
|
-
},
|
|
104199
|
-
{
|
|
104200
|
-
"kind": "field",
|
|
104201
|
-
"name": "_formKeyDown",
|
|
104202
|
-
"privacy": "private",
|
|
104203
|
-
"inheritedFrom": {
|
|
104204
|
-
"name": "SbbButtonBaseElement",
|
|
104205
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104206
|
-
}
|
|
104299
|
+
]
|
|
104207
104300
|
},
|
|
104208
104301
|
{
|
|
104209
104302
|
"kind": "field",
|
|
104210
|
-
"name": "
|
|
104303
|
+
"name": "_hydrationRequired",
|
|
104211
104304
|
"type": {
|
|
104212
104305
|
"text": "boolean"
|
|
104213
104306
|
},
|
|
104214
|
-
"privacy": "
|
|
104215
|
-
"
|
|
104216
|
-
"default": "true",
|
|
104307
|
+
"privacy": "private",
|
|
104308
|
+
"default": "!!this.shadowRoot",
|
|
104217
104309
|
"inheritedFrom": {
|
|
104218
|
-
"name": "
|
|
104219
|
-
"module": "core/mixins/
|
|
104310
|
+
"name": "SbbHydrationMixin",
|
|
104311
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
104220
104312
|
}
|
|
104221
104313
|
},
|
|
104222
104314
|
{
|
|
104223
104315
|
"kind": "field",
|
|
104224
|
-
"name": "
|
|
104225
|
-
"privacy": "
|
|
104226
|
-
"
|
|
104227
|
-
"type": {
|
|
104228
|
-
"text": "string"
|
|
104229
|
-
},
|
|
104230
|
-
"attribute": "name",
|
|
104316
|
+
"name": "_hydrationComplete",
|
|
104317
|
+
"privacy": "private",
|
|
104318
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
104231
104319
|
"inheritedFrom": {
|
|
104232
|
-
"name": "
|
|
104233
|
-
"module": "core/mixins/
|
|
104320
|
+
"name": "SbbHydrationMixin",
|
|
104321
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
104234
104322
|
}
|
|
104235
104323
|
},
|
|
104236
104324
|
{
|
|
104237
104325
|
"kind": "field",
|
|
104238
|
-
"name": "
|
|
104326
|
+
"name": "_resolveHydration",
|
|
104239
104327
|
"type": {
|
|
104240
|
-
"text": "
|
|
104328
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
104241
104329
|
},
|
|
104242
|
-
"privacy": "
|
|
104243
|
-
"description": "Returns the ValidityState object for this element.",
|
|
104244
|
-
"readonly": true,
|
|
104330
|
+
"privacy": "private",
|
|
104245
104331
|
"inheritedFrom": {
|
|
104246
|
-
"name": "
|
|
104247
|
-
"module": "core/mixins/
|
|
104332
|
+
"name": "SbbHydrationMixin",
|
|
104333
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
104248
104334
|
}
|
|
104249
104335
|
},
|
|
104250
104336
|
{
|
|
104251
104337
|
"kind": "field",
|
|
104252
|
-
"name": "
|
|
104338
|
+
"name": "hydrationRequired",
|
|
104253
104339
|
"type": {
|
|
104254
|
-
"text": "
|
|
104340
|
+
"text": "boolean"
|
|
104255
104341
|
},
|
|
104256
|
-
"privacy": "
|
|
104257
|
-
"description": "Returns
|
|
104342
|
+
"privacy": "protected",
|
|
104343
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
104258
104344
|
"readonly": true,
|
|
104259
104345
|
"inheritedFrom": {
|
|
104260
|
-
"name": "
|
|
104261
|
-
"module": "core/mixins/
|
|
104262
|
-
}
|
|
104263
|
-
|
|
104264
|
-
{
|
|
104265
|
-
"kind": "field",
|
|
104266
|
-
"name": "willValidate",
|
|
104267
|
-
"type": {
|
|
104268
|
-
"text": "boolean"
|
|
104269
|
-
},
|
|
104270
|
-
"privacy": "public",
|
|
104271
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
104272
|
-
"readonly": true,
|
|
104273
|
-
"inheritedFrom": {
|
|
104274
|
-
"name": "SbbFormAssociatedMixin",
|
|
104275
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104276
|
-
}
|
|
104277
|
-
},
|
|
104278
|
-
{
|
|
104279
|
-
"kind": "field",
|
|
104280
|
-
"name": "_validityStates",
|
|
104281
|
-
"privacy": "private",
|
|
104282
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
104283
|
-
"inheritedFrom": {
|
|
104284
|
-
"name": "SbbFormAssociatedMixin",
|
|
104285
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104286
|
-
}
|
|
104287
|
-
},
|
|
104288
|
-
{
|
|
104289
|
-
"kind": "field",
|
|
104290
|
-
"name": "formDisabled",
|
|
104291
|
-
"type": {
|
|
104292
|
-
"text": "boolean"
|
|
104293
|
-
},
|
|
104294
|
-
"privacy": "protected",
|
|
104295
|
-
"default": "false",
|
|
104296
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
104297
|
-
"inheritedFrom": {
|
|
104298
|
-
"name": "SbbFormAssociatedMixin",
|
|
104299
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104300
|
-
}
|
|
104301
|
-
},
|
|
104302
|
-
{
|
|
104303
|
-
"kind": "method",
|
|
104304
|
-
"name": "checkValidity",
|
|
104305
|
-
"privacy": "public",
|
|
104306
|
-
"return": {
|
|
104307
|
-
"type": {
|
|
104308
|
-
"text": "boolean"
|
|
104309
|
-
}
|
|
104310
|
-
},
|
|
104311
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
104312
|
-
"inheritedFrom": {
|
|
104313
|
-
"name": "SbbFormAssociatedMixin",
|
|
104314
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104315
|
-
}
|
|
104316
|
-
},
|
|
104317
|
-
{
|
|
104318
|
-
"kind": "method",
|
|
104319
|
-
"name": "reportValidity",
|
|
104320
|
-
"privacy": "public",
|
|
104321
|
-
"return": {
|
|
104322
|
-
"type": {
|
|
104323
|
-
"text": "boolean"
|
|
104324
|
-
}
|
|
104325
|
-
},
|
|
104326
|
-
"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.",
|
|
104327
|
-
"inheritedFrom": {
|
|
104328
|
-
"name": "SbbFormAssociatedMixin",
|
|
104329
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104330
|
-
}
|
|
104331
|
-
},
|
|
104332
|
-
{
|
|
104333
|
-
"kind": "method",
|
|
104334
|
-
"name": "setCustomValidity",
|
|
104335
|
-
"privacy": "public",
|
|
104336
|
-
"return": {
|
|
104337
|
-
"type": {
|
|
104338
|
-
"text": "void"
|
|
104339
|
-
}
|
|
104340
|
-
},
|
|
104341
|
-
"parameters": [
|
|
104342
|
-
{
|
|
104343
|
-
"name": "message",
|
|
104344
|
-
"type": {
|
|
104345
|
-
"text": "string"
|
|
104346
|
-
}
|
|
104347
|
-
}
|
|
104348
|
-
],
|
|
104349
|
-
"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.",
|
|
104350
|
-
"inheritedFrom": {
|
|
104351
|
-
"name": "SbbFormAssociatedMixin",
|
|
104352
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104353
|
-
}
|
|
104354
|
-
},
|
|
104355
|
-
{
|
|
104356
|
-
"kind": "method",
|
|
104357
|
-
"name": "_hasDisabledAncestor",
|
|
104358
|
-
"privacy": "private",
|
|
104359
|
-
"return": {
|
|
104360
|
-
"type": {
|
|
104361
|
-
"text": "boolean"
|
|
104362
|
-
}
|
|
104363
|
-
},
|
|
104364
|
-
"inheritedFrom": {
|
|
104365
|
-
"name": "SbbFormAssociatedMixin",
|
|
104366
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104367
|
-
}
|
|
104368
|
-
},
|
|
104369
|
-
{
|
|
104370
|
-
"kind": "method",
|
|
104371
|
-
"name": "updateFormValue",
|
|
104372
|
-
"privacy": "protected",
|
|
104373
|
-
"return": {
|
|
104374
|
-
"type": {
|
|
104375
|
-
"text": "void"
|
|
104376
|
-
}
|
|
104377
|
-
},
|
|
104378
|
-
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
104379
|
-
"inheritedFrom": {
|
|
104380
|
-
"name": "SbbFormAssociatedMixin",
|
|
104381
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104382
|
-
}
|
|
104383
|
-
},
|
|
104384
|
-
{
|
|
104385
|
-
"kind": "method",
|
|
104386
|
-
"name": "formState",
|
|
104387
|
-
"privacy": "protected",
|
|
104388
|
-
"return": {
|
|
104389
|
-
"type": {
|
|
104390
|
-
"text": "FormRestoreState"
|
|
104391
|
-
}
|
|
104392
|
-
},
|
|
104393
|
-
"inheritedFrom": {
|
|
104394
|
-
"name": "SbbFormAssociatedMixin",
|
|
104395
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104396
|
-
}
|
|
104397
|
-
},
|
|
104398
|
-
{
|
|
104399
|
-
"kind": "method",
|
|
104400
|
-
"name": "setValidityFlag",
|
|
104401
|
-
"privacy": "protected",
|
|
104402
|
-
"return": {
|
|
104403
|
-
"type": {
|
|
104404
|
-
"text": "void"
|
|
104405
|
-
}
|
|
104406
|
-
},
|
|
104407
|
-
"parameters": [
|
|
104408
|
-
{
|
|
104409
|
-
"name": "flag",
|
|
104410
|
-
"type": {
|
|
104411
|
-
"text": "T"
|
|
104412
|
-
}
|
|
104413
|
-
},
|
|
104414
|
-
{
|
|
104415
|
-
"name": "message",
|
|
104416
|
-
"type": {
|
|
104417
|
-
"text": "string"
|
|
104418
|
-
}
|
|
104419
|
-
},
|
|
104420
|
-
{
|
|
104421
|
-
"name": "flagValue",
|
|
104422
|
-
"optional": true,
|
|
104423
|
-
"type": {
|
|
104424
|
-
"text": "ValidityStateFlags[T]"
|
|
104425
|
-
}
|
|
104426
|
-
}
|
|
104427
|
-
],
|
|
104428
|
-
"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).",
|
|
104429
|
-
"inheritedFrom": {
|
|
104430
|
-
"name": "SbbFormAssociatedMixin",
|
|
104431
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104432
|
-
}
|
|
104433
|
-
},
|
|
104434
|
-
{
|
|
104435
|
-
"kind": "method",
|
|
104436
|
-
"name": "removeValidityFlag",
|
|
104437
|
-
"privacy": "protected",
|
|
104438
|
-
"return": {
|
|
104439
|
-
"type": {
|
|
104440
|
-
"text": "void"
|
|
104441
|
-
}
|
|
104442
|
-
},
|
|
104443
|
-
"parameters": [
|
|
104444
|
-
{
|
|
104445
|
-
"name": "flag",
|
|
104446
|
-
"type": {
|
|
104447
|
-
"text": "T"
|
|
104448
|
-
}
|
|
104449
|
-
}
|
|
104450
|
-
],
|
|
104451
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
104452
|
-
"inheritedFrom": {
|
|
104453
|
-
"name": "SbbFormAssociatedMixin",
|
|
104454
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104455
|
-
}
|
|
104456
|
-
},
|
|
104457
|
-
{
|
|
104458
|
-
"kind": "method",
|
|
104459
|
-
"name": "validate",
|
|
104460
|
-
"privacy": "protected",
|
|
104461
|
-
"return": {
|
|
104462
|
-
"type": {
|
|
104463
|
-
"text": "void"
|
|
104464
|
-
}
|
|
104465
|
-
},
|
|
104466
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
104467
|
-
"inheritedFrom": {
|
|
104468
|
-
"name": "SbbFormAssociatedMixin",
|
|
104469
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104470
|
-
}
|
|
104471
|
-
},
|
|
104472
|
-
{
|
|
104473
|
-
"kind": "method",
|
|
104474
|
-
"name": "shouldValidate",
|
|
104475
|
-
"privacy": "protected",
|
|
104476
|
-
"return": {
|
|
104477
|
-
"type": {
|
|
104478
|
-
"text": "boolean"
|
|
104479
|
-
}
|
|
104480
|
-
},
|
|
104481
|
-
"parameters": [
|
|
104482
|
-
{
|
|
104483
|
-
"name": "name",
|
|
104484
|
-
"type": {
|
|
104485
|
-
"text": "PropertyKey | undefined"
|
|
104486
|
-
}
|
|
104487
|
-
}
|
|
104488
|
-
],
|
|
104489
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
104490
|
-
"inheritedFrom": {
|
|
104491
|
-
"name": "SbbFormAssociatedMixin",
|
|
104492
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104493
|
-
}
|
|
104494
|
-
},
|
|
104495
|
-
{
|
|
104496
|
-
"kind": "method",
|
|
104497
|
-
"name": "_setInternalValidity",
|
|
104498
|
-
"privacy": "private",
|
|
104499
|
-
"return": {
|
|
104500
|
-
"type": {
|
|
104501
|
-
"text": "void"
|
|
104502
|
-
}
|
|
104503
|
-
},
|
|
104504
|
-
"inheritedFrom": {
|
|
104505
|
-
"name": "SbbFormAssociatedMixin",
|
|
104506
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104507
|
-
}
|
|
104508
|
-
},
|
|
104509
|
-
{
|
|
104510
|
-
"kind": "field",
|
|
104511
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
104512
|
-
"privacy": "private",
|
|
104513
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
104514
|
-
"parameters": [
|
|
104515
|
-
{
|
|
104516
|
-
"description": "The origin event.",
|
|
104517
|
-
"name": "event"
|
|
104518
|
-
}
|
|
104519
|
-
],
|
|
104520
|
-
"inheritedFrom": {
|
|
104521
|
-
"name": "SbbButtonLikeBaseElement",
|
|
104522
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104523
|
-
}
|
|
104524
|
-
},
|
|
104525
|
-
{
|
|
104526
|
-
"kind": "field",
|
|
104527
|
-
"name": "_removeActiveMarker",
|
|
104528
|
-
"privacy": "private",
|
|
104529
|
-
"inheritedFrom": {
|
|
104530
|
-
"name": "SbbButtonLikeBaseElement",
|
|
104531
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104532
|
-
}
|
|
104533
|
-
},
|
|
104534
|
-
{
|
|
104535
|
-
"kind": "field",
|
|
104536
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
104537
|
-
"privacy": "private",
|
|
104538
|
-
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
104539
|
-
"parameters": [
|
|
104540
|
-
{
|
|
104541
|
-
"description": "The origin event.",
|
|
104542
|
-
"name": "event"
|
|
104543
|
-
}
|
|
104544
|
-
],
|
|
104545
|
-
"inheritedFrom": {
|
|
104546
|
-
"name": "SbbButtonLikeBaseElement",
|
|
104547
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104548
|
-
}
|
|
104549
|
-
},
|
|
104550
|
-
{
|
|
104551
|
-
"kind": "field",
|
|
104552
|
-
"name": "_dispatchClickEvent",
|
|
104553
|
-
"privacy": "private",
|
|
104554
|
-
"inheritedFrom": {
|
|
104555
|
-
"name": "SbbButtonLikeBaseElement",
|
|
104556
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104557
|
-
}
|
|
104346
|
+
"name": "SbbHydrationMixin",
|
|
104347
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
104348
|
+
},
|
|
104349
|
+
"default": "!!this.shadowRoot"
|
|
104558
104350
|
},
|
|
104559
104351
|
{
|
|
104560
104352
|
"kind": "method",
|
|
@@ -104576,501 +104368,645 @@
|
|
|
104576
104368
|
"name": "force",
|
|
104577
104369
|
"optional": true,
|
|
104578
104370
|
"type": {
|
|
104579
|
-
"text": "boolean"
|
|
104580
|
-
}
|
|
104581
|
-
}
|
|
104582
|
-
],
|
|
104583
|
-
"inheritedFrom": {
|
|
104584
|
-
"name": "SbbActionBaseElement",
|
|
104585
|
-
"module": "core/base-elements/action-base-element.js"
|
|
104586
|
-
}
|
|
104587
|
-
},
|
|
104588
|
-
{
|
|
104589
|
-
"kind": "field",
|
|
104590
|
-
"name": "maybeDisabled",
|
|
104591
|
-
"type": {
|
|
104592
|
-
"text": "boolean | undefined"
|
|
104593
|
-
},
|
|
104594
|
-
"privacy": "protected",
|
|
104595
|
-
"readonly": true,
|
|
104596
|
-
"inheritedFrom": {
|
|
104597
|
-
"name": "SbbActionBaseElement",
|
|
104598
|
-
"module": "core/base-elements/action-base-element.js"
|
|
104599
|
-
}
|
|
104600
|
-
},
|
|
104601
|
-
{
|
|
104602
|
-
"kind": "field",
|
|
104603
|
-
"name": "maybeDisabledInteractive",
|
|
104604
|
-
"type": {
|
|
104605
|
-
"text": "boolean | undefined"
|
|
104606
|
-
},
|
|
104607
|
-
"privacy": "protected",
|
|
104608
|
-
"readonly": true,
|
|
104609
|
-
"inheritedFrom": {
|
|
104610
|
-
"name": "SbbActionBaseElement",
|
|
104611
|
-
"module": "core/base-elements/action-base-element.js"
|
|
104612
|
-
}
|
|
104613
|
-
},
|
|
104614
|
-
{
|
|
104615
|
-
"kind": "method",
|
|
104616
|
-
"name": "setupBaseEventHandlers",
|
|
104617
|
-
"privacy": "protected",
|
|
104618
|
-
"return": {
|
|
104619
|
-
"type": {
|
|
104620
|
-
"text": "void"
|
|
104621
|
-
}
|
|
104622
|
-
},
|
|
104623
|
-
"inheritedFrom": {
|
|
104624
|
-
"name": "SbbActionBaseElement",
|
|
104625
|
-
"module": "core/base-elements/action-base-element.js"
|
|
104626
|
-
}
|
|
104627
|
-
},
|
|
104628
|
-
{
|
|
104629
|
-
"kind": "method",
|
|
104630
|
-
"name": "renderTemplate",
|
|
104631
|
-
"privacy": "protected",
|
|
104632
|
-
"return": {
|
|
104633
|
-
"type": {
|
|
104634
|
-
"text": "TemplateResult"
|
|
104371
|
+
"text": "boolean"
|
|
104372
|
+
}
|
|
104635
104373
|
}
|
|
104636
|
-
|
|
104637
|
-
"description": "Override this method to render the component template.",
|
|
104374
|
+
],
|
|
104638
104375
|
"inheritedFrom": {
|
|
104639
|
-
"name": "
|
|
104640
|
-
"module": "core/
|
|
104376
|
+
"name": "SbbElementInternalsMixin",
|
|
104377
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
104641
104378
|
}
|
|
104642
104379
|
}
|
|
104643
104380
|
],
|
|
104644
|
-
"
|
|
104645
|
-
{
|
|
104646
|
-
"name": "SbbIconNameMixin",
|
|
104647
|
-
"module": "icon.js"
|
|
104648
|
-
},
|
|
104381
|
+
"events": [
|
|
104649
104382
|
{
|
|
104650
|
-
"
|
|
104651
|
-
|
|
104383
|
+
"type": {
|
|
104384
|
+
"text": "SbbStepChangeEvent"
|
|
104385
|
+
},
|
|
104386
|
+
"description": "Emits whenever a step was changed.",
|
|
104387
|
+
"name": "stepchange"
|
|
104652
104388
|
}
|
|
104653
104389
|
],
|
|
104654
|
-
"superclass": {
|
|
104655
|
-
"name": "SbbButtonBaseElement",
|
|
104656
|
-
"module": "core/base-elements.js"
|
|
104657
|
-
},
|
|
104658
|
-
"tagName": "sbb-step-label",
|
|
104659
|
-
"customElement": true,
|
|
104660
104390
|
"attributes": [
|
|
104661
104391
|
{
|
|
104662
|
-
"name": "
|
|
104392
|
+
"name": "linear",
|
|
104663
104393
|
"type": {
|
|
104664
|
-
"text": "
|
|
104394
|
+
"text": "boolean"
|
|
104665
104395
|
},
|
|
104666
|
-
"default": "
|
|
104667
|
-
"description": "
|
|
104668
|
-
"fieldName": "
|
|
104669
|
-
"inheritedFrom": {
|
|
104670
|
-
"name": "SbbIconNameMixin",
|
|
104671
|
-
"module": "icon/icon-name-mixin.js"
|
|
104672
|
-
}
|
|
104396
|
+
"default": "false",
|
|
104397
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
104398
|
+
"fieldName": "linear"
|
|
104673
104399
|
},
|
|
104674
104400
|
{
|
|
104675
|
-
"name": "
|
|
104676
|
-
"description": "
|
|
104677
|
-
"default": "false",
|
|
104401
|
+
"name": "horizontal-from",
|
|
104402
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
104678
104403
|
"type": {
|
|
104679
|
-
"text": "
|
|
104404
|
+
"text": "SbbHorizontalFrom | null"
|
|
104680
104405
|
},
|
|
104681
|
-
"fieldName": "
|
|
104682
|
-
"inheritedFrom": {
|
|
104683
|
-
"name": "SbbDisabledMixin",
|
|
104684
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
104685
|
-
}
|
|
104406
|
+
"fieldName": "horizontalFrom"
|
|
104686
104407
|
},
|
|
104687
104408
|
{
|
|
104688
|
-
"name": "
|
|
104409
|
+
"name": "orientation",
|
|
104689
104410
|
"type": {
|
|
104690
|
-
"text": "
|
|
104411
|
+
"text": "SbbOrientation"
|
|
104691
104412
|
},
|
|
104692
|
-
"default": "''",
|
|
104693
|
-
"description": "
|
|
104694
|
-
"fieldName": "
|
|
104695
|
-
"inheritedFrom": {
|
|
104696
|
-
"name": "SbbButtonBaseElement",
|
|
104697
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104698
|
-
}
|
|
104413
|
+
"default": "'horizontal'",
|
|
104414
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
104415
|
+
"fieldName": "orientation"
|
|
104699
104416
|
},
|
|
104700
104417
|
{
|
|
104701
|
-
"name": "
|
|
104702
|
-
"description": "The type attribute to use for the button.",
|
|
104703
|
-
"default": "'button'",
|
|
104418
|
+
"name": "size",
|
|
104704
104419
|
"type": {
|
|
104705
|
-
"text": "
|
|
104420
|
+
"text": "'s' | 'm'"
|
|
104706
104421
|
},
|
|
104707
|
-
"
|
|
104708
|
-
"
|
|
104709
|
-
|
|
104710
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104711
|
-
}
|
|
104422
|
+
"description": "Size variant, either s or m.",
|
|
104423
|
+
"default": "'m' / 's' (lean)",
|
|
104424
|
+
"fieldName": "size"
|
|
104712
104425
|
},
|
|
104713
104426
|
{
|
|
104714
|
-
"name": "
|
|
104715
|
-
"description": "The
|
|
104427
|
+
"name": "selected-index",
|
|
104428
|
+
"description": "The currently selected step index.",
|
|
104716
104429
|
"type": {
|
|
104717
|
-
"text": "
|
|
104430
|
+
"text": "number | null"
|
|
104718
104431
|
},
|
|
104719
|
-
"fieldName": "
|
|
104720
|
-
|
|
104721
|
-
|
|
104722
|
-
|
|
104723
|
-
|
|
104432
|
+
"fieldName": "selectedIndex"
|
|
104433
|
+
}
|
|
104434
|
+
],
|
|
104435
|
+
"mixins": [
|
|
104436
|
+
{
|
|
104437
|
+
"name": "SbbHydrationMixin",
|
|
104438
|
+
"module": "core/mixins.js"
|
|
104724
104439
|
},
|
|
104725
104440
|
{
|
|
104726
|
-
"name": "
|
|
104727
|
-
"
|
|
104728
|
-
"type": {
|
|
104729
|
-
"text": "string"
|
|
104730
|
-
},
|
|
104731
|
-
"fieldName": "name",
|
|
104732
|
-
"inheritedFrom": {
|
|
104733
|
-
"name": "SbbFormAssociatedMixin",
|
|
104734
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104735
|
-
}
|
|
104441
|
+
"name": "SbbElementInternalsMixin",
|
|
104442
|
+
"module": "core/mixins.js"
|
|
104736
104443
|
}
|
|
104737
|
-
]
|
|
104444
|
+
],
|
|
104445
|
+
"superclass": {
|
|
104446
|
+
"name": "LitElement",
|
|
104447
|
+
"package": "lit"
|
|
104448
|
+
},
|
|
104449
|
+
"tagName": "sbb-stepper",
|
|
104450
|
+
"customElement": true
|
|
104451
|
+
},
|
|
104452
|
+
{
|
|
104453
|
+
"kind": "variable",
|
|
104454
|
+
"name": "currentIndex"
|
|
104455
|
+
},
|
|
104456
|
+
{
|
|
104457
|
+
"kind": "variable",
|
|
104458
|
+
"name": "currentStep"
|
|
104738
104459
|
}
|
|
104739
104460
|
],
|
|
104740
104461
|
"exports": [
|
|
104741
104462
|
{
|
|
104742
104463
|
"kind": "js",
|
|
104743
|
-
"name": "
|
|
104464
|
+
"name": "SbbStepChangeEvent",
|
|
104744
104465
|
"declaration": {
|
|
104745
|
-
"name": "
|
|
104746
|
-
"module": "stepper/
|
|
104466
|
+
"name": "SbbStepChangeEvent",
|
|
104467
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
104468
|
+
}
|
|
104469
|
+
},
|
|
104470
|
+
{
|
|
104471
|
+
"kind": "js",
|
|
104472
|
+
"name": "SbbStepperElement",
|
|
104473
|
+
"declaration": {
|
|
104474
|
+
"name": "SbbStepperElement",
|
|
104475
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
104747
104476
|
}
|
|
104748
104477
|
},
|
|
104749
104478
|
{
|
|
104750
104479
|
"kind": "custom-element-definition",
|
|
104751
|
-
"name": "sbb-
|
|
104480
|
+
"name": "sbb-stepper",
|
|
104752
104481
|
"declaration": {
|
|
104753
|
-
"name": "
|
|
104754
|
-
"module": "stepper/
|
|
104482
|
+
"name": "SbbStepperElement",
|
|
104483
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
104755
104484
|
}
|
|
104756
104485
|
}
|
|
104757
104486
|
]
|
|
104758
104487
|
},
|
|
104759
104488
|
{
|
|
104760
104489
|
"kind": "javascript-module",
|
|
104761
|
-
"path": "stepper/
|
|
104490
|
+
"path": "stepper/step-label/step-label.component.js",
|
|
104762
104491
|
"declarations": [
|
|
104763
104492
|
{
|
|
104764
104493
|
"kind": "class",
|
|
104765
|
-
"description": "",
|
|
104766
|
-
"name": "
|
|
104494
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's label.",
|
|
104495
|
+
"name": "SbbStepLabelElement",
|
|
104496
|
+
"slots": [
|
|
104497
|
+
{
|
|
104498
|
+
"description": "Use the unnamed slot to provide a label.",
|
|
104499
|
+
"name": ""
|
|
104500
|
+
},
|
|
104501
|
+
{
|
|
104502
|
+
"description": "Use this to display an icon in the label bubble.",
|
|
104503
|
+
"name": "icon"
|
|
104504
|
+
}
|
|
104505
|
+
],
|
|
104767
104506
|
"members": [
|
|
104768
104507
|
{
|
|
104769
104508
|
"kind": "field",
|
|
104770
|
-
"name": "
|
|
104509
|
+
"name": "role",
|
|
104771
104510
|
"type": {
|
|
104772
|
-
"text": "
|
|
104511
|
+
"text": "string"
|
|
104773
104512
|
},
|
|
104774
104513
|
"privacy": "public",
|
|
104514
|
+
"static": true,
|
|
104775
104515
|
"readonly": true,
|
|
104776
|
-
"
|
|
104777
|
-
"
|
|
104516
|
+
"default": "'tab'",
|
|
104517
|
+
"inheritedFrom": {
|
|
104518
|
+
"name": "SbbButtonLikeBaseElement",
|
|
104519
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104520
|
+
}
|
|
104778
104521
|
},
|
|
104779
104522
|
{
|
|
104780
104523
|
"kind": "field",
|
|
104781
|
-
"name": "
|
|
104524
|
+
"name": "step",
|
|
104782
104525
|
"type": {
|
|
104783
|
-
"text": "
|
|
104526
|
+
"text": "SbbStepElement | null"
|
|
104784
104527
|
},
|
|
104785
104528
|
"privacy": "public",
|
|
104529
|
+
"description": "The step controlled by the label.",
|
|
104786
104530
|
"readonly": true,
|
|
104787
|
-
"
|
|
104788
|
-
"default": "previousIndex"
|
|
104531
|
+
"default": "null"
|
|
104789
104532
|
},
|
|
104790
104533
|
{
|
|
104791
104534
|
"kind": "field",
|
|
104792
|
-
"name": "
|
|
104535
|
+
"name": "_step",
|
|
104793
104536
|
"type": {
|
|
104794
104537
|
"text": "SbbStepElement | null"
|
|
104795
104538
|
},
|
|
104539
|
+
"privacy": "private",
|
|
104540
|
+
"default": "null"
|
|
104541
|
+
},
|
|
104542
|
+
{
|
|
104543
|
+
"kind": "field",
|
|
104544
|
+
"name": "stepper",
|
|
104545
|
+
"type": {
|
|
104546
|
+
"text": "SbbStepperElement | null"
|
|
104547
|
+
},
|
|
104796
104548
|
"privacy": "public",
|
|
104797
|
-
"readonly": true
|
|
104798
|
-
|
|
104799
|
-
|
|
104549
|
+
"readonly": true
|
|
104550
|
+
},
|
|
104551
|
+
{
|
|
104552
|
+
"kind": "field",
|
|
104553
|
+
"name": "disabled",
|
|
104554
|
+
"privacy": "public",
|
|
104555
|
+
"description": "Whether the component is disabled.",
|
|
104556
|
+
"default": "false",
|
|
104557
|
+
"type": {
|
|
104558
|
+
"text": "boolean"
|
|
104559
|
+
},
|
|
104560
|
+
"attribute": "disabled",
|
|
104561
|
+
"reflects": true,
|
|
104562
|
+
"inheritedFrom": {
|
|
104563
|
+
"name": "SbbDisabledMixin",
|
|
104564
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
104565
|
+
}
|
|
104566
|
+
},
|
|
104567
|
+
{
|
|
104568
|
+
"kind": "field",
|
|
104569
|
+
"name": "_previousOrientation",
|
|
104570
|
+
"type": {
|
|
104571
|
+
"text": "string | undefined"
|
|
104572
|
+
},
|
|
104573
|
+
"privacy": "private"
|
|
104574
|
+
},
|
|
104575
|
+
{
|
|
104576
|
+
"kind": "field",
|
|
104577
|
+
"name": "_previousSize",
|
|
104578
|
+
"type": {
|
|
104579
|
+
"text": "string | undefined"
|
|
104580
|
+
},
|
|
104581
|
+
"privacy": "private"
|
|
104582
|
+
},
|
|
104583
|
+
{
|
|
104584
|
+
"kind": "method",
|
|
104585
|
+
"name": "_isNotDeactivatedByLinearMode",
|
|
104586
|
+
"privacy": "private",
|
|
104587
|
+
"return": {
|
|
104588
|
+
"type": {
|
|
104589
|
+
"text": "boolean"
|
|
104590
|
+
}
|
|
104591
|
+
},
|
|
104592
|
+
"parameters": [
|
|
104593
|
+
{
|
|
104594
|
+
"name": "step",
|
|
104595
|
+
"type": {
|
|
104596
|
+
"text": "SbbStepElement"
|
|
104597
|
+
}
|
|
104598
|
+
}
|
|
104599
|
+
]
|
|
104600
|
+
},
|
|
104601
|
+
{
|
|
104602
|
+
"kind": "method",
|
|
104603
|
+
"name": "_assignStep",
|
|
104604
|
+
"privacy": "private",
|
|
104605
|
+
"return": {
|
|
104606
|
+
"type": {
|
|
104607
|
+
"text": "void"
|
|
104608
|
+
}
|
|
104609
|
+
}
|
|
104800
104610
|
},
|
|
104801
104611
|
{
|
|
104802
104612
|
"kind": "field",
|
|
104803
|
-
"name": "
|
|
104613
|
+
"name": "iconName",
|
|
104804
104614
|
"type": {
|
|
104805
|
-
"text": "
|
|
104615
|
+
"text": "string"
|
|
104806
104616
|
},
|
|
104807
104617
|
"privacy": "public",
|
|
104808
|
-
"
|
|
104809
|
-
"description": "The
|
|
104810
|
-
"
|
|
104811
|
-
|
|
104812
|
-
|
|
104813
|
-
|
|
104814
|
-
|
|
104815
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
104816
|
-
}
|
|
104817
|
-
},
|
|
104818
|
-
{
|
|
104819
|
-
"kind": "class",
|
|
104820
|
-
"description": "Provides a structured, step-by-step workflow for user interactions.",
|
|
104821
|
-
"name": "SbbStepperElement",
|
|
104822
|
-
"slots": [
|
|
104823
|
-
{
|
|
104824
|
-
"description": "Provide a `sbb-expansion-panel-header` and a `sbb-expansion-panel-content` to the stepper.",
|
|
104825
|
-
"name": ""
|
|
104618
|
+
"default": "''",
|
|
104619
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
104620
|
+
"attribute": "icon-name",
|
|
104621
|
+
"inheritedFrom": {
|
|
104622
|
+
"name": "SbbIconNameMixin",
|
|
104623
|
+
"module": "icon/icon-name-mixin.js"
|
|
104624
|
+
}
|
|
104826
104625
|
},
|
|
104827
104626
|
{
|
|
104828
|
-
"
|
|
104829
|
-
"name": "
|
|
104627
|
+
"kind": "method",
|
|
104628
|
+
"name": "renderIconSlot",
|
|
104629
|
+
"privacy": "protected",
|
|
104630
|
+
"return": {
|
|
104631
|
+
"type": {
|
|
104632
|
+
"text": "TemplateResult"
|
|
104633
|
+
}
|
|
104634
|
+
},
|
|
104635
|
+
"parameters": [
|
|
104636
|
+
{
|
|
104637
|
+
"name": "classname",
|
|
104638
|
+
"optional": true,
|
|
104639
|
+
"type": {
|
|
104640
|
+
"text": "string"
|
|
104641
|
+
}
|
|
104642
|
+
}
|
|
104643
|
+
],
|
|
104644
|
+
"inheritedFrom": {
|
|
104645
|
+
"name": "SbbIconNameMixin",
|
|
104646
|
+
"module": "icon/icon-name-mixin.js"
|
|
104647
|
+
}
|
|
104830
104648
|
},
|
|
104831
104649
|
{
|
|
104832
|
-
"
|
|
104833
|
-
"name": "
|
|
104834
|
-
|
|
104835
|
-
|
|
104836
|
-
|
|
104837
|
-
|
|
104838
|
-
|
|
104839
|
-
|
|
104840
|
-
"
|
|
104841
|
-
|
|
104842
|
-
|
|
104843
|
-
"default": "{ stepchange: 'stepchange', }",
|
|
104844
|
-
"type": {
|
|
104845
|
-
"text": "{\n stepchange: 'stepchange',\n }"
|
|
104650
|
+
"kind": "method",
|
|
104651
|
+
"name": "renderIconName",
|
|
104652
|
+
"privacy": "protected",
|
|
104653
|
+
"return": {
|
|
104654
|
+
"type": {
|
|
104655
|
+
"text": "string"
|
|
104656
|
+
}
|
|
104657
|
+
},
|
|
104658
|
+
"inheritedFrom": {
|
|
104659
|
+
"name": "SbbIconNameMixin",
|
|
104660
|
+
"module": "icon/icon-name-mixin.js"
|
|
104846
104661
|
}
|
|
104847
104662
|
},
|
|
104848
104663
|
{
|
|
104849
|
-
"kind": "
|
|
104850
|
-
"name": "
|
|
104664
|
+
"kind": "method",
|
|
104665
|
+
"name": "_renderIconName",
|
|
104851
104666
|
"privacy": "private",
|
|
104852
|
-
"
|
|
104853
|
-
|
|
104667
|
+
"return": {
|
|
104668
|
+
"type": {
|
|
104669
|
+
"text": "string"
|
|
104670
|
+
}
|
|
104671
|
+
},
|
|
104672
|
+
"inheritedFrom": {
|
|
104673
|
+
"name": "SbbIconNameMixin",
|
|
104674
|
+
"module": "icon/icon-name-mixin.js"
|
|
104675
|
+
}
|
|
104854
104676
|
},
|
|
104855
104677
|
{
|
|
104856
104678
|
"kind": "field",
|
|
104857
|
-
"name": "
|
|
104679
|
+
"name": "#disabled",
|
|
104680
|
+
"privacy": "private",
|
|
104858
104681
|
"type": {
|
|
104859
104682
|
"text": "boolean"
|
|
104860
104683
|
},
|
|
104861
|
-
"privacy": "public",
|
|
104862
104684
|
"default": "false",
|
|
104863
|
-
"
|
|
104864
|
-
|
|
104685
|
+
"inheritedFrom": {
|
|
104686
|
+
"name": "SbbDisabledMixin",
|
|
104687
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
104688
|
+
}
|
|
104865
104689
|
},
|
|
104866
104690
|
{
|
|
104867
|
-
"kind": "
|
|
104868
|
-
"name": "
|
|
104869
|
-
"privacy": "
|
|
104870
|
-
"
|
|
104871
|
-
|
|
104872
|
-
|
|
104691
|
+
"kind": "method",
|
|
104692
|
+
"name": "isDisabledExternally",
|
|
104693
|
+
"privacy": "protected",
|
|
104694
|
+
"return": {
|
|
104695
|
+
"type": {
|
|
104696
|
+
"text": "boolean"
|
|
104697
|
+
}
|
|
104873
104698
|
},
|
|
104874
|
-
"
|
|
104875
|
-
"
|
|
104876
|
-
|
|
104699
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
104700
|
+
"inheritedFrom": {
|
|
104701
|
+
"name": "SbbDisabledMixin",
|
|
104702
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
104703
|
+
}
|
|
104877
104704
|
},
|
|
104878
104705
|
{
|
|
104879
104706
|
"kind": "field",
|
|
104880
|
-
"name": "
|
|
104707
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
104881
104708
|
"type": {
|
|
104882
|
-
"text": "
|
|
104709
|
+
"text": "array"
|
|
104883
104710
|
},
|
|
104884
104711
|
"privacy": "private",
|
|
104885
|
-
"
|
|
104712
|
+
"readonly": true,
|
|
104713
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
104714
|
+
"inheritedFrom": {
|
|
104715
|
+
"name": "SbbButtonBaseElement",
|
|
104716
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104717
|
+
}
|
|
104886
104718
|
},
|
|
104887
104719
|
{
|
|
104888
104720
|
"kind": "field",
|
|
104889
|
-
"name": "
|
|
104721
|
+
"name": "value",
|
|
104890
104722
|
"type": {
|
|
104891
|
-
"text": "
|
|
104723
|
+
"text": "string"
|
|
104892
104724
|
},
|
|
104893
104725
|
"privacy": "public",
|
|
104894
|
-
"
|
|
104895
|
-
|
|
104896
|
-
|
|
104897
|
-
|
|
104726
|
+
"inheritedFrom": {
|
|
104727
|
+
"name": "SbbButtonBaseElement",
|
|
104728
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104729
|
+
},
|
|
104730
|
+
"default": "''",
|
|
104731
|
+
"description": "Value of the form element.",
|
|
104732
|
+
"attribute": "value"
|
|
104898
104733
|
},
|
|
104899
104734
|
{
|
|
104900
104735
|
"kind": "field",
|
|
104901
|
-
"name": "
|
|
104736
|
+
"name": "type",
|
|
104737
|
+
"privacy": "public",
|
|
104738
|
+
"description": "The type attribute to use for the button.",
|
|
104739
|
+
"default": "'button'",
|
|
104902
104740
|
"type": {
|
|
104903
|
-
"text": "
|
|
104741
|
+
"text": "SbbButtonType"
|
|
104904
104742
|
},
|
|
104905
|
-
"
|
|
104906
|
-
"
|
|
104907
|
-
|
|
104908
|
-
|
|
104909
|
-
|
|
104743
|
+
"attribute": "type",
|
|
104744
|
+
"inheritedFrom": {
|
|
104745
|
+
"name": "SbbButtonBaseElement",
|
|
104746
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104747
|
+
}
|
|
104910
104748
|
},
|
|
104911
104749
|
{
|
|
104912
104750
|
"kind": "field",
|
|
104913
|
-
"name": "
|
|
104751
|
+
"name": "form",
|
|
104752
|
+
"type": {
|
|
104753
|
+
"text": "HTMLFormElement | null"
|
|
104754
|
+
},
|
|
104914
104755
|
"privacy": "public",
|
|
104915
|
-
"description": "The
|
|
104756
|
+
"description": "The `<form>` element to associate the button with.",
|
|
104757
|
+
"inheritedFrom": {
|
|
104758
|
+
"name": "SbbButtonBaseElement",
|
|
104759
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104760
|
+
},
|
|
104761
|
+
"attribute": "form"
|
|
104762
|
+
},
|
|
104763
|
+
{
|
|
104764
|
+
"kind": "field",
|
|
104765
|
+
"name": "_formId",
|
|
104916
104766
|
"type": {
|
|
104917
|
-
"text": "
|
|
104767
|
+
"text": "string"
|
|
104768
|
+
},
|
|
104769
|
+
"privacy": "private",
|
|
104770
|
+
"default": "''",
|
|
104771
|
+
"inheritedFrom": {
|
|
104772
|
+
"name": "SbbButtonBaseElement",
|
|
104773
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104918
104774
|
}
|
|
104919
104775
|
},
|
|
104920
104776
|
{
|
|
104921
104777
|
"kind": "field",
|
|
104922
|
-
"name": "
|
|
104923
|
-
"
|
|
104924
|
-
|
|
104778
|
+
"name": "_handleButtonClick",
|
|
104779
|
+
"privacy": "private",
|
|
104780
|
+
"inheritedFrom": {
|
|
104781
|
+
"name": "SbbButtonBaseElement",
|
|
104782
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104783
|
+
}
|
|
104784
|
+
},
|
|
104785
|
+
{
|
|
104786
|
+
"kind": "method",
|
|
104787
|
+
"name": "_requestSubmit",
|
|
104788
|
+
"privacy": "private",
|
|
104789
|
+
"return": {
|
|
104790
|
+
"type": {
|
|
104791
|
+
"text": "void"
|
|
104792
|
+
}
|
|
104925
104793
|
},
|
|
104794
|
+
"parameters": [
|
|
104795
|
+
{
|
|
104796
|
+
"name": "form",
|
|
104797
|
+
"type": {
|
|
104798
|
+
"text": "HTMLFormElement"
|
|
104799
|
+
}
|
|
104800
|
+
}
|
|
104801
|
+
],
|
|
104802
|
+
"inheritedFrom": {
|
|
104803
|
+
"name": "SbbButtonBaseElement",
|
|
104804
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104805
|
+
}
|
|
104806
|
+
},
|
|
104807
|
+
{
|
|
104808
|
+
"kind": "field",
|
|
104809
|
+
"name": "_formKeyDown",
|
|
104926
104810
|
"privacy": "private",
|
|
104927
|
-
"
|
|
104811
|
+
"inheritedFrom": {
|
|
104812
|
+
"name": "SbbButtonBaseElement",
|
|
104813
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104814
|
+
}
|
|
104928
104815
|
},
|
|
104929
104816
|
{
|
|
104930
104817
|
"kind": "field",
|
|
104931
|
-
"name": "
|
|
104932
|
-
"privacy": "public",
|
|
104933
|
-
"description": "The currently selected step index.",
|
|
104818
|
+
"name": "formAssociated",
|
|
104934
104819
|
"type": {
|
|
104935
|
-
"text": "
|
|
104820
|
+
"text": "boolean"
|
|
104936
104821
|
},
|
|
104937
|
-
"
|
|
104822
|
+
"privacy": "public",
|
|
104823
|
+
"static": true,
|
|
104824
|
+
"default": "true",
|
|
104825
|
+
"inheritedFrom": {
|
|
104826
|
+
"name": "SbbFormAssociatedMixin",
|
|
104827
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104828
|
+
}
|
|
104938
104829
|
},
|
|
104939
104830
|
{
|
|
104940
104831
|
"kind": "field",
|
|
104941
|
-
"name": "
|
|
104832
|
+
"name": "name",
|
|
104833
|
+
"privacy": "public",
|
|
104834
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
104942
104835
|
"type": {
|
|
104943
|
-
"text": "
|
|
104836
|
+
"text": "string"
|
|
104944
104837
|
},
|
|
104945
|
-
"
|
|
104946
|
-
"
|
|
104838
|
+
"attribute": "name",
|
|
104839
|
+
"inheritedFrom": {
|
|
104840
|
+
"name": "SbbFormAssociatedMixin",
|
|
104841
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104842
|
+
}
|
|
104947
104843
|
},
|
|
104948
104844
|
{
|
|
104949
104845
|
"kind": "field",
|
|
104950
|
-
"name": "
|
|
104846
|
+
"name": "validity",
|
|
104951
104847
|
"type": {
|
|
104952
|
-
"text": "
|
|
104848
|
+
"text": "ValidityState"
|
|
104953
104849
|
},
|
|
104954
104850
|
"privacy": "public",
|
|
104955
|
-
"description": "
|
|
104956
|
-
"readonly": true
|
|
104851
|
+
"description": "Returns the ValidityState object for this element.",
|
|
104852
|
+
"readonly": true,
|
|
104853
|
+
"inheritedFrom": {
|
|
104854
|
+
"name": "SbbFormAssociatedMixin",
|
|
104855
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104856
|
+
}
|
|
104957
104857
|
},
|
|
104958
104858
|
{
|
|
104959
104859
|
"kind": "field",
|
|
104960
|
-
"name": "
|
|
104860
|
+
"name": "validationMessage",
|
|
104961
104861
|
"type": {
|
|
104962
|
-
"text": "
|
|
104862
|
+
"text": "string"
|
|
104963
104863
|
},
|
|
104964
|
-
"privacy": "
|
|
104965
|
-
"
|
|
104864
|
+
"privacy": "public",
|
|
104865
|
+
"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.",
|
|
104866
|
+
"readonly": true,
|
|
104867
|
+
"inheritedFrom": {
|
|
104868
|
+
"name": "SbbFormAssociatedMixin",
|
|
104869
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104870
|
+
}
|
|
104966
104871
|
},
|
|
104967
104872
|
{
|
|
104968
104873
|
"kind": "field",
|
|
104969
|
-
"name": "
|
|
104874
|
+
"name": "willValidate",
|
|
104970
104875
|
"type": {
|
|
104971
104876
|
"text": "boolean"
|
|
104972
104877
|
},
|
|
104973
|
-
"privacy": "
|
|
104974
|
-
"
|
|
104878
|
+
"privacy": "public",
|
|
104879
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
104880
|
+
"readonly": true,
|
|
104881
|
+
"inheritedFrom": {
|
|
104882
|
+
"name": "SbbFormAssociatedMixin",
|
|
104883
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104884
|
+
}
|
|
104975
104885
|
},
|
|
104976
104886
|
{
|
|
104977
104887
|
"kind": "field",
|
|
104978
|
-
"name": "
|
|
104979
|
-
"type": {
|
|
104980
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
104981
|
-
},
|
|
104888
|
+
"name": "_validityStates",
|
|
104982
104889
|
"privacy": "private",
|
|
104983
|
-
"default": "
|
|
104890
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
104891
|
+
"inheritedFrom": {
|
|
104892
|
+
"name": "SbbFormAssociatedMixin",
|
|
104893
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104894
|
+
}
|
|
104984
104895
|
},
|
|
104985
104896
|
{
|
|
104986
104897
|
"kind": "field",
|
|
104987
|
-
"name": "
|
|
104988
|
-
"
|
|
104989
|
-
|
|
104898
|
+
"name": "formDisabled",
|
|
104899
|
+
"type": {
|
|
104900
|
+
"text": "boolean"
|
|
104901
|
+
},
|
|
104902
|
+
"privacy": "protected",
|
|
104903
|
+
"default": "false",
|
|
104904
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
104905
|
+
"inheritedFrom": {
|
|
104906
|
+
"name": "SbbFormAssociatedMixin",
|
|
104907
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104908
|
+
}
|
|
104990
104909
|
},
|
|
104991
104910
|
{
|
|
104992
104911
|
"kind": "method",
|
|
104993
|
-
"name": "
|
|
104912
|
+
"name": "checkValidity",
|
|
104994
104913
|
"privacy": "public",
|
|
104995
104914
|
"return": {
|
|
104996
104915
|
"type": {
|
|
104997
|
-
"text": "
|
|
104916
|
+
"text": "boolean"
|
|
104998
104917
|
}
|
|
104999
104918
|
},
|
|
105000
|
-
"description": "
|
|
104919
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
104920
|
+
"inheritedFrom": {
|
|
104921
|
+
"name": "SbbFormAssociatedMixin",
|
|
104922
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104923
|
+
}
|
|
105001
104924
|
},
|
|
105002
104925
|
{
|
|
105003
104926
|
"kind": "method",
|
|
105004
|
-
"name": "
|
|
104927
|
+
"name": "reportValidity",
|
|
105005
104928
|
"privacy": "public",
|
|
105006
104929
|
"return": {
|
|
105007
104930
|
"type": {
|
|
105008
|
-
"text": "
|
|
104931
|
+
"text": "boolean"
|
|
105009
104932
|
}
|
|
105010
104933
|
},
|
|
105011
|
-
"description": "
|
|
104934
|
+
"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.",
|
|
104935
|
+
"inheritedFrom": {
|
|
104936
|
+
"name": "SbbFormAssociatedMixin",
|
|
104937
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104938
|
+
}
|
|
105012
104939
|
},
|
|
105013
104940
|
{
|
|
105014
104941
|
"kind": "method",
|
|
105015
|
-
"name": "
|
|
104942
|
+
"name": "setCustomValidity",
|
|
105016
104943
|
"privacy": "public",
|
|
105017
104944
|
"return": {
|
|
105018
104945
|
"type": {
|
|
105019
104946
|
"text": "void"
|
|
105020
104947
|
}
|
|
105021
104948
|
},
|
|
105022
|
-
"
|
|
104949
|
+
"parameters": [
|
|
104950
|
+
{
|
|
104951
|
+
"name": "message",
|
|
104952
|
+
"type": {
|
|
104953
|
+
"text": "string"
|
|
104954
|
+
}
|
|
104955
|
+
}
|
|
104956
|
+
],
|
|
104957
|
+
"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.",
|
|
104958
|
+
"inheritedFrom": {
|
|
104959
|
+
"name": "SbbFormAssociatedMixin",
|
|
104960
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104961
|
+
}
|
|
105023
104962
|
},
|
|
105024
104963
|
{
|
|
105025
104964
|
"kind": "method",
|
|
105026
|
-
"name": "
|
|
104965
|
+
"name": "_hasDisabledAncestor",
|
|
105027
104966
|
"privacy": "private",
|
|
105028
104967
|
"return": {
|
|
105029
104968
|
"type": {
|
|
105030
|
-
"text": "
|
|
104969
|
+
"text": "boolean"
|
|
105031
104970
|
}
|
|
105032
104971
|
},
|
|
105033
|
-
"
|
|
105034
|
-
|
|
105035
|
-
|
|
105036
|
-
|
|
105037
|
-
"text": "SbbStepElement | null"
|
|
105038
|
-
}
|
|
105039
|
-
}
|
|
105040
|
-
]
|
|
104972
|
+
"inheritedFrom": {
|
|
104973
|
+
"name": "SbbFormAssociatedMixin",
|
|
104974
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104975
|
+
}
|
|
105041
104976
|
},
|
|
105042
104977
|
{
|
|
105043
104978
|
"kind": "method",
|
|
105044
|
-
"name": "
|
|
105045
|
-
"privacy": "
|
|
104979
|
+
"name": "updateFormValue",
|
|
104980
|
+
"privacy": "protected",
|
|
105046
104981
|
"return": {
|
|
105047
104982
|
"type": {
|
|
105048
104983
|
"text": "void"
|
|
105049
104984
|
}
|
|
105050
104985
|
},
|
|
105051
|
-
"
|
|
105052
|
-
|
|
105053
|
-
|
|
105054
|
-
|
|
105055
|
-
|
|
105056
|
-
}
|
|
105057
|
-
}
|
|
105058
|
-
]
|
|
104986
|
+
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
104987
|
+
"inheritedFrom": {
|
|
104988
|
+
"name": "SbbFormAssociatedMixin",
|
|
104989
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104990
|
+
}
|
|
105059
104991
|
},
|
|
105060
104992
|
{
|
|
105061
104993
|
"kind": "method",
|
|
105062
|
-
"name": "
|
|
105063
|
-
"privacy": "
|
|
104994
|
+
"name": "formState",
|
|
104995
|
+
"privacy": "protected",
|
|
105064
104996
|
"return": {
|
|
105065
104997
|
"type": {
|
|
105066
|
-
"text": "
|
|
104998
|
+
"text": "FormRestoreState"
|
|
105067
104999
|
}
|
|
105000
|
+
},
|
|
105001
|
+
"inheritedFrom": {
|
|
105002
|
+
"name": "SbbFormAssociatedMixin",
|
|
105003
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
105068
105004
|
}
|
|
105069
105005
|
},
|
|
105070
105006
|
{
|
|
105071
105007
|
"kind": "method",
|
|
105072
|
-
"name": "
|
|
105073
|
-
"privacy": "
|
|
105008
|
+
"name": "setValidityFlag",
|
|
105009
|
+
"privacy": "protected",
|
|
105074
105010
|
"return": {
|
|
105075
105011
|
"type": {
|
|
105076
105012
|
"text": "void"
|
|
@@ -105078,28 +105014,35 @@
|
|
|
105078
105014
|
},
|
|
105079
105015
|
"parameters": [
|
|
105080
105016
|
{
|
|
105081
|
-
"name": "
|
|
105017
|
+
"name": "flag",
|
|
105082
105018
|
"type": {
|
|
105083
|
-
"text": "
|
|
105019
|
+
"text": "T"
|
|
105020
|
+
}
|
|
105021
|
+
},
|
|
105022
|
+
{
|
|
105023
|
+
"name": "message",
|
|
105024
|
+
"type": {
|
|
105025
|
+
"text": "string"
|
|
105026
|
+
}
|
|
105027
|
+
},
|
|
105028
|
+
{
|
|
105029
|
+
"name": "flagValue",
|
|
105030
|
+
"optional": true,
|
|
105031
|
+
"type": {
|
|
105032
|
+
"text": "ValidityStateFlags[T]"
|
|
105084
105033
|
}
|
|
105085
105034
|
}
|
|
105086
105035
|
],
|
|
105087
|
-
"description": "
|
|
105088
|
-
|
|
105089
|
-
|
|
105090
|
-
|
|
105091
|
-
"name": "_calculateLabelOffsetTop",
|
|
105092
|
-
"privacy": "private",
|
|
105093
|
-
"return": {
|
|
105094
|
-
"type": {
|
|
105095
|
-
"text": "number | undefined"
|
|
105096
|
-
}
|
|
105036
|
+
"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).",
|
|
105037
|
+
"inheritedFrom": {
|
|
105038
|
+
"name": "SbbFormAssociatedMixin",
|
|
105039
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
105097
105040
|
}
|
|
105098
105041
|
},
|
|
105099
105042
|
{
|
|
105100
105043
|
"kind": "method",
|
|
105101
|
-
"name": "
|
|
105102
|
-
"privacy": "
|
|
105044
|
+
"name": "removeValidityFlag",
|
|
105045
|
+
"privacy": "protected",
|
|
105103
105046
|
"return": {
|
|
105104
105047
|
"type": {
|
|
105105
105048
|
"text": "void"
|
|
@@ -105107,125 +105050,119 @@
|
|
|
105107
105050
|
},
|
|
105108
105051
|
"parameters": [
|
|
105109
105052
|
{
|
|
105110
|
-
"name": "
|
|
105053
|
+
"name": "flag",
|
|
105111
105054
|
"type": {
|
|
105112
|
-
"text": "
|
|
105055
|
+
"text": "T"
|
|
105113
105056
|
}
|
|
105114
105057
|
}
|
|
105115
|
-
]
|
|
105116
|
-
|
|
105117
|
-
|
|
105118
|
-
|
|
105119
|
-
|
|
105120
|
-
"privacy": "private",
|
|
105121
|
-
"return": {
|
|
105122
|
-
"type": {
|
|
105123
|
-
"text": "void"
|
|
105124
|
-
}
|
|
105058
|
+
],
|
|
105059
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
105060
|
+
"inheritedFrom": {
|
|
105061
|
+
"name": "SbbFormAssociatedMixin",
|
|
105062
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
105125
105063
|
}
|
|
105126
105064
|
},
|
|
105127
105065
|
{
|
|
105128
105066
|
"kind": "method",
|
|
105129
|
-
"name": "
|
|
105130
|
-
"privacy": "
|
|
105067
|
+
"name": "validate",
|
|
105068
|
+
"privacy": "protected",
|
|
105131
105069
|
"return": {
|
|
105132
105070
|
"type": {
|
|
105133
105071
|
"text": "void"
|
|
105134
105072
|
}
|
|
105073
|
+
},
|
|
105074
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
105075
|
+
"inheritedFrom": {
|
|
105076
|
+
"name": "SbbFormAssociatedMixin",
|
|
105077
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
105135
105078
|
}
|
|
105136
105079
|
},
|
|
105137
105080
|
{
|
|
105138
105081
|
"kind": "method",
|
|
105139
|
-
"name": "
|
|
105140
|
-
"privacy": "
|
|
105082
|
+
"name": "shouldValidate",
|
|
105083
|
+
"privacy": "protected",
|
|
105141
105084
|
"return": {
|
|
105142
105085
|
"type": {
|
|
105143
|
-
"text": "
|
|
105086
|
+
"text": "boolean"
|
|
105144
105087
|
}
|
|
105145
|
-
}
|
|
105146
|
-
|
|
105147
|
-
|
|
105148
|
-
|
|
105149
|
-
|
|
105150
|
-
|
|
105151
|
-
|
|
105152
|
-
{
|
|
105153
|
-
"kind": "method",
|
|
105154
|
-
"name": "_configureLinearMode",
|
|
105155
|
-
"privacy": "private",
|
|
105156
|
-
"return": {
|
|
105157
|
-
"type": {
|
|
105158
|
-
"text": "void"
|
|
105088
|
+
},
|
|
105089
|
+
"parameters": [
|
|
105090
|
+
{
|
|
105091
|
+
"name": "name",
|
|
105092
|
+
"type": {
|
|
105093
|
+
"text": "PropertyKey | undefined"
|
|
105094
|
+
}
|
|
105159
105095
|
}
|
|
105096
|
+
],
|
|
105097
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
105098
|
+
"inheritedFrom": {
|
|
105099
|
+
"name": "SbbFormAssociatedMixin",
|
|
105100
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
105160
105101
|
}
|
|
105161
105102
|
},
|
|
105162
105103
|
{
|
|
105163
105104
|
"kind": "method",
|
|
105164
|
-
"name": "
|
|
105105
|
+
"name": "_setInternalValidity",
|
|
105165
105106
|
"privacy": "private",
|
|
105166
105107
|
"return": {
|
|
105167
105108
|
"type": {
|
|
105168
105109
|
"text": "void"
|
|
105169
105110
|
}
|
|
105170
105111
|
},
|
|
105171
|
-
"
|
|
105172
|
-
|
|
105173
|
-
|
|
105174
|
-
|
|
105175
|
-
"text": "KeyboardEvent"
|
|
105176
|
-
}
|
|
105177
|
-
}
|
|
105178
|
-
]
|
|
105112
|
+
"inheritedFrom": {
|
|
105113
|
+
"name": "SbbFormAssociatedMixin",
|
|
105114
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
105115
|
+
}
|
|
105179
105116
|
},
|
|
105180
105117
|
{
|
|
105181
105118
|
"kind": "field",
|
|
105182
|
-
"name": "
|
|
105183
|
-
"type": {
|
|
105184
|
-
"text": "boolean"
|
|
105185
|
-
},
|
|
105119
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
105186
105120
|
"privacy": "private",
|
|
105187
|
-
"
|
|
105121
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
105122
|
+
"parameters": [
|
|
105123
|
+
{
|
|
105124
|
+
"description": "The origin event.",
|
|
105125
|
+
"name": "event"
|
|
105126
|
+
}
|
|
105127
|
+
],
|
|
105188
105128
|
"inheritedFrom": {
|
|
105189
|
-
"name": "
|
|
105190
|
-
"module": "core/
|
|
105129
|
+
"name": "SbbButtonLikeBaseElement",
|
|
105130
|
+
"module": "core/base-elements/button-base-element.js"
|
|
105191
105131
|
}
|
|
105192
105132
|
},
|
|
105193
105133
|
{
|
|
105194
105134
|
"kind": "field",
|
|
105195
|
-
"name": "
|
|
105135
|
+
"name": "_removeActiveMarker",
|
|
105196
105136
|
"privacy": "private",
|
|
105197
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
105198
105137
|
"inheritedFrom": {
|
|
105199
|
-
"name": "
|
|
105200
|
-
"module": "core/
|
|
105138
|
+
"name": "SbbButtonLikeBaseElement",
|
|
105139
|
+
"module": "core/base-elements/button-base-element.js"
|
|
105201
105140
|
}
|
|
105202
105141
|
},
|
|
105203
105142
|
{
|
|
105204
105143
|
"kind": "field",
|
|
105205
|
-
"name": "
|
|
105206
|
-
"type": {
|
|
105207
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
105208
|
-
},
|
|
105144
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
105209
105145
|
"privacy": "private",
|
|
105146
|
+
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
105147
|
+
"parameters": [
|
|
105148
|
+
{
|
|
105149
|
+
"description": "The origin event.",
|
|
105150
|
+
"name": "event"
|
|
105151
|
+
}
|
|
105152
|
+
],
|
|
105210
105153
|
"inheritedFrom": {
|
|
105211
|
-
"name": "
|
|
105212
|
-
"module": "core/
|
|
105154
|
+
"name": "SbbButtonLikeBaseElement",
|
|
105155
|
+
"module": "core/base-elements/button-base-element.js"
|
|
105213
105156
|
}
|
|
105214
105157
|
},
|
|
105215
105158
|
{
|
|
105216
105159
|
"kind": "field",
|
|
105217
|
-
"name": "
|
|
105218
|
-
"
|
|
105219
|
-
"text": "boolean"
|
|
105220
|
-
},
|
|
105221
|
-
"privacy": "protected",
|
|
105222
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
105223
|
-
"readonly": true,
|
|
105160
|
+
"name": "_dispatchClickEvent",
|
|
105161
|
+
"privacy": "private",
|
|
105224
105162
|
"inheritedFrom": {
|
|
105225
|
-
"name": "
|
|
105226
|
-
"module": "core/
|
|
105227
|
-
}
|
|
105228
|
-
"default": "!!this.shadowRoot"
|
|
105163
|
+
"name": "SbbButtonLikeBaseElement",
|
|
105164
|
+
"module": "core/base-elements/button-base-element.js"
|
|
105165
|
+
}
|
|
105229
105166
|
},
|
|
105230
105167
|
{
|
|
105231
105168
|
"kind": "method",
|
|
@@ -105252,114 +105189,177 @@
|
|
|
105252
105189
|
}
|
|
105253
105190
|
],
|
|
105254
105191
|
"inheritedFrom": {
|
|
105255
|
-
"name": "
|
|
105256
|
-
"module": "core/
|
|
105192
|
+
"name": "SbbActionBaseElement",
|
|
105193
|
+
"module": "core/base-elements/action-base-element.js"
|
|
105257
105194
|
}
|
|
105258
|
-
}
|
|
105259
|
-
],
|
|
105260
|
-
"events": [
|
|
105195
|
+
},
|
|
105261
105196
|
{
|
|
105197
|
+
"kind": "field",
|
|
105198
|
+
"name": "maybeDisabled",
|
|
105262
105199
|
"type": {
|
|
105263
|
-
"text": "
|
|
105200
|
+
"text": "boolean | undefined"
|
|
105264
105201
|
},
|
|
105265
|
-
"
|
|
105266
|
-
"
|
|
105202
|
+
"privacy": "protected",
|
|
105203
|
+
"readonly": true,
|
|
105204
|
+
"inheritedFrom": {
|
|
105205
|
+
"name": "SbbActionBaseElement",
|
|
105206
|
+
"module": "core/base-elements/action-base-element.js"
|
|
105207
|
+
}
|
|
105208
|
+
},
|
|
105209
|
+
{
|
|
105210
|
+
"kind": "field",
|
|
105211
|
+
"name": "maybeDisabledInteractive",
|
|
105212
|
+
"type": {
|
|
105213
|
+
"text": "boolean | undefined"
|
|
105214
|
+
},
|
|
105215
|
+
"privacy": "protected",
|
|
105216
|
+
"readonly": true,
|
|
105217
|
+
"inheritedFrom": {
|
|
105218
|
+
"name": "SbbActionBaseElement",
|
|
105219
|
+
"module": "core/base-elements/action-base-element.js"
|
|
105220
|
+
}
|
|
105221
|
+
},
|
|
105222
|
+
{
|
|
105223
|
+
"kind": "method",
|
|
105224
|
+
"name": "setupBaseEventHandlers",
|
|
105225
|
+
"privacy": "protected",
|
|
105226
|
+
"return": {
|
|
105227
|
+
"type": {
|
|
105228
|
+
"text": "void"
|
|
105229
|
+
}
|
|
105230
|
+
},
|
|
105231
|
+
"inheritedFrom": {
|
|
105232
|
+
"name": "SbbActionBaseElement",
|
|
105233
|
+
"module": "core/base-elements/action-base-element.js"
|
|
105234
|
+
}
|
|
105235
|
+
},
|
|
105236
|
+
{
|
|
105237
|
+
"kind": "method",
|
|
105238
|
+
"name": "renderTemplate",
|
|
105239
|
+
"privacy": "protected",
|
|
105240
|
+
"return": {
|
|
105241
|
+
"type": {
|
|
105242
|
+
"text": "TemplateResult"
|
|
105243
|
+
}
|
|
105244
|
+
},
|
|
105245
|
+
"description": "Override this method to render the component template.",
|
|
105246
|
+
"inheritedFrom": {
|
|
105247
|
+
"name": "SbbActionBaseElement",
|
|
105248
|
+
"module": "core/base-elements/action-base-element.js"
|
|
105249
|
+
}
|
|
105250
|
+
}
|
|
105251
|
+
],
|
|
105252
|
+
"mixins": [
|
|
105253
|
+
{
|
|
105254
|
+
"name": "SbbIconNameMixin",
|
|
105255
|
+
"module": "icon.js"
|
|
105256
|
+
},
|
|
105257
|
+
{
|
|
105258
|
+
"name": "SbbDisabledMixin",
|
|
105259
|
+
"module": "core/mixins.js"
|
|
105267
105260
|
}
|
|
105268
105261
|
],
|
|
105262
|
+
"superclass": {
|
|
105263
|
+
"name": "SbbButtonBaseElement",
|
|
105264
|
+
"module": "core/base-elements.js"
|
|
105265
|
+
},
|
|
105266
|
+
"tagName": "sbb-step-label",
|
|
105267
|
+
"customElement": true,
|
|
105269
105268
|
"attributes": [
|
|
105270
105269
|
{
|
|
105271
|
-
"name": "
|
|
105270
|
+
"name": "icon-name",
|
|
105272
105271
|
"type": {
|
|
105273
|
-
"text": "
|
|
105272
|
+
"text": "string"
|
|
105274
105273
|
},
|
|
105275
|
-
"default": "
|
|
105276
|
-
"description": "
|
|
105277
|
-
"fieldName": "
|
|
105274
|
+
"default": "''",
|
|
105275
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
105276
|
+
"fieldName": "iconName",
|
|
105277
|
+
"inheritedFrom": {
|
|
105278
|
+
"name": "SbbIconNameMixin",
|
|
105279
|
+
"module": "icon/icon-name-mixin.js"
|
|
105280
|
+
}
|
|
105278
105281
|
},
|
|
105279
105282
|
{
|
|
105280
|
-
"name": "
|
|
105281
|
-
"description": "
|
|
105283
|
+
"name": "disabled",
|
|
105284
|
+
"description": "Whether the component is disabled.",
|
|
105285
|
+
"default": "false",
|
|
105282
105286
|
"type": {
|
|
105283
|
-
"text": "
|
|
105287
|
+
"text": "boolean"
|
|
105284
105288
|
},
|
|
105285
|
-
"fieldName": "
|
|
105289
|
+
"fieldName": "disabled",
|
|
105290
|
+
"inheritedFrom": {
|
|
105291
|
+
"name": "SbbDisabledMixin",
|
|
105292
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
105293
|
+
}
|
|
105286
105294
|
},
|
|
105287
105295
|
{
|
|
105288
|
-
"name": "
|
|
105296
|
+
"name": "value",
|
|
105289
105297
|
"type": {
|
|
105290
|
-
"text": "
|
|
105298
|
+
"text": "string"
|
|
105291
105299
|
},
|
|
105292
|
-
"default": "'
|
|
105293
|
-
"description": "
|
|
105294
|
-
"fieldName": "
|
|
105300
|
+
"default": "''",
|
|
105301
|
+
"description": "Value of the form element.",
|
|
105302
|
+
"fieldName": "value",
|
|
105303
|
+
"inheritedFrom": {
|
|
105304
|
+
"name": "SbbButtonBaseElement",
|
|
105305
|
+
"module": "core/base-elements/button-base-element.js"
|
|
105306
|
+
}
|
|
105295
105307
|
},
|
|
105296
105308
|
{
|
|
105297
|
-
"name": "
|
|
105309
|
+
"name": "type",
|
|
105310
|
+
"description": "The type attribute to use for the button.",
|
|
105311
|
+
"default": "'button'",
|
|
105298
105312
|
"type": {
|
|
105299
|
-
"text": "
|
|
105313
|
+
"text": "SbbButtonType"
|
|
105300
105314
|
},
|
|
105301
|
-
"
|
|
105302
|
-
"
|
|
105303
|
-
|
|
105315
|
+
"fieldName": "type",
|
|
105316
|
+
"inheritedFrom": {
|
|
105317
|
+
"name": "SbbButtonBaseElement",
|
|
105318
|
+
"module": "core/base-elements/button-base-element.js"
|
|
105319
|
+
}
|
|
105304
105320
|
},
|
|
105305
105321
|
{
|
|
105306
|
-
"name": "
|
|
105307
|
-
"description": "The
|
|
105322
|
+
"name": "form",
|
|
105323
|
+
"description": "The `<form>` element to associate the button with.",
|
|
105308
105324
|
"type": {
|
|
105309
|
-
"text": "
|
|
105325
|
+
"text": "HTMLFormElement | null"
|
|
105310
105326
|
},
|
|
105311
|
-
"fieldName": "
|
|
105312
|
-
|
|
105313
|
-
|
|
105314
|
-
|
|
105315
|
-
|
|
105316
|
-
"name": "SbbHydrationMixin",
|
|
105317
|
-
"module": "core/mixins.js"
|
|
105327
|
+
"fieldName": "form",
|
|
105328
|
+
"inheritedFrom": {
|
|
105329
|
+
"name": "SbbButtonBaseElement",
|
|
105330
|
+
"module": "core/base-elements/button-base-element.js"
|
|
105331
|
+
}
|
|
105318
105332
|
},
|
|
105319
105333
|
{
|
|
105320
|
-
"name": "
|
|
105321
|
-
"
|
|
105334
|
+
"name": "name",
|
|
105335
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
105336
|
+
"type": {
|
|
105337
|
+
"text": "string"
|
|
105338
|
+
},
|
|
105339
|
+
"fieldName": "name",
|
|
105340
|
+
"inheritedFrom": {
|
|
105341
|
+
"name": "SbbFormAssociatedMixin",
|
|
105342
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
105343
|
+
}
|
|
105322
105344
|
}
|
|
105323
|
-
]
|
|
105324
|
-
"superclass": {
|
|
105325
|
-
"name": "LitElement",
|
|
105326
|
-
"package": "lit"
|
|
105327
|
-
},
|
|
105328
|
-
"tagName": "sbb-stepper",
|
|
105329
|
-
"customElement": true
|
|
105330
|
-
},
|
|
105331
|
-
{
|
|
105332
|
-
"kind": "variable",
|
|
105333
|
-
"name": "currentIndex"
|
|
105334
|
-
},
|
|
105335
|
-
{
|
|
105336
|
-
"kind": "variable",
|
|
105337
|
-
"name": "currentStep"
|
|
105345
|
+
]
|
|
105338
105346
|
}
|
|
105339
105347
|
],
|
|
105340
105348
|
"exports": [
|
|
105341
105349
|
{
|
|
105342
105350
|
"kind": "js",
|
|
105343
|
-
"name": "
|
|
105344
|
-
"declaration": {
|
|
105345
|
-
"name": "SbbStepChangeEvent",
|
|
105346
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
105347
|
-
}
|
|
105348
|
-
},
|
|
105349
|
-
{
|
|
105350
|
-
"kind": "js",
|
|
105351
|
-
"name": "SbbStepperElement",
|
|
105351
|
+
"name": "SbbStepLabelElement",
|
|
105352
105352
|
"declaration": {
|
|
105353
|
-
"name": "
|
|
105354
|
-
"module": "stepper/
|
|
105353
|
+
"name": "SbbStepLabelElement",
|
|
105354
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
105355
105355
|
}
|
|
105356
105356
|
},
|
|
105357
105357
|
{
|
|
105358
105358
|
"kind": "custom-element-definition",
|
|
105359
|
-
"name": "sbb-
|
|
105359
|
+
"name": "sbb-step-label",
|
|
105360
105360
|
"declaration": {
|
|
105361
|
-
"name": "
|
|
105362
|
-
"module": "stepper/
|
|
105361
|
+
"name": "SbbStepLabelElement",
|
|
105362
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
105363
105363
|
}
|
|
105364
105364
|
}
|
|
105365
105365
|
]
|