@sbb-esta/lyne-elements-dev 4.7.0-dev.1773217409 → 4.7.0-dev.1773219716
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1215 -1215
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -30975,419 +30975,6 @@
|
|
|
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
|
-
},
|
|
31391
30978
|
{
|
|
31392
30979
|
"kind": "javascript-module",
|
|
31393
30980
|
"path": "title/title-base.js",
|
|
@@ -32431,118 +32018,531 @@
|
|
|
32431
32018
|
],
|
|
32432
32019
|
"attributes": [
|
|
32433
32020
|
{
|
|
32434
|
-
"name": "timeout",
|
|
32435
|
-
"type": {
|
|
32436
|
-
"text": "number"
|
|
32437
|
-
},
|
|
32438
|
-
"default": "0",
|
|
32439
|
-
"description": "The length of time in milliseconds to wait before automatically dismissing the toast.\nIf 0 (default), it stays open indefinitely.\nFrom accessibility perspective, it is recommended to set a timeout of at least 20 seconds.",
|
|
32440
|
-
"fieldName": "timeout"
|
|
32441
|
-
},
|
|
32442
|
-
{
|
|
32443
|
-
"name": "position",
|
|
32444
|
-
"type": {
|
|
32445
|
-
"text": "SbbToastPosition"
|
|
32446
|
-
},
|
|
32447
|
-
"default": "'bottom-center'",
|
|
32448
|
-
"description": "The position where to place the toast.",
|
|
32449
|
-
"fieldName": "position"
|
|
32450
|
-
},
|
|
32451
|
-
{
|
|
32452
|
-
"name": "politeness",
|
|
32021
|
+
"name": "timeout",
|
|
32022
|
+
"type": {
|
|
32023
|
+
"text": "number"
|
|
32024
|
+
},
|
|
32025
|
+
"default": "0",
|
|
32026
|
+
"description": "The length of time in milliseconds to wait before automatically dismissing the toast.\nIf 0 (default), it stays open indefinitely.\nFrom accessibility perspective, it is recommended to set a timeout of at least 20 seconds.",
|
|
32027
|
+
"fieldName": "timeout"
|
|
32028
|
+
},
|
|
32029
|
+
{
|
|
32030
|
+
"name": "position",
|
|
32031
|
+
"type": {
|
|
32032
|
+
"text": "SbbToastPosition"
|
|
32033
|
+
},
|
|
32034
|
+
"default": "'bottom-center'",
|
|
32035
|
+
"description": "The position where to place the toast.",
|
|
32036
|
+
"fieldName": "position"
|
|
32037
|
+
},
|
|
32038
|
+
{
|
|
32039
|
+
"name": "politeness",
|
|
32040
|
+
"type": {
|
|
32041
|
+
"text": "'polite' | 'assertive' | 'off'"
|
|
32042
|
+
},
|
|
32043
|
+
"default": "'polite'",
|
|
32044
|
+
"description": "The ARIA politeness level.\nCheck https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions#live_regions for further info",
|
|
32045
|
+
"fieldName": "politeness"
|
|
32046
|
+
},
|
|
32047
|
+
{
|
|
32048
|
+
"name": "icon-name",
|
|
32049
|
+
"type": {
|
|
32050
|
+
"text": "string"
|
|
32051
|
+
},
|
|
32052
|
+
"default": "''",
|
|
32053
|
+
"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.",
|
|
32054
|
+
"fieldName": "iconName",
|
|
32055
|
+
"inheritedFrom": {
|
|
32056
|
+
"name": "SbbIconNameMixin",
|
|
32057
|
+
"module": "icon/icon-name-mixin.js"
|
|
32058
|
+
}
|
|
32059
|
+
},
|
|
32060
|
+
{
|
|
32061
|
+
"name": "readonly",
|
|
32062
|
+
"description": "Whether the component is readonly.",
|
|
32063
|
+
"default": "false",
|
|
32064
|
+
"type": {
|
|
32065
|
+
"text": "boolean"
|
|
32066
|
+
},
|
|
32067
|
+
"fieldName": "readOnly",
|
|
32068
|
+
"inheritedFrom": {
|
|
32069
|
+
"name": "SbbReadonlyMixin",
|
|
32070
|
+
"module": "core/mixins/readonly-mixin.js"
|
|
32071
|
+
}
|
|
32072
|
+
}
|
|
32073
|
+
],
|
|
32074
|
+
"mixins": [
|
|
32075
|
+
{
|
|
32076
|
+
"name": "SbbIconNameMixin",
|
|
32077
|
+
"module": "icon.js"
|
|
32078
|
+
},
|
|
32079
|
+
{
|
|
32080
|
+
"name": "SbbReadonlyMixin",
|
|
32081
|
+
"module": "core/mixins.js"
|
|
32082
|
+
}
|
|
32083
|
+
],
|
|
32084
|
+
"superclass": {
|
|
32085
|
+
"name": "SbbOpenCloseBaseElement",
|
|
32086
|
+
"module": "core/base-elements.js"
|
|
32087
|
+
},
|
|
32088
|
+
"tagName": "sbb-toast",
|
|
32089
|
+
"customElement": true,
|
|
32090
|
+
"events": [
|
|
32091
|
+
{
|
|
32092
|
+
"name": "beforeopen",
|
|
32093
|
+
"type": {
|
|
32094
|
+
"text": "Event"
|
|
32095
|
+
},
|
|
32096
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
32097
|
+
"inheritedFrom": {
|
|
32098
|
+
"name": "SbbOpenCloseBaseElement",
|
|
32099
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
32100
|
+
}
|
|
32101
|
+
},
|
|
32102
|
+
{
|
|
32103
|
+
"name": "open",
|
|
32104
|
+
"type": {
|
|
32105
|
+
"text": "Event"
|
|
32106
|
+
},
|
|
32107
|
+
"description": "Emits whenever the component is opened.",
|
|
32108
|
+
"inheritedFrom": {
|
|
32109
|
+
"name": "SbbOpenCloseBaseElement",
|
|
32110
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
32111
|
+
}
|
|
32112
|
+
},
|
|
32113
|
+
{
|
|
32114
|
+
"name": "beforeclose",
|
|
32115
|
+
"type": {
|
|
32116
|
+
"text": "Event"
|
|
32117
|
+
},
|
|
32118
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
32119
|
+
"inheritedFrom": {
|
|
32120
|
+
"name": "SbbOpenCloseBaseElement",
|
|
32121
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
32122
|
+
}
|
|
32123
|
+
},
|
|
32124
|
+
{
|
|
32125
|
+
"name": "close",
|
|
32126
|
+
"type": {
|
|
32127
|
+
"text": "Event"
|
|
32128
|
+
},
|
|
32129
|
+
"description": "Emits whenever the component is closed.",
|
|
32130
|
+
"inheritedFrom": {
|
|
32131
|
+
"name": "SbbOpenCloseBaseElement",
|
|
32132
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
32133
|
+
}
|
|
32134
|
+
}
|
|
32135
|
+
]
|
|
32136
|
+
}
|
|
32137
|
+
],
|
|
32138
|
+
"exports": [
|
|
32139
|
+
{
|
|
32140
|
+
"kind": "js",
|
|
32141
|
+
"name": "SbbToastElement",
|
|
32142
|
+
"declaration": {
|
|
32143
|
+
"name": "SbbToastElement",
|
|
32144
|
+
"module": "toast/toast.component.js"
|
|
32145
|
+
}
|
|
32146
|
+
}
|
|
32147
|
+
]
|
|
32148
|
+
},
|
|
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",
|
|
32453
32483
|
"type": {
|
|
32454
|
-
"text": "
|
|
32484
|
+
"text": "SbbOccupancy"
|
|
32455
32485
|
},
|
|
32456
|
-
"default": "'
|
|
32457
|
-
"description": "
|
|
32458
|
-
"fieldName": "
|
|
32486
|
+
"default": "'none'",
|
|
32487
|
+
"description": "Wagon occupancy.",
|
|
32488
|
+
"fieldName": "occupancy"
|
|
32459
32489
|
},
|
|
32460
32490
|
{
|
|
32461
|
-
"name": "
|
|
32491
|
+
"name": "negative",
|
|
32462
32492
|
"type": {
|
|
32463
|
-
"text": "
|
|
32493
|
+
"text": "boolean"
|
|
32464
32494
|
},
|
|
32465
|
-
"default": "
|
|
32466
|
-
"description": "
|
|
32467
|
-
"fieldName": "
|
|
32495
|
+
"default": "false",
|
|
32496
|
+
"description": "Negative coloring variant flag.",
|
|
32497
|
+
"fieldName": "negative",
|
|
32468
32498
|
"inheritedFrom": {
|
|
32469
|
-
"name": "
|
|
32470
|
-
"module": "
|
|
32499
|
+
"name": "SbbNegativeMixin",
|
|
32500
|
+
"module": "core/mixins/negative-mixin.js"
|
|
32471
32501
|
}
|
|
32472
32502
|
},
|
|
32473
32503
|
{
|
|
32474
|
-
"name": "
|
|
32475
|
-
"description": "Whether the component is readonly.",
|
|
32476
|
-
"default": "false",
|
|
32504
|
+
"name": "no-sanitize",
|
|
32477
32505
|
"type": {
|
|
32478
32506
|
"text": "boolean"
|
|
32479
32507
|
},
|
|
32480
|
-
"
|
|
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",
|
|
32481
32511
|
"inheritedFrom": {
|
|
32482
|
-
"name": "
|
|
32483
|
-
"module": "
|
|
32512
|
+
"name": "SbbIconBase",
|
|
32513
|
+
"module": "icon/icon-base.js"
|
|
32484
32514
|
}
|
|
32485
32515
|
}
|
|
32486
32516
|
],
|
|
32487
32517
|
"mixins": [
|
|
32488
32518
|
{
|
|
32489
|
-
"name": "
|
|
32490
|
-
"module": "icon.js"
|
|
32491
|
-
},
|
|
32492
|
-
{
|
|
32493
|
-
"name": "SbbReadonlyMixin",
|
|
32519
|
+
"name": "SbbNegativeMixin",
|
|
32494
32520
|
"module": "core/mixins.js"
|
|
32495
32521
|
}
|
|
32496
32522
|
],
|
|
32497
32523
|
"superclass": {
|
|
32498
|
-
"name": "
|
|
32499
|
-
"module": "
|
|
32524
|
+
"name": "SbbIconBase",
|
|
32525
|
+
"module": "icon.js"
|
|
32500
32526
|
},
|
|
32501
|
-
"tagName": "sbb-
|
|
32527
|
+
"tagName": "sbb-timetable-occupancy-icon",
|
|
32502
32528
|
"customElement": true,
|
|
32503
|
-
"
|
|
32504
|
-
{
|
|
32505
|
-
"name": "beforeopen",
|
|
32506
|
-
"type": {
|
|
32507
|
-
"text": "Event"
|
|
32508
|
-
},
|
|
32509
|
-
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
32510
|
-
"inheritedFrom": {
|
|
32511
|
-
"name": "SbbOpenCloseBaseElement",
|
|
32512
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
32513
|
-
}
|
|
32514
|
-
},
|
|
32515
|
-
{
|
|
32516
|
-
"name": "open",
|
|
32517
|
-
"type": {
|
|
32518
|
-
"text": "Event"
|
|
32519
|
-
},
|
|
32520
|
-
"description": "Emits whenever the component is opened.",
|
|
32521
|
-
"inheritedFrom": {
|
|
32522
|
-
"name": "SbbOpenCloseBaseElement",
|
|
32523
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
32524
|
-
}
|
|
32525
|
-
},
|
|
32529
|
+
"cssProperties": [
|
|
32526
32530
|
{
|
|
32527
|
-
"
|
|
32528
|
-
"
|
|
32529
|
-
|
|
32530
|
-
},
|
|
32531
|
-
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
32531
|
+
"description": "Can be used to set a custom width.",
|
|
32532
|
+
"name": "--sbb-icon-svg-width",
|
|
32533
|
+
"default": "auto",
|
|
32532
32534
|
"inheritedFrom": {
|
|
32533
|
-
"name": "
|
|
32534
|
-
"module": "
|
|
32535
|
+
"name": "SbbIconBase",
|
|
32536
|
+
"module": "icon/icon-base.js"
|
|
32535
32537
|
}
|
|
32536
32538
|
},
|
|
32537
32539
|
{
|
|
32538
|
-
"
|
|
32539
|
-
"
|
|
32540
|
-
|
|
32541
|
-
},
|
|
32542
|
-
"description": "Emits whenever the component is closed.",
|
|
32540
|
+
"description": "Can be used to set a custom height.",
|
|
32541
|
+
"name": "--sbb-icon-svg-height",
|
|
32542
|
+
"default": "auto",
|
|
32543
32543
|
"inheritedFrom": {
|
|
32544
|
-
"name": "
|
|
32545
|
-
"module": "
|
|
32544
|
+
"name": "SbbIconBase",
|
|
32545
|
+
"module": "icon/icon-base.js"
|
|
32546
32546
|
}
|
|
32547
32547
|
}
|
|
32548
32548
|
]
|
|
@@ -32551,10 +32551,10 @@
|
|
|
32551
32551
|
"exports": [
|
|
32552
32552
|
{
|
|
32553
32553
|
"kind": "js",
|
|
32554
|
-
"name": "
|
|
32554
|
+
"name": "SbbTimetableOccupancyIconElement",
|
|
32555
32555
|
"declaration": {
|
|
32556
|
-
"name": "
|
|
32557
|
-
"module": "
|
|
32556
|
+
"name": "SbbTimetableOccupancyIconElement",
|
|
32557
|
+
"module": "timetable-occupancy-icon/timetable-occupancy-icon.component.js"
|
|
32558
32558
|
}
|
|
32559
32559
|
}
|
|
32560
32560
|
]
|
|
@@ -56249,240 +56249,6 @@
|
|
|
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
|
-
},
|
|
56486
56252
|
{
|
|
56487
56253
|
"kind": "javascript-module",
|
|
56488
56254
|
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
@@ -56945,6 +56711,240 @@
|
|
|
56945
56711
|
}
|
|
56946
56712
|
]
|
|
56947
56713
|
},
|
|
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",
|
|
@@ -114683,6 +114683,37 @@
|
|
|
114683
114683
|
}
|
|
114684
114684
|
]
|
|
114685
114685
|
},
|
|
114686
|
+
{
|
|
114687
|
+
"kind": "javascript-module",
|
|
114688
|
+
"path": "sidebar/common/styles.js",
|
|
114689
|
+
"declarations": [],
|
|
114690
|
+
"exports": [
|
|
114691
|
+
{
|
|
114692
|
+
"kind": "js",
|
|
114693
|
+
"name": "sidebarContainerCommonStyle",
|
|
114694
|
+
"declaration": {
|
|
114695
|
+
"name": "default",
|
|
114696
|
+
"module": "./sidebar-container-common.scss?lit&inline"
|
|
114697
|
+
}
|
|
114698
|
+
},
|
|
114699
|
+
{
|
|
114700
|
+
"kind": "js",
|
|
114701
|
+
"name": "sidebarContentCommonStyle",
|
|
114702
|
+
"declaration": {
|
|
114703
|
+
"name": "default",
|
|
114704
|
+
"module": "./sidebar-content-common.scss?lit&inline"
|
|
114705
|
+
}
|
|
114706
|
+
},
|
|
114707
|
+
{
|
|
114708
|
+
"kind": "js",
|
|
114709
|
+
"name": "iconSidebarButtonCommonStyle",
|
|
114710
|
+
"declaration": {
|
|
114711
|
+
"name": "default",
|
|
114712
|
+
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
114713
|
+
}
|
|
114714
|
+
}
|
|
114715
|
+
]
|
|
114716
|
+
},
|
|
114686
114717
|
{
|
|
114687
114718
|
"kind": "javascript-module",
|
|
114688
114719
|
"path": "sidebar/sidebar/sidebar.component.js",
|
|
@@ -115414,37 +115445,6 @@
|
|
|
115414
115445
|
}
|
|
115415
115446
|
]
|
|
115416
115447
|
},
|
|
115417
|
-
{
|
|
115418
|
-
"kind": "javascript-module",
|
|
115419
|
-
"path": "sidebar/common/styles.js",
|
|
115420
|
-
"declarations": [],
|
|
115421
|
-
"exports": [
|
|
115422
|
-
{
|
|
115423
|
-
"kind": "js",
|
|
115424
|
-
"name": "sidebarContainerCommonStyle",
|
|
115425
|
-
"declaration": {
|
|
115426
|
-
"name": "default",
|
|
115427
|
-
"module": "./sidebar-container-common.scss?lit&inline"
|
|
115428
|
-
}
|
|
115429
|
-
},
|
|
115430
|
-
{
|
|
115431
|
-
"kind": "js",
|
|
115432
|
-
"name": "sidebarContentCommonStyle",
|
|
115433
|
-
"declaration": {
|
|
115434
|
-
"name": "default",
|
|
115435
|
-
"module": "./sidebar-content-common.scss?lit&inline"
|
|
115436
|
-
}
|
|
115437
|
-
},
|
|
115438
|
-
{
|
|
115439
|
-
"kind": "js",
|
|
115440
|
-
"name": "iconSidebarButtonCommonStyle",
|
|
115441
|
-
"declaration": {
|
|
115442
|
-
"name": "default",
|
|
115443
|
-
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
115444
|
-
}
|
|
115445
|
-
}
|
|
115446
|
-
]
|
|
115447
|
-
},
|
|
115448
115448
|
{
|
|
115449
115449
|
"kind": "javascript-module",
|
|
115450
115450
|
"path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
|
|
@@ -117061,6 +117061,310 @@
|
|
|
117061
117061
|
}
|
|
117062
117062
|
]
|
|
117063
117063
|
},
|
|
117064
|
+
{
|
|
117065
|
+
"kind": "javascript-module",
|
|
117066
|
+
"path": "stepper/step/step.component.js",
|
|
117067
|
+
"declarations": [
|
|
117068
|
+
{
|
|
117069
|
+
"kind": "class",
|
|
117070
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's content.",
|
|
117071
|
+
"name": "SbbStepElement",
|
|
117072
|
+
"slots": [
|
|
117073
|
+
{
|
|
117074
|
+
"description": "Use the unnamed slot to provide content.",
|
|
117075
|
+
"name": ""
|
|
117076
|
+
}
|
|
117077
|
+
],
|
|
117078
|
+
"members": [
|
|
117079
|
+
{
|
|
117080
|
+
"kind": "field",
|
|
117081
|
+
"name": "elementName",
|
|
117082
|
+
"type": {
|
|
117083
|
+
"text": "string"
|
|
117084
|
+
},
|
|
117085
|
+
"privacy": "public",
|
|
117086
|
+
"static": true,
|
|
117087
|
+
"readonly": true,
|
|
117088
|
+
"default": "'sbb-step'",
|
|
117089
|
+
"inheritedFrom": {
|
|
117090
|
+
"name": "SbbElement",
|
|
117091
|
+
"module": "core/base-elements/element.js"
|
|
117092
|
+
}
|
|
117093
|
+
},
|
|
117094
|
+
{
|
|
117095
|
+
"kind": "field",
|
|
117096
|
+
"name": "role",
|
|
117097
|
+
"type": {
|
|
117098
|
+
"text": "string"
|
|
117099
|
+
},
|
|
117100
|
+
"privacy": "public",
|
|
117101
|
+
"static": true,
|
|
117102
|
+
"readonly": true,
|
|
117103
|
+
"default": "'tabpanel'"
|
|
117104
|
+
},
|
|
117105
|
+
{
|
|
117106
|
+
"kind": "field",
|
|
117107
|
+
"name": "events",
|
|
117108
|
+
"privacy": "public",
|
|
117109
|
+
"static": true,
|
|
117110
|
+
"readonly": true,
|
|
117111
|
+
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
117112
|
+
"type": {
|
|
117113
|
+
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
117114
|
+
}
|
|
117115
|
+
},
|
|
117116
|
+
{
|
|
117117
|
+
"kind": "field",
|
|
117118
|
+
"name": "_stepResizeObserver",
|
|
117119
|
+
"privacy": "private",
|
|
117120
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
|
|
117121
|
+
},
|
|
117122
|
+
{
|
|
117123
|
+
"kind": "field",
|
|
117124
|
+
"name": "label",
|
|
117125
|
+
"type": {
|
|
117126
|
+
"text": "SbbStepLabelElement | null"
|
|
117127
|
+
},
|
|
117128
|
+
"privacy": "public",
|
|
117129
|
+
"description": "The label of the step.",
|
|
117130
|
+
"readonly": true,
|
|
117131
|
+
"default": "null"
|
|
117132
|
+
},
|
|
117133
|
+
{
|
|
117134
|
+
"kind": "field",
|
|
117135
|
+
"name": "_label",
|
|
117136
|
+
"type": {
|
|
117137
|
+
"text": "SbbStepLabelElement | null"
|
|
117138
|
+
},
|
|
117139
|
+
"privacy": "private",
|
|
117140
|
+
"default": "null"
|
|
117141
|
+
},
|
|
117142
|
+
{
|
|
117143
|
+
"kind": "field",
|
|
117144
|
+
"name": "stepper",
|
|
117145
|
+
"type": {
|
|
117146
|
+
"text": "SbbStepperElement | null"
|
|
117147
|
+
},
|
|
117148
|
+
"privacy": "public",
|
|
117149
|
+
"readonly": true
|
|
117150
|
+
},
|
|
117151
|
+
{
|
|
117152
|
+
"kind": "field",
|
|
117153
|
+
"name": "_previousOrientation",
|
|
117154
|
+
"type": {
|
|
117155
|
+
"text": "string | undefined"
|
|
117156
|
+
},
|
|
117157
|
+
"privacy": "private"
|
|
117158
|
+
},
|
|
117159
|
+
{
|
|
117160
|
+
"kind": "method",
|
|
117161
|
+
"name": "_handleClick",
|
|
117162
|
+
"privacy": "private",
|
|
117163
|
+
"return": {
|
|
117164
|
+
"type": {
|
|
117165
|
+
"text": "void"
|
|
117166
|
+
}
|
|
117167
|
+
},
|
|
117168
|
+
"parameters": [
|
|
117169
|
+
{
|
|
117170
|
+
"name": "event",
|
|
117171
|
+
"type": {
|
|
117172
|
+
"text": "Event"
|
|
117173
|
+
}
|
|
117174
|
+
}
|
|
117175
|
+
],
|
|
117176
|
+
"description": "Watches for clicked elements with `sbb-stepper-next` or `sbb-stepper-previous` attributes."
|
|
117177
|
+
},
|
|
117178
|
+
{
|
|
117179
|
+
"kind": "method",
|
|
117180
|
+
"name": "_isGoNextElement",
|
|
117181
|
+
"privacy": "private",
|
|
117182
|
+
"return": {
|
|
117183
|
+
"type": {
|
|
117184
|
+
"text": "boolean"
|
|
117185
|
+
}
|
|
117186
|
+
},
|
|
117187
|
+
"parameters": [
|
|
117188
|
+
{
|
|
117189
|
+
"name": "element",
|
|
117190
|
+
"type": {
|
|
117191
|
+
"text": "HTMLElement"
|
|
117192
|
+
}
|
|
117193
|
+
}
|
|
117194
|
+
]
|
|
117195
|
+
},
|
|
117196
|
+
{
|
|
117197
|
+
"kind": "method",
|
|
117198
|
+
"name": "_isGoPreviousElement",
|
|
117199
|
+
"privacy": "private",
|
|
117200
|
+
"return": {
|
|
117201
|
+
"type": {
|
|
117202
|
+
"text": "boolean"
|
|
117203
|
+
}
|
|
117204
|
+
},
|
|
117205
|
+
"parameters": [
|
|
117206
|
+
{
|
|
117207
|
+
"name": "element",
|
|
117208
|
+
"type": {
|
|
117209
|
+
"text": "HTMLElement"
|
|
117210
|
+
}
|
|
117211
|
+
}
|
|
117212
|
+
]
|
|
117213
|
+
},
|
|
117214
|
+
{
|
|
117215
|
+
"kind": "method",
|
|
117216
|
+
"name": "_onStepElementResize",
|
|
117217
|
+
"privacy": "private",
|
|
117218
|
+
"return": {
|
|
117219
|
+
"type": {
|
|
117220
|
+
"text": "void"
|
|
117221
|
+
}
|
|
117222
|
+
}
|
|
117223
|
+
},
|
|
117224
|
+
{
|
|
117225
|
+
"kind": "method",
|
|
117226
|
+
"name": "_assignLabel",
|
|
117227
|
+
"privacy": "private",
|
|
117228
|
+
"return": {
|
|
117229
|
+
"type": {
|
|
117230
|
+
"text": "void"
|
|
117231
|
+
}
|
|
117232
|
+
}
|
|
117233
|
+
},
|
|
117234
|
+
{
|
|
117235
|
+
"kind": "field",
|
|
117236
|
+
"name": "_hydrationRequired",
|
|
117237
|
+
"type": {
|
|
117238
|
+
"text": "boolean"
|
|
117239
|
+
},
|
|
117240
|
+
"privacy": "private",
|
|
117241
|
+
"default": "!!this.shadowRoot",
|
|
117242
|
+
"inheritedFrom": {
|
|
117243
|
+
"name": "SbbElement",
|
|
117244
|
+
"module": "core/base-elements/element.js"
|
|
117245
|
+
}
|
|
117246
|
+
},
|
|
117247
|
+
{
|
|
117248
|
+
"kind": "field",
|
|
117249
|
+
"name": "_hydrationComplete",
|
|
117250
|
+
"privacy": "private",
|
|
117251
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
117252
|
+
"inheritedFrom": {
|
|
117253
|
+
"name": "SbbElement",
|
|
117254
|
+
"module": "core/base-elements/element.js"
|
|
117255
|
+
}
|
|
117256
|
+
},
|
|
117257
|
+
{
|
|
117258
|
+
"kind": "field",
|
|
117259
|
+
"name": "_resolveHydration",
|
|
117260
|
+
"type": {
|
|
117261
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
117262
|
+
},
|
|
117263
|
+
"privacy": "private",
|
|
117264
|
+
"inheritedFrom": {
|
|
117265
|
+
"name": "SbbElement",
|
|
117266
|
+
"module": "core/base-elements/element.js"
|
|
117267
|
+
}
|
|
117268
|
+
},
|
|
117269
|
+
{
|
|
117270
|
+
"kind": "field",
|
|
117271
|
+
"name": "hydrationRequired",
|
|
117272
|
+
"type": {
|
|
117273
|
+
"text": "boolean"
|
|
117274
|
+
},
|
|
117275
|
+
"privacy": "protected",
|
|
117276
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
117277
|
+
"readonly": true,
|
|
117278
|
+
"inheritedFrom": {
|
|
117279
|
+
"name": "SbbElement",
|
|
117280
|
+
"module": "core/base-elements/element.js"
|
|
117281
|
+
},
|
|
117282
|
+
"default": "!!this.shadowRoot"
|
|
117283
|
+
},
|
|
117284
|
+
{
|
|
117285
|
+
"kind": "method",
|
|
117286
|
+
"name": "toggleState",
|
|
117287
|
+
"privacy": "protected",
|
|
117288
|
+
"return": {
|
|
117289
|
+
"type": {
|
|
117290
|
+
"text": "void"
|
|
117291
|
+
}
|
|
117292
|
+
},
|
|
117293
|
+
"parameters": [
|
|
117294
|
+
{
|
|
117295
|
+
"name": "value",
|
|
117296
|
+
"type": {
|
|
117297
|
+
"text": "string"
|
|
117298
|
+
}
|
|
117299
|
+
},
|
|
117300
|
+
{
|
|
117301
|
+
"name": "force",
|
|
117302
|
+
"optional": true,
|
|
117303
|
+
"type": {
|
|
117304
|
+
"text": "boolean"
|
|
117305
|
+
}
|
|
117306
|
+
}
|
|
117307
|
+
],
|
|
117308
|
+
"inheritedFrom": {
|
|
117309
|
+
"name": "SbbElement",
|
|
117310
|
+
"module": "core/base-elements/element.js"
|
|
117311
|
+
}
|
|
117312
|
+
},
|
|
117313
|
+
{
|
|
117314
|
+
"kind": "field",
|
|
117315
|
+
"name": "['_$sbbElement$']",
|
|
117316
|
+
"type": {
|
|
117317
|
+
"text": "boolean"
|
|
117318
|
+
},
|
|
117319
|
+
"privacy": "public",
|
|
117320
|
+
"static": true,
|
|
117321
|
+
"default": "true",
|
|
117322
|
+
"inheritedFrom": {
|
|
117323
|
+
"name": "SbbElement",
|
|
117324
|
+
"module": "core/base-elements/element.js"
|
|
117325
|
+
}
|
|
117326
|
+
},
|
|
117327
|
+
{
|
|
117328
|
+
"kind": "field",
|
|
117329
|
+
"name": "_controllers",
|
|
117330
|
+
"type": {
|
|
117331
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
117332
|
+
},
|
|
117333
|
+
"privacy": "private",
|
|
117334
|
+
"inheritedFrom": {
|
|
117335
|
+
"name": "SbbElement",
|
|
117336
|
+
"module": "core/base-elements/element.js"
|
|
117337
|
+
}
|
|
117338
|
+
}
|
|
117339
|
+
],
|
|
117340
|
+
"events": [
|
|
117341
|
+
{
|
|
117342
|
+
"name": "validate",
|
|
117343
|
+
"type": {
|
|
117344
|
+
"text": "CustomEvent<SbbStepValidateEventDetails>"
|
|
117345
|
+
},
|
|
117346
|
+
"description": "The validate event is dispatched when a step change is triggered. Can be canceled to abort the step change."
|
|
117347
|
+
}
|
|
117348
|
+
],
|
|
117349
|
+
"superclass": {
|
|
117350
|
+
"name": "SbbElement",
|
|
117351
|
+
"module": "core/base-elements.js"
|
|
117352
|
+
},
|
|
117353
|
+
"tagName": "sbb-step",
|
|
117354
|
+
"customElement": true
|
|
117355
|
+
}
|
|
117356
|
+
],
|
|
117357
|
+
"exports": [
|
|
117358
|
+
{
|
|
117359
|
+
"kind": "js",
|
|
117360
|
+
"name": "SbbStepElement",
|
|
117361
|
+
"declaration": {
|
|
117362
|
+
"name": "SbbStepElement",
|
|
117363
|
+
"module": "stepper/step/step.component.js"
|
|
117364
|
+
}
|
|
117365
|
+
}
|
|
117366
|
+
]
|
|
117367
|
+
},
|
|
117064
117368
|
{
|
|
117065
117369
|
"kind": "javascript-module",
|
|
117066
117370
|
"path": "stepper/step-label/step-label.component.js",
|
|
@@ -118023,310 +118327,6 @@
|
|
|
118023
118327
|
}
|
|
118024
118328
|
]
|
|
118025
118329
|
},
|
|
118026
|
-
{
|
|
118027
|
-
"kind": "javascript-module",
|
|
118028
|
-
"path": "stepper/step/step.component.js",
|
|
118029
|
-
"declarations": [
|
|
118030
|
-
{
|
|
118031
|
-
"kind": "class",
|
|
118032
|
-
"description": "Combined with a `sbb-stepper`, it displays a step's content.",
|
|
118033
|
-
"name": "SbbStepElement",
|
|
118034
|
-
"slots": [
|
|
118035
|
-
{
|
|
118036
|
-
"description": "Use the unnamed slot to provide content.",
|
|
118037
|
-
"name": ""
|
|
118038
|
-
}
|
|
118039
|
-
],
|
|
118040
|
-
"members": [
|
|
118041
|
-
{
|
|
118042
|
-
"kind": "field",
|
|
118043
|
-
"name": "elementName",
|
|
118044
|
-
"type": {
|
|
118045
|
-
"text": "string"
|
|
118046
|
-
},
|
|
118047
|
-
"privacy": "public",
|
|
118048
|
-
"static": true,
|
|
118049
|
-
"readonly": true,
|
|
118050
|
-
"default": "'sbb-step'",
|
|
118051
|
-
"inheritedFrom": {
|
|
118052
|
-
"name": "SbbElement",
|
|
118053
|
-
"module": "core/base-elements/element.js"
|
|
118054
|
-
}
|
|
118055
|
-
},
|
|
118056
|
-
{
|
|
118057
|
-
"kind": "field",
|
|
118058
|
-
"name": "role",
|
|
118059
|
-
"type": {
|
|
118060
|
-
"text": "string"
|
|
118061
|
-
},
|
|
118062
|
-
"privacy": "public",
|
|
118063
|
-
"static": true,
|
|
118064
|
-
"readonly": true,
|
|
118065
|
-
"default": "'tabpanel'"
|
|
118066
|
-
},
|
|
118067
|
-
{
|
|
118068
|
-
"kind": "field",
|
|
118069
|
-
"name": "events",
|
|
118070
|
-
"privacy": "public",
|
|
118071
|
-
"static": true,
|
|
118072
|
-
"readonly": true,
|
|
118073
|
-
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
118074
|
-
"type": {
|
|
118075
|
-
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
118076
|
-
}
|
|
118077
|
-
},
|
|
118078
|
-
{
|
|
118079
|
-
"kind": "field",
|
|
118080
|
-
"name": "_stepResizeObserver",
|
|
118081
|
-
"privacy": "private",
|
|
118082
|
-
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
|
|
118083
|
-
},
|
|
118084
|
-
{
|
|
118085
|
-
"kind": "field",
|
|
118086
|
-
"name": "label",
|
|
118087
|
-
"type": {
|
|
118088
|
-
"text": "SbbStepLabelElement | null"
|
|
118089
|
-
},
|
|
118090
|
-
"privacy": "public",
|
|
118091
|
-
"description": "The label of the step.",
|
|
118092
|
-
"readonly": true,
|
|
118093
|
-
"default": "null"
|
|
118094
|
-
},
|
|
118095
|
-
{
|
|
118096
|
-
"kind": "field",
|
|
118097
|
-
"name": "_label",
|
|
118098
|
-
"type": {
|
|
118099
|
-
"text": "SbbStepLabelElement | null"
|
|
118100
|
-
},
|
|
118101
|
-
"privacy": "private",
|
|
118102
|
-
"default": "null"
|
|
118103
|
-
},
|
|
118104
|
-
{
|
|
118105
|
-
"kind": "field",
|
|
118106
|
-
"name": "stepper",
|
|
118107
|
-
"type": {
|
|
118108
|
-
"text": "SbbStepperElement | null"
|
|
118109
|
-
},
|
|
118110
|
-
"privacy": "public",
|
|
118111
|
-
"readonly": true
|
|
118112
|
-
},
|
|
118113
|
-
{
|
|
118114
|
-
"kind": "field",
|
|
118115
|
-
"name": "_previousOrientation",
|
|
118116
|
-
"type": {
|
|
118117
|
-
"text": "string | undefined"
|
|
118118
|
-
},
|
|
118119
|
-
"privacy": "private"
|
|
118120
|
-
},
|
|
118121
|
-
{
|
|
118122
|
-
"kind": "method",
|
|
118123
|
-
"name": "_handleClick",
|
|
118124
|
-
"privacy": "private",
|
|
118125
|
-
"return": {
|
|
118126
|
-
"type": {
|
|
118127
|
-
"text": "void"
|
|
118128
|
-
}
|
|
118129
|
-
},
|
|
118130
|
-
"parameters": [
|
|
118131
|
-
{
|
|
118132
|
-
"name": "event",
|
|
118133
|
-
"type": {
|
|
118134
|
-
"text": "Event"
|
|
118135
|
-
}
|
|
118136
|
-
}
|
|
118137
|
-
],
|
|
118138
|
-
"description": "Watches for clicked elements with `sbb-stepper-next` or `sbb-stepper-previous` attributes."
|
|
118139
|
-
},
|
|
118140
|
-
{
|
|
118141
|
-
"kind": "method",
|
|
118142
|
-
"name": "_isGoNextElement",
|
|
118143
|
-
"privacy": "private",
|
|
118144
|
-
"return": {
|
|
118145
|
-
"type": {
|
|
118146
|
-
"text": "boolean"
|
|
118147
|
-
}
|
|
118148
|
-
},
|
|
118149
|
-
"parameters": [
|
|
118150
|
-
{
|
|
118151
|
-
"name": "element",
|
|
118152
|
-
"type": {
|
|
118153
|
-
"text": "HTMLElement"
|
|
118154
|
-
}
|
|
118155
|
-
}
|
|
118156
|
-
]
|
|
118157
|
-
},
|
|
118158
|
-
{
|
|
118159
|
-
"kind": "method",
|
|
118160
|
-
"name": "_isGoPreviousElement",
|
|
118161
|
-
"privacy": "private",
|
|
118162
|
-
"return": {
|
|
118163
|
-
"type": {
|
|
118164
|
-
"text": "boolean"
|
|
118165
|
-
}
|
|
118166
|
-
},
|
|
118167
|
-
"parameters": [
|
|
118168
|
-
{
|
|
118169
|
-
"name": "element",
|
|
118170
|
-
"type": {
|
|
118171
|
-
"text": "HTMLElement"
|
|
118172
|
-
}
|
|
118173
|
-
}
|
|
118174
|
-
]
|
|
118175
|
-
},
|
|
118176
|
-
{
|
|
118177
|
-
"kind": "method",
|
|
118178
|
-
"name": "_onStepElementResize",
|
|
118179
|
-
"privacy": "private",
|
|
118180
|
-
"return": {
|
|
118181
|
-
"type": {
|
|
118182
|
-
"text": "void"
|
|
118183
|
-
}
|
|
118184
|
-
}
|
|
118185
|
-
},
|
|
118186
|
-
{
|
|
118187
|
-
"kind": "method",
|
|
118188
|
-
"name": "_assignLabel",
|
|
118189
|
-
"privacy": "private",
|
|
118190
|
-
"return": {
|
|
118191
|
-
"type": {
|
|
118192
|
-
"text": "void"
|
|
118193
|
-
}
|
|
118194
|
-
}
|
|
118195
|
-
},
|
|
118196
|
-
{
|
|
118197
|
-
"kind": "field",
|
|
118198
|
-
"name": "_hydrationRequired",
|
|
118199
|
-
"type": {
|
|
118200
|
-
"text": "boolean"
|
|
118201
|
-
},
|
|
118202
|
-
"privacy": "private",
|
|
118203
|
-
"default": "!!this.shadowRoot",
|
|
118204
|
-
"inheritedFrom": {
|
|
118205
|
-
"name": "SbbElement",
|
|
118206
|
-
"module": "core/base-elements/element.js"
|
|
118207
|
-
}
|
|
118208
|
-
},
|
|
118209
|
-
{
|
|
118210
|
-
"kind": "field",
|
|
118211
|
-
"name": "_hydrationComplete",
|
|
118212
|
-
"privacy": "private",
|
|
118213
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
118214
|
-
"inheritedFrom": {
|
|
118215
|
-
"name": "SbbElement",
|
|
118216
|
-
"module": "core/base-elements/element.js"
|
|
118217
|
-
}
|
|
118218
|
-
},
|
|
118219
|
-
{
|
|
118220
|
-
"kind": "field",
|
|
118221
|
-
"name": "_resolveHydration",
|
|
118222
|
-
"type": {
|
|
118223
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
118224
|
-
},
|
|
118225
|
-
"privacy": "private",
|
|
118226
|
-
"inheritedFrom": {
|
|
118227
|
-
"name": "SbbElement",
|
|
118228
|
-
"module": "core/base-elements/element.js"
|
|
118229
|
-
}
|
|
118230
|
-
},
|
|
118231
|
-
{
|
|
118232
|
-
"kind": "field",
|
|
118233
|
-
"name": "hydrationRequired",
|
|
118234
|
-
"type": {
|
|
118235
|
-
"text": "boolean"
|
|
118236
|
-
},
|
|
118237
|
-
"privacy": "protected",
|
|
118238
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
118239
|
-
"readonly": true,
|
|
118240
|
-
"inheritedFrom": {
|
|
118241
|
-
"name": "SbbElement",
|
|
118242
|
-
"module": "core/base-elements/element.js"
|
|
118243
|
-
},
|
|
118244
|
-
"default": "!!this.shadowRoot"
|
|
118245
|
-
},
|
|
118246
|
-
{
|
|
118247
|
-
"kind": "method",
|
|
118248
|
-
"name": "toggleState",
|
|
118249
|
-
"privacy": "protected",
|
|
118250
|
-
"return": {
|
|
118251
|
-
"type": {
|
|
118252
|
-
"text": "void"
|
|
118253
|
-
}
|
|
118254
|
-
},
|
|
118255
|
-
"parameters": [
|
|
118256
|
-
{
|
|
118257
|
-
"name": "value",
|
|
118258
|
-
"type": {
|
|
118259
|
-
"text": "string"
|
|
118260
|
-
}
|
|
118261
|
-
},
|
|
118262
|
-
{
|
|
118263
|
-
"name": "force",
|
|
118264
|
-
"optional": true,
|
|
118265
|
-
"type": {
|
|
118266
|
-
"text": "boolean"
|
|
118267
|
-
}
|
|
118268
|
-
}
|
|
118269
|
-
],
|
|
118270
|
-
"inheritedFrom": {
|
|
118271
|
-
"name": "SbbElement",
|
|
118272
|
-
"module": "core/base-elements/element.js"
|
|
118273
|
-
}
|
|
118274
|
-
},
|
|
118275
|
-
{
|
|
118276
|
-
"kind": "field",
|
|
118277
|
-
"name": "['_$sbbElement$']",
|
|
118278
|
-
"type": {
|
|
118279
|
-
"text": "boolean"
|
|
118280
|
-
},
|
|
118281
|
-
"privacy": "public",
|
|
118282
|
-
"static": true,
|
|
118283
|
-
"default": "true",
|
|
118284
|
-
"inheritedFrom": {
|
|
118285
|
-
"name": "SbbElement",
|
|
118286
|
-
"module": "core/base-elements/element.js"
|
|
118287
|
-
}
|
|
118288
|
-
},
|
|
118289
|
-
{
|
|
118290
|
-
"kind": "field",
|
|
118291
|
-
"name": "_controllers",
|
|
118292
|
-
"type": {
|
|
118293
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
118294
|
-
},
|
|
118295
|
-
"privacy": "private",
|
|
118296
|
-
"inheritedFrom": {
|
|
118297
|
-
"name": "SbbElement",
|
|
118298
|
-
"module": "core/base-elements/element.js"
|
|
118299
|
-
}
|
|
118300
|
-
}
|
|
118301
|
-
],
|
|
118302
|
-
"events": [
|
|
118303
|
-
{
|
|
118304
|
-
"name": "validate",
|
|
118305
|
-
"type": {
|
|
118306
|
-
"text": "CustomEvent<SbbStepValidateEventDetails>"
|
|
118307
|
-
},
|
|
118308
|
-
"description": "The validate event is dispatched when a step change is triggered. Can be canceled to abort the step change."
|
|
118309
|
-
}
|
|
118310
|
-
],
|
|
118311
|
-
"superclass": {
|
|
118312
|
-
"name": "SbbElement",
|
|
118313
|
-
"module": "core/base-elements.js"
|
|
118314
|
-
},
|
|
118315
|
-
"tagName": "sbb-step",
|
|
118316
|
-
"customElement": true
|
|
118317
|
-
}
|
|
118318
|
-
],
|
|
118319
|
-
"exports": [
|
|
118320
|
-
{
|
|
118321
|
-
"kind": "js",
|
|
118322
|
-
"name": "SbbStepElement",
|
|
118323
|
-
"declaration": {
|
|
118324
|
-
"name": "SbbStepElement",
|
|
118325
|
-
"module": "stepper/step/step.component.js"
|
|
118326
|
-
}
|
|
118327
|
-
}
|
|
118328
|
-
]
|
|
118329
|
-
},
|
|
118330
118330
|
{
|
|
118331
118331
|
"kind": "javascript-module",
|
|
118332
118332
|
"path": "stepper/stepper/stepper.component.js",
|
|
@@ -127035,155 +127035,6 @@
|
|
|
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
|
-
},
|
|
127187
127038
|
{
|
|
127188
127039
|
"kind": "javascript-module",
|
|
127189
127040
|
"path": "train/train-formation/train-formation.component.js",
|
|
@@ -127965,6 +127816,155 @@
|
|
|
127965
127816
|
}
|
|
127966
127817
|
}
|
|
127967
127818
|
]
|
|
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
|
}
|