@sbb-esta/lyne-elements-dev 4.7.0-dev.1773219716 → 4.7.0-dev.1773234121

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.
@@ -30975,6 +30975,419 @@
30975
30975
  }
30976
30976
  ]
30977
30977
  },
30978
+ {
30979
+ "kind": "javascript-module",
30980
+ "path": "timetable-occupancy-icon/timetable-occupancy-icon.component.js",
30981
+ "declarations": [
30982
+ {
30983
+ "kind": "class",
30984
+ "description": "It displays a wagon's occupancy icon.",
30985
+ "name": "SbbTimetableOccupancyIconElement",
30986
+ "members": [
30987
+ {
30988
+ "kind": "field",
30989
+ "name": "elementName",
30990
+ "type": {
30991
+ "text": "string"
30992
+ },
30993
+ "privacy": "public",
30994
+ "static": true,
30995
+ "readonly": true,
30996
+ "inheritedFrom": {
30997
+ "name": "SbbElement",
30998
+ "module": "core/base-elements/element.js"
30999
+ },
31000
+ "default": "'sbb-timetable-occupancy-icon'"
31001
+ },
31002
+ {
31003
+ "kind": "field",
31004
+ "name": "occupancy",
31005
+ "type": {
31006
+ "text": "SbbOccupancy"
31007
+ },
31008
+ "privacy": "public",
31009
+ "default": "'none'",
31010
+ "description": "Wagon occupancy.",
31011
+ "attribute": "occupancy"
31012
+ },
31013
+ {
31014
+ "kind": "field",
31015
+ "name": "_language",
31016
+ "privacy": "private"
31017
+ },
31018
+ {
31019
+ "kind": "field",
31020
+ "name": "_mediaMatcher",
31021
+ "privacy": "private",
31022
+ "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryForcedColors]: (matches) => { this._forcedColors = matches; this._setNameAndAriaLabel(); }, })"
31023
+ },
31024
+ {
31025
+ "kind": "field",
31026
+ "name": "_darkModeController",
31027
+ "privacy": "private",
31028
+ "default": "new SbbDarkModeController(this, () => this._setNameAndAriaLabel())"
31029
+ },
31030
+ {
31031
+ "kind": "field",
31032
+ "name": "_forcedColors",
31033
+ "type": {
31034
+ "text": "boolean"
31035
+ },
31036
+ "privacy": "private"
31037
+ },
31038
+ {
31039
+ "kind": "method",
31040
+ "name": "_setNameAndAriaLabel",
31041
+ "privacy": "private",
31042
+ "return": {
31043
+ "type": {
31044
+ "text": "Promise<void>"
31045
+ }
31046
+ }
31047
+ },
31048
+ {
31049
+ "kind": "method",
31050
+ "name": "fetchSvgIcon",
31051
+ "privacy": "protected",
31052
+ "return": {
31053
+ "type": {
31054
+ "text": "Promise<string>"
31055
+ }
31056
+ },
31057
+ "parameters": [
31058
+ {
31059
+ "name": "namespace",
31060
+ "type": {
31061
+ "text": "string"
31062
+ }
31063
+ },
31064
+ {
31065
+ "name": "name",
31066
+ "type": {
31067
+ "text": "string"
31068
+ }
31069
+ }
31070
+ ],
31071
+ "inheritedFrom": {
31072
+ "name": "SbbIconBase",
31073
+ "module": "icon/icon-base.js"
31074
+ }
31075
+ },
31076
+ {
31077
+ "kind": "method",
31078
+ "name": "_setAriaLabel",
31079
+ "privacy": "private",
31080
+ "return": {
31081
+ "type": {
31082
+ "text": "void"
31083
+ }
31084
+ }
31085
+ },
31086
+ {
31087
+ "kind": "field",
31088
+ "name": "negative",
31089
+ "type": {
31090
+ "text": "boolean"
31091
+ },
31092
+ "privacy": "public",
31093
+ "default": "false",
31094
+ "description": "Negative coloring variant flag.",
31095
+ "attribute": "negative",
31096
+ "reflects": true,
31097
+ "inheritedFrom": {
31098
+ "name": "SbbNegativeMixin",
31099
+ "module": "core/mixins/negative-mixin.js"
31100
+ }
31101
+ },
31102
+ {
31103
+ "kind": "field",
31104
+ "name": "role",
31105
+ "type": {
31106
+ "text": "string"
31107
+ },
31108
+ "privacy": "public",
31109
+ "static": true,
31110
+ "readonly": true,
31111
+ "default": "'img'",
31112
+ "inheritedFrom": {
31113
+ "name": "SbbIconBase",
31114
+ "module": "icon/icon-base.js"
31115
+ }
31116
+ },
31117
+ {
31118
+ "kind": "field",
31119
+ "name": "_svgNamespace",
31120
+ "privacy": "private",
31121
+ "default": "'default'",
31122
+ "type": {
31123
+ "text": "string"
31124
+ },
31125
+ "inheritedFrom": {
31126
+ "name": "SbbIconBase",
31127
+ "module": "icon/icon-base.js"
31128
+ }
31129
+ },
31130
+ {
31131
+ "kind": "field",
31132
+ "name": "_svgIcon",
31133
+ "type": {
31134
+ "text": "Promise<DirectiveResult<typeof UnsafeHTMLDirective>> | null"
31135
+ },
31136
+ "privacy": "private",
31137
+ "default": "null",
31138
+ "description": "The icon svg content rendered on the page: <svg>...</svg>.",
31139
+ "inheritedFrom": {
31140
+ "name": "SbbIconBase",
31141
+ "module": "icon/icon-base.js"
31142
+ }
31143
+ },
31144
+ {
31145
+ "kind": "field",
31146
+ "name": "noSanitize",
31147
+ "type": {
31148
+ "text": "boolean"
31149
+ },
31150
+ "privacy": "public",
31151
+ "default": "false",
31152
+ "description": "When set to `true`, SVG content that is HTTP fetched will not be checked\nif the response SVG content has any `<script>` elements, or any attributes\nthat start with `on`, such as `onclick`.",
31153
+ "attribute": "no-sanitize",
31154
+ "inheritedFrom": {
31155
+ "name": "SbbIconBase",
31156
+ "module": "icon/icon-base.js"
31157
+ }
31158
+ },
31159
+ {
31160
+ "kind": "method",
31161
+ "name": "loadSvgIcon",
31162
+ "privacy": "protected",
31163
+ "return": {
31164
+ "type": {
31165
+ "text": "Promise<void>"
31166
+ }
31167
+ },
31168
+ "parameters": [
31169
+ {
31170
+ "name": "iconName",
31171
+ "type": {
31172
+ "text": "string"
31173
+ }
31174
+ }
31175
+ ],
31176
+ "inheritedFrom": {
31177
+ "name": "SbbIconBase",
31178
+ "module": "icon/icon-base.js"
31179
+ }
31180
+ },
31181
+ {
31182
+ "kind": "method",
31183
+ "name": "_splitIconName",
31184
+ "privacy": "private",
31185
+ "return": {
31186
+ "type": {
31187
+ "text": "[string, string]"
31188
+ }
31189
+ },
31190
+ "parameters": [
31191
+ {
31192
+ "name": "iconName",
31193
+ "type": {
31194
+ "text": "string"
31195
+ }
31196
+ }
31197
+ ],
31198
+ "inheritedFrom": {
31199
+ "name": "SbbIconBase",
31200
+ "module": "icon/icon-base.js"
31201
+ }
31202
+ },
31203
+ {
31204
+ "kind": "field",
31205
+ "name": "_hydrationRequired",
31206
+ "type": {
31207
+ "text": "boolean"
31208
+ },
31209
+ "privacy": "private",
31210
+ "default": "!!this.shadowRoot",
31211
+ "inheritedFrom": {
31212
+ "name": "SbbHydrationMixin",
31213
+ "module": "core/mixins/hydration-mixin.js"
31214
+ }
31215
+ },
31216
+ {
31217
+ "kind": "field",
31218
+ "name": "_hydrationComplete",
31219
+ "privacy": "private",
31220
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
31221
+ "inheritedFrom": {
31222
+ "name": "SbbHydrationMixin",
31223
+ "module": "core/mixins/hydration-mixin.js"
31224
+ }
31225
+ },
31226
+ {
31227
+ "kind": "field",
31228
+ "name": "_resolveHydration",
31229
+ "type": {
31230
+ "text": "(hydrationRequired: boolean) => void"
31231
+ },
31232
+ "privacy": "private",
31233
+ "inheritedFrom": {
31234
+ "name": "SbbHydrationMixin",
31235
+ "module": "core/mixins/hydration-mixin.js"
31236
+ }
31237
+ },
31238
+ {
31239
+ "kind": "field",
31240
+ "name": "hydrationRequired",
31241
+ "type": {
31242
+ "text": "boolean"
31243
+ },
31244
+ "privacy": "protected",
31245
+ "description": "Returns whether hydration is required and not completed.",
31246
+ "readonly": true,
31247
+ "inheritedFrom": {
31248
+ "name": "SbbHydrationMixin",
31249
+ "module": "core/mixins/hydration-mixin.js"
31250
+ },
31251
+ "default": "!!this.shadowRoot"
31252
+ },
31253
+ {
31254
+ "kind": "method",
31255
+ "name": "toggleState",
31256
+ "privacy": "protected",
31257
+ "return": {
31258
+ "type": {
31259
+ "text": "void"
31260
+ }
31261
+ },
31262
+ "parameters": [
31263
+ {
31264
+ "name": "value",
31265
+ "type": {
31266
+ "text": "string"
31267
+ }
31268
+ },
31269
+ {
31270
+ "name": "force",
31271
+ "optional": true,
31272
+ "type": {
31273
+ "text": "boolean"
31274
+ }
31275
+ }
31276
+ ],
31277
+ "inheritedFrom": {
31278
+ "name": "SbbElementInternalsMixin",
31279
+ "module": "core/mixins/element-internals-mixin.js"
31280
+ }
31281
+ },
31282
+ {
31283
+ "kind": "field",
31284
+ "name": "['_$sbbElement$']",
31285
+ "type": {
31286
+ "text": "boolean"
31287
+ },
31288
+ "privacy": "public",
31289
+ "static": true,
31290
+ "default": "true",
31291
+ "inheritedFrom": {
31292
+ "name": "SbbElement",
31293
+ "module": "core/base-elements/element.js"
31294
+ }
31295
+ },
31296
+ {
31297
+ "kind": "field",
31298
+ "name": "_controllers",
31299
+ "type": {
31300
+ "text": "Set<SbbReactiveController> | undefined"
31301
+ },
31302
+ "privacy": "private",
31303
+ "inheritedFrom": {
31304
+ "name": "SbbElement",
31305
+ "module": "core/base-elements/element.js"
31306
+ }
31307
+ }
31308
+ ],
31309
+ "attributes": [
31310
+ {
31311
+ "name": "occupancy",
31312
+ "type": {
31313
+ "text": "SbbOccupancy"
31314
+ },
31315
+ "default": "'none'",
31316
+ "description": "Wagon occupancy.",
31317
+ "fieldName": "occupancy"
31318
+ },
31319
+ {
31320
+ "name": "negative",
31321
+ "type": {
31322
+ "text": "boolean"
31323
+ },
31324
+ "default": "false",
31325
+ "description": "Negative coloring variant flag.",
31326
+ "fieldName": "negative",
31327
+ "inheritedFrom": {
31328
+ "name": "SbbNegativeMixin",
31329
+ "module": "core/mixins/negative-mixin.js"
31330
+ }
31331
+ },
31332
+ {
31333
+ "name": "no-sanitize",
31334
+ "type": {
31335
+ "text": "boolean"
31336
+ },
31337
+ "default": "false",
31338
+ "description": "When set to `true`, SVG content that is HTTP fetched will not be checked\nif the response SVG content has any `<script>` elements, or any attributes\nthat start with `on`, such as `onclick`.",
31339
+ "fieldName": "noSanitize",
31340
+ "inheritedFrom": {
31341
+ "name": "SbbIconBase",
31342
+ "module": "icon/icon-base.js"
31343
+ }
31344
+ }
31345
+ ],
31346
+ "mixins": [
31347
+ {
31348
+ "name": "SbbNegativeMixin",
31349
+ "module": "core/mixins.js"
31350
+ }
31351
+ ],
31352
+ "superclass": {
31353
+ "name": "SbbIconBase",
31354
+ "module": "icon.js"
31355
+ },
31356
+ "tagName": "sbb-timetable-occupancy-icon",
31357
+ "customElement": true,
31358
+ "cssProperties": [
31359
+ {
31360
+ "description": "Can be used to set a custom width.",
31361
+ "name": "--sbb-icon-svg-width",
31362
+ "default": "auto",
31363
+ "inheritedFrom": {
31364
+ "name": "SbbIconBase",
31365
+ "module": "icon/icon-base.js"
31366
+ }
31367
+ },
31368
+ {
31369
+ "description": "Can be used to set a custom height.",
31370
+ "name": "--sbb-icon-svg-height",
31371
+ "default": "auto",
31372
+ "inheritedFrom": {
31373
+ "name": "SbbIconBase",
31374
+ "module": "icon/icon-base.js"
31375
+ }
31376
+ }
31377
+ ]
31378
+ }
31379
+ ],
31380
+ "exports": [
31381
+ {
31382
+ "kind": "js",
31383
+ "name": "SbbTimetableOccupancyIconElement",
31384
+ "declaration": {
31385
+ "name": "SbbTimetableOccupancyIconElement",
31386
+ "module": "timetable-occupancy-icon/timetable-occupancy-icon.component.js"
31387
+ }
31388
+ }
31389
+ ]
31390
+ },
30978
31391
  {
30979
31392
  "kind": "javascript-module",
30980
31393
  "path": "title/title-base.js",
@@ -32146,419 +32559,6 @@
32146
32559
  }
