@sbb-esta/lyne-elements-dev 4.11.0-dev.1776956590 → 4.11.0-dev.1777021821
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/styles/core.scss +4 -0
- package/core.css +8 -0
- package/custom-elements.json +1035 -1035
- package/development/file-selector/common/file-selector-common.d.ts.map +1 -1
- package/development/file-selector/common/file-selector-common.js +1 -1
- package/development/file-selector/common.js +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.d.ts.map +1 -1
- package/development/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +1 -1
- package/development/file-selector/file-selector-dropzone.js +1 -1
- package/development/file-selector-common-C7xIEiV4.js +416 -0
- package/development/file-selector-dropzone.component-BAWMZW4F.js +111 -0
- package/development/file-selector.js +2 -2
- package/development/file-selector.pure.js +2 -2
- package/development/option/option/option-base-element.js +2 -2
- package/development/select/select.component.js +1 -1
- package/development/{select.component-CIGTdz2k.js → select.component-6Dwk_s7d.js} +2 -2
- package/development/select.js +1 -1
- package/development/select.pure.js +1 -1
- package/file-selector/common/file-selector-common.js +1 -1
- package/file-selector/common.js +1 -1
- package/file-selector/file-selector-dropzone/file-selector-dropzone.component.js +1 -1
- package/file-selector/file-selector-dropzone.js +1 -1
- package/{file-selector-common-DN4vHMpP.js → file-selector-common-BL9mM4SZ.js} +38 -40
- package/{file-selector-dropzone.component-DSmBp7xN.js → file-selector-dropzone.component-Ctar2kEw.js} +3 -4
- package/file-selector.js +2 -2
- package/file-selector.pure.js +2 -2
- package/off-brand-theme.css +8 -0
- package/option/option/option-base-element.js +1 -1
- package/package.json +2 -2
- package/safety-theme.css +8 -0
- package/select/select.component.js +1 -1
- package/{select.component-DwPdjd7S.js → select.component-CkqpVDmc.js} +1 -1
- package/select.js +1 -1
- package/select.pure.js +1 -1
- package/standard-theme.css +8 -0
- package/development/file-selector-common-C82QR3zb.js +0 -418
- package/development/file-selector-dropzone.component-xfkQt0VX.js +0 -112
package/custom-elements.json
CHANGED
|
@@ -31213,6 +31213,238 @@
|
|
|
31213
31213
|
}
|
|
31214
31214
|
]
|
|
31215
31215
|
},
|
|
31216
|
+
{
|
|
31217
|
+
"kind": "javascript-module",
|
|
31218
|
+
"path": "timetable-occupancy/timetable-occupancy.component.js",
|
|
31219
|
+
"declarations": [
|
|
31220
|
+
{
|
|
31221
|
+
"kind": "class",
|
|
31222
|
+
"description": "Used in `sbb-timetable-row`, it displays information about wagon occupancy.",
|
|
31223
|
+
"name": "SbbTimetableOccupancyElement",
|
|
31224
|
+
"members": [
|
|
31225
|
+
{
|
|
31226
|
+
"kind": "field",
|
|
31227
|
+
"name": "elementName",
|
|
31228
|
+
"type": {
|
|
31229
|
+
"text": "string"
|
|
31230
|
+
},
|
|
31231
|
+
"privacy": "public",
|
|
31232
|
+
"static": true,
|
|
31233
|
+
"readonly": true,
|
|
31234
|
+
"default": "'sbb-timetable-occupancy'",
|
|
31235
|
+
"inheritedFrom": {
|
|
31236
|
+
"name": "SbbElement",
|
|
31237
|
+
"module": "core/base-elements/element.js"
|
|
31238
|
+
}
|
|
31239
|
+
},
|
|
31240
|
+
{
|
|
31241
|
+
"kind": "field",
|
|
31242
|
+
"name": "firstClassOccupancy",
|
|
31243
|
+
"type": {
|
|
31244
|
+
"text": "SbbOccupancy | null"
|
|
31245
|
+
},
|
|
31246
|
+
"privacy": "public",
|
|
31247
|
+
"default": "null",
|
|
31248
|
+
"description": "Occupancy for first class wagons.",
|
|
31249
|
+
"attribute": "first-class-occupancy"
|
|
31250
|
+
},
|
|
31251
|
+
{
|
|
31252
|
+
"kind": "field",
|
|
31253
|
+
"name": "secondClassOccupancy",
|
|
31254
|
+
"type": {
|
|
31255
|
+
"text": "SbbOccupancy | null"
|
|
31256
|
+
},
|
|
31257
|
+
"privacy": "public",
|
|
31258
|
+
"default": "null",
|
|
31259
|
+
"description": "Occupancy for second class wagons.",
|
|
31260
|
+
"attribute": "second-class-occupancy"
|
|
31261
|
+
},
|
|
31262
|
+
{
|
|
31263
|
+
"kind": "field",
|
|
31264
|
+
"name": "_language",
|
|
31265
|
+
"privacy": "private",
|
|
31266
|
+
"default": "new SbbLanguageController(this)"
|
|
31267
|
+
},
|
|
31268
|
+
{
|
|
31269
|
+
"kind": "field",
|
|
31270
|
+
"name": "negative",
|
|
31271
|
+
"type": {
|
|
31272
|
+
"text": "boolean"
|
|
31273
|
+
},
|
|
31274
|
+
"privacy": "public",
|
|
31275
|
+
"default": "false",
|
|
31276
|
+
"description": "Negative coloring variant flag.",
|
|
31277
|
+
"attribute": "negative",
|
|
31278
|
+
"reflects": true,
|
|
31279
|
+
"inheritedFrom": {
|
|
31280
|
+
"name": "SbbNegativeMixin",
|
|
31281
|
+
"module": "core/mixins/negative-mixin.js"
|
|
31282
|
+
}
|
|
31283
|
+
},
|
|
31284
|
+
{
|
|
31285
|
+
"kind": "field",
|
|
31286
|
+
"name": "_hydrationRequired",
|
|
31287
|
+
"type": {
|
|
31288
|
+
"text": "boolean"
|
|
31289
|
+
},
|
|
31290
|
+
"privacy": "private",
|
|
31291
|
+
"default": "!!this.shadowRoot",
|
|
31292
|
+
"inheritedFrom": {
|
|
31293
|
+
"name": "SbbHydrationMixin",
|
|
31294
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
31295
|
+
}
|
|
31296
|
+
},
|
|
31297
|
+
{
|
|
31298
|
+
"kind": "field",
|
|
31299
|
+
"name": "_hydrationComplete",
|
|
31300
|
+
"privacy": "private",
|
|
31301
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
31302
|
+
"inheritedFrom": {
|
|
31303
|
+
"name": "SbbHydrationMixin",
|
|
31304
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
31305
|
+
}
|
|
31306
|
+
},
|
|
31307
|
+
{
|
|
31308
|
+
"kind": "field",
|
|
31309
|
+
"name": "_resolveHydration",
|
|
31310
|
+
"type": {
|
|
31311
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
31312
|
+
},
|
|
31313
|
+
"privacy": "private",
|
|
31314
|
+
"inheritedFrom": {
|
|
31315
|
+
"name": "SbbHydrationMixin",
|
|
31316
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
31317
|
+
}
|
|
31318
|
+
},
|
|
31319
|
+
{
|
|
31320
|
+
"kind": "field",
|
|
31321
|
+
"name": "hydrationRequired",
|
|
31322
|
+
"type": {
|
|
31323
|
+
"text": "boolean"
|
|
31324
|
+
},
|
|
31325
|
+
"privacy": "protected",
|
|
31326
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
31327
|
+
"readonly": true,
|
|
31328
|
+
"inheritedFrom": {
|
|
31329
|
+
"name": "SbbHydrationMixin",
|
|
31330
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
31331
|
+
},
|
|
31332
|
+
"default": "!!this.shadowRoot"
|
|
31333
|
+
},
|
|
31334
|
+
{
|
|
31335
|
+
"kind": "method",
|
|
31336
|
+
"name": "toggleState",
|
|
31337
|
+
"privacy": "protected",
|
|
31338
|
+
"return": {
|
|
31339
|
+
"type": {
|
|
31340
|
+
"text": "void"
|
|
31341
|
+
}
|
|
31342
|
+
},
|
|
31343
|
+
"parameters": [
|
|
31344
|
+
{
|
|
31345
|
+
"name": "value",
|
|
31346
|
+
"type": {
|
|
31347
|
+
"text": "string"
|
|
31348
|
+
}
|
|
31349
|
+
},
|
|
31350
|
+
{
|
|
31351
|
+
"name": "force",
|
|
31352
|
+
"optional": true,
|
|
31353
|
+
"type": {
|
|
31354
|
+
"text": "boolean"
|
|
31355
|
+
}
|
|
31356
|
+
}
|
|
31357
|
+
],
|
|
31358
|
+
"inheritedFrom": {
|
|
31359
|
+
"name": "SbbElementInternalsMixin",
|
|
31360
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
31361
|
+
}
|
|
31362
|
+
},
|
|
31363
|
+
{
|
|
31364
|
+
"kind": "field",
|
|
31365
|
+
"name": "['_$sbbElement$']",
|
|
31366
|
+
"type": {
|
|
31367
|
+
"text": "boolean"
|
|
31368
|
+
},
|
|
31369
|
+
"privacy": "public",
|
|
31370
|
+
"static": true,
|
|
31371
|
+
"default": "true",
|
|
31372
|
+
"inheritedFrom": {
|
|
31373
|
+
"name": "SbbElement",
|
|
31374
|
+
"module": "core/base-elements/element.js"
|
|
31375
|
+
}
|
|
31376
|
+
},
|
|
31377
|
+
{
|
|
31378
|
+
"kind": "field",
|
|
31379
|
+
"name": "_controllers",
|
|
31380
|
+
"type": {
|
|
31381
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
31382
|
+
},
|
|
31383
|
+
"privacy": "private",
|
|
31384
|
+
"inheritedFrom": {
|
|
31385
|
+
"name": "SbbElement",
|
|
31386
|
+
"module": "core/base-elements/element.js"
|
|
31387
|
+
}
|
|
31388
|
+
}
|
|
31389
|
+
],
|
|
31390
|
+
"attributes": [
|
|
31391
|
+
{
|
|
31392
|
+
"name": "first-class-occupancy",
|
|
31393
|
+
"type": {
|
|
31394
|
+
"text": "SbbOccupancy | null"
|
|
31395
|
+
},
|
|
31396
|
+
"default": "null",
|
|
31397
|
+
"description": "Occupancy for first class wagons.",
|
|
31398
|
+
"fieldName": "firstClassOccupancy"
|
|
31399
|
+
},
|
|
31400
|
+
{
|
|
31401
|
+
"name": "second-class-occupancy",
|
|
31402
|
+
"type": {
|
|
31403
|
+
"text": "SbbOccupancy | null"
|
|
31404
|
+
},
|
|
31405
|
+
"default": "null",
|
|
31406
|
+
"description": "Occupancy for second class wagons.",
|
|
31407
|
+
"fieldName": "secondClassOccupancy"
|
|
31408
|
+
},
|
|
31409
|
+
{
|
|
31410
|
+
"name": "negative",
|
|
31411
|
+
"type": {
|
|
31412
|
+
"text": "boolean"
|
|
31413
|
+
},
|
|
31414
|
+
"default": "false",
|
|
31415
|
+
"description": "Negative coloring variant flag.",
|
|
31416
|
+
"fieldName": "negative",
|
|
31417
|
+
"inheritedFrom": {
|
|
31418
|
+
"name": "SbbNegativeMixin",
|
|
31419
|
+
"module": "core/mixins/negative-mixin.js"
|
|
31420
|
+
}
|
|
31421
|
+
}
|
|
31422
|
+
],
|
|
31423
|
+
"mixins": [
|
|
31424
|
+
{
|
|
31425
|
+
"name": "SbbNegativeMixin",
|
|
31426
|
+
"module": "core/mixins.js"
|
|
31427
|
+
}
|
|
31428
|
+
],
|
|
31429
|
+
"superclass": {
|
|
31430
|
+
"name": "SbbElement",
|
|
31431
|
+
"module": "core/base-elements.js"
|
|
31432
|
+
},
|
|
31433
|
+
"tagName": "sbb-timetable-occupancy",
|
|
31434
|
+
"customElement": true
|
|
31435
|
+
}
|
|
31436
|
+
],
|
|
31437
|
+
"exports": [
|
|
31438
|
+
{
|
|
31439
|
+
"kind": "js",
|
|
31440
|
+
"name": "SbbTimetableOccupancyElement",
|
|
31441
|
+
"declaration": {
|
|
31442
|
+
"name": "SbbTimetableOccupancyElement",
|
|
31443
|
+
"module": "timetable-occupancy/timetable-occupancy.component.js"
|
|
31444
|
+
}
|
|
31445
|
+
}
|
|
31446
|
+
]
|
|
31447
|
+
},
|
|
31216
31448
|
{
|
|
31217
31449
|
"kind": "javascript-module",
|
|
31218
31450
|
"path": "timetable-occupancy-icon/timetable-occupancy-icon.component.js",
|
|
@@ -31626,238 +31858,6 @@
|
|
|
31626
31858
|
}
|
|
31627
31859
|
]
|
|
31628
31860
|
},
|
|
31629
|
-
{
|
|
31630
|
-
"kind": "javascript-module",
|
|
31631
|
-
"path": "timetable-occupancy/timetable-occupancy.component.js",
|
|
31632
|
-
"declarations": [
|
|
31633
|
-
{
|
|
31634
|
-
"kind": "class",
|
|
31635
|
-
"description": "Used in `sbb-timetable-row`, it displays information about wagon occupancy.",
|
|
31636
|
-
"name": "SbbTimetableOccupancyElement",
|
|
31637
|
-
"members": [
|
|
31638
|
-
{
|
|
31639
|
-
"kind": "field",
|
|
31640
|
-
"name": "elementName",
|
|
31641
|
-
"type": {
|
|
31642
|
-
"text": "string"
|
|
31643
|
-
},
|
|
31644
|
-
"privacy": "public",
|
|
31645
|
-
"static": true,
|
|
31646
|
-
"readonly": true,
|
|
31647
|
-
"default": "'sbb-timetable-occupancy'",
|
|
31648
|
-
"inheritedFrom": {
|
|
31649
|
-
"name": "SbbElement",
|
|
31650
|
-
"module": "core/base-elements/element.js"
|
|
31651
|
-
}
|
|
31652
|
-
},
|
|
31653
|
-
{
|
|
31654
|
-
"kind": "field",
|
|
31655
|
-
"name": "firstClassOccupancy",
|
|
31656
|
-
"type": {
|
|
31657
|
-
"text": "SbbOccupancy | null"
|
|
31658
|
-
},
|
|
31659
|
-
"privacy": "public",
|
|
31660
|
-
"default": "null",
|
|
31661
|
-
"description": "Occupancy for first class wagons.",
|
|
31662
|
-
"attribute": "first-class-occupancy"
|
|
31663
|
-
},
|
|
31664
|
-
{
|
|
31665
|
-
"kind": "field",
|
|
31666
|
-
"name": "secondClassOccupancy",
|
|
31667
|
-
"type": {
|
|
31668
|
-
"text": "SbbOccupancy | null"
|
|
31669
|
-
},
|
|
31670
|
-
"privacy": "public",
|
|
31671
|
-
"default": "null",
|
|
31672
|
-
"description": "Occupancy for second class wagons.",
|
|
31673
|
-
"attribute": "second-class-occupancy"
|
|
31674
|
-
},
|
|
31675
|
-
{
|
|
31676
|
-
"kind": "field",
|
|
31677
|
-
"name": "_language",
|
|
31678
|
-
"privacy": "private",
|
|
31679
|
-
"default": "new SbbLanguageController(this)"
|
|
31680
|
-
},
|
|
31681
|
-
{
|
|
31682
|
-
"kind": "field",
|
|
31683
|
-
"name": "negative",
|
|
31684
|
-
"type": {
|
|
31685
|
-
"text": "boolean"
|
|
31686
|
-
},
|
|
31687
|
-
"privacy": "public",
|
|
31688
|
-
"default": "false",
|
|
31689
|
-
"description": "Negative coloring variant flag.",
|
|
31690
|
-
"attribute": "negative",
|
|
31691
|
-
"reflects": true,
|
|
31692
|
-
"inheritedFrom": {
|
|
31693
|
-
"name": "SbbNegativeMixin",
|
|
31694
|
-
"module": "core/mixins/negative-mixin.js"
|
|
31695
|
-
}
|
|
31696
|
-
},
|
|
31697
|
-
{
|
|
31698
|
-
"kind": "field",
|
|
31699
|
-
"name": "_hydrationRequired",
|
|
31700
|
-
"type": {
|
|
31701
|
-
"text": "boolean"
|
|
31702
|
-
},
|
|
31703
|
-
"privacy": "private",
|
|
31704
|
-
"default": "!!this.shadowRoot",
|
|
31705
|
-
"inheritedFrom": {
|
|
31706
|
-
"name": "SbbHydrationMixin",
|
|
31707
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
31708
|
-
}
|
|
31709
|
-
},
|
|
31710
|
-
{
|
|
31711
|
-
"kind": "field",
|
|
31712
|
-
"name": "_hydrationComplete",
|
|
31713
|
-
"privacy": "private",
|
|
31714
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
31715
|
-
"inheritedFrom": {
|
|
31716
|
-
"name": "SbbHydrationMixin",
|
|
31717
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
31718
|
-
}
|
|
31719
|
-
},
|
|
31720
|
-
{
|
|
31721
|
-
"kind": "field",
|
|
31722
|
-
"name": "_resolveHydration",
|
|
31723
|
-
"type": {
|
|
31724
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
31725
|
-
},
|
|
31726
|
-
"privacy": "private",
|
|
31727
|
-
"inheritedFrom": {
|
|
31728
|
-
"name": "SbbHydrationMixin",
|
|
31729
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
31730
|
-
}
|
|
31731
|
-
},
|
|
31732
|
-
{
|
|
31733
|
-
"kind": "field",
|
|
31734
|
-
"name": "hydrationRequired",
|
|
31735
|
-
"type": {
|
|
31736
|
-
"text": "boolean"
|
|
31737
|
-
},
|
|
31738
|
-
"privacy": "protected",
|
|
31739
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
31740
|
-
"readonly": true,
|
|
31741
|
-
"inheritedFrom": {
|
|
31742
|
-
"name": "SbbHydrationMixin",
|
|
31743
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
31744
|
-
},
|
|
31745
|
-
"default": "!!this.shadowRoot"
|
|
31746
|
-
},
|
|
31747
|
-
{
|
|
31748
|
-
"kind": "method",
|
|
31749
|
-
"name": "toggleState",
|
|
31750
|
-
"privacy": "protected",
|
|
31751
|
-
"return": {
|
|
31752
|
-
"type": {
|
|
31753
|
-
"text": "void"
|
|
31754
|
-
}
|
|
31755
|
-
},
|
|
31756
|
-
"parameters": [
|
|
31757
|
-
{
|
|
31758
|
-
"name": "value",
|
|
31759
|
-
"type": {
|
|
31760
|
-
"text": "string"
|
|
31761
|
-
}
|
|
31762
|
-
},
|
|
31763
|
-
{
|
|
31764
|
-
"name": "force",
|
|
31765
|
-
"optional": true,
|
|
31766
|
-
"type": {
|
|
31767
|
-
"text": "boolean"
|
|
31768
|
-
}
|
|
31769
|
-
}
|
|
31770
|
-
],
|
|
31771
|
-
"inheritedFrom": {
|
|
31772
|
-
"name": "SbbElementInternalsMixin",
|
|
31773
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
31774
|
-
}
|
|
31775
|
-
},
|
|
31776
|
-
{
|
|
31777
|
-
"kind": "field",
|
|
31778
|
-
"name": "['_$sbbElement$']",
|
|
31779
|
-
"type": {
|
|
31780
|
-
"text": "boolean"
|
|
31781
|
-
},
|
|
31782
|
-
"privacy": "public",
|
|
31783
|
-
"static": true,
|
|
31784
|
-
"default": "true",
|
|
31785
|
-
"inheritedFrom": {
|
|
31786
|
-
"name": "SbbElement",
|
|
31787
|
-
"module": "core/base-elements/element.js"
|
|
31788
|
-
}
|
|
31789
|
-
},
|
|
31790
|
-
{
|
|
31791
|
-
"kind": "field",
|
|
31792
|
-
"name": "_controllers",
|
|
31793
|
-
"type": {
|
|
31794
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
31795
|
-
},
|
|
31796
|
-
"privacy": "private",
|
|
31797
|
-
"inheritedFrom": {
|
|
31798
|
-
"name": "SbbElement",
|
|
31799
|
-
"module": "core/base-elements/element.js"
|
|
31800
|
-
}
|
|
31801
|
-
}
|
|
31802
|
-
],
|
|
31803
|
-
"attributes": [
|
|
31804
|
-
{
|
|
31805
|
-
"name": "first-class-occupancy",
|
|
31806
|
-
"type": {
|
|
31807
|
-
"text": "SbbOccupancy | null"
|
|
31808
|
-
},
|
|
31809
|
-
"default": "null",
|
|
31810
|
-
"description": "Occupancy for first class wagons.",
|
|
31811
|
-
"fieldName": "firstClassOccupancy"
|
|
31812
|
-
},
|
|
31813
|
-
{
|
|
31814
|
-
"name": "second-class-occupancy",
|
|
31815
|
-
"type": {
|
|
31816
|
-
"text": "SbbOccupancy | null"
|
|
31817
|
-
},
|
|
31818
|
-
"default": "null",
|
|
31819
|
-
"description": "Occupancy for second class wagons.",
|
|
31820
|
-
"fieldName": "secondClassOccupancy"
|
|
31821
|
-
},
|
|
31822
|
-
{
|
|
31823
|
-
"name": "negative",
|
|
31824
|
-
"type": {
|
|
31825
|
-
"text": "boolean"
|
|
31826
|
-
},
|
|
31827
|
-
"default": "false",
|
|
31828
|
-
"description": "Negative coloring variant flag.",
|
|
31829
|
-
"fieldName": "negative",
|
|
31830
|
-
"inheritedFrom": {
|
|
31831
|
-
"name": "SbbNegativeMixin",
|
|
31832
|
-
"module": "core/mixins/negative-mixin.js"
|
|
31833
|
-
}
|
|
31834
|
-
}
|
|
31835
|
-
],
|
|
31836
|
-
"mixins": [
|
|
31837
|
-
{
|
|
31838
|
-
"name": "SbbNegativeMixin",
|
|
31839
|
-
"module": "core/mixins.js"
|
|
31840
|
-
}
|
|
31841
|
-
],
|
|
31842
|
-
"superclass": {
|
|
31843
|
-
"name": "SbbElement",
|
|
31844
|
-
"module": "core/base-elements.js"
|
|
31845
|
-
},
|
|
31846
|
-
"tagName": "sbb-timetable-occupancy",
|
|
31847
|
-
"customElement": true
|
|
31848
|
-
}
|
|
31849
|
-
],
|
|
31850
|
-
"exports": [
|
|
31851
|
-
{
|
|
31852
|
-
"kind": "js",
|
|
31853
|
-
"name": "SbbTimetableOccupancyElement",
|
|
31854
|
-
"declaration": {
|
|
31855
|
-
"name": "SbbTimetableOccupancyElement",
|
|
31856
|
-
"module": "timetable-occupancy/timetable-occupancy.component.js"
|
|
31857
|
-
}
|
|
31858
|
-
}
|
|
31859
|
-
]
|
|
31860
|
-
},
|
|
31861
31861
|
{
|
|
31862
31862
|
"kind": "javascript-module",
|
|
31863
31863
|
"path": "title/title-base.js",
|
|
@@ -36066,439 +36066,6 @@
|
|
|
36066
36066
|
}
|
|
36067
36067
|
]
|
|
36068
36068
|
},
|
|
36069
|
-
{
|
|
36070
|
-
"kind": "javascript-module",
|
|
36071
|
-
"path": "breadcrumb/breadcrumb-group/breadcrumb-group.component.js",
|
|
36072
|
-
"declarations": [
|
|
36073
|
-
{
|
|
36074
|
-
"kind": "class",
|
|
36075
|
-
"description": "It can be used as a container for one or more `sbb-breadcrumb` component.",
|
|
36076
|
-
"name": "SbbBreadcrumbGroupElement",
|
|
36077
|
-
"slots": [
|
|
36078
|
-
{
|
|
36079
|
-
"description": "Use the unnamed slot to add `sbb-breadcrumb` elements.",
|
|
36080
|
-
"name": ""
|
|
36081
|
-
}
|
|
36082
|
-
],
|
|
36083
|
-
"members": [
|
|
36084
|
-
{
|
|
36085
|
-
"kind": "field",
|
|
36086
|
-
"name": "elementName",
|
|
36087
|
-
"type": {
|
|
36088
|
-
"text": "string"
|
|
36089
|
-
},
|
|
36090
|
-
"privacy": "public",
|
|
36091
|
-
"static": true,
|
|
36092
|
-
"readonly": true,
|
|
36093
|
-
"default": "'sbb-breadcrumb-group'",
|
|
36094
|
-
"inheritedFrom": {
|
|
36095
|
-
"name": "SbbElement",
|
|
36096
|
-
"module": "core/base-elements/element.js"
|
|
36097
|
-
}
|
|
36098
|
-
},
|
|
36099
|
-
{
|
|
36100
|
-
"kind": "field",
|
|
36101
|
-
"name": "role",
|
|
36102
|
-
"type": {
|
|
36103
|
-
"text": "string"
|
|
36104
|
-
},
|
|
36105
|
-
"privacy": "public",
|
|
36106
|
-
"static": true,
|
|
36107
|
-
"readonly": true,
|
|
36108
|
-
"default": "'navigation'"
|
|
36109
|
-
},
|
|
36110
|
-
{
|
|
36111
|
-
"kind": "field",
|
|
36112
|
-
"name": "listChildLocalNames",
|
|
36113
|
-
"type": {
|
|
36114
|
-
"text": "array"
|
|
36115
|
-
},
|
|
36116
|
-
"privacy": "protected",
|
|
36117
|
-
"readonly": true,
|
|
36118
|
-
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
36119
|
-
"default": "['sbb-breadcrumb']",
|
|
36120
|
-
"inheritedFrom": {
|
|
36121
|
-
"name": "SbbNamedSlotListMixin",
|
|
36122
|
-
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36123
|
-
}
|
|
36124
|
-
},
|
|
36125
|
-
{
|
|
36126
|
-
"kind": "field",
|
|
36127
|
-
"name": "_state",
|
|
36128
|
-
"privacy": "private",
|
|
36129
|
-
"description": "The state of the breadcrumb group.",
|
|
36130
|
-
"type": {
|
|
36131
|
-
"text": "'collapsed' | 'manually-expanded' | null"
|
|
36132
|
-
}
|
|
36133
|
-
},
|
|
36134
|
-
{
|
|
36135
|
-
"kind": "field",
|
|
36136
|
-
"name": "_stateInternal",
|
|
36137
|
-
"type": {
|
|
36138
|
-
"text": "'collapsed' | 'manually-expanded' | null"
|
|
36139
|
-
},
|
|
36140
|
-
"privacy": "private",
|
|
36141
|
-
"default": "null"
|
|
36142
|
-
},
|
|
36143
|
-
{
|
|
36144
|
-
"kind": "field",
|
|
36145
|
-
"name": "_resizeObserver",
|
|
36146
|
-
"privacy": "private",
|
|
36147
|
-
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this._evaluateCollapsedState(), })"
|
|
36148
|
-
},
|
|
36149
|
-
{
|
|
36150
|
-
"kind": "field",
|
|
36151
|
-
"name": "_language",
|
|
36152
|
-
"privacy": "private",
|
|
36153
|
-
"default": "new SbbLanguageController(this)"
|
|
36154
|
-
},
|
|
36155
|
-
{
|
|
36156
|
-
"kind": "field",
|
|
36157
|
-
"name": "_markForFocus",
|
|
36158
|
-
"type": {
|
|
36159
|
-
"text": "boolean"
|
|
36160
|
-
},
|
|
36161
|
-
"privacy": "private",
|
|
36162
|
-
"default": "false"
|
|
36163
|
-
},
|
|
36164
|
-
{
|
|
36165
|
-
"kind": "method",
|
|
36166
|
-
"name": "_handleKeyDown",
|
|
36167
|
-
"privacy": "private",
|
|
36168
|
-
"return": {
|
|
36169
|
-
"type": {
|
|
36170
|
-
"text": "void"
|
|
36171
|
-
}
|
|
36172
|
-
},
|
|
36173
|
-
"parameters": [
|
|
36174
|
-
{
|
|
36175
|
-
"name": "evt",
|
|
36176
|
-
"type": {
|
|
36177
|
-
"text": "KeyboardEvent"
|
|
36178
|
-
}
|
|
36179
|
-
}
|
|
36180
|
-
]
|
|
36181
|
-
},
|
|
36182
|
-
{
|
|
36183
|
-
"kind": "method",
|
|
36184
|
-
"name": "_syncBreadcrumbs",
|
|
36185
|
-
"privacy": "private",
|
|
36186
|
-
"return": {
|
|
36187
|
-
"type": {
|
|
36188
|
-
"text": "void"
|
|
36189
|
-
}
|
|
36190
|
-
},
|
|
36191
|
-
"description": "Apply the aria-current attribute to the last sbb-breadcrumb element."
|
|
36192
|
-
},
|
|
36193
|
-
{
|
|
36194
|
-
"kind": "method",
|
|
36195
|
-
"name": "_focusNextCollapsed",
|
|
36196
|
-
"privacy": "private",
|
|
36197
|
-
"return": {
|
|
36198
|
-
"type": {
|
|
36199
|
-
"text": "void"
|
|
36200
|
-
}
|
|
36201
|
-
},
|
|
36202
|
-
"parameters": [
|
|
36203
|
-
{
|
|
36204
|
-
"name": "evt",
|
|
36205
|
-
"type": {
|
|
36206
|
-
"text": "KeyboardEvent"
|
|
36207
|
-
}
|
|
36208
|
-
}
|
|
36209
|
-
],
|
|
36210
|
-
"description": "Sets the focus on the correct element when the ellipsis breadcrumb is displayed and the user is navigating with keyboard's arrows."
|
|
36211
|
-
},
|
|
36212
|
-
{
|
|
36213
|
-
"kind": "method",
|
|
36214
|
-
"name": "_focusNext",
|
|
36215
|
-
"privacy": "private",
|
|
36216
|
-
"return": {
|
|
36217
|
-
"type": {
|
|
36218
|
-
"text": "void"
|
|
36219
|
-
}
|
|
36220
|
-
},
|
|
36221
|
-
"parameters": [
|
|
36222
|
-
{
|
|
36223
|
-
"name": "evt",
|
|
36224
|
-
"type": {
|
|
36225
|
-
"text": "KeyboardEvent"
|
|
36226
|
-
}
|
|
36227
|
-
},
|
|
36228
|
-
{
|
|
36229
|
-
"name": "breadcrumbs",
|
|
36230
|
-
"default": "this.listChildren",
|
|
36231
|
-
"type": {
|
|
36232
|
-
"text": "SbbBreadcrumbElement[]"
|
|
36233
|
-
}
|
|
36234
|
-
}
|
|
36235
|
-
]
|
|
36236
|
-
},
|
|
36237
|
-
{
|
|
36238
|
-
"kind": "method",
|
|
36239
|
-
"name": "_expandBreadcrumbs",
|
|
36240
|
-
"privacy": "private",
|
|
36241
|
-
"return": {
|
|
36242
|
-
"type": {
|
|
36243
|
-
"text": "void"
|
|
36244
|
-
}
|
|
36245
|
-
},
|
|
36246
|
-
"description": "Note: due to"
|
|
36247
|
-
},
|
|
36248
|
-
{
|
|
36249
|
-
"kind": "method",
|
|
36250
|
-
"name": "_evaluateCollapsedState",
|
|
36251
|
-
"privacy": "private",
|
|
36252
|
-
"return": {
|
|
36253
|
-
"type": {
|
|
36254
|
-
"text": "void"
|
|
36255
|
-
}
|
|
36256
|
-
},
|
|
36257
|
-
"description": "Evaluate if the expanded breadcrumb element fits in page width, otherwise it needs ellipsis"
|
|
36258
|
-
},
|
|
36259
|
-
{
|
|
36260
|
-
"kind": "method",
|
|
36261
|
-
"name": "_renderCollapsed",
|
|
36262
|
-
"privacy": "private",
|
|
36263
|
-
"return": {
|
|
36264
|
-
"type": {
|
|
36265
|
-
"text": "TemplateResult"
|
|
36266
|
-
}
|
|
36267
|
-
}
|
|
36268
|
-
},
|
|
36269
|
-
{
|
|
36270
|
-
"kind": "method",
|
|
36271
|
-
"name": "_renderExpanded",
|
|
36272
|
-
"privacy": "private",
|
|
36273
|
-
"return": {
|
|
36274
|
-
"type": {
|
|
36275
|
-
"text": "TemplateResult[]"
|
|
36276
|
-
}
|
|
36277
|
-
}
|
|
36278
|
-
},
|
|
36279
|
-
{
|
|
36280
|
-
"kind": "field",
|
|
36281
|
-
"name": "listChildren",
|
|
36282
|
-
"type": {
|
|
36283
|
-
"text": "C[]"
|
|
36284
|
-
},
|
|
36285
|
-
"privacy": "protected",
|
|
36286
|
-
"default": "[]",
|
|
36287
|
-
"description": "A list of children with the defined tag names.\nThis array is only updated if there is an actual change\nto the child elements.",
|
|
36288
|
-
"inheritedFrom": {
|
|
36289
|
-
"name": "SbbNamedSlotListMixin",
|
|
36290
|
-
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36291
|
-
}
|
|
36292
|
-
},
|
|
36293
|
-
{
|
|
36294
|
-
"kind": "field",
|
|
36295
|
-
"name": "_handleSlotchange",
|
|
36296
|
-
"privacy": "private",
|
|
36297
|
-
"inheritedFrom": {
|
|
36298
|
-
"name": "SbbNamedSlotListMixin",
|
|
36299
|
-
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36300
|
-
}
|
|
36301
|
-
},
|
|
36302
|
-
{
|
|
36303
|
-
"kind": "method",
|
|
36304
|
-
"name": "renderList",
|
|
36305
|
-
"privacy": "protected",
|
|
36306
|
-
"return": {
|
|
36307
|
-
"type": {
|
|
36308
|
-
"text": "TemplateResult"
|
|
36309
|
-
}
|
|
36310
|
-
},
|
|
36311
|
-
"parameters": [
|
|
36312
|
-
{
|
|
36313
|
-
"name": "attributes",
|
|
36314
|
-
"default": "{}",
|
|
36315
|
-
"type": {
|
|
36316
|
-
"text": "{ class?: string; ariaLabel?: string; ariaLabelledby?: string }"
|
|
36317
|
-
}
|
|
36318
|
-
},
|
|
36319
|
-
{
|
|
36320
|
-
"name": "listItemAttributes",
|
|
36321
|
-
"default": "{}",
|
|
36322
|
-
"type": {
|
|
36323
|
-
"text": "{ localNameVisualOnly?: string[] }"
|
|
36324
|
-
}
|
|
36325
|
-
}
|
|
36326
|
-
],
|
|
36327
|
-
"description": "Renders list and list slots for slotted children or a number of list slots\ncorresponding to the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
|
|
36328
|
-
"inheritedFrom": {
|
|
36329
|
-
"name": "SbbNamedSlotListMixin",
|
|
36330
|
-
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36331
|
-
}
|
|
36332
|
-
},
|
|
36333
|
-
{
|
|
36334
|
-
"kind": "method",
|
|
36335
|
-
"name": "listSlotEntries",
|
|
36336
|
-
"privacy": "protected",
|
|
36337
|
-
"return": {
|
|
36338
|
-
"type": {
|
|
36339
|
-
"text": "SbbNamedSlotProperties[]"
|
|
36340
|
-
}
|
|
36341
|
-
},
|
|
36342
|
-
"parameters": [
|
|
36343
|
-
{
|
|
36344
|
-
"name": "listItemAttributes",
|
|
36345
|
-
"type": {
|
|
36346
|
-
"text": "{\n localNameVisualOnly?: string[];\n }"
|
|
36347
|
-
}
|
|
36348
|
-
}
|
|
36349
|
-
],
|
|
36350
|
-
"description": "Returns an array of SbbNamedSlotProperties, which holds the list slot names and the hidden property;\nits length corresponds to the number of matched children or the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
|
|
36351
|
-
"inheritedFrom": {
|
|
36352
|
-
"name": "SbbNamedSlotListMixin",
|
|
36353
|
-
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36354
|
-
}
|
|
36355
|
-
},
|
|
36356
|
-
{
|
|
36357
|
-
"kind": "method",
|
|
36358
|
-
"name": "renderHiddenSlot",
|
|
36359
|
-
"privacy": "protected",
|
|
36360
|
-
"return": {
|
|
36361
|
-
"type": {
|
|
36362
|
-
"text": "TemplateResult"
|
|
36363
|
-
}
|
|
36364
|
-
},
|
|
36365
|
-
"description": "Returns a hidden slot, which is intended as the children change detection.\nWhen an element without a slot attribute is slotted to the element, it triggers\nthe slotchange event, which can be used to assign it to the appropriate named slot.",
|
|
36366
|
-
"inheritedFrom": {
|
|
36367
|
-
"name": "SbbNamedSlotListMixin",
|
|
36368
|
-
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36369
|
-
}
|
|
36370
|
-
},
|
|
36371
|
-
{
|
|
36372
|
-
"kind": "field",
|
|
36373
|
-
"name": "_hydrationRequired",
|
|
36374
|
-
"type": {
|
|
36375
|
-
"text": "boolean"
|
|
36376
|
-
},
|
|
36377
|
-
"privacy": "private",
|
|
36378
|
-
"default": "!!this.shadowRoot",
|
|
36379
|
-
"inheritedFrom": {
|
|
36380
|
-
"name": "SbbHydrationMixin",
|
|
36381
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
36382
|
-
}
|
|
36383
|
-
},
|
|
36384
|
-
{
|
|
36385
|
-
"kind": "field",
|
|
36386
|
-
"name": "_hydrationComplete",
|
|
36387
|
-
"privacy": "private",
|
|
36388
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
36389
|
-
"inheritedFrom": {
|
|
36390
|
-
"name": "SbbHydrationMixin",
|
|
36391
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
36392
|
-
}
|
|
36393
|
-
},
|
|
36394
|
-
{
|
|
36395
|
-
"kind": "field",
|
|
36396
|
-
"name": "_resolveHydration",
|
|
36397
|
-
"type": {
|
|
36398
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
36399
|
-
},
|
|
36400
|
-
"privacy": "private",
|
|
36401
|
-
"inheritedFrom": {
|
|
36402
|
-
"name": "SbbHydrationMixin",
|
|
36403
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
36404
|
-
}
|
|
36405
|
-
},
|
|
36406
|
-
{
|
|
36407
|
-
"kind": "field",
|
|
36408
|
-
"name": "hydrationRequired",
|
|
36409
|
-
"type": {
|
|
36410
|
-
"text": "boolean"
|
|
36411
|
-
},
|
|
36412
|
-
"privacy": "protected",
|
|
36413
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
36414
|
-
"readonly": true,
|
|
36415
|
-
"inheritedFrom": {
|
|
36416
|
-
"name": "SbbHydrationMixin",
|
|
36417
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
36418
|
-
},
|
|
36419
|
-
"default": "!!this.shadowRoot"
|
|
36420
|
-
},
|
|
36421
|
-
{
|
|
36422
|
-
"kind": "method",
|
|
36423
|
-
"name": "toggleState",
|
|
36424
|
-
"privacy": "protected",
|
|
36425
|
-
"return": {
|
|
36426
|
-
"type": {
|
|
36427
|
-
"text": "void"
|
|
36428
|
-
}
|
|
36429
|
-
},
|
|
36430
|
-
"parameters": [
|
|
36431
|
-
{
|
|
36432
|
-
"name": "value",
|
|
36433
|
-
"type": {
|
|
36434
|
-
"text": "string"
|
|
36435
|
-
}
|
|
36436
|
-
},
|
|
36437
|
-
{
|
|
36438
|
-
"name": "force",
|
|
36439
|
-
"optional": true,
|
|
36440
|
-
"type": {
|
|
36441
|
-
"text": "boolean"
|
|
36442
|
-
}
|
|
36443
|
-
}
|
|
36444
|
-
],
|
|
36445
|
-
"inheritedFrom": {
|
|
36446
|
-
"name": "SbbElementInternalsMixin",
|
|
36447
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
36448
|
-
}
|
|
36449
|
-
},
|
|
36450
|
-
{
|
|
36451
|
-
"kind": "field",
|
|
36452
|
-
"name": "['_$sbbElement$']",
|
|
36453
|
-
"type": {
|
|
36454
|
-
"text": "boolean"
|
|
36455
|
-
},
|
|
36456
|
-
"privacy": "public",
|
|
36457
|
-
"static": true,
|
|
36458
|
-
"default": "true",
|
|
36459
|
-
"inheritedFrom": {
|
|
36460
|
-
"name": "SbbElement",
|
|
36461
|
-
"module": "core/base-elements/element.js"
|
|
36462
|
-
}
|
|
36463
|
-
},
|
|
36464
|
-
{
|
|
36465
|
-
"kind": "field",
|
|
36466
|
-
"name": "_controllers",
|
|
36467
|
-
"type": {
|
|
36468
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
36469
|
-
},
|
|
36470
|
-
"privacy": "private",
|
|
36471
|
-
"inheritedFrom": {
|
|
36472
|
-
"name": "SbbElement",
|
|
36473
|
-
"module": "core/base-elements/element.js"
|
|
36474
|
-
}
|
|
36475
|
-
}
|
|
36476
|
-
],
|
|
36477
|
-
"mixins": [
|
|
36478
|
-
{
|
|
36479
|
-
"name": "SbbNamedSlotListMixin",
|
|
36480
|
-
"module": "core/mixins.js"
|
|
36481
|
-
}
|
|
36482
|
-
],
|
|
36483
|
-
"superclass": {
|
|
36484
|
-
"name": "SbbElement",
|
|
36485
|
-
"module": "core/base-elements.js"
|
|
36486
|
-
},
|
|
36487
|
-
"tagName": "sbb-breadcrumb-group",
|
|
36488
|
-
"customElement": true
|
|
36489
|
-
}
|
|
36490
|
-
],
|
|
36491
|
-
"exports": [
|
|
36492
|
-
{
|
|
36493
|
-
"kind": "js",
|
|
36494
|
-
"name": "SbbBreadcrumbGroupElement",
|
|
36495
|
-
"declaration": {
|
|
36496
|
-
"name": "SbbBreadcrumbGroupElement",
|
|
36497
|
-
"module": "breadcrumb/breadcrumb-group/breadcrumb-group.component.js"
|
|
36498
|
-
}
|
|
36499
|
-
}
|
|
36500
|
-
]
|
|
36501
|
-
},
|
|
36502
36069
|
{
|
|
36503
36070
|
"kind": "javascript-module",
|
|
36504
36071
|
"path": "breadcrumb/breadcrumb/breadcrumb.component.js",
|
|
@@ -37027,6 +36594,439 @@
|
|
|
37027
36594
|
}
|
|
37028
36595
|
]
|
|
37029
36596
|
},
|
|
36597
|
+
{
|
|
36598
|
+
"kind": "javascript-module",
|
|
36599
|
+
"path": "breadcrumb/breadcrumb-group/breadcrumb-group.component.js",
|
|
36600
|
+
"declarations": [
|
|
36601
|
+
{
|
|
36602
|
+
"kind": "class",
|
|
36603
|
+
"description": "It can be used as a container for one or more `sbb-breadcrumb` component.",
|
|
36604
|
+
"name": "SbbBreadcrumbGroupElement",
|
|
36605
|
+
"slots": [
|
|
36606
|
+
{
|
|
36607
|
+
"description": "Use the unnamed slot to add `sbb-breadcrumb` elements.",
|
|
36608
|
+
"name": ""
|
|
36609
|
+
}
|
|
36610
|
+
],
|
|
36611
|
+
"members": [
|
|
36612
|
+
{
|
|
36613
|
+
"kind": "field",
|
|
36614
|
+
"name": "elementName",
|
|
36615
|
+
"type": {
|
|
36616
|
+
"text": "string"
|
|
36617
|
+
},
|
|
36618
|
+
"privacy": "public",
|
|
36619
|
+
"static": true,
|
|
36620
|
+
"readonly": true,
|
|
36621
|
+
"default": "'sbb-breadcrumb-group'",
|
|
36622
|
+
"inheritedFrom": {
|
|
36623
|
+
"name": "SbbElement",
|
|
36624
|
+
"module": "core/base-elements/element.js"
|
|
36625
|
+
}
|
|
36626
|
+
},
|
|
36627
|
+
{
|
|
36628
|
+
"kind": "field",
|
|
36629
|
+
"name": "role",
|
|
36630
|
+
"type": {
|
|
36631
|
+
"text": "string"
|
|
36632
|
+
},
|
|
36633
|
+
"privacy": "public",
|
|
36634
|
+
"static": true,
|
|
36635
|
+
"readonly": true,
|
|
36636
|
+
"default": "'navigation'"
|
|
36637
|
+
},
|
|
36638
|
+
{
|
|
36639
|
+
"kind": "field",
|
|
36640
|
+
"name": "listChildLocalNames",
|
|
36641
|
+
"type": {
|
|
36642
|
+
"text": "array"
|
|
36643
|
+
},
|
|
36644
|
+
"privacy": "protected",
|
|
36645
|
+
"readonly": true,
|
|
36646
|
+
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
36647
|
+
"default": "['sbb-breadcrumb']",
|
|
36648
|
+
"inheritedFrom": {
|
|
36649
|
+
"name": "SbbNamedSlotListMixin",
|
|
36650
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36651
|
+
}
|
|
36652
|
+
},
|
|
36653
|
+
{
|
|
36654
|
+
"kind": "field",
|
|
36655
|
+
"name": "_state",
|
|
36656
|
+
"privacy": "private",
|
|
36657
|
+
"description": "The state of the breadcrumb group.",
|
|
36658
|
+
"type": {
|
|
36659
|
+
"text": "'collapsed' | 'manually-expanded' | null"
|
|
36660
|
+
}
|
|
36661
|
+
},
|
|
36662
|
+
{
|
|
36663
|
+
"kind": "field",
|
|
36664
|
+
"name": "_stateInternal",
|
|
36665
|
+
"type": {
|
|
36666
|
+
"text": "'collapsed' | 'manually-expanded' | null"
|
|
36667
|
+
},
|
|
36668
|
+
"privacy": "private",
|
|
36669
|
+
"default": "null"
|
|
36670
|
+
},
|
|
36671
|
+
{
|
|
36672
|
+
"kind": "field",
|
|
36673
|
+
"name": "_resizeObserver",
|
|
36674
|
+
"privacy": "private",
|
|
36675
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this._evaluateCollapsedState(), })"
|
|
36676
|
+
},
|
|
36677
|
+
{
|
|
36678
|
+
"kind": "field",
|
|
36679
|
+
"name": "_language",
|
|
36680
|
+
"privacy": "private",
|
|
36681
|
+
"default": "new SbbLanguageController(this)"
|
|
36682
|
+
},
|
|
36683
|
+
{
|
|
36684
|
+
"kind": "field",
|
|
36685
|
+
"name": "_markForFocus",
|
|
36686
|
+
"type": {
|
|
36687
|
+
"text": "boolean"
|
|
36688
|
+
},
|
|
36689
|
+
"privacy": "private",
|
|
36690
|
+
"default": "false"
|
|
36691
|
+
},
|
|
36692
|
+
{
|
|
36693
|
+
"kind": "method",
|
|
36694
|
+
"name": "_handleKeyDown",
|
|
36695
|
+
"privacy": "private",
|
|
36696
|
+
"return": {
|
|
36697
|
+
"type": {
|
|
36698
|
+
"text": "void"
|
|
36699
|
+
}
|
|
36700
|
+
},
|
|
36701
|
+
"parameters": [
|
|
36702
|
+
{
|
|
36703
|
+
"name": "evt",
|
|
36704
|
+
"type": {
|
|
36705
|
+
"text": "KeyboardEvent"
|
|
36706
|
+
}
|
|
36707
|
+
}
|
|
36708
|
+
]
|
|
36709
|
+
},
|
|
36710
|
+
{
|
|
36711
|
+
"kind": "method",
|
|
36712
|
+
"name": "_syncBreadcrumbs",
|
|
36713
|
+
"privacy": "private",
|
|
36714
|
+
"return": {
|
|
36715
|
+
"type": {
|
|
36716
|
+
"text": "void"
|
|
36717
|
+
}
|
|
36718
|
+
},
|
|
36719
|
+
"description": "Apply the aria-current attribute to the last sbb-breadcrumb element."
|
|
36720
|
+
},
|
|
36721
|
+
{
|
|
36722
|
+
"kind": "method",
|
|
36723
|
+
"name": "_focusNextCollapsed",
|
|
36724
|
+
"privacy": "private",
|
|
36725
|
+
"return": {
|
|
36726
|
+
"type": {
|
|
36727
|
+
"text": "void"
|
|
36728
|
+
}
|
|
36729
|
+
},
|
|
36730
|
+
"parameters": [
|
|
36731
|
+
{
|
|
36732
|
+
"name": "evt",
|
|
36733
|
+
"type": {
|
|
36734
|
+
"text": "KeyboardEvent"
|
|
36735
|
+
}
|
|
36736
|
+
}
|
|
36737
|
+
],
|
|
36738
|
+
"description": "Sets the focus on the correct element when the ellipsis breadcrumb is displayed and the user is navigating with keyboard's arrows."
|
|
36739
|
+
},
|
|
36740
|
+
{
|
|
36741
|
+
"kind": "method",
|
|
36742
|
+
"name": "_focusNext",
|
|
36743
|
+
"privacy": "private",
|
|
36744
|
+
"return": {
|
|
36745
|
+
"type": {
|
|
36746
|
+
"text": "void"
|
|
36747
|
+
}
|
|
36748
|
+
},
|
|
36749
|
+
"parameters": [
|
|
36750
|
+
{
|
|
36751
|
+
"name": "evt",
|
|
36752
|
+
"type": {
|
|
36753
|
+
"text": "KeyboardEvent"
|
|
36754
|
+
}
|
|
36755
|
+
},
|
|
36756
|
+
{
|
|
36757
|
+
"name": "breadcrumbs",
|
|
36758
|
+
"default": "this.listChildren",
|
|
36759
|
+
"type": {
|
|
36760
|
+
"text": "SbbBreadcrumbElement[]"
|
|
36761
|
+
}
|
|
36762
|
+
}
|
|
36763
|
+
]
|
|
36764
|
+
},
|
|
36765
|
+
{
|
|
36766
|
+
"kind": "method",
|
|
36767
|
+
"name": "_expandBreadcrumbs",
|
|
36768
|
+
"privacy": "private",
|
|
36769
|
+
"return": {
|
|
36770
|
+
"type": {
|
|
36771
|
+
"text": "void"
|
|
36772
|
+
}
|
|
36773
|
+
},
|
|
36774
|
+
"description": "Note: due to"
|
|
36775
|
+
},
|
|
36776
|
+
{
|
|
36777
|
+
"kind": "method",
|
|
36778
|
+
"name": "_evaluateCollapsedState",
|
|
36779
|
+
"privacy": "private",
|
|
36780
|
+
"return": {
|
|
36781
|
+
"type": {
|
|
36782
|
+
"text": "void"
|
|
36783
|
+
}
|
|
36784
|
+
},
|
|
36785
|
+
"description": "Evaluate if the expanded breadcrumb element fits in page width, otherwise it needs ellipsis"
|
|
36786
|
+
},
|
|
36787
|
+
{
|
|
36788
|
+
"kind": "method",
|
|
36789
|
+
"name": "_renderCollapsed",
|
|
36790
|
+
"privacy": "private",
|
|
36791
|
+
"return": {
|
|
36792
|
+
"type": {
|
|
36793
|
+
"text": "TemplateResult"
|
|
36794
|
+
}
|
|
36795
|
+
}
|
|
36796
|
+
},
|
|
36797
|
+
{
|
|
36798
|
+
"kind": "method",
|
|
36799
|
+
"name": "_renderExpanded",
|
|
36800
|
+
"privacy": "private",
|
|
36801
|
+
"return": {
|
|
36802
|
+
"type": {
|
|
36803
|
+
"text": "TemplateResult[]"
|
|
36804
|
+
}
|
|
36805
|
+
}
|
|
36806
|
+
},
|
|
36807
|
+
{
|
|
36808
|
+
"kind": "field",
|
|
36809
|
+
"name": "listChildren",
|
|
36810
|
+
"type": {
|
|
36811
|
+
"text": "C[]"
|
|
36812
|
+
},
|
|
36813
|
+
"privacy": "protected",
|
|
36814
|
+
"default": "[]",
|
|
36815
|
+
"description": "A list of children with the defined tag names.\nThis array is only updated if there is an actual change\nto the child elements.",
|
|
36816
|
+
"inheritedFrom": {
|
|
36817
|
+
"name": "SbbNamedSlotListMixin",
|
|
36818
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36819
|
+
}
|
|
36820
|
+
},
|
|
36821
|
+
{
|
|
36822
|
+
"kind": "field",
|
|
36823
|
+
"name": "_handleSlotchange",
|
|
36824
|
+
"privacy": "private",
|
|
36825
|
+
"inheritedFrom": {
|
|
36826
|
+
"name": "SbbNamedSlotListMixin",
|
|
36827
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36828
|
+
}
|
|
36829
|
+
},
|
|
36830
|
+
{
|
|
36831
|
+
"kind": "method",
|
|
36832
|
+
"name": "renderList",
|
|
36833
|
+
"privacy": "protected",
|
|
36834
|
+
"return": {
|
|
36835
|
+
"type": {
|
|
36836
|
+
"text": "TemplateResult"
|
|
36837
|
+
}
|
|
36838
|
+
},
|
|
36839
|
+
"parameters": [
|
|
36840
|
+
{
|
|
36841
|
+
"name": "attributes",
|
|
36842
|
+
"default": "{}",
|
|
36843
|
+
"type": {
|
|
36844
|
+
"text": "{ class?: string; ariaLabel?: string; ariaLabelledby?: string }"
|
|
36845
|
+
}
|
|
36846
|
+
},
|
|
36847
|
+
{
|
|
36848
|
+
"name": "listItemAttributes",
|
|
36849
|
+
"default": "{}",
|
|
36850
|
+
"type": {
|
|
36851
|
+
"text": "{ localNameVisualOnly?: string[] }"
|
|
36852
|
+
}
|
|
36853
|
+
}
|
|
36854
|
+
],
|
|
36855
|
+
"description": "Renders list and list slots for slotted children or a number of list slots\ncorresponding to the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
|
|
36856
|
+
"inheritedFrom": {
|
|
36857
|
+
"name": "SbbNamedSlotListMixin",
|
|
36858
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36859
|
+
}
|
|
36860
|
+
},
|
|
36861
|
+
{
|
|
36862
|
+
"kind": "method",
|
|
36863
|
+
"name": "listSlotEntries",
|
|
36864
|
+
"privacy": "protected",
|
|
36865
|
+
"return": {
|
|
36866
|
+
"type": {
|
|
36867
|
+
"text": "SbbNamedSlotProperties[]"
|
|
36868
|
+
}
|
|
36869
|
+
},
|
|
36870
|
+
"parameters": [
|
|
36871
|
+
{
|
|
36872
|
+
"name": "listItemAttributes",
|
|
36873
|
+
"type": {
|
|
36874
|
+
"text": "{\n localNameVisualOnly?: string[];\n }"
|
|
36875
|
+
}
|
|
36876
|
+
}
|
|
36877
|
+
],
|
|
36878
|
+
"description": "Returns an array of SbbNamedSlotProperties, which holds the list slot names and the hidden property;\nits length corresponds to the number of matched children or the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
|
|
36879
|
+
"inheritedFrom": {
|
|
36880
|
+
"name": "SbbNamedSlotListMixin",
|
|
36881
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36882
|
+
}
|
|
36883
|
+
},
|
|
36884
|
+
{
|
|
36885
|
+
"kind": "method",
|
|
36886
|
+
"name": "renderHiddenSlot",
|
|
36887
|
+
"privacy": "protected",
|
|
36888
|
+
"return": {
|
|
36889
|
+
"type": {
|
|
36890
|
+
"text": "TemplateResult"
|
|
36891
|
+
}
|
|
36892
|
+
},
|
|
36893
|
+
"description": "Returns a hidden slot, which is intended as the children change detection.\nWhen an element without a slot attribute is slotted to the element, it triggers\nthe slotchange event, which can be used to assign it to the appropriate named slot.",
|
|
36894
|
+
"inheritedFrom": {
|
|
36895
|
+
"name": "SbbNamedSlotListMixin",
|
|
36896
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
36897
|
+
}
|
|
36898
|
+
},
|
|
36899
|
+
{
|
|
36900
|
+
"kind": "field",
|
|
36901
|
+
"name": "_hydrationRequired",
|
|
36902
|
+
"type": {
|
|
36903
|
+
"text": "boolean"
|
|
36904
|
+
},
|
|
36905
|
+
"privacy": "private",
|
|
36906
|
+
"default": "!!this.shadowRoot",
|
|
36907
|
+
"inheritedFrom": {
|
|
36908
|
+
"name": "SbbHydrationMixin",
|
|
36909
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
36910
|
+
}
|
|
36911
|
+
},
|
|
36912
|
+
{
|
|
36913
|
+
"kind": "field",
|
|
36914
|
+
"name": "_hydrationComplete",
|
|
36915
|
+
"privacy": "private",
|
|
36916
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
36917
|
+
"inheritedFrom": {
|
|
36918
|
+
"name": "SbbHydrationMixin",
|
|
36919
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
36920
|
+
}
|
|
36921
|
+
},
|
|
36922
|
+
{
|
|
36923
|
+
"kind": "field",
|
|
36924
|
+
"name": "_resolveHydration",
|
|
36925
|
+
"type": {
|
|
36926
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
36927
|
+
},
|
|
36928
|
+
"privacy": "private",
|
|
36929
|
+
"inheritedFrom": {
|
|
36930
|
+
"name": "SbbHydrationMixin",
|
|
36931
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
36932
|
+
}
|
|
36933
|
+
},
|
|
36934
|
+
{
|
|
36935
|
+
"kind": "field",
|
|
36936
|
+
"name": "hydrationRequired",
|
|
36937
|
+
"type": {
|
|
36938
|
+
"text": "boolean"
|
|
36939
|
+
},
|
|
36940
|
+
"privacy": "protected",
|
|
36941
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
36942
|
+
"readonly": true,
|
|
36943
|
+
"inheritedFrom": {
|
|
36944
|
+
"name": "SbbHydrationMixin",
|
|
36945
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
36946
|
+
},
|
|
36947
|
+
"default": "!!this.shadowRoot"
|
|
36948
|
+
},
|
|
36949
|
+
{
|
|
36950
|
+
"kind": "method",
|
|
36951
|
+
"name": "toggleState",
|
|
36952
|
+
"privacy": "protected",
|
|
36953
|
+
"return": {
|
|
36954
|
+
"type": {
|
|
36955
|
+
"text": "void"
|
|
36956
|
+
}
|
|
36957
|
+
},
|
|
36958
|
+
"parameters": [
|
|
36959
|
+
{
|
|
36960
|
+
"name": "value",
|
|
36961
|
+
"type": {
|
|
36962
|
+
"text": "string"
|
|
36963
|
+
}
|
|
36964
|
+
},
|
|
36965
|
+
{
|
|
36966
|
+
"name": "force",
|
|
36967
|
+
"optional": true,
|
|
36968
|
+
"type": {
|
|
36969
|
+
"text": "boolean"
|
|
36970
|
+
}
|
|
36971
|
+
}
|
|
36972
|
+
],
|
|
36973
|
+
"inheritedFrom": {
|
|
36974
|
+
"name": "SbbElementInternalsMixin",
|
|
36975
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
36976
|
+
}
|
|
36977
|
+
},
|
|
36978
|
+
{
|
|
36979
|
+
"kind": "field",
|
|
36980
|
+
"name": "['_$sbbElement$']",
|
|
36981
|
+
"type": {
|
|
36982
|
+
"text": "boolean"
|
|
36983
|
+
},
|
|
36984
|
+
"privacy": "public",
|
|
36985
|
+
"static": true,
|
|
36986
|
+
"default": "true",
|
|
36987
|
+
"inheritedFrom": {
|
|
36988
|
+
"name": "SbbElement",
|
|
36989
|
+
"module": "core/base-elements/element.js"
|
|
36990
|
+
}
|
|
36991
|
+
},
|
|
36992
|
+
{
|
|
36993
|
+
"kind": "field",
|
|
36994
|
+
"name": "_controllers",
|
|
36995
|
+
"type": {
|
|
36996
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
36997
|
+
},
|
|
36998
|
+
"privacy": "private",
|
|
36999
|
+
"inheritedFrom": {
|
|
37000
|
+
"name": "SbbElement",
|
|
37001
|
+
"module": "core/base-elements/element.js"
|
|
37002
|
+
}
|
|
37003
|
+
}
|
|
37004
|
+
],
|
|
37005
|
+
"mixins": [
|
|
37006
|
+
{
|
|
37007
|
+
"name": "SbbNamedSlotListMixin",
|
|
37008
|
+
"module": "core/mixins.js"
|
|
37009
|
+
}
|
|
37010
|
+
],
|
|
37011
|
+
"superclass": {
|
|
37012
|
+
"name": "SbbElement",
|
|
37013
|
+
"module": "core/base-elements.js"
|
|
37014
|
+
},
|
|
37015
|
+
"tagName": "sbb-breadcrumb-group",
|
|
37016
|
+
"customElement": true
|
|
37017
|
+
}
|
|
37018
|
+
],
|
|
37019
|
+
"exports": [
|
|
37020
|
+
{
|
|
37021
|
+
"kind": "js",
|
|
37022
|
+
"name": "SbbBreadcrumbGroupElement",
|
|
37023
|
+
"declaration": {
|
|
37024
|
+
"name": "SbbBreadcrumbGroupElement",
|
|
37025
|
+
"module": "breadcrumb/breadcrumb-group/breadcrumb-group.component.js"
|
|
37026
|
+
}
|
|
37027
|
+
}
|
|
37028
|
+
]
|
|
37029
|
+
},
|
|
37030
37030
|
{
|
|
37031
37031
|
"kind": "javascript-module",
|
|
37032
37032
|
"path": "button/accent-button/accent-button.component.js",
|
|
@@ -116957,12 +116957,12 @@
|
|
|
116957
116957
|
},
|
|
116958
116958
|
{
|
|
116959
116959
|
"kind": "javascript-module",
|
|
116960
|
-
"path": "paginator/
|
|
116960
|
+
"path": "paginator/paginator/paginator.component.js",
|
|
116961
116961
|
"declarations": [
|
|
116962
116962
|
{
|
|
116963
116963
|
"kind": "class",
|
|
116964
|
-
"description": "It displays a paginator component
|
|
116965
|
-
"name": "
|
|
116964
|
+
"description": "It displays a paginator component.",
|
|
116965
|
+
"name": "SbbPaginatorElement",
|
|
116966
116966
|
"members": [
|
|
116967
116967
|
{
|
|
116968
116968
|
"kind": "field",
|
|
@@ -116973,7 +116973,7 @@
|
|
|
116973
116973
|
"privacy": "public",
|
|
116974
116974
|
"static": true,
|
|
116975
116975
|
"readonly": true,
|
|
116976
|
-
"default": "'sbb-
|
|
116976
|
+
"default": "'sbb-paginator'",
|
|
116977
116977
|
"inheritedFrom": {
|
|
116978
116978
|
"name": "SbbElement",
|
|
116979
116979
|
"module": "core/base-elements/element.js"
|
|
@@ -116990,6 +116990,129 @@
|
|
|
116990
116990
|
"readonly": true,
|
|
116991
116991
|
"default": "{ page: 'page', }"
|
|
116992
116992
|
},
|
|
116993
|
+
{
|
|
116994
|
+
"kind": "field",
|
|
116995
|
+
"name": "pageSizeOptions",
|
|
116996
|
+
"type": {
|
|
116997
|
+
"text": "number[]"
|
|
116998
|
+
},
|
|
116999
|
+
"privacy": "public",
|
|
117000
|
+
"default": "[]",
|
|
117001
|
+
"description": "The available `pageSize` choices.",
|
|
117002
|
+
"attribute": "page-size-options"
|
|
117003
|
+
},
|
|
117004
|
+
{
|
|
117005
|
+
"kind": "field",
|
|
117006
|
+
"name": "pagerPosition",
|
|
117007
|
+
"type": {
|
|
117008
|
+
"text": "| 'start'\n | 'end'"
|
|
117009
|
+
},
|
|
117010
|
+
"privacy": "public",
|
|
117011
|
+
"default": "'start'",
|
|
117012
|
+
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
117013
|
+
"attribute": "pager-position",
|
|
117014
|
+
"reflects": true,
|
|
117015
|
+
"inheritedFrom": {
|
|
117016
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117017
|
+
"module": "paginator/common/paginator-common.js"
|
|
117018
|
+
}
|
|
117019
|
+
},
|
|
117020
|
+
{
|
|
117021
|
+
"kind": "field",
|
|
117022
|
+
"name": "accessibilityItemsPerPageLabel",
|
|
117023
|
+
"type": {
|
|
117024
|
+
"text": "string"
|
|
117025
|
+
},
|
|
117026
|
+
"privacy": "public",
|
|
117027
|
+
"default": "''",
|
|
117028
|
+
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
117029
|
+
"attribute": "accessibility-items-per-page-label"
|
|
117030
|
+
},
|
|
117031
|
+
{
|
|
117032
|
+
"kind": "field",
|
|
117033
|
+
"name": "_markForFocus",
|
|
117034
|
+
"type": {
|
|
117035
|
+
"text": "boolean"
|
|
117036
|
+
},
|
|
117037
|
+
"privacy": "private",
|
|
117038
|
+
"default": "false"
|
|
117039
|
+
},
|
|
117040
|
+
{
|
|
117041
|
+
"kind": "method",
|
|
117042
|
+
"name": "_getVisiblePages",
|
|
117043
|
+
"privacy": "private",
|
|
117044
|
+
"return": {
|
|
117045
|
+
"type": {
|
|
117046
|
+
"text": "Element[]"
|
|
117047
|
+
}
|
|
117048
|
+
},
|
|
117049
|
+
"description": "Returns the displayed page elements."
|
|
117050
|
+
},
|
|
117051
|
+
{
|
|
117052
|
+
"kind": "method",
|
|
117053
|
+
"name": "_getVisiblePagesIndex",
|
|
117054
|
+
"privacy": "private",
|
|
117055
|
+
"return": {
|
|
117056
|
+
"type": {
|
|
117057
|
+
"text": "(number | 'ellipsis')[]"
|
|
117058
|
+
}
|
|
117059
|
+
},
|
|
117060
|
+
"description": "Calculate the pages set based on the following rules:\n - the first page must always be visible;\n - the last page must always be visible;\n - if there are more than `MAX_PAGE_NUMBERS_DISPLAYED` other pages, ellipsis button must be used."
|
|
117061
|
+
},
|
|
117062
|
+
{
|
|
117063
|
+
"kind": "method",
|
|
117064
|
+
"name": "_range",
|
|
117065
|
+
"privacy": "private",
|
|
117066
|
+
"return": {
|
|
117067
|
+
"type": {
|
|
117068
|
+
"text": "number[]"
|
|
117069
|
+
}
|
|
117070
|
+
},
|
|
117071
|
+
"parameters": [
|
|
117072
|
+
{
|
|
117073
|
+
"name": "length",
|
|
117074
|
+
"type": {
|
|
117075
|
+
"text": "number"
|
|
117076
|
+
}
|
|
117077
|
+
},
|
|
117078
|
+
{
|
|
117079
|
+
"name": "offset",
|
|
117080
|
+
"default": "0",
|
|
117081
|
+
"type": {
|
|
117082
|
+
"text": "number"
|
|
117083
|
+
}
|
|
117084
|
+
}
|
|
117085
|
+
],
|
|
117086
|
+
"description": "Creates an array of consecutive numbers given the length and the starting value."
|
|
117087
|
+
},
|
|
117088
|
+
{
|
|
117089
|
+
"kind": "method",
|
|
117090
|
+
"name": "_onPageNumberClick",
|
|
117091
|
+
"privacy": "private",
|
|
117092
|
+
"return": {
|
|
117093
|
+
"type": {
|
|
117094
|
+
"text": "void"
|
|
117095
|
+
}
|
|
117096
|
+
},
|
|
117097
|
+
"parameters": [
|
|
117098
|
+
{
|
|
117099
|
+
"name": "index",
|
|
117100
|
+
"type": {
|
|
117101
|
+
"text": "number"
|
|
117102
|
+
}
|
|
117103
|
+
}
|
|
117104
|
+
]
|
|
117105
|
+
},
|
|
117106
|
+
{
|
|
117107
|
+
"kind": "method",
|
|
117108
|
+
"name": "_renderItemPerPageTemplate",
|
|
117109
|
+
"privacy": "private",
|
|
117110
|
+
"return": {
|
|
117111
|
+
"type": {
|
|
117112
|
+
"text": "TemplateResult | typeof nothing"
|
|
117113
|
+
}
|
|
117114
|
+
}
|
|
117115
|
+
},
|
|
116993
117116
|
{
|
|
116994
117117
|
"kind": "method",
|
|
116995
117118
|
"name": "_renderPageNumbers",
|
|
@@ -117073,22 +117196,6 @@
|
|
|
117073
117196
|
"module": "paginator/common/paginator-common.js"
|
|
117074
117197
|
}
|
|
117075
117198
|
},
|
|
117076
|
-
{
|
|
117077
|
-
"kind": "field",
|
|
117078
|
-
"name": "pagerPosition",
|
|
117079
|
-
"type": {
|
|
117080
|
-
"text": "| 'start'\n | 'end'"
|
|
117081
|
-
},
|
|
117082
|
-
"privacy": "public",
|
|
117083
|
-
"default": "'start'",
|
|
117084
|
-
"description": "Position of the prev/next buttons.",
|
|
117085
|
-
"attribute": "pager-position",
|
|
117086
|
-
"reflects": true,
|
|
117087
|
-
"inheritedFrom": {
|
|
117088
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117089
|
-
"module": "paginator/common/paginator-common.js"
|
|
117090
|
-
}
|
|
117091
|
-
},
|
|
117092
117199
|
{
|
|
117093
117200
|
"kind": "field",
|
|
117094
117201
|
"name": "size",
|
|
@@ -117527,19 +117634,38 @@
|
|
|
117527
117634
|
}
|
|
117528
117635
|
}
|
|
117529
117636
|
],
|
|
117530
|
-
"mixins": [
|
|
117531
|
-
{
|
|
117532
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117533
|
-
"module": "paginator/common/paginator-common.js"
|
|
117534
|
-
}
|
|
117535
|
-
],
|
|
117536
|
-
"superclass": {
|
|
117537
|
-
"name": "SbbElement",
|
|
117538
|
-
"module": "core/base-elements.js"
|
|
117539
|
-
},
|
|
117540
|
-
"tagName": "sbb-compact-paginator",
|
|
117541
|
-
"customElement": true,
|
|
117542
117637
|
"attributes": [
|
|
117638
|
+
{
|
|
117639
|
+
"name": "page-size-options",
|
|
117640
|
+
"type": {
|
|
117641
|
+
"text": "number[]"
|
|
117642
|
+
},
|
|
117643
|
+
"default": "[]",
|
|
117644
|
+
"description": "The available `pageSize` choices.",
|
|
117645
|
+
"fieldName": "pageSizeOptions"
|
|
117646
|
+
},
|
|
117647
|
+
{
|
|
117648
|
+
"name": "pager-position",
|
|
117649
|
+
"type": {
|
|
117650
|
+
"text": "| 'start'\n | 'end'"
|
|
117651
|
+
},
|
|
117652
|
+
"default": "'start'",
|
|
117653
|
+
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
117654
|
+
"fieldName": "pagerPosition",
|
|
117655
|
+
"inheritedFrom": {
|
|
117656
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117657
|
+
"module": "paginator/common/paginator-common.js"
|
|
117658
|
+
}
|
|
117659
|
+
},
|
|
117660
|
+
{
|
|
117661
|
+
"name": "accessibility-items-per-page-label",
|
|
117662
|
+
"type": {
|
|
117663
|
+
"text": "string"
|
|
117664
|
+
},
|
|
117665
|
+
"default": "''",
|
|
117666
|
+
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
117667
|
+
"fieldName": "accessibilityItemsPerPageLabel"
|
|
117668
|
+
},
|
|
117543
117669
|
{
|
|
117544
117670
|
"name": "length",
|
|
117545
117671
|
"type": {
|
|
@@ -117579,19 +117705,6 @@
|
|
|
117579
117705
|
"module": "paginator/common/paginator-common.js"
|
|
117580
117706
|
}
|
|
117581
117707
|
},
|
|
117582
|
-
{
|
|
117583
|
-
"name": "pager-position",
|
|
117584
|
-
"type": {
|
|
117585
|
-
"text": "| 'start'\n | 'end'"
|
|
117586
|
-
},
|
|
117587
|
-
"default": "'start'",
|
|
117588
|
-
"description": "Position of the prev/next buttons.",
|
|
117589
|
-
"fieldName": "pagerPosition",
|
|
117590
|
-
"inheritedFrom": {
|
|
117591
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117592
|
-
"module": "paginator/common/paginator-common.js"
|
|
117593
|
-
}
|
|
117594
|
-
},
|
|
117595
117708
|
{
|
|
117596
117709
|
"name": "size",
|
|
117597
117710
|
"type": {
|
|
@@ -117671,6 +117784,18 @@
|
|
|
117671
117784
|
}
|
|
117672
117785
|
}
|
|
117673
117786
|
],
|
|
117787
|
+
"mixins": [
|
|
117788
|
+
{
|
|
117789
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117790
|
+
"module": "paginator/common/paginator-common.js"
|
|
117791
|
+
}
|
|
117792
|
+
],
|
|
117793
|
+
"superclass": {
|
|
117794
|
+
"name": "SbbElement",
|
|
117795
|
+
"module": "core/base-elements.js"
|
|
117796
|
+
},
|
|
117797
|
+
"tagName": "sbb-paginator",
|
|
117798
|
+
"customElement": true,
|
|
117674
117799
|
"events": [
|
|
117675
117800
|
{
|
|
117676
117801
|
"name": "page",
|
|
@@ -117689,22 +117814,22 @@
|
|
|
117689
117814
|
"exports": [
|
|
117690
117815
|
{
|
|
117691
117816
|
"kind": "js",
|
|
117692
|
-
"name": "
|
|
117817
|
+
"name": "SbbPaginatorElement",
|
|
117693
117818
|
"declaration": {
|
|
117694
|
-
"name": "
|
|
117695
|
-
"module": "paginator/
|
|
117819
|
+
"name": "SbbPaginatorElement",
|
|
117820
|
+
"module": "paginator/paginator/paginator.component.js"
|
|
117696
117821
|
}
|
|
117697
117822
|
}
|
|
117698
117823
|
]
|
|
117699
117824
|
},
|
|
117700
117825
|
{
|
|
117701
117826
|
"kind": "javascript-module",
|
|
117702
|
-
"path": "paginator/paginator/paginator.component.js",
|
|
117827
|
+
"path": "paginator/compact-paginator/compact-paginator.component.js",
|
|
117703
117828
|
"declarations": [
|
|
117704
117829
|
{
|
|
117705
117830
|
"kind": "class",
|
|
117706
|
-
"description": "It displays a paginator component.",
|
|
117707
|
-
"name": "
|
|
117831
|
+
"description": "It displays a paginator component in compact mode.",
|
|
117832
|
+
"name": "SbbCompactPaginatorElement",
|
|
117708
117833
|
"members": [
|
|
117709
117834
|
{
|
|
117710
117835
|
"kind": "field",
|
|
@@ -117715,7 +117840,7 @@
|
|
|
117715
117840
|
"privacy": "public",
|
|
117716
117841
|
"static": true,
|
|
117717
117842
|
"readonly": true,
|
|
117718
|
-
"default": "'sbb-paginator'",
|
|
117843
|
+
"default": "'sbb-compact-paginator'",
|
|
117719
117844
|
"inheritedFrom": {
|
|
117720
117845
|
"name": "SbbElement",
|
|
117721
117846
|
"module": "core/base-elements/element.js"
|
|
@@ -117732,129 +117857,6 @@
|
|
|
117732
117857
|
"readonly": true,
|
|
117733
117858
|
"default": "{ page: 'page', }"
|
|
117734
117859
|
},
|
|
117735
|
-
{
|
|
117736
|
-
"kind": "field",
|
|
117737
|
-
"name": "pageSizeOptions",
|
|
117738
|
-
"type": {
|
|
117739
|
-
"text": "number[]"
|
|
117740
|
-
},
|
|
117741
|
-
"privacy": "public",
|
|
117742
|
-
"default": "[]",
|
|
117743
|
-
"description": "The available `pageSize` choices.",
|
|
117744
|
-
"attribute": "page-size-options"
|
|
117745
|
-
},
|
|
117746
|
-
{
|
|
117747
|
-
"kind": "field",
|
|
117748
|
-
"name": "pagerPosition",
|
|
117749
|
-
"type": {
|
|
117750
|
-
"text": "| 'start'\n | 'end'"
|
|
117751
|
-
},
|
|
117752
|
-
"privacy": "public",
|
|
117753
|
-
"default": "'start'",
|
|
117754
|
-
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
117755
|
-
"attribute": "pager-position",
|
|
117756
|
-
"reflects": true,
|
|
117757
|
-
"inheritedFrom": {
|
|
117758
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
117759
|
-
"module": "paginator/common/paginator-common.js"
|
|
117760
|
-
}
|
|
117761
|
-
},
|
|
117762
|
-
{
|
|
117763
|
-
"kind": "field",
|
|
117764
|
-
"name": "accessibilityItemsPerPageLabel",
|
|
117765
|
-
"type": {
|
|
117766
|
-
"text": "string"
|
|
117767
|
-
},
|
|
117768
|
-
"privacy": "public",
|
|
117769
|
-
"default": "''",
|
|
117770
|
-
"description": "Accessibility label for the items per page. Defaults to `Items per page.`.\nCan be set for cases like a carousel, where `slide` or `image` fits better.",
|
|
117771
|
-
"attribute": "accessibility-items-per-page-label"
|
|
117772
|
-
},
|
|
117773
|
-
{
|
|
117774
|
-
"kind": "field",
|
|
117775
|
-
"name": "_markForFocus",
|
|
117776
|
-
"type": {
|
|
117777
|
-
"text": "boolean"
|
|
117778
|
-
},
|
|
117779
|
-
"privacy": "private",
|
|
117780
|
-
"default": "false"
|
|
117781
|
-
},
|
|
117782
|
-
{
|
|
117783
|
-
"kind": "method",
|
|
117784
|
-
"name": "_getVisiblePages",
|
|
117785
|
-
"privacy": "private",
|
|
117786
|
-
"return": {
|
|
117787
|
-
"type": {
|
|
117788
|
-
"text": "Element[]"
|
|
117789
|
-
}
|
|
117790
|
-
},
|
|
117791
|
-
"description": "Returns the displayed page elements."
|
|
117792
|
-
},
|
|
117793
|
-
{
|
|
117794
|
-
"kind": "method",
|
|
117795
|
-
"name": "_getVisiblePagesIndex",
|
|
117796
|
-
"privacy": "private",
|
|
117797
|
-
"return": {
|
|
117798
|
-
"type": {
|
|
117799
|
-
"text": "(number | 'ellipsis')[]"
|
|
117800
|
-
}
|
|
117801
|
-
},
|
|
117802
|
-
"description": "Calculate the pages set based on the following rules:\n - the first page must always be visible;\n - the last page must always be visible;\n - if there are more than `MAX_PAGE_NUMBERS_DISPLAYED` other pages, ellipsis button must be used."
|
|
117803
|
-
},
|
|
117804
|
-
{
|
|
117805
|
-
"kind": "method",
|
|
117806
|
-
"name": "_range",
|
|
117807
|
-
"privacy": "private",
|
|
117808
|
-
"return": {
|
|
117809
|
-
"type": {
|
|
117810
|
-
"text": "number[]"
|
|
117811
|
-
}
|
|
117812
|
-
},
|
|
117813
|
-
"parameters": [
|
|
117814
|
-
{
|
|
117815
|
-
"name": "length",
|
|
117816
|
-
"type": {
|
|
117817
|
-
"text": "number"
|
|
117818
|
-
}
|
|
117819
|
-
},
|
|
117820
|
-
{
|
|
117821
|
-
"name": "offset",
|
|
117822
|
-
"default": "0",
|
|
117823
|
-
"type": {
|
|
117824
|
-
"text": "number"
|
|
117825
|
-
}
|
|
117826
|
-
}
|
|
117827
|
-
],
|
|
117828
|
-
"description": "Creates an array of consecutive numbers given the length and the starting value."
|
|
117829
|
-
},
|
|
117830
|
-
{
|
|
117831
|
-
"kind": "method",
|
|
117832
|
-
"name": "_onPageNumberClick",
|
|
117833
|
-
"privacy": "private",
|
|
117834
|
-
"return": {
|
|
117835
|
-
"type": {
|
|
117836
|
-
"text": "void"
|
|
117837
|
-
}
|
|
117838
|
-
},
|
|
117839
|
-
"parameters": [
|
|
117840
|
-
{
|
|
117841
|
-
"name": "index",
|
|
117842
|
-
"type": {
|
|
117843
|
-
"text": "number"
|
|
117844
|
-
}
|
|
117845
|
-
}
|
|
117846
|
-
]
|
|
117847
|
-
},
|
|
117848
|
-
{
|
|
117849
|
-
"kind": "method",
|
|
117850
|
-
"name": "_renderItemPerPageTemplate",
|
|
117851
|
-
"privacy": "private",
|
|
117852
|
-
"return": {
|
|
117853
|
-
"type": {
|
|
117854
|
-
"text": "TemplateResult | typeof nothing"
|
|
117855
|
-
}
|
|
117856
|
-
}
|
|
117857
|
-
},
|
|
117858
117860
|
{
|
|
117859
117861
|
"kind": "method",
|
|
117860
117862
|
"name": "_renderPageNumbers",
|
|
@@ -117938,6 +117940,22 @@
|
|
|
117938
117940
|
"module": "paginator/common/paginator-common.js"
|
|
117939
117941
|
}
|
|
117940
117942
|
},
|
|
117943
|
+
{
|
|
117944
|
+
"kind": "field",
|
|
117945
|
+
"name": "pagerPosition",
|
|
117946
|
+
"type": {
|
|
117947
|
+
"text": "| 'start'\n | 'end'"
|
|
117948
|
+
},
|
|
117949
|
+
"privacy": "public",
|
|
117950
|
+
"default": "'start'",
|
|
117951
|
+
"description": "Position of the prev/next buttons.",
|
|
117952
|
+
"attribute": "pager-position",
|
|
117953
|
+
"reflects": true,
|
|
117954
|
+
"inheritedFrom": {
|
|
117955
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
117956
|
+
"module": "paginator/common/paginator-common.js"
|
|
117957
|
+
}
|
|
117958
|
+
},
|
|
117941
117959
|
{
|
|
117942
117960
|
"kind": "field",
|
|
117943
117961
|
"name": "size",
|
|
@@ -118376,38 +118394,19 @@
|
|
|
118376
118394
|
}
|
|
118377
118395
|
}
|
|
118378
118396
|
],
|
|
118379
|
-
"
|
|
118380
|
-
{
|
|
118381
|
-
"name": "page-size-options",
|
|
118382
|
-
"type": {
|
|
118383
|
-
"text": "number[]"
|
|
118384
|
-
},
|
|
118385
|
-
"default": "[]",
|
|
118386
|
-
"description": "The available `pageSize` choices.",
|
|
118387
|
-
"fieldName": "pageSizeOptions"
|
|
118388
|
-
},
|
|
118389
|
-
{
|
|
118390
|
-
"name": "pager-position",
|
|
118391
|
-
"type": {
|
|
118392
|
-
"text": "| 'start'\n | 'end'"
|
|
118393
|
-
},
|
|
118394
|
-
"default": "'start'",
|
|
118395
|
-
"description": "Position of the prev/next buttons: if `pageSizeOptions` is set,\nthe sbb-select for the pageSize change will be positioned oppositely, with the page numbers always in the center.",
|
|
118396
|
-
"fieldName": "pagerPosition",
|
|
118397
|
-
"inheritedFrom": {
|
|
118398
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
118399
|
-
"module": "paginator/common/paginator-common.js"
|
|
118400
|
-
}
|
|
118401
|
-
},
|
|
118397
|
+
"mixins": [
|
|
118402
118398
|
{
|
|
118403
|
-
"name": "
|
|
118404
|
-
"
|
|
118405
|
-
|
|
118406
|
-
|
|
118407
|
-
|
|
118408
|
-
|
|
118409
|
-
|
|
118410
|
-
|
|
118399
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
118400
|
+
"module": "paginator/common/paginator-common.js"
|
|
118401
|
+
}
|
|
118402
|
+
],
|
|
118403
|
+
"superclass": {
|
|
118404
|
+
"name": "SbbElement",
|
|
118405
|
+
"module": "core/base-elements.js"
|
|
118406
|
+
},
|
|
118407
|
+
"tagName": "sbb-compact-paginator",
|
|
118408
|
+
"customElement": true,
|
|
118409
|
+
"attributes": [
|
|
118411
118410
|
{
|
|
118412
118411
|
"name": "length",
|
|
118413
118412
|
"type": {
|
|
@@ -118447,6 +118446,19 @@
|
|
|
118447
118446
|
"module": "paginator/common/paginator-common.js"
|
|
118448
118447
|
}
|
|
118449
118448
|
},
|
|
118449
|
+
{
|
|
118450
|
+
"name": "pager-position",
|
|
118451
|
+
"type": {
|
|
118452
|
+
"text": "| 'start'\n | 'end'"
|
|
118453
|
+
},
|
|
118454
|
+
"default": "'start'",
|
|
118455
|
+
"description": "Position of the prev/next buttons.",
|
|
118456
|
+
"fieldName": "pagerPosition",
|
|
118457
|
+
"inheritedFrom": {
|
|
118458
|
+
"name": "SbbPaginatorCommonElementMixin",
|
|
118459
|
+
"module": "paginator/common/paginator-common.js"
|
|
118460
|
+
}
|
|
118461
|
+
},
|
|
118450
118462
|
{
|
|
118451
118463
|
"name": "size",
|
|
118452
118464
|
"type": {
|
|
@@ -118526,18 +118538,6 @@
|
|
|
118526
118538
|
}
|
|
118527
118539
|
}
|
|
118528
118540
|
],
|
|
118529
|
-
"mixins": [
|
|
118530
|
-
{
|
|
118531
|
-
"name": "SbbPaginatorCommonElementMixin",
|
|
118532
|
-
"module": "paginator/common/paginator-common.js"
|
|
118533
|
-
}
|
|
118534
|
-
],
|
|
118535
|
-
"superclass": {
|
|
118536
|
-
"name": "SbbElement",
|
|
118537
|
-
"module": "core/base-elements.js"
|
|
118538
|
-
},
|
|
118539
|
-
"tagName": "sbb-paginator",
|
|
118540
|
-
"customElement": true,
|
|
118541
118541
|
"events": [
|
|
118542
118542
|
{
|
|
118543
118543
|
"name": "page",
|
|
@@ -118556,10 +118556,10 @@
|
|
|
118556
118556
|
"exports": [
|
|
118557
118557
|
{
|
|
118558
118558
|
"kind": "js",
|
|
118559
|
-
"name": "
|
|
118559
|
+
"name": "SbbCompactPaginatorElement",
|
|
118560
118560
|
"declaration": {
|
|
118561
|
-
"name": "
|
|
118562
|
-
"module": "paginator/paginator/paginator.component.js"
|
|
118561
|
+
"name": "SbbCompactPaginatorElement",
|
|
118562
|
+
"module": "paginator/compact-paginator/compact-paginator.component.js"
|
|
118563
118563
|
}
|
|
118564
118564
|
}
|
|
118565
118565
|
]
|
|
@@ -132472,6 +132472,155 @@
|
|
|
132472
132472
|
}
|
|
132473
132473
|
]
|
|
132474
132474
|
},
|
|
132475
|
+
{
|
|
132476
|
+
"kind": "javascript-module",
|
|
132477
|
+
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
132478
|
+
"declarations": [
|
|
132479
|
+
{
|
|
132480
|
+
"kind": "class",
|
|
132481
|
+
"description": "It visually displays a blocked passage between train wagons.",
|
|
132482
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
132483
|
+
"members": [
|
|
132484
|
+
{
|
|
132485
|
+
"kind": "field",
|
|
132486
|
+
"name": "elementName",
|
|
132487
|
+
"type": {
|
|
132488
|
+
"text": "string"
|
|
132489
|
+
},
|
|
132490
|
+
"privacy": "public",
|
|
132491
|
+
"static": true,
|
|
132492
|
+
"readonly": true,
|
|
132493
|
+
"default": "'sbb-train-blocked-passage'",
|
|
132494
|
+
"inheritedFrom": {
|
|
132495
|
+
"name": "SbbElement",
|
|
132496
|
+
"module": "core/base-elements/element.js"
|
|
132497
|
+
}
|
|
132498
|
+
},
|
|
132499
|
+
{
|
|
132500
|
+
"kind": "field",
|
|
132501
|
+
"name": "_hydrationRequired",
|
|
132502
|
+
"type": {
|
|
132503
|
+
"text": "boolean"
|
|
132504
|
+
},
|
|
132505
|
+
"privacy": "private",
|
|
132506
|
+
"default": "!!this.shadowRoot",
|
|
132507
|
+
"inheritedFrom": {
|
|
132508
|
+
"name": "SbbElement",
|
|
132509
|
+
"module": "core/base-elements/element.js"
|
|
132510
|
+
}
|
|
132511
|
+
},
|
|
132512
|
+
{
|
|
132513
|
+
"kind": "field",
|
|
132514
|
+
"name": "_hydrationComplete",
|
|
132515
|
+
"privacy": "private",
|
|
132516
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
132517
|
+
"inheritedFrom": {
|
|
132518
|
+
"name": "SbbElement",
|
|
132519
|
+
"module": "core/base-elements/element.js"
|
|
132520
|
+
}
|
|
132521
|
+
},
|
|
132522
|
+
{
|
|
132523
|
+
"kind": "field",
|
|
132524
|
+
"name": "_resolveHydration",
|
|
132525
|
+
"type": {
|
|
132526
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
132527
|
+
},
|
|
132528
|
+
"privacy": "private",
|
|
132529
|
+
"inheritedFrom": {
|
|
132530
|
+
"name": "SbbElement",
|
|
132531
|
+
"module": "core/base-elements/element.js"
|
|
132532
|
+
}
|
|
132533
|
+
},
|
|
132534
|
+
{
|
|
132535
|
+
"kind": "field",
|
|
132536
|
+
"name": "hydrationRequired",
|
|
132537
|
+
"type": {
|
|
132538
|
+
"text": "boolean"
|
|
132539
|
+
},
|
|
132540
|
+
"privacy": "protected",
|
|
132541
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
132542
|
+
"readonly": true,
|
|
132543
|
+
"inheritedFrom": {
|
|
132544
|
+
"name": "SbbElement",
|
|
132545
|
+
"module": "core/base-elements/element.js"
|
|
132546
|
+
},
|
|
132547
|
+
"default": "!!this.shadowRoot"
|
|
132548
|
+
},
|
|
132549
|
+
{
|
|
132550
|
+
"kind": "method",
|
|
132551
|
+
"name": "toggleState",
|
|
132552
|
+
"privacy": "protected",
|
|
132553
|
+
"return": {
|
|
132554
|
+
"type": {
|
|
132555
|
+
"text": "void"
|
|
132556
|
+
}
|
|
132557
|
+
},
|
|
132558
|
+
"parameters": [
|
|
132559
|
+
{
|
|
132560
|
+
"name": "value",
|
|
132561
|
+
"type": {
|
|
132562
|
+
"text": "string"
|
|
132563
|
+
}
|
|
132564
|
+
},
|
|
132565
|
+
{
|
|
132566
|
+
"name": "force",
|
|
132567
|
+
"optional": true,
|
|
132568
|
+
"type": {
|
|
132569
|
+
"text": "boolean"
|
|
132570
|
+
}
|
|
132571
|
+
}
|
|
132572
|
+
],
|
|
132573
|
+
"inheritedFrom": {
|
|
132574
|
+
"name": "SbbElement",
|
|
132575
|
+
"module": "core/base-elements/element.js"
|
|
132576
|
+
}
|
|
132577
|
+
},
|
|
132578
|
+
{
|
|
132579
|
+
"kind": "field",
|
|
132580
|
+
"name": "['_$sbbElement$']",
|
|
132581
|
+
"type": {
|
|
132582
|
+
"text": "boolean"
|
|
132583
|
+
},
|
|
132584
|
+
"privacy": "public",
|
|
132585
|
+
"static": true,
|
|
132586
|
+
"default": "true",
|
|
132587
|
+
"inheritedFrom": {
|
|
132588
|
+
"name": "SbbElement",
|
|
132589
|
+
"module": "core/base-elements/element.js"
|
|
132590
|
+
}
|
|
132591
|
+
},
|
|
132592
|
+
{
|
|
132593
|
+
"kind": "field",
|
|
132594
|
+
"name": "_controllers",
|
|
132595
|
+
"type": {
|
|
132596
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
132597
|
+
},
|
|
132598
|
+
"privacy": "private",
|
|
132599
|
+
"inheritedFrom": {
|
|
132600
|
+
"name": "SbbElement",
|
|
132601
|
+
"module": "core/base-elements/element.js"
|
|
132602
|
+
}
|
|
132603
|
+
}
|
|
132604
|
+
],
|
|
132605
|
+
"superclass": {
|
|
132606
|
+
"name": "SbbElement",
|
|
132607
|
+
"module": "core/base-elements.js"
|
|
132608
|
+
},
|
|
132609
|
+
"tagName": "sbb-train-blocked-passage",
|
|
132610
|
+
"customElement": true
|
|
132611
|
+
}
|
|
132612
|
+
],
|
|
132613
|
+
"exports": [
|
|
132614
|
+
{
|
|
132615
|
+
"kind": "js",
|
|
132616
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
132617
|
+
"declaration": {
|
|
132618
|
+
"name": "SbbTrainBlockedPassageElement",
|
|
132619
|
+
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
132620
|
+
}
|
|
132621
|
+
}
|
|
132622
|
+
]
|
|
132623
|
+
},
|
|
132475
132624
|
{
|
|
132476
132625
|
"kind": "javascript-module",
|
|
132477
132626
|
"path": "train/train/train.component.js",
|
|
@@ -132872,155 +133021,6 @@
|
|
|
132872
133021
|
}
|
|
132873
133022
|
]
|
|
132874
133023
|
},
|
|
132875
|
-
{
|
|
132876
|
-
"kind": "javascript-module",
|
|
132877
|
-
"path": "train/train-blocked-passage/train-blocked-passage.component.js",
|
|
132878
|
-
"declarations": [
|
|
132879
|
-
{
|
|
132880
|
-
"kind": "class",
|
|
132881
|
-
"description": "It visually displays a blocked passage between train wagons.",
|
|
132882
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
132883
|
-
"members": [
|
|
132884
|
-
{
|
|
132885
|
-
"kind": "field",
|
|
132886
|
-
"name": "elementName",
|
|
132887
|
-
"type": {
|
|
132888
|
-
"text": "string"
|
|
132889
|
-
},
|
|
132890
|
-
"privacy": "public",
|
|
132891
|
-
"static": true,
|
|
132892
|
-
"readonly": true,
|
|
132893
|
-
"default": "'sbb-train-blocked-passage'",
|
|
132894
|
-
"inheritedFrom": {
|
|
132895
|
-
"name": "SbbElement",
|
|
132896
|
-
"module": "core/base-elements/element.js"
|
|
132897
|
-
}
|
|
132898
|
-
},
|
|
132899
|
-
{
|
|
132900
|
-
"kind": "field",
|
|
132901
|
-
"name": "_hydrationRequired",
|
|
132902
|
-
"type": {
|
|
132903
|
-
"text": "boolean"
|
|
132904
|
-
},
|
|
132905
|
-
"privacy": "private",
|
|
132906
|
-
"default": "!!this.shadowRoot",
|
|
132907
|
-
"inheritedFrom": {
|
|
132908
|
-
"name": "SbbElement",
|
|
132909
|
-
"module": "core/base-elements/element.js"
|
|
132910
|
-
}
|
|
132911
|
-
},
|
|
132912
|
-
{
|
|
132913
|
-
"kind": "field",
|
|
132914
|
-
"name": "_hydrationComplete",
|
|
132915
|
-
"privacy": "private",
|
|
132916
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
132917
|
-
"inheritedFrom": {
|
|
132918
|
-
"name": "SbbElement",
|
|
132919
|
-
"module": "core/base-elements/element.js"
|
|
132920
|
-
}
|
|
132921
|
-
},
|
|
132922
|
-
{
|
|
132923
|
-
"kind": "field",
|
|
132924
|
-
"name": "_resolveHydration",
|
|
132925
|
-
"type": {
|
|
132926
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
132927
|
-
},
|
|
132928
|
-
"privacy": "private",
|
|
132929
|
-
"inheritedFrom": {
|
|
132930
|
-
"name": "SbbElement",
|
|
132931
|
-
"module": "core/base-elements/element.js"
|
|
132932
|
-
}
|
|
132933
|
-
},
|
|
132934
|
-
{
|
|
132935
|
-
"kind": "field",
|
|
132936
|
-
"name": "hydrationRequired",
|
|
132937
|
-
"type": {
|
|
132938
|
-
"text": "boolean"
|
|
132939
|
-
},
|
|
132940
|
-
"privacy": "protected",
|
|
132941
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
132942
|
-
"readonly": true,
|
|
132943
|
-
"inheritedFrom": {
|
|
132944
|
-
"name": "SbbElement",
|
|
132945
|
-
"module": "core/base-elements/element.js"
|
|
132946
|
-
},
|
|
132947
|
-
"default": "!!this.shadowRoot"
|
|
132948
|
-
},
|
|
132949
|
-
{
|
|
132950
|
-
"kind": "method",
|
|
132951
|
-
"name": "toggleState",
|
|
132952
|
-
"privacy": "protected",
|
|
132953
|
-
"return": {
|
|
132954
|
-
"type": {
|
|
132955
|
-
"text": "void"
|
|
132956
|
-
}
|
|
132957
|
-
},
|
|
132958
|
-
"parameters": [
|
|
132959
|
-
{
|
|
132960
|
-
"name": "value",
|
|
132961
|
-
"type": {
|
|
132962
|
-
"text": "string"
|
|
132963
|
-
}
|
|
132964
|
-
},
|
|
132965
|
-
{
|
|
132966
|
-
"name": "force",
|
|
132967
|
-
"optional": true,
|
|
132968
|
-
"type": {
|
|
132969
|
-
"text": "boolean"
|
|
132970
|
-
}
|
|
132971
|
-
}
|
|
132972
|
-
],
|
|
132973
|
-
"inheritedFrom": {
|
|
132974
|
-
"name": "SbbElement",
|
|
132975
|
-
"module": "core/base-elements/element.js"
|
|
132976
|
-
}
|
|
132977
|
-
},
|
|
132978
|
-
{
|
|
132979
|
-
"kind": "field",
|
|
132980
|
-
"name": "['_$sbbElement$']",
|
|
132981
|
-
"type": {
|
|
132982
|
-
"text": "boolean"
|
|
132983
|
-
},
|
|
132984
|
-
"privacy": "public",
|
|
132985
|
-
"static": true,
|
|
132986
|
-
"default": "true",
|
|
132987
|
-
"inheritedFrom": {
|
|
132988
|
-
"name": "SbbElement",
|
|
132989
|
-
"module": "core/base-elements/element.js"
|
|
132990
|
-
}
|
|
132991
|
-
},
|
|
132992
|
-
{
|
|
132993
|
-
"kind": "field",
|
|
132994
|
-
"name": "_controllers",
|
|
132995
|
-
"type": {
|
|
132996
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
132997
|
-
},
|
|
132998
|
-
"privacy": "private",
|
|
132999
|
-
"inheritedFrom": {
|
|
133000
|
-
"name": "SbbElement",
|
|
133001
|
-
"module": "core/base-elements/element.js"
|
|
133002
|
-
}
|
|
133003
|
-
}
|
|
133004
|
-
],
|
|
133005
|
-
"superclass": {
|
|
133006
|
-
"name": "SbbElement",
|
|
133007
|
-
"module": "core/base-elements.js"
|
|
133008
|
-
},
|
|
133009
|
-
"tagName": "sbb-train-blocked-passage",
|
|
133010
|
-
"customElement": true
|
|
133011
|
-
}
|
|
133012
|
-
],
|
|
133013
|
-
"exports": [
|
|
133014
|
-
{
|
|
133015
|
-
"kind": "js",
|
|
133016
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
133017
|
-
"declaration": {
|
|
133018
|
-
"name": "SbbTrainBlockedPassageElement",
|
|
133019
|
-
"module": "train/train-blocked-passage/train-blocked-passage.component.js"
|
|
133020
|
-
}
|
|
133021
|
-
}
|
|
133022
|
-
]
|
|
133023
|
-
},
|
|
133024
133024
|
{
|
|
133025
133025
|
"kind": "javascript-module",
|
|
133026
133026
|
"path": "train/train-formation/train-formation.component.js",
|