@sbb-esta/lyne-elements-dev 4.7.0-dev.1773393164 → 4.7.0-dev.1773396933
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 +10 -0
- package/core.css +14 -0
- package/custom-elements.json +444 -444
- package/development/loading-indicator/loading-indicator.component.d.ts.map +1 -1
- package/development/loading-indicator/loading-indicator.component.js +22 -27
- package/development/loading-indicator-circle/loading-indicator-circle.component.d.ts.map +1 -1
- package/development/loading-indicator-circle/loading-indicator-circle.component.js +6 -21
- package/loading-indicator/loading-indicator.component.js +13 -15
- package/loading-indicator-circle/loading-indicator-circle.component.js +14 -16
- package/off-brand-theme.css +14 -0
- package/package.json +2 -2
- package/safety-theme.css +14 -0
- package/standard-theme.css +14 -0
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",
|
|
@@ -32559,6 +32146,419 @@
|
|
|
32559
32146
|
}
|
|
32560
32147
|
]
|
|
32561
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",
|
|
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",
|
|
@@ -114692,6 +114692,37 @@
|
|
|
114692
114692
|
}
|
|
114693
114693
|
]
|
|
114694
114694
|
},
|
|
114695
|
+
{
|
|
114696
|
+
"kind": "javascript-module",
|
|
114697
|
+
"path": "sidebar/common/styles.js",
|
|
114698
|
+
"declarations": [],
|
|
114699
|
+
"exports": [
|
|
114700
|
+
{
|
|
114701
|
+
"kind": "js",
|
|
114702
|
+
"name": "sidebarContainerCommonStyle",
|
|
114703
|
+
"declaration": {
|
|
114704
|
+
"name": "default",
|
|
114705
|
+
"module": "./sidebar-container-common.scss?lit&inline"
|
|
114706
|
+
}
|
|
114707
|
+
},
|
|
114708
|
+
{
|
|
114709
|
+
"kind": "js",
|
|
114710
|
+
"name": "sidebarContentCommonStyle",
|
|
114711
|
+
"declaration": {
|
|
114712
|
+
"name": "default",
|
|
114713
|
+
"module": "./sidebar-content-common.scss?lit&inline"
|
|
114714
|
+
}
|
|
114715
|
+
},
|
|
114716
|
+
{
|
|
114717
|
+
"kind": "js",
|
|
114718
|
+
"name": "iconSidebarButtonCommonStyle",
|
|
114719
|
+
"declaration": {
|
|
114720
|
+
"name": "default",
|
|
114721
|
+
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
114722
|
+
}
|
|
114723
|
+
}
|
|
114724
|
+
]
|
|
114725
|
+
},
|
|
114695
114726
|
{
|
|
114696
114727
|
"kind": "javascript-module",
|
|
114697
114728
|
"path": "sidebar/sidebar/sidebar.component.js",
|
|
@@ -115423,37 +115454,6 @@
|
|
|
115423
115454
|
}
|
|
115424
115455
|
]
|
|
115425
115456
|
},
|
|
115426
|
-
{
|
|
115427
|
-
"kind": "javascript-module",
|
|
115428
|
-
"path": "sidebar/common/styles.js",
|
|
115429
|
-
"declarations": [],
|
|
115430
|
-
"exports": [
|
|
115431
|
-
{
|
|
115432
|
-
"kind": "js",
|
|
115433
|
-
"name": "sidebarContainerCommonStyle",
|
|
115434
|
-
"declaration": {
|
|
115435
|
-
"name": "default",
|
|
115436
|
-
"module": "./sidebar-container-common.scss?lit&inline"
|
|
115437
|
-
}
|
|
115438
|
-
},
|
|
115439
|
-
{
|
|
115440
|
-
"kind": "js",
|
|
115441
|
-
"name": "sidebarContentCommonStyle",
|
|
115442
|
-
"declaration": {
|
|
115443
|
-
"name": "default",
|
|
115444
|
-
"module": "./sidebar-content-common.scss?lit&inline"
|
|
115445
|
-
}
|
|
115446
|
-
},
|
|
115447
|
-
{
|
|
115448
|
-
"kind": "js",
|
|
115449
|
-
"name": "iconSidebarButtonCommonStyle",
|
|
115450
|
-
"declaration": {
|
|
115451
|
-
"name": "default",
|
|
115452
|
-
"module": "./icon-sidebar-button-common.scss?lit&inline"
|
|
115453
|
-
}
|
|
115454
|
-
}
|
|
115455
|
-
]
|
|
115456
|
-
},
|
|
115457
115457
|
{
|
|
115458
115458
|
"kind": "javascript-module",
|
|
115459
115459
|
"path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
|