32147
32560
  ]
32148
32561
  },
32149
- {
32150
- "kind": "javascript-module",
32151
- "path": "timetable-occupancy-icon/timetable-occupancy-icon.component.js",
32152
- "declarations": [
32153
- {
32154
- "kind": "class",
32155
- "description": "It displays a wagon's occupancy icon.",
32156
- "name": "SbbTimetableOccupancyIconElement",
32157
- "members": [
32158
- {
32159
- "kind": "field",
32160
- "name": "elementName",
32161
- "type": {
32162
- "text": "string"
32163
- },
32164
- "privacy": "public",
32165
- "static": true,
32166
- "readonly": true,
32167
- "inheritedFrom": {
32168
- "name": "SbbElement",
32169
- "module": "core/base-elements/element.js"
32170
- },
32171
- "default": "'sbb-timetable-occupancy-icon'"
32172
- },
32173
- {
32174
- "kind": "field",
32175
- "name": "occupancy",
32176
- "type": {
32177
- "text": "SbbOccupancy"
32178
- },
32179
- "privacy": "public",
32180
- "default": "'none'",
32181
- "description": "Wagon occupancy.",
32182
- "attribute": "occupancy"
32183
- },
32184
- {
32185
- "kind": "field",
32186
- "name": "_language",
32187
- "privacy": "private"
32188
- },
32189
- {
32190
- "kind": "field",
32191
- "name": "_mediaMatcher",
32192
- "privacy": "private",
32193
- "default": "new SbbMediaMatcherController(this, { [SbbMediaQueryForcedColors]: (matches) => { this._forcedColors = matches; this._setNameAndAriaLabel(); }, })"
32194
- },
32195
- {
32196
- "kind": "field",
32197
- "name": "_darkModeController",
32198
- "privacy": "private",
32199
- "default": "new SbbDarkModeController(this, () => this._setNameAndAriaLabel())"
32200
- },
32201
- {
32202
- "kind": "field",
32203
- "name": "_forcedColors",
32204
- "type": {
32205
- "text": "boolean"
32206
- },
32207
- "privacy": "private"
32208
- },
32209
- {
32210
- "kind": "method",
32211
- "name": "_setNameAndAriaLabel",
32212
- "privacy": "private",
32213
- "return": {
32214
- "type": {
32215
- "text": "Promise<void>"
32216
- }
32217
- }
32218
- },
32219
- {
32220
- "kind": "method",
32221
- "name": "fetchSvgIcon",
32222
- "privacy": "protected",
32223
- "return": {
32224
- "type": {
32225
- "text": "Promise<string>"
32226
- }
32227
- },
32228
- "parameters": [
32229
- {
32230
- "name": "namespace",
32231
- "type": {
32232
- "text": "string"
32233
- }
32234
- },
32235
- {
32236
- "name": "name",
32237
- "type": {
32238
- "text": "string"
32239
- }
32240
- }
32241
- ],
32242
- "inheritedFrom": {
32243
- "name": "SbbIconBase",
32244
- "module": "icon/icon-base.js"
32245
- }
32246
- },
32247
- {
32248
- "kind": "method",
32249
- "name": "_setAriaLabel",
32250
- "privacy": "private",
32251
- "return": {
32252
- "type": {
32253
- "text": "void"
32254
- }
32255
- }
32256
- },
32257
- {
32258
- "kind": "field",
32259
- "name": "negative",
32260
- "type": {
32261
- "text": "boolean"
32262
- },
32263
- "privacy": "public",
32264
- "default": "false",
32265
- "description": "Negative coloring variant flag.",
32266
- "attribute": "negative",
32267
- "reflects": true,
32268
- "inheritedFrom": {
32269
- "name": "SbbNegativeMixin",
32270
- "module": "core/mixins/negative-mixin.js"
32271
- }
32272
- },
32273
- {
32274
- "kind": "field",
32275
- "name": "role",
32276
- "type": {
32277
- "text": "string"
32278
- },
32279
- "privacy": "public",
32280
- "static": true,
32281
- "readonly": true,
32282
- "default": "'img'",
32283
- "inheritedFrom": {
32284
- "name": "SbbIconBase",
32285
- "module": "icon/icon-base.js"
32286
- }
32287
- },
32288
- {
32289
- "kind": "field",
32290
- "name": "_svgNamespace",
32291
- "privacy": "private",
32292
- "default": "'default'",
32293
- "type": {
32294
- "text": "string"
32295
- },
32296
- "inheritedFrom": {
32297
- "name": "SbbIconBase",
32298
- "module": "icon/icon-base.js"
32299
- }
32300
- },
32301
- {
32302
- "kind": "field",
32303
- "name": "_svgIcon",
32304
- "type": {
32305
- "text": "Promise<DirectiveResult<typeof UnsafeHTMLDirective>> | null"
32306
- },
32307
- "privacy": "private",
32308
- "default": "null",
32309
- "description": "The icon svg content rendered on the page: <svg>...</svg>.",
32310
- "inheritedFrom": {
32311
- "name": "SbbIconBase",
32312
- "module": "icon/icon-base.js"
32313
- }
32314
- },
32315
- {
32316
- "kind": "field",
32317
- "name": "noSanitize",
32318
- "type": {
32319
- "text": "boolean"
32320
- },
32321
- "privacy": "public",
32322
- "default": "false",
32323
- "description": "When set to `true`, SVG content that is HTTP fetched will not be checked\nif the response SVG content has any `<script>` elements, or any attributes\nthat start with `on`, such as `onclick`.",
32324
- "attribute": "no-sanitize",
32325
- "inheritedFrom": {
32326
- "name": "SbbIconBase",
32327
- "module": "icon/icon-base.js"
32328
- }
32329
- },
32330
- {
32331
- "kind": "method",
32332
- "name": "loadSvgIcon",
32333
- "privacy": "protected",
32334
- "return": {
32335
- "type": {
32336
- "text": "Promise<void>"
32337
- }
32338
- },
32339
- "parameters": [
32340
- {
32341
- "name": "iconName",
32342
- "type": {
32343
- "text": "string"
32344
- }
32345
- }
32346
- ],
32347
- "inheritedFrom": {
32348
- "name": "SbbIconBase",
32349
- "module": "icon/icon-base.js"
32350
- }
32351
- },
32352
- {
32353
- "kind": "method",
32354
- "name": "_splitIconName",
32355
- "privacy": "private",
32356
- "return": {
32357
- "type": {
32358
- "text": "[string, string]"
32359
- }
32360
- },
32361
- "parameters": [
32362
- {
32363
- "name": "iconName",
32364
- "type": {
32365
- "text": "string"
32366
- }
32367
- }
32368
- ],
32369
- "inheritedFrom": {
32370
- "name": "SbbIconBase",
32371
- "module": "icon/icon-base.js"
32372
- }
32373
- },
32374
- {
32375
- "kind": "field",
32376
- "name": "_hydrationRequired",
32377
- "type": {
32378
- "text": "boolean"
32379
- },
32380
- "privacy": "private",
32381
- "default": "!!this.shadowRoot",
32382
- "inheritedFrom": {
32383
- "name": "SbbHydrationMixin",
32384
- "module": "core/mixins/hydration-mixin.js"
32385
- }
32386
- },
32387
- {
32388
- "kind": "field",
32389
- "name": "_hydrationComplete",
32390
- "privacy": "private",
32391
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
32392
- "inheritedFrom": {
32393
- "name": "SbbHydrationMixin",
32394
- "module": "core/mixins/hydration-mixin.js"
32395
- }
32396
- },
32397
- {
32398
- "kind": "field",
32399
- "name": "_resolveHydration",
32400
- "type": {
32401
- "text": "(hydrationRequired: boolean) => void"
32402
- },
32403
- "privacy": "private",
32404
- "inheritedFrom": {
32405
- "name": "SbbHydrationMixin",
32406
- "module": "core/mixins/hydration-mixin.js"
32407
- }
32408
- },
32409
- {
32410
- "kind": "field",
32411
- "name": "hydrationRequired",
32412
- "type": {
32413
- "text": "boolean"
32414
- },
32415
- "privacy": "protected",
32416
- "description": "Returns whether hydration is required and not completed.",
32417
- "readonly": true,
32418
- "inheritedFrom": {
32419
- "name": "SbbHydrationMixin",
32420
- "module": "core/mixins/hydration-mixin.js"
32421
- },
32422
- "default": "!!this.shadowRoot"
32423
- },
32424
- {
32425
- "kind": "method",
32426
- "name": "toggleState",
32427
- "privacy": "protected",
32428
- "return": {
32429
- "type": {
32430
- "text": "void"
32431
- }
32432
- },
32433
- "parameters": [
32434
- {
32435
- "name": "value",
32436
- "type": {
32437
- "text": "string"
32438
- }
32439
- },
32440
- {
32441
- "name": "force",
32442
- "optional": true,
32443
- "type": {
32444
- "text": "boolean"
32445
- }
32446
- }
32447
- ],
32448
- "inheritedFrom": {
32449
- "name": "SbbElementInternalsMixin",
32450
- "module": "core/mixins/element-internals-mixin.js"
32451
- }
32452
- },
32453
- {
32454
- "kind": "field",
32455
- "name": "['_$sbbElement$']",
32456
- "type": {
32457
- "text": "boolean"
32458
- },
32459
- "privacy": "public",
32460
- "static": true,
32461
- "default": "true",
32462
- "inheritedFrom": {
32463
- "name": "SbbElement",
32464
- "module": "core/base-elements/element.js"
32465
- }
32466
- },
32467
- {
32468
- "kind": "field",
32469
- "name": "_controllers",
32470
- "type": {
32471
- "text": "Set<SbbReactiveController> | undefined"
32472
- },
32473
- "privacy": "private",
32474
- "inheritedFrom": {
32475
- "name": "SbbElement",
32476
- "module": "core/base-elements/element.js"
32477
- }
32478
- }
32479
- ],
32480
- "attributes": [
32481
- {
32482
- "name": "occupancy",
32483
- "type": {
32484
- "text": "SbbOccupancy"
32485
- },
32486
- "default": "'none'",
32487
- "description": "Wagon occupancy.",
32488
- "fieldName": "occupancy"
32489
- },
32490
- {
32491
- "name": "negative",
32492
- "type": {
32493
- "text": "boolean"
32494
- },
32495
- "default": "false",
32496
- "description": "Negative coloring variant flag.",
32497
- "fieldName": "negative",
32498
- "inheritedFrom": {
32499
- "name": "SbbNegativeMixin",
32500
- "module": "core/mixins/negative-mixin.js"
32501
- }
32502
- },
32503
- {
32504
- "name": "no-sanitize",
32505
- "type": {
32506
- "text": "boolean"
32507
- },
32508
- "default": "false",
32509
- "description": "When set to `true`, SVG content that is HTTP fetched will not be checked\nif the response SVG content has any `<script>` elements, or any attributes\nthat start with `on`, such as `onclick`.",
32510
- "fieldName": "noSanitize",
32511
- "inheritedFrom": {
32512
- "name": "SbbIconBase",
32513
- "module": "icon/icon-base.js"
32514
- }
32515
- }
32516
- ],
32517
- "mixins": [
32518
- {
32519
- "name": "SbbNegativeMixin",
32520
- "module": "core/mixins.js"
32521
- }
32522
- ],
32523
- "superclass": {
32524
- "name": "SbbIconBase",
32525
- "module": "icon.js"
32526
- },
32527
- "tagName": "sbb-timetable-occupancy-icon",
32528
- "customElement": true,
32529
- "cssProperties": [
32530
- {
32531
- "description": "Can be used to set a custom width.",
32532
- "name": "--sbb-icon-svg-width",
32533
- "default": "auto",
32534
- "inheritedFrom": {
32535
- "name": "SbbIconBase",
32536
- "module": "icon/icon-base.js"
32537
- }
32538
- },
32539
- {
32540
- "description": "Can be used to set a custom height.",
32541
- "name": "--sbb-icon-svg-height",
32542
- "default": "auto",
32543
- "inheritedFrom": {
32544
- "name": "SbbIconBase",
32545
- "module": "icon/icon-base.js"
32546
- }
32547
- }
32548
- ]
32549
- }
32550
- ],
32551
- "exports": [
32552
- {
32553
- "kind": "js",
32554
- "name": "SbbTimetableOccupancyIconElement",
32555
- "declaration": {
32556
- "name": "SbbTimetableOccupancyIconElement",
32557
- "module": "timetable-occupancy-icon/timetable-occupancy-icon.component.js"
32558
- }
32559
- }
32560
- ]
32561
- },
32562
32562
  {
32563
32563
  "kind": "javascript-module",
32564
32564
  "path": "toggle/toggle-option.js",
@@ -56249,6 +56249,240 @@
56249
56249
  }
