@sbb-esta/lyne-elements-dev 4.7.0-dev.1773219716 → 4.7.0-dev.1773224724
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/core/styles/core.scss +15 -19
- package/core.css +44 -12
- package/custom-elements.json +1628 -1628
- package/development/header/common/header-action-common.js +7 -28
- package/development/header/header/header.component.js +11 -11
- package/development/header/header-environment/header-environment.component.js +4 -12
- package/header/common/header-action-common.js +14 -14
- package/header/header/header.component.js +1 -1
- package/header/header-environment/header-environment.component.js +4 -4
- package/off-brand-theme.css +44 -12
- package/package.json +2 -2
- package/safety-theme.css +44 -12
- package/standard-theme.css +44 -12
package/custom-elements.json
CHANGED
|
@@ -30975,6 +30975,419 @@
|
|
|
30975
30975
|
}
|
|
30976
30976
|
]
|
|
30977
30977
|
},
|
|
30978
|
+
{
|
|
30979
|
+
"kind": "javascript-module",
|
|
30980
|
+
"path": "timetable-occupancy-icon/timetable-occupancy-icon.component.js",
|
|
30981
|
+
"declarations": [
|
|
30982
|
+
{
|
|
30983
|
+
"kind": "class",
|
|
30984
|
+
"description": "It displays a wagon's occupancy icon.",
|
|
30985
|
+
"name": "SbbTimetableOccupancyIconElement",
|
|
30986
|
+
"members": [
|
|
30987
|
+
{
|
|
30988
|
+
"kind": "field",
|
|
30989
|
+
"name": "elementName",
|
|
30990
|
+
"type": {
|
|
30991
|
+
"text": "string"
|
|
30992
|
+
},
|
|
30993
|
+
"privacy": "public",
|
|
30994
|
+
"static": true,
|
|
30995
|
+
"readonly": true,
|
|
30996
|
+
"inheritedFrom": {
|
|
30997
|
+
"name": "SbbElement",
|
|
30998
|
+
"module": "core/base-elements/element.js"
|
|
30999
|
+
},
|
|
31000
|
+
"default": "'sbb-timetable-occupancy-icon'"
|
|
31001
|
+
},
|
|
31002
|
+
{
|
|
31003
|
+
"kind": "field",
|
|
31004
|
+
"name": "occupancy",
|
|
31005
|
+
"type": {
|
|
31006
|
+
"text": "SbbOccupancy"
|
|
31007
|
+
},
|
|
31008
|
+
"privacy": "public",
|
|
31009
|
+
"default": "'none'",
|
|
31010
|
+
"description": "Wagon occupancy.",
|
|
31011
|
+
"attribute": "occupancy"
|
|
31012
|
+
},
|
|
31013
|
+
{
|
|
31014
|
+
"kind": "field",
|
|
31015
|
+
"name": "_language",
|
|
31016
|
+
"privacy": "private"
|
|
31017
|
+
},
|
|
31018
|
+
{
|
|
31019
|
+
"kind": "field",
|
|
31020
|
+
"name": "_mediaMatcher",
|
|
31021
|
+
"privacy": "private",
|
|
31022
|
+
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryForcedColors]: (matches) => { this._forcedColors = matches; this._setNameAndAriaLabel(); }, })"
|
|
31023
|
+
},
|
|
31024
|
+
{
|
|
31025
|
+
"kind": "field",
|
|
31026
|
+
"name": "_darkModeController",
|
|
31027
|
+
"privacy": "private",
|
|
31028
|
+
"default": "new SbbDarkModeController(this, () => this._setNameAndAriaLabel())"
|
|
31029
|
+
},
|
|
31030
|
+
{
|
|
31031
|
+
"kind": "field",
|
|
31032
|
+
"name": "_forcedColors",
|
|
31033
|
+
"type": {
|
|
31034
|
+
"text": "boolean"
|
|
31035
|
+
},
|
|
31036
|
+
"privacy": "private"
|
|
31037
|
+
},
|
|
31038
|
+
{
|
|
31039
|
+
"kind": "method",
|
|
31040
|
+
"name": "_setNameAndAriaLabel",
|
|
31041
|
+
"privacy": "private",
|
|
31042
|
+
"return": {
|
|
31043
|
+
"type": {
|
|
31044
|
+
"text": "Promise<void>"
|
|
31045
|
+
}
|
|
31046
|
+
}
|
|
31047
|
+
},
|
|
31048
|
+
{
|
|
31049
|
+
"kind": "method",
|
|
31050
|
+
"name": "fetchSvgIcon",
|
|
31051
|
+
"privacy": "protected",
|
|
31052
|
+
"return": {
|
|
31053
|
+
"type": {
|
|
31054
|
+
"text": "Promise<string>"
|
|
31055
|
+
}
|
|
31056
|
+
},
|
|
31057
|
+
"parameters": [
|
|
31058
|
+
{
|
|
31059
|
+
"name": "namespace",
|
|
31060
|
+
"type": {
|
|
31061
|
+
"text": "string"
|
|
31062
|
+
}
|
|
31063
|
+
},
|
|
31064
|
+
{
|
|
31065
|
+
"name": "name",
|
|
31066
|
+
"type": {
|
|
31067
|
+
"text": "string"
|
|
31068
|
+
}
|
|
31069
|
+
}
|
|
31070
|
+
],
|
|
31071
|
+
"inheritedFrom": {
|
|
31072
|
+
"name": "SbbIconBase",
|
|
31073
|
+
"module": "icon/icon-base.js"
|
|
31074
|
+
}
|
|
31075
|
+
},
|
|
31076
|
+
{
|
|
31077
|
+
"kind": "method",
|
|
31078
|
+
"name": "_setAriaLabel",
|
|
31079
|
+
"privacy": "private",
|
|
31080
|
+
"return": {
|
|
31081
|
+
"type": {
|
|
31082
|
+
"text": "void"
|
|
31083
|
+
}
|
|
31084
|
+
}
|
|
31085
|
+
},
|
|
31086
|
+
{
|
|
31087
|
+
"kind": "field",
|
|
31088
|
+
"name": "negative",
|
|
31089
|
+
"type": {
|
|
31090
|
+
"text": "boolean"
|
|
31091
|
+
},
|
|
31092
|
+
"privacy": "public",
|
|
31093
|
+
"default": "false",
|
|
31094
|
+
"description": "Negative coloring variant flag.",
|
|
31095
|
+
"attribute": "negative",
|
|
31096
|
+
"reflects": true,
|
|
31097
|
+
"inheritedFrom": {
|
|
31098
|
+
"name": "SbbNegativeMixin",
|
|
31099
|
+
"module": "core/mixins/negative-mixin.js"
|
|
31100
|
+
}
|
|
31101
|
+
},
|
|
31102
|
+
{
|
|
31103
|
+
"kind": "field",
|
|
31104
|
+
"name": "role",
|
|
31105
|
+
"type": {
|
|
31106
|
+
"text": "string"
|
|
31107
|
+
},
|
|
31108
|
+
"privacy": "public",
|
|
31109
|
+
"static": true,
|
|
31110
|
+
"readonly": true,
|
|
31111
|
+
"default": "'img'",
|
|
31112
|
+
"inheritedFrom": {
|
|
31113
|
+
"name": "SbbIconBase",
|
|
31114
|
+
"module": "icon/icon-base.js"
|
|
31115
|
+
}
|
|
31116
|
+
},
|
|
31117
|
+
{
|
|
31118
|
+
"kind": "field",
|
|
31119
|
+
"name": "_svgNamespace",
|
|
31120
|
+
"privacy": "private",
|
|
31121
|
+
"default": "'default'",
|
|
31122
|
+
"type": {
|
|
31123
|
+
"text": "string"
|
|
31124
|
+
},
|
|
31125
|
+
"inheritedFrom": {
|
|
31126
|
+
"name": "SbbIconBase",
|
|
31127
|
+
"module": "icon/icon-base.js"
|
|
31128
|
+
}
|
|
31129
|
+
},
|
|
31130
|
+
{
|
|
31131
|
+
"kind": "field",
|
|
31132
|
+
"name": "_svgIcon",
|
|
31133
|
+
"type": {
|
|
31134
|
+
"text": "Promise<DirectiveResult<typeof UnsafeHTMLDirective>> | null"
|
|
31135
|
+
},
|
|
31136
|
+
"privacy": "private",
|
|
31137
|
+
"default": "null",
|
|
31138
|
+
"description": "The icon svg content rendered on the page: <svg>...</svg>.",
|
|
31139
|
+
"inheritedFrom": {
|
|
31140
|
+
"name": "SbbIconBase",
|
|
31141
|
+
"module": "icon/icon-base.js"
|
|
31142
|
+
}
|
|
31143
|
+
},
|
|
31144
|
+
{
|
|
31145
|
+
"kind": "field",
|
|
31146
|
+
"name": "noSanitize",
|
|
31147
|
+
"type": {
|
|
31148
|
+
"text": "boolean"
|
|
31149
|
+
},
|
|
31150
|
+
"privacy": "public",
|
|
31151
|
+
"default": "false",
|
|
31152
|
+
"description": "When set to `true`, SVG content that is HTTP fetched will not be checked\nif the response SVG content has any `<script>` elements, or any attributes\nthat start with `on`, such as `onclick`.",
|
|
31153
|
+
"attribute": "no-sanitize",
|
|
31154
|
+
"inheritedFrom": {
|
|
31155
|
+
"name": "SbbIconBase",
|
|
31156
|
+
"module": "icon/icon-base.js"
|
|
31157
|
+
}
|
|
31158
|
+
},
|
|
31159
|
+
{
|
|
31160
|
+
"kind": "method",
|
|
31161
|
+
"name": "loadSvgIcon",
|
|
31162
|
+
"privacy": "protected",
|
|
31163
|
+
"return": {
|
|
31164
|
+
"type": {
|
|
31165
|
+
"text": "Promise<void>"
|
|
31166
|
+
}
|
|
31167
|
+
},
|
|
31168
|
+
"parameters": [
|
|
31169
|
+
{
|
|
31170
|
+
"name": "iconName",
|
|
31171
|
+
"type": {
|
|
31172
|
+
"text": "string"
|
|
31173
|
+
}
|
|
31174
|
+
}
|
|
31175
|
+
],
|
|
31176
|
+
"inheritedFrom": {
|
|
31177
|
+
"name": "SbbIconBase",
|
|
31178
|
+
"module": "icon/icon-base.js"
|
|
31179
|
+
}
|
|
31180
|
+
},
|
|
31181
|
+
{
|
|
31182
|
+
"kind": "method",
|
|
31183
|
+
"name": "_splitIconName",
|
|
31184
|
+
"privacy": "private",
|
|
31185
|
+
"return": {
|
|
31186
|
+
"type": {
|
|
31187
|
+
"text": "[string, string]"
|
|
31188
|
+
}
|
|
31189
|
+
},
|
|
31190
|
+
"parameters": [
|
|
31191
|
+
{
|
|
31192
|
+
"name": "iconName",
|
|
31193
|
+
"type": {
|
|
31194
|
+
"text": "string"
|
|
31195
|
+
}
|
|
31196
|
+
}
|
|
31197
|
+
],
|
|
31198
|
+
"inheritedFrom": {
|
|
31199
|
+
"name": "SbbIconBase",
|
|
31200
|
+
"module": "icon/icon-base.js"
|
|
31201
|
+
}
|
|
31202
|
+
},
|
|
31203
|
+
{
|
|
31204
|
+
"kind": "field",
|
|
31205
|
+
"name": "_hydrationRequired",
|
|
31206
|
+
"type": {
|
|
31207
|
+
"text": "boolean"
|
|
31208
|
+
},
|
|
31209
|
+
"privacy": "private",
|
|
31210
|
+
"default": "!!this.shadowRoot",
|
|
31211
|
+
"inheritedFrom": {
|
|
31212
|
+
"name": "SbbHydrationMixin",
|
|
31213
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
31214
|
+
}
|
|
31215
|
+
},
|
|
31216
|
+
{
|
|
31217
|
+
"kind": "field",
|
|
31218
|
+
"name": "_hydrationComplete",
|
|
31219
|
+
"privacy": "private",
|
|
31220
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
31221
|
+
"inheritedFrom": {
|
|
31222
|
+
"name": "SbbHydrationMixin",
|
|
31223
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
31224
|
+
}
|
|
31225
|
+
},
|
|
31226
|
+
{
|
|
31227
|
+
"kind": "field",
|
|
31228
|
+
"name": "_resolveHydration",
|
|
31229
|
+
"type": {
|
|
31230
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
31231
|
+
},
|
|
31232
|
+
"privacy": "private",
|
|
31233
|
+
"inheritedFrom": {
|
|
31234
|
+
"name": "SbbHydrationMixin",
|
|
31235
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
31236
|
+
}
|
|
31237
|
+
},
|
|
31238
|
+
{
|
|
31239
|
+
"kind": "field",
|
|
31240
|
+
"name": "hydrationRequired",
|
|
31241
|
+
"type": {
|
|
31242
|
+
"text": "boolean"
|
|
31243
|
+
},
|
|
31244
|
+
"privacy": "protected",
|
|
31245
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
31246
|
+
"readonly": true,
|
|
31247
|
+
"inheritedFrom": {
|
|
31248
|
+
"name": "SbbHydrationMixin",
|
|
31249
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
31250
|
+
},
|
|
31251
|
+
"default": "!!this.shadowRoot"
|
|
31252
|
+
},
|
|
31253
|
+
{
|
|
31254
|
+
"kind": "method",
|
|
31255
|
+
"name": "toggleState",
|
|
31256
|
+
"privacy": "protected",
|
|
31257
|
+
"return": {
|
|
31258
|
+
"type": {
|
|
31259
|
+
"text": "void"
|
|
31260
|
+
}
|
|
31261
|
+
},
|
|
31262
|
+
"parameters": [
|
|
31263
|
+
{
|
|
31264
|
+
"name": "value",
|
|
31265
|
+
"type": {
|
|
31266
|
+
"text": "string"
|
|
31267
|
+
}
|
|
31268
|
+
},
|
|
31269
|
+
{
|
|
31270
|
+
"name": "force",
|
|
31271
|
+
"optional": true,
|
|
31272
|
+
"type": {
|
|
31273
|
+
"text": "boolean"
|
|
31274
|
+
}
|
|
31275
|
+
}
|
|
31276
|
+
],
|
|
31277
|
+
"inheritedFrom": {
|
|
31278
|
+
"name": "SbbElementInternalsMixin",
|
|
31279
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
31280
|
+
}
|
|
31281
|
+
},
|
|
31282
|
+
{
|
|
31283
|
+
"kind": "field",
|
|
31284
|
+
"name": "['_$sbbElement$']",
|
|
31285
|
+
"type": {
|
|
31286
|
+
"text": "boolean"
|
|
31287
|
+
},
|
|
31288
|
+
"privacy": "public",
|
|
31289
|
+
"static": true,
|
|
31290
|
+
"default": "true",
|
|
31291
|
+
"inheritedFrom": {
|
|
31292
|
+
"name": "SbbElement",
|
|
31293
|
+
"module": "core/base-elements/element.js"
|
|
31294
|
+
}
|
|
31295
|
+
},
|
|
31296
|
+
{
|
|
31297
|
+
"kind": "field",
|
|
31298
|
+
"name": "_controllers",
|
|
31299
|
+
"type": {
|
|
31300
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
31301
|
+
},
|
|
31302
|
+
"privacy": "private",
|
|
31303
|
+
"inheritedFrom": {
|
|
31304
|
+
"name": "SbbElement",
|
|
31305
|
+
"module": "core/base-elements/element.js"
|
|
31306
|
+
}
|
|
31307
|
+
}
|
|
31308
|
+
],
|
|
31309
|
+
"attributes": [
|
|
31310
|
+
{
|
|
31311
|
+
"name": "occupancy",
|
|
31312
|
+
"type": {
|
|
31313
|
+
"text": "SbbOccupancy"
|
|
31314
|
+
},
|
|
31315
|
+
"default": "'none'",
|
|
31316
|
+
"description": "Wagon occupancy.",
|
|
31317
|
+
"fieldName": "occupancy"
|
|
31318
|
+
},
|
|
31319
|
+
{
|
|
31320
|
+
"name": "negative",
|
|
31321
|
+
"type": {
|
|
31322
|
+
"text": "boolean"
|
|
31323
|
+
},
|
|
31324
|
+
"default": "false",
|
|
31325
|
+
"description": "Negative coloring variant flag.",
|
|
31326
|
+
"fieldName": "negative",
|
|
31327
|
+
"inheritedFrom": {
|
|
31328
|
+
"name": "SbbNegativeMixin",
|
|
31329
|
+
"module": "core/mixins/negative-mixin.js"
|
|
31330
|
+
}
|
|
31331
|
+
},
|
|
31332
|
+
{
|
|
31333
|
+
"name": "no-sanitize",
|
|
31334
|
+
"type": {
|
|
31335
|
+
"text": "boolean"
|
|
31336
|
+
},
|
|
31337
|
+
"default": "false",
|
|
31338
|
+
"description": "When set to `true`, SVG content that is HTTP fetched will not be checked\nif the response SVG content has any `<script>` elements, or any attributes\nthat start with `on`, such as `onclick`.",
|
|
31339
|
+
"fieldName": "noSanitize",
|
|
31340
|
+
"inheritedFrom": {
|
|
31341
|
+
"name": "SbbIconBase",
|
|
31342
|
+
"module": "icon/icon-base.js"
|
|
31343
|
+
}
|
|
31344
|
+
}
|
|
31345
|
+
],
|
|
31346
|
+
"mixins": [
|
|
31347
|
+
{
|
|
31348
|
+
"name": "SbbNegativeMixin",
|
|
31349
|
+
"module": "core/mixins.js"
|
|
31350
|
+
}
|
|
31351
|
+
],
|
|
31352
|
+
"superclass": {
|
|
31353
|
+
"name": "SbbIconBase",
|
|
31354
|
+
"module": "icon.js"
|
|
31355
|
+
},
|
|
31356
|
+
"tagName": "sbb-timetable-occupancy-icon",
|
|
31357
|
+
"customElement": true,
|
|
31358
|
+
"cssProperties": [
|
|
31359
|
+
{
|
|
31360
|
+
"description": "Can be used to set a custom width.",
|
|
31361
|
+
"name": "--sbb-icon-svg-width",
|
|
31362
|
+
"default": "auto",
|
|
31363
|
+
"inheritedFrom": {
|
|
31364
|
+
"name": "SbbIconBase",
|
|
31365
|
+
"module": "icon/icon-base.js"
|
|
31366
|
+
}
|
|
31367
|
+
},
|
|
31368
|
+
{
|
|
31369
|
+
"description": "Can be used to set a custom height.",
|
|
31370
|
+
"name": "--sbb-icon-svg-height",
|
|
31371
|
+
"default": "auto",
|
|
31372
|
+
"inheritedFrom": {
|
|
31373
|
+
"name": "SbbIconBase",
|
|
31374
|
+
"module": "icon/icon-base.js"
|
|
31375
|
+
}
|
|
31376
|
+
}
|
|
31377
|
+
]
|
|
31378
|
+
}
|
|
31379
|
+
],
|
|
31380
|
+
"exports": [
|
|
31381
|
+
{
|
|
31382
|
+
"kind": "js",
|
|
31383
|
+
"name": "SbbTimetableOccupancyIconElement",
|
|
31384
|
+
"declaration": {
|
|
31385
|
+
"name": "SbbTimetableOccupancyIconElement",
|
|
31386
|
+
"module": "timetable-occupancy-icon/timetable-occupancy-icon.component.js"
|
|
31387
|
+
}
|
|
31388
|
+
}
|
|
31389
|
+
]
|
|
31390
|
+
},
|
|
30978
31391
|
{
|
|
30979
31392
|
"kind": "javascript-module",
|
|
30980
31393
|
"path": "title/title-base.js",
|
|
@@ -32146,419 +32559,6 @@
|
|
|
32146
32559
|
}
|
|
32147
32560
|
]
|
|
32148
32561
|
},
|
|
32149
|
-
{
|
|
32150
|
-
"kind": "javascript-module",
|
|
32151
|
-
"path": "timetable-occupancy-icon/timetable-occupancy-icon.component.js",
|
|
32152
|
-
"declarations": [
|
|
32153
|
-
{
|
|
32154
|
-
"kind": "class",
|
|
32155
|
-
"description": "It displays a wagon's occupancy icon.",
|
|
32156
|
-
"name": "SbbTimetableOccupancyIconElement",
|
|
32157
|
-
"members": [
|
|
32158
|
-
{
|
|
32159
|
-
"kind": "field",
|
|
32160
|
-
"name": "elementName",
|
|
32161
|
-
"type": {
|
|
32162
|
-
"text": "string"
|
|
32163
|
-
},
|
|
32164
|
-
"privacy": "public",
|
|
32165
|
-
"static": true,
|
|
32166
|
-
"readonly": true,
|
|
32167
|
-
"inheritedFrom": {
|
|
32168
|
-
"name": "SbbElement",
|
|
32169
|
-
"module": "core/base-elements/element.js"
|
|
32170
|
-
},
|
|
32171
|
-
"default": "'sbb-timetable-occupancy-icon'"
|
|
32172
|
-
},
|
|
32173
|
-
{
|
|
32174
|
-
"kind": "field",
|
|
32175
|
-
"name": "occupancy",
|
|
32176
|
-
"type": {
|
|
32177
|
-
"text": "SbbOccupancy"
|
|
32178
|
-
},
|
|
32179
|
-
"privacy": "public",
|
|
32180
|
-
"default": "'none'",
|
|
32181
|
-
"description": "Wagon occupancy.",
|
|
32182
|
-
"attribute": "occupancy"
|
|
32183
|
-
},
|
|
32184
|
-
{
|
|
32185
|
-
"kind": "field",
|
|
32186
|
-
"name": "_language",
|
|
32187
|
-
"privacy": "private"
|
|
32188
|
-
},
|
|
32189
|
-
{
|
|
32190
|
-
"kind": "field",
|
|
32191
|
-
"name": "_mediaMatcher",
|
|
32192
|
-
"privacy": "private",
|
|
32193
|
-
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryForcedColors]: (matches) => { this._forcedColors = matches; this._setNameAndAriaLabel(); }, })"
|
|
32194
|
-
},
|
|
32195
|
-
{
|
|
32196
|
-
"kind": "field",
|
|
32197
|
-
"name": "_darkModeController",
|
|
32198
|
-
"privacy": "private",
|
|
32199
|
-
"default": "new SbbDarkModeController(this, () => this._setNameAndAriaLabel())"
|
|
32200
|
-
},
|
|
32201
|
-
{
|
|
32202
|
-
"kind": "field",
|
|
32203
|
-
"name": "_forcedColors",
|
|
32204
|
-
"type": {
|
|
32205
|
-
"text": "boolean"
|
|
32206
|
-
},
|
|
32207
|
-
"privacy": "private"
|
|
32208
|
-
},
|
|
32209
|
-
{
|
|
32210
|
-
"kind": "method",
|
|
32211
|
-
"name": "_setNameAndAriaLabel",
|
|
32212
|
-
"privacy": "private",
|
|
32213
|
-
"return": {
|
|
32214
|
-
"type": {
|
|
32215
|
-
"text": "Promise<void>"
|
|
32216
|
-
}
|
|
32217
|
-
}
|
|
32218
|
-
},
|
|
32219
|
-
{
|
|
32220
|
-
"kind": "method",
|
|
32221
|
-
"name": "fetchSvgIcon",
|
|
32222
|
-
"privacy": "protected",
|
|
32223
|
-
"return": {
|
|
32224
|
-
"type": {
|
|
32225
|
-
"text": "Promise<string>"
|
|
32226
|
-
}
|
|
32227
|
-
},
|
|
32228
|
-
"parameters": [
|
|
32229
|
-
{
|
|
32230
|
-
"name": "namespace",
|
|
32231
|
-
"type": {
|
|
32232
|
-
"text": "string"
|
|
32233
|
-
}
|
|
32234
|
-
},
|
|
32235
|
-
{
|
|
32236
|
-
"name": "name",
|
|
32237
|
-
"type": {
|
|
32238
|
-
"text": "string"
|
|
32239
|
-
}
|
|
32240
|
-
}
|
|
32241
|
-
],
|
|
32242
|
-
"inheritedFrom": {
|
|
32243
|
-
"name": "SbbIconBase",
|
|
32244
|
-
"module": "icon/icon-base.js"
|
|
32245
|
-
}
|
|
32246
|
-
},
|
|
32247
|
-
{
|
|
32248
|
-
"kind": "method",
|
|
32249
|
-
"name": "_setAriaLabel",
|
|
32250
|
-
"privacy": "private",
|
|
32251
|
-
"return": {
|
|
32252
|
-
"type": {
|
|
32253
|
-
"text": "void"
|
|
32254
|
-
}
|
|
32255
|
-
}
|
|
32256
|
-
},
|
|
32257
|
-
{
|
|
32258
|
-
"kind": "field",
|
|
32259
|
-
"name": "negative",
|
|
32260
|
-
"type": {
|
|
32261
|
-
"text": "boolean"
|
|
32262
|
-
},
|
|
32263
|
-
"privacy": "public",
|
|
32264
|
-
"default": "false",
|
|
32265
|
-
"description": "Negative coloring variant flag.",
|
|
32266
|
-
"attribute": "negative",
|
|
32267
|
-
"reflects": true,
|
|
32268
|
-
"inheritedFrom": {
|
|
32269
|
-
"name": "SbbNegativeMixin",
|
|
32270
|
-
"module": "core/mixins/negative-mixin.js"
|
|
32271
|
-
}
|
|
32272
|
-
},
|
|
32273
|
-
{
|
|
32274
|
-
"kind": "field",
|
|
32275
|
-
"name": "role",
|
|
32276
|
-
"type": {
|
|
32277
|
-
"text": "string"
|
|
32278
|
-
},
|
|
32279
|
-
"privacy": "public",
|
|
32280
|
-
"static": true,
|
|
32281
|
-
"readonly": true,
|
|
32282
|
-
"default": "'img'",
|
|
32283
|
-
"inheritedFrom": {
|
|
32284
|
-
"name": "SbbIconBase",
|
|
32285
|
-
"module": "icon/icon-base.js"
|
|
32286
|
-
}
|
|
32287
|
-
},
|
|
32288
|
-
{
|
|
32289
|
-
"kind": "field",
|
|
32290
|
-
"name": "_svgNamespace",
|
|
32291
|
-
"privacy": "private",
|
|
32292
|
-
"default": "'default'",
|
|
32293
|
-
"type": {
|
|
32294
|
-
"text": "string"
|
|
32295
|
-
},
|
|
32296
|
-
"inheritedFrom": {
|
|
32297
|
-
"name": "SbbIconBase",
|
|
32298
|
-
"module": "icon/icon-base.js"
|
|
32299
|
-
}
|
|
32300
|
-
},
|
|
32301
|
-
{
|
|
32302
|
-
"kind": "field",
|
|
32303
|
-
"name": "_svgIcon",
|
|
32304
|
-
"type": {
|
|
32305
|
-
"text": "Promise<DirectiveResult<typeof UnsafeHTMLDirective>> | null"
|
|
32306
|
-
},
|
|
32307
|
-
"privacy": "private",
|
|
32308
|
-
"default": "null",
|
|
32309
|
-
"description": "The icon svg content rendered on the page: <svg>...</svg>.",
|
|
32310
|
-
"inheritedFrom": {
|
|
32311
|
-
"name": "SbbIconBase",
|
|
32312
|
-
"module": "icon/icon-base.js"
|
|
32313
|
-
}
|
|
32314
|
-
},
|
|
32315
|
-
{
|
|
32316
|
-
"kind": "field",
|
|
32317
|
-
"name": "noSanitize",
|
|
32318
|
-
"type": {
|
|
32319
|
-
"text": "boolean"
|
|
32320
|
-
},
|
|
32321
|
-
"privacy": "public",
|
|
32322
|
-
"default": "false",
|
|
32323
|
-
"description": "When set to `true`, SVG content that is HTTP fetched will not be checked\nif the response SVG content has any `<script>` elements, or any attributes\nthat start with `on`, such as `onclick`.",
|
|
32324
|
-
"attribute": "no-sanitize",
|
|
32325
|
-
"inheritedFrom": {
|
|
32326
|
-
"name": "SbbIconBase",
|
|
32327
|
-
"module": "icon/icon-base.js"
|
|
32328
|
-
}
|
|
32329
|
-
},
|
|
32330
|
-
{
|
|
32331
|
-
"kind": "method",
|
|
32332
|
-
"name": "loadSvgIcon",
|
|
32333
|
-
"privacy": "protected",
|
|
32334
|
-
"return": {
|
|
32335
|
-
"type": {
|
|
32336
|
-
"text": "Promise<void>"
|
|
32337
|
-
}
|
|
32338
|
-
},
|
|
32339
|
-
"parameters": [
|
|
32340
|
-
{
|
|
32341
|
-
"name": "iconName",
|
|
32342
|
-
"type": {
|
|
32343
|
-
"text": "string"
|
|
32344
|
-
}
|
|
32345
|
-
}
|
|
32346
|
-
],
|
|
32347
|
-
"inheritedFrom": {
|
|
32348
|
-
"name": "SbbIconBase",
|
|
32349
|
-
"module": "icon/icon-base.js"
|
|
32350
|
-
}
|
|
32351
|
-
},
|
|
32352
|
-
{
|
|
32353
|
-
"kind": "method",
|
|
32354
|
-
"name": "_splitIconName",
|
|
32355
|
-
"privacy": "private",
|
|
32356
|
-
"return": {
|
|
32357
|
-
"type": {
|
|
32358
|
-
"text": "[string, string]"
|
|
32359
|
-
}
|
|
32360
|
-
},
|
|
32361
|
-
"parameters": [
|
|
32362
|
-
{
|
|
32363
|
-
"name": "iconName",
|
|
32364
|
-
"type": {
|
|
32365
|
-
"text": "string"
|
|
32366
|
-
}
|
|
32367
|
-
}
|
|
32368
|
-
],
|
|
32369
|
-
"inheritedFrom": {
|
|
32370
|
-
"name": "SbbIconBase",
|
|
32371
|
-
"module": "icon/icon-base.js"
|
|
32372
|
-
}
|
|
32373
|
-
},
|
|
32374
|
-
{
|
|
32375
|
-
"kind": "field",
|
|
32376
|
-
"name": "_hydrationRequired",
|
|
32377
|
-
"type": {
|
|
32378
|
-
"text": "boolean"
|
|
32379
|
-
},
|
|
32380
|
-
"privacy": "private",
|
|
32381
|
-
"default": "!!this.shadowRoot",
|
|
32382
|
-
"inheritedFrom": {
|
|
32383
|
-
"name": "SbbHydrationMixin",
|
|
32384
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
32385
|
-
}
|
|
32386
|
-
},
|
|
32387
|
-
{
|
|
32388
|
-
"kind": "field",
|
|
32389
|
-
"name": "_hydrationComplete",
|
|
32390
|
-
"privacy": "private",
|
|
32391
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
32392
|
-
"inheritedFrom": {
|
|
32393
|
-
"name": "SbbHydrationMixin",
|
|
32394
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
32395
|
-
}
|
|
32396
|
-
},
|
|
32397
|
-
{
|
|
32398
|
-
"kind": "field",
|
|
32399
|
-
"name": "_resolveHydration",
|
|
32400
|
-
"type": {
|
|
32401
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
32402
|
-
},
|
|
32403
|
-
"privacy": "private",
|
|
32404
|
-
"inheritedFrom": {
|
|
32405
|
-
"name": "SbbHydrationMixin",
|
|
32406
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
32407
|
-
}
|
|
32408
|
-
},
|
|
32409
|
-
{
|
|
32410
|
-
"kind": "field",
|
|
32411
|
-
"name": "hydrationRequired",
|
|
32412
|
-
"type": {
|
|
32413
|
-
"text": "boolean"
|
|
32414
|
-
},
|
|
32415
|
-
"privacy": "protected",
|
|
32416
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
32417
|
-
"readonly": true,
|
|
32418
|
-
"inheritedFrom": {
|
|
32419
|
-
"name": "SbbHydrationMixin",
|
|
32420
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
32421
|
-
},
|
|
32422
|
-
"default": "!!this.shadowRoot"
|
|
32423
|
-
},
|
|
32424
|
-
{
|
|
32425
|
-
"kind": "method",
|
|
32426
|
-
"name": "toggleState",
|
|
32427
|
-
"privacy": "protected",
|
|
32428
|
-
"return": {
|
|
32429
|
-
"type": {
|
|
32430
|
-
"text": "void"
|
|
32431
|
-
}
|
|
32432
|
-
},
|
|
32433
|
-
"parameters": [
|
|
32434
|
-
{
|
|
32435
|
-
"name": "value",
|
|
32436
|
-
"type": {
|
|
32437
|
-
"text": "string"
|
|
32438
|
-
}
|
|
32439
|
-
},
|
|
32440
|
-
{
|
|
32441
|
-
"name": "force",
|
|
32442
|
-
"optional": true,
|
|
32443
|
-
"type": {
|
|
32444
|
-
"text": "boolean"
|
|
32445
|
-
}
|
|
32446
|
-
}
|
|
32447
|
-
],
|
|
32448
|
-
"inheritedFrom": {
|
|
32449
|
-
"name": "SbbElementInternalsMixin",
|
|
32450
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
32451
|
-
}
|
|
32452
|
-
},
|
|
32453
|
-
{
|
|
32454
|
-
"kind": "field",
|
|
32455
|
-
"name": "['_$sbbElement$']",
|
|
32456
|
-
"type": {
|
|
32457
|
-
"text": "boolean"
|
|
32458
|
-
},
|
|
32459
|
-
"privacy": "public",
|
|
32460
|
-
"static": true,
|
|
32461
|
-
"default": "true",
|
|
32462
|
-
"inheritedFrom": {
|
|
32463
|
-
"name": "SbbElement",
|
|
32464
|
-
"module": "core/base-elements/element.js"
|
|
32465
|
-
}
|
|
32466
|
-
},
|
|
32467
|
-
{
|
|
32468
|
-
"kind": "field",
|
|
32469
|
-
"name": "_controllers",
|
|
32470
|
-
"type": {
|
|
32471
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
32472
|
-
},
|
|
32473
|
-
"privacy": "private",
|
|
32474
|
-
"inheritedFrom": {
|
|
32475
|
-
"name": "SbbElement",
|
|
32476
|
-
"module": "core/base-elements/element.js"
|
|
32477
|
-
}
|
|
32478
|
-
}
|
|
32479
|
-
],
|
|
32480
|
-
"attributes": [
|
|
32481
|
-
{
|
|
32482
|
-
"name": "occupancy",
|
|
32483
|
-
"type": {
|
|
32484
|
-
"text": "SbbOccupancy"
|
|
32485
|
-
},
|
|
32486
|
-
"default": "'none'",
|
|
32487
|
-
"description": "Wagon occupancy.",
|
|
32488
|
-
"fieldName": "occupancy"
|
|
32489
|
-
},
|
|
32490
|
-
{
|
|
32491
|
-
"name": "negative",
|
|
32492
|
-
"type": {
|
|
32493
|
-
"text": "boolean"
|
|
32494
|
-
},
|
|
32495
|
-
"default": "false",
|
|
32496
|
-
"description": "Negative coloring variant flag.",
|
|
32497
|
-
"fieldName": "negative",
|
|
32498
|
-
"inheritedFrom": {
|
|
32499
|
-
"name": "SbbNegativeMixin",
|
|
32500
|
-
"module": "core/mixins/negative-mixin.js"
|
|
32501
|
-
}
|
|
32502
|
-
},
|
|
32503
|
-
{
|
|
32504
|
-
"name": "no-sanitize",
|
|
32505
|
-
"type": {
|
|
32506
|
-
"text": "boolean"
|
|
32507
|
-
},
|
|
32508
|
-
"default": "false",
|
|
32509
|
-
"description": "When set to `true`, SVG content that is HTTP fetched will not be checked\nif the response SVG content has any `<script>` elements, or any attributes\nthat start with `on`, such as `onclick`.",
|
|
32510
|
-
"fieldName": "noSanitize",
|
|
32511
|
-
"inheritedFrom": {
|
|
32512
|
-
"name": "SbbIconBase",
|
|
32513
|
-
"module": "icon/icon-base.js"
|
|
32514
|
-
}
|
|
32515
|
-
}
|
|
32516
|
-
],
|
|
32517
|
-
"mixins": [
|
|
32518
|
-
{
|
|
32519
|
-
"name": "SbbNegativeMixin",
|
|
32520
|
-
"module": "core/mixins.js"
|
|
32521
|
-
}
|
|
32522
|
-
],
|
|
32523
|
-
"superclass": {
|
|
32524
|
-
"name": "SbbIconBase",
|
|
32525
|
-
"module": "icon.js"
|
|
32526
|
-
},
|
|
32527
|
-
"tagName": "sbb-timetable-occupancy-icon",
|
|
32528
|
-
"customElement": true,
|
|
32529
|
-
"cssProperties": [
|
|
32530
|
-
{
|
|
32531
|
-
"description": "Can be used to set a custom width.",
|
|
32532
|
-
"name": "--sbb-icon-svg-width",
|
|
32533
|
-
"default": "auto",
|
|
32534
|
-
"inheritedFrom": {
|
|
32535
|
-
"name": "SbbIconBase",
|
|
32536
|
-
"module": "icon/icon-base.js"
|
|
32537
|
-
}
|
|
32538
|
-
},
|
|
32539
|
-
{
|
|
32540
|
-
"description": "Can be used to set a custom height.",
|
|
32541
|
-
"name": "--sbb-icon-svg-height",
|
|
32542
|
-
"default": "auto",
|
|
32543
|
-
"inheritedFrom": {
|
|
32544
|
-
"name": "SbbIconBase",
|
|
32545
|
-
"module": "icon/icon-base.js"
|
|
32546
|
-
}
|
|
32547
|
-
}
|
|
32548
|
-
]
|
|
32549
|
-
}
|
|
32550
|
-
],
|
|
32551
|
-
"exports": [
|
|
32552
|
-
{
|
|
32553
|
-
"kind": "js",
|
|
32554
|
-
"name": "SbbTimetableOccupancyIconElement",
|
|
32555
|
-
"declaration": {
|
|
32556
|
-
"name": "SbbTimetableOccupancyIconElement",
|
|
32557
|
-
"module": "timetable-occupancy-icon/timetable-occupancy-icon.component.js"
|
|
32558
|
-
}
|
|
32559
|
-
}
|
|
32560
|
-
]
|
|
32561
|
-
},
|
|
32562
32562
|
{
|
|
32563
32563
|
"kind": "javascript-module",
|
|
32564
32564
|
"path": "toggle/toggle-option.js",
|
|
@@ -56249,6 +56249,240 @@
|
|
|
56249
56249
|
}
|
|
56250
56250
|
]
|
|
56251
56251
|
},
|
|
56252
|
+
{
|
|
56253
|
+
"kind": "javascript-module",
|
|
56254
|
+
"path": "container/container/container.component.js",
|
|
56255
|
+
"declarations": [
|
|
56256
|
+
{
|
|
56257
|
+
"kind": "class",
|
|
56258
|
+
"description": "It displays its content with the default page spacing.",
|
|
56259
|
+
"name": "SbbContainerElement",
|
|
56260
|
+
"cssProperties": [
|
|
56261
|
+
{
|
|
56262
|
+
"description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
|
|
56263
|
+
"name": "--sbb-page-spacing-padding"
|
|
56264
|
+
}
|
|
56265
|
+
],
|
|
56266
|
+
"slots": [
|
|
56267
|
+
{
|
|
56268
|
+
"description": "Use the unnamed slot to add anything to the container.",
|
|
56269
|
+
"name": ""
|
|
56270
|
+
},
|
|
56271
|
+
{
|
|
56272
|
+
"description": "The slot used by the sbb-sticky-bar component.",
|
|
56273
|
+
"name": "sticky-bar"
|
|
56274
|
+
},
|
|
56275
|
+
{
|
|
56276
|
+
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
56277
|
+
"name": "image"
|
|
56278
|
+
}
|
|
56279
|
+
],
|
|
56280
|
+
"members": [
|
|
56281
|
+
{
|
|
56282
|
+
"kind": "field",
|
|
56283
|
+
"name": "elementName",
|
|
56284
|
+
"type": {
|
|
56285
|
+
"text": "string"
|
|
56286
|
+
},
|
|
56287
|
+
"privacy": "public",
|
|
56288
|
+
"static": true,
|
|
56289
|
+
"readonly": true,
|
|
56290
|
+
"default": "'sbb-container'",
|
|
56291
|
+
"inheritedFrom": {
|
|
56292
|
+
"name": "SbbElement",
|
|
56293
|
+
"module": "core/base-elements/element.js"
|
|
56294
|
+
}
|
|
56295
|
+
},
|
|
56296
|
+
{
|
|
56297
|
+
"kind": "field",
|
|
56298
|
+
"name": "expanded",
|
|
56299
|
+
"type": {
|
|
56300
|
+
"text": "boolean"
|
|
56301
|
+
},
|
|
56302
|
+
"privacy": "public",
|
|
56303
|
+
"default": "false",
|
|
56304
|
+
"description": "Whether the container is expanded.",
|
|
56305
|
+
"attribute": "expanded",
|
|
56306
|
+
"reflects": true
|
|
56307
|
+
},
|
|
56308
|
+
{
|
|
56309
|
+
"kind": "field",
|
|
56310
|
+
"name": "backgroundExpanded",
|
|
56311
|
+
"type": {
|
|
56312
|
+
"text": "boolean"
|
|
56313
|
+
},
|
|
56314
|
+
"privacy": "public",
|
|
56315
|
+
"default": "false",
|
|
56316
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
56317
|
+
"attribute": "background-expanded",
|
|
56318
|
+
"reflects": true
|
|
56319
|
+
},
|
|
56320
|
+
{
|
|
56321
|
+
"kind": "field",
|
|
56322
|
+
"name": "color",
|
|
56323
|
+
"type": {
|
|
56324
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
56325
|
+
},
|
|
56326
|
+
"privacy": "public",
|
|
56327
|
+
"default": "'white'",
|
|
56328
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
56329
|
+
"attribute": "color",
|
|
56330
|
+
"reflects": true
|
|
56331
|
+
},
|
|
56332
|
+
{
|
|
56333
|
+
"kind": "field",
|
|
56334
|
+
"name": "_hydrationRequired",
|
|
56335
|
+
"type": {
|
|
56336
|
+
"text": "boolean"
|
|
56337
|
+
},
|
|
56338
|
+
"privacy": "private",
|
|
56339
|
+
"default": "!!this.shadowRoot",
|
|
56340
|
+
"inheritedFrom": {
|
|
56341
|
+
"name": "SbbHydrationMixin",
|
|
56342
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
56343
|
+
}
|
|
56344
|
+
},
|
|
56345
|
+
{
|
|
56346
|
+
"kind": "field",
|
|
56347
|
+
"name": "_hydrationComplete",
|
|
56348
|
+
"privacy": "private",
|
|
56349
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
56350
|
+
"inheritedFrom": {
|
|
56351
|
+
"name": "SbbHydrationMixin",
|
|
56352
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
56353
|
+
}
|
|
56354
|
+
},
|
|
56355
|
+
{
|
|
56356
|
+
"kind": "field",
|
|
56357
|
+
"name": "_resolveHydration",
|
|
56358
|
+
"type": {
|
|
56359
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
56360
|
+
},
|
|
56361
|
+
"privacy": "private",
|
|
56362
|
+
"inheritedFrom": {
|
|
56363
|
+
"name": "SbbHydrationMixin",
|
|
56364
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
56365
|
+
}
|
|
56366
|
+
},
|
|
56367
|
+
{
|
|
56368
|
+
"kind": "field",
|
|
56369
|
+
"name": "hydrationRequired",
|
|
56370
|
+
"type": {
|
|
56371
|
+
"text": "boolean"
|
|
56372
|
+
},
|
|
56373
|
+
"privacy": "protected",
|
|
56374
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
56375
|
+
"readonly": true,
|
|
56376
|
+
"inheritedFrom": {
|
|
56377
|
+
"name": "SbbHydrationMixin",
|
|
56378
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
56379
|
+
},
|
|
56380
|
+
"default": "!!this.shadowRoot"
|
|
56381
|
+
},
|
|
56382
|
+
{
|
|
56383
|
+
"kind": "method",
|
|
56384
|
+
"name": "toggleState",
|
|
56385
|
+
"privacy": "protected",
|
|
56386
|
+
"return": {
|
|
56387
|
+
"type": {
|
|
56388
|
+
"text": "void"
|
|
56389
|
+
}
|
|
56390
|
+
},
|
|
56391
|
+
"parameters": [
|
|
56392
|
+
{
|
|
56393
|
+
"name": "value",
|
|
56394
|
+
"type": {
|
|
56395
|
+
"text": "string"
|
|
56396
|
+
}
|
|
56397
|
+
},
|
|
56398
|
+
{
|
|
56399
|
+
"name": "force",
|
|
56400
|
+
"optional": true,
|
|
56401
|
+
"type": {
|
|
56402
|
+
"text": "boolean"
|
|
56403
|
+
}
|
|
56404
|
+
}
|
|
56405
|
+
],
|
|
56406
|
+
"inheritedFrom": {
|
|
56407
|
+
"name": "SbbElementInternalsMixin",
|
|
56408
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
56409
|
+
}
|
|
56410
|
+
},
|
|
56411
|
+
{
|
|
56412
|
+
"kind": "field",
|
|
56413
|
+
"name": "['_$sbbElement$']",
|
|
56414
|
+
"type": {
|
|
56415
|
+
"text": "boolean"
|
|
56416
|
+
},
|
|
56417
|
+
"privacy": "public",
|
|
56418
|
+
"static": true,
|
|
56419
|
+
"default": "true",
|
|
56420
|
+
"inheritedFrom": {
|
|
56421
|
+
"name": "SbbElement",
|
|
56422
|
+
"module": "core/base-elements/element.js"
|
|
56423
|
+
}
|
|
56424
|
+
},
|
|
56425
|
+
{
|
|
56426
|
+
"kind": "field",
|
|
56427
|
+
"name": "_controllers",
|
|
56428
|
+
"type": {
|
|
56429
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
56430
|
+
},
|
|
56431
|
+
"privacy": "private",
|
|
56432
|
+
"inheritedFrom": {
|
|
56433
|
+
"name": "SbbElement",
|
|
56434
|
+
"module": "core/base-elements/element.js"
|
|
56435
|
+
}
|
|
56436
|
+
}
|
|
56437
|
+
],
|
|
56438
|
+
"attributes": [
|
|
56439
|
+
{
|
|
56440
|
+
"name": "expanded",
|
|
56441
|
+
"type": {
|
|
56442
|
+
"text": "boolean"
|
|
56443
|
+
},
|
|
56444
|
+
"default": "false",
|
|
56445
|
+
"description": "Whether the container is expanded.",
|
|
56446
|
+
"fieldName": "expanded"
|
|
56447
|
+
},
|
|
56448
|
+
{
|
|
56449
|
+
"name": "background-expanded",
|
|
56450
|
+
"type": {
|
|
56451
|
+
"text": "boolean"
|
|
56452
|
+
},
|
|
56453
|
+
"default": "false",
|
|
56454
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
56455
|
+
"fieldName": "backgroundExpanded"
|
|
56456
|
+
},
|
|
56457
|
+
{
|
|
56458
|
+
"name": "color",
|
|
56459
|
+
"type": {
|
|
56460
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
56461
|
+
},
|
|
56462
|
+
"default": "'white'",
|
|
56463
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
56464
|
+
"fieldName": "color"
|
|
56465
|
+
}
|
|
56466
|
+
],
|
|
56467
|
+
"superclass": {
|
|
56468
|
+
"name": "SbbElement",
|
|
56469
|
+
"module": "core/base-elements.js"
|
|
56470
|
+
},
|
|
56471
|
+
"tagName": "sbb-container",
|
|
56472
|
+
"customElement": true
|
|
56473
|
+
}
|
|
56474
|
+
],
|
|
56475
|
+
"exports": [
|
|
56476
|
+
{
|
|
56477
|
+
"kind": "js",
|
|
56478
|
+
"name": "SbbContainerElement",
|
|
56479
|
+
"declaration": {
|
|
56480
|
+
"name": "SbbContainerElement",
|
|
56481
|
+
"module": "container/container/container.component.js"
|
|
56482
|
+
}
|
|
56483
|
+
}
|
|
56484
|
+
]
|
|
56485
|
+
},
|
|
56252
56486
|
{
|
|
56253
56487
|
"kind": "javascript-module",
|
|
56254
56488
|
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
@@ -56711,240 +56945,6 @@
|
|
|
56711
56945
|
}
|
|
56712
56946
|
]
|
|
56713
56947
|
},
|
|
56714
|
-
{
|
|
56715
|
-
"kind": "javascript-module",
|
|
56716
|
-
"path": "container/container/container.component.js",
|
|
56717
|
-
"declarations": [
|
|
56718
|
-
{
|
|
56719
|
-
"kind": "class",
|
|
56720
|
-
"description": "It displays its content with the default page spacing.",
|
|
56721
|
-
"name": "SbbContainerElement",
|
|
56722
|
-
"cssProperties": [
|
|
56723
|
-
{
|
|
56724
|
-
"description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
|
|
56725
|
-
"name": "--sbb-page-spacing-padding"
|
|
56726
|
-
}
|
|
56727
|
-
],
|
|
56728
|
-
"slots": [
|
|
56729
|
-
{
|
|
56730
|
-
"description": "Use the unnamed slot to add anything to the container.",
|
|
56731
|
-
"name": ""
|
|
56732
|
-
},
|
|
56733
|
-
{
|
|
56734
|
-
"description": "The slot used by the sbb-sticky-bar component.",
|
|
56735
|
-
"name": "sticky-bar"
|
|
56736
|
-
},
|
|
56737
|
-
{
|
|
56738
|
-
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
56739
|
-
"name": "image"
|
|
56740
|
-
}
|
|
56741
|
-
],
|
|
56742
|
-
"members": [
|
|
56743
|
-
{
|
|
56744
|
-
"kind": "field",
|
|
56745
|
-
"name": "elementName",
|
|
56746
|
-
"type": {
|
|
56747
|
-
"text": "string"
|
|
56748
|
-
},
|
|
56749
|
-
"privacy": "public",
|
|
56750
|
-
"static": true,
|
|
56751
|
-
"readonly": true,
|
|
56752
|
-
"default": "'sbb-container'",
|
|
56753
|
-
"inheritedFrom": {
|
|
56754
|
-
"name": "SbbElement",
|
|
56755
|
-
"module": "core/base-elements/element.js"
|
|
56756
|
-
}
|
|
56757
|
-
},
|
|
56758
|
-
{
|
|
56759
|
-
"kind": "field",
|
|
56760
|
-
"name": "expanded",
|
|
56761
|
-
"type": {
|
|
56762
|
-
"text": "boolean"
|
|
56763
|
-
},
|
|
56764
|
-
"privacy": "public",
|
|
56765
|
-
"default": "false",
|
|
56766
|
-
"description": "Whether the container is expanded.",
|
|
56767
|
-
"attribute": "expanded",
|
|
56768
|
-
"reflects": true
|
|
56769
|
-
},
|
|
56770
|
-
{
|
|
56771
|
-
"kind": "field",
|
|
56772
|
-
"name": "backgroundExpanded",
|
|
56773
|
-
"type": {
|
|
56774
|
-
"text": "boolean"
|
|
56775
|
-
},
|
|
56776
|
-
"privacy": "public",
|
|
56777
|
-
"default": "false",
|
|
56778
|
-
"description": "Whether the background color is shown on full container width on large screens.",
|
|
56779
|
-
"attribute": "background-expanded",
|
|
56780
|
-
"reflects": true
|
|
56781
|
-
},
|
|
56782
|
-
{
|
|
56783
|
-
"kind": "field",
|
|
56784
|
-
"name": "color",
|
|
56785
|
-
"type": {
|
|
56786
|
-
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
56787
|
-
},
|
|
56788
|
-
"privacy": "public",
|
|
56789
|
-
"default": "'white'",
|
|
56790
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
56791
|
-
"attribute": "color",
|
|
56792
|
-
"reflects": true
|
|
56793
|
-
},
|
|
56794
|
-
{
|
|
56795
|
-
"kind": "field",
|
|
56796
|
-
"name": "_hydrationRequired",
|
|
56797
|
-
"type": {
|
|
56798
|
-
"text": "boolean"
|
|
56799
|
-
},
|
|
56800
|
-
"privacy": "private",
|
|
56801
|
-
"default": "!!this.shadowRoot",
|
|
56802
|
-
"inheritedFrom": {
|
|
56803
|
-
"name": "SbbHydrationMixin",
|
|
56804
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
56805
|
-
}
|
|
56806
|
-
},
|
|
56807
|
-
{
|
|
56808
|
-
"kind": "field",
|
|
56809
|
-
"name": "_hydrationComplete",
|
|
56810
|
-
"privacy": "private",
|
|
56811
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
56812
|
-
"inheritedFrom": {
|
|
56813
|
-
"name": "SbbHydrationMixin",
|
|
56814
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
56815
|
-
}
|
|
56816
|
-
},
|
|
56817
|
-
{
|
|
56818
|
-
"kind": "field",
|
|
56819
|
-
"name": "_resolveHydration",
|
|
56820
|
-
"type": {
|
|
56821
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
56822
|
-
},
|
|
56823
|
-
"privacy": "private",
|
|
56824
|
-
"inheritedFrom": {
|
|
56825
|
-
"name": "SbbHydrationMixin",
|
|
56826
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
56827
|
-
}
|
|
56828
|
-
},
|
|
56829
|
-
{
|
|
56830
|
-
"kind": "field",
|
|
56831
|
-
"name": "hydrationRequired",
|
|
56832
|
-
"type": {
|
|
56833
|
-
"text": "boolean"
|
|
56834
|
-
},
|
|
56835
|
-
"privacy": "protected",
|
|
56836
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
56837
|
-
"readonly": true,
|
|
56838
|
-
"inheritedFrom": {
|
|
56839
|
-
"name": "SbbHydrationMixin",
|
|
56840
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
56841
|
-
},
|
|
56842
|
-
"default": "!!this.shadowRoot"
|
|
56843
|
-
},
|
|
56844
|
-
{
|
|
56845
|
-
"kind": "method",
|
|
56846
|
-
"name": "toggleState",
|
|
56847
|
-
"privacy": "protected",
|
|
56848
|
-
"return": {
|
|
56849
|
-
"type": {
|
|
56850
|
-
"text": "void"
|
|
56851
|
-
}
|
|
56852
|
-
},
|
|
56853
|
-
"parameters": [
|
|
56854
|
-
{
|
|
56855
|
-
"name": "value",
|
|
56856
|
-
"type": {
|
|
56857
|
-
"text": "string"
|
|
56858
|
-
}
|
|
56859
|
-
},
|
|
56860
|
-
{
|
|
56861
|
-
"name": "force",
|
|
56862
|
-
"optional": true,
|
|
56863
|
-
"type": {
|
|
56864
|
-
"text": "boolean"
|
|
56865
|
-
}
|
|
56866
|
-
}
|
|
56867
|
-
],
|
|
56868
|
-
"inheritedFrom": {
|
|
56869
|
-
"name": "SbbElementInternalsMixin",
|
|
56870
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
56871
|
-
}
|
|
56872
|
-
},
|
|
56873
|
-
{
|
|
56874
|
-
"kind": "field",
|
|
56875
|
-
"name": "['_$sbbElement$']",
|
|
56876
|
-
"type": {
|
|
56877
|
-
"text": "boolean"
|
|
56878
|
-
},
|
|
56879
|
-
"privacy": "public",
|
|
56880
|
-
"static": true,
|
|
56881
|
-
"default": "true",
|
|
56882
|
-
"inheritedFrom": {
|
|
56883
|
-
"name": "SbbElement",
|
|
56884
|
-
"module": "core/base-elements/element.js"
|
|
56885
|
-
}
|
|
56886
|
-
},
|
|
56887
|
-
{
|
|
56888
|
-
"kind": "field",
|
|
56889
|
-
"name": "_controllers",
|
|
56890
|
-
"type": {
|
|
56891
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
56892
|
-
},
|
|
56893
|
-
"privacy": "private",
|
|
56894
|
-
"inheritedFrom": {
|
|
56895
|
-
"name": "SbbElement",
|
|
56896
|
-
"module": "core/base-elements/element.js"
|
|
56897
|
-
}
|
|
56898
|
-
}
|
|
56899
|
-
],
|
|
56900
|
-
"attributes": [
|
|
56901
|
-
{
|
|
56902
|
-
"name": "expanded",
|
|
56903
|
-
"type": {
|
|
56904
|
-
"text": "boolean"
|
|
56905
|
-
},
|
|
56906
|
-
"default": "false",
|
|
56907
|
-
"description": "Whether the container is expanded.",
|
|
56908
|
-
"fieldName": "expanded"
|
|
56909
|
-
},
|
|
56910
|
-
{
|
|
56911
|
-
"name": "background-expanded",
|
|
56912
|
-
"type": {
|
|
56913
|
-
"text": "boolean"
|
|
56914
|
-
},
|
|
56915
|
-
"default": "false",
|
|
56916
|
-
"description": "Whether the background color is shown on full container width on large screens.",
|
|
56917
|
-
"fieldName": "backgroundExpanded"
|
|
56918
|
-
},
|
|
56919
|
-
{
|
|
56920
|
-
"name": "color",
|
|
56921
|
-
"type": {
|
|
56922
|
-
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
56923
|
-
},
|
|
56924
|
-
"default": "'white'",
|
|
56925
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
56926
|
-
"fieldName": "color"
|
|
56927
|
-
}
|
|
56928
|
-
],
|
|
56929
|
-
"superclass": {
|
|
56930
|
-
"name": "SbbElement",
|
|
56931
|
-
"module": "core/base-elements.js"
|
|
56932
|
-
},
|
|
56933
|
-
"tagName": "sbb-container",
|
|
56934
|
-
"customElement": true
|
|
56935
|
-
}
|
|
56936
|
-
],
|
|
56937
|
-
"exports": [
|
|
56938
|
-
{
|
|
56939
|
-
"kind": "js",
|
|
56940
|
-
"name": "SbbContainerElement",
|
|
56941
|
-
"declaration": {
|
|
56942
|
-
"name": "SbbContainerElement",
|
|
56943
|
-
"module": "container/container/container.component.js"
|
|
56944
|
-
}
|
|
56945
|
-
}
|
|
56946
|
-
]
|
|
56947
|
-
},
|
|
56948
56948
|
{
|
|
56949
56949
|
"kind": "javascript-module",
|
|
56950
56950
|
"path": "core/a11y/arrow-navigation.js",
|
|
@@ -117367,577 +117367,334 @@
|
|
|
117367
117367
|
},
|
|
117368
117368
|
{
|
|
117369
117369
|
"kind": "javascript-module",
|
|
117370
|
-
"path": "stepper/
|
|
117370
|
+
"path": "stepper/stepper/stepper.component.js",
|
|
117371
117371
|
"declarations": [
|
|
117372
117372
|
{
|
|
117373
117373
|
"kind": "class",
|
|
117374
|
-
"description": "
|
|
117375
|
-
"name": "
|
|
117376
|
-
"slots": [
|
|
117377
|
-
{
|
|
117378
|
-
"description": "Use the unnamed slot to provide a label.",
|
|
117379
|
-
"name": ""
|
|
117380
|
-
},
|
|
117381
|
-
{
|
|
117382
|
-
"description": "Use this to display an icon in the label bubble.",
|
|
117383
|
-
"name": "icon"
|
|
117384
|
-
}
|
|
117385
|
-
],
|
|
117374
|
+
"description": "",
|
|
117375
|
+
"name": "SbbStepChangeEvent",
|
|
117386
117376
|
"members": [
|
|
117387
117377
|
{
|
|
117388
117378
|
"kind": "field",
|
|
117389
|
-
"name": "
|
|
117379
|
+
"name": "selectedIndex",
|
|
117390
117380
|
"type": {
|
|
117391
|
-
"text": "
|
|
117381
|
+
"text": "number | null"
|
|
117392
117382
|
},
|
|
117393
117383
|
"privacy": "public",
|
|
117394
|
-
"static": true,
|
|
117395
117384
|
"readonly": true,
|
|
117396
|
-
"
|
|
117397
|
-
|
|
117398
|
-
"module": "core/base-elements/element.js"
|
|
117399
|
-
},
|
|
117400
|
-
"default": "'sbb-step-label'"
|
|
117385
|
+
"description": "The index of the newly selected step.",
|
|
117386
|
+
"default": "selectedIndex"
|
|
117401
117387
|
},
|
|
117402
117388
|
{
|
|
117403
117389
|
"kind": "field",
|
|
117404
|
-
"name": "
|
|
117390
|
+
"name": "previousIndex",
|
|
117405
117391
|
"type": {
|
|
117406
|
-
"text": "
|
|
117392
|
+
"text": "number | null"
|
|
117407
117393
|
},
|
|
117408
117394
|
"privacy": "public",
|
|
117409
|
-
"static": true,
|
|
117410
117395
|
"readonly": true,
|
|
117411
|
-
"
|
|
117412
|
-
"
|
|
117413
|
-
"name": "SbbButtonLikeBaseElement",
|
|
117414
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117415
|
-
}
|
|
117396
|
+
"description": "The index of the previously selected step.",
|
|
117397
|
+
"default": "previousIndex"
|
|
117416
117398
|
},
|
|
117417
117399
|
{
|
|
117418
117400
|
"kind": "field",
|
|
117419
|
-
"name": "
|
|
117401
|
+
"name": "selectedStep",
|
|
117420
117402
|
"type": {
|
|
117421
117403
|
"text": "SbbStepElement | null"
|
|
117422
117404
|
},
|
|
117423
117405
|
"privacy": "public",
|
|
117424
|
-
"description": "The step controlled by the label.",
|
|
117425
117406
|
"readonly": true,
|
|
117426
|
-
"
|
|
117407
|
+
"description": "The newly selected step element.",
|
|
117408
|
+
"default": "selectedStep"
|
|
117427
117409
|
},
|
|
117428
117410
|
{
|
|
117429
117411
|
"kind": "field",
|
|
117430
|
-
"name": "
|
|
117412
|
+
"name": "previousStep",
|
|
117431
117413
|
"type": {
|
|
117432
117414
|
"text": "SbbStepElement | null"
|
|
117433
117415
|
},
|
|
117434
|
-
"privacy": "private",
|
|
117435
|
-
"default": "null"
|
|
117436
|
-
},
|
|
117437
|
-
{
|
|
117438
|
-
"kind": "field",
|
|
117439
|
-
"name": "stepper",
|
|
117440
|
-
"type": {
|
|
117441
|
-
"text": "SbbStepperElement | null"
|
|
117442
|
-
},
|
|
117443
|
-
"privacy": "public",
|
|
117444
|
-
"readonly": true
|
|
117445
|
-
},
|
|
117446
|
-
{
|
|
117447
|
-
"kind": "field",
|
|
117448
|
-
"name": "disabled",
|
|
117449
117416
|
"privacy": "public",
|
|
117450
|
-
"
|
|
117451
|
-
"
|
|
117452
|
-
"
|
|
117453
|
-
|
|
117454
|
-
|
|
117455
|
-
|
|
117456
|
-
|
|
117457
|
-
|
|
117458
|
-
|
|
117459
|
-
|
|
117460
|
-
|
|
117461
|
-
|
|
117462
|
-
|
|
117463
|
-
|
|
117464
|
-
|
|
117465
|
-
"type": {
|
|
117466
|
-
"text": "string | undefined"
|
|
117467
|
-
},
|
|
117468
|
-
"privacy": "private"
|
|
117469
|
-
},
|
|
117417
|
+
"readonly": true,
|
|
117418
|
+
"description": "The previously selected step element.",
|
|
117419
|
+
"default": "previousStep"
|
|
117420
|
+
}
|
|
117421
|
+
],
|
|
117422
|
+
"superclass": {
|
|
117423
|
+
"name": "Event",
|
|
117424
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
117425
|
+
}
|
|
117426
|
+
},
|
|
117427
|
+
{
|
|
117428
|
+
"kind": "class",
|
|
117429
|
+
"description": "Provides a structured, step-by-step workflow for user interactions.",
|
|
117430
|
+
"name": "SbbStepperElement",
|
|
117431
|
+
"slots": [
|
|
117470
117432
|
{
|
|
117471
|
-
"
|
|
117472
|
-
"name": "
|
|
117473
|
-
"type": {
|
|
117474
|
-
"text": "string | undefined"
|
|
117475
|
-
},
|
|
117476
|
-
"privacy": "private"
|
|
117433
|
+
"description": "Provide a `sbb-expansion-panel-header` and a `sbb-expansion-panel-content` to the stepper.",
|
|
117434
|
+
"name": ""
|
|
117477
117435
|
},
|
|
117478
117436
|
{
|
|
117479
|
-
"
|
|
117480
|
-
"name": "
|
|
117481
|
-
"privacy": "private",
|
|
117482
|
-
"return": {
|
|
117483
|
-
"type": {
|
|
117484
|
-
"text": "boolean"
|
|
117485
|
-
}
|
|
117486
|
-
},
|
|
117487
|
-
"parameters": [
|
|
117488
|
-
{
|
|
117489
|
-
"name": "step",
|
|
117490
|
-
"type": {
|
|
117491
|
-
"text": "SbbStepElement"
|
|
117492
|
-
}
|
|
117493
|
-
}
|
|
117494
|
-
]
|
|
117437
|
+
"description": "Use this slot to provide an `sbb-step-label`.",
|
|
117438
|
+
"name": "step-label"
|
|
117495
117439
|
},
|
|
117496
117440
|
{
|
|
117497
|
-
"
|
|
117498
|
-
"name": "
|
|
117499
|
-
|
|
117500
|
-
|
|
117501
|
-
|
|
117502
|
-
"text": "void"
|
|
117503
|
-
}
|
|
117504
|
-
}
|
|
117505
|
-
},
|
|
117441
|
+
"description": "Use this slot to provide an `sbb-step`.",
|
|
117442
|
+
"name": "step"
|
|
117443
|
+
}
|
|
117444
|
+
],
|
|
117445
|
+
"members": [
|
|
117506
117446
|
{
|
|
117507
117447
|
"kind": "field",
|
|
117508
|
-
"name": "
|
|
117448
|
+
"name": "elementName",
|
|
117509
117449
|
"type": {
|
|
117510
117450
|
"text": "string"
|
|
117511
117451
|
},
|
|
117512
117452
|
"privacy": "public",
|
|
117513
|
-
"
|
|
117514
|
-
"
|
|
117515
|
-
"
|
|
117516
|
-
"inheritedFrom": {
|
|
117517
|
-
"name": "SbbIconNameMixin",
|
|
117518
|
-
"module": "icon/icon-name-mixin.js"
|
|
117519
|
-
}
|
|
117520
|
-
},
|
|
117521
|
-
{
|
|
117522
|
-
"kind": "method",
|
|
117523
|
-
"name": "renderIconSlot",
|
|
117524
|
-
"privacy": "protected",
|
|
117525
|
-
"return": {
|
|
117526
|
-
"type": {
|
|
117527
|
-
"text": "TemplateResult"
|
|
117528
|
-
}
|
|
117529
|
-
},
|
|
117530
|
-
"parameters": [
|
|
117531
|
-
{
|
|
117532
|
-
"name": "classname",
|
|
117533
|
-
"optional": true,
|
|
117534
|
-
"type": {
|
|
117535
|
-
"text": "string"
|
|
117536
|
-
}
|
|
117537
|
-
}
|
|
117538
|
-
],
|
|
117453
|
+
"static": true,
|
|
117454
|
+
"readonly": true,
|
|
117455
|
+
"default": "'sbb-stepper'",
|
|
117539
117456
|
"inheritedFrom": {
|
|
117540
|
-
"name": "
|
|
117541
|
-
"module": "
|
|
117457
|
+
"name": "SbbElement",
|
|
117458
|
+
"module": "core/base-elements/element.js"
|
|
117542
117459
|
}
|
|
117543
117460
|
},
|
|
117544
117461
|
{
|
|
117545
|
-
"kind": "
|
|
117546
|
-
"name": "
|
|
117547
|
-
"privacy": "
|
|
117548
|
-
"
|
|
117549
|
-
|
|
117550
|
-
|
|
117551
|
-
|
|
117552
|
-
|
|
117553
|
-
"inheritedFrom": {
|
|
117554
|
-
"name": "SbbIconNameMixin",
|
|
117555
|
-
"module": "icon/icon-name-mixin.js"
|
|
117462
|
+
"kind": "field",
|
|
117463
|
+
"name": "events",
|
|
117464
|
+
"privacy": "public",
|
|
117465
|
+
"static": true,
|
|
117466
|
+
"readonly": true,
|
|
117467
|
+
"default": "{ stepchange: 'stepchange', }",
|
|
117468
|
+
"type": {
|
|
117469
|
+
"text": "{\n stepchange: 'stepchange',\n }"
|
|
117556
117470
|
}
|
|
117557
117471
|
},
|
|
117558
117472
|
{
|
|
117559
|
-
"kind": "
|
|
117560
|
-
"name": "
|
|
117473
|
+
"kind": "field",
|
|
117474
|
+
"name": "_observer",
|
|
117561
117475
|
"privacy": "private",
|
|
117562
|
-
"
|
|
117563
|
-
|
|
117564
|
-
"text": "string"
|
|
117565
|
-
}
|
|
117566
|
-
},
|
|
117567
|
-
"inheritedFrom": {
|
|
117568
|
-
"name": "SbbIconNameMixin",
|
|
117569
|
-
"module": "icon/icon-name-mixin.js"
|
|
117570
|
-
}
|
|
117476
|
+
"default": "new IntersectionController(this, { target: null, callback: (entries) => { entries.forEach((e) => { if (e.intersectionRatio > 0) { this._setStepperHeight(this.selected); this._setMarkerSize(); } }); }, })",
|
|
117477
|
+
"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."
|
|
117571
117478
|
},
|
|
117572
117479
|
{
|
|
117573
117480
|
"kind": "field",
|
|
117574
|
-
"name": "
|
|
117575
|
-
"privacy": "private",
|
|
117481
|
+
"name": "linear",
|
|
117576
117482
|
"type": {
|
|
117577
117483
|
"text": "boolean"
|
|
117578
117484
|
},
|
|
117485
|
+
"privacy": "public",
|
|
117579
117486
|
"default": "false",
|
|
117580
|
-
"
|
|
117581
|
-
|
|
117582
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
117583
|
-
}
|
|
117584
|
-
},
|
|
117585
|
-
{
|
|
117586
|
-
"kind": "method",
|
|
117587
|
-
"name": "isDisabledExternally",
|
|
117588
|
-
"privacy": "protected",
|
|
117589
|
-
"return": {
|
|
117590
|
-
"type": {
|
|
117591
|
-
"text": "boolean"
|
|
117592
|
-
}
|
|
117593
|
-
},
|
|
117594
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
117595
|
-
"inheritedFrom": {
|
|
117596
|
-
"name": "SbbDisabledMixin",
|
|
117597
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
117598
|
-
}
|
|
117487
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
117488
|
+
"attribute": "linear"
|
|
117599
117489
|
},
|
|
117600
117490
|
{
|
|
117601
117491
|
"kind": "field",
|
|
117602
|
-
"name": "
|
|
117492
|
+
"name": "horizontalFrom",
|
|
117493
|
+
"privacy": "public",
|
|
117494
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
117603
117495
|
"type": {
|
|
117604
|
-
"text": "
|
|
117496
|
+
"text": "SbbHorizontalFrom | null"
|
|
117605
117497
|
},
|
|
117606
|
-
"
|
|
117607
|
-
"
|
|
117608
|
-
"default": "
|
|
117609
|
-
"inheritedFrom": {
|
|
117610
|
-
"name": "SbbButtonBaseElement",
|
|
117611
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117612
|
-
}
|
|
117498
|
+
"attribute": "horizontal-from",
|
|
117499
|
+
"reflects": true,
|
|
117500
|
+
"default": "null"
|
|
117613
117501
|
},
|
|
117614
117502
|
{
|
|
117615
117503
|
"kind": "field",
|
|
117616
|
-
"name": "
|
|
117504
|
+
"name": "_horizontalFrom",
|
|
117617
117505
|
"type": {
|
|
117618
|
-
"text": "
|
|
117619
|
-
},
|
|
117620
|
-
"privacy": "public",
|
|
117621
|
-
"inheritedFrom": {
|
|
117622
|
-
"name": "SbbButtonBaseElement",
|
|
117623
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117506
|
+
"text": "SbbHorizontalFrom | null"
|
|
117624
117507
|
},
|
|
117625
|
-
"
|
|
117626
|
-
"
|
|
117627
|
-
"attribute": "value"
|
|
117508
|
+
"privacy": "private",
|
|
117509
|
+
"default": "null"
|
|
117628
117510
|
},
|
|
117629
117511
|
{
|
|
117630
117512
|
"kind": "field",
|
|
117631
|
-
"name": "
|
|
117632
|
-
"privacy": "public",
|
|
117633
|
-
"description": "The type attribute to use for the button.",
|
|
117634
|
-
"default": "'button'",
|
|
117513
|
+
"name": "orientation",
|
|
117635
117514
|
"type": {
|
|
117636
|
-
"text": "
|
|
117515
|
+
"text": "SbbOrientation"
|
|
117637
117516
|
},
|
|
117638
|
-
"
|
|
117639
|
-
"
|
|
117640
|
-
|
|
117641
|
-
|
|
117642
|
-
|
|
117517
|
+
"privacy": "public",
|
|
117518
|
+
"default": "'horizontal'",
|
|
117519
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
117520
|
+
"attribute": "orientation",
|
|
117521
|
+
"reflects": true
|
|
117643
117522
|
},
|
|
117644
117523
|
{
|
|
117645
117524
|
"kind": "field",
|
|
117646
|
-
"name": "
|
|
117525
|
+
"name": "size",
|
|
117647
117526
|
"type": {
|
|
117648
|
-
"text": "
|
|
117527
|
+
"text": "'s' | 'm'"
|
|
117649
117528
|
},
|
|
117650
117529
|
"privacy": "public",
|
|
117651
|
-
"description": "
|
|
117652
|
-
"
|
|
117653
|
-
|
|
117654
|
-
|
|
117655
|
-
},
|
|
117656
|
-
"attribute": "form"
|
|
117530
|
+
"description": "Size variant, either s or m.",
|
|
117531
|
+
"default": "'m' / 's' (lean)",
|
|
117532
|
+
"attribute": "size",
|
|
117533
|
+
"reflects": true
|
|
117657
117534
|
},
|
|
117658
117535
|
{
|
|
117659
117536
|
"kind": "field",
|
|
117660
|
-
"name": "
|
|
117537
|
+
"name": "selected",
|
|
117538
|
+
"privacy": "public",
|
|
117539
|
+
"description": "The currently selected step.",
|
|
117661
117540
|
"type": {
|
|
117662
|
-
"text": "
|
|
117663
|
-
},
|
|
117664
|
-
"privacy": "private",
|
|
117665
|
-
"default": "''",
|
|
117666
|
-
"inheritedFrom": {
|
|
117667
|
-
"name": "SbbButtonBaseElement",
|
|
117668
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117541
|
+
"text": "SbbStepElement | null"
|
|
117669
117542
|
}
|
|
117670
117543
|
},
|
|
117671
117544
|
{
|
|
117672
117545
|
"kind": "field",
|
|
117673
|
-
"name": "
|
|
117674
|
-
"
|
|
117675
|
-
|
|
117676
|
-
"name": "SbbButtonBaseElement",
|
|
117677
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117678
|
-
}
|
|
117679
|
-
},
|
|
117680
|
-
{
|
|
117681
|
-
"kind": "method",
|
|
117682
|
-
"name": "_requestSubmit",
|
|
117683
|
-
"privacy": "private",
|
|
117684
|
-
"return": {
|
|
117685
|
-
"type": {
|
|
117686
|
-
"text": "void"
|
|
117687
|
-
}
|
|
117546
|
+
"name": "_requestedSelected",
|
|
117547
|
+
"type": {
|
|
117548
|
+
"text": "SbbStepElement | null"
|
|
117688
117549
|
},
|
|
117689
|
-
"parameters": [
|
|
117690
|
-
{
|
|
117691
|
-
"name": "form",
|
|
117692
|
-
"type": {
|
|
117693
|
-
"text": "HTMLFormElement"
|
|
117694
|
-
}
|
|
117695
|
-
}
|
|
117696
|
-
],
|
|
117697
|
-
"inheritedFrom": {
|
|
117698
|
-
"name": "SbbButtonBaseElement",
|
|
117699
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117700
|
-
}
|
|
117701
|
-
},
|
|
117702
|
-
{
|
|
117703
|
-
"kind": "field",
|
|
117704
|
-
"name": "_formKeyDown",
|
|
117705
117550
|
"privacy": "private",
|
|
117706
|
-
"
|
|
117707
|
-
"name": "SbbButtonBaseElement",
|
|
117708
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117709
|
-
}
|
|
117551
|
+
"default": "null"
|
|
117710
117552
|
},
|
|
117711
117553
|
{
|
|
117712
117554
|
"kind": "field",
|
|
117713
|
-
"name": "
|
|
117555
|
+
"name": "selectedIndex",
|
|
117556
|
+
"privacy": "public",
|
|
117557
|
+
"description": "The currently selected step index.",
|
|
117714
117558
|
"type": {
|
|
117715
|
-
"text": "
|
|
117559
|
+
"text": "number | null"
|
|
117716
117560
|
},
|
|
117717
|
-
"
|
|
117718
|
-
"static": true,
|
|
117719
|
-
"default": "true",
|
|
117720
|
-
"inheritedFrom": {
|
|
117721
|
-
"name": "SbbFormAssociatedMixin",
|
|
117722
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117723
|
-
}
|
|
117561
|
+
"attribute": "selected-index"
|
|
117724
117562
|
},
|
|
117725
117563
|
{
|
|
117726
117564
|
"kind": "field",
|
|
117727
|
-
"name": "
|
|
117728
|
-
"privacy": "public",
|
|
117729
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
117565
|
+
"name": "_requestedSelectedIndex",
|
|
117730
117566
|
"type": {
|
|
117731
|
-
"text": "
|
|
117567
|
+
"text": "number | null"
|
|
117732
117568
|
},
|
|
117733
|
-
"
|
|
117734
|
-
"
|
|
117735
|
-
"name": "SbbFormAssociatedMixin",
|
|
117736
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117737
|
-
}
|
|
117569
|
+
"privacy": "private",
|
|
117570
|
+
"default": "null"
|
|
117738
117571
|
},
|
|
117739
117572
|
{
|
|
117740
117573
|
"kind": "field",
|
|
117741
|
-
"name": "
|
|
117574
|
+
"name": "steps",
|
|
117742
117575
|
"type": {
|
|
117743
|
-
"text": "
|
|
117576
|
+
"text": "SbbStepElement[]"
|
|
117744
117577
|
},
|
|
117745
117578
|
"privacy": "public",
|
|
117746
|
-
"description": "
|
|
117747
|
-
"readonly": true
|
|
117748
|
-
"inheritedFrom": {
|
|
117749
|
-
"name": "SbbFormAssociatedMixin",
|
|
117750
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117751
|
-
}
|
|
117579
|
+
"description": "The steps of the stepper.",
|
|
117580
|
+
"readonly": true
|
|
117752
117581
|
},
|
|
117753
117582
|
{
|
|
117754
117583
|
"kind": "field",
|
|
117755
|
-
"name": "
|
|
117584
|
+
"name": "_enabledSteps",
|
|
117756
117585
|
"type": {
|
|
117757
|
-
"text": "
|
|
117586
|
+
"text": "SbbStepElement[]"
|
|
117758
117587
|
},
|
|
117759
|
-
"privacy": "
|
|
117760
|
-
"
|
|
117761
|
-
"readonly": true,
|
|
117762
|
-
"inheritedFrom": {
|
|
117763
|
-
"name": "SbbFormAssociatedMixin",
|
|
117764
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117765
|
-
}
|
|
117588
|
+
"privacy": "private",
|
|
117589
|
+
"readonly": true
|
|
117766
117590
|
},
|
|
117767
117591
|
{
|
|
117768
117592
|
"kind": "field",
|
|
117769
|
-
"name": "
|
|
117593
|
+
"name": "_loaded",
|
|
117770
117594
|
"type": {
|
|
117771
117595
|
"text": "boolean"
|
|
117772
117596
|
},
|
|
117773
|
-
"privacy": "
|
|
117774
|
-
"
|
|
117775
|
-
"readonly": true,
|
|
117776
|
-
"inheritedFrom": {
|
|
117777
|
-
"name": "SbbFormAssociatedMixin",
|
|
117778
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117779
|
-
}
|
|
117597
|
+
"privacy": "private",
|
|
117598
|
+
"default": "false"
|
|
117780
117599
|
},
|
|
117781
117600
|
{
|
|
117782
117601
|
"kind": "field",
|
|
117783
|
-
"name": "
|
|
117602
|
+
"name": "_resizeObserverTimeout",
|
|
117603
|
+
"type": {
|
|
117604
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
117605
|
+
},
|
|
117784
117606
|
"privacy": "private",
|
|
117785
|
-
"default": "
|
|
117786
|
-
"inheritedFrom": {
|
|
117787
|
-
"name": "SbbFormAssociatedMixin",
|
|
117788
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117789
|
-
}
|
|
117607
|
+
"default": "null"
|
|
117790
117608
|
},
|
|
117791
117609
|
{
|
|
117792
117610
|
"kind": "field",
|
|
117793
|
-
"name": "
|
|
117794
|
-
"
|
|
117795
|
-
|
|
117796
|
-
},
|
|
117797
|
-
"privacy": "protected",
|
|
117798
|
-
"default": "false",
|
|
117799
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
117800
|
-
"inheritedFrom": {
|
|
117801
|
-
"name": "SbbFormAssociatedMixin",
|
|
117802
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117803
|
-
}
|
|
117611
|
+
"name": "_mediaMatcher",
|
|
117612
|
+
"privacy": "private",
|
|
117613
|
+
"default": "new SbbMediaMatcherController(this, {})"
|
|
117804
117614
|
},
|
|
117805
117615
|
{
|
|
117806
117616
|
"kind": "method",
|
|
117807
|
-
"name": "
|
|
117617
|
+
"name": "next",
|
|
117808
117618
|
"privacy": "public",
|
|
117809
117619
|
"return": {
|
|
117810
117620
|
"type": {
|
|
117811
|
-
"text": "
|
|
117621
|
+
"text": "void"
|
|
117812
117622
|
}
|
|
117813
117623
|
},
|
|
117814
|
-
"description": "
|
|
117815
|
-
"inheritedFrom": {
|
|
117816
|
-
"name": "SbbFormAssociatedMixin",
|
|
117817
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117818
|
-
}
|
|
117624
|
+
"description": "Selects the next step."
|
|
117819
117625
|
},
|
|
117820
117626
|
{
|
|
117821
117627
|
"kind": "method",
|
|
117822
|
-
"name": "
|
|
117628
|
+
"name": "previous",
|
|
117823
117629
|
"privacy": "public",
|
|
117824
117630
|
"return": {
|
|
117825
117631
|
"type": {
|
|
117826
|
-
"text": "
|
|
117632
|
+
"text": "void"
|
|
117827
117633
|
}
|
|
117828
117634
|
},
|
|
117829
|
-
"description": "
|
|
117830
|
-
"inheritedFrom": {
|
|
117831
|
-
"name": "SbbFormAssociatedMixin",
|
|
117832
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117833
|
-
}
|
|
117635
|
+
"description": "Selects the previous step."
|
|
117834
117636
|
},
|
|
117835
117637
|
{
|
|
117836
117638
|
"kind": "method",
|
|
117837
|
-
"name": "
|
|
117639
|
+
"name": "reset",
|
|
117838
117640
|
"privacy": "public",
|
|
117839
117641
|
"return": {
|
|
117840
117642
|
"type": {
|
|
117841
117643
|
"text": "void"
|
|
117842
117644
|
}
|
|
117843
117645
|
},
|
|
117844
|
-
"
|
|
117845
|
-
{
|
|
117846
|
-
"name": "message",
|
|
117847
|
-
"type": {
|
|
117848
|
-
"text": "string"
|
|
117849
|
-
}
|
|
117850
|
-
}
|
|
117851
|
-
],
|
|
117852
|
-
"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.",
|
|
117853
|
-
"inheritedFrom": {
|
|
117854
|
-
"name": "SbbFormAssociatedMixin",
|
|
117855
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117856
|
-
}
|
|
117646
|
+
"description": "Resets the form in which the stepper is nested or every form of each step, if any."
|
|
117857
117647
|
},
|
|
117858
117648
|
{
|
|
117859
117649
|
"kind": "method",
|
|
117860
|
-
"name": "
|
|
117650
|
+
"name": "_isSelectable",
|
|
117861
117651
|
"privacy": "private",
|
|
117862
117652
|
"return": {
|
|
117863
117653
|
"type": {
|
|
117864
|
-
"text": "
|
|
117654
|
+
"text": "step is SbbStepElement"
|
|
117865
117655
|
}
|
|
117866
117656
|
},
|
|
117867
|
-
"
|
|
117868
|
-
|
|
117869
|
-
|
|
117870
|
-
|
|
117657
|
+
"parameters": [
|
|
117658
|
+
{
|
|
117659
|
+
"name": "step",
|
|
117660
|
+
"type": {
|
|
117661
|
+
"text": "SbbStepElement | null"
|
|
117662
|
+
}
|
|
117663
|
+
}
|
|
117664
|
+
]
|
|
117871
117665
|
},
|
|
117872
117666
|
{
|
|
117873
117667
|
"kind": "method",
|
|
117874
|
-
"name": "
|
|
117875
|
-
"privacy": "
|
|
117668
|
+
"name": "_select",
|
|
117669
|
+
"privacy": "private",
|
|
117876
117670
|
"return": {
|
|
117877
117671
|
"type": {
|
|
117878
117672
|
"text": "void"
|
|
117879
117673
|
}
|
|
117880
117674
|
},
|
|
117881
|
-
"
|
|
117882
|
-
|
|
117883
|
-
|
|
117884
|
-
|
|
117885
|
-
|
|
117886
|
-
|
|
117887
|
-
{
|
|
117888
|
-
"kind": "method",
|
|
117889
|
-
"name": "formState",
|
|
117890
|
-
"privacy": "protected",
|
|
117891
|
-
"return": {
|
|
117892
|
-
"type": {
|
|
117893
|
-
"text": "FormRestoreState"
|
|
117675
|
+
"parameters": [
|
|
117676
|
+
{
|
|
117677
|
+
"name": "step",
|
|
117678
|
+
"type": {
|
|
117679
|
+
"text": "SbbStepElement | null"
|
|
117680
|
+
}
|
|
117894
117681
|
}
|
|
117895
|
-
|
|
117896
|
-
"inheritedFrom": {
|
|
117897
|
-
"name": "SbbFormAssociatedMixin",
|
|
117898
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117899
|
-
}
|
|
117682
|
+
]
|
|
117900
117683
|
},
|
|
117901
117684
|
{
|
|
117902
117685
|
"kind": "method",
|
|
117903
|
-
"name": "
|
|
117904
|
-
"privacy": "
|
|
117686
|
+
"name": "_setMarkerSize",
|
|
117687
|
+
"privacy": "private",
|
|
117905
117688
|
"return": {
|
|
117906
117689
|
"type": {
|
|
117907
117690
|
"text": "void"
|
|
117908
117691
|
}
|
|
117909
|
-
},
|
|
117910
|
-
"parameters": [
|
|
117911
|
-
{
|
|
117912
|
-
"name": "flag",
|
|
117913
|
-
"type": {
|
|
117914
|
-
"text": "T"
|
|
117915
|
-
}
|
|
117916
|
-
},
|
|
117917
|
-
{
|
|
117918
|
-
"name": "message",
|
|
117919
|
-
"type": {
|
|
117920
|
-
"text": "string"
|
|
117921
|
-
}
|
|
117922
|
-
},
|
|
117923
|
-
{
|
|
117924
|
-
"name": "flagValue",
|
|
117925
|
-
"optional": true,
|
|
117926
|
-
"type": {
|
|
117927
|
-
"text": "ValidityStateFlags[T]"
|
|
117928
|
-
}
|
|
117929
|
-
}
|
|
117930
|
-
],
|
|
117931
|
-
"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).",
|
|
117932
|
-
"inheritedFrom": {
|
|
117933
|
-
"name": "SbbFormAssociatedMixin",
|
|
117934
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117935
117692
|
}
|
|
117936
117693
|
},
|
|
117937
117694
|
{
|
|
117938
117695
|
"kind": "method",
|
|
117939
|
-
"name": "
|
|
117940
|
-
"privacy": "
|
|
117696
|
+
"name": "_setStepperHeight",
|
|
117697
|
+
"privacy": "private",
|
|
117941
117698
|
"return": {
|
|
117942
117699
|
"type": {
|
|
117943
117700
|
"text": "void"
|
|
@@ -117945,174 +117702,104 @@
|
|
|
117945
117702
|
},
|
|
117946
117703
|
"parameters": [
|
|
117947
117704
|
{
|
|
117948
|
-
"name": "
|
|
117705
|
+
"name": "step",
|
|
117949
117706
|
"type": {
|
|
117950
|
-
"text": "
|
|
117707
|
+
"text": "SbbStepElement | null"
|
|
117951
117708
|
}
|
|
117952
117709
|
}
|
|
117953
117710
|
],
|
|
117954
|
-
"description": "
|
|
117955
|
-
"inheritedFrom": {
|
|
117956
|
-
"name": "SbbFormAssociatedMixin",
|
|
117957
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117958
|
-
}
|
|
117711
|
+
"description": "Sets the stepper height based on the height of the provided step."
|
|
117959
117712
|
},
|
|
117960
117713
|
{
|
|
117961
117714
|
"kind": "method",
|
|
117962
|
-
"name": "
|
|
117963
|
-
"privacy": "
|
|
117715
|
+
"name": "_calculateLabelOffsetTop",
|
|
117716
|
+
"privacy": "private",
|
|
117964
117717
|
"return": {
|
|
117965
117718
|
"type": {
|
|
117966
|
-
"text": "
|
|
117719
|
+
"text": "number | undefined"
|
|
117967
117720
|
}
|
|
117968
|
-
},
|
|
117969
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
117970
|
-
"inheritedFrom": {
|
|
117971
|
-
"name": "SbbFormAssociatedMixin",
|
|
117972
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117973
117721
|
}
|
|
117974
117722
|
},
|
|
117975
117723
|
{
|
|
117976
117724
|
"kind": "method",
|
|
117977
|
-
"name": "
|
|
117978
|
-
"privacy": "
|
|
117725
|
+
"name": "_onSelectedStepResize",
|
|
117726
|
+
"privacy": "private",
|
|
117979
117727
|
"return": {
|
|
117980
117728
|
"type": {
|
|
117981
|
-
"text": "
|
|
117729
|
+
"text": "void"
|
|
117982
117730
|
}
|
|
117983
117731
|
},
|
|
117984
117732
|
"parameters": [
|
|
117985
117733
|
{
|
|
117986
|
-
"name": "
|
|
117734
|
+
"name": "e",
|
|
117987
117735
|
"type": {
|
|
117988
|
-
"text": "
|
|
117736
|
+
"text": "Event"
|
|
117989
117737
|
}
|
|
117990
117738
|
}
|
|
117991
|
-
]
|
|
117992
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
117993
|
-
"inheritedFrom": {
|
|
117994
|
-
"name": "SbbFormAssociatedMixin",
|
|
117995
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117996
|
-
}
|
|
117739
|
+
]
|
|
117997
117740
|
},
|
|
117998
117741
|
{
|
|
117999
117742
|
"kind": "method",
|
|
118000
|
-
"name": "
|
|
117743
|
+
"name": "_configure",
|
|
118001
117744
|
"privacy": "private",
|
|
118002
117745
|
"return": {
|
|
118003
117746
|
"type": {
|
|
118004
117747
|
"text": "void"
|
|
118005
117748
|
}
|
|
118006
|
-
},
|
|
118007
|
-
"inheritedFrom": {
|
|
118008
|
-
"name": "SbbFormAssociatedMixin",
|
|
118009
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
118010
|
-
}
|
|
118011
|
-
},
|
|
118012
|
-
{
|
|
118013
|
-
"kind": "field",
|
|
118014
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
118015
|
-
"privacy": "private",
|
|
118016
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
118017
|
-
"parameters": [
|
|
118018
|
-
{
|
|
118019
|
-
"description": "The origin event.",
|
|
118020
|
-
"name": "event"
|
|
118021
|
-
}
|
|
118022
|
-
],
|
|
118023
|
-
"inheritedFrom": {
|
|
118024
|
-
"name": "SbbButtonLikeBaseElement",
|
|
118025
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118026
|
-
}
|
|
118027
|
-
},
|
|
118028
|
-
{
|
|
118029
|
-
"kind": "field",
|
|
118030
|
-
"name": "_removeActiveMarker",
|
|
118031
|
-
"privacy": "private",
|
|
118032
|
-
"inheritedFrom": {
|
|
118033
|
-
"name": "SbbButtonLikeBaseElement",
|
|
118034
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118035
|
-
}
|
|
118036
|
-
},
|
|
118037
|
-
{
|
|
118038
|
-
"kind": "field",
|
|
118039
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
118040
|
-
"privacy": "private",
|
|
118041
|
-
"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.",
|
|
118042
|
-
"parameters": [
|
|
118043
|
-
{
|
|
118044
|
-
"description": "The origin event.",
|
|
118045
|
-
"name": "event"
|
|
118046
|
-
}
|
|
118047
|
-
],
|
|
118048
|
-
"inheritedFrom": {
|
|
118049
|
-
"name": "SbbButtonLikeBaseElement",
|
|
118050
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118051
117749
|
}
|
|
118052
117750
|
},
|
|
118053
117751
|
{
|
|
118054
|
-
"kind": "
|
|
118055
|
-
"name": "
|
|
118056
|
-
"privacy": "private",
|
|
118057
|
-
"
|
|
118058
|
-
"
|
|
118059
|
-
|
|
117752
|
+
"kind": "method",
|
|
117753
|
+
"name": "_updateLabels",
|
|
117754
|
+
"privacy": "private",
|
|
117755
|
+
"return": {
|
|
117756
|
+
"type": {
|
|
117757
|
+
"text": "void"
|
|
117758
|
+
}
|
|
118060
117759
|
}
|
|
118061
117760
|
},
|
|
118062
117761
|
{
|
|
118063
|
-
"kind": "
|
|
118064
|
-
"name": "
|
|
118065
|
-
"
|
|
118066
|
-
|
|
118067
|
-
|
|
118068
|
-
|
|
118069
|
-
|
|
118070
|
-
"inheritedFrom": {
|
|
118071
|
-
"name": "SbbActionBaseElement",
|
|
118072
|
-
"module": "core/base-elements/action-base-element.js"
|
|
117762
|
+
"kind": "method",
|
|
117763
|
+
"name": "_checkOrientation",
|
|
117764
|
+
"privacy": "private",
|
|
117765
|
+
"return": {
|
|
117766
|
+
"type": {
|
|
117767
|
+
"text": "void"
|
|
117768
|
+
}
|
|
118073
117769
|
}
|
|
118074
117770
|
},
|
|
118075
117771
|
{
|
|
118076
117772
|
"kind": "field",
|
|
118077
|
-
"name": "
|
|
118078
|
-
"
|
|
118079
|
-
"text": "boolean | undefined"
|
|
118080
|
-
},
|
|
118081
|
-
"privacy": "protected",
|
|
118082
|
-
"readonly": true,
|
|
118083
|
-
"inheritedFrom": {
|
|
118084
|
-
"name": "SbbActionBaseElement",
|
|
118085
|
-
"module": "core/base-elements/action-base-element.js"
|
|
118086
|
-
}
|
|
117773
|
+
"name": "_onStepperResize",
|
|
117774
|
+
"privacy": "private"
|
|
118087
117775
|
},
|
|
118088
117776
|
{
|
|
118089
117777
|
"kind": "method",
|
|
118090
|
-
"name": "
|
|
118091
|
-
"privacy": "
|
|
117778
|
+
"name": "_configureLinearMode",
|
|
117779
|
+
"privacy": "private",
|
|
118092
117780
|
"return": {
|
|
118093
117781
|
"type": {
|
|
118094
117782
|
"text": "void"
|
|
118095
117783
|
}
|
|
118096
|
-
},
|
|
118097
|
-
"inheritedFrom": {
|
|
118098
|
-
"name": "SbbActionBaseElement",
|
|
118099
|
-
"module": "core/base-elements/action-base-element.js"
|
|
118100
117784
|
}
|
|
118101
117785
|
},
|
|
118102
117786
|
{
|
|
118103
117787
|
"kind": "method",
|
|
118104
|
-
"name": "
|
|
118105
|
-
"privacy": "
|
|
117788
|
+
"name": "_handleKeyDown",
|
|
117789
|
+
"privacy": "private",
|
|
118106
117790
|
"return": {
|
|
118107
117791
|
"type": {
|
|
118108
|
-
"text": "
|
|
117792
|
+
"text": "void"
|
|
118109
117793
|
}
|
|
118110
117794
|
},
|
|
118111
|
-
"
|
|
118112
|
-
|
|
118113
|
-
|
|
118114
|
-
|
|
118115
|
-
|
|
117795
|
+
"parameters": [
|
|
117796
|
+
{
|
|
117797
|
+
"name": "evt",
|
|
117798
|
+
"type": {
|
|
117799
|
+
"text": "KeyboardEvent"
|
|
117800
|
+
}
|
|
117801
|
+
}
|
|
117802
|
+
]
|
|
118116
117803
|
},
|
|
118117
117804
|
{
|
|
118118
117805
|
"kind": "field",
|
|
@@ -118220,443 +117907,668 @@
|
|
|
118220
117907
|
}
|
|
118221
117908
|
}
|
|
118222
117909
|
],
|
|
118223
|
-
"
|
|
118224
|
-
{
|
|
118225
|
-
"name": "SbbIconNameMixin",
|
|
118226
|
-
"module": "icon.js"
|
|
118227
|
-
},
|
|
117910
|
+
"events": [
|
|
118228
117911
|
{
|
|
118229
|
-
"
|
|
118230
|
-
|
|
117912
|
+
"type": {
|
|
117913
|
+
"text": "SbbStepChangeEvent"
|
|
117914
|
+
},
|
|
117915
|
+
"description": "Emits whenever a step was changed.",
|
|
117916
|
+
"name": "stepchange"
|
|
118231
117917
|
}
|
|
118232
117918
|
],
|
|
118233
|
-
"superclass": {
|
|
118234
|
-
"name": "SbbButtonBaseElement",
|
|
118235
|
-
"module": "core/base-elements.js"
|
|
118236
|
-
},
|
|
118237
|
-
"tagName": "sbb-step-label",
|
|
118238
|
-
"customElement": true,
|
|
118239
117919
|
"attributes": [
|
|
118240
117920
|
{
|
|
118241
|
-
"name": "
|
|
118242
|
-
"type": {
|
|
118243
|
-
"text": "string"
|
|
118244
|
-
},
|
|
118245
|
-
"default": "''",
|
|
118246
|
-
"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.",
|
|
118247
|
-
"fieldName": "iconName",
|
|
118248
|
-
"inheritedFrom": {
|
|
118249
|
-
"name": "SbbIconNameMixin",
|
|
118250
|
-
"module": "icon/icon-name-mixin.js"
|
|
118251
|
-
}
|
|
118252
|
-
},
|
|
118253
|
-
{
|
|
118254
|
-
"name": "disabled",
|
|
118255
|
-
"description": "Whether the component is disabled.",
|
|
118256
|
-
"default": "false",
|
|
117921
|
+
"name": "linear",
|
|
118257
117922
|
"type": {
|
|
118258
117923
|
"text": "boolean"
|
|
118259
117924
|
},
|
|
118260
|
-
"
|
|
118261
|
-
"
|
|
118262
|
-
|
|
118263
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
118264
|
-
}
|
|
117925
|
+
"default": "false",
|
|
117926
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
117927
|
+
"fieldName": "linear"
|
|
118265
117928
|
},
|
|
118266
117929
|
{
|
|
118267
|
-
"name": "
|
|
117930
|
+
"name": "horizontal-from",
|
|
117931
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
118268
117932
|
"type": {
|
|
118269
|
-
"text": "
|
|
117933
|
+
"text": "SbbHorizontalFrom | null"
|
|
118270
117934
|
},
|
|
118271
|
-
"
|
|
118272
|
-
"description": "Value of the form element.",
|
|
118273
|
-
"fieldName": "value",
|
|
118274
|
-
"inheritedFrom": {
|
|
118275
|
-
"name": "SbbButtonBaseElement",
|
|
118276
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118277
|
-
}
|
|
117935
|
+
"fieldName": "horizontalFrom"
|
|
118278
117936
|
},
|
|
118279
117937
|
{
|
|
118280
|
-
"name": "
|
|
118281
|
-
"description": "The type attribute to use for the button.",
|
|
118282
|
-
"default": "'button'",
|
|
117938
|
+
"name": "orientation",
|
|
118283
117939
|
"type": {
|
|
118284
|
-
"text": "
|
|
117940
|
+
"text": "SbbOrientation"
|
|
118285
117941
|
},
|
|
118286
|
-
"
|
|
118287
|
-
"
|
|
118288
|
-
|
|
118289
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118290
|
-
}
|
|
117942
|
+
"default": "'horizontal'",
|
|
117943
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
117944
|
+
"fieldName": "orientation"
|
|
118291
117945
|
},
|
|
118292
117946
|
{
|
|
118293
|
-
"name": "
|
|
118294
|
-
"description": "The `<form>` element to associate the button with.",
|
|
117947
|
+
"name": "size",
|
|
118295
117948
|
"type": {
|
|
118296
|
-
"text": "
|
|
117949
|
+
"text": "'s' | 'm'"
|
|
118297
117950
|
},
|
|
118298
|
-
"
|
|
118299
|
-
"
|
|
118300
|
-
|
|
118301
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118302
|
-
}
|
|
117951
|
+
"description": "Size variant, either s or m.",
|
|
117952
|
+
"default": "'m' / 's' (lean)",
|
|
117953
|
+
"fieldName": "size"
|
|
118303
117954
|
},
|
|
118304
117955
|
{
|
|
118305
|
-
"name": "
|
|
118306
|
-
"description": "
|
|
117956
|
+
"name": "selected-index",
|
|
117957
|
+
"description": "The currently selected step index.",
|
|
118307
117958
|
"type": {
|
|
118308
|
-
"text": "
|
|
117959
|
+
"text": "number | null"
|
|
118309
117960
|
},
|
|
118310
|
-
"fieldName": "
|
|
118311
|
-
"inheritedFrom": {
|
|
118312
|
-
"name": "SbbFormAssociatedMixin",
|
|
118313
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
118314
|
-
}
|
|
117961
|
+
"fieldName": "selectedIndex"
|
|
118315
117962
|
}
|
|
118316
|
-
]
|
|
117963
|
+
],
|
|
117964
|
+
"superclass": {
|
|
117965
|
+
"name": "SbbElement",
|
|
117966
|
+
"module": "core/base-elements.js"
|
|
117967
|
+
},
|
|
117968
|
+
"tagName": "sbb-stepper",
|
|
117969
|
+
"customElement": true
|
|
117970
|
+
},
|
|
117971
|
+
{
|
|
117972
|
+
"kind": "variable",
|
|
117973
|
+
"name": "currentIndex"
|
|
117974
|
+
},
|
|
117975
|
+
{
|
|
117976
|
+
"kind": "variable",
|
|
117977
|
+
"name": "currentStep"
|
|
118317
117978
|
}
|
|
118318
117979
|
],
|
|
118319
117980
|
"exports": [
|
|
118320
117981
|
{
|
|
118321
117982
|
"kind": "js",
|
|
118322
|
-
"name": "
|
|
117983
|
+
"name": "SbbStepChangeEvent",
|
|
118323
117984
|
"declaration": {
|
|
118324
|
-
"name": "
|
|
118325
|
-
"module": "stepper/
|
|
117985
|
+
"name": "SbbStepChangeEvent",
|
|
117986
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
117987
|
+
}
|
|
117988
|
+
},
|
|
117989
|
+
{
|
|
117990
|
+
"kind": "js",
|
|
117991
|
+
"name": "SbbStepperElement",
|
|
117992
|
+
"declaration": {
|
|
117993
|
+
"name": "SbbStepperElement",
|
|
117994
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
118326
117995
|
}
|
|
118327
117996
|
}
|
|
118328
117997
|
]
|
|
118329
117998
|
},
|
|
118330
117999
|
{
|
|
118331
118000
|
"kind": "javascript-module",
|
|
118332
|
-
"path": "stepper/
|
|
118001
|
+
"path": "stepper/step-label/step-label.component.js",
|
|
118333
118002
|
"declarations": [
|
|
118334
118003
|
{
|
|
118335
118004
|
"kind": "class",
|
|
118336
|
-
"description": "",
|
|
118337
|
-
"name": "
|
|
118005
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's label.",
|
|
118006
|
+
"name": "SbbStepLabelElement",
|
|
118007
|
+
"slots": [
|
|
118008
|
+
{
|
|
118009
|
+
"description": "Use the unnamed slot to provide a label.",
|
|
118010
|
+
"name": ""
|
|
118011
|
+
},
|
|
118012
|
+
{
|
|
118013
|
+
"description": "Use this to display an icon in the label bubble.",
|
|
118014
|
+
"name": "icon"
|
|
118015
|
+
}
|
|
118016
|
+
],
|
|
118338
118017
|
"members": [
|
|
118339
118018
|
{
|
|
118340
118019
|
"kind": "field",
|
|
118341
|
-
"name": "
|
|
118020
|
+
"name": "elementName",
|
|
118342
118021
|
"type": {
|
|
118343
|
-
"text": "
|
|
118022
|
+
"text": "string"
|
|
118344
118023
|
},
|
|
118345
118024
|
"privacy": "public",
|
|
118025
|
+
"static": true,
|
|
118346
118026
|
"readonly": true,
|
|
118347
|
-
"
|
|
118348
|
-
|
|
118027
|
+
"inheritedFrom": {
|
|
118028
|
+
"name": "SbbElement",
|
|
118029
|
+
"module": "core/base-elements/element.js"
|
|
118030
|
+
},
|
|
118031
|
+
"default": "'sbb-step-label'"
|
|
118349
118032
|
},
|
|
118350
118033
|
{
|
|
118351
118034
|
"kind": "field",
|
|
118352
|
-
"name": "
|
|
118035
|
+
"name": "role",
|
|
118353
118036
|
"type": {
|
|
118354
|
-
"text": "
|
|
118037
|
+
"text": "string"
|
|
118355
118038
|
},
|
|
118356
118039
|
"privacy": "public",
|
|
118040
|
+
"static": true,
|
|
118357
118041
|
"readonly": true,
|
|
118358
|
-
"
|
|
118359
|
-
"
|
|
118042
|
+
"default": "'tab'",
|
|
118043
|
+
"inheritedFrom": {
|
|
118044
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118045
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118046
|
+
}
|
|
118360
118047
|
},
|
|
118361
118048
|
{
|
|
118362
118049
|
"kind": "field",
|
|
118363
|
-
"name": "
|
|
118050
|
+
"name": "step",
|
|
118364
118051
|
"type": {
|
|
118365
118052
|
"text": "SbbStepElement | null"
|
|
118366
118053
|
},
|
|
118367
118054
|
"privacy": "public",
|
|
118055
|
+
"description": "The step controlled by the label.",
|
|
118368
118056
|
"readonly": true,
|
|
118369
|
-
"
|
|
118370
|
-
"default": "selectedStep"
|
|
118057
|
+
"default": "null"
|
|
118371
118058
|
},
|
|
118372
118059
|
{
|
|
118373
118060
|
"kind": "field",
|
|
118374
|
-
"name": "
|
|
118061
|
+
"name": "_step",
|
|
118375
118062
|
"type": {
|
|
118376
118063
|
"text": "SbbStepElement | null"
|
|
118377
118064
|
},
|
|
118065
|
+
"privacy": "private",
|
|
118066
|
+
"default": "null"
|
|
118067
|
+
},
|
|
118068
|
+
{
|
|
118069
|
+
"kind": "field",
|
|
118070
|
+
"name": "stepper",
|
|
118071
|
+
"type": {
|
|
118072
|
+
"text": "SbbStepperElement | null"
|
|
118073
|
+
},
|
|
118378
118074
|
"privacy": "public",
|
|
118379
|
-
"readonly": true
|
|
118380
|
-
|
|
118381
|
-
"default": "previousStep"
|
|
118382
|
-
}
|
|
118383
|
-
],
|
|
118384
|
-
"superclass": {
|
|
118385
|
-
"name": "Event",
|
|
118386
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
118387
|
-
}
|
|
118388
|
-
},
|
|
118389
|
-
{
|
|
118390
|
-
"kind": "class",
|
|
118391
|
-
"description": "Provides a structured, step-by-step workflow for user interactions.",
|
|
118392
|
-
"name": "SbbStepperElement",
|
|
118393
|
-
"slots": [
|
|
118075
|
+
"readonly": true
|
|
118076
|
+
},
|
|
118394
118077
|
{
|
|
118395
|
-
"
|
|
118396
|
-
"name": ""
|
|
118078
|
+
"kind": "field",
|
|
118079
|
+
"name": "disabled",
|
|
118080
|
+
"privacy": "public",
|
|
118081
|
+
"description": "Whether the component is disabled.",
|
|
118082
|
+
"default": "false",
|
|
118083
|
+
"type": {
|
|
118084
|
+
"text": "boolean"
|
|
118085
|
+
},
|
|
118086
|
+
"attribute": "disabled",
|
|
118087
|
+
"reflects": true,
|
|
118088
|
+
"inheritedFrom": {
|
|
118089
|
+
"name": "SbbDisabledMixin",
|
|
118090
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118091
|
+
}
|
|
118397
118092
|
},
|
|
118398
118093
|
{
|
|
118399
|
-
"
|
|
118400
|
-
"name": "
|
|
118094
|
+
"kind": "field",
|
|
118095
|
+
"name": "_previousOrientation",
|
|
118096
|
+
"type": {
|
|
118097
|
+
"text": "string | undefined"
|
|
118098
|
+
},
|
|
118099
|
+
"privacy": "private"
|
|
118401
118100
|
},
|
|
118402
118101
|
{
|
|
118403
|
-
"
|
|
118404
|
-
"name": "
|
|
118405
|
-
|
|
118406
|
-
|
|
118407
|
-
|
|
118102
|
+
"kind": "field",
|
|
118103
|
+
"name": "_previousSize",
|
|
118104
|
+
"type": {
|
|
118105
|
+
"text": "string | undefined"
|
|
118106
|
+
},
|
|
118107
|
+
"privacy": "private"
|
|
118108
|
+
},
|
|
118109
|
+
{
|
|
118110
|
+
"kind": "method",
|
|
118111
|
+
"name": "_isNotDeactivatedByLinearMode",
|
|
118112
|
+
"privacy": "private",
|
|
118113
|
+
"return": {
|
|
118114
|
+
"type": {
|
|
118115
|
+
"text": "boolean"
|
|
118116
|
+
}
|
|
118117
|
+
},
|
|
118118
|
+
"parameters": [
|
|
118119
|
+
{
|
|
118120
|
+
"name": "step",
|
|
118121
|
+
"type": {
|
|
118122
|
+
"text": "SbbStepElement"
|
|
118123
|
+
}
|
|
118124
|
+
}
|
|
118125
|
+
]
|
|
118126
|
+
},
|
|
118127
|
+
{
|
|
118128
|
+
"kind": "method",
|
|
118129
|
+
"name": "_assignStep",
|
|
118130
|
+
"privacy": "private",
|
|
118131
|
+
"return": {
|
|
118132
|
+
"type": {
|
|
118133
|
+
"text": "void"
|
|
118134
|
+
}
|
|
118135
|
+
}
|
|
118136
|
+
},
|
|
118408
118137
|
{
|
|
118409
118138
|
"kind": "field",
|
|
118410
|
-
"name": "
|
|
118139
|
+
"name": "iconName",
|
|
118411
118140
|
"type": {
|
|
118412
118141
|
"text": "string"
|
|
118413
118142
|
},
|
|
118414
118143
|
"privacy": "public",
|
|
118415
|
-
"
|
|
118416
|
-
"
|
|
118417
|
-
"
|
|
118144
|
+
"default": "''",
|
|
118145
|
+
"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.",
|
|
118146
|
+
"attribute": "icon-name",
|
|
118418
118147
|
"inheritedFrom": {
|
|
118419
|
-
"name": "
|
|
118420
|
-
"module": "
|
|
118148
|
+
"name": "SbbIconNameMixin",
|
|
118149
|
+
"module": "icon/icon-name-mixin.js"
|
|
118150
|
+
}
|
|
118151
|
+
},
|
|
118152
|
+
{
|
|
118153
|
+
"kind": "method",
|
|
118154
|
+
"name": "renderIconSlot",
|
|
118155
|
+
"privacy": "protected",
|
|
118156
|
+
"return": {
|
|
118157
|
+
"type": {
|
|
118158
|
+
"text": "TemplateResult"
|
|
118159
|
+
}
|
|
118160
|
+
},
|
|
118161
|
+
"parameters": [
|
|
118162
|
+
{
|
|
118163
|
+
"name": "classname",
|
|
118164
|
+
"optional": true,
|
|
118165
|
+
"type": {
|
|
118166
|
+
"text": "string"
|
|
118167
|
+
}
|
|
118168
|
+
}
|
|
118169
|
+
],
|
|
118170
|
+
"inheritedFrom": {
|
|
118171
|
+
"name": "SbbIconNameMixin",
|
|
118172
|
+
"module": "icon/icon-name-mixin.js"
|
|
118173
|
+
}
|
|
118174
|
+
},
|
|
118175
|
+
{
|
|
118176
|
+
"kind": "method",
|
|
118177
|
+
"name": "renderIconName",
|
|
118178
|
+
"privacy": "protected",
|
|
118179
|
+
"return": {
|
|
118180
|
+
"type": {
|
|
118181
|
+
"text": "string"
|
|
118182
|
+
}
|
|
118183
|
+
},
|
|
118184
|
+
"inheritedFrom": {
|
|
118185
|
+
"name": "SbbIconNameMixin",
|
|
118186
|
+
"module": "icon/icon-name-mixin.js"
|
|
118187
|
+
}
|
|
118188
|
+
},
|
|
118189
|
+
{
|
|
118190
|
+
"kind": "method",
|
|
118191
|
+
"name": "_renderIconName",
|
|
118192
|
+
"privacy": "private",
|
|
118193
|
+
"return": {
|
|
118194
|
+
"type": {
|
|
118195
|
+
"text": "string"
|
|
118196
|
+
}
|
|
118197
|
+
},
|
|
118198
|
+
"inheritedFrom": {
|
|
118199
|
+
"name": "SbbIconNameMixin",
|
|
118200
|
+
"module": "icon/icon-name-mixin.js"
|
|
118421
118201
|
}
|
|
118422
118202
|
},
|
|
118423
118203
|
{
|
|
118424
118204
|
"kind": "field",
|
|
118425
|
-
"name": "
|
|
118426
|
-
"privacy": "
|
|
118427
|
-
"static": true,
|
|
118428
|
-
"readonly": true,
|
|
118429
|
-
"default": "{ stepchange: 'stepchange', }",
|
|
118205
|
+
"name": "#disabled",
|
|
118206
|
+
"privacy": "private",
|
|
118430
118207
|
"type": {
|
|
118431
|
-
"text": "
|
|
118208
|
+
"text": "boolean"
|
|
118209
|
+
},
|
|
118210
|
+
"default": "false",
|
|
118211
|
+
"inheritedFrom": {
|
|
118212
|
+
"name": "SbbDisabledMixin",
|
|
118213
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118214
|
+
}
|
|
118215
|
+
},
|
|
118216
|
+
{
|
|
118217
|
+
"kind": "method",
|
|
118218
|
+
"name": "isDisabledExternally",
|
|
118219
|
+
"privacy": "protected",
|
|
118220
|
+
"return": {
|
|
118221
|
+
"type": {
|
|
118222
|
+
"text": "boolean"
|
|
118223
|
+
}
|
|
118224
|
+
},
|
|
118225
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
118226
|
+
"inheritedFrom": {
|
|
118227
|
+
"name": "SbbDisabledMixin",
|
|
118228
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118432
118229
|
}
|
|
118433
118230
|
},
|
|
118434
118231
|
{
|
|
118435
118232
|
"kind": "field",
|
|
118436
|
-
"name": "
|
|
118233
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
118234
|
+
"type": {
|
|
118235
|
+
"text": "array"
|
|
118236
|
+
},
|
|
118437
118237
|
"privacy": "private",
|
|
118438
|
-
"
|
|
118439
|
-
"
|
|
118238
|
+
"readonly": true,
|
|
118239
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
118240
|
+
"inheritedFrom": {
|
|
118241
|
+
"name": "SbbButtonBaseElement",
|
|
118242
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118243
|
+
}
|
|
118440
118244
|
},
|
|
118441
118245
|
{
|
|
118442
118246
|
"kind": "field",
|
|
118443
|
-
"name": "
|
|
118247
|
+
"name": "value",
|
|
118444
118248
|
"type": {
|
|
118445
|
-
"text": "
|
|
118249
|
+
"text": "string"
|
|
118446
118250
|
},
|
|
118447
118251
|
"privacy": "public",
|
|
118448
|
-
"
|
|
118449
|
-
|
|
118450
|
-
|
|
118252
|
+
"inheritedFrom": {
|
|
118253
|
+
"name": "SbbButtonBaseElement",
|
|
118254
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118255
|
+
},
|
|
118256
|
+
"default": "''",
|
|
118257
|
+
"description": "Value of the form element.",
|
|
118258
|
+
"attribute": "value"
|
|
118451
118259
|
},
|
|
118452
118260
|
{
|
|
118453
118261
|
"kind": "field",
|
|
118454
|
-
"name": "
|
|
118262
|
+
"name": "type",
|
|
118455
118263
|
"privacy": "public",
|
|
118456
|
-
"description": "
|
|
118264
|
+
"description": "The type attribute to use for the button.",
|
|
118265
|
+
"default": "'button'",
|
|
118457
118266
|
"type": {
|
|
118458
|
-
"text": "
|
|
118267
|
+
"text": "SbbButtonType"
|
|
118459
118268
|
},
|
|
118460
|
-
"attribute": "
|
|
118461
|
-
"
|
|
118462
|
-
|
|
118269
|
+
"attribute": "type",
|
|
118270
|
+
"inheritedFrom": {
|
|
118271
|
+
"name": "SbbButtonBaseElement",
|
|
118272
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118273
|
+
}
|
|
118463
118274
|
},
|
|
118464
118275
|
{
|
|
118465
118276
|
"kind": "field",
|
|
118466
|
-
"name": "
|
|
118277
|
+
"name": "form",
|
|
118467
118278
|
"type": {
|
|
118468
|
-
"text": "
|
|
118279
|
+
"text": "HTMLFormElement | null"
|
|
118280
|
+
},
|
|
118281
|
+
"privacy": "public",
|
|
118282
|
+
"description": "The `<form>` element to associate the button with.",
|
|
118283
|
+
"inheritedFrom": {
|
|
118284
|
+
"name": "SbbButtonBaseElement",
|
|
118285
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118286
|
+
},
|
|
118287
|
+
"attribute": "form"
|
|
118288
|
+
},
|
|
118289
|
+
{
|
|
118290
|
+
"kind": "field",
|
|
118291
|
+
"name": "_formId",
|
|
118292
|
+
"type": {
|
|
118293
|
+
"text": "string"
|
|
118469
118294
|
},
|
|
118470
118295
|
"privacy": "private",
|
|
118471
|
-
"default": "
|
|
118296
|
+
"default": "''",
|
|
118297
|
+
"inheritedFrom": {
|
|
118298
|
+
"name": "SbbButtonBaseElement",
|
|
118299
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118300
|
+
}
|
|
118301
|
+
},
|
|
118302
|
+
{
|
|
118303
|
+
"kind": "field",
|
|
118304
|
+
"name": "_handleButtonClick",
|
|
118305
|
+
"privacy": "private",
|
|
118306
|
+
"inheritedFrom": {
|
|
118307
|
+
"name": "SbbButtonBaseElement",
|
|
118308
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118309
|
+
}
|
|
118310
|
+
},
|
|
118311
|
+
{
|
|
118312
|
+
"kind": "method",
|
|
118313
|
+
"name": "_requestSubmit",
|
|
118314
|
+
"privacy": "private",
|
|
118315
|
+
"return": {
|
|
118316
|
+
"type": {
|
|
118317
|
+
"text": "void"
|
|
118318
|
+
}
|
|
118319
|
+
},
|
|
118320
|
+
"parameters": [
|
|
118321
|
+
{
|
|
118322
|
+
"name": "form",
|
|
118323
|
+
"type": {
|
|
118324
|
+
"text": "HTMLFormElement"
|
|
118325
|
+
}
|
|
118326
|
+
}
|
|
118327
|
+
],
|
|
118328
|
+
"inheritedFrom": {
|
|
118329
|
+
"name": "SbbButtonBaseElement",
|
|
118330
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118331
|
+
}
|
|
118472
118332
|
},
|
|
118473
118333
|
{
|
|
118474
118334
|
"kind": "field",
|
|
118475
|
-
"name": "
|
|
118476
|
-
"
|
|
118477
|
-
|
|
118478
|
-
|
|
118479
|
-
|
|
118480
|
-
|
|
118481
|
-
"description": "Steps orientation, either horizontal or vertical.",
|
|
118482
|
-
"attribute": "orientation",
|
|
118483
|
-
"reflects": true
|
|
118335
|
+
"name": "_formKeyDown",
|
|
118336
|
+
"privacy": "private",
|
|
118337
|
+
"inheritedFrom": {
|
|
118338
|
+
"name": "SbbButtonBaseElement",
|
|
118339
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118340
|
+
}
|
|
118484
118341
|
},
|
|
118485
118342
|
{
|
|
118486
118343
|
"kind": "field",
|
|
118487
|
-
"name": "
|
|
118344
|
+
"name": "formAssociated",
|
|
118488
118345
|
"type": {
|
|
118489
|
-
"text": "
|
|
118346
|
+
"text": "boolean"
|
|
118490
118347
|
},
|
|
118491
118348
|
"privacy": "public",
|
|
118492
|
-
"
|
|
118493
|
-
"default": "
|
|
118494
|
-
"
|
|
118495
|
-
|
|
118349
|
+
"static": true,
|
|
118350
|
+
"default": "true",
|
|
118351
|
+
"inheritedFrom": {
|
|
118352
|
+
"name": "SbbFormAssociatedMixin",
|
|
118353
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118354
|
+
}
|
|
118496
118355
|
},
|
|
118497
118356
|
{
|
|
118498
118357
|
"kind": "field",
|
|
118499
|
-
"name": "
|
|
118358
|
+
"name": "name",
|
|
118500
118359
|
"privacy": "public",
|
|
118501
|
-
"description": "
|
|
118360
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
118502
118361
|
"type": {
|
|
118503
|
-
"text": "
|
|
118362
|
+
"text": "string"
|
|
118363
|
+
},
|
|
118364
|
+
"attribute": "name",
|
|
118365
|
+
"inheritedFrom": {
|
|
118366
|
+
"name": "SbbFormAssociatedMixin",
|
|
118367
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118504
118368
|
}
|
|
118505
118369
|
},
|
|
118506
118370
|
{
|
|
118507
118371
|
"kind": "field",
|
|
118508
|
-
"name": "
|
|
118372
|
+
"name": "validity",
|
|
118509
118373
|
"type": {
|
|
118510
|
-
"text": "
|
|
118374
|
+
"text": "ValidityState"
|
|
118511
118375
|
},
|
|
118512
|
-
"privacy": "private",
|
|
118513
|
-
"default": "null"
|
|
118514
|
-
},
|
|
118515
|
-
{
|
|
118516
|
-
"kind": "field",
|
|
118517
|
-
"name": "selectedIndex",
|
|
118518
118376
|
"privacy": "public",
|
|
118519
|
-
"description": "
|
|
118520
|
-
"
|
|
118521
|
-
|
|
118522
|
-
|
|
118523
|
-
|
|
118377
|
+
"description": "Returns the ValidityState object for this element.",
|
|
118378
|
+
"readonly": true,
|
|
118379
|
+
"inheritedFrom": {
|
|
118380
|
+
"name": "SbbFormAssociatedMixin",
|
|
118381
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118382
|
+
}
|
|
118524
118383
|
},
|
|
118525
118384
|
{
|
|
118526
118385
|
"kind": "field",
|
|
118527
|
-
"name": "
|
|
118386
|
+
"name": "validationMessage",
|
|
118528
118387
|
"type": {
|
|
118529
|
-
"text": "
|
|
118388
|
+
"text": "string"
|
|
118530
118389
|
},
|
|
118531
|
-
"privacy": "
|
|
118532
|
-
"
|
|
118390
|
+
"privacy": "public",
|
|
118391
|
+
"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.",
|
|
118392
|
+
"readonly": true,
|
|
118393
|
+
"inheritedFrom": {
|
|
118394
|
+
"name": "SbbFormAssociatedMixin",
|
|
118395
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118396
|
+
}
|
|
118533
118397
|
},
|
|
118534
118398
|
{
|
|
118535
118399
|
"kind": "field",
|
|
118536
|
-
"name": "
|
|
118400
|
+
"name": "willValidate",
|
|
118537
118401
|
"type": {
|
|
118538
|
-
"text": "
|
|
118402
|
+
"text": "boolean"
|
|
118539
118403
|
},
|
|
118540
118404
|
"privacy": "public",
|
|
118541
|
-
"description": "
|
|
118542
|
-
"readonly": true
|
|
118405
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
118406
|
+
"readonly": true,
|
|
118407
|
+
"inheritedFrom": {
|
|
118408
|
+
"name": "SbbFormAssociatedMixin",
|
|
118409
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118410
|
+
}
|
|
118543
118411
|
},
|
|
118544
118412
|
{
|
|
118545
118413
|
"kind": "field",
|
|
118546
|
-
"name": "
|
|
118547
|
-
"type": {
|
|
118548
|
-
"text": "SbbStepElement[]"
|
|
118549
|
-
},
|
|
118414
|
+
"name": "_validityStates",
|
|
118550
118415
|
"privacy": "private",
|
|
118551
|
-
"
|
|
118416
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
118417
|
+
"inheritedFrom": {
|
|
118418
|
+
"name": "SbbFormAssociatedMixin",
|
|
118419
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118420
|
+
}
|
|
118552
118421
|
},
|
|
118553
118422
|
{
|
|
118554
118423
|
"kind": "field",
|
|
118555
|
-
"name": "
|
|
118424
|
+
"name": "formDisabled",
|
|
118556
118425
|
"type": {
|
|
118557
118426
|
"text": "boolean"
|
|
118558
118427
|
},
|
|
118559
|
-
"privacy": "
|
|
118560
|
-
"default": "false"
|
|
118561
|
-
|
|
118562
|
-
|
|
118563
|
-
|
|
118564
|
-
|
|
118565
|
-
|
|
118566
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
118567
|
-
},
|
|
118568
|
-
"privacy": "private",
|
|
118569
|
-
"default": "null"
|
|
118570
|
-
},
|
|
118571
|
-
{
|
|
118572
|
-
"kind": "field",
|
|
118573
|
-
"name": "_mediaMatcher",
|
|
118574
|
-
"privacy": "private",
|
|
118575
|
-
"default": "new SbbMediaMatcherController(this, {})"
|
|
118428
|
+
"privacy": "protected",
|
|
118429
|
+
"default": "false",
|
|
118430
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
118431
|
+
"inheritedFrom": {
|
|
118432
|
+
"name": "SbbFormAssociatedMixin",
|
|
118433
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118434
|
+
}
|
|
118576
118435
|
},
|
|
118577
118436
|
{
|
|
118578
118437
|
"kind": "method",
|
|
118579
|
-
"name": "
|
|
118438
|
+
"name": "checkValidity",
|
|
118580
118439
|
"privacy": "public",
|
|
118581
118440
|
"return": {
|
|
118582
118441
|
"type": {
|
|
118583
|
-
"text": "
|
|
118442
|
+
"text": "boolean"
|
|
118584
118443
|
}
|
|
118585
118444
|
},
|
|
118586
|
-
"description": "
|
|
118445
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
118446
|
+
"inheritedFrom": {
|
|
118447
|
+
"name": "SbbFormAssociatedMixin",
|
|
118448
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118449
|
+
}
|
|
118587
118450
|
},
|
|
118588
118451
|
{
|
|
118589
118452
|
"kind": "method",
|
|
118590
|
-
"name": "
|
|
118453
|
+
"name": "reportValidity",
|
|
118591
118454
|
"privacy": "public",
|
|
118592
118455
|
"return": {
|
|
118593
118456
|
"type": {
|
|
118594
|
-
"text": "
|
|
118457
|
+
"text": "boolean"
|
|
118595
118458
|
}
|
|
118596
118459
|
},
|
|
118597
|
-
"description": "
|
|
118460
|
+
"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.",
|
|
118461
|
+
"inheritedFrom": {
|
|
118462
|
+
"name": "SbbFormAssociatedMixin",
|
|
118463
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118464
|
+
}
|
|
118598
118465
|
},
|
|
118599
118466
|
{
|
|
118600
118467
|
"kind": "method",
|
|
118601
|
-
"name": "
|
|
118468
|
+
"name": "setCustomValidity",
|
|
118602
118469
|
"privacy": "public",
|
|
118603
118470
|
"return": {
|
|
118604
118471
|
"type": {
|
|
118605
118472
|
"text": "void"
|
|
118606
118473
|
}
|
|
118607
118474
|
},
|
|
118608
|
-
"
|
|
118475
|
+
"parameters": [
|
|
118476
|
+
{
|
|
118477
|
+
"name": "message",
|
|
118478
|
+
"type": {
|
|
118479
|
+
"text": "string"
|
|
118480
|
+
}
|
|
118481
|
+
}
|
|
118482
|
+
],
|
|
118483
|
+
"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.",
|
|
118484
|
+
"inheritedFrom": {
|
|
118485
|
+
"name": "SbbFormAssociatedMixin",
|
|
118486
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118487
|
+
}
|
|
118609
118488
|
},
|
|
118610
118489
|
{
|
|
118611
118490
|
"kind": "method",
|
|
118612
|
-
"name": "
|
|
118491
|
+
"name": "_hasDisabledAncestor",
|
|
118613
118492
|
"privacy": "private",
|
|
118614
118493
|
"return": {
|
|
118615
118494
|
"type": {
|
|
118616
|
-
"text": "
|
|
118495
|
+
"text": "boolean"
|
|
118617
118496
|
}
|
|
118618
118497
|
},
|
|
118619
|
-
"
|
|
118620
|
-
|
|
118621
|
-
|
|
118622
|
-
|
|
118623
|
-
"text": "SbbStepElement | null"
|
|
118624
|
-
}
|
|
118625
|
-
}
|
|
118626
|
-
]
|
|
118498
|
+
"inheritedFrom": {
|
|
118499
|
+
"name": "SbbFormAssociatedMixin",
|
|
118500
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118501
|
+
}
|
|
118627
118502
|
},
|
|
118628
118503
|
{
|
|
118629
118504
|
"kind": "method",
|
|
118630
|
-
"name": "
|
|
118631
|
-
"privacy": "
|
|
118505
|
+
"name": "updateFormValue",
|
|
118506
|
+
"privacy": "protected",
|
|
118632
118507
|
"return": {
|
|
118633
118508
|
"type": {
|
|
118634
118509
|
"text": "void"
|
|
118635
118510
|
}
|
|
118636
118511
|
},
|
|
118637
|
-
"
|
|
118638
|
-
|
|
118639
|
-
|
|
118640
|
-
|
|
118641
|
-
|
|
118642
|
-
|
|
118512
|
+
"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",
|
|
118513
|
+
"inheritedFrom": {
|
|
118514
|
+
"name": "SbbFormAssociatedMixin",
|
|
118515
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118516
|
+
}
|
|
118517
|
+
},
|
|
118518
|
+
{
|
|
118519
|
+
"kind": "method",
|
|
118520
|
+
"name": "formState",
|
|
118521
|
+
"privacy": "protected",
|
|
118522
|
+
"return": {
|
|
118523
|
+
"type": {
|
|
118524
|
+
"text": "FormRestoreState"
|
|
118643
118525
|
}
|
|
118644
|
-
|
|
118526
|
+
},
|
|
118527
|
+
"inheritedFrom": {
|
|
118528
|
+
"name": "SbbFormAssociatedMixin",
|
|
118529
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118530
|
+
}
|
|
118645
118531
|
},
|
|
118646
118532
|
{
|
|
118647
118533
|
"kind": "method",
|
|
118648
|
-
"name": "
|
|
118649
|
-
"privacy": "
|
|
118534
|
+
"name": "setValidityFlag",
|
|
118535
|
+
"privacy": "protected",
|
|
118650
118536
|
"return": {
|
|
118651
118537
|
"type": {
|
|
118652
118538
|
"text": "void"
|
|
118653
118539
|
}
|
|
118540
|
+
},
|
|
118541
|
+
"parameters": [
|
|
118542
|
+
{
|
|
118543
|
+
"name": "flag",
|
|
118544
|
+
"type": {
|
|
118545
|
+
"text": "T"
|
|
118546
|
+
}
|
|
118547
|
+
},
|
|
118548
|
+
{
|
|
118549
|
+
"name": "message",
|
|
118550
|
+
"type": {
|
|
118551
|
+
"text": "string"
|
|
118552
|
+
}
|
|
118553
|
+
},
|
|
118554
|
+
{
|
|
118555
|
+
"name": "flagValue",
|
|
118556
|
+
"optional": true,
|
|
118557
|
+
"type": {
|
|
118558
|
+
"text": "ValidityStateFlags[T]"
|
|
118559
|
+
}
|
|
118560
|
+
}
|
|
118561
|
+
],
|
|
118562
|
+
"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).",
|
|
118563
|
+
"inheritedFrom": {
|
|
118564
|
+
"name": "SbbFormAssociatedMixin",
|
|
118565
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118654
118566
|
}
|
|
118655
118567
|
},
|
|
118656
118568
|
{
|
|
118657
118569
|
"kind": "method",
|
|
118658
|
-
"name": "
|
|
118659
|
-
"privacy": "
|
|
118570
|
+
"name": "removeValidityFlag",
|
|
118571
|
+
"privacy": "protected",
|
|
118660
118572
|
"return": {
|
|
118661
118573
|
"type": {
|
|
118662
118574
|
"text": "void"
|
|
@@ -118664,104 +118576,174 @@
|
|
|
118664
118576
|
},
|
|
118665
118577
|
"parameters": [
|
|
118666
118578
|
{
|
|
118667
|
-
"name": "
|
|
118579
|
+
"name": "flag",
|
|
118668
118580
|
"type": {
|
|
118669
|
-
"text": "
|
|
118581
|
+
"text": "T"
|
|
118670
118582
|
}
|
|
118671
118583
|
}
|
|
118672
118584
|
],
|
|
118673
|
-
"description": "
|
|
118585
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
118586
|
+
"inheritedFrom": {
|
|
118587
|
+
"name": "SbbFormAssociatedMixin",
|
|
118588
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118589
|
+
}
|
|
118674
118590
|
},
|
|
118675
118591
|
{
|
|
118676
118592
|
"kind": "method",
|
|
118677
|
-
"name": "
|
|
118678
|
-
"privacy": "
|
|
118593
|
+
"name": "validate",
|
|
118594
|
+
"privacy": "protected",
|
|
118679
118595
|
"return": {
|
|
118680
118596
|
"type": {
|
|
118681
|
-
"text": "
|
|
118597
|
+
"text": "void"
|
|
118682
118598
|
}
|
|
118599
|
+
},
|
|
118600
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
118601
|
+
"inheritedFrom": {
|
|
118602
|
+
"name": "SbbFormAssociatedMixin",
|
|
118603
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118683
118604
|
}
|
|
118684
118605
|
},
|
|
118685
118606
|
{
|
|
118686
118607
|
"kind": "method",
|
|
118687
|
-
"name": "
|
|
118688
|
-
"privacy": "
|
|
118608
|
+
"name": "shouldValidate",
|
|
118609
|
+
"privacy": "protected",
|
|
118689
118610
|
"return": {
|
|
118690
118611
|
"type": {
|
|
118691
|
-
"text": "
|
|
118612
|
+
"text": "boolean"
|
|
118692
118613
|
}
|
|
118693
118614
|
},
|
|
118694
118615
|
"parameters": [
|
|
118695
118616
|
{
|
|
118696
|
-
"name": "
|
|
118617
|
+
"name": "name",
|
|
118697
118618
|
"type": {
|
|
118698
|
-
"text": "
|
|
118619
|
+
"text": "PropertyKey | undefined"
|
|
118699
118620
|
}
|
|
118700
118621
|
}
|
|
118701
|
-
]
|
|
118622
|
+
],
|
|
118623
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
118624
|
+
"inheritedFrom": {
|
|
118625
|
+
"name": "SbbFormAssociatedMixin",
|
|
118626
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118627
|
+
}
|
|
118702
118628
|
},
|
|
118703
118629
|
{
|
|
118704
118630
|
"kind": "method",
|
|
118705
|
-
"name": "
|
|
118631
|
+
"name": "_setInternalValidity",
|
|
118706
118632
|
"privacy": "private",
|
|
118707
118633
|
"return": {
|
|
118708
118634
|
"type": {
|
|
118709
118635
|
"text": "void"
|
|
118710
118636
|
}
|
|
118637
|
+
},
|
|
118638
|
+
"inheritedFrom": {
|
|
118639
|
+
"name": "SbbFormAssociatedMixin",
|
|
118640
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118711
118641
|
}
|
|
118712
118642
|
},
|
|
118713
118643
|
{
|
|
118714
|
-
"kind": "
|
|
118715
|
-
"name": "
|
|
118644
|
+
"kind": "field",
|
|
118645
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
118716
118646
|
"privacy": "private",
|
|
118717
|
-
"
|
|
118718
|
-
|
|
118719
|
-
|
|
118647
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
118648
|
+
"parameters": [
|
|
118649
|
+
{
|
|
118650
|
+
"description": "The origin event.",
|
|
118651
|
+
"name": "event"
|
|
118720
118652
|
}
|
|
118653
|
+
],
|
|
118654
|
+
"inheritedFrom": {
|
|
118655
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118656
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118721
118657
|
}
|
|
118722
118658
|
},
|
|
118723
118659
|
{
|
|
118724
|
-
"kind": "
|
|
118725
|
-
"name": "
|
|
118660
|
+
"kind": "field",
|
|
118661
|
+
"name": "_removeActiveMarker",
|
|
118726
118662
|
"privacy": "private",
|
|
118727
|
-
"
|
|
118728
|
-
"
|
|
118729
|
-
|
|
118663
|
+
"inheritedFrom": {
|
|
118664
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118665
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118666
|
+
}
|
|
118667
|
+
},
|
|
118668
|
+
{
|
|
118669
|
+
"kind": "field",
|
|
118670
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
118671
|
+
"privacy": "private",
|
|
118672
|
+
"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.",
|
|
118673
|
+
"parameters": [
|
|
118674
|
+
{
|
|
118675
|
+
"description": "The origin event.",
|
|
118676
|
+
"name": "event"
|
|
118730
118677
|
}
|
|
118678
|
+
],
|
|
118679
|
+
"inheritedFrom": {
|
|
118680
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118681
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118731
118682
|
}
|
|
118732
118683
|
},
|
|
118733
118684
|
{
|
|
118734
118685
|
"kind": "field",
|
|
118735
|
-
"name": "
|
|
118736
|
-
"privacy": "private"
|
|
118686
|
+
"name": "_dispatchClickEvent",
|
|
118687
|
+
"privacy": "private",
|
|
118688
|
+
"inheritedFrom": {
|
|
118689
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118690
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118691
|
+
}
|
|
118692
|
+
},
|
|
118693
|
+
{
|
|
118694
|
+
"kind": "field",
|
|
118695
|
+
"name": "maybeDisabled",
|
|
118696
|
+
"type": {
|
|
118697
|
+
"text": "boolean | undefined"
|
|
118698
|
+
},
|
|
118699
|
+
"privacy": "protected",
|
|
118700
|
+
"readonly": true,
|
|
118701
|
+
"inheritedFrom": {
|
|
118702
|
+
"name": "SbbActionBaseElement",
|
|
118703
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118704
|
+
}
|
|
118705
|
+
},
|
|
118706
|
+
{
|
|
118707
|
+
"kind": "field",
|
|
118708
|
+
"name": "maybeDisabledInteractive",
|
|
118709
|
+
"type": {
|
|
118710
|
+
"text": "boolean | undefined"
|
|
118711
|
+
},
|
|
118712
|
+
"privacy": "protected",
|
|
118713
|
+
"readonly": true,
|
|
118714
|
+
"inheritedFrom": {
|
|
118715
|
+
"name": "SbbActionBaseElement",
|
|
118716
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118717
|
+
}
|
|
118737
118718
|
},
|
|
118738
118719
|
{
|
|
118739
118720
|
"kind": "method",
|
|
118740
|
-
"name": "
|
|
118741
|
-
"privacy": "
|
|
118721
|
+
"name": "setupBaseEventHandlers",
|
|
118722
|
+
"privacy": "protected",
|
|
118742
118723
|
"return": {
|
|
118743
118724
|
"type": {
|
|
118744
118725
|
"text": "void"
|
|
118745
118726
|
}
|
|
118727
|
+
},
|
|
118728
|
+
"inheritedFrom": {
|
|
118729
|
+
"name": "SbbActionBaseElement",
|
|
118730
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118746
118731
|
}
|
|
118747
118732
|
},
|
|
118748
118733
|
{
|
|
118749
118734
|
"kind": "method",
|
|
118750
|
-
"name": "
|
|
118751
|
-
"privacy": "
|
|
118735
|
+
"name": "renderTemplate",
|
|
118736
|
+
"privacy": "protected",
|
|
118752
118737
|
"return": {
|
|
118753
118738
|
"type": {
|
|
118754
|
-
"text": "
|
|
118739
|
+
"text": "TemplateResult"
|
|
118755
118740
|
}
|
|
118756
118741
|
},
|
|
118757
|
-
"
|
|
118758
|
-
|
|
118759
|
-
|
|
118760
|
-
|
|
118761
|
-
|
|
118762
|
-
}
|
|
118763
|
-
}
|
|
118764
|
-
]
|
|
118742
|
+
"description": "Override this method to render the component template.",
|
|
118743
|
+
"inheritedFrom": {
|
|
118744
|
+
"name": "SbbActionBaseElement",
|
|
118745
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118746
|
+
}
|
|
118765
118747
|
},
|
|
118766
118748
|
{
|
|
118767
118749
|
"kind": "field",
|
|
@@ -118869,91 +118851,109 @@
|
|
|
118869
118851
|
}
|
|
118870
118852
|
}
|
|
118871
118853
|
],
|
|
118872
|
-
"
|
|
118854
|
+
"mixins": [
|
|
118873
118855
|
{
|
|
118874
|
-
"
|
|
118875
|
-
|
|
118876
|
-
|
|
118877
|
-
|
|
118878
|
-
"name": "
|
|
118856
|
+
"name": "SbbIconNameMixin",
|
|
118857
|
+
"module": "icon.js"
|
|
118858
|
+
},
|
|
118859
|
+
{
|
|
118860
|
+
"name": "SbbDisabledMixin",
|
|
118861
|
+
"module": "core/mixins.js"
|
|
118879
118862
|
}
|
|
118880
118863
|
],
|
|
118864
|
+
"superclass": {
|
|
118865
|
+
"name": "SbbButtonBaseElement",
|
|
118866
|
+
"module": "core/base-elements.js"
|
|
118867
|
+
},
|
|
118868
|
+
"tagName": "sbb-step-label",
|
|
118869
|
+
"customElement": true,
|
|
118881
118870
|
"attributes": [
|
|
118882
118871
|
{
|
|
118883
|
-
"name": "
|
|
118872
|
+
"name": "icon-name",
|
|
118884
118873
|
"type": {
|
|
118885
|
-
"text": "
|
|
118874
|
+
"text": "string"
|
|
118886
118875
|
},
|
|
118876
|
+
"default": "''",
|
|
118877
|
+
"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.",
|
|
118878
|
+
"fieldName": "iconName",
|
|
118879
|
+
"inheritedFrom": {
|
|
118880
|
+
"name": "SbbIconNameMixin",
|
|
118881
|
+
"module": "icon/icon-name-mixin.js"
|
|
118882
|
+
}
|
|
118883
|
+
},
|
|
118884
|
+
{
|
|
118885
|
+
"name": "disabled",
|
|
118886
|
+
"description": "Whether the component is disabled.",
|
|
118887
118887
|
"default": "false",
|
|
118888
|
-
"
|
|
118889
|
-
|
|
118888
|
+
"type": {
|
|
118889
|
+
"text": "boolean"
|
|
118890
|
+
},
|
|
118891
|
+
"fieldName": "disabled",
|
|
118892
|
+
"inheritedFrom": {
|
|
118893
|
+
"name": "SbbDisabledMixin",
|
|
118894
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118895
|
+
}
|
|
118890
118896
|
},
|
|
118891
118897
|
{
|
|
118892
|
-
"name": "
|
|
118893
|
-
"description": "Overrides the behavior of `orientation` property.",
|
|
118898
|
+
"name": "value",
|
|
118894
118899
|
"type": {
|
|
118895
|
-
"text": "
|
|
118900
|
+
"text": "string"
|
|
118896
118901
|
},
|
|
118897
|
-
"
|
|
118902
|
+
"default": "''",
|
|
118903
|
+
"description": "Value of the form element.",
|
|
118904
|
+
"fieldName": "value",
|
|
118905
|
+
"inheritedFrom": {
|
|
118906
|
+
"name": "SbbButtonBaseElement",
|
|
118907
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118908
|
+
}
|
|
118898
118909
|
},
|
|
118899
118910
|
{
|
|
118900
|
-
"name": "
|
|
118911
|
+
"name": "type",
|
|
118912
|
+
"description": "The type attribute to use for the button.",
|
|
118913
|
+
"default": "'button'",
|
|
118901
118914
|
"type": {
|
|
118902
|
-
"text": "
|
|
118915
|
+
"text": "SbbButtonType"
|
|
118903
118916
|
},
|
|
118904
|
-
"
|
|
118905
|
-
"
|
|
118906
|
-
|
|
118917
|
+
"fieldName": "type",
|
|
118918
|
+
"inheritedFrom": {
|
|
118919
|
+
"name": "SbbButtonBaseElement",
|
|
118920
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118921
|
+
}
|
|
118907
118922
|
},
|
|
118908
118923
|
{
|
|
118909
|
-
"name": "
|
|
118924
|
+
"name": "form",
|
|
118925
|
+
"description": "The `<form>` element to associate the button with.",
|
|
118910
118926
|
"type": {
|
|
118911
|
-
"text": "
|
|
118927
|
+
"text": "HTMLFormElement | null"
|
|
118912
118928
|
},
|
|
118913
|
-
"
|
|
118914
|
-
"
|
|
118915
|
-
|
|
118929
|
+
"fieldName": "form",
|
|
118930
|
+
"inheritedFrom": {
|
|
118931
|
+
"name": "SbbButtonBaseElement",
|
|
118932
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118933
|
+
}
|
|
118916
118934
|
},
|
|
118917
118935
|
{
|
|
118918
|
-
"name": "
|
|
118919
|
-
"description": "
|
|
118936
|
+
"name": "name",
|
|
118937
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
118920
118938
|
"type": {
|
|
118921
|
-
"text": "
|
|
118939
|
+
"text": "string"
|
|
118922
118940
|
},
|
|
118923
|
-
"fieldName": "
|
|
118941
|
+
"fieldName": "name",
|
|
118942
|
+
"inheritedFrom": {
|
|
118943
|
+
"name": "SbbFormAssociatedMixin",
|
|
118944
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118945
|
+
}
|
|
118924
118946
|
}
|
|
118925
|
-
]
|
|
118926
|
-
"superclass": {
|
|
118927
|
-
"name": "SbbElement",
|
|
118928
|
-
"module": "core/base-elements.js"
|
|
118929
|
-
},
|
|
118930
|
-
"tagName": "sbb-stepper",
|
|
118931
|
-
"customElement": true
|
|
118932
|
-
},
|
|
118933
|
-
{
|
|
118934
|
-
"kind": "variable",
|
|
118935
|
-
"name": "currentIndex"
|
|
118936
|
-
},
|
|
118937
|
-
{
|
|
118938
|
-
"kind": "variable",
|
|
118939
|
-
"name": "currentStep"
|
|
118947
|
+
]
|
|
118940
118948
|
}
|
|
118941
118949
|
],
|
|
118942
118950
|
"exports": [
|
|
118943
118951
|
{
|
|
118944
118952
|
"kind": "js",
|
|
118945
|
-
"name": "
|
|
118946
|
-
"declaration": {
|
|
118947
|
-
"name": "SbbStepChangeEvent",
|
|
118948
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
118949
|
-
}
|
|
118950
|
-
},
|
|
118951
|
-
{
|
|
118952
|
-
"kind": "js",
|
|
118953
|
-
"name": "SbbStepperElement",
|
|
118953
|
+
"name": "SbbStepLabelElement",
|
|
118954
118954
|
"declaration": {
|
|
118955
|
-
"name": "
|
|
118956
|
-
"module": "stepper/
|
|
118955
|
+
"name": "SbbStepLabelElement",
|
|
118956
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
118957
118957
|
}
|
|
118958
118958
|
}
|
|
118959
118959
|
]
|
|
@@ -127035,6 +127035,155 @@
|
|
|
127035
127035
|
}
|
|
127036
127036
|
]
|
|
127037
127037
|
},
|
|
127038
|
+
{
|
|
127039
|
+
"kind": "javascript-module",
|
|
127040
|
+
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
127041
|
+
"declarations": [
|
|
127042
|
+
{
|
|
127043
|
+
"kind": "class",
|
|
127044
|
+
"description": "It visually displays a blocked passage between train wagons.",
|
|
127045
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
127046
|
+
"members": [
|
|
127047
|
+
{
|
|
127048
|
+
"kind": "field",
|
|
127049
|
+
"name": "elementName",
|
|
127050
|
+
"type": {
|
|
127051
|
+
"text": "string"
|
|
127052
|
+
},
|
|
127053
|
+
"privacy": "public",
|
|
127054
|
+
"static": true,
|
|
127055
|
+
"readonly": true,
|
|
127056
|
+
"default": "'sbb-train-blocked-passage'",
|
|
127057
|
+
"inheritedFrom": {
|
|
127058
|
+
"name": "SbbElement",
|
|
127059
|
+
"module": "core/base-elements/element.js"
|
|
127060
|
+
}
|
|
127061
|
+
},
|
|
127062
|
+
{
|
|
127063
|
+
"kind": "field",
|
|
127064
|
+
"name": "_hydrationRequired",
|
|
127065
|
+
"type": {
|
|
127066
|
+
"text": "boolean"
|
|
127067
|
+
},
|
|
127068
|
+
"privacy": "private",
|
|
127069
|
+
"default": "!!this.shadowRoot",
|
|
127070
|
+
"inheritedFrom": {
|
|
127071
|
+
"name": "SbbElement",
|
|
127072
|
+
"module": "core/base-elements/element.js"
|
|
127073
|
+
}
|
|
127074
|
+
},
|
|
127075
|
+
{
|
|
127076
|
+
"kind": "field",
|
|
127077
|
+
"name": "_hydrationComplete",
|
|
127078
|
+
"privacy": "private",
|
|
127079
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
127080
|
+
"inheritedFrom": {
|
|
127081
|
+
"name": "SbbElement",
|
|
127082
|
+
"module": "core/base-elements/element.js"
|
|
127083
|
+
}
|
|
127084
|
+
},
|
|
127085
|
+
{
|
|
127086
|
+
"kind": "field",
|
|
127087
|
+
"name": "_resolveHydration",
|
|
127088
|
+
"type": {
|
|
127089
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
127090
|
+
},
|
|
127091
|
+
"privacy": "private",
|
|
127092
|
+
"inheritedFrom": {
|
|
127093
|
+
"name": "SbbElement",
|
|
127094
|
+
"module": "core/base-elements/element.js"
|
|
127095
|
+
}
|
|
127096
|
+
},
|
|
127097
|
+
{
|
|
127098
|
+
"kind": "field",
|
|
127099
|
+
"name": "hydrationRequired",
|
|
127100
|
+
"type": {
|
|
127101
|
+
"text": "boolean"
|
|
127102
|
+
},
|
|
127103
|
+
"privacy": "protected",
|
|
127104
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
127105
|
+
"readonly": true,
|
|
127106
|
+
"inheritedFrom": {
|
|
127107
|
+
"name": "SbbElement",
|
|
127108
|
+
"module": "core/base-elements/element.js"
|
|
127109
|
+
},
|
|
127110
|
+
"default": "!!this.shadowRoot"
|
|
127111
|
+
},
|
|
127112
|
+
{
|
|
127113
|
+
"kind": "method",
|
|
127114
|
+
"name": "toggleState",
|
|
127115
|
+
"privacy": "protected",
|
|
127116
|
+
"return": {
|
|
127117
|
+
"type": {
|
|
127118
|
+
"text": "void"
|
|
127119
|
+
}
|
|
127120
|
+
},
|
|
127121
|
+
"parameters": [
|
|
127122
|
+
{
|
|
127123
|
+
"name": "value",
|
|
127124
|
+
"type": {
|
|
127125
|
+
"text": "string"
|
|
127126
|
+
}
|
|
127127
|
+
},
|
|
127128
|
+
{
|
|
127129
|
+
"name": "force",
|
|
127130
|
+
"optional": true,
|
|
127131
|
+
"type": {
|
|
127132
|
+
"text": "boolean"
|
|
127133
|
+
}
|
|
127134
|
+
}
|
|
127135
|
+
],
|
|
127136
|
+
"inheritedFrom": {
|
|
127137
|
+
"name": "SbbElement",
|
|
127138
|
+
"module": "core/base-elements/element.js"
|
|
127139
|
+
}
|
|
127140
|
+
},
|
|
127141
|
+
{
|
|
127142
|
+
"kind": "field",
|
|
127143
|
+
"name": "['_$sbbElement$']",
|
|
127144
|
+
"type": {
|
|
127145
|
+
"text": "boolean"
|
|
127146
|
+
},
|
|
127147
|
+
"privacy": "public",
|
|
127148
|
+
"static": true,
|
|
127149
|
+
"default": "true",
|
|
127150
|
+
"inheritedFrom": {
|
|
127151
|
+
"name": "SbbElement",
|
|
127152
|
+
"module": "core/base-elements/element.js"
|
|
127153
|
+
}
|
|
127154
|
+
},
|
|
127155
|
+
{
|
|
127156
|
+
"kind": "field",
|
|
127157
|
+
"name": "_controllers",
|
|
127158
|
+
"type": {
|
|
127159
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
127160
|
+
},
|
|
127161
|
+
"privacy": "private",
|
|
127162
|
+
"inheritedFrom": {
|
|
127163
|
+
"name": "SbbElement",
|
|
127164
|
+
"module": "core/base-elements/element.js"
|
|
127165
|
+
}
|
|
127166
|
+
}
|
|
127167
|
+
],
|
|
127168
|
+
"superclass": {
|
|
127169
|
+
"name": "SbbElement",
|
|
127170
|
+
"module": "core/base-elements.js"
|
|
127171
|
+
},
|
|
127172
|
+
"tagName": "sbb-train-blocked-passage",
|
|
127173
|
+
"customElement": true
|
|
127174
|
+
}
|
|
127175
|
+
],
|
|
127176
|
+
"exports": [
|
|
127177
|
+
{
|
|
127178
|
+
"kind": "js",
|
|
127179
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
127180
|
+
"declaration": {
|
|
127181
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
127182
|
+
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
127183
|
+
}
|
|
127184
|
+
}
|
|
127185
|
+
]
|
|
127186
|
+
},
|
|
127038
127187
|
{
|
|
127039
127188
|
"kind": "javascript-module",
|
|
127040
127189
|
"path": "train/train-formation/train-formation.component.js",
|
|
@@ -127816,155 +127965,6 @@
|
|
|
127816
127965
|
}
|
|
127817
127966
|
}
|
|
127818
127967
|
]
|
|
127819
|
-
},
|
|
127820
|
-
{
|
|
127821
|
-
"kind": "javascript-module",
|
|
127822
|
-
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
127823
|
-
"declarations": [
|
|
127824
|
-
{
|
|
127825
|
-
"kind": "class",
|
|
127826
|
-
"description": "It visually displays a blocked passage between train wagons.",
|
|
127827
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
127828
|
-
"members": [
|
|
127829
|
-
{
|
|
127830
|
-
"kind": "field",
|
|
127831
|
-
"name": "elementName",
|
|
127832
|
-
"type": {
|
|
127833
|
-
"text": "string"
|
|
127834
|
-
},
|
|
127835
|
-
"privacy": "public",
|
|
127836
|
-
"static": true,
|
|
127837
|
-
"readonly": true,
|
|
127838
|
-
"default": "'sbb-train-blocked-passage'",
|
|
127839
|
-
"inheritedFrom": {
|
|
127840
|
-
"name": "SbbElement",
|
|
127841
|
-
"module": "core/base-elements/element.js"
|
|
127842
|
-
}
|
|
127843
|
-
},
|
|
127844
|
-
{
|
|
127845
|
-
"kind": "field",
|
|
127846
|
-
"name": "_hydrationRequired",
|
|
127847
|
-
"type": {
|
|
127848
|
-
"text": "boolean"
|
|
127849
|
-
},
|
|
127850
|
-
"privacy": "private",
|
|
127851
|
-
"default": "!!this.shadowRoot",
|
|
127852
|
-
"inheritedFrom": {
|
|
127853
|
-
"name": "SbbElement",
|
|
127854
|
-
"module": "core/base-elements/element.js"
|
|
127855
|
-
}
|
|
127856
|
-
},
|
|
127857
|
-
{
|
|
127858
|
-
"kind": "field",
|
|
127859
|
-
"name": "_hydrationComplete",
|
|
127860
|
-
"privacy": "private",
|
|
127861
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
127862
|
-
"inheritedFrom": {
|
|
127863
|
-
"name": "SbbElement",
|
|
127864
|
-
"module": "core/base-elements/element.js"
|
|
127865
|
-
}
|
|
127866
|
-
},
|
|
127867
|
-
{
|
|
127868
|
-
"kind": "field",
|
|
127869
|
-
"name": "_resolveHydration",
|
|
127870
|
-
"type": {
|
|
127871
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
127872
|
-
},
|
|
127873
|
-
"privacy": "private",
|
|
127874
|
-
"inheritedFrom": {
|
|
127875
|
-
"name": "SbbElement",
|
|
127876
|
-
"module": "core/base-elements/element.js"
|
|
127877
|
-
}
|
|
127878
|
-
},
|
|
127879
|
-
{
|
|
127880
|
-
"kind": "field",
|
|
127881
|
-
"name": "hydrationRequired",
|
|
127882
|
-
"type": {
|
|
127883
|
-
"text": "boolean"
|
|
127884
|
-
},
|
|
127885
|
-
"privacy": "protected",
|
|
127886
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
127887
|
-
"readonly": true,
|
|
127888
|
-
"inheritedFrom": {
|
|
127889
|
-
"name": "SbbElement",
|
|
127890
|
-
"module": "core/base-elements/element.js"
|
|
127891
|
-
},
|
|
127892
|
-
"default": "!!this.shadowRoot"
|
|
127893
|
-
},
|
|
127894
|
-
{
|
|
127895
|
-
"kind": "method",
|
|
127896
|
-
"name": "toggleState",
|
|
127897
|
-
"privacy": "protected",
|
|
127898
|
-
"return": {
|
|
127899
|
-
"type": {
|
|
127900
|
-
"text": "void"
|
|
127901
|
-
}
|
|
127902
|
-
},
|
|
127903
|
-
"parameters": [
|
|
127904
|
-
{
|
|
127905
|
-
"name": "value",
|
|
127906
|
-
"type": {
|
|
127907
|
-
"text": "string"
|
|
127908
|
-
}
|
|
127909
|
-
},
|
|
127910
|
-
{
|
|
127911
|
-
"name": "force",
|
|
127912
|
-
"optional": true,
|
|
127913
|
-
"type": {
|
|
127914
|
-
"text": "boolean"
|
|
127915
|
-
}
|
|
127916
|
-
}
|
|
127917
|
-
],
|
|
127918
|
-
"inheritedFrom": {
|
|
127919
|
-
"name": "SbbElement",
|
|
127920
|
-
"module": "core/base-elements/element.js"
|
|
127921
|
-
}
|
|
127922
|
-
},
|
|
127923
|
-
{
|
|
127924
|
-
"kind": "field",
|
|
127925
|
-
"name": "['_$sbbElement$']",
|
|
127926
|
-
"type": {
|
|
127927
|
-
"text": "boolean"
|
|
127928
|
-
},
|
|
127929
|
-
"privacy": "public",
|
|
127930
|
-
"static": true,
|
|
127931
|
-
"default": "true",
|
|
127932
|
-
"inheritedFrom": {
|
|
127933
|
-
"name": "SbbElement",
|
|
127934
|
-
"module": "core/base-elements/element.js"
|
|
127935
|
-
}
|
|
127936
|
-
},
|
|
127937
|
-
{
|
|
127938
|
-
"kind": "field",
|
|
127939
|
-
"name": "_controllers",
|
|
127940
|
-
"type": {
|
|
127941
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
127942
|
-
},
|
|
127943
|
-
"privacy": "private",
|
|
127944
|
-
"inheritedFrom": {
|
|
127945
|
-
"name": "SbbElement",
|
|
127946
|
-
"module": "core/base-elements/element.js"
|
|
127947
|
-
}
|
|
127948
|
-
}
|
|
127949
|
-
],
|
|
127950
|
-
"superclass": {
|
|
127951
|
-
"name": "SbbElement",
|
|
127952
|
-
"module": "core/base-elements.js"
|
|
127953
|
-
},
|
|
127954
|
-
"tagName": "sbb-train-blocked-passage",
|
|
127955
|
-
"customElement": true
|
|
127956
|
-
}
|
|
127957
|
-
],
|
|
127958
|
-
"exports": [
|
|
127959
|
-
{
|
|
127960
|
-
"kind": "js",
|
|
127961
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
127962
|
-
"declaration": {
|
|
127963
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
127964
|
-
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
127965
|
-
}
|
|
127966
|
-
}
|
|
127967
|
-
]
|
|
127968
127968
|
}
|
|
127969
127969
|
]
|
|
127970
127970
|
}
|