@sbb-esta/lyne-elements-dev 4.11.0-dev.1776944043 → 4.11.0-dev.1776956590
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 +969 -969
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -31213,238 +31213,6 @@
|
|
|
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
|
-
},
|
|
31448
31216
|
{
|
|
31449
31217
|
"kind": "javascript-module",
|
|
31450
31218
|
"path": "timetable-occupancy-icon/timetable-occupancy-icon.component.js",
|
|
@@ -31858,6 +31626,238 @@
|
|
|
31858
31626
|
}
|
|
31859
31627
|
]
|
|
31860
31628
|
},
|
|
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,6 +36066,439 @@
|
|
|
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
|
+
},
|
|
36069
36502
|
{
|
|
36070
36503
|
"kind": "javascript-module",
|
|
36071
36504
|
"path": "breadcrumb/breadcrumb/breadcrumb.component.js",
|
|
@@ -36594,439 +37027,6 @@
|
|
|
36594
37027
|
}
|
|
36595
37028
|
]
|
|
36596
37029
|
},
|
|
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",
|
|
@@ -122782,6 +122782,310 @@
|
|
|
122782
122782
|
}
|
|
122783
122783
|
]
|
|
122784
122784
|
},
|
|
122785
|
+
{
|
|
122786
|
+
"kind": "javascript-module",
|
|
122787
|
+
"path": "stepper/step/step.component.js",
|
|
122788
|
+
"declarations": [
|
|
122789
|
+
{
|
|
122790
|
+
"kind": "class",
|
|
122791
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's content.",
|
|
122792
|
+
"name": "SbbStepElement",
|
|
122793
|
+
"slots": [
|
|
122794
|
+
{
|
|
122795
|
+
"description": "Use the unnamed slot to provide content.",
|
|
122796
|
+
"name": ""
|
|
122797
|
+
}
|
|
122798
|
+
],
|
|
122799
|
+
"members": [
|
|
122800
|
+
{
|
|
122801
|
+
"kind": "field",
|
|
122802
|
+
"name": "elementName",
|
|
122803
|
+
"type": {
|
|
122804
|
+
"text": "string"
|
|
122805
|
+
},
|
|
122806
|
+
"privacy": "public",
|
|
122807
|
+
"static": true,
|
|
122808
|
+
"readonly": true,
|
|
122809
|
+
"default": "'sbb-step'",
|
|
122810
|
+
"inheritedFrom": {
|
|
122811
|
+
"name": "SbbElement",
|
|
122812
|
+
"module": "core/base-elements/element.js"
|
|
122813
|
+
}
|
|
122814
|
+
},
|
|
122815
|
+
{
|
|
122816
|
+
"kind": "field",
|
|
122817
|
+
"name": "role",
|
|
122818
|
+
"type": {
|
|
122819
|
+
"text": "string"
|
|
122820
|
+
},
|
|
122821
|
+
"privacy": "public",
|
|
122822
|
+
"static": true,
|
|
122823
|
+
"readonly": true,
|
|
122824
|
+
"default": "'tabpanel'"
|
|
122825
|
+
},
|
|
122826
|
+
{
|
|
122827
|
+
"kind": "field",
|
|
122828
|
+
"name": "events",
|
|
122829
|
+
"privacy": "public",
|
|
122830
|
+
"static": true,
|
|
122831
|
+
"readonly": true,
|
|
122832
|
+
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
122833
|
+
"type": {
|
|
122834
|
+
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
122835
|
+
}
|
|
122836
|
+
},
|
|
122837
|
+
{
|
|
122838
|
+
"kind": "field",
|
|
122839
|
+
"name": "_stepResizeObserver",
|
|
122840
|
+
"privacy": "private",
|
|
122841
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
|
|
122842
|
+
},
|
|
122843
|
+
{
|
|
122844
|
+
"kind": "field",
|
|
122845
|
+
"name": "label",
|
|
122846
|
+
"type": {
|
|
122847
|
+
"text": "SbbStepLabelElement | null"
|
|
122848
|
+
},
|
|
122849
|
+
"privacy": "public",
|
|
122850
|
+
"description": "The label of the step.",
|
|
122851
|
+
"readonly": true,
|
|
122852
|
+
"default": "null"
|
|
122853
|
+
},
|
|
122854
|
+
{
|
|
122855
|
+
"kind": "field",
|
|
122856
|
+
"name": "_label",
|
|
122857
|
+
"type": {
|
|
122858
|
+
"text": "SbbStepLabelElement | null"
|
|
122859
|
+
},
|
|
122860
|
+
"privacy": "private",
|
|
122861
|
+
"default": "null"
|
|
122862
|
+
},
|
|
122863
|
+
{
|
|
122864
|
+
"kind": "field",
|
|
122865
|
+
"name": "stepper",
|
|
122866
|
+
"type": {
|
|
122867
|
+
"text": "SbbStepperElement | null"
|
|
122868
|
+
},
|
|
122869
|
+
"privacy": "public",
|
|
122870
|
+
"readonly": true
|
|
122871
|
+
},
|
|
122872
|
+
{
|
|
122873
|
+
"kind": "field",
|
|
122874
|
+
"name": "_previousOrientation",
|
|
122875
|
+
"type": {
|
|
122876
|
+
"text": "string | undefined"
|
|
122877
|
+
},
|
|
122878
|
+
"privacy": "private"
|
|
122879
|
+
},
|
|
122880
|
+
{
|
|
122881
|
+
"kind": "method",
|
|
122882
|
+
"name": "_handleClick",
|
|
122883
|
+
"privacy": "private",
|
|
122884
|
+
"return": {
|
|
122885
|
+
"type": {
|
|
122886
|
+
"text": "void"
|
|
122887
|
+
}
|
|
122888
|
+
},
|
|
122889
|
+
"parameters": [
|
|
122890
|
+
{
|
|
122891
|
+
"name": "event",
|
|
122892
|
+
"type": {
|
|
122893
|
+
"text": "Event"
|
|
122894
|
+
}
|
|
122895
|
+
}
|
|
122896
|
+
],
|
|
122897
|
+
"description": "Watches for clicked elements with `sbb-stepper-next` or `sbb-stepper-previous` attributes."
|
|
122898
|
+
},
|
|
122899
|
+
{
|
|
122900
|
+
"kind": "method",
|
|
122901
|
+
"name": "_isGoNextElement",
|
|
122902
|
+
"privacy": "private",
|
|
122903
|
+
"return": {
|
|
122904
|
+
"type": {
|
|
122905
|
+
"text": "boolean"
|
|
122906
|
+
}
|
|
122907
|
+
},
|
|
122908
|
+
"parameters": [
|
|
122909
|
+
{
|
|
122910
|
+
"name": "element",
|
|
122911
|
+
"type": {
|
|
122912
|
+
"text": "HTMLElement"
|
|
122913
|
+
}
|
|
122914
|
+
}
|
|
122915
|
+
]
|
|
122916
|
+
},
|
|
122917
|
+
{
|
|
122918
|
+
"kind": "method",
|
|
122919
|
+
"name": "_isGoPreviousElement",
|
|
122920
|
+
"privacy": "private",
|
|
122921
|
+
"return": {
|
|
122922
|
+
"type": {
|
|
122923
|
+
"text": "boolean"
|
|
122924
|
+
}
|
|
122925
|
+
},
|
|
122926
|
+
"parameters": [
|
|
122927
|
+
{
|
|
122928
|
+
"name": "element",
|
|
122929
|
+
"type": {
|
|
122930
|
+
"text": "HTMLElement"
|
|
122931
|
+
}
|
|
122932
|
+
}
|
|
122933
|
+
]
|
|
122934
|
+
},
|
|
122935
|
+
{
|
|
122936
|
+
"kind": "method",
|
|
122937
|
+
"name": "_onStepElementResize",
|
|
122938
|
+
"privacy": "private",
|
|
122939
|
+
"return": {
|
|
122940
|
+
"type": {
|
|
122941
|
+
"text": "void"
|
|
122942
|
+
}
|
|
122943
|
+
}
|
|
122944
|
+
},
|
|
122945
|
+
{
|
|
122946
|
+
"kind": "method",
|
|
122947
|
+
"name": "_assignLabel",
|
|
122948
|
+
"privacy": "private",
|
|
122949
|
+
"return": {
|
|
122950
|
+
"type": {
|
|
122951
|
+
"text": "void"
|
|
122952
|
+
}
|
|
122953
|
+
}
|
|
122954
|
+
},
|
|
122955
|
+
{
|
|
122956
|
+
"kind": "field",
|
|
122957
|
+
"name": "_hydrationRequired",
|
|
122958
|
+
"type": {
|
|
122959
|
+
"text": "boolean"
|
|
122960
|
+
},
|
|
122961
|
+
"privacy": "private",
|
|
122962
|
+
"default": "!!this.shadowRoot",
|
|
122963
|
+
"inheritedFrom": {
|
|
122964
|
+
"name": "SbbElement",
|
|
122965
|
+
"module": "core/base-elements/element.js"
|
|
122966
|
+
}
|
|
122967
|
+
},
|
|
122968
|
+
{
|
|
122969
|
+
"kind": "field",
|
|
122970
|
+
"name": "_hydrationComplete",
|
|
122971
|
+
"privacy": "private",
|
|
122972
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
122973
|
+
"inheritedFrom": {
|
|
122974
|
+
"name": "SbbElement",
|
|
122975
|
+
"module": "core/base-elements/element.js"
|
|
122976
|
+
}
|
|
122977
|
+
},
|
|
122978
|
+
{
|
|
122979
|
+
"kind": "field",
|
|
122980
|
+
"name": "_resolveHydration",
|
|
122981
|
+
"type": {
|
|
122982
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
122983
|
+
},
|
|
122984
|
+
"privacy": "private",
|
|
122985
|
+
"inheritedFrom": {
|
|
122986
|
+
"name": "SbbElement",
|
|
122987
|
+
"module": "core/base-elements/element.js"
|
|
122988
|
+
}
|
|
122989
|
+
},
|
|
122990
|
+
{
|
|
122991
|
+
"kind": "field",
|
|
122992
|
+
"name": "hydrationRequired",
|
|
122993
|
+
"type": {
|
|
122994
|
+
"text": "boolean"
|
|
122995
|
+
},
|
|
122996
|
+
"privacy": "protected",
|
|
122997
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
122998
|
+
"readonly": true,
|
|
122999
|
+
"inheritedFrom": {
|
|
123000
|
+
"name": "SbbElement",
|
|
123001
|
+
"module": "core/base-elements/element.js"
|
|
123002
|
+
},
|
|
123003
|
+
"default": "!!this.shadowRoot"
|
|
123004
|
+
},
|
|
123005
|
+
{
|
|
123006
|
+
"kind": "method",
|
|
123007
|
+
"name": "toggleState",
|
|
123008
|
+
"privacy": "protected",
|
|
123009
|
+
"return": {
|
|
123010
|
+
"type": {
|
|
123011
|
+
"text": "void"
|
|
123012
|
+
}
|
|
123013
|
+
},
|
|
123014
|
+
"parameters": [
|
|
123015
|
+
{
|
|
123016
|
+
"name": "value",
|
|
123017
|
+
"type": {
|
|
123018
|
+
"text": "string"
|
|
123019
|
+
}
|
|
123020
|
+
},
|
|
123021
|
+
{
|
|
123022
|
+
"name": "force",
|
|
123023
|
+
"optional": true,
|
|
123024
|
+
"type": {
|
|
123025
|
+
"text": "boolean"
|
|
123026
|
+
}
|
|
123027
|
+
}
|
|
123028
|
+
],
|
|
123029
|
+
"inheritedFrom": {
|
|
123030
|
+
"name": "SbbElement",
|
|
123031
|
+
"module": "core/base-elements/element.js"
|
|
123032
|
+
}
|
|
123033
|
+
},
|
|
123034
|
+
{
|
|
123035
|
+
"kind": "field",
|
|
123036
|
+
"name": "['_$sbbElement$']",
|
|
123037
|
+
"type": {
|
|
123038
|
+
"text": "boolean"
|
|
123039
|
+
},
|
|
123040
|
+
"privacy": "public",
|
|
123041
|
+
"static": true,
|
|
123042
|
+
"default": "true",
|
|
123043
|
+
"inheritedFrom": {
|
|
123044
|
+
"name": "SbbElement",
|
|
123045
|
+
"module": "core/base-elements/element.js"
|
|
123046
|
+
}
|
|
123047
|
+
},
|
|
123048
|
+
{
|
|
123049
|
+
"kind": "field",
|
|
123050
|
+
"name": "_controllers",
|
|
123051
|
+
"type": {
|
|
123052
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
123053
|
+
},
|
|
123054
|
+
"privacy": "private",
|
|
123055
|
+
"inheritedFrom": {
|
|
123056
|
+
"name": "SbbElement",
|
|
123057
|
+
"module": "core/base-elements/element.js"
|
|
123058
|
+
}
|
|
123059
|
+
}
|
|
123060
|
+
],
|
|
123061
|
+
"events": [
|
|
123062
|
+
{
|
|
123063
|
+
"name": "validate",
|
|
123064
|
+
"type": {
|
|
123065
|
+
"text": "CustomEvent<SbbStepValidateEventDetails>"
|
|
123066
|
+
},
|
|
123067
|
+
"description": "The validate event is dispatched when a step change is triggered. Can be canceled to abort the step change."
|
|
123068
|
+
}
|
|
123069
|
+
],
|
|
123070
|
+
"superclass": {
|
|
123071
|
+
"name": "SbbElement",
|
|
123072
|
+
"module": "core/base-elements.js"
|
|
123073
|
+
},
|
|
123074
|
+
"tagName": "sbb-step",
|
|
123075
|
+
"customElement": true
|
|
123076
|
+
}
|
|
123077
|
+
],
|
|
123078
|
+
"exports": [
|
|
123079
|
+
{
|
|
123080
|
+
"kind": "js",
|
|
123081
|
+
"name": "SbbStepElement",
|
|
123082
|
+
"declaration": {
|
|
123083
|
+
"name": "SbbStepElement",
|
|
123084
|
+
"module": "stepper/step/step.component.js"
|
|
123085
|
+
}
|
|
123086
|
+
}
|
|
123087
|
+
]
|
|
123088
|
+
},
|
|
122785
123089
|
{
|
|
122786
123090
|
"kind": "javascript-module",
|
|
122787
123091
|
"path": "stepper/step-label/step-label.component.js",
|
|
@@ -123744,310 +124048,6 @@
|
|
|
123744
124048
|
}
|
|
123745
124049
|
]
|
|
123746
124050
|
},
|
|
123747
|
-
{
|
|
123748
|
-
"kind": "javascript-module",
|
|
123749
|
-
"path": "stepper/step/step.component.js",
|
|
123750
|
-
"declarations": [
|
|
123751
|
-
{
|
|
123752
|
-
"kind": "class",
|
|
123753
|
-
"description": "Combined with a `sbb-stepper`, it displays a step's content.",
|
|
123754
|
-
"name": "SbbStepElement",
|
|
123755
|
-
"slots": [
|
|
123756
|
-
{
|
|
123757
|
-
"description": "Use the unnamed slot to provide content.",
|
|
123758
|
-
"name": ""
|
|
123759
|
-
}
|
|
123760
|
-
],
|
|
123761
|
-
"members": [
|
|
123762
|
-
{
|
|
123763
|
-
"kind": "field",
|
|
123764
|
-
"name": "elementName",
|
|
123765
|
-
"type": {
|
|
123766
|
-
"text": "string"
|
|
123767
|
-
},
|
|
123768
|
-
"privacy": "public",
|
|
123769
|
-
"static": true,
|
|
123770
|
-
"readonly": true,
|
|
123771
|
-
"default": "'sbb-step'",
|
|
123772
|
-
"inheritedFrom": {
|
|
123773
|
-
"name": "SbbElement",
|
|
123774
|
-
"module": "core/base-elements/element.js"
|
|
123775
|
-
}
|
|
123776
|
-
},
|
|
123777
|
-
{
|
|
123778
|
-
"kind": "field",
|
|
123779
|
-
"name": "role",
|
|
123780
|
-
"type": {
|
|
123781
|
-
"text": "string"
|
|
123782
|
-
},
|
|
123783
|
-
"privacy": "public",
|
|
123784
|
-
"static": true,
|
|
123785
|
-
"readonly": true,
|
|
123786
|
-
"default": "'tabpanel'"
|
|
123787
|
-
},
|
|
123788
|
-
{
|
|
123789
|
-
"kind": "field",
|
|
123790
|
-
"name": "events",
|
|
123791
|
-
"privacy": "public",
|
|
123792
|
-
"static": true,
|
|
123793
|
-
"readonly": true,
|
|
123794
|
-
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
123795
|
-
"type": {
|
|
123796
|
-
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
123797
|
-
}
|
|
123798
|
-
},
|
|
123799
|
-
{
|
|
123800
|
-
"kind": "field",
|
|
123801
|
-
"name": "_stepResizeObserver",
|
|
123802
|
-
"privacy": "private",
|
|
123803
|
-
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
|
|
123804
|
-
},
|
|
123805
|
-
{
|
|
123806
|
-
"kind": "field",
|
|
123807
|
-
"name": "label",
|
|
123808
|
-
"type": {
|
|
123809
|
-
"text": "SbbStepLabelElement | null"
|
|
123810
|
-
},
|
|
123811
|
-
"privacy": "public",
|
|
123812
|
-
"description": "The label of the step.",
|
|
123813
|
-
"readonly": true,
|
|
123814
|
-
"default": "null"
|
|
123815
|
-
},
|
|
123816
|
-
{
|
|
123817
|
-
"kind": "field",
|
|
123818
|
-
"name": "_label",
|
|
123819
|
-
"type": {
|
|
123820
|
-
"text": "SbbStepLabelElement | null"
|
|
123821
|
-
},
|
|
123822
|
-
"privacy": "private",
|
|
123823
|
-
"default": "null"
|
|
123824
|
-
},
|
|
123825
|
-
{
|
|
123826
|
-
"kind": "field",
|
|
123827
|
-
"name": "stepper",
|
|
123828
|
-
"type": {
|
|
123829
|
-
"text": "SbbStepperElement | null"
|
|
123830
|
-
},
|
|
123831
|
-
"privacy": "public",
|
|
123832
|
-
"readonly": true
|
|
123833
|
-
},
|
|
123834
|
-
{
|
|
123835
|
-
"kind": "field",
|
|
123836
|
-
"name": "_previousOrientation",
|
|
123837
|
-
"type": {
|
|
123838
|
-
"text": "string | undefined"
|
|
123839
|
-
},
|
|
123840
|
-
"privacy": "private"
|
|
123841
|
-
},
|
|
123842
|
-
{
|
|
123843
|
-
"kind": "method",
|
|
123844
|
-
"name": "_handleClick",
|
|
123845
|
-
"privacy": "private",
|
|
123846
|
-
"return": {
|
|
123847
|
-
"type": {
|
|
123848
|
-
"text": "void"
|
|
123849
|
-
}
|
|
123850
|
-
},
|
|
123851
|
-
"parameters": [
|
|
123852
|
-
{
|
|
123853
|
-
"name": "event",
|
|
123854
|
-
"type": {
|
|
123855
|
-
"text": "Event"
|
|
123856
|
-
}
|
|
123857
|
-
}
|
|
123858
|
-
],
|
|
123859
|
-
"description": "Watches for clicked elements with `sbb-stepper-next` or `sbb-stepper-previous` attributes."
|
|
123860
|
-
},
|
|
123861
|
-
{
|
|
123862
|
-
"kind": "method",
|
|
123863
|
-
"name": "_isGoNextElement",
|
|
123864
|
-
"privacy": "private",
|
|
123865
|
-
"return": {
|
|
123866
|
-
"type": {
|
|
123867
|
-
"text": "boolean"
|
|
123868
|
-
}
|
|
123869
|
-
},
|
|
123870
|
-
"parameters": [
|
|
123871
|
-
{
|
|
123872
|
-
"name": "element",
|
|
123873
|
-
"type": {
|
|
123874
|
-
"text": "HTMLElement"
|
|
123875
|
-
}
|
|
123876
|
-
}
|
|
123877
|
-
]
|
|
123878
|
-
},
|
|
123879
|
-
{
|
|
123880
|
-
"kind": "method",
|
|
123881
|
-
"name": "_isGoPreviousElement",
|
|
123882
|
-
"privacy": "private",
|
|
123883
|
-
"return": {
|
|
123884
|
-
"type": {
|
|
123885
|
-
"text": "boolean"
|
|
123886
|
-
}
|
|
123887
|
-
},
|
|
123888
|
-
"parameters": [
|
|
123889
|
-
{
|
|
123890
|
-
"name": "element",
|
|
123891
|
-
"type": {
|
|
123892
|
-
"text": "HTMLElement"
|
|
123893
|
-
}
|
|
123894
|
-
}
|
|
123895
|
-
]
|
|
123896
|
-
},
|
|
123897
|
-
{
|
|
123898
|
-
"kind": "method",
|
|
123899
|
-
"name": "_onStepElementResize",
|
|
123900
|
-
"privacy": "private",
|
|
123901
|
-
"return": {
|
|
123902
|
-
"type": {
|
|
123903
|
-
"text": "void"
|
|
123904
|
-
}
|
|
123905
|
-
}
|
|
123906
|
-
},
|
|
123907
|
-
{
|
|
123908
|
-
"kind": "method",
|
|
123909
|
-
"name": "_assignLabel",
|
|
123910
|
-
"privacy": "private",
|
|
123911
|
-
"return": {
|
|
123912
|
-
"type": {
|
|
123913
|
-
"text": "void"
|
|
123914
|
-
}
|
|
123915
|
-
}
|
|
123916
|
-
},
|
|
123917
|
-
{
|
|
123918
|
-
"kind": "field",
|
|
123919
|
-
"name": "_hydrationRequired",
|
|
123920
|
-
"type": {
|
|
123921
|
-
"text": "boolean"
|
|
123922
|
-
},
|
|
123923
|
-
"privacy": "private",
|
|
123924
|
-
"default": "!!this.shadowRoot",
|
|
123925
|
-
"inheritedFrom": {
|
|
123926
|
-
"name": "SbbElement",
|
|
123927
|
-
"module": "core/base-elements/element.js"
|
|
123928
|
-
}
|
|
123929
|
-
},
|
|
123930
|
-
{
|
|
123931
|
-
"kind": "field",
|
|
123932
|
-
"name": "_hydrationComplete",
|
|
123933
|
-
"privacy": "private",
|
|
123934
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
123935
|
-
"inheritedFrom": {
|
|
123936
|
-
"name": "SbbElement",
|
|
123937
|
-
"module": "core/base-elements/element.js"
|
|
123938
|
-
}
|
|
123939
|
-
},
|
|
123940
|
-
{
|
|
123941
|
-
"kind": "field",
|
|
123942
|
-
"name": "_resolveHydration",
|
|
123943
|
-
"type": {
|
|
123944
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
123945
|
-
},
|
|
123946
|
-
"privacy": "private",
|
|
123947
|
-
"inheritedFrom": {
|
|
123948
|
-
"name": "SbbElement",
|
|
123949
|
-
"module": "core/base-elements/element.js"
|
|
123950
|
-
}
|
|
123951
|
-
},
|
|
123952
|
-
{
|
|
123953
|
-
"kind": "field",
|
|
123954
|
-
"name": "hydrationRequired",
|
|
123955
|
-
"type": {
|
|
123956
|
-
"text": "boolean"
|
|
123957
|
-
},
|
|
123958
|
-
"privacy": "protected",
|
|
123959
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
123960
|
-
"readonly": true,
|
|
123961
|
-
"inheritedFrom": {
|
|
123962
|
-
"name": "SbbElement",
|
|
123963
|
-
"module": "core/base-elements/element.js"
|
|
123964
|
-
},
|
|
123965
|
-
"default": "!!this.shadowRoot"
|
|
123966
|
-
},
|
|
123967
|
-
{
|
|
123968
|
-
"kind": "method",
|
|
123969
|
-
"name": "toggleState",
|
|
123970
|
-
"privacy": "protected",
|
|
123971
|
-
"return": {
|
|
123972
|
-
"type": {
|
|
123973
|
-
"text": "void"
|
|
123974
|
-
}
|
|
123975
|
-
},
|
|
123976
|
-
"parameters": [
|
|
123977
|
-
{
|
|
123978
|
-
"name": "value",
|
|
123979
|
-
"type": {
|
|
123980
|
-
"text": "string"
|
|
123981
|
-
}
|
|
123982
|
-
},
|
|
123983
|
-
{
|
|
123984
|
-
"name": "force",
|
|
123985
|
-
"optional": true,
|
|
123986
|
-
"type": {
|
|
123987
|
-
"text": "boolean"
|
|
123988
|
-
}
|
|
123989
|
-
}
|
|
123990
|
-
],
|
|
123991
|
-
"inheritedFrom": {
|
|
123992
|
-
"name": "SbbElement",
|
|
123993
|
-
"module": "core/base-elements/element.js"
|
|
123994
|
-
}
|
|
123995
|
-
},
|
|
123996
|
-
{
|
|
123997
|
-
"kind": "field",
|
|
123998
|
-
"name": "['_$sbbElement$']",
|
|
123999
|
-
"type": {
|
|
124000
|
-
"text": "boolean"
|
|
124001
|
-
},
|
|
124002
|
-
"privacy": "public",
|
|
124003
|
-
"static": true,
|
|
124004
|
-
"default": "true",
|
|
124005
|
-
"inheritedFrom": {
|
|
124006
|
-
"name": "SbbElement",
|
|
124007
|
-
"module": "core/base-elements/element.js"
|
|
124008
|
-
}
|
|
124009
|
-
},
|
|
124010
|
-
{
|
|
124011
|
-
"kind": "field",
|
|
124012
|
-
"name": "_controllers",
|
|
124013
|
-
"type": {
|
|
124014
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
124015
|
-
},
|
|
124016
|
-
"privacy": "private",
|
|
124017
|
-
"inheritedFrom": {
|
|
124018
|
-
"name": "SbbElement",
|
|
124019
|
-
"module": "core/base-elements/element.js"
|
|
124020
|
-
}
|
|
124021
|
-
}
|
|
124022
|
-
],
|
|
124023
|
-
"events": [
|
|
124024
|
-
{
|
|
124025
|
-
"name": "validate",
|
|
124026
|
-
"type": {
|
|
124027
|
-
"text": "CustomEvent<SbbStepValidateEventDetails>"
|
|
124028
|
-
},
|
|
124029
|
-
"description": "The validate event is dispatched when a step change is triggered. Can be canceled to abort the step change."
|
|
124030
|
-
}
|
|
124031
|
-
],
|
|
124032
|
-
"superclass": {
|
|
124033
|
-
"name": "SbbElement",
|
|
124034
|
-
"module": "core/base-elements.js"
|
|
124035
|
-
},
|
|
124036
|
-
"tagName": "sbb-step",
|
|
124037
|
-
"customElement": true
|
|
124038
|
-
}
|
|
124039
|
-
],
|
|
124040
|
-
"exports": [
|
|
124041
|
-
{
|
|
124042
|
-
"kind": "js",
|
|
124043
|
-
"name": "SbbStepElement",
|
|
124044
|
-
"declaration": {
|
|
124045
|
-
"name": "SbbStepElement",
|
|
124046
|
-
"module": "stepper/step/step.component.js"
|
|
124047
|
-
}
|
|
124048
|
-
}
|
|
124049
|
-
]
|
|
124050
|
-
},
|
|
124051
124051
|
{
|
|
124052
124052
|
"kind": "javascript-module",
|
|
124053
124053
|
"path": "stepper/stepper/stepper.component.js",
|