56250
56250
  ]
56251
56251
  },
56252
+ {
56253
+ "kind": "javascript-module",
56254
+ "path": "container/container/container.component.js",
56255
+ "declarations": [
56256
+ {
56257
+ "kind": "class",
56258
+ "description": "It displays its content with the default page spacing.",
56259
+ "name": "SbbContainerElement",
56260
+ "cssProperties": [
56261
+ {
56262
+ "description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
56263
+ "name": "--sbb-page-spacing-padding"
56264
+ }
56265
+ ],
56266
+ "slots": [
56267
+ {
56268
+ "description": "Use the unnamed slot to add anything to the container.",
56269
+ "name": ""
56270
+ },
56271
+ {
56272
+ "description": "The slot used by the sbb-sticky-bar component.",
56273
+ "name": "sticky-bar"
56274
+ },
56275
+ {
56276
+ "description": "The slot used to slot an `sbb-image` to use as background.",
56277
+ "name": "image"
56278
+ }
56279
+ ],
56280
+ "members": [
56281
+ {
56282
+ "kind": "field",
56283
+ "name": "elementName",
56284
+ "type": {
56285
+ "text": "string"
56286
+ },
56287
+ "privacy": "public",
56288
+ "static": true,
56289
+ "readonly": true,
56290
+ "default": "'sbb-container'",
56291
+ "inheritedFrom": {
56292
+ "name": "SbbElement",
56293
+ "module": "core/base-elements/element.js"
56294
+ }
56295
+ },
56296
+ {
56297
+ "kind": "field",
56298
+ "name": "expanded",
56299
+ "type": {
56300
+ "text": "boolean"
56301
+ },
56302
+ "privacy": "public",
56303
+ "default": "false",
56304
+ "description": "Whether the container is expanded.",
56305
+ "attribute": "expanded",
56306
+ "reflects": true
56307
+ },
56308
+ {
56309
+ "kind": "field",
56310
+ "name": "backgroundExpanded",
56311
+ "type": {
56312
+ "text": "boolean"
56313
+ },
56314
+ "privacy": "public",
56315
+ "default": "false",
56316
+ "description": "Whether the background color is shown on full container width on large screens.",
56317
+ "attribute": "background-expanded",
56318
+ "reflects": true
56319
+ },
56320
+ {
56321
+ "kind": "field",
56322
+ "name": "color",
56323
+ "type": {
56324
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
56325
+ },
56326
+ "privacy": "public",
56327
+ "default": "'white'",
56328
+ "description": "Color of the container, like transparent, white etc.",
56329
+ "attribute": "color",
56330
+ "reflects": true
56331
+ },
56332
+ {
56333
+ "kind": "field",
56334
+ "name": "_hydrationRequired",
56335
+ "type": {
56336
+ "text": "boolean"
56337
+ },
56338
+ "privacy": "private",
56339
+ "default": "!!this.shadowRoot",
56340
+ "inheritedFrom": {
56341
+ "name": "SbbHydrationMixin",
56342
+ "module": "core/mixins/hydration-mixin.js"
56343
+ }
56344
+ },
56345
+ {
56346
+ "kind": "field",
56347
+ "name": "_hydrationComplete",
56348
+ "privacy": "private",
56349
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
56350
+ "inheritedFrom": {
56351
+ "name": "SbbHydrationMixin",
56352
+ "module": "core/mixins/hydration-mixin.js"
56353
+ }
56354
+ },
56355
+ {
56356
+ "kind": "field",
56357
+ "name": "_resolveHydration",
56358
+ "type": {
56359
+ "text": "(hydrationRequired: boolean) => void"
56360
+ },
56361
+ "privacy": "private",
56362
+ "inheritedFrom": {
56363
+ "name": "SbbHydrationMixin",
56364
+ "module": "core/mixins/hydration-mixin.js"
56365
+ }
56366
+ },
56367
+ {
56368
+ "kind": "field",
56369
+ "name": "hydrationRequired",
56370
+ "type": {
56371
+ "text": "boolean"
56372
+ },
56373
+ "privacy": "protected",
56374
+ "description": "Returns whether hydration is required and not completed.",
56375
+ "readonly": true,
56376
+ "inheritedFrom": {
56377
+ "name": "SbbHydrationMixin",
56378
+ "module": "core/mixins/hydration-mixin.js"
56379
+ },
56380
+ "default": "!!this.shadowRoot"
56381
+ },
56382
+ {
56383
+ "kind": "method",
56384
+ "name": "toggleState",
56385
+ "privacy": "protected",
56386
+ "return": {
56387
+ "type": {
56388
+ "text": "void"
56389
+ }
56390
+ },
56391
+ "parameters": [
56392
+ {
56393
+ "name": "value",
56394
+ "type": {
56395
+ "text": "string"
56396
+ }
56397
+ },
56398
+ {
56399
+ "name": "force",
56400
+ "optional": true,
56401
+ "type": {
56402
+ "text": "boolean"
56403
+ }
56404
+ }
56405
+ ],
56406
+ "inheritedFrom": {
56407
+ "name": "SbbElementInternalsMixin",
56408
+ "module": "core/mixins/element-internals-mixin.js"
56409
+ }
56410
+ },
56411
+ {
56412
+ "kind": "field",
56413
+ "name": "['_$sbbElement$']",
56414
+ "type": {
56415
+ "text": "boolean"
56416
+ },
56417
+ "privacy": "public",
56418
+ "static": true,
56419
+ "default": "true",
56420
+ "inheritedFrom": {
56421
+ "name": "SbbElement",
56422
+ "module": "core/base-elements/element.js"
56423
+ }
56424
+ },
56425
+ {
56426
+ "kind": "field",
56427
+ "name": "_controllers",
56428
+ "type": {
56429
+ "text": "Set<SbbReactiveController> | undefined"
56430
+ },
56431
+ "privacy": "private",
56432
+ "inheritedFrom": {
56433
+ "name": "SbbElement",
56434
+ "module": "core/base-elements/element.js"
56435
+ }
56436
+ }
56437
+ ],
56438
+ "attributes": [
56439
+ {
56440
+ "name": "expanded",
56441
+ "type": {
56442
+ "text": "boolean"
56443
+ },
56444
+ "default": "false",
56445
+ "description": "Whether the container is expanded.",
56446
+ "fieldName": "expanded"
56447
+ },
56448
+ {
56449
+ "name": "background-expanded",
56450
+ "type": {
56451
+ "text": "boolean"
56452
+ },
56453
+ "default": "false",
56454
+ "description": "Whether the background color is shown on full container width on large screens.",
56455
+ "fieldName": "backgroundExpanded"
56456
+ },
56457
+ {
56458
+ "name": "color",
56459
+ "type": {
56460
+ "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
56461
+ },
56462
+ "default": "'white'",
56463
+ "description": "Color of the container, like transparent, white etc.",
56464
+ "fieldName": "color"
56465
+ }
56466
+ ],
56467
+ "superclass": {
56468
+ "name": "SbbElement",
56469
+ "module": "core/base-elements.js"
56470
+ },
56471
+ "tagName": "sbb-container",
56472
+ "customElement": true
56473
+ }
56474
+ ],
56475
+ "exports": [
56476
+ {
56477
+ "kind": "js",
56478
+ "name": "SbbContainerElement",
56479
+ "declaration": {
56480
+ "name": "SbbContainerElement",
56481
+ "module": "container/container/container.component.js"
56482
+ }
56483
+ }
56484
+ ]
56485
+ },
56252
56486
  {
56253
56487
  "kind": "javascript-module",
56254
56488
  "path": "container/sticky-bar/sticky-bar.component.js",
@@ -56711,240 +56945,6 @@
56711
56945
  }
