@sbb-esta/lyne-elements-dev 5.0.0-next.2-dev.1778052073 → 5.0.0-next.2-dev.1778065336
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 +982 -982
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -115150,431 +115150,6 @@
|
|
|
115150
115150
|
}
|
|
115151
115151
|
]
|
|
115152
115152
|
},
|
|
115153
|
-
{
|
|
115154
|
-
"kind": "javascript-module",
|
|
115155
|
-
"path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
|
|
115156
|
-
"declarations": [
|
|
115157
|
-
{
|
|
115158
|
-
"kind": "class",
|
|
115159
|
-
"description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
|
|
115160
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
115161
|
-
"slots": [
|
|
115162
|
-
{
|
|
115163
|
-
"description": "Use the unnamed slot to display a custom description text after the counter.",
|
|
115164
|
-
"name": "",
|
|
115165
|
-
"inheritedFrom": {
|
|
115166
|
-
"name": "SbbHintElement",
|
|
115167
|
-
"module": "form-field/hint/hint.component.js"
|
|
115168
|
-
}
|
|
115169
|
-
}
|
|
115170
|
-
],
|
|
115171
|
-
"members": [
|
|
115172
|
-
{
|
|
115173
|
-
"kind": "field",
|
|
115174
|
-
"name": "elementName",
|
|
115175
|
-
"type": {
|
|
115176
|
-
"text": "string"
|
|
115177
|
-
},
|
|
115178
|
-
"privacy": "public",
|
|
115179
|
-
"static": true,
|
|
115180
|
-
"readonly": true,
|
|
115181
|
-
"default": "'sbb-form-field-text-counter'",
|
|
115182
|
-
"inheritedFrom": {
|
|
115183
|
-
"name": "SbbElement",
|
|
115184
|
-
"module": "core/base-elements/element.js"
|
|
115185
|
-
}
|
|
115186
|
-
},
|
|
115187
|
-
{
|
|
115188
|
-
"kind": "field",
|
|
115189
|
-
"name": "_remainingCharacters",
|
|
115190
|
-
"type": {
|
|
115191
|
-
"text": "number"
|
|
115192
|
-
},
|
|
115193
|
-
"privacy": "private",
|
|
115194
|
-
"default": "0"
|
|
115195
|
-
},
|
|
115196
|
-
{
|
|
115197
|
-
"kind": "field",
|
|
115198
|
-
"name": "_language",
|
|
115199
|
-
"privacy": "private",
|
|
115200
|
-
"default": "new SbbLanguageController(this)"
|
|
115201
|
-
},
|
|
115202
|
-
{
|
|
115203
|
-
"kind": "field",
|
|
115204
|
-
"name": "_abortController",
|
|
115205
|
-
"type": {
|
|
115206
|
-
"text": "AbortController | null"
|
|
115207
|
-
},
|
|
115208
|
-
"privacy": "private",
|
|
115209
|
-
"default": "null"
|
|
115210
|
-
},
|
|
115211
|
-
{
|
|
115212
|
-
"kind": "method",
|
|
115213
|
-
"name": "_onInputUpdate",
|
|
115214
|
-
"privacy": "private",
|
|
115215
|
-
"return": {
|
|
115216
|
-
"type": {
|
|
115217
|
-
"text": "void"
|
|
115218
|
-
}
|
|
115219
|
-
}
|
|
115220
|
-
},
|
|
115221
|
-
{
|
|
115222
|
-
"kind": "method",
|
|
115223
|
-
"name": "_infoText",
|
|
115224
|
-
"privacy": "private",
|
|
115225
|
-
"return": {
|
|
115226
|
-
"type": {
|
|
115227
|
-
"text": "string"
|
|
115228
|
-
}
|
|
115229
|
-
}
|
|
115230
|
-
},
|
|
115231
|
-
{
|
|
115232
|
-
"kind": "field",
|
|
115233
|
-
"name": "negative",
|
|
115234
|
-
"type": {
|
|
115235
|
-
"text": "boolean"
|
|
115236
|
-
},
|
|
115237
|
-
"privacy": "public",
|
|
115238
|
-
"default": "false",
|
|
115239
|
-
"description": "Negative coloring variant flag.",
|
|
115240
|
-
"attribute": "negative",
|
|
115241
|
-
"reflects": true,
|
|
115242
|
-
"inheritedFrom": {
|
|
115243
|
-
"name": "SbbNegativeMixin",
|
|
115244
|
-
"module": "core/mixins/negative-mixin.js"
|
|
115245
|
-
}
|
|
115246
|
-
},
|
|
115247
|
-
{
|
|
115248
|
-
"kind": "field",
|
|
115249
|
-
"name": "formField",
|
|
115250
|
-
"type": {
|
|
115251
|
-
"text": "SbbFormFieldElement | null"
|
|
115252
|
-
},
|
|
115253
|
-
"privacy": "protected",
|
|
115254
|
-
"default": "null",
|
|
115255
|
-
"inheritedFrom": {
|
|
115256
|
-
"name": "SbbHintElement",
|
|
115257
|
-
"module": "form-field/hint/hint.component.js"
|
|
115258
|
-
}
|
|
115259
|
-
},
|
|
115260
|
-
{
|
|
115261
|
-
"kind": "field",
|
|
115262
|
-
"name": "['_$sbbElement$']",
|
|
115263
|
-
"type": {
|
|
115264
|
-
"text": "boolean"
|
|
115265
|
-
},
|
|
115266
|
-
"privacy": "public",
|
|
115267
|
-
"static": true,
|
|
115268
|
-
"default": "true",
|
|
115269
|
-
"inheritedFrom": {
|
|
115270
|
-
"name": "SbbElement",
|
|
115271
|
-
"module": "core/base-elements/element.js"
|
|
115272
|
-
}
|
|
115273
|
-
},
|
|
115274
|
-
{
|
|
115275
|
-
"kind": "field",
|
|
115276
|
-
"name": "elementDependencies",
|
|
115277
|
-
"type": {
|
|
115278
|
-
"text": "SbbElementType[] | undefined"
|
|
115279
|
-
},
|
|
115280
|
-
"privacy": "public",
|
|
115281
|
-
"static": true,
|
|
115282
|
-
"inheritedFrom": {
|
|
115283
|
-
"name": "SbbElement",
|
|
115284
|
-
"module": "core/base-elements/element.js"
|
|
115285
|
-
}
|
|
115286
|
-
},
|
|
115287
|
-
{
|
|
115288
|
-
"kind": "field",
|
|
115289
|
-
"name": "role",
|
|
115290
|
-
"type": {
|
|
115291
|
-
"text": "ElementInternals['role'] | undefined"
|
|
115292
|
-
},
|
|
115293
|
-
"privacy": "public",
|
|
115294
|
-
"static": true,
|
|
115295
|
-
"inheritedFrom": {
|
|
115296
|
-
"name": "SbbElement",
|
|
115297
|
-
"module": "core/base-elements/element.js"
|
|
115298
|
-
}
|
|
115299
|
-
},
|
|
115300
|
-
{
|
|
115301
|
-
"kind": "field",
|
|
115302
|
-
"name": "_controllers",
|
|
115303
|
-
"type": {
|
|
115304
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
115305
|
-
},
|
|
115306
|
-
"privacy": "private",
|
|
115307
|
-
"inheritedFrom": {
|
|
115308
|
-
"name": "SbbElement",
|
|
115309
|
-
"module": "core/base-elements/element.js"
|
|
115310
|
-
}
|
|
115311
|
-
},
|
|
115312
|
-
{
|
|
115313
|
-
"kind": "field",
|
|
115314
|
-
"name": "_hydrationRequired",
|
|
115315
|
-
"type": {
|
|
115316
|
-
"text": "boolean"
|
|
115317
|
-
},
|
|
115318
|
-
"privacy": "private",
|
|
115319
|
-
"default": "!!this.shadowRoot",
|
|
115320
|
-
"inheritedFrom": {
|
|
115321
|
-
"name": "SbbElement",
|
|
115322
|
-
"module": "core/base-elements/element.js"
|
|
115323
|
-
}
|
|
115324
|
-
},
|
|
115325
|
-
{
|
|
115326
|
-
"kind": "field",
|
|
115327
|
-
"name": "_hydrationComplete",
|
|
115328
|
-
"privacy": "private",
|
|
115329
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
115330
|
-
"inheritedFrom": {
|
|
115331
|
-
"name": "SbbElement",
|
|
115332
|
-
"module": "core/base-elements/element.js"
|
|
115333
|
-
}
|
|
115334
|
-
},
|
|
115335
|
-
{
|
|
115336
|
-
"kind": "field",
|
|
115337
|
-
"name": "_resolveHydration",
|
|
115338
|
-
"type": {
|
|
115339
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
115340
|
-
},
|
|
115341
|
-
"privacy": "private",
|
|
115342
|
-
"inheritedFrom": {
|
|
115343
|
-
"name": "SbbElement",
|
|
115344
|
-
"module": "core/base-elements/element.js"
|
|
115345
|
-
}
|
|
115346
|
-
},
|
|
115347
|
-
{
|
|
115348
|
-
"kind": "field",
|
|
115349
|
-
"name": "_textObserver",
|
|
115350
|
-
"type": {
|
|
115351
|
-
"text": "MutationObserver | undefined"
|
|
115352
|
-
},
|
|
115353
|
-
"privacy": "private",
|
|
115354
|
-
"inheritedFrom": {
|
|
115355
|
-
"name": "SbbElement",
|
|
115356
|
-
"module": "core/base-elements/element.js"
|
|
115357
|
-
}
|
|
115358
|
-
},
|
|
115359
|
-
{
|
|
115360
|
-
"kind": "field",
|
|
115361
|
-
"name": "hydrationRequired",
|
|
115362
|
-
"type": {
|
|
115363
|
-
"text": "boolean"
|
|
115364
|
-
},
|
|
115365
|
-
"privacy": "protected",
|
|
115366
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
115367
|
-
"readonly": true,
|
|
115368
|
-
"inheritedFrom": {
|
|
115369
|
-
"name": "SbbElement",
|
|
115370
|
-
"module": "core/base-elements/element.js"
|
|
115371
|
-
},
|
|
115372
|
-
"default": "!!this.shadowRoot"
|
|
115373
|
-
},
|
|
115374
|
-
{
|
|
115375
|
-
"kind": "method",
|
|
115376
|
-
"name": "finalizeStyles",
|
|
115377
|
-
"privacy": "protected",
|
|
115378
|
-
"static": true,
|
|
115379
|
-
"return": {
|
|
115380
|
-
"type": {
|
|
115381
|
-
"text": "CSSResultOrNative[]"
|
|
115382
|
-
}
|
|
115383
|
-
},
|
|
115384
|
-
"parameters": [
|
|
115385
|
-
{
|
|
115386
|
-
"name": "_styles",
|
|
115387
|
-
"type": {
|
|
115388
|
-
"text": "CSSResultGroup"
|
|
115389
|
-
}
|
|
115390
|
-
}
|
|
115391
|
-
],
|
|
115392
|
-
"description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
|
|
115393
|
-
"inheritedFrom": {
|
|
115394
|
-
"name": "SbbElement",
|
|
115395
|
-
"module": "core/base-elements/element.js"
|
|
115396
|
-
}
|
|
115397
|
-
},
|
|
115398
|
-
{
|
|
115399
|
-
"kind": "method",
|
|
115400
|
-
"name": "toggleState",
|
|
115401
|
-
"privacy": "protected",
|
|
115402
|
-
"return": {
|
|
115403
|
-
"type": {
|
|
115404
|
-
"text": "void"
|
|
115405
|
-
}
|
|
115406
|
-
},
|
|
115407
|
-
"parameters": [
|
|
115408
|
-
{
|
|
115409
|
-
"name": "value",
|
|
115410
|
-
"type": {
|
|
115411
|
-
"text": "string"
|
|
115412
|
-
}
|
|
115413
|
-
},
|
|
115414
|
-
{
|
|
115415
|
-
"name": "force",
|
|
115416
|
-
"optional": true,
|
|
115417
|
-
"type": {
|
|
115418
|
-
"text": "boolean"
|
|
115419
|
-
}
|
|
115420
|
-
}
|
|
115421
|
-
],
|
|
115422
|
-
"inheritedFrom": {
|
|
115423
|
-
"name": "SbbElement",
|
|
115424
|
-
"module": "core/base-elements/element.js"
|
|
115425
|
-
}
|
|
115426
|
-
},
|
|
115427
|
-
{
|
|
115428
|
-
"kind": "method",
|
|
115429
|
-
"name": "_slotchangeHandler",
|
|
115430
|
-
"privacy": "private",
|
|
115431
|
-
"return": {
|
|
115432
|
-
"type": {
|
|
115433
|
-
"text": "void"
|
|
115434
|
-
}
|
|
115435
|
-
},
|
|
115436
|
-
"parameters": [
|
|
115437
|
-
{
|
|
115438
|
-
"name": "event",
|
|
115439
|
-
"type": {
|
|
115440
|
-
"text": "Event"
|
|
115441
|
-
}
|
|
115442
|
-
},
|
|
115443
|
-
{
|
|
115444
|
-
"name": "slot",
|
|
115445
|
-
"type": {
|
|
115446
|
-
"text": "HTMLSlotElement"
|
|
115447
|
-
}
|
|
115448
|
-
}
|
|
115449
|
-
],
|
|
115450
|
-
"inheritedFrom": {
|
|
115451
|
-
"name": "SbbElement",
|
|
115452
|
-
"module": "core/base-elements/element.js"
|
|
115453
|
-
}
|
|
115454
|
-
},
|
|
115455
|
-
{
|
|
115456
|
-
"kind": "method",
|
|
115457
|
-
"name": "_handleSlotChangeForSlottedState",
|
|
115458
|
-
"privacy": "private",
|
|
115459
|
-
"return": {
|
|
115460
|
-
"type": {
|
|
115461
|
-
"text": "void"
|
|
115462
|
-
}
|
|
115463
|
-
},
|
|
115464
|
-
"parameters": [
|
|
115465
|
-
{
|
|
115466
|
-
"name": "slot",
|
|
115467
|
-
"type": {
|
|
115468
|
-
"text": "HTMLSlotElement"
|
|
115469
|
-
}
|
|
115470
|
-
}
|
|
115471
|
-
],
|
|
115472
|
-
"inheritedFrom": {
|
|
115473
|
-
"name": "SbbElement",
|
|
115474
|
-
"module": "core/base-elements/element.js"
|
|
115475
|
-
}
|
|
115476
|
-
},
|
|
115477
|
-
{
|
|
115478
|
-
"kind": "method",
|
|
115479
|
-
"name": "_updateSlottedState",
|
|
115480
|
-
"privacy": "private",
|
|
115481
|
-
"return": {
|
|
115482
|
-
"type": {
|
|
115483
|
-
"text": "void"
|
|
115484
|
-
}
|
|
115485
|
-
},
|
|
115486
|
-
"parameters": [
|
|
115487
|
-
{
|
|
115488
|
-
"name": "slot",
|
|
115489
|
-
"type": {
|
|
115490
|
-
"text": "HTMLSlotElement"
|
|
115491
|
-
}
|
|
115492
|
-
}
|
|
115493
|
-
],
|
|
115494
|
-
"inheritedFrom": {
|
|
115495
|
-
"name": "SbbElement",
|
|
115496
|
-
"module": "core/base-elements/element.js"
|
|
115497
|
-
}
|
|
115498
|
-
},
|
|
115499
|
-
{
|
|
115500
|
-
"kind": "method",
|
|
115501
|
-
"name": "_observeTextNodesInSlot",
|
|
115502
|
-
"privacy": "private",
|
|
115503
|
-
"return": {
|
|
115504
|
-
"type": {
|
|
115505
|
-
"text": "void"
|
|
115506
|
-
}
|
|
115507
|
-
},
|
|
115508
|
-
"parameters": [
|
|
115509
|
-
{
|
|
115510
|
-
"name": "slot",
|
|
115511
|
-
"type": {
|
|
115512
|
-
"text": "HTMLSlotElement"
|
|
115513
|
-
}
|
|
115514
|
-
}
|
|
115515
|
-
],
|
|
115516
|
-
"inheritedFrom": {
|
|
115517
|
-
"name": "SbbElement",
|
|
115518
|
-
"module": "core/base-elements/element.js"
|
|
115519
|
-
}
|
|
115520
|
-
},
|
|
115521
|
-
{
|
|
115522
|
-
"kind": "method",
|
|
115523
|
-
"name": "_hasSlottedContent",
|
|
115524
|
-
"privacy": "private",
|
|
115525
|
-
"return": {
|
|
115526
|
-
"type": {
|
|
115527
|
-
"text": "boolean"
|
|
115528
|
-
}
|
|
115529
|
-
},
|
|
115530
|
-
"parameters": [
|
|
115531
|
-
{
|
|
115532
|
-
"name": "slot",
|
|
115533
|
-
"type": {
|
|
115534
|
-
"text": "HTMLSlotElement"
|
|
115535
|
-
}
|
|
115536
|
-
}
|
|
115537
|
-
],
|
|
115538
|
-
"inheritedFrom": {
|
|
115539
|
-
"name": "SbbElement",
|
|
115540
|
-
"module": "core/base-elements/element.js"
|
|
115541
|
-
}
|
|
115542
|
-
}
|
|
115543
|
-
],
|
|
115544
|
-
"superclass": {
|
|
115545
|
-
"name": "SbbHintElement",
|
|
115546
|
-
"module": "form-field/hint/hint.component.js"
|
|
115547
|
-
},
|
|
115548
|
-
"tagName": "sbb-form-field-text-counter",
|
|
115549
|
-
"customElement": true,
|
|
115550
|
-
"attributes": [
|
|
115551
|
-
{
|
|
115552
|
-
"name": "negative",
|
|
115553
|
-
"type": {
|
|
115554
|
-
"text": "boolean"
|
|
115555
|
-
},
|
|
115556
|
-
"default": "false",
|
|
115557
|
-
"description": "Negative coloring variant flag.",
|
|
115558
|
-
"fieldName": "negative",
|
|
115559
|
-
"inheritedFrom": {
|
|
115560
|
-
"name": "SbbNegativeMixin",
|
|
115561
|
-
"module": "core/mixins/negative-mixin.js"
|
|
115562
|
-
}
|
|
115563
|
-
}
|
|
115564
|
-
]
|
|
115565
|
-
}
|
|
115566
|
-
],
|
|
115567
|
-
"exports": [
|
|
115568
|
-
{
|
|
115569
|
-
"kind": "js",
|
|
115570
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
115571
|
-
"declaration": {
|
|
115572
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
115573
|
-
"module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
|
|
115574
|
-
}
|
|
115575
|
-
}
|
|
115576
|
-
]
|
|
115577
|
-
},
|
|
115578
115153
|
{
|
|
115579
115154
|
"kind": "javascript-module",
|
|
115580
115155
|
"path": "form-field/form-field-clear/form-field-clear.component.js",
|
|
@@ -116551,16 +116126,20 @@
|
|
|
116551
116126
|
},
|
|
116552
116127
|
{
|
|
116553
116128
|
"kind": "javascript-module",
|
|
116554
|
-
"path": "form-field/
|
|
116129
|
+
"path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
|
|
116555
116130
|
"declarations": [
|
|
116556
116131
|
{
|
|
116557
116132
|
"kind": "class",
|
|
116558
|
-
"description": "It displays a
|
|
116559
|
-
"name": "
|
|
116133
|
+
"description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
|
|
116134
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
116560
116135
|
"slots": [
|
|
116561
116136
|
{
|
|
116562
|
-
"description": "Use the unnamed slot to display the
|
|
116563
|
-
"name": ""
|
|
116137
|
+
"description": "Use the unnamed slot to display a custom description text after the counter.",
|
|
116138
|
+
"name": "",
|
|
116139
|
+
"inheritedFrom": {
|
|
116140
|
+
"name": "SbbHintElement",
|
|
116141
|
+
"module": "form-field/hint/hint.component.js"
|
|
116142
|
+
}
|
|
116564
116143
|
}
|
|
116565
116144
|
],
|
|
116566
116145
|
"members": [
|
|
@@ -116573,7 +116152,7 @@
|
|
|
116573
116152
|
"privacy": "public",
|
|
116574
116153
|
"static": true,
|
|
116575
116154
|
"readonly": true,
|
|
116576
|
-
"default": "'sbb-
|
|
116155
|
+
"default": "'sbb-form-field-text-counter'",
|
|
116577
116156
|
"inheritedFrom": {
|
|
116578
116157
|
"name": "SbbElement",
|
|
116579
116158
|
"module": "core/base-elements/element.js"
|
|
@@ -116581,13 +116160,48 @@
|
|
|
116581
116160
|
},
|
|
116582
116161
|
{
|
|
116583
116162
|
"kind": "field",
|
|
116584
|
-
"name": "
|
|
116163
|
+
"name": "_remainingCharacters",
|
|
116585
116164
|
"type": {
|
|
116586
|
-
"text": "
|
|
116165
|
+
"text": "number"
|
|
116587
116166
|
},
|
|
116588
|
-
"privacy": "
|
|
116167
|
+
"privacy": "private",
|
|
116168
|
+
"default": "0"
|
|
116169
|
+
},
|
|
116170
|
+
{
|
|
116171
|
+
"kind": "field",
|
|
116172
|
+
"name": "_language",
|
|
116173
|
+
"privacy": "private",
|
|
116174
|
+
"default": "new SbbLanguageController(this)"
|
|
116175
|
+
},
|
|
116176
|
+
{
|
|
116177
|
+
"kind": "field",
|
|
116178
|
+
"name": "_abortController",
|
|
116179
|
+
"type": {
|
|
116180
|
+
"text": "AbortController | null"
|
|
116181
|
+
},
|
|
116182
|
+
"privacy": "private",
|
|
116589
116183
|
"default": "null"
|
|
116590
116184
|
},
|
|
116185
|
+
{
|
|
116186
|
+
"kind": "method",
|
|
116187
|
+
"name": "_onInputUpdate",
|
|
116188
|
+
"privacy": "private",
|
|
116189
|
+
"return": {
|
|
116190
|
+
"type": {
|
|
116191
|
+
"text": "void"
|
|
116192
|
+
}
|
|
116193
|
+
}
|
|
116194
|
+
},
|
|
116195
|
+
{
|
|
116196
|
+
"kind": "method",
|
|
116197
|
+
"name": "_infoText",
|
|
116198
|
+
"privacy": "private",
|
|
116199
|
+
"return": {
|
|
116200
|
+
"type": {
|
|
116201
|
+
"text": "string"
|
|
116202
|
+
}
|
|
116203
|
+
}
|
|
116204
|
+
},
|
|
116591
116205
|
{
|
|
116592
116206
|
"kind": "field",
|
|
116593
116207
|
"name": "negative",
|
|
@@ -116604,6 +116218,19 @@
|
|
|
116604
116218
|
"module": "core/mixins/negative-mixin.js"
|
|
116605
116219
|
}
|
|
116606
116220
|
},
|
|
116221
|
+
{
|
|
116222
|
+
"kind": "field",
|
|
116223
|
+
"name": "formField",
|
|
116224
|
+
"type": {
|
|
116225
|
+
"text": "SbbFormFieldElement | null"
|
|
116226
|
+
},
|
|
116227
|
+
"privacy": "protected",
|
|
116228
|
+
"default": "null",
|
|
116229
|
+
"inheritedFrom": {
|
|
116230
|
+
"name": "SbbHintElement",
|
|
116231
|
+
"module": "form-field/hint/hint.component.js"
|
|
116232
|
+
}
|
|
116233
|
+
},
|
|
116607
116234
|
{
|
|
116608
116235
|
"kind": "field",
|
|
116609
116236
|
"name": "['_$sbbElement$']",
|
|
@@ -116888,17 +116515,11 @@
|
|
|
116888
116515
|
}
|
|
116889
116516
|
}
|
|
116890
116517
|
],
|
|
116891
|
-
"mixins": [
|
|
116892
|
-
{
|
|
116893
|
-
"name": "SbbNegativeMixin",
|
|
116894
|
-
"module": "core.js"
|
|
116895
|
-
}
|
|
116896
|
-
],
|
|
116897
116518
|
"superclass": {
|
|
116898
|
-
"name": "
|
|
116899
|
-
"module": "
|
|
116519
|
+
"name": "SbbHintElement",
|
|
116520
|
+
"module": "form-field/hint/hint.component.js"
|
|
116900
116521
|
},
|
|
116901
|
-
"tagName": "sbb-
|
|
116522
|
+
"tagName": "sbb-form-field-text-counter",
|
|
116902
116523
|
"customElement": true,
|
|
116903
116524
|
"attributes": [
|
|
116904
116525
|
{
|
|
@@ -116920,164 +116541,67 @@
|
|
|
116920
116541
|
"exports": [
|
|
116921
116542
|
{
|
|
116922
116543
|
"kind": "js",
|
|
116923
|
-
"name": "
|
|
116544
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
116924
116545
|
"declaration": {
|
|
116925
|
-
"name": "
|
|
116926
|
-
"module": "form-field/
|
|
116546
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
116547
|
+
"module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
|
|
116927
116548
|
}
|
|
116928
116549
|
}
|
|
116929
116550
|
]
|
|
116930
116551
|
},
|
|
116931
116552
|
{
|
|
116932
116553
|
"kind": "javascript-module",
|
|
116933
|
-
"path": "
|
|
116554
|
+
"path": "form-field/hint/hint.component.js",
|
|
116934
116555
|
"declarations": [
|
|
116935
116556
|
{
|
|
116936
116557
|
"kind": "class",
|
|
116937
|
-
"description": "",
|
|
116938
|
-
"name": "
|
|
116939
|
-
"
|
|
116558
|
+
"description": "It displays a hint message in the `sbb-form-field`.",
|
|
116559
|
+
"name": "SbbHintElement",
|
|
116560
|
+
"slots": [
|
|
116940
116561
|
{
|
|
116941
|
-
"
|
|
116942
|
-
"name": "
|
|
116943
|
-
|
|
116944
|
-
|
|
116945
|
-
|
|
116946
|
-
"privacy": "public"
|
|
116947
|
-
},
|
|
116562
|
+
"description": "Use the unnamed slot to display the hint message.",
|
|
116563
|
+
"name": ""
|
|
116564
|
+
}
|
|
116565
|
+
],
|
|
116566
|
+
"members": [
|
|
116948
116567
|
{
|
|
116949
116568
|
"kind": "field",
|
|
116950
|
-
"name": "
|
|
116569
|
+
"name": "elementName",
|
|
116951
116570
|
"type": {
|
|
116952
|
-
"text": "
|
|
116571
|
+
"text": "string"
|
|
116953
116572
|
},
|
|
116954
116573
|
"privacy": "public",
|
|
116955
116574
|
"static": true,
|
|
116575
|
+
"readonly": true,
|
|
116576
|
+
"default": "'sbb-hint'",
|
|
116956
116577
|
"inheritedFrom": {
|
|
116957
116578
|
"name": "SbbElement",
|
|
116958
116579
|
"module": "core/base-elements/element.js"
|
|
116959
|
-
},
|
|
116960
|
-
"default": "[SbbIconElement]"
|
|
116961
|
-
},
|
|
116962
|
-
{
|
|
116963
|
-
"kind": "field",
|
|
116964
|
-
"name": "iconName",
|
|
116965
|
-
"type": {
|
|
116966
|
-
"text": "string"
|
|
116967
|
-
},
|
|
116968
|
-
"privacy": "public",
|
|
116969
|
-
"default": "''",
|
|
116970
|
-
"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.",
|
|
116971
|
-
"attribute": "icon-name",
|
|
116972
|
-
"inheritedFrom": {
|
|
116973
|
-
"name": "SbbIconNameMixin",
|
|
116974
|
-
"module": "icon/icon-name-mixin.js"
|
|
116975
|
-
}
|
|
116976
|
-
},
|
|
116977
|
-
{
|
|
116978
|
-
"kind": "method",
|
|
116979
|
-
"name": "renderIconSlot",
|
|
116980
|
-
"privacy": "protected",
|
|
116981
|
-
"return": {
|
|
116982
|
-
"type": {
|
|
116983
|
-
"text": "TemplateResult"
|
|
116984
|
-
}
|
|
116985
|
-
},
|
|
116986
|
-
"parameters": [
|
|
116987
|
-
{
|
|
116988
|
-
"name": "classname",
|
|
116989
|
-
"optional": true,
|
|
116990
|
-
"type": {
|
|
116991
|
-
"text": "string"
|
|
116992
|
-
}
|
|
116993
|
-
}
|
|
116994
|
-
],
|
|
116995
|
-
"inheritedFrom": {
|
|
116996
|
-
"name": "SbbIconNameMixin",
|
|
116997
|
-
"module": "icon/icon-name-mixin.js"
|
|
116998
|
-
}
|
|
116999
|
-
},
|
|
117000
|
-
{
|
|
117001
|
-
"kind": "method",
|
|
117002
|
-
"name": "renderIconName",
|
|
117003
|
-
"privacy": "protected",
|
|
117004
|
-
"return": {
|
|
117005
|
-
"type": {
|
|
117006
|
-
"text": "string"
|
|
117007
|
-
}
|
|
117008
|
-
},
|
|
117009
|
-
"inheritedFrom": {
|
|
117010
|
-
"name": "SbbIconNameMixin",
|
|
117011
|
-
"module": "icon/icon-name-mixin.js"
|
|
117012
|
-
}
|
|
117013
|
-
},
|
|
117014
|
-
{
|
|
117015
|
-
"kind": "method",
|
|
117016
|
-
"name": "_renderIconName",
|
|
117017
|
-
"privacy": "private",
|
|
117018
|
-
"return": {
|
|
117019
|
-
"type": {
|
|
117020
|
-
"text": "string"
|
|
117021
|
-
}
|
|
117022
|
-
},
|
|
117023
|
-
"inheritedFrom": {
|
|
117024
|
-
"name": "SbbIconNameMixin",
|
|
117025
|
-
"module": "icon/icon-name-mixin.js"
|
|
117026
116580
|
}
|
|
117027
116581
|
},
|
|
117028
116582
|
{
|
|
117029
116583
|
"kind": "field",
|
|
117030
|
-
"name": "
|
|
116584
|
+
"name": "formField",
|
|
117031
116585
|
"type": {
|
|
117032
|
-
"text": "
|
|
116586
|
+
"text": "SbbFormFieldElement | null"
|
|
117033
116587
|
},
|
|
117034
116588
|
"privacy": "protected",
|
|
117035
|
-
"
|
|
117036
|
-
"inheritedFrom": {
|
|
117037
|
-
"name": "SbbActionBaseElement",
|
|
117038
|
-
"module": "core/base-elements/action-base-element.js"
|
|
117039
|
-
}
|
|
116589
|
+
"default": "null"
|
|
117040
116590
|
},
|
|
117041
116591
|
{
|
|
117042
116592
|
"kind": "field",
|
|
117043
|
-
"name": "
|
|
116593
|
+
"name": "negative",
|
|
117044
116594
|
"type": {
|
|
117045
|
-
"text": "boolean
|
|
117046
|
-
},
|
|
117047
|
-
"privacy": "protected",
|
|
117048
|
-
"readonly": true,
|
|
117049
|
-
"inheritedFrom": {
|
|
117050
|
-
"name": "SbbActionBaseElement",
|
|
117051
|
-
"module": "core/base-elements/action-base-element.js"
|
|
117052
|
-
}
|
|
117053
|
-
},
|
|
117054
|
-
{
|
|
117055
|
-
"kind": "method",
|
|
117056
|
-
"name": "setupBaseEventHandlers",
|
|
117057
|
-
"privacy": "protected",
|
|
117058
|
-
"return": {
|
|
117059
|
-
"type": {
|
|
117060
|
-
"text": "void"
|
|
117061
|
-
}
|
|
117062
|
-
},
|
|
117063
|
-
"inheritedFrom": {
|
|
117064
|
-
"name": "SbbActionBaseElement",
|
|
117065
|
-
"module": "core/base-elements/action-base-element.js"
|
|
117066
|
-
}
|
|
117067
|
-
},
|
|
117068
|
-
{
|
|
117069
|
-
"kind": "method",
|
|
117070
|
-
"name": "renderTemplate",
|
|
117071
|
-
"privacy": "protected",
|
|
117072
|
-
"return": {
|
|
117073
|
-
"type": {
|
|
117074
|
-
"text": "TemplateResult"
|
|
117075
|
-
}
|
|
116595
|
+
"text": "boolean"
|
|
117076
116596
|
},
|
|
117077
|
-
"
|
|
116597
|
+
"privacy": "public",
|
|
116598
|
+
"default": "false",
|
|
116599
|
+
"description": "Negative coloring variant flag.",
|
|
116600
|
+
"attribute": "negative",
|
|
116601
|
+
"reflects": true,
|
|
117078
116602
|
"inheritedFrom": {
|
|
117079
|
-
"name": "
|
|
117080
|
-
"module": "core/
|
|
116603
|
+
"name": "SbbNegativeMixin",
|
|
116604
|
+
"module": "core/mixins/negative-mixin.js"
|
|
117081
116605
|
}
|
|
117082
116606
|
},
|
|
117083
116607
|
{
|
|
@@ -117096,13 +116620,12 @@
|
|
|
117096
116620
|
},
|
|
117097
116621
|
{
|
|
117098
116622
|
"kind": "field",
|
|
117099
|
-
"name": "
|
|
116623
|
+
"name": "elementDependencies",
|
|
117100
116624
|
"type": {
|
|
117101
|
-
"text": "
|
|
116625
|
+
"text": "SbbElementType[] | undefined"
|
|
117102
116626
|
},
|
|
117103
116627
|
"privacy": "public",
|
|
117104
116628
|
"static": true,
|
|
117105
|
-
"readonly": true,
|
|
117106
116629
|
"inheritedFrom": {
|
|
117107
116630
|
"name": "SbbElement",
|
|
117108
116631
|
"module": "core/base-elements/element.js"
|
|
@@ -117367,66 +116890,60 @@
|
|
|
117367
116890
|
],
|
|
117368
116891
|
"mixins": [
|
|
117369
116892
|
{
|
|
117370
|
-
"name": "
|
|
117371
|
-
"module": "
|
|
116893
|
+
"name": "SbbNegativeMixin",
|
|
116894
|
+
"module": "core.js"
|
|
117372
116895
|
}
|
|
117373
116896
|
],
|
|
117374
116897
|
"superclass": {
|
|
117375
|
-
"name": "
|
|
116898
|
+
"name": "SbbElement",
|
|
117376
116899
|
"module": "core.js"
|
|
117377
116900
|
},
|
|
116901
|
+
"tagName": "sbb-hint",
|
|
116902
|
+
"customElement": true,
|
|
117378
116903
|
"attributes": [
|
|
117379
116904
|
{
|
|
117380
|
-
"name": "
|
|
116905
|
+
"name": "negative",
|
|
117381
116906
|
"type": {
|
|
117382
|
-
"text": "
|
|
116907
|
+
"text": "boolean"
|
|
117383
116908
|
},
|
|
117384
|
-
"default": "
|
|
117385
|
-
"description": "
|
|
117386
|
-
"fieldName": "
|
|
116909
|
+
"default": "false",
|
|
116910
|
+
"description": "Negative coloring variant flag.",
|
|
116911
|
+
"fieldName": "negative",
|
|
117387
116912
|
"inheritedFrom": {
|
|
117388
|
-
"name": "
|
|
117389
|
-
"module": "
|
|
116913
|
+
"name": "SbbNegativeMixin",
|
|
116914
|
+
"module": "core/mixins/negative-mixin.js"
|
|
117390
116915
|
}
|
|
117391
116916
|
}
|
|
117392
116917
|
]
|
|
117393
|
-
}
|
|
116918
|
+
}
|
|
116919
|
+
],
|
|
116920
|
+
"exports": [
|
|
117394
116921
|
{
|
|
117395
|
-
"kind": "
|
|
116922
|
+
"kind": "js",
|
|
116923
|
+
"name": "SbbHintElement",
|
|
116924
|
+
"declaration": {
|
|
116925
|
+
"name": "SbbHintElement",
|
|
116926
|
+
"module": "form-field/hint/hint.component.js"
|
|
116927
|
+
}
|
|
116928
|
+
}
|
|
116929
|
+
]
|
|
116930
|
+
},
|
|
116931
|
+
{
|
|
116932
|
+
"kind": "javascript-module",
|
|
116933
|
+
"path": "header/common/header-action-common.js",
|
|
116934
|
+
"declarations": [
|
|
116935
|
+
{
|
|
116936
|
+
"kind": "class",
|
|
117396
116937
|
"description": "",
|
|
117397
|
-
"name": "
|
|
116938
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
117398
116939
|
"members": [
|
|
117399
|
-
{
|
|
117400
|
-
"kind": "field",
|
|
117401
|
-
"name": "styles",
|
|
117402
|
-
"type": {
|
|
117403
|
-
"text": "CSSResultGroup"
|
|
117404
|
-
},
|
|
117405
|
-
"privacy": "public",
|
|
117406
|
-
"static": true,
|
|
117407
|
-
"default": "[unsafeCSS(style)]"
|
|
117408
|
-
},
|
|
117409
116940
|
{
|
|
117410
116941
|
"kind": "field",
|
|
117411
116942
|
"name": "expandFrom",
|
|
117412
116943
|
"type": {
|
|
117413
116944
|
"text": "SbbHorizontalFrom"
|
|
117414
116945
|
},
|
|
117415
|
-
"privacy": "public"
|
|
117416
|
-
"default": "'large'",
|
|
117417
|
-
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
117418
|
-
"attribute": "expand-from",
|
|
117419
|
-
"reflects": true
|
|
117420
|
-
},
|
|
117421
|
-
{
|
|
117422
|
-
"kind": "method",
|
|
117423
|
-
"name": "renderTemplate",
|
|
117424
|
-
"privacy": "protected",
|
|
117425
|
-
"return": {
|
|
117426
|
-
"type": {
|
|
117427
|
-
"text": "TemplateResult"
|
|
117428
|
-
}
|
|
117429
|
-
}
|
|
116946
|
+
"privacy": "public"
|
|
117430
116947
|
},
|
|
117431
116948
|
{
|
|
117432
116949
|
"kind": "field",
|
|
@@ -117436,11 +116953,494 @@
|
|
|
117436
116953
|
},
|
|
117437
116954
|
"privacy": "public",
|
|
117438
116955
|
"static": true,
|
|
117439
|
-
"default": "[SbbIconElement]",
|
|
117440
116956
|
"inheritedFrom": {
|
|
117441
|
-
"name": "
|
|
117442
|
-
"module": "
|
|
117443
|
-
}
|
|
116957
|
+
"name": "SbbElement",
|
|
116958
|
+
"module": "core/base-elements/element.js"
|
|
116959
|
+
},
|
|
116960
|
+
"default": "[SbbIconElement]"
|
|
116961
|
+
},
|
|
116962
|
+
{
|
|
116963
|
+
"kind": "field",
|
|
116964
|
+
"name": "iconName",
|
|
116965
|
+
"type": {
|
|
116966
|
+
"text": "string"
|
|
116967
|
+
},
|
|
116968
|
+
"privacy": "public",
|
|
116969
|
+
"default": "''",
|
|
116970
|
+
"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.",
|
|
116971
|
+
"attribute": "icon-name",
|
|
116972
|
+
"inheritedFrom": {
|
|
116973
|
+
"name": "SbbIconNameMixin",
|
|
116974
|
+
"module": "icon/icon-name-mixin.js"
|
|
116975
|
+
}
|
|
116976
|
+
},
|
|
116977
|
+
{
|
|
116978
|
+
"kind": "method",
|
|
116979
|
+
"name": "renderIconSlot",
|
|
116980
|
+
"privacy": "protected",
|
|
116981
|
+
"return": {
|
|
116982
|
+
"type": {
|
|
116983
|
+
"text": "TemplateResult"
|
|
116984
|
+
}
|
|
116985
|
+
},
|
|
116986
|
+
"parameters": [
|
|
116987
|
+
{
|
|
116988
|
+
"name": "classname",
|
|
116989
|
+
"optional": true,
|
|
116990
|
+
"type": {
|
|
116991
|
+
"text": "string"
|
|
116992
|
+
}
|
|
116993
|
+
}
|
|
116994
|
+
],
|
|
116995
|
+
"inheritedFrom": {
|
|
116996
|
+
"name": "SbbIconNameMixin",
|
|
116997
|
+
"module": "icon/icon-name-mixin.js"
|
|
116998
|
+
}
|
|
116999
|
+
},
|
|
117000
|
+
{
|
|
117001
|
+
"kind": "method",
|
|
117002
|
+
"name": "renderIconName",
|
|
117003
|
+
"privacy": "protected",
|
|
117004
|
+
"return": {
|
|
117005
|
+
"type": {
|
|
117006
|
+
"text": "string"
|
|
117007
|
+
}
|
|
117008
|
+
},
|
|
117009
|
+
"inheritedFrom": {
|
|
117010
|
+
"name": "SbbIconNameMixin",
|
|
117011
|
+
"module": "icon/icon-name-mixin.js"
|
|
117012
|
+
}
|
|
117013
|
+
},
|
|
117014
|
+
{
|
|
117015
|
+
"kind": "method",
|
|
117016
|
+
"name": "_renderIconName",
|
|
117017
|
+
"privacy": "private",
|
|
117018
|
+
"return": {
|
|
117019
|
+
"type": {
|
|
117020
|
+
"text": "string"
|
|
117021
|
+
}
|
|
117022
|
+
},
|
|
117023
|
+
"inheritedFrom": {
|
|
117024
|
+
"name": "SbbIconNameMixin",
|
|
117025
|
+
"module": "icon/icon-name-mixin.js"
|
|
117026
|
+
}
|
|
117027
|
+
},
|
|
117028
|
+
{
|
|
117029
|
+
"kind": "field",
|
|
117030
|
+
"name": "maybeDisabled",
|
|
117031
|
+
"type": {
|
|
117032
|
+
"text": "boolean | undefined"
|
|
117033
|
+
},
|
|
117034
|
+
"privacy": "protected",
|
|
117035
|
+
"readonly": true,
|
|
117036
|
+
"inheritedFrom": {
|
|
117037
|
+
"name": "SbbActionBaseElement",
|
|
117038
|
+
"module": "core/base-elements/action-base-element.js"
|
|
117039
|
+
}
|
|
117040
|
+
},
|
|
117041
|
+
{
|
|
117042
|
+
"kind": "field",
|
|
117043
|
+
"name": "maybeDisabledInteractive",
|
|
117044
|
+
"type": {
|
|
117045
|
+
"text": "boolean | undefined"
|
|
117046
|
+
},
|
|
117047
|
+
"privacy": "protected",
|
|
117048
|
+
"readonly": true,
|
|
117049
|
+
"inheritedFrom": {
|
|
117050
|
+
"name": "SbbActionBaseElement",
|
|
117051
|
+
"module": "core/base-elements/action-base-element.js"
|
|
117052
|
+
}
|
|
117053
|
+
},
|
|
117054
|
+
{
|
|
117055
|
+
"kind": "method",
|
|
117056
|
+
"name": "setupBaseEventHandlers",
|
|
117057
|
+
"privacy": "protected",
|
|
117058
|
+
"return": {
|
|
117059
|
+
"type": {
|
|
117060
|
+
"text": "void"
|
|
117061
|
+
}
|
|
117062
|
+
},
|
|
117063
|
+
"inheritedFrom": {
|
|
117064
|
+
"name": "SbbActionBaseElement",
|
|
117065
|
+
"module": "core/base-elements/action-base-element.js"
|
|
117066
|
+
}
|
|
117067
|
+
},
|
|
117068
|
+
{
|
|
117069
|
+
"kind": "method",
|
|
117070
|
+
"name": "renderTemplate",
|
|
117071
|
+
"privacy": "protected",
|
|
117072
|
+
"return": {
|
|
117073
|
+
"type": {
|
|
117074
|
+
"text": "TemplateResult"
|
|
117075
|
+
}
|
|
117076
|
+
},
|
|
117077
|
+
"description": "Override this method to render the component template.",
|
|
117078
|
+
"inheritedFrom": {
|
|
117079
|
+
"name": "SbbActionBaseElement",
|
|
117080
|
+
"module": "core/base-elements/action-base-element.js"
|
|
117081
|
+
}
|
|
117082
|
+
},
|
|
117083
|
+
{
|
|
117084
|
+
"kind": "field",
|
|
117085
|
+
"name": "['_$sbbElement$']",
|
|
117086
|
+
"type": {
|
|
117087
|
+
"text": "boolean"
|
|
117088
|
+
},
|
|
117089
|
+
"privacy": "public",
|
|
117090
|
+
"static": true,
|
|
117091
|
+
"default": "true",
|
|
117092
|
+
"inheritedFrom": {
|
|
117093
|
+
"name": "SbbElement",
|
|
117094
|
+
"module": "core/base-elements/element.js"
|
|
117095
|
+
}
|
|
117096
|
+
},
|
|
117097
|
+
{
|
|
117098
|
+
"kind": "field",
|
|
117099
|
+
"name": "elementName",
|
|
117100
|
+
"type": {
|
|
117101
|
+
"text": "string"
|
|
117102
|
+
},
|
|
117103
|
+
"privacy": "public",
|
|
117104
|
+
"static": true,
|
|
117105
|
+
"readonly": true,
|
|
117106
|
+
"inheritedFrom": {
|
|
117107
|
+
"name": "SbbElement",
|
|
117108
|
+
"module": "core/base-elements/element.js"
|
|
117109
|
+
}
|
|
117110
|
+
},
|
|
117111
|
+
{
|
|
117112
|
+
"kind": "field",
|
|
117113
|
+
"name": "role",
|
|
117114
|
+
"type": {
|
|
117115
|
+
"text": "ElementInternals['role'] | undefined"
|
|
117116
|
+
},
|
|
117117
|
+
"privacy": "public",
|
|
117118
|
+
"static": true,
|
|
117119
|
+
"inheritedFrom": {
|
|
117120
|
+
"name": "SbbElement",
|
|
117121
|
+
"module": "core/base-elements/element.js"
|
|
117122
|
+
}
|
|
117123
|
+
},
|
|
117124
|
+
{
|
|
117125
|
+
"kind": "field",
|
|
117126
|
+
"name": "_controllers",
|
|
117127
|
+
"type": {
|
|
117128
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
117129
|
+
},
|
|
117130
|
+
"privacy": "private",
|
|
117131
|
+
"inheritedFrom": {
|
|
117132
|
+
"name": "SbbElement",
|
|
117133
|
+
"module": "core/base-elements/element.js"
|
|
117134
|
+
}
|
|
117135
|
+
},
|
|
117136
|
+
{
|
|
117137
|
+
"kind": "field",
|
|
117138
|
+
"name": "_hydrationRequired",
|
|
117139
|
+
"type": {
|
|
117140
|
+
"text": "boolean"
|
|
117141
|
+
},
|
|
117142
|
+
"privacy": "private",
|
|
117143
|
+
"default": "!!this.shadowRoot",
|
|
117144
|
+
"inheritedFrom": {
|
|
117145
|
+
"name": "SbbElement",
|
|
117146
|
+
"module": "core/base-elements/element.js"
|
|
117147
|
+
}
|
|
117148
|
+
},
|
|
117149
|
+
{
|
|
117150
|
+
"kind": "field",
|
|
117151
|
+
"name": "_hydrationComplete",
|
|
117152
|
+
"privacy": "private",
|
|
117153
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
117154
|
+
"inheritedFrom": {
|
|
117155
|
+
"name": "SbbElement",
|
|
117156
|
+
"module": "core/base-elements/element.js"
|
|
117157
|
+
}
|
|
117158
|
+
},
|
|
117159
|
+
{
|
|
117160
|
+
"kind": "field",
|
|
117161
|
+
"name": "_resolveHydration",
|
|
117162
|
+
"type": {
|
|
117163
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
117164
|
+
},
|
|
117165
|
+
"privacy": "private",
|
|
117166
|
+
"inheritedFrom": {
|
|
117167
|
+
"name": "SbbElement",
|
|
117168
|
+
"module": "core/base-elements/element.js"
|
|
117169
|
+
}
|
|
117170
|
+
},
|
|
117171
|
+
{
|
|
117172
|
+
"kind": "field",
|
|
117173
|
+
"name": "_textObserver",
|
|
117174
|
+
"type": {
|
|
117175
|
+
"text": "MutationObserver | undefined"
|
|
117176
|
+
},
|
|
117177
|
+
"privacy": "private",
|
|
117178
|
+
"inheritedFrom": {
|
|
117179
|
+
"name": "SbbElement",
|
|
117180
|
+
"module": "core/base-elements/element.js"
|
|
117181
|
+
}
|
|
117182
|
+
},
|
|
117183
|
+
{
|
|
117184
|
+
"kind": "field",
|
|
117185
|
+
"name": "hydrationRequired",
|
|
117186
|
+
"type": {
|
|
117187
|
+
"text": "boolean"
|
|
117188
|
+
},
|
|
117189
|
+
"privacy": "protected",
|
|
117190
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
117191
|
+
"readonly": true,
|
|
117192
|
+
"inheritedFrom": {
|
|
117193
|
+
"name": "SbbElement",
|
|
117194
|
+
"module": "core/base-elements/element.js"
|
|
117195
|
+
},
|
|
117196
|
+
"default": "!!this.shadowRoot"
|
|
117197
|
+
},
|
|
117198
|
+
{
|
|
117199
|
+
"kind": "method",
|
|
117200
|
+
"name": "finalizeStyles",
|
|
117201
|
+
"privacy": "protected",
|
|
117202
|
+
"static": true,
|
|
117203
|
+
"return": {
|
|
117204
|
+
"type": {
|
|
117205
|
+
"text": "CSSResultOrNative[]"
|
|
117206
|
+
}
|
|
117207
|
+
},
|
|
117208
|
+
"parameters": [
|
|
117209
|
+
{
|
|
117210
|
+
"name": "_styles",
|
|
117211
|
+
"type": {
|
|
117212
|
+
"text": "CSSResultGroup"
|
|
117213
|
+
}
|
|
117214
|
+
}
|
|
117215
|
+
],
|
|
117216
|
+
"description": "Collects `styles` from every class in the prototype chain (using `Object.hasOwn`)\nand merges them in top-down order. This means each class/mixin only needs to declare\nits **own** styles — there is no need to reference `super.styles`.\n\nLit's default behaviour already walks the chain, but fails for mixins where\n`super.styles` resolves to the wrong class. This override fixes that.",
|
|
117217
|
+
"inheritedFrom": {
|
|
117218
|
+
"name": "SbbElement",
|
|
117219
|
+
"module": "core/base-elements/element.js"
|
|
117220
|
+
}
|
|
117221
|
+
},
|
|
117222
|
+
{
|
|
117223
|
+
"kind": "method",
|
|
117224
|
+
"name": "toggleState",
|
|
117225
|
+
"privacy": "protected",
|
|
117226
|
+
"return": {
|
|
117227
|
+
"type": {
|
|
117228
|
+
"text": "void"
|
|
117229
|
+
}
|
|
117230
|
+
},
|
|
117231
|
+
"parameters": [
|
|
117232
|
+
{
|
|
117233
|
+
"name": "value",
|
|
117234
|
+
"type": {
|
|
117235
|
+
"text": "string"
|
|
117236
|
+
}
|
|
117237
|
+
},
|
|
117238
|
+
{
|
|
117239
|
+
"name": "force",
|
|
117240
|
+
"optional": true,
|
|
117241
|
+
"type": {
|
|
117242
|
+
"text": "boolean"
|
|
117243
|
+
}
|
|
117244
|
+
}
|
|
117245
|
+
],
|
|
117246
|
+
"inheritedFrom": {
|
|
117247
|
+
"name": "SbbElement",
|
|
117248
|
+
"module": "core/base-elements/element.js"
|
|
117249
|
+
}
|
|
117250
|
+
},
|
|
117251
|
+
{
|
|
117252
|
+
"kind": "method",
|
|
117253
|
+
"name": "_slotchangeHandler",
|
|
117254
|
+
"privacy": "private",
|
|
117255
|
+
"return": {
|
|
117256
|
+
"type": {
|
|
117257
|
+
"text": "void"
|
|
117258
|
+
}
|
|
117259
|
+
},
|
|
117260
|
+
"parameters": [
|
|
117261
|
+
{
|
|
117262
|
+
"name": "event",
|
|
117263
|
+
"type": {
|
|
117264
|
+
"text": "Event"
|
|
117265
|
+
}
|
|
117266
|
+
},
|
|
117267
|
+
{
|
|
117268
|
+
"name": "slot",
|
|
117269
|
+
"type": {
|
|
117270
|
+
"text": "HTMLSlotElement"
|
|
117271
|
+
}
|
|
117272
|
+
}
|
|
117273
|
+
],
|
|
117274
|
+
"inheritedFrom": {
|
|
117275
|
+
"name": "SbbElement",
|
|
117276
|
+
"module": "core/base-elements/element.js"
|
|
117277
|
+
}
|
|
117278
|
+
},
|
|
117279
|
+
{
|
|
117280
|
+
"kind": "method",
|
|
117281
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
117282
|
+
"privacy": "private",
|
|
117283
|
+
"return": {
|
|
117284
|
+
"type": {
|
|
117285
|
+
"text": "void"
|
|
117286
|
+
}
|
|
117287
|
+
},
|
|
117288
|
+
"parameters": [
|
|
117289
|
+
{
|
|
117290
|
+
"name": "slot",
|
|
117291
|
+
"type": {
|
|
117292
|
+
"text": "HTMLSlotElement"
|
|
117293
|
+
}
|
|
117294
|
+
}
|
|
117295
|
+
],
|
|
117296
|
+
"inheritedFrom": {
|
|
117297
|
+
"name": "SbbElement",
|
|
117298
|
+
"module": "core/base-elements/element.js"
|
|
117299
|
+
}
|
|
117300
|
+
},
|
|
117301
|
+
{
|
|
117302
|
+
"kind": "method",
|
|
117303
|
+
"name": "_updateSlottedState",
|
|
117304
|
+
"privacy": "private",
|
|
117305
|
+
"return": {
|
|
117306
|
+
"type": {
|
|
117307
|
+
"text": "void"
|
|
117308
|
+
}
|
|
117309
|
+
},
|
|
117310
|
+
"parameters": [
|
|
117311
|
+
{
|
|
117312
|
+
"name": "slot",
|
|
117313
|
+
"type": {
|
|
117314
|
+
"text": "HTMLSlotElement"
|
|
117315
|
+
}
|
|
117316
|
+
}
|
|
117317
|
+
],
|
|
117318
|
+
"inheritedFrom": {
|
|
117319
|
+
"name": "SbbElement",
|
|
117320
|
+
"module": "core/base-elements/element.js"
|
|
117321
|
+
}
|
|
117322
|
+
},
|
|
117323
|
+
{
|
|
117324
|
+
"kind": "method",
|
|
117325
|
+
"name": "_observeTextNodesInSlot",
|
|
117326
|
+
"privacy": "private",
|
|
117327
|
+
"return": {
|
|
117328
|
+
"type": {
|
|
117329
|
+
"text": "void"
|
|
117330
|
+
}
|
|
117331
|
+
},
|
|
117332
|
+
"parameters": [
|
|
117333
|
+
{
|
|
117334
|
+
"name": "slot",
|
|
117335
|
+
"type": {
|
|
117336
|
+
"text": "HTMLSlotElement"
|
|
117337
|
+
}
|
|
117338
|
+
}
|
|
117339
|
+
],
|
|
117340
|
+
"inheritedFrom": {
|
|
117341
|
+
"name": "SbbElement",
|
|
117342
|
+
"module": "core/base-elements/element.js"
|
|
117343
|
+
}
|
|
117344
|
+
},
|
|
117345
|
+
{
|
|
117346
|
+
"kind": "method",
|
|
117347
|
+
"name": "_hasSlottedContent",
|
|
117348
|
+
"privacy": "private",
|
|
117349
|
+
"return": {
|
|
117350
|
+
"type": {
|
|
117351
|
+
"text": "boolean"
|
|
117352
|
+
}
|
|
117353
|
+
},
|
|
117354
|
+
"parameters": [
|
|
117355
|
+
{
|
|
117356
|
+
"name": "slot",
|
|
117357
|
+
"type": {
|
|
117358
|
+
"text": "HTMLSlotElement"
|
|
117359
|
+
}
|
|
117360
|
+
}
|
|
117361
|
+
],
|
|
117362
|
+
"inheritedFrom": {
|
|
117363
|
+
"name": "SbbElement",
|
|
117364
|
+
"module": "core/base-elements/element.js"
|
|
117365
|
+
}
|
|
117366
|
+
}
|
|
117367
|
+
],
|
|
117368
|
+
"mixins": [
|
|
117369
|
+
{
|
|
117370
|
+
"name": "SbbIconNameMixin",
|
|
117371
|
+
"module": "icon.pure.js"
|
|
117372
|
+
}
|
|
117373
|
+
],
|
|
117374
|
+
"superclass": {
|
|
117375
|
+
"name": "SbbActionBaseElement",
|
|
117376
|
+
"module": "core.js"
|
|
117377
|
+
},
|
|
117378
|
+
"attributes": [
|
|
117379
|
+
{
|
|
117380
|
+
"name": "icon-name",
|
|
117381
|
+
"type": {
|
|
117382
|
+
"text": "string"
|
|
117383
|
+
},
|
|
117384
|
+
"default": "''",
|
|
117385
|
+
"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.",
|
|
117386
|
+
"fieldName": "iconName",
|
|
117387
|
+
"inheritedFrom": {
|
|
117388
|
+
"name": "SbbIconNameMixin",
|
|
117389
|
+
"module": "icon/icon-name-mixin.js"
|
|
117390
|
+
}
|
|
117391
|
+
}
|
|
117392
|
+
]
|
|
117393
|
+
},
|
|
117394
|
+
{
|
|
117395
|
+
"kind": "mixin",
|
|
117396
|
+
"description": "",
|
|
117397
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
117398
|
+
"members": [
|
|
117399
|
+
{
|
|
117400
|
+
"kind": "field",
|
|
117401
|
+
"name": "styles",
|
|
117402
|
+
"type": {
|
|
117403
|
+
"text": "CSSResultGroup"
|
|
117404
|
+
},
|
|
117405
|
+
"privacy": "public",
|
|
117406
|
+
"static": true,
|
|
117407
|
+
"default": "[unsafeCSS(style)]"
|
|
117408
|
+
},
|
|
117409
|
+
{
|
|
117410
|
+
"kind": "field",
|
|
117411
|
+
"name": "expandFrom",
|
|
117412
|
+
"type": {
|
|
117413
|
+
"text": "SbbHorizontalFrom"
|
|
117414
|
+
},
|
|
117415
|
+
"privacy": "public",
|
|
117416
|
+
"default": "'large'",
|
|
117417
|
+
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
117418
|
+
"attribute": "expand-from",
|
|
117419
|
+
"reflects": true
|
|
117420
|
+
},
|
|
117421
|
+
{
|
|
117422
|
+
"kind": "method",
|
|
117423
|
+
"name": "renderTemplate",
|
|
117424
|
+
"privacy": "protected",
|
|
117425
|
+
"return": {
|
|
117426
|
+
"type": {
|
|
117427
|
+
"text": "TemplateResult"
|
|
117428
|
+
}
|
|
117429
|
+
}
|
|
117430
|
+
},
|
|
117431
|
+
{
|
|
117432
|
+
"kind": "field",
|
|
117433
|
+
"name": "elementDependencies",
|
|
117434
|
+
"type": {
|
|
117435
|
+
"text": "SbbElementType[]"
|
|
117436
|
+
},
|
|
117437
|
+
"privacy": "public",
|
|
117438
|
+
"static": true,
|
|
117439
|
+
"default": "[SbbIconElement]",
|
|
117440
|
+
"inheritedFrom": {
|
|
117441
|
+
"name": "SbbIconNameMixin",
|
|
117442
|
+
"module": "icon/icon-name-mixin.js"
|
|
117443
|
+
}
|
|
117444
117444
|
},
|
|
117445
117445
|
{
|
|
117446
117446
|
"kind": "field",
|
|
@@ -165987,22 +165987,15 @@
|
|
|
165987
165987
|
},
|
|
165988
165988
|
{
|
|
165989
165989
|
"kind": "javascript-module",
|
|
165990
|
-
"path": "train/train-
|
|
165990
|
+
"path": "train/train-wagon/train-wagon.component.js",
|
|
165991
165991
|
"declarations": [
|
|
165992
165992
|
{
|
|
165993
165993
|
"kind": "class",
|
|
165994
|
-
"description": "It displays a train
|
|
165995
|
-
"name": "
|
|
165996
|
-
"cssProperties": [
|
|
165997
|
-
{
|
|
165998
|
-
"description": "Defines the inline or block padding inside the horizontal or vertical scrolling area.",
|
|
165999
|
-
"name": "--sbb-train-formation-scroll-padding",
|
|
166000
|
-
"default": "var(--sbb-spacing-fixed-1x)"
|
|
166001
|
-
}
|
|
166002
|
-
],
|
|
165994
|
+
"description": "It displays a train compartment within a `sbb-train` component.",
|
|
165995
|
+
"name": "SbbTrainWagonElement",
|
|
166003
165996
|
"slots": [
|
|
166004
165997
|
{
|
|
166005
|
-
"description": "Use the unnamed slot to add
|
|
165998
|
+
"description": "Use the unnamed slot to add one or more `sbb-icon` for meta-information of the wagon.",
|
|
166006
165999
|
"name": ""
|
|
166007
166000
|
}
|
|
166008
166001
|
],
|
|
@@ -166016,12 +166009,56 @@
|
|
|
166016
166009
|
"privacy": "public",
|
|
166017
166010
|
"static": true,
|
|
166018
166011
|
"readonly": true,
|
|
166019
|
-
"default": "'sbb-train-
|
|
166012
|
+
"default": "'sbb-train-wagon'",
|
|
166020
166013
|
"inheritedFrom": {
|
|
166021
166014
|
"name": "SbbElement",
|
|
166022
166015
|
"module": "core/base-elements/element.js"
|
|
166023
166016
|
}
|
|
166024
166017
|
},
|
|
166018
|
+
{
|
|
166019
|
+
"kind": "field",
|
|
166020
|
+
"name": "elementDependencies",
|
|
166021
|
+
"type": {
|
|
166022
|
+
"text": "SbbElementType[]"
|
|
166023
|
+
},
|
|
166024
|
+
"privacy": "public",
|
|
166025
|
+
"static": true,
|
|
166026
|
+
"default": "[ SbbIconElement, SbbTimetableOccupancyIconElement, SbbDividerElement, ]",
|
|
166027
|
+
"inheritedFrom": {
|
|
166028
|
+
"name": "SbbElement",
|
|
166029
|
+
"module": "core/base-elements/element.js"
|
|
166030
|
+
}
|
|
166031
|
+
},
|
|
166032
|
+
{
|
|
166033
|
+
"kind": "field",
|
|
166034
|
+
"name": "styles",
|
|
166035
|
+
"type": {
|
|
166036
|
+
"text": "CSSResultGroup"
|
|
166037
|
+
},
|
|
166038
|
+
"privacy": "public",
|
|
166039
|
+
"static": true,
|
|
166040
|
+
"default": "[unsafeCSS(style)]",
|
|
166041
|
+
"inheritedFrom": {
|
|
166042
|
+
"name": "SbbNamedSlotListMixin",
|
|
166043
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
166044
|
+
}
|
|
166045
|
+
},
|
|
166046
|
+
{
|
|
166047
|
+
"kind": "field",
|
|
166048
|
+
"name": "wagonType",
|
|
166049
|
+
"type": {
|
|
166050
|
+
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
166051
|
+
},
|
|
166052
|
+
"privacy": "public",
|
|
166053
|
+
"default": "'wagon'",
|
|
166054
|
+
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
166055
|
+
"attribute": "wagon-type",
|
|
166056
|
+
"reflects": true,
|
|
166057
|
+
"inheritedFrom": {
|
|
166058
|
+
"name": "SbbTrainWagonMixin",
|
|
166059
|
+
"module": "train/train-wagon-common.js"
|
|
166060
|
+
}
|
|
166061
|
+
},
|
|
166025
166062
|
{
|
|
166026
166063
|
"kind": "field",
|
|
166027
166064
|
"name": "listChildLocalNames",
|
|
@@ -166031,7 +166068,7 @@
|
|
|
166031
166068
|
"privacy": "protected",
|
|
166032
166069
|
"readonly": true,
|
|
166033
166070
|
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
166034
|
-
"default": "['sbb-
|
|
166071
|
+
"default": "['sbb-icon']",
|
|
166035
166072
|
"inheritedFrom": {
|
|
166036
166073
|
"name": "SbbNamedSlotListMixin",
|
|
166037
166074
|
"module": "core/mixins/named-slot-list-mixin.js"
|
|
@@ -166039,107 +166076,213 @@
|
|
|
166039
166076
|
},
|
|
166040
166077
|
{
|
|
166041
166078
|
"kind": "field",
|
|
166042
|
-
"name": "
|
|
166079
|
+
"name": "occupancy",
|
|
166043
166080
|
"type": {
|
|
166044
|
-
"text": "
|
|
166081
|
+
"text": "SbbOccupancy | null"
|
|
166045
166082
|
},
|
|
166046
166083
|
"privacy": "public",
|
|
166047
|
-
"default": "
|
|
166048
|
-
"description": "
|
|
166049
|
-
"attribute": "
|
|
166050
|
-
"
|
|
166084
|
+
"default": "null",
|
|
166085
|
+
"description": "Occupancy of a wagon.",
|
|
166086
|
+
"attribute": "occupancy",
|
|
166087
|
+
"inheritedFrom": {
|
|
166088
|
+
"name": "SbbTrainWagonMixin",
|
|
166089
|
+
"module": "train/train-wagon-common.js"
|
|
166090
|
+
}
|
|
166051
166091
|
},
|
|
166052
166092
|
{
|
|
166053
166093
|
"kind": "field",
|
|
166054
|
-
"name": "
|
|
166094
|
+
"name": "sector",
|
|
166055
166095
|
"type": {
|
|
166056
|
-
"text": "
|
|
166096
|
+
"text": "string"
|
|
166057
166097
|
},
|
|
166058
166098
|
"privacy": "public",
|
|
166059
|
-
"default": "'
|
|
166060
|
-
"description": "
|
|
166061
|
-
"attribute": "
|
|
166062
|
-
"reflects": true
|
|
166099
|
+
"default": "''",
|
|
166100
|
+
"description": "Sector in which the wagon stops.",
|
|
166101
|
+
"attribute": "sector",
|
|
166102
|
+
"reflects": true,
|
|
166103
|
+
"inheritedFrom": {
|
|
166104
|
+
"name": "SbbTrainWagonMixin",
|
|
166105
|
+
"module": "train/train-wagon-common.js"
|
|
166106
|
+
}
|
|
166063
166107
|
},
|
|
166064
166108
|
{
|
|
166065
166109
|
"kind": "field",
|
|
166066
|
-
"name": "
|
|
166110
|
+
"name": "blockedPassage",
|
|
166067
166111
|
"type": {
|
|
166068
|
-
"text": "
|
|
166112
|
+
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
166113
|
+
},
|
|
166114
|
+
"privacy": "public",
|
|
166115
|
+
"default": "'none'",
|
|
166116
|
+
"description": "Accessibility text for blocked passages of the wagon.",
|
|
166117
|
+
"attribute": "blocked-passage",
|
|
166118
|
+
"inheritedFrom": {
|
|
166119
|
+
"name": "SbbTrainWagonMixin",
|
|
166120
|
+
"module": "train/train-wagon-common.js"
|
|
166121
|
+
}
|
|
166122
|
+
},
|
|
166123
|
+
{
|
|
166124
|
+
"kind": "field",
|
|
166125
|
+
"name": "wagonClass",
|
|
166126
|
+
"type": {
|
|
166127
|
+
"text": "| '1'\n | '2'\n | '1-2'\n | '2-1'\n | null"
|
|
166128
|
+
},
|
|
166129
|
+
"privacy": "public",
|
|
166130
|
+
"default": "null",
|
|
166131
|
+
"description": "Class label",
|
|
166132
|
+
"attribute": "wagon-class",
|
|
166133
|
+
"inheritedFrom": {
|
|
166134
|
+
"name": "SbbTrainWagonMixin",
|
|
166135
|
+
"module": "train/train-wagon-common.js"
|
|
166136
|
+
}
|
|
166137
|
+
},
|
|
166138
|
+
{
|
|
166139
|
+
"kind": "field",
|
|
166140
|
+
"name": "label",
|
|
166141
|
+
"type": {
|
|
166142
|
+
"text": "string"
|
|
166143
|
+
},
|
|
166144
|
+
"privacy": "public",
|
|
166145
|
+
"default": "''",
|
|
166146
|
+
"description": "Wagon number",
|
|
166147
|
+
"attribute": "label",
|
|
166148
|
+
"reflects": true,
|
|
166149
|
+
"inheritedFrom": {
|
|
166150
|
+
"name": "SbbTrainWagonMixin",
|
|
166151
|
+
"module": "train/train-wagon-common.js"
|
|
166152
|
+
}
|
|
166153
|
+
},
|
|
166154
|
+
{
|
|
166155
|
+
"kind": "field",
|
|
166156
|
+
"name": "additionalAccessibilityText",
|
|
166157
|
+
"type": {
|
|
166158
|
+
"text": "string"
|
|
166159
|
+
},
|
|
166160
|
+
"privacy": "public",
|
|
166161
|
+
"default": "''",
|
|
166162
|
+
"description": "Additional accessibility text which will be appended to the end.",
|
|
166163
|
+
"attribute": "additional-accessibility-text",
|
|
166164
|
+
"inheritedFrom": {
|
|
166165
|
+
"name": "SbbTrainWagonMixin",
|
|
166166
|
+
"module": "train/train-wagon-common.js"
|
|
166167
|
+
}
|
|
166168
|
+
},
|
|
166169
|
+
{
|
|
166170
|
+
"kind": "field",
|
|
166171
|
+
"name": "_view",
|
|
166172
|
+
"type": {
|
|
166173
|
+
"text": "SbbTrainFormationElement['view'] | null"
|
|
166069
166174
|
},
|
|
166070
166175
|
"privacy": "private",
|
|
166071
|
-
"default": "
|
|
166176
|
+
"default": "null",
|
|
166177
|
+
"inheritedFrom": {
|
|
166178
|
+
"name": "SbbTrainWagonMixin",
|
|
166179
|
+
"module": "train/train-wagon-common.js"
|
|
166180
|
+
}
|
|
166072
166181
|
},
|
|
166073
166182
|
{
|
|
166074
166183
|
"kind": "field",
|
|
166075
166184
|
"name": "_language",
|
|
166076
166185
|
"privacy": "private",
|
|
166077
|
-
"default": "new SbbLanguageController(this)"
|
|
166186
|
+
"default": "new SbbLanguageController(this)",
|
|
166187
|
+
"inheritedFrom": {
|
|
166188
|
+
"name": "SbbTrainWagonMixin",
|
|
166189
|
+
"module": "train/train-wagon-common.js"
|
|
166190
|
+
}
|
|
166191
|
+
},
|
|
166192
|
+
{
|
|
166193
|
+
"kind": "field",
|
|
166194
|
+
"name": "_clipStyleSheet",
|
|
166195
|
+
"type": {
|
|
166196
|
+
"text": "CSSStyleSheet | null"
|
|
166197
|
+
},
|
|
166198
|
+
"privacy": "private",
|
|
166199
|
+
"default": "null",
|
|
166200
|
+
"inheritedFrom": {
|
|
166201
|
+
"name": "SbbTrainWagonMixin",
|
|
166202
|
+
"module": "train/train-wagon-common.js"
|
|
166203
|
+
}
|
|
166078
166204
|
},
|
|
166079
166205
|
{
|
|
166080
166206
|
"kind": "method",
|
|
166081
|
-
"name": "
|
|
166207
|
+
"name": "_sectorChanged",
|
|
166082
166208
|
"privacy": "private",
|
|
166083
166209
|
"return": {
|
|
166084
166210
|
"type": {
|
|
166085
166211
|
"text": "void"
|
|
166086
166212
|
}
|
|
166087
166213
|
},
|
|
166088
|
-
"
|
|
166089
|
-
|
|
166090
|
-
|
|
166091
|
-
|
|
166092
|
-
|
|
166093
|
-
|
|
166094
|
-
|
|
166214
|
+
"inheritedFrom": {
|
|
166215
|
+
"name": "SbbTrainWagonMixin",
|
|
166216
|
+
"module": "train/train-wagon-common.js"
|
|
166217
|
+
}
|
|
166218
|
+
},
|
|
166219
|
+
{
|
|
166220
|
+
"kind": "method",
|
|
166221
|
+
"name": "_wagonTypeLabel",
|
|
166222
|
+
"privacy": "private",
|
|
166223
|
+
"return": {
|
|
166224
|
+
"type": {
|
|
166225
|
+
"text": "string"
|
|
166095
166226
|
}
|
|
166096
|
-
|
|
166227
|
+
},
|
|
166228
|
+
"inheritedFrom": {
|
|
166229
|
+
"name": "SbbTrainWagonMixin",
|
|
166230
|
+
"module": "train/train-wagon-common.js"
|
|
166231
|
+
}
|
|
166097
166232
|
},
|
|
166098
166233
|
{
|
|
166099
166234
|
"kind": "method",
|
|
166100
|
-
"name": "
|
|
166235
|
+
"name": "_wagonShape",
|
|
166101
166236
|
"privacy": "private",
|
|
166102
166237
|
"return": {
|
|
166103
166238
|
"type": {
|
|
166104
|
-
"text": "
|
|
166239
|
+
"text": "string"
|
|
166105
166240
|
}
|
|
166106
166241
|
},
|
|
166107
|
-
"
|
|
166108
|
-
|
|
166109
|
-
|
|
166110
|
-
|
|
166111
|
-
|
|
166112
|
-
|
|
166113
|
-
|
|
166242
|
+
"inheritedFrom": {
|
|
166243
|
+
"name": "SbbTrainWagonMixin",
|
|
166244
|
+
"module": "train/train-wagon-common.js"
|
|
166245
|
+
}
|
|
166246
|
+
},
|
|
166247
|
+
{
|
|
166248
|
+
"kind": "method",
|
|
166249
|
+
"name": "_classLabel",
|
|
166250
|
+
"privacy": "private",
|
|
166251
|
+
"return": {
|
|
166252
|
+
"type": {
|
|
166253
|
+
"text": "string"
|
|
166114
166254
|
}
|
|
166115
|
-
|
|
166255
|
+
},
|
|
166256
|
+
"inheritedFrom": {
|
|
166257
|
+
"name": "SbbTrainWagonMixin",
|
|
166258
|
+
"module": "train/train-wagon-common.js"
|
|
166259
|
+
}
|
|
166116
166260
|
},
|
|
166117
166261
|
{
|
|
166118
|
-
"kind": "
|
|
166119
|
-
"name": "
|
|
166120
|
-
"
|
|
166121
|
-
|
|
166262
|
+
"kind": "method",
|
|
166263
|
+
"name": "renderTemplate",
|
|
166264
|
+
"privacy": "protected",
|
|
166265
|
+
"return": {
|
|
166266
|
+
"type": {
|
|
166267
|
+
"text": "TemplateResult"
|
|
166268
|
+
}
|
|
166122
166269
|
},
|
|
166123
|
-
"privacy": "public",
|
|
166124
|
-
"static": true,
|
|
166125
|
-
"default": "[]",
|
|
166126
166270
|
"inheritedFrom": {
|
|
166127
|
-
"name": "
|
|
166128
|
-
"module": "
|
|
166271
|
+
"name": "SbbTrainWagonMixin",
|
|
166272
|
+
"module": "train/train-wagon-common.js"
|
|
166129
166273
|
}
|
|
166130
166274
|
},
|
|
166131
166275
|
{
|
|
166132
166276
|
"kind": "field",
|
|
166133
|
-
"name": "
|
|
166277
|
+
"name": "orientation",
|
|
166134
166278
|
"type": {
|
|
166135
|
-
"text": "
|
|
166279
|
+
"text": "SbbOrientation | null"
|
|
166136
166280
|
},
|
|
166137
|
-
"privacy": "
|
|
166138
|
-
"
|
|
166139
|
-
"default": "[screenReaderOnlyStyles]",
|
|
166281
|
+
"privacy": "protected",
|
|
166282
|
+
"default": "null",
|
|
166140
166283
|
"inheritedFrom": {
|
|
166141
|
-
"name": "
|
|
166142
|
-
"module": "
|
|
166284
|
+
"name": "SbbTrainFormationOrientationMixin",
|
|
166285
|
+
"module": "train/train-formation-orientation-mixin.js"
|
|
166143
166286
|
}
|
|
166144
166287
|
},
|
|
166145
166288
|
{
|
|
@@ -166505,349 +166648,279 @@
|
|
|
166505
166648
|
}
|
|
166506
166649
|
}
|
|
166507
166650
|
],
|
|
166508
|
-
"attributes": [
|
|
166509
|
-
{
|
|
166510
|
-
"name": "view",
|
|
166511
|
-
"type": {
|
|
166512
|
-
"text": "'side' | 'top'"
|
|
166513
|
-
},
|
|
166514
|
-
"default": "'side'",
|
|
166515
|
-
"description": "Whether the view of the wagons is from side or top perspective.",
|
|
166516
|
-
"fieldName": "view"
|
|
166517
|
-
},
|
|
166518
|
-
{
|
|
166519
|
-
"name": "orientation",
|
|
166520
|
-
"type": {
|
|
166521
|
-
"text": "SbbOrientation"
|
|
166522
|
-
},
|
|
166523
|
-
"default": "'horizontal'",
|
|
166524
|
-
"description": "Orientation, either horizontal or vertical.",
|
|
166525
|
-
"fieldName": "orientation"
|
|
166526
|
-
}
|
|
166527
|
-
],
|
|
166528
166651
|
"mixins": [
|
|
166529
166652
|
{
|
|
166530
|
-
"name": "
|
|
166531
|
-
"module": "
|
|
166653
|
+
"name": "SbbTrainWagonMixin",
|
|
166654
|
+
"module": "train/train-wagon-common.js"
|
|
166532
166655
|
}
|
|
166533
166656
|
],
|
|
166534
166657
|
"superclass": {
|
|
166535
166658
|
"name": "SbbElement",
|
|
166536
166659
|
"module": "core.js"
|
|
166537
166660
|
},
|
|
166538
|
-
"tagName": "sbb-train-
|
|
166539
|
-
"customElement": true
|
|
166540
|
-
|
|
166541
|
-
],
|
|
166542
|
-
"exports": [
|
|
166543
|
-
{
|
|
166544
|
-
"kind": "js",
|
|
166545
|
-
"name": "SbbTrainFormationElement",
|
|
166546
|
-
"declaration": {
|
|
166547
|
-
"name": "SbbTrainFormationElement",
|
|
166548
|
-
"module": "train/train-formation/train-formation.component.js"
|
|
166549
|
-
}
|
|
166550
|
-
}
|
|
166551
|
-
]
|
|
166552
|
-
},
|
|
166553
|
-
{
|
|
166554
|
-
"kind": "javascript-module",
|
|
166555
|
-
"path": "train/train-wagon/train-wagon.component.js",
|
|
166556
|
-
"declarations": [
|
|
166557
|
-
{
|
|
166558
|
-
"kind": "class",
|
|
166559
|
-
"description": "It displays a train compartment within a `sbb-train` component.",
|
|
166560
|
-
"name": "SbbTrainWagonElement",
|
|
166561
|
-
"slots": [
|
|
166562
|
-
{
|
|
166563
|
-
"description": "Use the unnamed slot to add one or more `sbb-icon` for meta-information of the wagon.",
|
|
166564
|
-
"name": ""
|
|
166565
|
-
}
|
|
166566
|
-
],
|
|
166567
|
-
"members": [
|
|
166568
|
-
{
|
|
166569
|
-
"kind": "field",
|
|
166570
|
-
"name": "elementName",
|
|
166571
|
-
"type": {
|
|
166572
|
-
"text": "string"
|
|
166573
|
-
},
|
|
166574
|
-
"privacy": "public",
|
|
166575
|
-
"static": true,
|
|
166576
|
-
"readonly": true,
|
|
166577
|
-
"default": "'sbb-train-wagon'",
|
|
166578
|
-
"inheritedFrom": {
|
|
166579
|
-
"name": "SbbElement",
|
|
166580
|
-
"module": "core/base-elements/element.js"
|
|
166581
|
-
}
|
|
166582
|
-
},
|
|
166583
|
-
{
|
|
166584
|
-
"kind": "field",
|
|
166585
|
-
"name": "elementDependencies",
|
|
166586
|
-
"type": {
|
|
166587
|
-
"text": "SbbElementType[]"
|
|
166588
|
-
},
|
|
166589
|
-
"privacy": "public",
|
|
166590
|
-
"static": true,
|
|
166591
|
-
"default": "[ SbbIconElement, SbbTimetableOccupancyIconElement, SbbDividerElement, ]",
|
|
166592
|
-
"inheritedFrom": {
|
|
166593
|
-
"name": "SbbElement",
|
|
166594
|
-
"module": "core/base-elements/element.js"
|
|
166595
|
-
}
|
|
166596
|
-
},
|
|
166597
|
-
{
|
|
166598
|
-
"kind": "field",
|
|
166599
|
-
"name": "styles",
|
|
166600
|
-
"type": {
|
|
166601
|
-
"text": "CSSResultGroup"
|
|
166602
|
-
},
|
|
166603
|
-
"privacy": "public",
|
|
166604
|
-
"static": true,
|
|
166605
|
-
"default": "[unsafeCSS(style)]",
|
|
166606
|
-
"inheritedFrom": {
|
|
166607
|
-
"name": "SbbNamedSlotListMixin",
|
|
166608
|
-
"module": "core/mixins/named-slot-list-mixin.js"
|
|
166609
|
-
}
|
|
166610
|
-
},
|
|
166661
|
+
"tagName": "sbb-train-wagon",
|
|
166662
|
+
"customElement": true,
|
|
166663
|
+
"attributes": [
|
|
166611
166664
|
{
|
|
166612
|
-
"
|
|
166613
|
-
"name": "wagonType",
|
|
166665
|
+
"name": "wagon-type",
|
|
166614
166666
|
"type": {
|
|
166615
166667
|
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
166616
166668
|
},
|
|
166617
|
-
"privacy": "public",
|
|
166618
166669
|
"default": "'wagon'",
|
|
166619
166670
|
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
166620
|
-
"
|
|
166621
|
-
"reflects": true,
|
|
166671
|
+
"fieldName": "wagonType",
|
|
166622
166672
|
"inheritedFrom": {
|
|
166623
166673
|
"name": "SbbTrainWagonMixin",
|
|
166624
166674
|
"module": "train/train-wagon-common.js"
|
|
166625
166675
|
}
|
|
166626
166676
|
},
|
|
166627
166677
|
{
|
|
166628
|
-
"kind": "field",
|
|
166629
|
-
"name": "listChildLocalNames",
|
|
166630
|
-
"type": {
|
|
166631
|
-
"text": "array"
|
|
166632
|
-
},
|
|
166633
|
-
"privacy": "protected",
|
|
166634
|
-
"readonly": true,
|
|
166635
|
-
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
166636
|
-
"default": "['sbb-icon']",
|
|
166637
|
-
"inheritedFrom": {
|
|
166638
|
-
"name": "SbbNamedSlotListMixin",
|
|
166639
|
-
"module": "core/mixins/named-slot-list-mixin.js"
|
|
166640
|
-
}
|
|
166641
|
-
},
|
|
166642
|
-
{
|
|
166643
|
-
"kind": "field",
|
|
166644
166678
|
"name": "occupancy",
|
|
166645
166679
|
"type": {
|
|
166646
166680
|
"text": "SbbOccupancy | null"
|
|
166647
166681
|
},
|
|
166648
|
-
"privacy": "public",
|
|
166649
166682
|
"default": "null",
|
|
166650
166683
|
"description": "Occupancy of a wagon.",
|
|
166651
|
-
"
|
|
166684
|
+
"fieldName": "occupancy",
|
|
166652
166685
|
"inheritedFrom": {
|
|
166653
166686
|
"name": "SbbTrainWagonMixin",
|
|
166654
166687
|
"module": "train/train-wagon-common.js"
|
|
166655
166688
|
}
|
|
166656
166689
|
},
|
|
166657
166690
|
{
|
|
166658
|
-
"kind": "field",
|
|
166659
166691
|
"name": "sector",
|
|
166660
166692
|
"type": {
|
|
166661
166693
|
"text": "string"
|
|
166662
166694
|
},
|
|
166663
|
-
"privacy": "public",
|
|
166664
166695
|
"default": "''",
|
|
166665
166696
|
"description": "Sector in which the wagon stops.",
|
|
166666
|
-
"
|
|
166667
|
-
"reflects": true,
|
|
166697
|
+
"fieldName": "sector",
|
|
166668
166698
|
"inheritedFrom": {
|
|
166669
166699
|
"name": "SbbTrainWagonMixin",
|
|
166670
166700
|
"module": "train/train-wagon-common.js"
|
|
166671
166701
|
}
|
|
166672
166702
|
},
|
|
166673
166703
|
{
|
|
166674
|
-
"
|
|
166675
|
-
"name": "blockedPassage",
|
|
166704
|
+
"name": "blocked-passage",
|
|
166676
166705
|
"type": {
|
|
166677
166706
|
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
166678
166707
|
},
|
|
166679
|
-
"privacy": "public",
|
|
166680
166708
|
"default": "'none'",
|
|
166681
166709
|
"description": "Accessibility text for blocked passages of the wagon.",
|
|
166682
|
-
"
|
|
166710
|
+
"fieldName": "blockedPassage",
|
|
166683
166711
|
"inheritedFrom": {
|
|
166684
166712
|
"name": "SbbTrainWagonMixin",
|
|
166685
166713
|
"module": "train/train-wagon-common.js"
|
|
166686
166714
|
}
|
|
166687
166715
|
},
|
|
166688
166716
|
{
|
|
166689
|
-
"
|
|
166690
|
-
"name": "wagonClass",
|
|
166717
|
+
"name": "wagon-class",
|
|
166691
166718
|
"type": {
|
|
166692
166719
|
"text": "| '1'\n | '2'\n | '1-2'\n | '2-1'\n | null"
|
|
166693
166720
|
},
|
|
166694
|
-
"privacy": "public",
|
|
166695
166721
|
"default": "null",
|
|
166696
166722
|
"description": "Class label",
|
|
166697
|
-
"
|
|
166723
|
+
"fieldName": "wagonClass",
|
|
166698
166724
|
"inheritedFrom": {
|
|
166699
166725
|
"name": "SbbTrainWagonMixin",
|
|
166700
166726
|
"module": "train/train-wagon-common.js"
|
|
166701
166727
|
}
|
|
166702
166728
|
},
|
|
166703
166729
|
{
|
|
166704
|
-
"kind": "field",
|
|
166705
166730
|
"name": "label",
|
|
166706
166731
|
"type": {
|
|
166707
166732
|
"text": "string"
|
|
166708
166733
|
},
|
|
166709
|
-
"privacy": "public",
|
|
166710
166734
|
"default": "''",
|
|
166711
166735
|
"description": "Wagon number",
|
|
166712
|
-
"
|
|
166713
|
-
"reflects": true,
|
|
166736
|
+
"fieldName": "label",
|
|
166714
166737
|
"inheritedFrom": {
|
|
166715
166738
|
"name": "SbbTrainWagonMixin",
|
|
166716
166739
|
"module": "train/train-wagon-common.js"
|
|
166717
166740
|
}
|
|
166718
166741
|
},
|
|
166719
166742
|
{
|
|
166720
|
-
"
|
|
166721
|
-
"name": "additionalAccessibilityText",
|
|
166743
|
+
"name": "additional-accessibility-text",
|
|
166722
166744
|
"type": {
|
|
166723
166745
|
"text": "string"
|
|
166724
166746
|
},
|
|
166725
|
-
"privacy": "public",
|
|
166726
166747
|
"default": "''",
|
|
166727
166748
|
"description": "Additional accessibility text which will be appended to the end.",
|
|
166728
|
-
"
|
|
166749
|
+
"fieldName": "additionalAccessibilityText",
|
|
166729
166750
|
"inheritedFrom": {
|
|
166730
166751
|
"name": "SbbTrainWagonMixin",
|
|
166731
166752
|
"module": "train/train-wagon-common.js"
|
|
166732
166753
|
}
|
|
166733
|
-
}
|
|
166754
|
+
}
|
|
166755
|
+
]
|
|
166756
|
+
}
|
|
166757
|
+
],
|
|
166758
|
+
"exports": [
|
|
166759
|
+
{
|
|
166760
|
+
"kind": "js",
|
|
166761
|
+
"name": "SbbTrainWagonElement",
|
|
166762
|
+
"declaration": {
|
|
166763
|
+
"name": "SbbTrainWagonElement",
|
|
166764
|
+
"module": "train/train-wagon/train-wagon.component.js"
|
|
166765
|
+
}
|
|
166766
|
+
}
|
|
166767
|
+
]
|
|
166768
|
+
},
|
|
166769
|
+
{
|
|
166770
|
+
"kind": "javascript-module",
|
|
166771
|
+
"path": "train/train-formation/train-formation.component.js",
|
|
166772
|
+
"declarations": [
|
|
166773
|
+
{
|
|
166774
|
+
"kind": "class",
|
|
166775
|
+
"description": "It displays a train composition, acting as a container for one or more `sbb-train` component.",
|
|
166776
|
+
"name": "SbbTrainFormationElement",
|
|
166777
|
+
"cssProperties": [
|
|
166778
|
+
{
|
|
166779
|
+
"description": "Defines the inline or block padding inside the horizontal or vertical scrolling area.",
|
|
166780
|
+
"name": "--sbb-train-formation-scroll-padding",
|
|
166781
|
+
"default": "var(--sbb-spacing-fixed-1x)"
|
|
166782
|
+
}
|
|
166783
|
+
],
|
|
166784
|
+
"slots": [
|
|
166785
|
+
{
|
|
166786
|
+
"description": "Use the unnamed slot to add 'sbb-train' elements to the `sbb-train-formation`.",
|
|
166787
|
+
"name": ""
|
|
166788
|
+
}
|
|
166789
|
+
],
|
|
166790
|
+
"members": [
|
|
166734
166791
|
{
|
|
166735
166792
|
"kind": "field",
|
|
166736
|
-
"name": "
|
|
166793
|
+
"name": "elementName",
|
|
166737
166794
|
"type": {
|
|
166738
|
-
"text": "
|
|
166795
|
+
"text": "string"
|
|
166739
166796
|
},
|
|
166740
|
-
"privacy": "
|
|
166741
|
-
"
|
|
166797
|
+
"privacy": "public",
|
|
166798
|
+
"static": true,
|
|
166799
|
+
"readonly": true,
|
|
166800
|
+
"default": "'sbb-train-formation'",
|
|
166742
166801
|
"inheritedFrom": {
|
|
166743
|
-
"name": "
|
|
166744
|
-
"module": "
|
|
166802
|
+
"name": "SbbElement",
|
|
166803
|
+
"module": "core/base-elements/element.js"
|
|
166745
166804
|
}
|
|
166746
166805
|
},
|
|
166747
166806
|
{
|
|
166748
166807
|
"kind": "field",
|
|
166749
|
-
"name": "
|
|
166750
|
-
"
|
|
166751
|
-
|
|
166808
|
+
"name": "listChildLocalNames",
|
|
166809
|
+
"type": {
|
|
166810
|
+
"text": "array"
|
|
166811
|
+
},
|
|
166812
|
+
"privacy": "protected",
|
|
166813
|
+
"readonly": true,
|
|
166814
|
+
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
166815
|
+
"default": "['sbb-train']",
|
|
166752
166816
|
"inheritedFrom": {
|
|
166753
|
-
"name": "
|
|
166754
|
-
"module": "
|
|
166817
|
+
"name": "SbbNamedSlotListMixin",
|
|
166818
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
166755
166819
|
}
|
|
166756
166820
|
},
|
|
166757
166821
|
{
|
|
166758
166822
|
"kind": "field",
|
|
166759
|
-
"name": "
|
|
166823
|
+
"name": "view",
|
|
166760
166824
|
"type": {
|
|
166761
|
-
"text": "
|
|
166825
|
+
"text": "'side' | 'top'"
|
|
166762
166826
|
},
|
|
166763
|
-
"privacy": "
|
|
166764
|
-
"default": "
|
|
166765
|
-
"
|
|
166766
|
-
|
|
166767
|
-
|
|
166768
|
-
}
|
|
166827
|
+
"privacy": "public",
|
|
166828
|
+
"default": "'side'",
|
|
166829
|
+
"description": "Whether the view of the wagons is from side or top perspective.",
|
|
166830
|
+
"attribute": "view",
|
|
166831
|
+
"reflects": true
|
|
166769
166832
|
},
|
|
166770
166833
|
{
|
|
166771
|
-
"kind": "
|
|
166772
|
-
"name": "
|
|
166773
|
-
"
|
|
166774
|
-
|
|
166775
|
-
"type": {
|
|
166776
|
-
"text": "void"
|
|
166777
|
-
}
|
|
166834
|
+
"kind": "field",
|
|
166835
|
+
"name": "orientation",
|
|
166836
|
+
"type": {
|
|
166837
|
+
"text": "SbbOrientation"
|
|
166778
166838
|
},
|
|
166779
|
-
"
|
|
166780
|
-
|
|
166781
|
-
|
|
166782
|
-
|
|
166839
|
+
"privacy": "public",
|
|
166840
|
+
"default": "'horizontal'",
|
|
166841
|
+
"description": "Orientation, either horizontal or vertical.",
|
|
166842
|
+
"attribute": "orientation",
|
|
166843
|
+
"reflects": true
|
|
166783
166844
|
},
|
|
166784
166845
|
{
|
|
166785
|
-
"kind": "
|
|
166786
|
-
"name": "
|
|
166787
|
-
"
|
|
166788
|
-
|
|
166789
|
-
"type": {
|
|
166790
|
-
"text": "string"
|
|
166791
|
-
}
|
|
166846
|
+
"kind": "field",
|
|
166847
|
+
"name": "_sectors",
|
|
166848
|
+
"type": {
|
|
166849
|
+
"text": "AggregatedSector[]"
|
|
166792
166850
|
},
|
|
166793
|
-
"
|
|
166794
|
-
|
|
166795
|
-
|
|
166796
|
-
|
|
166851
|
+
"privacy": "private",
|
|
166852
|
+
"default": "[]"
|
|
166853
|
+
},
|
|
166854
|
+
{
|
|
166855
|
+
"kind": "field",
|
|
166856
|
+
"name": "_language",
|
|
166857
|
+
"privacy": "private",
|
|
166858
|
+
"default": "new SbbLanguageController(this)"
|
|
166797
166859
|
},
|
|
166798
166860
|
{
|
|
166799
166861
|
"kind": "method",
|
|
166800
|
-
"name": "
|
|
166862
|
+
"name": "_readDirectionLabel",
|
|
166801
166863
|
"privacy": "private",
|
|
166802
166864
|
"return": {
|
|
166803
166865
|
"type": {
|
|
166804
|
-
"text": "
|
|
166866
|
+
"text": "void"
|
|
166805
166867
|
}
|
|
166806
166868
|
},
|
|
166807
|
-
"
|
|
166808
|
-
|
|
166809
|
-
|
|
166810
|
-
|
|
166869
|
+
"parameters": [
|
|
166870
|
+
{
|
|
166871
|
+
"name": "event",
|
|
166872
|
+
"optional": true,
|
|
166873
|
+
"type": {
|
|
166874
|
+
"text": "Event"
|
|
166875
|
+
}
|
|
166876
|
+
}
|
|
166877
|
+
]
|
|
166811
166878
|
},
|
|
166812
166879
|
{
|
|
166813
166880
|
"kind": "method",
|
|
166814
|
-
"name": "
|
|
166881
|
+
"name": "_readSectors",
|
|
166815
166882
|
"privacy": "private",
|
|
166816
166883
|
"return": {
|
|
166817
166884
|
"type": {
|
|
166818
|
-
"text": "
|
|
166885
|
+
"text": "void"
|
|
166819
166886
|
}
|
|
166820
166887
|
},
|
|
166821
|
-
"
|
|
166822
|
-
|
|
166823
|
-
|
|
166824
|
-
|
|
166888
|
+
"parameters": [
|
|
166889
|
+
{
|
|
166890
|
+
"name": "event",
|
|
166891
|
+
"optional": true,
|
|
166892
|
+
"type": {
|
|
166893
|
+
"text": "Event"
|
|
166894
|
+
}
|
|
166895
|
+
}
|
|
166896
|
+
]
|
|
166825
166897
|
},
|
|
166826
166898
|
{
|
|
166827
|
-
"kind": "
|
|
166828
|
-
"name": "
|
|
166829
|
-
"
|
|
166830
|
-
|
|
166831
|
-
"type": {
|
|
166832
|
-
"text": "TemplateResult"
|
|
166833
|
-
}
|
|
166899
|
+
"kind": "field",
|
|
166900
|
+
"name": "elementDependencies",
|
|
166901
|
+
"type": {
|
|
166902
|
+
"text": "SbbElementType[]"
|
|
166834
166903
|
},
|
|
166904
|
+
"privacy": "public",
|
|
166905
|
+
"static": true,
|
|
166906
|
+
"default": "[]",
|
|
166835
166907
|
"inheritedFrom": {
|
|
166836
|
-
"name": "
|
|
166837
|
-
"module": "
|
|
166908
|
+
"name": "SbbElement",
|
|
166909
|
+
"module": "core/base-elements/element.js"
|
|
166838
166910
|
}
|
|
166839
166911
|
},
|
|
166840
166912
|
{
|
|
166841
166913
|
"kind": "field",
|
|
166842
|
-
"name": "
|
|
166914
|
+
"name": "styles",
|
|
166843
166915
|
"type": {
|
|
166844
|
-
"text": "
|
|
166916
|
+
"text": "CSSResultGroup"
|
|
166845
166917
|
},
|
|
166846
|
-
"privacy": "
|
|
166847
|
-
"
|
|
166918
|
+
"privacy": "public",
|
|
166919
|
+
"static": true,
|
|
166920
|
+
"default": "[screenReaderOnlyStyles]",
|
|
166848
166921
|
"inheritedFrom": {
|
|
166849
|
-
"name": "
|
|
166850
|
-
"module": "
|
|
166922
|
+
"name": "SbbNamedSlotListMixin",
|
|
166923
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
166851
166924
|
}
|
|
166852
166925
|
},
|
|
166853
166926
|
{
|
|
@@ -167213,120 +167286,47 @@
|
|
|
167213
167286
|
}
|
|
167214
167287
|
}
|
|
167215
167288
|
],
|
|
167216
|
-
"mixins": [
|
|
167217
|
-
{
|
|
167218
|
-
"name": "SbbTrainWagonMixin",
|
|
167219
|
-
"module": "train/train-wagon-common.js"
|
|
167220
|
-
}
|
|
167221
|
-
],
|
|
167222
|
-
"superclass": {
|
|
167223
|
-
"name": "SbbElement",
|
|
167224
|
-
"module": "core.js"
|
|
167225
|
-
},
|
|
167226
|
-
"tagName": "sbb-train-wagon",
|
|
167227
|
-
"customElement": true,
|
|
167228
167289
|
"attributes": [
|
|
167229
167290
|
{
|
|
167230
|
-
"name": "
|
|
167231
|
-
"type": {
|
|
167232
|
-
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
167233
|
-
},
|
|
167234
|
-
"default": "'wagon'",
|
|
167235
|
-
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
167236
|
-
"fieldName": "wagonType",
|
|
167237
|
-
"inheritedFrom": {
|
|
167238
|
-
"name": "SbbTrainWagonMixin",
|
|
167239
|
-
"module": "train/train-wagon-common.js"
|
|
167240
|
-
}
|
|
167241
|
-
},
|
|
167242
|
-
{
|
|
167243
|
-
"name": "occupancy",
|
|
167244
|
-
"type": {
|
|
167245
|
-
"text": "SbbOccupancy | null"
|
|
167246
|
-
},
|
|
167247
|
-
"default": "null",
|
|
167248
|
-
"description": "Occupancy of a wagon.",
|
|
167249
|
-
"fieldName": "occupancy",
|
|
167250
|
-
"inheritedFrom": {
|
|
167251
|
-
"name": "SbbTrainWagonMixin",
|
|
167252
|
-
"module": "train/train-wagon-common.js"
|
|
167253
|
-
}
|
|
167254
|
-
},
|
|
167255
|
-
{
|
|
167256
|
-
"name": "sector",
|
|
167257
|
-
"type": {
|
|
167258
|
-
"text": "string"
|
|
167259
|
-
},
|
|
167260
|
-
"default": "''",
|
|
167261
|
-
"description": "Sector in which the wagon stops.",
|
|
167262
|
-
"fieldName": "sector",
|
|
167263
|
-
"inheritedFrom": {
|
|
167264
|
-
"name": "SbbTrainWagonMixin",
|
|
167265
|
-
"module": "train/train-wagon-common.js"
|
|
167266
|
-
}
|
|
167267
|
-
},
|
|
167268
|
-
{
|
|
167269
|
-
"name": "blocked-passage",
|
|
167270
|
-
"type": {
|
|
167271
|
-
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
167272
|
-
},
|
|
167273
|
-
"default": "'none'",
|
|
167274
|
-
"description": "Accessibility text for blocked passages of the wagon.",
|
|
167275
|
-
"fieldName": "blockedPassage",
|
|
167276
|
-
"inheritedFrom": {
|
|
167277
|
-
"name": "SbbTrainWagonMixin",
|
|
167278
|
-
"module": "train/train-wagon-common.js"
|
|
167279
|
-
}
|
|
167280
|
-
},
|
|
167281
|
-
{
|
|
167282
|
-
"name": "wagon-class",
|
|
167291
|
+
"name": "view",
|
|
167283
167292
|
"type": {
|
|
167284
|
-
"text": "
|
|
167293
|
+
"text": "'side' | 'top'"
|
|
167285
167294
|
},
|
|
167286
|
-
"default": "
|
|
167287
|
-
"description": "
|
|
167288
|
-
"fieldName": "
|
|
167289
|
-
"inheritedFrom": {
|
|
167290
|
-
"name": "SbbTrainWagonMixin",
|
|
167291
|
-
"module": "train/train-wagon-common.js"
|
|
167292
|
-
}
|
|
167295
|
+
"default": "'side'",
|
|
167296
|
+
"description": "Whether the view of the wagons is from side or top perspective.",
|
|
167297
|
+
"fieldName": "view"
|
|
167293
167298
|
},
|
|
167294
167299
|
{
|
|
167295
|
-
"name": "
|
|
167300
|
+
"name": "orientation",
|
|
167296
167301
|
"type": {
|
|
167297
|
-
"text": "
|
|
167302
|
+
"text": "SbbOrientation"
|
|
167298
167303
|
},
|
|
167299
|
-
"default": "''",
|
|
167300
|
-
"description": "
|
|
167301
|
-
"fieldName": "
|
|
167302
|
-
|
|
167303
|
-
|
|
167304
|
-
|
|
167305
|
-
}
|
|
167306
|
-
},
|
|
167304
|
+
"default": "'horizontal'",
|
|
167305
|
+
"description": "Orientation, either horizontal or vertical.",
|
|
167306
|
+
"fieldName": "orientation"
|
|
167307
|
+
}
|
|
167308
|
+
],
|
|
167309
|
+
"mixins": [
|
|
167307
167310
|
{
|
|
167308
|
-
"name": "
|
|
167309
|
-
"
|
|
167310
|
-
"text": "string"
|
|
167311
|
-
},
|
|
167312
|
-
"default": "''",
|
|
167313
|
-
"description": "Additional accessibility text which will be appended to the end.",
|
|
167314
|
-
"fieldName": "additionalAccessibilityText",
|
|
167315
|
-
"inheritedFrom": {
|
|
167316
|
-
"name": "SbbTrainWagonMixin",
|
|
167317
|
-
"module": "train/train-wagon-common.js"
|
|
167318
|
-
}
|
|
167311
|
+
"name": "SbbNamedSlotListMixin",
|
|
167312
|
+
"module": "core.js"
|
|
167319
167313
|
}
|
|
167320
|
-
]
|
|
167314
|
+
],
|
|
167315
|
+
"superclass": {
|
|
167316
|
+
"name": "SbbElement",
|
|
167317
|
+
"module": "core.js"
|
|
167318
|
+
},
|
|
167319
|
+
"tagName": "sbb-train-formation",
|
|
167320
|
+
"customElement": true
|
|
167321
167321
|
}
|
|
167322
167322
|
],
|
|
167323
167323
|
"exports": [
|
|
167324
167324
|
{
|
|
167325
167325
|
"kind": "js",
|
|
167326
|
-
"name": "
|
|
167326
|
+
"name": "SbbTrainFormationElement",
|
|
167327
167327
|
"declaration": {
|
|
167328
|
-
"name": "
|
|
167329
|
-
"module": "train/train-
|
|
167328
|
+
"name": "SbbTrainFormationElement",
|
|
167329
|
+
"module": "train/train-formation/train-formation.component.js"
|
|
167330
167330
|
}
|
|
167331
167331
|
}
|
|
167332
167332
|
]
|