@sbb-esta/lyne-elements-dev 4.7.0-dev.1772631734 → 4.7.0-dev.1772638268
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 +1097 -1097
- package/development/toast/toast.component.js +4 -4
- package/package.json +2 -2
- package/toast/toast.component.js +3 -3
package/custom-elements.json
CHANGED
|
@@ -89814,138 +89814,6 @@
|
|
|
89814
89814
|
}
|
|
89815
89815
|
]
|
|
89816
89816
|
},
|
|
89817
|
-
{
|
|
89818
|
-
"kind": "javascript-module",
|
|
89819
|
-
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
89820
|
-
"declarations": [
|
|
89821
|
-
{
|
|
89822
|
-
"kind": "class",
|
|
89823
|
-
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
89824
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89825
|
-
"slots": [
|
|
89826
|
-
{
|
|
89827
|
-
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
89828
|
-
"name": ""
|
|
89829
|
-
}
|
|
89830
|
-
],
|
|
89831
|
-
"members": [
|
|
89832
|
-
{
|
|
89833
|
-
"kind": "field",
|
|
89834
|
-
"name": "date",
|
|
89835
|
-
"type": {
|
|
89836
|
-
"text": "string"
|
|
89837
|
-
},
|
|
89838
|
-
"privacy": "public",
|
|
89839
|
-
"default": "''",
|
|
89840
|
-
"description": "Date as ISO string (YYYY-MM)",
|
|
89841
|
-
"attribute": "date"
|
|
89842
|
-
},
|
|
89843
|
-
{
|
|
89844
|
-
"kind": "field",
|
|
89845
|
-
"name": "_dateAdapter",
|
|
89846
|
-
"type": {
|
|
89847
|
-
"text": "DateAdapter<T>"
|
|
89848
|
-
},
|
|
89849
|
-
"privacy": "private"
|
|
89850
|
-
},
|
|
89851
|
-
{
|
|
89852
|
-
"kind": "field",
|
|
89853
|
-
"name": "_monthNames",
|
|
89854
|
-
"privacy": "private"
|
|
89855
|
-
},
|
|
89856
|
-
{
|
|
89857
|
-
"kind": "field",
|
|
89858
|
-
"name": "_monthLabel",
|
|
89859
|
-
"type": {
|
|
89860
|
-
"text": "string | null"
|
|
89861
|
-
},
|
|
89862
|
-
"privacy": "private",
|
|
89863
|
-
"default": "null"
|
|
89864
|
-
},
|
|
89865
|
-
{
|
|
89866
|
-
"kind": "field",
|
|
89867
|
-
"name": "_yearLabel",
|
|
89868
|
-
"type": {
|
|
89869
|
-
"text": "string | null"
|
|
89870
|
-
},
|
|
89871
|
-
"privacy": "private",
|
|
89872
|
-
"default": "null"
|
|
89873
|
-
},
|
|
89874
|
-
{
|
|
89875
|
-
"kind": "method",
|
|
89876
|
-
"name": "toggleState",
|
|
89877
|
-
"privacy": "protected",
|
|
89878
|
-
"return": {
|
|
89879
|
-
"type": {
|
|
89880
|
-
"text": "void"
|
|
89881
|
-
}
|
|
89882
|
-
},
|
|
89883
|
-
"parameters": [
|
|
89884
|
-
{
|
|
89885
|
-
"name": "value",
|
|
89886
|
-
"type": {
|
|
89887
|
-
"text": "string"
|
|
89888
|
-
}
|
|
89889
|
-
},
|
|
89890
|
-
{
|
|
89891
|
-
"name": "force",
|
|
89892
|
-
"optional": true,
|
|
89893
|
-
"type": {
|
|
89894
|
-
"text": "boolean"
|
|
89895
|
-
}
|
|
89896
|
-
}
|
|
89897
|
-
],
|
|
89898
|
-
"inheritedFrom": {
|
|
89899
|
-
"name": "SbbElementInternalsMixin",
|
|
89900
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
89901
|
-
}
|
|
89902
|
-
}
|
|
89903
|
-
],
|
|
89904
|
-
"attributes": [
|
|
89905
|
-
{
|
|
89906
|
-
"name": "date",
|
|
89907
|
-
"type": {
|
|
89908
|
-
"text": "string"
|
|
89909
|
-
},
|
|
89910
|
-
"default": "''",
|
|
89911
|
-
"description": "Date as ISO string (YYYY-MM)",
|
|
89912
|
-
"fieldName": "date"
|
|
89913
|
-
}
|
|
89914
|
-
],
|
|
89915
|
-
"mixins": [
|
|
89916
|
-
{
|
|
89917
|
-
"name": "SbbElementInternalsMixin",
|
|
89918
|
-
"module": "core/mixins.js"
|
|
89919
|
-
}
|
|
89920
|
-
],
|
|
89921
|
-
"superclass": {
|
|
89922
|
-
"name": "LitElement",
|
|
89923
|
-
"package": "lit"
|
|
89924
|
-
},
|
|
89925
|
-
"classGenerics": "T = Date",
|
|
89926
|
-
"tagName": "sbb-mini-calendar-month",
|
|
89927
|
-
"customElement": true
|
|
89928
|
-
}
|
|
89929
|
-
],
|
|
89930
|
-
"exports": [
|
|
89931
|
-
{
|
|
89932
|
-
"kind": "js",
|
|
89933
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89934
|
-
"declaration": {
|
|
89935
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89936
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
89937
|
-
}
|
|
89938
|
-
},
|
|
89939
|
-
{
|
|
89940
|
-
"kind": "custom-element-definition",
|
|
89941
|
-
"name": "sbb-mini-calendar-month",
|
|
89942
|
-
"declaration": {
|
|
89943
|
-
"name": "SbbMiniCalendarMonthElement",
|
|
89944
|
-
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
89945
|
-
}
|
|
89946
|
-
}
|
|
89947
|
-
]
|
|
89948
|
-
},
|
|
89949
89817
|
{
|
|
89950
89818
|
"kind": "javascript-module",
|
|
89951
89819
|
"path": "navigation/common/navigation-action-common.js",
|
|
@@ -90118,116 +89986,248 @@
|
|
|
90118
89986
|
},
|
|
90119
89987
|
{
|
|
90120
89988
|
"kind": "javascript-module",
|
|
90121
|
-
"path": "
|
|
89989
|
+
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
90122
89990
|
"declarations": [
|
|
90123
89991
|
{
|
|
90124
89992
|
"kind": "class",
|
|
90125
|
-
"description": "It displays a
|
|
90126
|
-
"name": "
|
|
90127
|
-
"cssProperties": [
|
|
90128
|
-
{
|
|
90129
|
-
"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`.",
|
|
90130
|
-
"name": "--sbb-navigation-z-index",
|
|
90131
|
-
"default": "var(--sbb-overlay-default-z-index)"
|
|
90132
|
-
}
|
|
90133
|
-
],
|
|
89993
|
+
"description": "It displays a month in the `sbb-mini-calendar`.",
|
|
89994
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90134
89995
|
"slots": [
|
|
90135
89996
|
{
|
|
90136
|
-
"description": "Use the unnamed slot to add `sbb-
|
|
89997
|
+
"description": "Use the unnamed slot to add `sbb-mini-calendar-day` elements.",
|
|
90137
89998
|
"name": ""
|
|
90138
89999
|
}
|
|
90139
90000
|
],
|
|
90140
90001
|
"members": [
|
|
90141
90002
|
{
|
|
90142
90003
|
"kind": "field",
|
|
90143
|
-
"name": "
|
|
90004
|
+
"name": "date",
|
|
90144
90005
|
"type": {
|
|
90145
90006
|
"text": "string"
|
|
90146
90007
|
},
|
|
90147
90008
|
"privacy": "public",
|
|
90148
|
-
"
|
|
90149
|
-
"
|
|
90150
|
-
"
|
|
90009
|
+
"default": "''",
|
|
90010
|
+
"description": "Date as ISO string (YYYY-MM)",
|
|
90011
|
+
"attribute": "date"
|
|
90151
90012
|
},
|
|
90152
90013
|
{
|
|
90153
90014
|
"kind": "field",
|
|
90154
|
-
"name": "
|
|
90015
|
+
"name": "_dateAdapter",
|
|
90155
90016
|
"type": {
|
|
90156
|
-
"text": "
|
|
90017
|
+
"text": "DateAdapter<T>"
|
|
90157
90018
|
},
|
|
90158
|
-
"privacy": "
|
|
90159
|
-
"default": "null",
|
|
90160
|
-
"description": "The element that will trigger the navigation.\n\nFor attribute usage, provide an id reference.",
|
|
90161
|
-
"attribute": "trigger"
|
|
90019
|
+
"privacy": "private"
|
|
90162
90020
|
},
|
|
90163
90021
|
{
|
|
90164
90022
|
"kind": "field",
|
|
90165
|
-
"name": "
|
|
90166
|
-
"
|
|
90167
|
-
"text": "string"
|
|
90168
|
-
},
|
|
90169
|
-
"privacy": "public",
|
|
90170
|
-
"default": "''",
|
|
90171
|
-
"description": "This will be forwarded as aria-label to the close button element.",
|
|
90172
|
-
"attribute": "accessibility-close-label"
|
|
90023
|
+
"name": "_monthNames",
|
|
90024
|
+
"privacy": "private"
|
|
90173
90025
|
},
|
|
90174
90026
|
{
|
|
90175
90027
|
"kind": "field",
|
|
90176
|
-
"name": "
|
|
90028
|
+
"name": "_monthLabel",
|
|
90177
90029
|
"type": {
|
|
90178
|
-
"text": "
|
|
90030
|
+
"text": "string | null"
|
|
90179
90031
|
},
|
|
90180
90032
|
"privacy": "private",
|
|
90181
|
-
"default": "null",
|
|
90182
|
-
"description": "Whether a navigation section is displayed."
|
|
90183
|
-
},
|
|
90184
|
-
{
|
|
90185
|
-
"kind": "field",
|
|
90186
|
-
"name": "activeNavigationSection",
|
|
90187
|
-
"type": {
|
|
90188
|
-
"text": "SbbNavigationSectionElement | null"
|
|
90189
|
-
},
|
|
90190
|
-
"privacy": "public",
|
|
90191
|
-
"description": "Returns the active navigation section element.",
|
|
90192
|
-
"readonly": true,
|
|
90193
90033
|
"default": "null"
|
|
90194
90034
|
},
|
|
90195
90035
|
{
|
|
90196
90036
|
"kind": "field",
|
|
90197
|
-
"name": "
|
|
90037
|
+
"name": "_yearLabel",
|
|
90198
90038
|
"type": {
|
|
90199
|
-
"text": "
|
|
90039
|
+
"text": "string | null"
|
|
90200
90040
|
},
|
|
90201
|
-
"privacy": "
|
|
90202
|
-
"
|
|
90203
|
-
"readonly": true
|
|
90041
|
+
"privacy": "private",
|
|
90042
|
+
"default": "null"
|
|
90204
90043
|
},
|
|
90205
90044
|
{
|
|
90206
|
-
"kind": "
|
|
90207
|
-
"name": "
|
|
90208
|
-
"
|
|
90209
|
-
|
|
90045
|
+
"kind": "method",
|
|
90046
|
+
"name": "toggleState",
|
|
90047
|
+
"privacy": "protected",
|
|
90048
|
+
"return": {
|
|
90049
|
+
"type": {
|
|
90050
|
+
"text": "void"
|
|
90051
|
+
}
|
|
90210
90052
|
},
|
|
90211
|
-
"
|
|
90212
|
-
|
|
90213
|
-
|
|
90214
|
-
|
|
90053
|
+
"parameters": [
|
|
90054
|
+
{
|
|
90055
|
+
"name": "value",
|
|
90056
|
+
"type": {
|
|
90057
|
+
"text": "string"
|
|
90058
|
+
}
|
|
90059
|
+
},
|
|
90060
|
+
{
|
|
90061
|
+
"name": "force",
|
|
90062
|
+
"optional": true,
|
|
90063
|
+
"type": {
|
|
90064
|
+
"text": "boolean"
|
|
90065
|
+
}
|
|
90066
|
+
}
|
|
90067
|
+
],
|
|
90068
|
+
"inheritedFrom": {
|
|
90069
|
+
"name": "SbbElementInternalsMixin",
|
|
90070
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
90071
|
+
}
|
|
90072
|
+
}
|
|
90073
|
+
],
|
|
90074
|
+
"attributes": [
|
|
90215
90075
|
{
|
|
90216
|
-
"
|
|
90217
|
-
"name": "_navigation",
|
|
90076
|
+
"name": "date",
|
|
90218
90077
|
"type": {
|
|
90219
|
-
"text": "
|
|
90078
|
+
"text": "string"
|
|
90220
90079
|
},
|
|
90221
|
-
"
|
|
90222
|
-
|
|
90080
|
+
"default": "''",
|
|
90081
|
+
"description": "Date as ISO string (YYYY-MM)",
|
|
90082
|
+
"fieldName": "date"
|
|
90083
|
+
}
|
|
90084
|
+
],
|
|
90085
|
+
"mixins": [
|
|
90223
90086
|
{
|
|
90224
|
-
"
|
|
90225
|
-
"
|
|
90226
|
-
|
|
90227
|
-
|
|
90228
|
-
|
|
90229
|
-
|
|
90230
|
-
|
|
90087
|
+
"name": "SbbElementInternalsMixin",
|
|
90088
|
+
"module": "core/mixins.js"
|
|
90089
|
+
}
|
|
90090
|
+
],
|
|
90091
|
+
"superclass": {
|
|
90092
|
+
"name": "LitElement",
|
|
90093
|
+
"package": "lit"
|
|
90094
|
+
},
|
|
90095
|
+
"classGenerics": "T = Date",
|
|
90096
|
+
"tagName": "sbb-mini-calendar-month",
|
|
90097
|
+
"customElement": true
|
|
90098
|
+
}
|
|
90099
|
+
],
|
|
90100
|
+
"exports": [
|
|
90101
|
+
{
|
|
90102
|
+
"kind": "js",
|
|
90103
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90104
|
+
"declaration": {
|
|
90105
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90106
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
90107
|
+
}
|
|
90108
|
+
},
|
|
90109
|
+
{
|
|
90110
|
+
"kind": "custom-element-definition",
|
|
90111
|
+
"name": "sbb-mini-calendar-month",
|
|
90112
|
+
"declaration": {
|
|
90113
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
90114
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
90115
|
+
}
|
|
90116
|
+
}
|
|
90117
|
+
]
|
|
90118
|
+
},
|
|
90119
|
+
{
|
|
90120
|
+
"kind": "javascript-module",
|
|
90121
|
+
"path": "navigation/navigation/navigation.component.js",
|
|
90122
|
+
"declarations": [
|
|
90123
|
+
{
|
|
90124
|
+
"kind": "class",
|
|
90125
|
+
"description": "It displays a navigation menu, wrapping one or more `sbb-navigation-*` components.",
|
|
90126
|
+
"name": "SbbNavigationElement",
|
|
90127
|
+
"cssProperties": [
|
|
90128
|
+
{
|
|
90129
|
+
"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`.",
|
|
90130
|
+
"name": "--sbb-navigation-z-index",
|
|
90131
|
+
"default": "var(--sbb-overlay-default-z-index)"
|
|
90132
|
+
}
|
|
90133
|
+
],
|
|
90134
|
+
"slots": [
|
|
90135
|
+
{
|
|
90136
|
+
"description": "Use the unnamed slot to add `sbb-navigation-button`/`sbb-navigation-link` elements into the sbb-navigation menu.",
|
|
90137
|
+
"name": ""
|
|
90138
|
+
}
|
|
90139
|
+
],
|
|
90140
|
+
"members": [
|
|
90141
|
+
{
|
|
90142
|
+
"kind": "field",
|
|
90143
|
+
"name": "role",
|
|
90144
|
+
"type": {
|
|
90145
|
+
"text": "string"
|
|
90146
|
+
},
|
|
90147
|
+
"privacy": "public",
|
|
90148
|
+
"static": true,
|
|
90149
|
+
"readonly": true,
|
|
90150
|
+
"default": "'navigation'"
|
|
90151
|
+
},
|
|
90152
|
+
{
|
|
90153
|
+
"kind": "field",
|
|
90154
|
+
"name": "trigger",
|
|
90155
|
+
"type": {
|
|
90156
|
+
"text": "HTMLElement | null"
|
|
90157
|
+
},
|
|
90158
|
+
"privacy": "public",
|
|
90159
|
+
"default": "null",
|
|
90160
|
+
"description": "The element that will trigger the navigation.\n\nFor attribute usage, provide an id reference.",
|
|
90161
|
+
"attribute": "trigger"
|
|
90162
|
+
},
|
|
90163
|
+
{
|
|
90164
|
+
"kind": "field",
|
|
90165
|
+
"name": "accessibilityCloseLabel",
|
|
90166
|
+
"type": {
|
|
90167
|
+
"text": "string"
|
|
90168
|
+
},
|
|
90169
|
+
"privacy": "public",
|
|
90170
|
+
"default": "''",
|
|
90171
|
+
"description": "This will be forwarded as aria-label to the close button element.",
|
|
90172
|
+
"attribute": "accessibility-close-label"
|
|
90173
|
+
},
|
|
90174
|
+
{
|
|
90175
|
+
"kind": "field",
|
|
90176
|
+
"name": "_activeNavigationSection",
|
|
90177
|
+
"type": {
|
|
90178
|
+
"text": "SbbNavigationSectionElement | null"
|
|
90179
|
+
},
|
|
90180
|
+
"privacy": "private",
|
|
90181
|
+
"default": "null",
|
|
90182
|
+
"description": "Whether a navigation section is displayed."
|
|
90183
|
+
},
|
|
90184
|
+
{
|
|
90185
|
+
"kind": "field",
|
|
90186
|
+
"name": "activeNavigationSection",
|
|
90187
|
+
"type": {
|
|
90188
|
+
"text": "SbbNavigationSectionElement | null"
|
|
90189
|
+
},
|
|
90190
|
+
"privacy": "public",
|
|
90191
|
+
"description": "Returns the active navigation section element.",
|
|
90192
|
+
"readonly": true,
|
|
90193
|
+
"default": "null"
|
|
90194
|
+
},
|
|
90195
|
+
{
|
|
90196
|
+
"kind": "field",
|
|
90197
|
+
"name": "closeButton",
|
|
90198
|
+
"type": {
|
|
90199
|
+
"text": "HTMLElement | null"
|
|
90200
|
+
},
|
|
90201
|
+
"privacy": "public",
|
|
90202
|
+
"description": "Returns the close button element.",
|
|
90203
|
+
"readonly": true
|
|
90204
|
+
},
|
|
90205
|
+
{
|
|
90206
|
+
"kind": "field",
|
|
90207
|
+
"name": "navigationContent",
|
|
90208
|
+
"type": {
|
|
90209
|
+
"text": "HTMLElement | null"
|
|
90210
|
+
},
|
|
90211
|
+
"privacy": "public",
|
|
90212
|
+
"description": "Returns the navigation content element.",
|
|
90213
|
+
"readonly": true
|
|
90214
|
+
},
|
|
90215
|
+
{
|
|
90216
|
+
"kind": "field",
|
|
90217
|
+
"name": "_navigation",
|
|
90218
|
+
"type": {
|
|
90219
|
+
"text": "HTMLDivElement"
|
|
90220
|
+
},
|
|
90221
|
+
"privacy": "private"
|
|
90222
|
+
},
|
|
90223
|
+
{
|
|
90224
|
+
"kind": "field",
|
|
90225
|
+
"name": "_triggerElement",
|
|
90226
|
+
"type": {
|
|
90227
|
+
"text": "HTMLElement | null"
|
|
90228
|
+
},
|
|
90229
|
+
"privacy": "private",
|
|
90230
|
+
"default": "null"
|
|
90231
90231
|
},
|
|
90232
90232
|
{
|
|
90233
90233
|
"kind": "field",
|
|
@@ -103879,319 +103879,460 @@
|
|
|
103879
103879
|
},
|
|
103880
103880
|
{
|
|
103881
103881
|
"kind": "javascript-module",
|
|
103882
|
-
"path": "stepper/
|
|
103882
|
+
"path": "stepper/step-label/step-label.component.js",
|
|
103883
103883
|
"declarations": [
|
|
103884
103884
|
{
|
|
103885
103885
|
"kind": "class",
|
|
103886
|
-
"description": "",
|
|
103887
|
-
"name": "
|
|
103886
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's label.",
|
|
103887
|
+
"name": "SbbStepLabelElement",
|
|
103888
|
+
"slots": [
|
|
103889
|
+
{
|
|
103890
|
+
"description": "Use the unnamed slot to provide a label.",
|
|
103891
|
+
"name": ""
|
|
103892
|
+
},
|
|
103893
|
+
{
|
|
103894
|
+
"description": "Use this to display an icon in the label bubble.",
|
|
103895
|
+
"name": "icon"
|
|
103896
|
+
}
|
|
103897
|
+
],
|
|
103888
103898
|
"members": [
|
|
103889
103899
|
{
|
|
103890
103900
|
"kind": "field",
|
|
103891
|
-
"name": "
|
|
103901
|
+
"name": "role",
|
|
103892
103902
|
"type": {
|
|
103893
|
-
"text": "
|
|
103903
|
+
"text": "string"
|
|
103894
103904
|
},
|
|
103895
103905
|
"privacy": "public",
|
|
103906
|
+
"static": true,
|
|
103896
103907
|
"readonly": true,
|
|
103897
|
-
"
|
|
103898
|
-
"
|
|
103908
|
+
"default": "'tab'",
|
|
103909
|
+
"inheritedFrom": {
|
|
103910
|
+
"name": "SbbButtonLikeBaseElement",
|
|
103911
|
+
"module": "core/base-elements/button-base-element.js"
|
|
103912
|
+
}
|
|
103899
103913
|
},
|
|
103900
103914
|
{
|
|
103901
103915
|
"kind": "field",
|
|
103902
|
-
"name": "
|
|
103916
|
+
"name": "step",
|
|
103903
103917
|
"type": {
|
|
103904
|
-
"text": "
|
|
103918
|
+
"text": "SbbStepElement | null"
|
|
103905
103919
|
},
|
|
103906
103920
|
"privacy": "public",
|
|
103921
|
+
"description": "The step controlled by the label.",
|
|
103907
103922
|
"readonly": true,
|
|
103908
|
-
"
|
|
103909
|
-
"default": "previousIndex"
|
|
103923
|
+
"default": "null"
|
|
103910
103924
|
},
|
|
103911
103925
|
{
|
|
103912
103926
|
"kind": "field",
|
|
103913
|
-
"name": "
|
|
103927
|
+
"name": "_step",
|
|
103914
103928
|
"type": {
|
|
103915
103929
|
"text": "SbbStepElement | null"
|
|
103916
103930
|
},
|
|
103917
|
-
"privacy": "
|
|
103918
|
-
"
|
|
103919
|
-
"description": "The newly selected step element.",
|
|
103920
|
-
"default": "selectedStep"
|
|
103931
|
+
"privacy": "private",
|
|
103932
|
+
"default": "null"
|
|
103921
103933
|
},
|
|
103922
103934
|
{
|
|
103923
103935
|
"kind": "field",
|
|
103924
|
-
"name": "
|
|
103936
|
+
"name": "stepper",
|
|
103925
103937
|
"type": {
|
|
103926
|
-
"text": "
|
|
103938
|
+
"text": "SbbStepperElement | null"
|
|
103927
103939
|
},
|
|
103928
103940
|
"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",
|
|
103943
|
-
"slots": [
|
|
103944
|
-
{
|
|
103945
|
-
"description": "Provide a `sbb-expansion-panel-header` and a `sbb-expansion-panel-content` to the stepper.",
|
|
103946
|
-
"name": ""
|
|
103947
|
-
},
|
|
103948
|
-
{
|
|
103949
|
-
"description": "Use this slot to provide an `sbb-step-label`.",
|
|
103950
|
-
"name": "step-label"
|
|
103941
|
+
"readonly": true
|
|
103951
103942
|
},
|
|
103952
|
-
{
|
|
103953
|
-
"description": "Use this slot to provide an `sbb-step`.",
|
|
103954
|
-
"name": "step"
|
|
103955
|
-
}
|
|
103956
|
-
],
|
|
103957
|
-
"members": [
|
|
103958
103943
|
{
|
|
103959
103944
|
"kind": "field",
|
|
103960
|
-
"name": "
|
|
103945
|
+
"name": "disabled",
|
|
103961
103946
|
"privacy": "public",
|
|
103962
|
-
"
|
|
103963
|
-
"
|
|
103964
|
-
"default": "{ stepchange: 'stepchange', }",
|
|
103947
|
+
"description": "Whether the component is disabled.",
|
|
103948
|
+
"default": "false",
|
|
103965
103949
|
"type": {
|
|
103966
|
-
"text": "
|
|
103950
|
+
"text": "boolean"
|
|
103951
|
+
},
|
|
103952
|
+
"attribute": "disabled",
|
|
103953
|
+
"reflects": true,
|
|
103954
|
+
"inheritedFrom": {
|
|
103955
|
+
"name": "SbbDisabledMixin",
|
|
103956
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
103967
103957
|
}
|
|
103968
103958
|
},
|
|
103969
103959
|
{
|
|
103970
103960
|
"kind": "field",
|
|
103971
|
-
"name": "
|
|
103972
|
-
"
|
|
103973
|
-
|
|
103974
|
-
|
|
103961
|
+
"name": "_previousOrientation",
|
|
103962
|
+
"type": {
|
|
103963
|
+
"text": "string | undefined"
|
|
103964
|
+
},
|
|
103965
|
+
"privacy": "private"
|
|
103975
103966
|
},
|
|
103976
103967
|
{
|
|
103977
103968
|
"kind": "field",
|
|
103978
|
-
"name": "
|
|
103969
|
+
"name": "_previousSize",
|
|
103979
103970
|
"type": {
|
|
103980
|
-
"text": "
|
|
103971
|
+
"text": "string | undefined"
|
|
103981
103972
|
},
|
|
103982
|
-
"privacy": "
|
|
103983
|
-
"default": "false",
|
|
103984
|
-
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
103985
|
-
"attribute": "linear"
|
|
103973
|
+
"privacy": "private"
|
|
103986
103974
|
},
|
|
103987
103975
|
{
|
|
103988
|
-
"kind": "
|
|
103989
|
-
"name": "
|
|
103990
|
-
"privacy": "
|
|
103991
|
-
"
|
|
103992
|
-
|
|
103993
|
-
|
|
103976
|
+
"kind": "method",
|
|
103977
|
+
"name": "_isNotDeactivatedByLinearMode",
|
|
103978
|
+
"privacy": "private",
|
|
103979
|
+
"return": {
|
|
103980
|
+
"type": {
|
|
103981
|
+
"text": "boolean"
|
|
103982
|
+
}
|
|
103994
103983
|
},
|
|
103995
|
-
"
|
|
103996
|
-
|
|
103997
|
-
|
|
103984
|
+
"parameters": [
|
|
103985
|
+
{
|
|
103986
|
+
"name": "step",
|
|
103987
|
+
"type": {
|
|
103988
|
+
"text": "SbbStepElement"
|
|
103989
|
+
}
|
|
103990
|
+
}
|
|
103991
|
+
]
|
|
103998
103992
|
},
|
|
103999
103993
|
{
|
|
104000
|
-
"kind": "
|
|
104001
|
-
"name": "
|
|
104002
|
-
"type": {
|
|
104003
|
-
"text": "SbbHorizontalFrom | null"
|
|
104004
|
-
},
|
|
103994
|
+
"kind": "method",
|
|
103995
|
+
"name": "_assignStep",
|
|
104005
103996
|
"privacy": "private",
|
|
104006
|
-
"
|
|
103997
|
+
"return": {
|
|
103998
|
+
"type": {
|
|
103999
|
+
"text": "void"
|
|
104000
|
+
}
|
|
104001
|
+
}
|
|
104007
104002
|
},
|
|
104008
104003
|
{
|
|
104009
104004
|
"kind": "field",
|
|
104010
|
-
"name": "
|
|
104005
|
+
"name": "iconName",
|
|
104011
104006
|
"type": {
|
|
104012
|
-
"text": "
|
|
104007
|
+
"text": "string"
|
|
104013
104008
|
},
|
|
104014
104009
|
"privacy": "public",
|
|
104015
|
-
"default": "'
|
|
104016
|
-
"description": "
|
|
104017
|
-
"attribute": "
|
|
104018
|
-
"
|
|
104010
|
+
"default": "''",
|
|
104011
|
+
"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.",
|
|
104012
|
+
"attribute": "icon-name",
|
|
104013
|
+
"inheritedFrom": {
|
|
104014
|
+
"name": "SbbIconNameMixin",
|
|
104015
|
+
"module": "icon/icon-name-mixin.js"
|
|
104016
|
+
}
|
|
104019
104017
|
},
|
|
104020
104018
|
{
|
|
104021
|
-
"kind": "
|
|
104022
|
-
"name": "
|
|
104023
|
-
"
|
|
104024
|
-
|
|
104019
|
+
"kind": "method",
|
|
104020
|
+
"name": "renderIconSlot",
|
|
104021
|
+
"privacy": "protected",
|
|
104022
|
+
"return": {
|
|
104023
|
+
"type": {
|
|
104024
|
+
"text": "TemplateResult"
|
|
104025
|
+
}
|
|
104025
104026
|
},
|
|
104026
|
-
"
|
|
104027
|
-
|
|
104028
|
-
|
|
104029
|
-
|
|
104030
|
-
|
|
104027
|
+
"parameters": [
|
|
104028
|
+
{
|
|
104029
|
+
"name": "classname",
|
|
104030
|
+
"optional": true,
|
|
104031
|
+
"type": {
|
|
104032
|
+
"text": "string"
|
|
104033
|
+
}
|
|
104034
|
+
}
|
|
104035
|
+
],
|
|
104036
|
+
"inheritedFrom": {
|
|
104037
|
+
"name": "SbbIconNameMixin",
|
|
104038
|
+
"module": "icon/icon-name-mixin.js"
|
|
104039
|
+
}
|
|
104031
104040
|
},
|
|
104032
104041
|
{
|
|
104033
|
-
"kind": "
|
|
104034
|
-
"name": "
|
|
104035
|
-
"privacy": "
|
|
104036
|
-
"
|
|
104037
|
-
|
|
104038
|
-
|
|
104042
|
+
"kind": "method",
|
|
104043
|
+
"name": "renderIconName",
|
|
104044
|
+
"privacy": "protected",
|
|
104045
|
+
"return": {
|
|
104046
|
+
"type": {
|
|
104047
|
+
"text": "string"
|
|
104048
|
+
}
|
|
104049
|
+
},
|
|
104050
|
+
"inheritedFrom": {
|
|
104051
|
+
"name": "SbbIconNameMixin",
|
|
104052
|
+
"module": "icon/icon-name-mixin.js"
|
|
104039
104053
|
}
|
|
104040
104054
|
},
|
|
104041
104055
|
{
|
|
104042
|
-
"kind": "
|
|
104043
|
-
"name": "
|
|
104044
|
-
"type": {
|
|
104045
|
-
"text": "SbbStepElement | null"
|
|
104046
|
-
},
|
|
104056
|
+
"kind": "method",
|
|
104057
|
+
"name": "_renderIconName",
|
|
104047
104058
|
"privacy": "private",
|
|
104048
|
-
"
|
|
104059
|
+
"return": {
|
|
104060
|
+
"type": {
|
|
104061
|
+
"text": "string"
|
|
104062
|
+
}
|
|
104063
|
+
},
|
|
104064
|
+
"inheritedFrom": {
|
|
104065
|
+
"name": "SbbIconNameMixin",
|
|
104066
|
+
"module": "icon/icon-name-mixin.js"
|
|
104067
|
+
}
|
|
104049
104068
|
},
|
|
104050
104069
|
{
|
|
104051
104070
|
"kind": "field",
|
|
104052
|
-
"name": "
|
|
104053
|
-
"privacy": "
|
|
104054
|
-
"description": "The currently selected step index.",
|
|
104071
|
+
"name": "#disabled",
|
|
104072
|
+
"privacy": "private",
|
|
104055
104073
|
"type": {
|
|
104056
|
-
"text": "
|
|
104074
|
+
"text": "boolean"
|
|
104057
104075
|
},
|
|
104058
|
-
"
|
|
104076
|
+
"default": "false",
|
|
104077
|
+
"inheritedFrom": {
|
|
104078
|
+
"name": "SbbDisabledMixin",
|
|
104079
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
104080
|
+
}
|
|
104081
|
+
},
|
|
104082
|
+
{
|
|
104083
|
+
"kind": "method",
|
|
104084
|
+
"name": "isDisabledExternally",
|
|
104085
|
+
"privacy": "protected",
|
|
104086
|
+
"return": {
|
|
104087
|
+
"type": {
|
|
104088
|
+
"text": "boolean"
|
|
104089
|
+
}
|
|
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
|
+
}
|
|
104059
104096
|
},
|
|
104060
104097
|
{
|
|
104061
104098
|
"kind": "field",
|
|
104062
|
-
"name": "
|
|
104099
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
104063
104100
|
"type": {
|
|
104064
|
-
"text": "
|
|
104101
|
+
"text": "array"
|
|
104065
104102
|
},
|
|
104066
104103
|
"privacy": "private",
|
|
104067
|
-
"
|
|
104104
|
+
"readonly": true,
|
|
104105
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
104106
|
+
"inheritedFrom": {
|
|
104107
|
+
"name": "SbbButtonBaseElement",
|
|
104108
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104109
|
+
}
|
|
104068
104110
|
},
|
|
104069
104111
|
{
|
|
104070
104112
|
"kind": "field",
|
|
104071
|
-
"name": "
|
|
104113
|
+
"name": "value",
|
|
104072
104114
|
"type": {
|
|
104073
|
-
"text": "
|
|
104115
|
+
"text": "string"
|
|
104074
104116
|
},
|
|
104075
104117
|
"privacy": "public",
|
|
104076
|
-
"
|
|
104077
|
-
|
|
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"
|
|
104078
104125
|
},
|
|
104079
104126
|
{
|
|
104080
104127
|
"kind": "field",
|
|
104081
|
-
"name": "
|
|
104128
|
+
"name": "type",
|
|
104129
|
+
"privacy": "public",
|
|
104130
|
+
"description": "The type attribute to use for the button.",
|
|
104131
|
+
"default": "'button'",
|
|
104082
104132
|
"type": {
|
|
104083
|
-
"text": "
|
|
104133
|
+
"text": "SbbButtonType"
|
|
104084
104134
|
},
|
|
104085
|
-
"
|
|
104086
|
-
"
|
|
104135
|
+
"attribute": "type",
|
|
104136
|
+
"inheritedFrom": {
|
|
104137
|
+
"name": "SbbButtonBaseElement",
|
|
104138
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104139
|
+
}
|
|
104087
104140
|
},
|
|
104088
104141
|
{
|
|
104089
104142
|
"kind": "field",
|
|
104090
|
-
"name": "
|
|
104143
|
+
"name": "form",
|
|
104091
104144
|
"type": {
|
|
104092
|
-
"text": "
|
|
104145
|
+
"text": "HTMLFormElement | null"
|
|
104093
104146
|
},
|
|
104094
|
-
"privacy": "
|
|
104095
|
-
"
|
|
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"
|
|
104096
104154
|
},
|
|
104097
104155
|
{
|
|
104098
104156
|
"kind": "field",
|
|
104099
|
-
"name": "
|
|
104157
|
+
"name": "_formId",
|
|
104100
104158
|
"type": {
|
|
104101
|
-
"text": "
|
|
104159
|
+
"text": "string"
|
|
104102
104160
|
},
|
|
104103
104161
|
"privacy": "private",
|
|
104104
|
-
"default": "
|
|
104162
|
+
"default": "''",
|
|
104163
|
+
"inheritedFrom": {
|
|
104164
|
+
"name": "SbbButtonBaseElement",
|
|
104165
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104166
|
+
}
|
|
104105
104167
|
},
|
|
104106
104168
|
{
|
|
104107
104169
|
"kind": "field",
|
|
104108
|
-
"name": "
|
|
104170
|
+
"name": "_handleButtonClick",
|
|
104109
104171
|
"privacy": "private",
|
|
104110
|
-
"
|
|
104111
|
-
|
|
104112
|
-
|
|
104113
|
-
|
|
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."
|
|
104172
|
+
"inheritedFrom": {
|
|
104173
|
+
"name": "SbbButtonBaseElement",
|
|
104174
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104175
|
+
}
|
|
104144
104176
|
},
|
|
104145
104177
|
{
|
|
104146
104178
|
"kind": "method",
|
|
104147
|
-
"name": "
|
|
104179
|
+
"name": "_requestSubmit",
|
|
104148
104180
|
"privacy": "private",
|
|
104149
104181
|
"return": {
|
|
104150
104182
|
"type": {
|
|
104151
|
-
"text": "
|
|
104183
|
+
"text": "void"
|
|
104152
104184
|
}
|
|
104153
104185
|
},
|
|
104154
104186
|
"parameters": [
|
|
104155
104187
|
{
|
|
104156
|
-
"name": "
|
|
104188
|
+
"name": "form",
|
|
104157
104189
|
"type": {
|
|
104158
|
-
"text": "
|
|
104190
|
+
"text": "HTMLFormElement"
|
|
104159
104191
|
}
|
|
104160
104192
|
}
|
|
104161
|
-
]
|
|
104193
|
+
],
|
|
104194
|
+
"inheritedFrom": {
|
|
104195
|
+
"name": "SbbButtonBaseElement",
|
|
104196
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104197
|
+
}
|
|
104162
104198
|
},
|
|
104163
104199
|
{
|
|
104164
|
-
"kind": "
|
|
104165
|
-
"name": "
|
|
104200
|
+
"kind": "field",
|
|
104201
|
+
"name": "_formKeyDown",
|
|
104202
|
+
"privacy": "private",
|
|
104203
|
+
"inheritedFrom": {
|
|
104204
|
+
"name": "SbbButtonBaseElement",
|
|
104205
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104206
|
+
}
|
|
104207
|
+
},
|
|
104208
|
+
{
|
|
104209
|
+
"kind": "field",
|
|
104210
|
+
"name": "formAssociated",
|
|
104211
|
+
"type": {
|
|
104212
|
+
"text": "boolean"
|
|
104213
|
+
},
|
|
104214
|
+
"privacy": "public",
|
|
104215
|
+
"static": true,
|
|
104216
|
+
"default": "true",
|
|
104217
|
+
"inheritedFrom": {
|
|
104218
|
+
"name": "SbbFormAssociatedMixin",
|
|
104219
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104220
|
+
}
|
|
104221
|
+
},
|
|
104222
|
+
{
|
|
104223
|
+
"kind": "field",
|
|
104224
|
+
"name": "name",
|
|
104225
|
+
"privacy": "public",
|
|
104226
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
104227
|
+
"type": {
|
|
104228
|
+
"text": "string"
|
|
104229
|
+
},
|
|
104230
|
+
"attribute": "name",
|
|
104231
|
+
"inheritedFrom": {
|
|
104232
|
+
"name": "SbbFormAssociatedMixin",
|
|
104233
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104234
|
+
}
|
|
104235
|
+
},
|
|
104236
|
+
{
|
|
104237
|
+
"kind": "field",
|
|
104238
|
+
"name": "validity",
|
|
104239
|
+
"type": {
|
|
104240
|
+
"text": "ValidityState"
|
|
104241
|
+
},
|
|
104242
|
+
"privacy": "public",
|
|
104243
|
+
"description": "Returns the ValidityState object for this element.",
|
|
104244
|
+
"readonly": true,
|
|
104245
|
+
"inheritedFrom": {
|
|
104246
|
+
"name": "SbbFormAssociatedMixin",
|
|
104247
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104248
|
+
}
|
|
104249
|
+
},
|
|
104250
|
+
{
|
|
104251
|
+
"kind": "field",
|
|
104252
|
+
"name": "validationMessage",
|
|
104253
|
+
"type": {
|
|
104254
|
+
"text": "string"
|
|
104255
|
+
},
|
|
104256
|
+
"privacy": "public",
|
|
104257
|
+
"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.",
|
|
104258
|
+
"readonly": true,
|
|
104259
|
+
"inheritedFrom": {
|
|
104260
|
+
"name": "SbbFormAssociatedMixin",
|
|
104261
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
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",
|
|
104166
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",
|
|
104167
104306
|
"return": {
|
|
104168
104307
|
"type": {
|
|
104169
|
-
"text": "
|
|
104308
|
+
"text": "boolean"
|
|
104170
104309
|
}
|
|
104171
104310
|
},
|
|
104172
|
-
"
|
|
104173
|
-
|
|
104174
|
-
|
|
104175
|
-
|
|
104176
|
-
|
|
104177
|
-
}
|
|
104178
|
-
}
|
|
104179
|
-
]
|
|
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
|
+
}
|
|
104180
104316
|
},
|
|
104181
104317
|
{
|
|
104182
104318
|
"kind": "method",
|
|
104183
|
-
"name": "
|
|
104184
|
-
"privacy": "
|
|
104319
|
+
"name": "reportValidity",
|
|
104320
|
+
"privacy": "public",
|
|
104185
104321
|
"return": {
|
|
104186
104322
|
"type": {
|
|
104187
|
-
"text": "
|
|
104323
|
+
"text": "boolean"
|
|
104188
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"
|
|
104189
104330
|
}
|
|
104190
104331
|
},
|
|
104191
104332
|
{
|
|
104192
104333
|
"kind": "method",
|
|
104193
|
-
"name": "
|
|
104194
|
-
"privacy": "
|
|
104334
|
+
"name": "setCustomValidity",
|
|
104335
|
+
"privacy": "public",
|
|
104195
104336
|
"return": {
|
|
104196
104337
|
"type": {
|
|
104197
104338
|
"text": "void"
|
|
@@ -104199,154 +104340,221 @@
|
|
|
104199
104340
|
},
|
|
104200
104341
|
"parameters": [
|
|
104201
104342
|
{
|
|
104202
|
-
"name": "
|
|
104343
|
+
"name": "message",
|
|
104203
104344
|
"type": {
|
|
104204
|
-
"text": "
|
|
104345
|
+
"text": "string"
|
|
104205
104346
|
}
|
|
104206
104347
|
}
|
|
104207
104348
|
],
|
|
104208
|
-
"description": "Sets the
|
|
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
|
+
}
|
|
104209
104354
|
},
|
|
104210
104355
|
{
|
|
104211
104356
|
"kind": "method",
|
|
104212
|
-
"name": "
|
|
104357
|
+
"name": "_hasDisabledAncestor",
|
|
104213
104358
|
"privacy": "private",
|
|
104214
104359
|
"return": {
|
|
104215
104360
|
"type": {
|
|
104216
|
-
"text": "
|
|
104361
|
+
"text": "boolean"
|
|
104217
104362
|
}
|
|
104363
|
+
},
|
|
104364
|
+
"inheritedFrom": {
|
|
104365
|
+
"name": "SbbFormAssociatedMixin",
|
|
104366
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104218
104367
|
}
|
|
104219
104368
|
},
|
|
104220
104369
|
{
|
|
104221
104370
|
"kind": "method",
|
|
104222
|
-
"name": "
|
|
104223
|
-
"privacy": "
|
|
104371
|
+
"name": "updateFormValue",
|
|
104372
|
+
"privacy": "protected",
|
|
104224
104373
|
"return": {
|
|
104225
104374
|
"type": {
|
|
104226
104375
|
"text": "void"
|
|
104227
104376
|
}
|
|
104228
104377
|
},
|
|
104229
|
-
"
|
|
104230
|
-
|
|
104231
|
-
|
|
104232
|
-
|
|
104233
|
-
|
|
104234
|
-
}
|
|
104235
|
-
}
|
|
104236
|
-
]
|
|
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
|
+
}
|
|
104237
104383
|
},
|
|
104238
104384
|
{
|
|
104239
104385
|
"kind": "method",
|
|
104240
|
-
"name": "
|
|
104241
|
-
"privacy": "
|
|
104386
|
+
"name": "formState",
|
|
104387
|
+
"privacy": "protected",
|
|
104242
104388
|
"return": {
|
|
104243
104389
|
"type": {
|
|
104244
|
-
"text": "
|
|
104390
|
+
"text": "FormRestoreState"
|
|
104245
104391
|
}
|
|
104392
|
+
},
|
|
104393
|
+
"inheritedFrom": {
|
|
104394
|
+
"name": "SbbFormAssociatedMixin",
|
|
104395
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104246
104396
|
}
|
|
104247
104397
|
},
|
|
104248
104398
|
{
|
|
104249
104399
|
"kind": "method",
|
|
104250
|
-
"name": "
|
|
104251
|
-
"privacy": "
|
|
104400
|
+
"name": "setValidityFlag",
|
|
104401
|
+
"privacy": "protected",
|
|
104252
104402
|
"return": {
|
|
104253
104403
|
"type": {
|
|
104254
104404
|
"text": "void"
|
|
104255
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"
|
|
104256
104432
|
}
|
|
104257
104433
|
},
|
|
104258
104434
|
{
|
|
104259
104435
|
"kind": "method",
|
|
104260
|
-
"name": "
|
|
104261
|
-
"privacy": "
|
|
104436
|
+
"name": "removeValidityFlag",
|
|
104437
|
+
"privacy": "protected",
|
|
104262
104438
|
"return": {
|
|
104263
104439
|
"type": {
|
|
104264
104440
|
"text": "void"
|
|
104265
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"
|
|
104266
104455
|
}
|
|
104267
104456
|
},
|
|
104268
|
-
{
|
|
104269
|
-
"kind": "field",
|
|
104270
|
-
"name": "_onStepperResize",
|
|
104271
|
-
"privacy": "private"
|
|
104272
|
-
},
|
|
104273
104457
|
{
|
|
104274
104458
|
"kind": "method",
|
|
104275
|
-
"name": "
|
|
104276
|
-
"privacy": "
|
|
104459
|
+
"name": "validate",
|
|
104460
|
+
"privacy": "protected",
|
|
104277
104461
|
"return": {
|
|
104278
104462
|
"type": {
|
|
104279
104463
|
"text": "void"
|
|
104280
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"
|
|
104281
104470
|
}
|
|
104282
104471
|
},
|
|
104283
104472
|
{
|
|
104284
104473
|
"kind": "method",
|
|
104285
|
-
"name": "
|
|
104286
|
-
"privacy": "
|
|
104474
|
+
"name": "shouldValidate",
|
|
104475
|
+
"privacy": "protected",
|
|
104287
104476
|
"return": {
|
|
104288
104477
|
"type": {
|
|
104289
|
-
"text": "
|
|
104478
|
+
"text": "boolean"
|
|
104290
104479
|
}
|
|
104291
104480
|
},
|
|
104292
104481
|
"parameters": [
|
|
104293
104482
|
{
|
|
104294
|
-
"name": "
|
|
104483
|
+
"name": "name",
|
|
104295
104484
|
"type": {
|
|
104296
|
-
"text": "
|
|
104485
|
+
"text": "PropertyKey | undefined"
|
|
104297
104486
|
}
|
|
104298
104487
|
}
|
|
104299
|
-
]
|
|
104300
|
-
|
|
104301
|
-
|
|
104302
|
-
|
|
104303
|
-
|
|
104304
|
-
|
|
104305
|
-
|
|
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
|
+
}
|
|
104306
104503
|
},
|
|
104504
|
+
"inheritedFrom": {
|
|
104505
|
+
"name": "SbbFormAssociatedMixin",
|
|
104506
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104507
|
+
}
|
|
104508
|
+
},
|
|
104509
|
+
{
|
|
104510
|
+
"kind": "field",
|
|
104511
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
104307
104512
|
"privacy": "private",
|
|
104308
|
-
"
|
|
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
|
+
],
|
|
104309
104520
|
"inheritedFrom": {
|
|
104310
|
-
"name": "
|
|
104311
|
-
"module": "core/
|
|
104521
|
+
"name": "SbbButtonLikeBaseElement",
|
|
104522
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104312
104523
|
}
|
|
104313
104524
|
},
|
|
104314
104525
|
{
|
|
104315
104526
|
"kind": "field",
|
|
104316
|
-
"name": "
|
|
104527
|
+
"name": "_removeActiveMarker",
|
|
104317
104528
|
"privacy": "private",
|
|
104318
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
104319
104529
|
"inheritedFrom": {
|
|
104320
|
-
"name": "
|
|
104321
|
-
"module": "core/
|
|
104530
|
+
"name": "SbbButtonLikeBaseElement",
|
|
104531
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104322
104532
|
}
|
|
104323
104533
|
},
|
|
104324
104534
|
{
|
|
104325
104535
|
"kind": "field",
|
|
104326
|
-
"name": "
|
|
104327
|
-
"type": {
|
|
104328
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
104329
|
-
},
|
|
104536
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
104330
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
|
+
],
|
|
104331
104545
|
"inheritedFrom": {
|
|
104332
|
-
"name": "
|
|
104333
|
-
"module": "core/
|
|
104546
|
+
"name": "SbbButtonLikeBaseElement",
|
|
104547
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104334
104548
|
}
|
|
104335
104549
|
},
|
|
104336
104550
|
{
|
|
104337
104551
|
"kind": "field",
|
|
104338
|
-
"name": "
|
|
104339
|
-
"
|
|
104340
|
-
"text": "boolean"
|
|
104341
|
-
},
|
|
104342
|
-
"privacy": "protected",
|
|
104343
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
104344
|
-
"readonly": true,
|
|
104552
|
+
"name": "_dispatchClickEvent",
|
|
104553
|
+
"privacy": "private",
|
|
104345
104554
|
"inheritedFrom": {
|
|
104346
|
-
"name": "
|
|
104347
|
-
"module": "core/
|
|
104348
|
-
}
|
|
104349
|
-
"default": "!!this.shadowRoot"
|
|
104555
|
+
"name": "SbbButtonLikeBaseElement",
|
|
104556
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104557
|
+
}
|
|
104350
104558
|
},
|
|
104351
104559
|
{
|
|
104352
104560
|
"kind": "method",
|
|
@@ -104373,676 +104581,496 @@
|
|
|
104373
104581
|
}
|
|
104374
104582
|
],
|
|
104375
104583
|
"inheritedFrom": {
|
|
104376
|
-
"name": "
|
|
104377
|
-
"module": "core/
|
|
104584
|
+
"name": "SbbActionBaseElement",
|
|
104585
|
+
"module": "core/base-elements/action-base-element.js"
|
|
104378
104586
|
}
|
|
104379
|
-
}
|
|
104380
|
-
],
|
|
104381
|
-
"events": [
|
|
104382
|
-
{
|
|
104383
|
-
"type": {
|
|
104384
|
-
"text": "SbbStepChangeEvent"
|
|
104385
|
-
},
|
|
104386
|
-
"description": "Emits whenever a step was changed.",
|
|
104387
|
-
"name": "stepchange"
|
|
104388
|
-
}
|
|
104389
|
-
],
|
|
104390
|
-
"attributes": [
|
|
104391
|
-
{
|
|
104392
|
-
"name": "linear",
|
|
104393
|
-
"type": {
|
|
104394
|
-
"text": "boolean"
|
|
104395
|
-
},
|
|
104396
|
-
"default": "false",
|
|
104397
|
-
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
104398
|
-
"fieldName": "linear"
|
|
104399
104587
|
},
|
|
104400
104588
|
{
|
|
104401
|
-
"
|
|
104402
|
-
"
|
|
104589
|
+
"kind": "field",
|
|
104590
|
+
"name": "maybeDisabled",
|
|
104403
104591
|
"type": {
|
|
104404
|
-
"text": "
|
|
104592
|
+
"text": "boolean | undefined"
|
|
104405
104593
|
},
|
|
104406
|
-
"
|
|
104594
|
+
"privacy": "protected",
|
|
104595
|
+
"readonly": true,
|
|
104596
|
+
"inheritedFrom": {
|
|
104597
|
+
"name": "SbbActionBaseElement",
|
|
104598
|
+
"module": "core/base-elements/action-base-element.js"
|
|
104599
|
+
}
|
|
104407
104600
|
},
|
|
104408
104601
|
{
|
|
104409
|
-
"
|
|
104602
|
+
"kind": "field",
|
|
104603
|
+
"name": "maybeDisabledInteractive",
|
|
104410
104604
|
"type": {
|
|
104411
|
-
"text": "
|
|
104605
|
+
"text": "boolean | undefined"
|
|
104412
104606
|
},
|
|
104413
|
-
"
|
|
104414
|
-
"
|
|
104415
|
-
"
|
|
104607
|
+
"privacy": "protected",
|
|
104608
|
+
"readonly": true,
|
|
104609
|
+
"inheritedFrom": {
|
|
104610
|
+
"name": "SbbActionBaseElement",
|
|
104611
|
+
"module": "core/base-elements/action-base-element.js"
|
|
104612
|
+
}
|
|
104416
104613
|
},
|
|
104417
104614
|
{
|
|
104418
|
-
"
|
|
104419
|
-
"
|
|
104420
|
-
|
|
104615
|
+
"kind": "method",
|
|
104616
|
+
"name": "setupBaseEventHandlers",
|
|
104617
|
+
"privacy": "protected",
|
|
104618
|
+
"return": {
|
|
104619
|
+
"type": {
|
|
104620
|
+
"text": "void"
|
|
104621
|
+
}
|
|
104421
104622
|
},
|
|
104422
|
-
"
|
|
104423
|
-
|
|
104424
|
-
|
|
104623
|
+
"inheritedFrom": {
|
|
104624
|
+
"name": "SbbActionBaseElement",
|
|
104625
|
+
"module": "core/base-elements/action-base-element.js"
|
|
104626
|
+
}
|
|
104425
104627
|
},
|
|
104426
104628
|
{
|
|
104427
|
-
"
|
|
104428
|
-
"
|
|
104429
|
-
"
|
|
104430
|
-
|
|
104629
|
+
"kind": "method",
|
|
104630
|
+
"name": "renderTemplate",
|
|
104631
|
+
"privacy": "protected",
|
|
104632
|
+
"return": {
|
|
104633
|
+
"type": {
|
|
104634
|
+
"text": "TemplateResult"
|
|
104635
|
+
}
|
|
104431
104636
|
},
|
|
104432
|
-
"
|
|
104637
|
+
"description": "Override this method to render the component template.",
|
|
104638
|
+
"inheritedFrom": {
|
|
104639
|
+
"name": "SbbActionBaseElement",
|
|
104640
|
+
"module": "core/base-elements/action-base-element.js"
|
|
104641
|
+
}
|
|
104433
104642
|
}
|
|
104434
104643
|
],
|
|
104435
104644
|
"mixins": [
|
|
104436
104645
|
{
|
|
104437
|
-
"name": "
|
|
104438
|
-
"module": "
|
|
104646
|
+
"name": "SbbIconNameMixin",
|
|
104647
|
+
"module": "icon.js"
|
|
104439
104648
|
},
|
|
104440
104649
|
{
|
|
104441
|
-
"name": "
|
|
104650
|
+
"name": "SbbDisabledMixin",
|
|
104442
104651
|
"module": "core/mixins.js"
|
|
104443
104652
|
}
|
|
104444
104653
|
],
|
|
104445
104654
|
"superclass": {
|
|
104446
|
-
"name": "
|
|
104447
|
-
"
|
|
104655
|
+
"name": "SbbButtonBaseElement",
|
|
104656
|
+
"module": "core/base-elements.js"
|
|
104448
104657
|
},
|
|
104449
|
-
"tagName": "sbb-
|
|
104450
|
-
"customElement": true
|
|
104451
|
-
|
|
104452
|
-
{
|
|
104453
|
-
"kind": "variable",
|
|
104454
|
-
"name": "currentIndex"
|
|
104455
|
-
},
|
|
104456
|
-
{
|
|
104457
|
-
"kind": "variable",
|
|
104458
|
-
"name": "currentStep"
|
|
104459
|
-
}
|
|
104460
|
-
],
|
|
104461
|
-
"exports": [
|
|
104462
|
-
{
|
|
104463
|
-
"kind": "js",
|
|
104464
|
-
"name": "SbbStepChangeEvent",
|
|
104465
|
-
"declaration": {
|
|
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"
|
|
104476
|
-
}
|
|
104477
|
-
},
|
|
104478
|
-
{
|
|
104479
|
-
"kind": "custom-element-definition",
|
|
104480
|
-
"name": "sbb-stepper",
|
|
104481
|
-
"declaration": {
|
|
104482
|
-
"name": "SbbStepperElement",
|
|
104483
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
104484
|
-
}
|
|
104485
|
-
}
|
|
104486
|
-
]
|
|
104487
|
-
},
|
|
104488
|
-
{
|
|
104489
|
-
"kind": "javascript-module",
|
|
104490
|
-
"path": "stepper/step-label/step-label.component.js",
|
|
104491
|
-
"declarations": [
|
|
104492
|
-
{
|
|
104493
|
-
"kind": "class",
|
|
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
|
-
],
|
|
104506
|
-
"members": [
|
|
104658
|
+
"tagName": "sbb-step-label",
|
|
104659
|
+
"customElement": true,
|
|
104660
|
+
"attributes": [
|
|
104507
104661
|
{
|
|
104508
|
-
"
|
|
104509
|
-
"name": "role",
|
|
104662
|
+
"name": "icon-name",
|
|
104510
104663
|
"type": {
|
|
104511
104664
|
"text": "string"
|
|
104512
104665
|
},
|
|
104513
|
-
"
|
|
104514
|
-
"
|
|
104515
|
-
"
|
|
104516
|
-
"default": "'tab'",
|
|
104666
|
+
"default": "''",
|
|
104667
|
+
"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.",
|
|
104668
|
+
"fieldName": "iconName",
|
|
104517
104669
|
"inheritedFrom": {
|
|
104518
|
-
"name": "
|
|
104519
|
-
"module": "
|
|
104670
|
+
"name": "SbbIconNameMixin",
|
|
104671
|
+
"module": "icon/icon-name-mixin.js"
|
|
104520
104672
|
}
|
|
104521
104673
|
},
|
|
104522
104674
|
{
|
|
104523
|
-
"
|
|
104524
|
-
"
|
|
104675
|
+
"name": "disabled",
|
|
104676
|
+
"description": "Whether the component is disabled.",
|
|
104677
|
+
"default": "false",
|
|
104525
104678
|
"type": {
|
|
104526
|
-
"text": "
|
|
104679
|
+
"text": "boolean"
|
|
104527
104680
|
},
|
|
104528
|
-
"
|
|
104529
|
-
"
|
|
104530
|
-
|
|
104531
|
-
|
|
104681
|
+
"fieldName": "disabled",
|
|
104682
|
+
"inheritedFrom": {
|
|
104683
|
+
"name": "SbbDisabledMixin",
|
|
104684
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
104685
|
+
}
|
|
104532
104686
|
},
|
|
104533
104687
|
{
|
|
104534
|
-
"
|
|
104535
|
-
"name": "_step",
|
|
104688
|
+
"name": "value",
|
|
104536
104689
|
"type": {
|
|
104537
|
-
"text": "
|
|
104690
|
+
"text": "string"
|
|
104538
104691
|
},
|
|
104539
|
-
"
|
|
104540
|
-
"
|
|
104692
|
+
"default": "''",
|
|
104693
|
+
"description": "Value of the form element.",
|
|
104694
|
+
"fieldName": "value",
|
|
104695
|
+
"inheritedFrom": {
|
|
104696
|
+
"name": "SbbButtonBaseElement",
|
|
104697
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104698
|
+
}
|
|
104541
104699
|
},
|
|
104542
104700
|
{
|
|
104543
|
-
"
|
|
104544
|
-
"
|
|
104701
|
+
"name": "type",
|
|
104702
|
+
"description": "The type attribute to use for the button.",
|
|
104703
|
+
"default": "'button'",
|
|
104545
104704
|
"type": {
|
|
104546
|
-
"text": "
|
|
104705
|
+
"text": "SbbButtonType"
|
|
104547
104706
|
},
|
|
104548
|
-
"
|
|
104549
|
-
"
|
|
104707
|
+
"fieldName": "type",
|
|
104708
|
+
"inheritedFrom": {
|
|
104709
|
+
"name": "SbbButtonBaseElement",
|
|
104710
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104711
|
+
}
|
|
104550
104712
|
},
|
|
104551
104713
|
{
|
|
104552
|
-
"
|
|
104553
|
-
"
|
|
104554
|
-
"privacy": "public",
|
|
104555
|
-
"description": "Whether the component is disabled.",
|
|
104556
|
-
"default": "false",
|
|
104714
|
+
"name": "form",
|
|
104715
|
+
"description": "The `<form>` element to associate the button with.",
|
|
104557
104716
|
"type": {
|
|
104558
|
-
"text": "
|
|
104717
|
+
"text": "HTMLFormElement | null"
|
|
104559
104718
|
},
|
|
104560
|
-
"
|
|
104561
|
-
"reflects": true,
|
|
104719
|
+
"fieldName": "form",
|
|
104562
104720
|
"inheritedFrom": {
|
|
104563
|
-
"name": "
|
|
104564
|
-
"module": "core/
|
|
104721
|
+
"name": "SbbButtonBaseElement",
|
|
104722
|
+
"module": "core/base-elements/button-base-element.js"
|
|
104565
104723
|
}
|
|
104566
104724
|
},
|
|
104567
104725
|
{
|
|
104568
|
-
"
|
|
104569
|
-
"
|
|
104726
|
+
"name": "name",
|
|
104727
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
104570
104728
|
"type": {
|
|
104571
|
-
"text": "string
|
|
104729
|
+
"text": "string"
|
|
104572
104730
|
},
|
|
104573
|
-
"
|
|
104574
|
-
|
|
104731
|
+
"fieldName": "name",
|
|
104732
|
+
"inheritedFrom": {
|
|
104733
|
+
"name": "SbbFormAssociatedMixin",
|
|
104734
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
104735
|
+
}
|
|
104736
|
+
}
|
|
104737
|
+
]
|
|
104738
|
+
}
|
|
104739
|
+
],
|
|
104740
|
+
"exports": [
|
|
104741
|
+
{
|
|
104742
|
+
"kind": "js",
|
|
104743
|
+
"name": "SbbStepLabelElement",
|
|
104744
|
+
"declaration": {
|
|
104745
|
+
"name": "SbbStepLabelElement",
|
|
104746
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
104747
|
+
}
|
|
104748
|
+
},
|
|
104749
|
+
{
|
|
104750
|
+
"kind": "custom-element-definition",
|
|
104751
|
+
"name": "sbb-step-label",
|
|
104752
|
+
"declaration": {
|
|
104753
|
+
"name": "SbbStepLabelElement",
|
|
104754
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
104755
|
+
}
|
|
104756
|
+
}
|
|
104757
|
+
]
|
|
104758
|
+
},
|
|
104759
|
+
{
|
|
104760
|
+
"kind": "javascript-module",
|
|
104761
|
+
"path": "stepper/stepper/stepper.component.js",
|
|
104762
|
+
"declarations": [
|
|
104763
|
+
{
|
|
104764
|
+
"kind": "class",
|
|
104765
|
+
"description": "",
|
|
104766
|
+
"name": "SbbStepChangeEvent",
|
|
104767
|
+
"members": [
|
|
104575
104768
|
{
|
|
104576
104769
|
"kind": "field",
|
|
104577
|
-
"name": "
|
|
104770
|
+
"name": "selectedIndex",
|
|
104578
104771
|
"type": {
|
|
104579
|
-
"text": "
|
|
104772
|
+
"text": "number | null"
|
|
104580
104773
|
},
|
|
104581
|
-
"privacy": "
|
|
104774
|
+
"privacy": "public",
|
|
104775
|
+
"readonly": true,
|
|
104776
|
+
"description": "The index of the newly selected step.",
|
|
104777
|
+
"default": "selectedIndex"
|
|
104582
104778
|
},
|
|
104583
104779
|
{
|
|
104584
|
-
"kind": "
|
|
104585
|
-
"name": "
|
|
104586
|
-
"
|
|
104587
|
-
|
|
104588
|
-
"type": {
|
|
104589
|
-
"text": "boolean"
|
|
104590
|
-
}
|
|
104780
|
+
"kind": "field",
|
|
104781
|
+
"name": "previousIndex",
|
|
104782
|
+
"type": {
|
|
104783
|
+
"text": "number | null"
|
|
104591
104784
|
},
|
|
104592
|
-
"
|
|
104593
|
-
|
|
104594
|
-
|
|
104595
|
-
|
|
104596
|
-
"text": "SbbStepElement"
|
|
104597
|
-
}
|
|
104598
|
-
}
|
|
104599
|
-
]
|
|
104785
|
+
"privacy": "public",
|
|
104786
|
+
"readonly": true,
|
|
104787
|
+
"description": "The index of the previously selected step.",
|
|
104788
|
+
"default": "previousIndex"
|
|
104600
104789
|
},
|
|
104601
104790
|
{
|
|
104602
|
-
"kind": "
|
|
104603
|
-
"name": "
|
|
104604
|
-
"
|
|
104605
|
-
|
|
104606
|
-
|
|
104607
|
-
|
|
104608
|
-
|
|
104609
|
-
|
|
104791
|
+
"kind": "field",
|
|
104792
|
+
"name": "selectedStep",
|
|
104793
|
+
"type": {
|
|
104794
|
+
"text": "SbbStepElement | null"
|
|
104795
|
+
},
|
|
104796
|
+
"privacy": "public",
|
|
104797
|
+
"readonly": true,
|
|
104798
|
+
"description": "The newly selected step element.",
|
|
104799
|
+
"default": "selectedStep"
|
|
104610
104800
|
},
|
|
104611
104801
|
{
|
|
104612
104802
|
"kind": "field",
|
|
104613
|
-
"name": "
|
|
104803
|
+
"name": "previousStep",
|
|
104614
104804
|
"type": {
|
|
104615
|
-
"text": "
|
|
104805
|
+
"text": "SbbStepElement | null"
|
|
104616
104806
|
},
|
|
104617
104807
|
"privacy": "public",
|
|
104618
|
-
"
|
|
104619
|
-
"description": "The
|
|
104620
|
-
"
|
|
104621
|
-
|
|
104622
|
-
|
|
104623
|
-
|
|
104624
|
-
|
|
104808
|
+
"readonly": true,
|
|
104809
|
+
"description": "The previously selected step element.",
|
|
104810
|
+
"default": "previousStep"
|
|
104811
|
+
}
|
|
104812
|
+
],
|
|
104813
|
+
"superclass": {
|
|
104814
|
+
"name": "Event",
|
|
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": ""
|
|
104625
104826
|
},
|
|
104626
104827
|
{
|
|
104627
|
-
"
|
|
104628
|
-
"name": "
|
|
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
|
-
}
|
|
104828
|
+
"description": "Use this slot to provide an `sbb-step-label`.",
|
|
104829
|
+
"name": "step-label"
|
|
104648
104830
|
},
|
|
104649
104831
|
{
|
|
104650
|
-
"
|
|
104651
|
-
"name": "
|
|
104652
|
-
|
|
104653
|
-
|
|
104654
|
-
|
|
104655
|
-
|
|
104656
|
-
|
|
104657
|
-
|
|
104658
|
-
"
|
|
104659
|
-
|
|
104660
|
-
|
|
104832
|
+
"description": "Use this slot to provide an `sbb-step`.",
|
|
104833
|
+
"name": "step"
|
|
104834
|
+
}
|
|
104835
|
+
],
|
|
104836
|
+
"members": [
|
|
104837
|
+
{
|
|
104838
|
+
"kind": "field",
|
|
104839
|
+
"name": "events",
|
|
104840
|
+
"privacy": "public",
|
|
104841
|
+
"static": true,
|
|
104842
|
+
"readonly": true,
|
|
104843
|
+
"default": "{ stepchange: 'stepchange', }",
|
|
104844
|
+
"type": {
|
|
104845
|
+
"text": "{\n stepchange: 'stepchange',\n }"
|
|
104661
104846
|
}
|
|
104662
104847
|
},
|
|
104663
104848
|
{
|
|
104664
|
-
"kind": "
|
|
104665
|
-
"name": "
|
|
104849
|
+
"kind": "field",
|
|
104850
|
+
"name": "_observer",
|
|
104666
104851
|
"privacy": "private",
|
|
104667
|
-
"
|
|
104668
|
-
|
|
104669
|
-
"text": "string"
|
|
104670
|
-
}
|
|
104671
|
-
},
|
|
104672
|
-
"inheritedFrom": {
|
|
104673
|
-
"name": "SbbIconNameMixin",
|
|
104674
|
-
"module": "icon/icon-name-mixin.js"
|
|
104675
|
-
}
|
|
104852
|
+
"default": "new IntersectionController(this, { target: null, callback: (entries) => { entries.forEach((e) => { if (e.intersectionRatio > 0) { this._setStepperHeight(this.selected); this._setMarkerSize(); } }); }, })",
|
|
104853
|
+
"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."
|
|
104676
104854
|
},
|
|
104677
104855
|
{
|
|
104678
104856
|
"kind": "field",
|
|
104679
|
-
"name": "
|
|
104680
|
-
"privacy": "private",
|
|
104857
|
+
"name": "linear",
|
|
104681
104858
|
"type": {
|
|
104682
104859
|
"text": "boolean"
|
|
104683
104860
|
},
|
|
104861
|
+
"privacy": "public",
|
|
104684
104862
|
"default": "false",
|
|
104685
|
-
"
|
|
104686
|
-
|
|
104687
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
104688
|
-
}
|
|
104689
|
-
},
|
|
104690
|
-
{
|
|
104691
|
-
"kind": "method",
|
|
104692
|
-
"name": "isDisabledExternally",
|
|
104693
|
-
"privacy": "protected",
|
|
104694
|
-
"return": {
|
|
104695
|
-
"type": {
|
|
104696
|
-
"text": "boolean"
|
|
104697
|
-
}
|
|
104698
|
-
},
|
|
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
|
-
}
|
|
104863
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
104864
|
+
"attribute": "linear"
|
|
104704
104865
|
},
|
|
104705
104866
|
{
|
|
104706
104867
|
"kind": "field",
|
|
104707
|
-
"name": "
|
|
104868
|
+
"name": "horizontalFrom",
|
|
104869
|
+
"privacy": "public",
|
|
104870
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
104708
104871
|
"type": {
|
|
104709
|
-
"text": "
|
|
104872
|
+
"text": "SbbHorizontalFrom | null"
|
|
104710
104873
|
},
|
|
104711
|
-
"
|
|
104712
|
-
"
|
|
104713
|
-
"default": "
|
|
104714
|
-
"inheritedFrom": {
|
|
104715
|
-
"name": "SbbButtonBaseElement",
|
|
104716
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104717
|
-
}
|
|
104874
|
+
"attribute": "horizontal-from",
|
|
104875
|
+
"reflects": true,
|
|
104876
|
+
"default": "null"
|
|
104718
104877
|
},
|
|
104719
104878
|
{
|
|
104720
104879
|
"kind": "field",
|
|
104721
|
-
"name": "
|
|
104880
|
+
"name": "_horizontalFrom",
|
|
104722
104881
|
"type": {
|
|
104723
|
-
"text": "
|
|
104724
|
-
},
|
|
104725
|
-
"privacy": "public",
|
|
104726
|
-
"inheritedFrom": {
|
|
104727
|
-
"name": "SbbButtonBaseElement",
|
|
104728
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104882
|
+
"text": "SbbHorizontalFrom | null"
|
|
104729
104883
|
},
|
|
104730
|
-
"
|
|
104731
|
-
"
|
|
104732
|
-
"attribute": "value"
|
|
104884
|
+
"privacy": "private",
|
|
104885
|
+
"default": "null"
|
|
104733
104886
|
},
|
|
104734
104887
|
{
|
|
104735
104888
|
"kind": "field",
|
|
104736
|
-
"name": "
|
|
104737
|
-
"privacy": "public",
|
|
104738
|
-
"description": "The type attribute to use for the button.",
|
|
104739
|
-
"default": "'button'",
|
|
104889
|
+
"name": "orientation",
|
|
104740
104890
|
"type": {
|
|
104741
|
-
"text": "
|
|
104891
|
+
"text": "SbbOrientation"
|
|
104742
104892
|
},
|
|
104743
|
-
"
|
|
104744
|
-
"
|
|
104745
|
-
|
|
104746
|
-
|
|
104747
|
-
|
|
104893
|
+
"privacy": "public",
|
|
104894
|
+
"default": "'horizontal'",
|
|
104895
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
104896
|
+
"attribute": "orientation",
|
|
104897
|
+
"reflects": true
|
|
104748
104898
|
},
|
|
104749
104899
|
{
|
|
104750
104900
|
"kind": "field",
|
|
104751
|
-
"name": "
|
|
104901
|
+
"name": "size",
|
|
104752
104902
|
"type": {
|
|
104753
|
-
"text": "
|
|
104903
|
+
"text": "'s' | 'm'"
|
|
104754
104904
|
},
|
|
104755
104905
|
"privacy": "public",
|
|
104756
|
-
"description": "
|
|
104757
|
-
"
|
|
104758
|
-
|
|
104759
|
-
|
|
104760
|
-
},
|
|
104761
|
-
"attribute": "form"
|
|
104906
|
+
"description": "Size variant, either s or m.",
|
|
104907
|
+
"default": "'m' / 's' (lean)",
|
|
104908
|
+
"attribute": "size",
|
|
104909
|
+
"reflects": true
|
|
104762
104910
|
},
|
|
104763
104911
|
{
|
|
104764
104912
|
"kind": "field",
|
|
104765
|
-
"name": "
|
|
104913
|
+
"name": "selected",
|
|
104914
|
+
"privacy": "public",
|
|
104915
|
+
"description": "The currently selected step.",
|
|
104766
104916
|
"type": {
|
|
104767
|
-
"text": "
|
|
104768
|
-
},
|
|
104769
|
-
"privacy": "private",
|
|
104770
|
-
"default": "''",
|
|
104771
|
-
"inheritedFrom": {
|
|
104772
|
-
"name": "SbbButtonBaseElement",
|
|
104773
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104917
|
+
"text": "SbbStepElement | null"
|
|
104774
104918
|
}
|
|
104775
104919
|
},
|
|
104776
104920
|
{
|
|
104777
104921
|
"kind": "field",
|
|
104778
|
-
"name": "
|
|
104779
|
-
"
|
|
104780
|
-
|
|
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
|
-
}
|
|
104922
|
+
"name": "_requestedSelected",
|
|
104923
|
+
"type": {
|
|
104924
|
+
"text": "SbbStepElement | null"
|
|
104793
104925
|
},
|
|
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",
|
|
104810
104926
|
"privacy": "private",
|
|
104811
|
-
"
|
|
104812
|
-
"name": "SbbButtonBaseElement",
|
|
104813
|
-
"module": "core/base-elements/button-base-element.js"
|
|
104814
|
-
}
|
|
104927
|
+
"default": "null"
|
|
104815
104928
|
},
|
|
104816
104929
|
{
|
|
104817
104930
|
"kind": "field",
|
|
104818
|
-
"name": "
|
|
104931
|
+
"name": "selectedIndex",
|
|
104932
|
+
"privacy": "public",
|
|
104933
|
+
"description": "The currently selected step index.",
|
|
104819
104934
|
"type": {
|
|
104820
|
-
"text": "
|
|
104935
|
+
"text": "number | null"
|
|
104821
104936
|
},
|
|
104822
|
-
"
|
|
104823
|
-
"static": true,
|
|
104824
|
-
"default": "true",
|
|
104825
|
-
"inheritedFrom": {
|
|
104826
|
-
"name": "SbbFormAssociatedMixin",
|
|
104827
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104828
|
-
}
|
|
104937
|
+
"attribute": "selected-index"
|
|
104829
104938
|
},
|
|
104830
104939
|
{
|
|
104831
104940
|
"kind": "field",
|
|
104832
|
-
"name": "
|
|
104833
|
-
"privacy": "public",
|
|
104834
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
104941
|
+
"name": "_requestedSelectedIndex",
|
|
104835
104942
|
"type": {
|
|
104836
|
-
"text": "
|
|
104943
|
+
"text": "number | null"
|
|
104837
104944
|
},
|
|
104838
|
-
"
|
|
104839
|
-
"
|
|
104840
|
-
"name": "SbbFormAssociatedMixin",
|
|
104841
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104842
|
-
}
|
|
104945
|
+
"privacy": "private",
|
|
104946
|
+
"default": "null"
|
|
104843
104947
|
},
|
|
104844
104948
|
{
|
|
104845
104949
|
"kind": "field",
|
|
104846
|
-
"name": "
|
|
104950
|
+
"name": "steps",
|
|
104847
104951
|
"type": {
|
|
104848
|
-
"text": "
|
|
104952
|
+
"text": "SbbStepElement[]"
|
|
104849
104953
|
},
|
|
104850
104954
|
"privacy": "public",
|
|
104851
|
-
"description": "
|
|
104852
|
-
"readonly": true
|
|
104853
|
-
"inheritedFrom": {
|
|
104854
|
-
"name": "SbbFormAssociatedMixin",
|
|
104855
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104856
|
-
}
|
|
104955
|
+
"description": "The steps of the stepper.",
|
|
104956
|
+
"readonly": true
|
|
104857
104957
|
},
|
|
104858
104958
|
{
|
|
104859
104959
|
"kind": "field",
|
|
104860
|
-
"name": "
|
|
104960
|
+
"name": "_enabledSteps",
|
|
104861
104961
|
"type": {
|
|
104862
|
-
"text": "
|
|
104962
|
+
"text": "SbbStepElement[]"
|
|
104863
104963
|
},
|
|
104864
|
-
"privacy": "
|
|
104865
|
-
"
|
|
104866
|
-
"readonly": true,
|
|
104867
|
-
"inheritedFrom": {
|
|
104868
|
-
"name": "SbbFormAssociatedMixin",
|
|
104869
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104870
|
-
}
|
|
104964
|
+
"privacy": "private",
|
|
104965
|
+
"readonly": true
|
|
104871
104966
|
},
|
|
104872
104967
|
{
|
|
104873
104968
|
"kind": "field",
|
|
104874
|
-
"name": "
|
|
104969
|
+
"name": "_loaded",
|
|
104875
104970
|
"type": {
|
|
104876
104971
|
"text": "boolean"
|
|
104877
104972
|
},
|
|
104878
|
-
"privacy": "
|
|
104879
|
-
"
|
|
104880
|
-
"readonly": true,
|
|
104881
|
-
"inheritedFrom": {
|
|
104882
|
-
"name": "SbbFormAssociatedMixin",
|
|
104883
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104884
|
-
}
|
|
104973
|
+
"privacy": "private",
|
|
104974
|
+
"default": "false"
|
|
104885
104975
|
},
|
|
104886
104976
|
{
|
|
104887
104977
|
"kind": "field",
|
|
104888
|
-
"name": "
|
|
104978
|
+
"name": "_resizeObserverTimeout",
|
|
104979
|
+
"type": {
|
|
104980
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
104981
|
+
},
|
|
104889
104982
|
"privacy": "private",
|
|
104890
|
-
"default": "
|
|
104891
|
-
"inheritedFrom": {
|
|
104892
|
-
"name": "SbbFormAssociatedMixin",
|
|
104893
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104894
|
-
}
|
|
104983
|
+
"default": "null"
|
|
104895
104984
|
},
|
|
104896
104985
|
{
|
|
104897
104986
|
"kind": "field",
|
|
104898
|
-
"name": "
|
|
104899
|
-
"
|
|
104900
|
-
|
|
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
|
-
}
|
|
104987
|
+
"name": "_mediaMatcher",
|
|
104988
|
+
"privacy": "private",
|
|
104989
|
+
"default": "new SbbMediaMatcherController(this, {})"
|
|
104909
104990
|
},
|
|
104910
104991
|
{
|
|
104911
104992
|
"kind": "method",
|
|
104912
|
-
"name": "
|
|
104993
|
+
"name": "next",
|
|
104913
104994
|
"privacy": "public",
|
|
104914
104995
|
"return": {
|
|
104915
104996
|
"type": {
|
|
104916
|
-
"text": "
|
|
104997
|
+
"text": "void"
|
|
104917
104998
|
}
|
|
104918
104999
|
},
|
|
104919
|
-
"description": "
|
|
104920
|
-
"inheritedFrom": {
|
|
104921
|
-
"name": "SbbFormAssociatedMixin",
|
|
104922
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104923
|
-
}
|
|
105000
|
+
"description": "Selects the next step."
|
|
104924
105001
|
},
|
|
104925
105002
|
{
|
|
104926
105003
|
"kind": "method",
|
|
104927
|
-
"name": "
|
|
105004
|
+
"name": "previous",
|
|
104928
105005
|
"privacy": "public",
|
|
104929
105006
|
"return": {
|
|
104930
105007
|
"type": {
|
|
104931
|
-
"text": "
|
|
105008
|
+
"text": "void"
|
|
104932
105009
|
}
|
|
104933
105010
|
},
|
|
104934
|
-
"description": "
|
|
104935
|
-
"inheritedFrom": {
|
|
104936
|
-
"name": "SbbFormAssociatedMixin",
|
|
104937
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
104938
|
-
}
|
|
105011
|
+
"description": "Selects the previous step."
|
|
104939
105012
|
},
|
|
104940
105013
|
{
|
|
104941
105014
|
"kind": "method",
|
|
104942
|
-
"name": "
|
|
105015
|
+
"name": "reset",
|
|
104943
105016
|
"privacy": "public",
|
|
104944
105017
|
"return": {
|
|
104945
105018
|
"type": {
|
|
104946
105019
|
"text": "void"
|
|
104947
105020
|
}
|
|
104948
105021
|
},
|
|
104949
|
-
"
|
|
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
|
-
}
|
|
105022
|
+
"description": "Resets the form in which the stepper is nested or every form of each step, if any."
|
|
104962
105023
|
},
|
|
104963
105024
|
{
|
|
104964
105025
|
"kind": "method",
|
|
104965
|
-
"name": "
|
|
105026
|
+
"name": "_isSelectable",
|
|
104966
105027
|
"privacy": "private",
|
|
104967
105028
|
"return": {
|
|
104968
105029
|
"type": {
|
|
104969
|
-
"text": "
|
|
105030
|
+
"text": "step is SbbStepElement"
|
|
104970
105031
|
}
|
|
104971
105032
|
},
|
|
104972
|
-
"
|
|
104973
|
-
|
|
104974
|
-
|
|
104975
|
-
|
|
105033
|
+
"parameters": [
|
|
105034
|
+
{
|
|
105035
|
+
"name": "step",
|
|
105036
|
+
"type": {
|
|
105037
|
+
"text": "SbbStepElement | null"
|
|
105038
|
+
}
|
|
105039
|
+
}
|
|
105040
|
+
]
|
|
104976
105041
|
},
|
|
104977
105042
|
{
|
|
104978
105043
|
"kind": "method",
|
|
104979
|
-
"name": "
|
|
104980
|
-
"privacy": "
|
|
105044
|
+
"name": "_select",
|
|
105045
|
+
"privacy": "private",
|
|
104981
105046
|
"return": {
|
|
104982
105047
|
"type": {
|
|
104983
105048
|
"text": "void"
|
|
104984
105049
|
}
|
|
104985
105050
|
},
|
|
104986
|
-
"
|
|
104987
|
-
|
|
104988
|
-
|
|
104989
|
-
|
|
104990
|
-
|
|
104991
|
-
|
|
104992
|
-
{
|
|
104993
|
-
"kind": "method",
|
|
104994
|
-
"name": "formState",
|
|
104995
|
-
"privacy": "protected",
|
|
104996
|
-
"return": {
|
|
104997
|
-
"type": {
|
|
104998
|
-
"text": "FormRestoreState"
|
|
105051
|
+
"parameters": [
|
|
105052
|
+
{
|
|
105053
|
+
"name": "step",
|
|
105054
|
+
"type": {
|
|
105055
|
+
"text": "SbbStepElement | null"
|
|
105056
|
+
}
|
|
104999
105057
|
}
|
|
105000
|
-
|
|
105001
|
-
"inheritedFrom": {
|
|
105002
|
-
"name": "SbbFormAssociatedMixin",
|
|
105003
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
105004
|
-
}
|
|
105058
|
+
]
|
|
105005
105059
|
},
|
|
105006
105060
|
{
|
|
105007
105061
|
"kind": "method",
|
|
105008
|
-
"name": "
|
|
105009
|
-
"privacy": "
|
|
105062
|
+
"name": "_setMarkerSize",
|
|
105063
|
+
"privacy": "private",
|
|
105010
105064
|
"return": {
|
|
105011
105065
|
"type": {
|
|
105012
105066
|
"text": "void"
|
|
105013
105067
|
}
|
|
105014
|
-
},
|
|
105015
|
-
"parameters": [
|
|
105016
|
-
{
|
|
105017
|
-
"name": "flag",
|
|
105018
|
-
"type": {
|
|
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]"
|
|
105033
|
-
}
|
|
105034
|
-
}
|
|
105035
|
-
],
|
|
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"
|
|
105040
105068
|
}
|
|
105041
105069
|
},
|
|
105042
105070
|
{
|
|
105043
105071
|
"kind": "method",
|
|
105044
|
-
"name": "
|
|
105045
|
-
"privacy": "
|
|
105072
|
+
"name": "_setStepperHeight",
|
|
105073
|
+
"privacy": "private",
|
|
105046
105074
|
"return": {
|
|
105047
105075
|
"type": {
|
|
105048
105076
|
"text": "void"
|
|
@@ -105050,124 +105078,91 @@
|
|
|
105050
105078
|
},
|
|
105051
105079
|
"parameters": [
|
|
105052
105080
|
{
|
|
105053
|
-
"name": "
|
|
105081
|
+
"name": "step",
|
|
105054
105082
|
"type": {
|
|
105055
|
-
"text": "
|
|
105083
|
+
"text": "SbbStepElement | null"
|
|
105056
105084
|
}
|
|
105057
105085
|
}
|
|
105058
105086
|
],
|
|
105059
|
-
"description": "
|
|
105060
|
-
"inheritedFrom": {
|
|
105061
|
-
"name": "SbbFormAssociatedMixin",
|
|
105062
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
105063
|
-
}
|
|
105087
|
+
"description": "Sets the stepper height based on the height of the provided step."
|
|
105064
105088
|
},
|
|
105065
105089
|
{
|
|
105066
105090
|
"kind": "method",
|
|
105067
|
-
"name": "
|
|
105068
|
-
"privacy": "
|
|
105091
|
+
"name": "_calculateLabelOffsetTop",
|
|
105092
|
+
"privacy": "private",
|
|
105069
105093
|
"return": {
|
|
105070
105094
|
"type": {
|
|
105071
|
-
"text": "
|
|
105095
|
+
"text": "number | undefined"
|
|
105072
105096
|
}
|
|
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"
|
|
105078
105097
|
}
|
|
105079
105098
|
},
|
|
105080
105099
|
{
|
|
105081
105100
|
"kind": "method",
|
|
105082
|
-
"name": "
|
|
105083
|
-
"privacy": "
|
|
105101
|
+
"name": "_onSelectedStepResize",
|
|
105102
|
+
"privacy": "private",
|
|
105084
105103
|
"return": {
|
|
105085
105104
|
"type": {
|
|
105086
|
-
"text": "
|
|
105105
|
+
"text": "void"
|
|
105087
105106
|
}
|
|
105088
105107
|
},
|
|
105089
105108
|
"parameters": [
|
|
105090
105109
|
{
|
|
105091
|
-
"name": "
|
|
105110
|
+
"name": "e",
|
|
105092
105111
|
"type": {
|
|
105093
|
-
"text": "
|
|
105112
|
+
"text": "Event"
|
|
105094
105113
|
}
|
|
105095
105114
|
}
|
|
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"
|
|
105101
|
-
}
|
|
105115
|
+
]
|
|
105102
105116
|
},
|
|
105103
105117
|
{
|
|
105104
105118
|
"kind": "method",
|
|
105105
|
-
"name": "
|
|
105119
|
+
"name": "_configure",
|
|
105106
105120
|
"privacy": "private",
|
|
105107
105121
|
"return": {
|
|
105108
105122
|
"type": {
|
|
105109
105123
|
"text": "void"
|
|
105110
105124
|
}
|
|
105111
|
-
},
|
|
105112
|
-
"inheritedFrom": {
|
|
105113
|
-
"name": "SbbFormAssociatedMixin",
|
|
105114
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
105115
105125
|
}
|
|
105116
105126
|
},
|
|
105117
105127
|
{
|
|
105118
|
-
"kind": "
|
|
105119
|
-
"name": "
|
|
105128
|
+
"kind": "method",
|
|
105129
|
+
"name": "_updateLabels",
|
|
105120
105130
|
"privacy": "private",
|
|
105121
|
-
"
|
|
105122
|
-
|
|
105123
|
-
|
|
105124
|
-
"description": "The origin event.",
|
|
105125
|
-
"name": "event"
|
|
105131
|
+
"return": {
|
|
105132
|
+
"type": {
|
|
105133
|
+
"text": "void"
|
|
105126
105134
|
}
|
|
105127
|
-
],
|
|
105128
|
-
"inheritedFrom": {
|
|
105129
|
-
"name": "SbbButtonLikeBaseElement",
|
|
105130
|
-
"module": "core/base-elements/button-base-element.js"
|
|
105131
|
-
}
|
|
105132
|
-
},
|
|
105133
|
-
{
|
|
105134
|
-
"kind": "field",
|
|
105135
|
-
"name": "_removeActiveMarker",
|
|
105136
|
-
"privacy": "private",
|
|
105137
|
-
"inheritedFrom": {
|
|
105138
|
-
"name": "SbbButtonLikeBaseElement",
|
|
105139
|
-
"module": "core/base-elements/button-base-element.js"
|
|
105140
105135
|
}
|
|
105141
105136
|
},
|
|
105142
105137
|
{
|
|
105143
|
-
"kind": "
|
|
105144
|
-
"name": "
|
|
105138
|
+
"kind": "method",
|
|
105139
|
+
"name": "_checkOrientation",
|
|
105145
105140
|
"privacy": "private",
|
|
105146
|
-
"
|
|
105147
|
-
|
|
105148
|
-
|
|
105149
|
-
"description": "The origin event.",
|
|
105150
|
-
"name": "event"
|
|
105141
|
+
"return": {
|
|
105142
|
+
"type": {
|
|
105143
|
+
"text": "void"
|
|
105151
105144
|
}
|
|
105152
|
-
],
|
|
105153
|
-
"inheritedFrom": {
|
|
105154
|
-
"name": "SbbButtonLikeBaseElement",
|
|
105155
|
-
"module": "core/base-elements/button-base-element.js"
|
|
105156
105145
|
}
|
|
105157
105146
|
},
|
|
105158
105147
|
{
|
|
105159
105148
|
"kind": "field",
|
|
105160
|
-
"name": "
|
|
105149
|
+
"name": "_onStepperResize",
|
|
105150
|
+
"privacy": "private"
|
|
105151
|
+
},
|
|
105152
|
+
{
|
|
105153
|
+
"kind": "method",
|
|
105154
|
+
"name": "_configureLinearMode",
|
|
105161
105155
|
"privacy": "private",
|
|
105162
|
-
"
|
|
105163
|
-
"
|
|
105164
|
-
|
|
105156
|
+
"return": {
|
|
105157
|
+
"type": {
|
|
105158
|
+
"text": "void"
|
|
105159
|
+
}
|
|
105165
105160
|
}
|
|
105166
105161
|
},
|
|
105167
105162
|
{
|
|
105168
105163
|
"kind": "method",
|
|
105169
|
-
"name": "
|
|
105170
|
-
"privacy": "
|
|
105164
|
+
"name": "_handleKeyDown",
|
|
105165
|
+
"privacy": "private",
|
|
105171
105166
|
"return": {
|
|
105172
105167
|
"type": {
|
|
105173
105168
|
"text": "void"
|
|
@@ -105175,191 +105170,196 @@
|
|
|
105175
105170
|
},
|
|
105176
105171
|
"parameters": [
|
|
105177
105172
|
{
|
|
105178
|
-
"name": "
|
|
105179
|
-
"type": {
|
|
105180
|
-
"text": "string"
|
|
105181
|
-
}
|
|
105182
|
-
},
|
|
105183
|
-
{
|
|
105184
|
-
"name": "force",
|
|
105185
|
-
"optional": true,
|
|
105173
|
+
"name": "evt",
|
|
105186
105174
|
"type": {
|
|
105187
|
-
"text": "
|
|
105175
|
+
"text": "KeyboardEvent"
|
|
105188
105176
|
}
|
|
105189
105177
|
}
|
|
105190
|
-
]
|
|
105178
|
+
]
|
|
105179
|
+
},
|
|
105180
|
+
{
|
|
105181
|
+
"kind": "field",
|
|
105182
|
+
"name": "_hydrationRequired",
|
|
105183
|
+
"type": {
|
|
105184
|
+
"text": "boolean"
|
|
105185
|
+
},
|
|
105186
|
+
"privacy": "private",
|
|
105187
|
+
"default": "!!this.shadowRoot",
|
|
105191
105188
|
"inheritedFrom": {
|
|
105192
|
-
"name": "
|
|
105193
|
-
"module": "core/
|
|
105189
|
+
"name": "SbbHydrationMixin",
|
|
105190
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
105194
105191
|
}
|
|
105195
105192
|
},
|
|
105196
105193
|
{
|
|
105197
105194
|
"kind": "field",
|
|
105198
|
-
"name": "
|
|
105195
|
+
"name": "_hydrationComplete",
|
|
105196
|
+
"privacy": "private",
|
|
105197
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
105198
|
+
"inheritedFrom": {
|
|
105199
|
+
"name": "SbbHydrationMixin",
|
|
105200
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
105201
|
+
}
|
|
105202
|
+
},
|
|
105203
|
+
{
|
|
105204
|
+
"kind": "field",
|
|
105205
|
+
"name": "_resolveHydration",
|
|
105199
105206
|
"type": {
|
|
105200
|
-
"text": "boolean
|
|
105207
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
105201
105208
|
},
|
|
105202
|
-
"privacy": "
|
|
105203
|
-
"readonly": true,
|
|
105209
|
+
"privacy": "private",
|
|
105204
105210
|
"inheritedFrom": {
|
|
105205
|
-
"name": "
|
|
105206
|
-
"module": "core/
|
|
105211
|
+
"name": "SbbHydrationMixin",
|
|
105212
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
105207
105213
|
}
|
|
105208
105214
|
},
|
|
105209
105215
|
{
|
|
105210
105216
|
"kind": "field",
|
|
105211
|
-
"name": "
|
|
105217
|
+
"name": "hydrationRequired",
|
|
105212
105218
|
"type": {
|
|
105213
|
-
"text": "boolean
|
|
105219
|
+
"text": "boolean"
|
|
105214
105220
|
},
|
|
105215
105221
|
"privacy": "protected",
|
|
105222
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
105216
105223
|
"readonly": true,
|
|
105217
105224
|
"inheritedFrom": {
|
|
105218
|
-
"name": "
|
|
105219
|
-
"module": "core/
|
|
105220
|
-
}
|
|
105225
|
+
"name": "SbbHydrationMixin",
|
|
105226
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
105227
|
+
},
|
|
105228
|
+
"default": "!!this.shadowRoot"
|
|
105221
105229
|
},
|
|
105222
105230
|
{
|
|
105223
105231
|
"kind": "method",
|
|
105224
|
-
"name": "
|
|
105232
|
+
"name": "toggleState",
|
|
105225
105233
|
"privacy": "protected",
|
|
105226
105234
|
"return": {
|
|
105227
105235
|
"type": {
|
|
105228
105236
|
"text": "void"
|
|
105229
105237
|
}
|
|
105230
105238
|
},
|
|
105231
|
-
"
|
|
105232
|
-
|
|
105233
|
-
|
|
105234
|
-
|
|
105235
|
-
|
|
105236
|
-
|
|
105237
|
-
|
|
105238
|
-
|
|
105239
|
-
|
|
105240
|
-
|
|
105241
|
-
|
|
105242
|
-
|
|
105239
|
+
"parameters": [
|
|
105240
|
+
{
|
|
105241
|
+
"name": "value",
|
|
105242
|
+
"type": {
|
|
105243
|
+
"text": "string"
|
|
105244
|
+
}
|
|
105245
|
+
},
|
|
105246
|
+
{
|
|
105247
|
+
"name": "force",
|
|
105248
|
+
"optional": true,
|
|
105249
|
+
"type": {
|
|
105250
|
+
"text": "boolean"
|
|
105251
|
+
}
|
|
105243
105252
|
}
|
|
105244
|
-
|
|
105245
|
-
"description": "Override this method to render the component template.",
|
|
105253
|
+
],
|
|
105246
105254
|
"inheritedFrom": {
|
|
105247
|
-
"name": "
|
|
105248
|
-
"module": "core/
|
|
105255
|
+
"name": "SbbElementInternalsMixin",
|
|
105256
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
105249
105257
|
}
|
|
105250
105258
|
}
|
|
105251
105259
|
],
|
|
105252
|
-
"
|
|
105253
|
-
{
|
|
105254
|
-
"name": "SbbIconNameMixin",
|
|
105255
|
-
"module": "icon.js"
|
|
105256
|
-
},
|
|
105260
|
+
"events": [
|
|
105257
105261
|
{
|
|
105258
|
-
"
|
|
105259
|
-
|
|
105262
|
+
"type": {
|
|
105263
|
+
"text": "SbbStepChangeEvent"
|
|
105264
|
+
},
|
|
105265
|
+
"description": "Emits whenever a step was changed.",
|
|
105266
|
+
"name": "stepchange"
|
|
105260
105267
|
}
|
|
105261
105268
|
],
|
|
105262
|
-
"superclass": {
|
|
105263
|
-
"name": "SbbButtonBaseElement",
|
|
105264
|
-
"module": "core/base-elements.js"
|
|
105265
|
-
},
|
|
105266
|
-
"tagName": "sbb-step-label",
|
|
105267
|
-
"customElement": true,
|
|
105268
105269
|
"attributes": [
|
|
105269
105270
|
{
|
|
105270
|
-
"name": "
|
|
105271
|
+
"name": "linear",
|
|
105271
105272
|
"type": {
|
|
105272
|
-
"text": "
|
|
105273
|
+
"text": "boolean"
|
|
105273
105274
|
},
|
|
105274
|
-
"default": "
|
|
105275
|
-
"description": "
|
|
105276
|
-
"fieldName": "
|
|
105277
|
-
"inheritedFrom": {
|
|
105278
|
-
"name": "SbbIconNameMixin",
|
|
105279
|
-
"module": "icon/icon-name-mixin.js"
|
|
105280
|
-
}
|
|
105275
|
+
"default": "false",
|
|
105276
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
105277
|
+
"fieldName": "linear"
|
|
105281
105278
|
},
|
|
105282
105279
|
{
|
|
105283
|
-
"name": "
|
|
105284
|
-
"description": "
|
|
105285
|
-
"default": "false",
|
|
105280
|
+
"name": "horizontal-from",
|
|
105281
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
105286
105282
|
"type": {
|
|
105287
|
-
"text": "
|
|
105283
|
+
"text": "SbbHorizontalFrom | null"
|
|
105288
105284
|
},
|
|
105289
|
-
"fieldName": "
|
|
105290
|
-
"inheritedFrom": {
|
|
105291
|
-
"name": "SbbDisabledMixin",
|
|
105292
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
105293
|
-
}
|
|
105285
|
+
"fieldName": "horizontalFrom"
|
|
105294
105286
|
},
|
|
105295
105287
|
{
|
|
105296
|
-
"name": "
|
|
105288
|
+
"name": "orientation",
|
|
105297
105289
|
"type": {
|
|
105298
|
-
"text": "
|
|
105290
|
+
"text": "SbbOrientation"
|
|
105299
105291
|
},
|
|
105300
|
-
"default": "''",
|
|
105301
|
-
"description": "
|
|
105302
|
-
"fieldName": "
|
|
105303
|
-
"inheritedFrom": {
|
|
105304
|
-
"name": "SbbButtonBaseElement",
|
|
105305
|
-
"module": "core/base-elements/button-base-element.js"
|
|
105306
|
-
}
|
|
105292
|
+
"default": "'horizontal'",
|
|
105293
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
105294
|
+
"fieldName": "orientation"
|
|
105307
105295
|
},
|
|
105308
105296
|
{
|
|
105309
|
-
"name": "
|
|
105310
|
-
"description": "The type attribute to use for the button.",
|
|
105311
|
-
"default": "'button'",
|
|
105297
|
+
"name": "size",
|
|
105312
105298
|
"type": {
|
|
105313
|
-
"text": "
|
|
105299
|
+
"text": "'s' | 'm'"
|
|
105314
105300
|
},
|
|
105315
|
-
"
|
|
105316
|
-
"
|
|
105317
|
-
|
|
105318
|
-
"module": "core/base-elements/button-base-element.js"
|
|
105319
|
-
}
|
|
105301
|
+
"description": "Size variant, either s or m.",
|
|
105302
|
+
"default": "'m' / 's' (lean)",
|
|
105303
|
+
"fieldName": "size"
|
|
105320
105304
|
},
|
|
105321
105305
|
{
|
|
105322
|
-
"name": "
|
|
105323
|
-
"description": "The
|
|
105306
|
+
"name": "selected-index",
|
|
105307
|
+
"description": "The currently selected step index.",
|
|
105324
105308
|
"type": {
|
|
105325
|
-
"text": "
|
|
105309
|
+
"text": "number | null"
|
|
105326
105310
|
},
|
|
105327
|
-
"fieldName": "
|
|
105328
|
-
|
|
105329
|
-
|
|
105330
|
-
|
|
105331
|
-
|
|
105311
|
+
"fieldName": "selectedIndex"
|
|
105312
|
+
}
|
|
105313
|
+
],
|
|
105314
|
+
"mixins": [
|
|
105315
|
+
{
|
|
105316
|
+
"name": "SbbHydrationMixin",
|
|
105317
|
+
"module": "core/mixins.js"
|
|
105332
105318
|
},
|
|
105333
105319
|
{
|
|
105334
|
-
"name": "
|
|
105335
|
-
"
|
|
105336
|
-
"type": {
|
|
105337
|
-
"text": "string"
|
|
105338
|
-
},
|
|
105339
|
-
"fieldName": "name",
|
|
105340
|
-
"inheritedFrom": {
|
|
105341
|
-
"name": "SbbFormAssociatedMixin",
|
|
105342
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
105343
|
-
}
|
|
105320
|
+
"name": "SbbElementInternalsMixin",
|
|
105321
|
+
"module": "core/mixins.js"
|
|
105344
105322
|
}
|
|
105345
|
-
]
|
|
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"
|
|
105346
105338
|
}
|
|
105347
105339
|
],
|
|
105348
105340
|
"exports": [
|
|
105349
105341
|
{
|
|
105350
105342
|
"kind": "js",
|
|
105351
|
-
"name": "
|
|
105343
|
+
"name": "SbbStepChangeEvent",
|
|
105352
105344
|
"declaration": {
|
|
105353
|
-
"name": "
|
|
105354
|
-
"module": "stepper/
|
|
105345
|
+
"name": "SbbStepChangeEvent",
|
|
105346
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
105347
|
+
}
|
|
105348
|
+
},
|
|
105349
|
+
{
|
|
105350
|
+
"kind": "js",
|
|
105351
|
+
"name": "SbbStepperElement",
|
|
105352
|
+
"declaration": {
|
|
105353
|
+
"name": "SbbStepperElement",
|
|
105354
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
105355
105355
|
}
|
|
105356
105356
|
},
|
|
105357
105357
|
{
|
|
105358
105358
|
"kind": "custom-element-definition",
|
|
105359
|
-
"name": "sbb-
|
|
105359
|
+
"name": "sbb-stepper",
|
|
105360
105360
|
"declaration": {
|
|
105361
|
-
"name": "
|
|
105362
|
-
"module": "stepper/
|
|
105361
|
+
"name": "SbbStepperElement",
|
|
105362
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
105363
105363
|
}
|
|
105364
105364
|
}
|
|
105365
105365
|
]
|