56712
56946
  ]
56713
56947
  },
56714
- {
56715
- "kind": "javascript-module",
56716
- "path": "container/container/container.component.js",
56717
- "declarations": [
56718
- {
56719
- "kind": "class",
56720
- "description": "It displays its content with the default page spacing.",
56721
- "name": "SbbContainerElement",
56722
- "cssProperties": [
56723
- {
56724
- "description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
56725
- "name": "--sbb-page-spacing-padding"
56726
- }
56727
- ],
56728
- "slots": [
56729
- {
56730
- "description": "Use the unnamed slot to add anything to the container.",
56731
- "name": ""
56732
- },
56733
- {
56734
- "description": "The slot used by the sbb-sticky-bar component.",
56735
- "name": "sticky-bar"
56736
- },
56737
- {
56738
- "description": "The slot used to slot an `sbb-image` to use as background.",
56739
- "name": "image"
56740
- }
56741
- ],
56742
- "members": [
56743
- {
56744
- "kind": "field",
56745
- "name": "elementName",
56746
- "type": {
56747
- "text": "string"
56748
- },
56749
- "privacy": "public",
56750
- "static": true,
56751
- "readonly": true,
56752
- "default": "'sbb-container'",
56753
- "inheritedFrom": {
56754
- "name": "SbbElement",
56755
- "module": "core/base-elements/element.js"
56756
- }
56757
- },
56758
- {
56759
- "kind": "field",
56760
- "name": "expanded",
56761
- "type": {
56762
- "text": "boolean"
56763
- },
56764
- "privacy": "public",
56765
- "default": "false",
56766
- "description": "Whether the container is expanded.",
56767
- "attribute": "expanded",
56768
- "reflects": true
56769
- },
56770
- {
56771
- "kind": "field",
56772
- "name": "backgroundExpanded",
56773
- "type": {
56774
- "text": "boolean"
56775
- },
56776
- "privacy": "public",
56777
- "default": "false",
56778
- "description": "Whether the background color is shown on full container width on large screens.",
56779
- "attribute": "background-expanded",
56780
- "reflects": true
56781
- },
56782
- {
56783
- "kind": "field",
56784
- "name": "color",
56785
- "type": {
56786
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
56787
- },
56788
- "privacy": "public",
56789
- "default": "'white'",
56790
- "description": "Color of the container, like transparent, white etc.",
56791
- "attribute": "color",
56792
- "reflects": true
56793
- },
56794
- {
56795
- "kind": "field",
56796
- "name": "_hydrationRequired",
56797
- "type": {
56798
- "text": "boolean"
56799
- },
56800
- "privacy": "private",
56801
- "default": "!!this.shadowRoot",
56802
- "inheritedFrom": {
56803
- "name": "SbbHydrationMixin",
56804
- "module": "core/mixins/hydration-mixin.js"
56805
- }
56806
- },
56807
- {
56808
- "kind": "field",
56809
- "name": "_hydrationComplete",
56810
- "privacy": "private",
56811
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
56812
- "inheritedFrom": {
56813
- "name": "SbbHydrationMixin",
56814
- "module": "core/mixins/hydration-mixin.js"
56815
- }
56816
- },
56817
- {
56818
- "kind": "field",
56819
- "name": "_resolveHydration",
56820
- "type": {
56821
- "text": "(hydrationRequired: boolean) => void"
56822
- },
56823
- "privacy": "private",
56824
- "inheritedFrom": {
56825
- "name": "SbbHydrationMixin",
56826
- "module": "core/mixins/hydration-mixin.js"
56827
- }
56828
- },
56829
- {
56830
- "kind": "field",
56831
- "name": "hydrationRequired",
56832
- "type": {
56833
- "text": "boolean"
56834
- },
56835
- "privacy": "protected",
56836
- "description": "Returns whether hydration is required and not completed.",
56837
- "readonly": true,
56838
- "inheritedFrom": {
56839
- "name": "SbbHydrationMixin",
56840
- "module": "core/mixins/hydration-mixin.js"
56841
- },
56842
- "default": "!!this.shadowRoot"
56843
- },
56844
- {
56845
- "kind": "method",
56846
- "name": "toggleState",
56847
- "privacy": "protected",
56848
- "return": {
56849
- "type": {
56850
- "text": "void"
56851
- }
56852
- },
56853
- "parameters": [
56854
- {
56855
- "name": "value",
56856
- "type": {
56857
- "text": "string"
56858
- }
56859
- },
56860
- {
56861
- "name": "force",
56862
- "optional": true,
56863
- "type": {
56864
- "text": "boolean"
56865
- }
56866
- }
56867
- ],
56868
- "inheritedFrom": {
56869
- "name": "SbbElementInternalsMixin",
56870
- "module": "core/mixins/element-internals-mixin.js"
56871
- }
56872
- },
56873
- {
56874
- "kind": "field",
56875
- "name": "['_$sbbElement$']",
56876
- "type": {
56877
- "text": "boolean"
56878
- },
56879
- "privacy": "public",
56880
- "static": true,
56881
- "default": "true",
56882
- "inheritedFrom": {
56883
- "name": "SbbElement",
56884
- "module": "core/base-elements/element.js"
56885
- }
56886
- },
56887
- {
56888
- "kind": "field",
56889
- "name": "_controllers",
56890
- "type": {
56891
- "text": "Set<SbbReactiveController> | undefined"
56892
- },
56893
- "privacy": "private",
56894
- "inheritedFrom": {
56895
- "name": "SbbElement",
56896
- "module": "core/base-elements/element.js"
56897
- }
56898
- }
56899
- ],
56900
- "attributes": [
56901
- {
56902
- "name": "expanded",
56903
- "type": {
56904
- "text": "boolean"
56905
- },
56906
- "default": "false",
56907
- "description": "Whether the container is expanded.",
56908
- "fieldName": "expanded"
56909
- },
56910
- {
56911
- "name": "background-expanded",
56912
- "type": {
56913
- "text": "boolean"
56914
- },
56915
- "default": "false",
56916
- "description": "Whether the background color is shown on full container width on large screens.",
56917
- "fieldName": "backgroundExpanded"
56918
- },
56919
- {
56920
- "name": "color",
56921
- "type": {
56922
- "text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
56923
- },
56924
- "default": "'white'",
56925
- "description": "Color of the container, like transparent, white etc.",
56926
- "fieldName": "color"
56927
- }
56928
- ],
56929
- "superclass": {
56930
- "name": "SbbElement",
56931
- "module": "core/base-elements.js"
56932
- },
56933
- "tagName": "sbb-container",
56934
- "customElement": true
56935
- }
56936
- ],
56937
- "exports": [
56938
- {
56939
- "kind": "js",
56940
- "name": "SbbContainerElement",
56941
- "declaration": {
56942
- "name": "SbbContainerElement",
56943
- "module": "container/container/container.component.js"
56944
- }
56945
- }
56946
- ]
56947
- },
56948
56948
  {
56949
56949
  "kind": "javascript-module",
56950
56950
  "path": "core/a11y/arrow-navigation.js",
@@ -127035,6 +127035,155 @@
127035
127035
  }
127036
127036
  ]
127037
127037
  },
127038
+ {
127039
+ "kind": "javascript-module",
127040
+ "path": "train/train-blocked-passage/train-blocked-passage.component.js",
127041
+ "declarations": [
127042
+ {
127043
+ "kind": "class",
127044
+ "description": "It visually displays a blocked passage between train wagons.",
127045
+ "name": "SbbTrainBlockedPassageElement",
127046
+ "members": [
127047
+ {
127048
+ "kind": "field",
127049
+ "name": "elementName",
127050
+ "type": {
127051
+ "text": "string"
127052
+ },
127053
+ "privacy": "public",
127054
+ "static": true,
127055
+ "readonly": true,
127056
+ "default": "'sbb-train-blocked-passage'",
127057
+ "inheritedFrom": {
127058
+ "name": "SbbElement",
127059
+ "module": "core/base-elements/element.js"
127060
+ }
127061
+ },
127062
+ {
127063
+ "kind": "field",
127064
+ "name": "_hydrationRequired",
127065
+ "type": {
127066
+ "text": "boolean"
127067
+ },
127068
+ "privacy": "private",
127069
+ "default": "!!this.shadowRoot",
127070
+ "inheritedFrom": {
127071
+ "name": "SbbElement",
127072
+ "module": "core/base-elements/element.js"
127073
+ }
127074
+ },
127075
+ {
127076
+ "kind": "field",
127077
+ "name": "_hydrationComplete",
127078
+ "privacy": "private",
127079
+ "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
127080
+ "inheritedFrom": {
127081
+ "name": "SbbElement",
127082
+ "module": "core/base-elements/element.js"
127083
+ }
127084
+ },
127085
+ {
127086
+ "kind": "field",
127087
+ "name": "_resolveHydration",
127088
+ "type": {
127089
+ "text": "(hydrationRequired: boolean) => void"
127090
+ },
127091
+ "privacy": "private",
127092
+ "inheritedFrom": {
127093
+ "name": "SbbElement",
127094
+ "module": "core/base-elements/element.js"
127095
+ }
127096
+ },
127097
+ {
127098
+ "kind": "field",
127099
+ "name": "hydrationRequired",
127100
+ "type": {
127101
+ "text": "boolean"
127102
+ },
127103
+ "privacy": "protected",
127104
+ "description": "Returns whether hydration is required and not completed.",
127105
+ "readonly": true,
127106
+ "inheritedFrom": {
127107
+ "name": "SbbElement",
127108
+ "module": "core/base-elements/element.js"
127109
+ },
127110
+ "default": "!!this.shadowRoot"
127111
+ },
127112
+ {
127113
+ "kind": "method",
127114
+ "name": "toggleState",
127115
+ "privacy": "protected",
127116
+ "return": {
127117
+ "type": {
127118
+ "text": "void"
127119
+ }
127120
+ },
127121
+ "parameters": [
127122
+ {
127123
+ "name": "value",
127124
+ "type": {
127125
+ "text": "string"
127126
+ }
127127
+ },
127128
+ {
127129
+ "name": "force",
127130
+ "optional": true,
127131
+ "type": {
127132
+ "text": "boolean"
127133
+ }
127134
+ }
127135
+ ],
127136
+ "inheritedFrom": {
127137
+ "name": "SbbElement",
127138
+ "module": "core/base-elements/element.js"
127139
+ }
127140
+ },
127141
+ {
127142
+ "kind": "field",
127143
+ "name": "['_$sbbElement$']",
127144
+ "type": {
127145
+ "text": "boolean"
127146
+ },
127147
+ "privacy": "public",
127148
+ "static": true,
127149
+ "default": "true",
127150
+ "inheritedFrom": {
127151
+ "name": "SbbElement",
127152
+ "module": "core/base-elements/element.js"
127153
+ }
127154
+ },
127155
+ {
127156
+ "kind": "field",
127157
+ "name": "_controllers",
127158
+ "type": {
127159
+ "text": "Set<SbbReactiveController> | undefined"
127160
+ },
127161
+ "privacy": "private",
127162
+ "inheritedFrom": {
127163
+ "name": "SbbElement",
127164
+ "module": "core/base-elements/element.js"
127165
+ }
127166
+ }
127167
+ ],
127168
+ "superclass": {
127169
+ "name": "SbbElement",
127170
+ "module": "core/base-elements.js"
127171
+ },
127172
+ "tagName": "sbb-train-blocked-passage",
127173
+ "customElement": true
127174
+ }
127175
+ ],
127176
+ "exports": [
127177
+ {
127178
+ "kind": "js",
127179
+ "name": "SbbTrainBlockedPassageElement",
127180
+ "declaration": {
127181
+ "name": "SbbTrainBlockedPassageElement",
127182
+ "module": "train/train-blocked-passage/train-blocked-passage.component.js"
127183
+ }
127184
+ }
127185
+ ]
127186
+ },
127038
127187
  {
127039
127188
  "kind": "javascript-module",
127040
127189
  "path": "train/train-formation/train-formation.component.js",
@@ -127816,155 +127965,6 @@
127816
127965
  }
127817
127966
  }
127818
127967
  ]
127819
- },
127820
- {
127821
- "kind": "javascript-module",
127822
- "path": "train/train-blocked-passage/train-blocked-passage.component.js",
127823
- "declarations": [
127824
- {
127825
- "kind": "class",
127826
- "description": "It visually displays a blocked passage between train wagons.",
127827
- "name": "SbbTrainBlockedPassageElement",
127828
- "members": [
127829
- {
127830
- "kind": "field",
127831
- "name": "elementName",
127832
- "type": {
127833
- "text": "string"
127834
- },
127835
- "privacy": "public",
127836
- "static": true,
127837
- "readonly": true,
127838
- "default": "'sbb-train-blocked-passage'",
127839
- "inheritedFrom": {
127840
- "name": "SbbElement",
127841
- "module": "core/base-elements/element.js"
127842
- }
127843
- },
127844
- {
127845
- "kind": "field",
127846
- "name": "_hydrationRequired",
127847
- "type": {
127848
- "text": "boolean"
127849
- },
127850
- "privacy": "private",
127851
- "default": "!!this.shadowRoot",
127852
- "inheritedFrom": {
127853
- "name": "SbbElement",
127854
- "module": "core/base-elements/element.js"
127855
- }
127856
- },
127857
- {
127858
- "kind": "field",
127859
- "name": "_hydrationComplete",
127860
- "privacy": "private",
127861
- "default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
127862
- "inheritedFrom": {
127863
- "name": "SbbElement",
127864
- "module": "core/base-elements/element.js"
127865
- }
127866
- },
127867
- {
127868
- "kind": "field",
127869
- "name": "_resolveHydration",
127870
- "type": {
127871
- "text": "(hydrationRequired: boolean) => void"
127872
- },
127873
- "privacy": "private",
127874
- "inheritedFrom": {
127875
- "name": "SbbElement",
127876
- "module": "core/base-elements/element.js"
127877
- }
127878
- },
127879
- {
127880
- "kind": "field",
127881
- "name": "hydrationRequired",
127882
- "type": {
127883
- "text": "boolean"
127884
- },
127885
- "privacy": "protected",
127886
- "description": "Returns whether hydration is required and not completed.",
127887
- "readonly": true,
127888
- "inheritedFrom": {
127889
- "name": "SbbElement",
127890
- "module": "core/base-elements/element.js"
127891
- },
127892
- "default": "!!this.shadowRoot"
127893
- },
127894
- {
127895
- "kind": "method",
127896
- "name": "toggleState",
127897
- "privacy": "protected",
127898
- "return": {
127899
- "type": {
127900
- "text": "void"
127901
- }
127902
- },
127903
- "parameters": [
127904
- {
127905
- "name": "value",
127906
- "type": {
127907
- "text": "string"
127908
- }
127909
- },
127910
- {
127911
- "name": "force",
127912
- "optional": true,
127913
- "type": {
127914
- "text": "boolean"
127915
- }
127916
- }
127917
- ],
127918
- "inheritedFrom": {
127919
- "name": "SbbElement",
127920
- "module": "core/base-elements/element.js"
127921
- }
127922
- },
127923
- {
127924
- "kind": "field",
127925
- "name": "['_$sbbElement$']",
127926
- "type": {
127927
- "text": "boolean"
127928
- },
127929
- "privacy": "public",
127930
- "static": true,
127931
- "default": "true",
127932
- "inheritedFrom": {
127933
- "name": "SbbElement",
127934
- "module": "core/base-elements/element.js"
127935
- }
127936
- },
127937
- {
127938
- "kind": "field",
127939
- "name": "_controllers",
127940
- "type": {
127941
- "text": "Set<SbbReactiveController> | undefined"
127942
- },
127943
- "privacy": "private",
127944
- "inheritedFrom": {
127945
- "name": "SbbElement",
127946
- "module": "core/base-elements/element.js"
127947
- }
127948
- }
127949
- ],
127950
- "superclass": {
127951
- "name": "SbbElement",
127952
- "module": "core/base-elements.js"
127953
- },
127954
- "tagName": "sbb-train-blocked-passage",
127955
- "customElement": true
127956
- }
127957
- ],
127958
- "exports": [
127959
- {
127960
- "kind": "js",
127961
- "name": "SbbTrainBlockedPassageElement",
127962
- "declaration": {
127963
- "name": "SbbTrainBlockedPassageElement",
127964
- "module": "train/train-blocked-passage/train-blocked-passage.component.js"
127965
- }
127966
- }
127967
- ]
127968
127968
  }
127969
127969
  ]
127970
127970
  }