@sbb-esta/lyne-elements-dev 4.7.0-dev.1773398427 → 4.7.0-dev.1773405905
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 +1064 -1064
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -30743,6 +30743,238 @@
|
|
|
30743
30743
|
}
|
|
30744
30744
|
]
|
|
30745
30745
|
},
|
|
30746
|
+
{
|
|
30747
|
+
"kind": "javascript-module",
|
|
30748
|
+
"path": "timetable-occupancy/timetable-occupancy.component.js",
|
|
30749
|
+
"declarations": [
|
|
30750
|
+
{
|
|
30751
|
+
"kind": "class",
|
|
30752
|
+
"description": "Used in `sbb-timetable-row`, it displays information about wagon occupancy.",
|
|
30753
|
+
"name": "SbbTimetableOccupancyElement",
|
|
30754
|
+
"members": [
|
|
30755
|
+
{
|
|
30756
|
+
"kind": "field",
|
|
30757
|
+
"name": "elementName",
|
|
30758
|
+
"type": {
|
|
30759
|
+
"text": "string"
|
|
30760
|
+
},
|
|
30761
|
+
"privacy": "public",
|
|
30762
|
+
"static": true,
|
|
30763
|
+
"readonly": true,
|
|
30764
|
+
"default": "'sbb-timetable-occupancy'",
|
|
30765
|
+
"inheritedFrom": {
|
|
30766
|
+
"name": "SbbElement",
|
|
30767
|
+
"module": "core/base-elements/element.js"
|
|
30768
|
+
}
|
|
30769
|
+
},
|
|
30770
|
+
{
|
|
30771
|
+
"kind": "field",
|
|
30772
|
+
"name": "firstClassOccupancy",
|
|
30773
|
+
"type": {
|
|
30774
|
+
"text": "SbbOccupancy | null"
|
|
30775
|
+
},
|
|
30776
|
+
"privacy": "public",
|
|
30777
|
+
"default": "null",
|
|
30778
|
+
"description": "Occupancy for first class wagons.",
|
|
30779
|
+
"attribute": "first-class-occupancy"
|
|
30780
|
+
},
|
|
30781
|
+
{
|
|
30782
|
+
"kind": "field",
|
|
30783
|
+
"name": "secondClassOccupancy",
|
|
30784
|
+
"type": {
|
|
30785
|
+
"text": "SbbOccupancy | null"
|
|
30786
|
+
},
|
|
30787
|
+
"privacy": "public",
|
|
30788
|
+
"default": "null",
|
|
30789
|
+
"description": "Occupancy for second class wagons.",
|
|
30790
|
+
"attribute": "second-class-occupancy"
|
|
30791
|
+
},
|
|
30792
|
+
{
|
|
30793
|
+
"kind": "field",
|
|
30794
|
+
"name": "_language",
|
|
30795
|
+
"privacy": "private",
|
|
30796
|
+
"default": "new SbbLanguageController(this)"
|
|
30797
|
+
},
|
|
30798
|
+
{
|
|
30799
|
+
"kind": "field",
|
|
30800
|
+
"name": "negative",
|
|
30801
|
+
"type": {
|
|
30802
|
+
"text": "boolean"
|
|
30803
|
+
},
|
|
30804
|
+
"privacy": "public",
|
|
30805
|
+
"default": "false",
|
|
30806
|
+
"description": "Negative coloring variant flag.",
|
|
30807
|
+
"attribute": "negative",
|
|
30808
|
+
"reflects": true,
|
|
30809
|
+
"inheritedFrom": {
|
|
30810
|
+
"name": "SbbNegativeMixin",
|
|
30811
|
+
"module": "core/mixins/negative-mixin.js"
|
|
30812
|
+
}
|
|
30813
|
+
},
|
|
30814
|
+
{
|
|
30815
|
+
"kind": "field",
|
|
30816
|
+
"name": "_hydrationRequired",
|
|
30817
|
+
"type": {
|
|
30818
|
+
"text": "boolean"
|
|
30819
|
+
},
|
|
30820
|
+
"privacy": "private",
|
|
30821
|
+
"default": "!!this.shadowRoot",
|
|
30822
|
+
"inheritedFrom": {
|
|
30823
|
+
"name": "SbbHydrationMixin",
|
|
30824
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
30825
|
+
}
|
|
30826
|
+
},
|
|
30827
|
+
{
|
|
30828
|
+
"kind": "field",
|
|
30829
|
+
"name": "_hydrationComplete",
|
|
30830
|
+
"privacy": "private",
|
|
30831
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
30832
|
+
"inheritedFrom": {
|
|
30833
|
+
"name": "SbbHydrationMixin",
|
|
30834
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
30835
|
+
}
|
|
30836
|
+
},
|
|
30837
|
+
{
|
|
30838
|
+
"kind": "field",
|
|
30839
|
+
"name": "_resolveHydration",
|
|
30840
|
+
"type": {
|
|
30841
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
30842
|
+
},
|
|
30843
|
+
"privacy": "private",
|
|
30844
|
+
"inheritedFrom": {
|
|
30845
|
+
"name": "SbbHydrationMixin",
|
|
30846
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
30847
|
+
}
|
|
30848
|
+
},
|
|
30849
|
+
{
|
|
30850
|
+
"kind": "field",
|
|
30851
|
+
"name": "hydrationRequired",
|
|
30852
|
+
"type": {
|
|
30853
|
+
"text": "boolean"
|
|
30854
|
+
},
|
|
30855
|
+
"privacy": "protected",
|
|
30856
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
30857
|
+
"readonly": true,
|
|
30858
|
+
"inheritedFrom": {
|
|
30859
|
+
"name": "SbbHydrationMixin",
|
|
30860
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
30861
|
+
},
|
|
30862
|
+
"default": "!!this.shadowRoot"
|
|
30863
|
+
},
|
|
30864
|
+
{
|
|
30865
|
+
"kind": "method",
|
|
30866
|
+
"name": "toggleState",
|
|
30867
|
+
"privacy": "protected",
|
|
30868
|
+
"return": {
|
|
30869
|
+
"type": {
|
|
30870
|
+
"text": "void"
|
|
30871
|
+
}
|
|
30872
|
+
},
|
|
30873
|
+
"parameters": [
|
|
30874
|
+
{
|
|
30875
|
+
"name": "value",
|
|
30876
|
+
"type": {
|
|
30877
|
+
"text": "string"
|
|
30878
|
+
}
|
|
30879
|
+
},
|
|
30880
|
+
{
|
|
30881
|
+
"name": "force",
|
|
30882
|
+
"optional": true,
|
|
30883
|
+
"type": {
|
|
30884
|
+
"text": "boolean"
|
|
30885
|
+
}
|
|
30886
|
+
}
|
|
30887
|
+
],
|
|
30888
|
+
"inheritedFrom": {
|
|
30889
|
+
"name": "SbbElementInternalsMixin",
|
|
30890
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
30891
|
+
}
|
|
30892
|
+
},
|
|
30893
|
+
{
|
|
30894
|
+
"kind": "field",
|
|
30895
|
+
"name": "['_$sbbElement$']",
|
|
30896
|
+
"type": {
|
|
30897
|
+
"text": "boolean"
|
|
30898
|
+
},
|
|
30899
|
+
"privacy": "public",
|
|
30900
|
+
"static": true,
|
|
30901
|
+
"default": "true",
|
|
30902
|
+
"inheritedFrom": {
|
|
30903
|
+
"name": "SbbElement",
|
|
30904
|
+
"module": "core/base-elements/element.js"
|
|
30905
|
+
}
|
|
30906
|
+
},
|
|
30907
|
+
{
|
|
30908
|
+
"kind": "field",
|
|
30909
|
+
"name": "_controllers",
|
|
30910
|
+
"type": {
|
|
30911
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
30912
|
+
},
|
|
30913
|
+
"privacy": "private",
|
|
30914
|
+
"inheritedFrom": {
|
|
30915
|
+
"name": "SbbElement",
|
|
30916
|
+
"module": "core/base-elements/element.js"
|
|
30917
|
+
}
|
|
30918
|
+
}
|
|
30919
|
+
],
|
|
30920
|
+
"attributes": [
|
|
30921
|
+
{
|
|
30922
|
+
"name": "first-class-occupancy",
|
|
30923
|
+
"type": {
|
|
30924
|
+
"text": "SbbOccupancy | null"
|
|
30925
|
+
},
|
|
30926
|
+
"default": "null",
|
|
30927
|
+
"description": "Occupancy for first class wagons.",
|
|
30928
|
+
"fieldName": "firstClassOccupancy"
|
|
30929
|
+
},
|
|
30930
|
+
{
|
|
30931
|
+
"name": "second-class-occupancy",
|
|
30932
|
+
"type": {
|
|
30933
|
+
"text": "SbbOccupancy | null"
|
|
30934
|
+
},
|
|
30935
|
+
"default": "null",
|
|
30936
|
+
"description": "Occupancy for second class wagons.",
|
|
30937
|
+
"fieldName": "secondClassOccupancy"
|
|
30938
|
+
},
|
|
30939
|
+
{
|
|
30940
|
+
"name": "negative",
|
|
30941
|
+
"type": {
|
|
30942
|
+
"text": "boolean"
|
|
30943
|
+
},
|
|
30944
|
+
"default": "false",
|
|
30945
|
+
"description": "Negative coloring variant flag.",
|
|
30946
|
+
"fieldName": "negative",
|
|
30947
|
+
"inheritedFrom": {
|
|
30948
|
+
"name": "SbbNegativeMixin",
|
|
30949
|
+
"module": "core/mixins/negative-mixin.js"
|
|
30950
|
+
}
|
|
30951
|
+
}
|
|
30952
|
+
],
|
|
30953
|
+
"mixins": [
|
|
30954
|
+
{
|
|
30955
|
+
"name": "SbbNegativeMixin",
|
|
30956
|
+
"module": "core/mixins.js"
|
|
30957
|
+
}
|
|
30958
|
+
],
|
|
30959
|
+
"superclass": {
|
|
30960
|
+
"name": "SbbElement",
|
|
30961
|
+
"module": "core/base-elements.js"
|
|
30962
|
+
},
|
|
30963
|
+
"tagName": "sbb-timetable-occupancy",
|
|
30964
|
+
"customElement": true
|
|
30965
|
+
}
|
|
30966
|
+
],
|
|
30967
|
+
"exports": [
|
|
30968
|
+
{
|
|
30969
|
+
"kind": "js",
|
|
30970
|
+
"name": "SbbTimetableOccupancyElement",
|
|
30971
|
+
"declaration": {
|
|
30972
|
+
"name": "SbbTimetableOccupancyElement",
|
|
30973
|
+
"module": "timetable-occupancy/timetable-occupancy.component.js"
|
|
30974
|
+
}
|
|
30975
|
+
}
|
|
30976
|
+
]
|
|
30977
|
+
},
|
|
30746
30978
|
{
|
|
30747
30979
|
"kind": "javascript-module",
|
|
30748
30980
|
"path": "timetable-occupancy-icon/timetable-occupancy-icon.component.js",
|
|
@@ -32327,238 +32559,6 @@
|
|
|
32327
32559
|
}
|
|
32328
32560
|
]
|
|
32329
32561
|
},
|
|
32330
|
-
{
|
|
32331
|
-
"kind": "javascript-module",
|
|
32332
|
-
"path": "timetable-occupancy/timetable-occupancy.component.js",
|
|
32333
|
-
"declarations": [
|
|
32334
|
-
{
|
|
32335
|
-
"kind": "class",
|
|
32336
|
-
"description": "Used in `sbb-timetable-row`, it displays information about wagon occupancy.",
|
|
32337
|
-
"name": "SbbTimetableOccupancyElement",
|
|
32338
|
-
"members": [
|
|
32339
|
-
{
|
|
32340
|
-
"kind": "field",
|
|
32341
|
-
"name": "elementName",
|
|
32342
|
-
"type": {
|
|
32343
|
-
"text": "string"
|
|
32344
|
-
},
|
|
32345
|
-
"privacy": "public",
|
|
32346
|
-
"static": true,
|
|
32347
|
-
"readonly": true,
|
|
32348
|
-
"default": "'sbb-timetable-occupancy'",
|
|
32349
|
-
"inheritedFrom": {
|
|
32350
|
-
"name": "SbbElement",
|
|
32351
|
-
"module": "core/base-elements/element.js"
|
|
32352
|
-
}
|
|
32353
|
-
},
|
|
32354
|
-
{
|
|
32355
|
-
"kind": "field",
|
|
32356
|
-
"name": "firstClassOccupancy",
|
|
32357
|
-
"type": {
|
|
32358
|
-
"text": "SbbOccupancy | null"
|
|
32359
|
-
},
|
|
32360
|
-
"privacy": "public",
|
|
32361
|
-
"default": "null",
|
|
32362
|
-
"description": "Occupancy for first class wagons.",
|
|
32363
|
-
"attribute": "first-class-occupancy"
|
|
32364
|
-
},
|
|
32365
|
-
{
|
|
32366
|
-
"kind": "field",
|
|
32367
|
-
"name": "secondClassOccupancy",
|
|
32368
|
-
"type": {
|
|
32369
|
-
"text": "SbbOccupancy | null"
|
|
32370
|
-
},
|
|
32371
|
-
"privacy": "public",
|
|
32372
|
-
"default": "null",
|
|
32373
|
-
"description": "Occupancy for second class wagons.",
|
|
32374
|
-
"attribute": "second-class-occupancy"
|
|
32375
|
-
},
|
|
32376
|
-
{
|
|
32377
|
-
"kind": "field",
|
|
32378
|
-
"name": "_language",
|
|
32379
|
-
"privacy": "private",
|
|
32380
|
-
"default": "new SbbLanguageController(this)"
|
|
32381
|
-
},
|
|
32382
|
-
{
|
|
32383
|
-
"kind": "field",
|
|
32384
|
-
"name": "negative",
|
|
32385
|
-
"type": {
|
|
32386
|
-
"text": "boolean"
|
|
32387
|
-
},
|
|
32388
|
-
"privacy": "public",
|
|
32389
|
-
"default": "false",
|
|
32390
|
-
"description": "Negative coloring variant flag.",
|
|
32391
|
-
"attribute": "negative",
|
|
32392
|
-
"reflects": true,
|
|
32393
|
-
"inheritedFrom": {
|
|
32394
|
-
"name": "SbbNegativeMixin",
|
|
32395
|
-
"module": "core/mixins/negative-mixin.js"
|
|
32396
|
-
}
|
|
32397
|
-
},
|
|
32398
|
-
{
|
|
32399
|
-
"kind": "field",
|
|
32400
|
-
"name": "_hydrationRequired",
|
|
32401
|
-
"type": {
|
|
32402
|
-
"text": "boolean"
|
|
32403
|
-
},
|
|
32404
|
-
"privacy": "private",
|
|
32405
|
-
"default": "!!this.shadowRoot",
|
|
32406
|
-
"inheritedFrom": {
|
|
32407
|
-
"name": "SbbHydrationMixin",
|
|
32408
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
32409
|
-
}
|
|
32410
|
-
},
|
|
32411
|
-
{
|
|
32412
|
-
"kind": "field",
|
|
32413
|
-
"name": "_hydrationComplete",
|
|
32414
|
-
"privacy": "private",
|
|
32415
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
32416
|
-
"inheritedFrom": {
|
|
32417
|
-
"name": "SbbHydrationMixin",
|
|
32418
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
32419
|
-
}
|
|
32420
|
-
},
|
|
32421
|
-
{
|
|
32422
|
-
"kind": "field",
|
|
32423
|
-
"name": "_resolveHydration",
|
|
32424
|
-
"type": {
|
|
32425
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
32426
|
-
},
|
|
32427
|
-
"privacy": "private",
|
|
32428
|
-
"inheritedFrom": {
|
|
32429
|
-
"name": "SbbHydrationMixin",
|
|
32430
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
32431
|
-
}
|
|
32432
|
-
},
|
|
32433
|
-
{
|
|
32434
|
-
"kind": "field",
|
|
32435
|
-
"name": "hydrationRequired",
|
|
32436
|
-
"type": {
|
|
32437
|
-
"text": "boolean"
|
|
32438
|
-
},
|
|
32439
|
-
"privacy": "protected",
|
|
32440
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
32441
|
-
"readonly": true,
|
|
32442
|
-
"inheritedFrom": {
|
|
32443
|
-
"name": "SbbHydrationMixin",
|
|
32444
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
32445
|
-
},
|
|
32446
|
-
"default": "!!this.shadowRoot"
|
|
32447
|
-
},
|
|
32448
|
-
{
|
|
32449
|
-
"kind": "method",
|
|
32450
|
-
"name": "toggleState",
|
|
32451
|
-
"privacy": "protected",
|
|
32452
|
-
"return": {
|
|
32453
|
-
"type": {
|
|
32454
|
-
"text": "void"
|
|
32455
|
-
}
|
|
32456
|
-
},
|
|
32457
|
-
"parameters": [
|
|
32458
|
-
{
|
|
32459
|
-
"name": "value",
|
|
32460
|
-
"type": {
|
|
32461
|
-
"text": "string"
|
|
32462
|
-
}
|
|
32463
|
-
},
|
|
32464
|
-
{
|
|
32465
|
-
"name": "force",
|
|
32466
|
-
"optional": true,
|
|
32467
|
-
"type": {
|
|
32468
|
-
"text": "boolean"
|
|
32469
|
-
}
|
|
32470
|
-
}
|
|
32471
|
-
],
|
|
32472
|
-
"inheritedFrom": {
|
|
32473
|
-
"name": "SbbElementInternalsMixin",
|
|
32474
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
32475
|
-
}
|
|
32476
|
-
},
|
|
32477
|
-
{
|
|
32478
|
-
"kind": "field",
|
|
32479
|
-
"name": "['_$sbbElement$']",
|
|
32480
|
-
"type": {
|
|
32481
|
-
"text": "boolean"
|
|
32482
|
-
},
|
|
32483
|
-
"privacy": "public",
|
|
32484
|
-
"static": true,
|
|
32485
|
-
"default": "true",
|
|
32486
|
-
"inheritedFrom": {
|
|
32487
|
-
"name": "SbbElement",
|
|
32488
|
-
"module": "core/base-elements/element.js"
|
|
32489
|
-
}
|
|
32490
|
-
},
|
|
32491
|
-
{
|
|
32492
|
-
"kind": "field",
|
|
32493
|
-
"name": "_controllers",
|
|
32494
|
-
"type": {
|
|
32495
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
32496
|
-
},
|
|
32497
|
-
"privacy": "private",
|
|
32498
|
-
"inheritedFrom": {
|
|
32499
|
-
"name": "SbbElement",
|
|
32500
|
-
"module": "core/base-elements/element.js"
|
|
32501
|
-
}
|
|
32502
|
-
}
|
|
32503
|
-
],
|
|
32504
|
-
"attributes": [
|
|
32505
|
-
{
|
|
32506
|
-
"name": "first-class-occupancy",
|
|
32507
|
-
"type": {
|
|
32508
|
-
"text": "SbbOccupancy | null"
|
|
32509
|
-
},
|
|
32510
|
-
"default": "null",
|
|
32511
|
-
"description": "Occupancy for first class wagons.",
|
|
32512
|
-
"fieldName": "firstClassOccupancy"
|
|
32513
|
-
},
|
|
32514
|
-
{
|
|
32515
|
-
"name": "second-class-occupancy",
|
|
32516
|
-
"type": {
|
|
32517
|
-
"text": "SbbOccupancy | null"
|
|
32518
|
-
},
|
|
32519
|
-
"default": "null",
|
|
32520
|
-
"description": "Occupancy for second class wagons.",
|
|
32521
|
-
"fieldName": "secondClassOccupancy"
|
|
32522
|
-
},
|
|
32523
|
-
{
|
|
32524
|
-
"name": "negative",
|
|
32525
|
-
"type": {
|
|
32526
|
-
"text": "boolean"
|
|
32527
|
-
},
|
|
32528
|
-
"default": "false",
|
|
32529
|
-
"description": "Negative coloring variant flag.",
|
|
32530
|
-
"fieldName": "negative",
|
|
32531
|
-
"inheritedFrom": {
|
|
32532
|
-
"name": "SbbNegativeMixin",
|
|
32533
|
-
"module": "core/mixins/negative-mixin.js"
|
|
32534
|
-
}
|
|
32535
|
-
}
|
|
32536
|
-
],
|
|
32537
|
-
"mixins": [
|
|
32538
|
-
{
|
|
32539
|
-
"name": "SbbNegativeMixin",
|
|
32540
|
-
"module": "core/mixins.js"
|
|
32541
|
-
}
|
|
32542
|
-
],
|
|
32543
|
-
"superclass": {
|
|
32544
|
-
"name": "SbbElement",
|
|
32545
|
-
"module": "core/base-elements.js"
|
|
32546
|
-
},
|
|
32547
|
-
"tagName": "sbb-timetable-occupancy",
|
|
32548
|
-
"customElement": true
|
|
32549
|
-
}
|
|
32550
|
-
],
|
|
32551
|
-
"exports": [
|
|
32552
|
-
{
|
|
32553
|
-
"kind": "js",
|
|
32554
|
-
"name": "SbbTimetableOccupancyElement",
|
|
32555
|
-
"declaration": {
|
|
32556
|
-
"name": "SbbTimetableOccupancyElement",
|
|
32557
|
-
"module": "timetable-occupancy/timetable-occupancy.component.js"
|
|
32558
|
-
}
|
|
32559
|
-
}
|
|
32560
|
-
]
|
|
32561
|
-
},
|
|
32562
32562
|
{
|
|
32563
32563
|
"kind": "javascript-module",
|
|
32564
32564
|
"path": "toggle/toggle-option.js",
|
|
@@ -117376,577 +117376,334 @@
|
|
|
117376
117376
|
},
|
|
117377
117377
|
{
|
|
117378
117378
|
"kind": "javascript-module",
|
|
117379
|
-
"path": "stepper/
|
|
117379
|
+
"path": "stepper/stepper/stepper.component.js",
|
|
117380
117380
|
"declarations": [
|
|
117381
117381
|
{
|
|
117382
117382
|
"kind": "class",
|
|
117383
|
-
"description": "
|
|
117384
|
-
"name": "
|
|
117385
|
-
"slots": [
|
|
117386
|
-
{
|
|
117387
|
-
"description": "Use the unnamed slot to provide a label.",
|
|
117388
|
-
"name": ""
|
|
117389
|
-
},
|
|
117390
|
-
{
|
|
117391
|
-
"description": "Use this to display an icon in the label bubble.",
|
|
117392
|
-
"name": "icon"
|
|
117393
|
-
}
|
|
117394
|
-
],
|
|
117383
|
+
"description": "",
|
|
117384
|
+
"name": "SbbStepChangeEvent",
|
|
117395
117385
|
"members": [
|
|
117396
117386
|
{
|
|
117397
117387
|
"kind": "field",
|
|
117398
|
-
"name": "
|
|
117388
|
+
"name": "selectedIndex",
|
|
117399
117389
|
"type": {
|
|
117400
|
-
"text": "
|
|
117390
|
+
"text": "number | null"
|
|
117401
117391
|
},
|
|
117402
117392
|
"privacy": "public",
|
|
117403
|
-
"static": true,
|
|
117404
117393
|
"readonly": true,
|
|
117405
|
-
"
|
|
117406
|
-
|
|
117407
|
-
"module": "core/base-elements/element.js"
|
|
117408
|
-
},
|
|
117409
|
-
"default": "'sbb-step-label'"
|
|
117394
|
+
"description": "The index of the newly selected step.",
|
|
117395
|
+
"default": "selectedIndex"
|
|
117410
117396
|
},
|
|
117411
117397
|
{
|
|
117412
117398
|
"kind": "field",
|
|
117413
|
-
"name": "
|
|
117399
|
+
"name": "previousIndex",
|
|
117414
117400
|
"type": {
|
|
117415
|
-
"text": "
|
|
117401
|
+
"text": "number | null"
|
|
117416
117402
|
},
|
|
117417
117403
|
"privacy": "public",
|
|
117418
|
-
"static": true,
|
|
117419
117404
|
"readonly": true,
|
|
117420
|
-
"
|
|
117421
|
-
"
|
|
117422
|
-
"name": "SbbButtonLikeBaseElement",
|
|
117423
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117424
|
-
}
|
|
117405
|
+
"description": "The index of the previously selected step.",
|
|
117406
|
+
"default": "previousIndex"
|
|
117425
117407
|
},
|
|
117426
117408
|
{
|
|
117427
117409
|
"kind": "field",
|
|
117428
|
-
"name": "
|
|
117410
|
+
"name": "selectedStep",
|
|
117429
117411
|
"type": {
|
|
117430
117412
|
"text": "SbbStepElement | null"
|
|
117431
117413
|
},
|
|
117432
117414
|
"privacy": "public",
|
|
117433
|
-
"description": "The step controlled by the label.",
|
|
117434
117415
|
"readonly": true,
|
|
117435
|
-
"
|
|
117416
|
+
"description": "The newly selected step element.",
|
|
117417
|
+
"default": "selectedStep"
|
|
117436
117418
|
},
|
|
117437
117419
|
{
|
|
117438
117420
|
"kind": "field",
|
|
117439
|
-
"name": "
|
|
117421
|
+
"name": "previousStep",
|
|
117440
117422
|
"type": {
|
|
117441
117423
|
"text": "SbbStepElement | null"
|
|
117442
117424
|
},
|
|
117443
|
-
"privacy": "private",
|
|
117444
|
-
"default": "null"
|
|
117445
|
-
},
|
|
117446
|
-
{
|
|
117447
|
-
"kind": "field",
|
|
117448
|
-
"name": "stepper",
|
|
117449
|
-
"type": {
|
|
117450
|
-
"text": "SbbStepperElement | null"
|
|
117451
|
-
},
|
|
117452
|
-
"privacy": "public",
|
|
117453
|
-
"readonly": true
|
|
117454
|
-
},
|
|
117455
|
-
{
|
|
117456
|
-
"kind": "field",
|
|
117457
|
-
"name": "disabled",
|
|
117458
117425
|
"privacy": "public",
|
|
117459
|
-
"
|
|
117460
|
-
"
|
|
117461
|
-
"
|
|
117462
|
-
|
|
117463
|
-
|
|
117464
|
-
|
|
117465
|
-
|
|
117466
|
-
|
|
117467
|
-
|
|
117468
|
-
|
|
117469
|
-
|
|
117470
|
-
|
|
117471
|
-
|
|
117472
|
-
|
|
117473
|
-
|
|
117474
|
-
"type": {
|
|
117475
|
-
"text": "string | undefined"
|
|
117476
|
-
},
|
|
117477
|
-
"privacy": "private"
|
|
117478
|
-
},
|
|
117426
|
+
"readonly": true,
|
|
117427
|
+
"description": "The previously selected step element.",
|
|
117428
|
+
"default": "previousStep"
|
|
117429
|
+
}
|
|
117430
|
+
],
|
|
117431
|
+
"superclass": {
|
|
117432
|
+
"name": "Event",
|
|
117433
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
117434
|
+
}
|
|
117435
|
+
},
|
|
117436
|
+
{
|
|
117437
|
+
"kind": "class",
|
|
117438
|
+
"description": "Provides a structured, step-by-step workflow for user interactions.",
|
|
117439
|
+
"name": "SbbStepperElement",
|
|
117440
|
+
"slots": [
|
|
117479
117441
|
{
|
|
117480
|
-
"
|
|
117481
|
-
"name": "
|
|
117482
|
-
"type": {
|
|
117483
|
-
"text": "string | undefined"
|
|
117484
|
-
},
|
|
117485
|
-
"privacy": "private"
|
|
117442
|
+
"description": "Provide a `sbb-expansion-panel-header` and a `sbb-expansion-panel-content` to the stepper.",
|
|
117443
|
+
"name": ""
|
|
117486
117444
|
},
|
|
117487
117445
|
{
|
|
117488
|
-
"
|
|
117489
|
-
"name": "
|
|
117490
|
-
"privacy": "private",
|
|
117491
|
-
"return": {
|
|
117492
|
-
"type": {
|
|
117493
|
-
"text": "boolean"
|
|
117494
|
-
}
|
|
117495
|
-
},
|
|
117496
|
-
"parameters": [
|
|
117497
|
-
{
|
|
117498
|
-
"name": "step",
|
|
117499
|
-
"type": {
|
|
117500
|
-
"text": "SbbStepElement"
|
|
117501
|
-
}
|
|
117502
|
-
}
|
|
117503
|
-
]
|
|
117446
|
+
"description": "Use this slot to provide an `sbb-step-label`.",
|
|
117447
|
+
"name": "step-label"
|
|
117504
117448
|
},
|
|
117505
117449
|
{
|
|
117506
|
-
"
|
|
117507
|
-
"name": "
|
|
117508
|
-
|
|
117509
|
-
|
|
117510
|
-
|
|
117511
|
-
"text": "void"
|
|
117512
|
-
}
|
|
117513
|
-
}
|
|
117514
|
-
},
|
|
117450
|
+
"description": "Use this slot to provide an `sbb-step`.",
|
|
117451
|
+
"name": "step"
|
|
117452
|
+
}
|
|
117453
|
+
],
|
|
117454
|
+
"members": [
|
|
117515
117455
|
{
|
|
117516
117456
|
"kind": "field",
|
|
117517
|
-
"name": "
|
|
117457
|
+
"name": "elementName",
|
|
117518
117458
|
"type": {
|
|
117519
117459
|
"text": "string"
|
|
117520
117460
|
},
|
|
117521
117461
|
"privacy": "public",
|
|
117522
|
-
"
|
|
117523
|
-
"
|
|
117524
|
-
"
|
|
117525
|
-
"inheritedFrom": {
|
|
117526
|
-
"name": "SbbIconNameMixin",
|
|
117527
|
-
"module": "icon/icon-name-mixin.js"
|
|
117528
|
-
}
|
|
117529
|
-
},
|
|
117530
|
-
{
|
|
117531
|
-
"kind": "method",
|
|
117532
|
-
"name": "renderIconSlot",
|
|
117533
|
-
"privacy": "protected",
|
|
117534
|
-
"return": {
|
|
117535
|
-
"type": {
|
|
117536
|
-
"text": "TemplateResult"
|
|
117537
|
-
}
|
|
117538
|
-
},
|
|
117539
|
-
"parameters": [
|
|
117540
|
-
{
|
|
117541
|
-
"name": "classname",
|
|
117542
|
-
"optional": true,
|
|
117543
|
-
"type": {
|
|
117544
|
-
"text": "string"
|
|
117545
|
-
}
|
|
117546
|
-
}
|
|
117547
|
-
],
|
|
117462
|
+
"static": true,
|
|
117463
|
+
"readonly": true,
|
|
117464
|
+
"default": "'sbb-stepper'",
|
|
117548
117465
|
"inheritedFrom": {
|
|
117549
|
-
"name": "
|
|
117550
|
-
"module": "
|
|
117466
|
+
"name": "SbbElement",
|
|
117467
|
+
"module": "core/base-elements/element.js"
|
|
117551
117468
|
}
|
|
117552
117469
|
},
|
|
117553
117470
|
{
|
|
117554
|
-
"kind": "
|
|
117555
|
-
"name": "
|
|
117556
|
-
"privacy": "
|
|
117557
|
-
"
|
|
117558
|
-
|
|
117559
|
-
|
|
117560
|
-
|
|
117561
|
-
|
|
117562
|
-
"inheritedFrom": {
|
|
117563
|
-
"name": "SbbIconNameMixin",
|
|
117564
|
-
"module": "icon/icon-name-mixin.js"
|
|
117471
|
+
"kind": "field",
|
|
117472
|
+
"name": "events",
|
|
117473
|
+
"privacy": "public",
|
|
117474
|
+
"static": true,
|
|
117475
|
+
"readonly": true,
|
|
117476
|
+
"default": "{ stepchange: 'stepchange', }",
|
|
117477
|
+
"type": {
|
|
117478
|
+
"text": "{\n stepchange: 'stepchange',\n }"
|
|
117565
117479
|
}
|
|
117566
117480
|
},
|
|
117567
117481
|
{
|
|
117568
|
-
"kind": "
|
|
117569
|
-
"name": "
|
|
117482
|
+
"kind": "field",
|
|
117483
|
+
"name": "_observer",
|
|
117570
117484
|
"privacy": "private",
|
|
117571
|
-
"
|
|
117572
|
-
|
|
117573
|
-
"text": "string"
|
|
117574
|
-
}
|
|
117575
|
-
},
|
|
117576
|
-
"inheritedFrom": {
|
|
117577
|
-
"name": "SbbIconNameMixin",
|
|
117578
|
-
"module": "icon/icon-name-mixin.js"
|
|
117579
|
-
}
|
|
117485
|
+
"default": "new IntersectionController(this, { target: null, callback: (entries) => { entries.forEach((e) => { if (e.intersectionRatio > 0) { this._setStepperHeight(this.selected); this._setMarkerSize(); } }); }, })",
|
|
117486
|
+
"description": "If the sbb-stepper is used in a sbb-dialog, the marker on the selected element will not appear,\nbecause the calculations are done when the dialog is closed, so the marker has a width of 0;\nthe same happens for the stepper height.\nWe need to recalculate it when the element becomes visible."
|
|
117580
117487
|
},
|
|
117581
117488
|
{
|
|
117582
117489
|
"kind": "field",
|
|
117583
|
-
"name": "
|
|
117584
|
-
"privacy": "private",
|
|
117490
|
+
"name": "linear",
|
|
117585
117491
|
"type": {
|
|
117586
117492
|
"text": "boolean"
|
|
117587
117493
|
},
|
|
117494
|
+
"privacy": "public",
|
|
117588
117495
|
"default": "false",
|
|
117589
|
-
"
|
|
117590
|
-
|
|
117591
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
117592
|
-
}
|
|
117593
|
-
},
|
|
117594
|
-
{
|
|
117595
|
-
"kind": "method",
|
|
117596
|
-
"name": "isDisabledExternally",
|
|
117597
|
-
"privacy": "protected",
|
|
117598
|
-
"return": {
|
|
117599
|
-
"type": {
|
|
117600
|
-
"text": "boolean"
|
|
117601
|
-
}
|
|
117602
|
-
},
|
|
117603
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
117604
|
-
"inheritedFrom": {
|
|
117605
|
-
"name": "SbbDisabledMixin",
|
|
117606
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
117607
|
-
}
|
|
117496
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
117497
|
+
"attribute": "linear"
|
|
117608
117498
|
},
|
|
117609
117499
|
{
|
|
117610
117500
|
"kind": "field",
|
|
117611
|
-
"name": "
|
|
117501
|
+
"name": "horizontalFrom",
|
|
117502
|
+
"privacy": "public",
|
|
117503
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
117612
117504
|
"type": {
|
|
117613
|
-
"text": "
|
|
117505
|
+
"text": "SbbHorizontalFrom | null"
|
|
117614
117506
|
},
|
|
117615
|
-
"
|
|
117616
|
-
"
|
|
117617
|
-
"default": "
|
|
117618
|
-
"inheritedFrom": {
|
|
117619
|
-
"name": "SbbButtonBaseElement",
|
|
117620
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117621
|
-
}
|
|
117507
|
+
"attribute": "horizontal-from",
|
|
117508
|
+
"reflects": true,
|
|
117509
|
+
"default": "null"
|
|
117622
117510
|
},
|
|
117623
117511
|
{
|
|
117624
117512
|
"kind": "field",
|
|
117625
|
-
"name": "
|
|
117513
|
+
"name": "_horizontalFrom",
|
|
117626
117514
|
"type": {
|
|
117627
|
-
"text": "
|
|
117628
|
-
},
|
|
117629
|
-
"privacy": "public",
|
|
117630
|
-
"inheritedFrom": {
|
|
117631
|
-
"name": "SbbButtonBaseElement",
|
|
117632
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117515
|
+
"text": "SbbHorizontalFrom | null"
|
|
117633
117516
|
},
|
|
117634
|
-
"
|
|
117635
|
-
"
|
|
117636
|
-
"attribute": "value"
|
|
117517
|
+
"privacy": "private",
|
|
117518
|
+
"default": "null"
|
|
117637
117519
|
},
|
|
117638
117520
|
{
|
|
117639
117521
|
"kind": "field",
|
|
117640
|
-
"name": "
|
|
117641
|
-
"privacy": "public",
|
|
117642
|
-
"description": "The type attribute to use for the button.",
|
|
117643
|
-
"default": "'button'",
|
|
117522
|
+
"name": "orientation",
|
|
117644
117523
|
"type": {
|
|
117645
|
-
"text": "
|
|
117524
|
+
"text": "SbbOrientation"
|
|
117646
117525
|
},
|
|
117647
|
-
"
|
|
117648
|
-
"
|
|
117649
|
-
|
|
117650
|
-
|
|
117651
|
-
|
|
117526
|
+
"privacy": "public",
|
|
117527
|
+
"default": "'horizontal'",
|
|
117528
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
117529
|
+
"attribute": "orientation",
|
|
117530
|
+
"reflects": true
|
|
117652
117531
|
},
|
|
117653
117532
|
{
|
|
117654
117533
|
"kind": "field",
|
|
117655
|
-
"name": "
|
|
117534
|
+
"name": "size",
|
|
117656
117535
|
"type": {
|
|
117657
|
-
"text": "
|
|
117536
|
+
"text": "'s' | 'm'"
|
|
117658
117537
|
},
|
|
117659
117538
|
"privacy": "public",
|
|
117660
|
-
"description": "
|
|
117661
|
-
"
|
|
117662
|
-
|
|
117663
|
-
|
|
117664
|
-
},
|
|
117665
|
-
"attribute": "form"
|
|
117539
|
+
"description": "Size variant, either s or m.",
|
|
117540
|
+
"default": "'m' / 's' (lean)",
|
|
117541
|
+
"attribute": "size",
|
|
117542
|
+
"reflects": true
|
|
117666
117543
|
},
|
|
117667
117544
|
{
|
|
117668
117545
|
"kind": "field",
|
|
117669
|
-
"name": "
|
|
117546
|
+
"name": "selected",
|
|
117547
|
+
"privacy": "public",
|
|
117548
|
+
"description": "The currently selected step.",
|
|
117670
117549
|
"type": {
|
|
117671
|
-
"text": "
|
|
117672
|
-
},
|
|
117673
|
-
"privacy": "private",
|
|
117674
|
-
"default": "''",
|
|
117675
|
-
"inheritedFrom": {
|
|
117676
|
-
"name": "SbbButtonBaseElement",
|
|
117677
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117550
|
+
"text": "SbbStepElement | null"
|
|
117678
117551
|
}
|
|
117679
117552
|
},
|
|
117680
117553
|
{
|
|
117681
117554
|
"kind": "field",
|
|
117682
|
-
"name": "
|
|
117683
|
-
"
|
|
117684
|
-
|
|
117685
|
-
"name": "SbbButtonBaseElement",
|
|
117686
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117687
|
-
}
|
|
117688
|
-
},
|
|
117689
|
-
{
|
|
117690
|
-
"kind": "method",
|
|
117691
|
-
"name": "_requestSubmit",
|
|
117692
|
-
"privacy": "private",
|
|
117693
|
-
"return": {
|
|
117694
|
-
"type": {
|
|
117695
|
-
"text": "void"
|
|
117696
|
-
}
|
|
117555
|
+
"name": "_requestedSelected",
|
|
117556
|
+
"type": {
|
|
117557
|
+
"text": "SbbStepElement | null"
|
|
117697
117558
|
},
|
|
117698
|
-
"parameters": [
|
|
117699
|
-
{
|
|
117700
|
-
"name": "form",
|
|
117701
|
-
"type": {
|
|
117702
|
-
"text": "HTMLFormElement"
|
|
117703
|
-
}
|
|
117704
|
-
}
|
|
117705
|
-
],
|
|
117706
|
-
"inheritedFrom": {
|
|
117707
|
-
"name": "SbbButtonBaseElement",
|
|
117708
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117709
|
-
}
|
|
117710
|
-
},
|
|
117711
|
-
{
|
|
117712
|
-
"kind": "field",
|
|
117713
|
-
"name": "_formKeyDown",
|
|
117714
117559
|
"privacy": "private",
|
|
117715
|
-
"
|
|
117716
|
-
"name": "SbbButtonBaseElement",
|
|
117717
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117718
|
-
}
|
|
117560
|
+
"default": "null"
|
|
117719
117561
|
},
|
|
117720
117562
|
{
|
|
117721
117563
|
"kind": "field",
|
|
117722
|
-
"name": "
|
|
117564
|
+
"name": "selectedIndex",
|
|
117565
|
+
"privacy": "public",
|
|
117566
|
+
"description": "The currently selected step index.",
|
|
117723
117567
|
"type": {
|
|
117724
|
-
"text": "
|
|
117568
|
+
"text": "number | null"
|
|
117725
117569
|
},
|
|
117726
|
-
"
|
|
117727
|
-
"static": true,
|
|
117728
|
-
"default": "true",
|
|
117729
|
-
"inheritedFrom": {
|
|
117730
|
-
"name": "SbbFormAssociatedMixin",
|
|
117731
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117732
|
-
}
|
|
117570
|
+
"attribute": "selected-index"
|
|
117733
117571
|
},
|
|
117734
117572
|
{
|
|
117735
117573
|
"kind": "field",
|
|
117736
|
-
"name": "
|
|
117737
|
-
"privacy": "public",
|
|
117738
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
117574
|
+
"name": "_requestedSelectedIndex",
|
|
117739
117575
|
"type": {
|
|
117740
|
-
"text": "
|
|
117576
|
+
"text": "number | null"
|
|
117741
117577
|
},
|
|
117742
|
-
"
|
|
117743
|
-
"
|
|
117744
|
-
"name": "SbbFormAssociatedMixin",
|
|
117745
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117746
|
-
}
|
|
117578
|
+
"privacy": "private",
|
|
117579
|
+
"default": "null"
|
|
117747
117580
|
},
|
|
117748
117581
|
{
|
|
117749
117582
|
"kind": "field",
|
|
117750
|
-
"name": "
|
|
117583
|
+
"name": "steps",
|
|
117751
117584
|
"type": {
|
|
117752
|
-
"text": "
|
|
117585
|
+
"text": "SbbStepElement[]"
|
|
117753
117586
|
},
|
|
117754
117587
|
"privacy": "public",
|
|
117755
|
-
"description": "
|
|
117756
|
-
"readonly": true
|
|
117757
|
-
"inheritedFrom": {
|
|
117758
|
-
"name": "SbbFormAssociatedMixin",
|
|
117759
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117760
|
-
}
|
|
117588
|
+
"description": "The steps of the stepper.",
|
|
117589
|
+
"readonly": true
|
|
117761
117590
|
},
|
|
117762
117591
|
{
|
|
117763
117592
|
"kind": "field",
|
|
117764
|
-
"name": "
|
|
117593
|
+
"name": "_enabledSteps",
|
|
117765
117594
|
"type": {
|
|
117766
|
-
"text": "
|
|
117595
|
+
"text": "SbbStepElement[]"
|
|
117767
117596
|
},
|
|
117768
|
-
"privacy": "
|
|
117769
|
-
"
|
|
117770
|
-
"readonly": true,
|
|
117771
|
-
"inheritedFrom": {
|
|
117772
|
-
"name": "SbbFormAssociatedMixin",
|
|
117773
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117774
|
-
}
|
|
117597
|
+
"privacy": "private",
|
|
117598
|
+
"readonly": true
|
|
117775
117599
|
},
|
|
117776
117600
|
{
|
|
117777
117601
|
"kind": "field",
|
|
117778
|
-
"name": "
|
|
117602
|
+
"name": "_loaded",
|
|
117779
117603
|
"type": {
|
|
117780
117604
|
"text": "boolean"
|
|
117781
117605
|
},
|
|
117782
|
-
"privacy": "
|
|
117783
|
-
"
|
|
117784
|
-
"readonly": true,
|
|
117785
|
-
"inheritedFrom": {
|
|
117786
|
-
"name": "SbbFormAssociatedMixin",
|
|
117787
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117788
|
-
}
|
|
117606
|
+
"privacy": "private",
|
|
117607
|
+
"default": "false"
|
|
117789
117608
|
},
|
|
117790
117609
|
{
|
|
117791
117610
|
"kind": "field",
|
|
117792
|
-
"name": "
|
|
117611
|
+
"name": "_resizeObserverTimeout",
|
|
117612
|
+
"type": {
|
|
117613
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
117614
|
+
},
|
|
117793
117615
|
"privacy": "private",
|
|
117794
|
-
"default": "
|
|
117795
|
-
"inheritedFrom": {
|
|
117796
|
-
"name": "SbbFormAssociatedMixin",
|
|
117797
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117798
|
-
}
|
|
117616
|
+
"default": "null"
|
|
117799
117617
|
},
|
|
117800
117618
|
{
|
|
117801
117619
|
"kind": "field",
|
|
117802
|
-
"name": "
|
|
117803
|
-
"
|
|
117804
|
-
|
|
117805
|
-
},
|
|
117806
|
-
"privacy": "protected",
|
|
117807
|
-
"default": "false",
|
|
117808
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
117809
|
-
"inheritedFrom": {
|
|
117810
|
-
"name": "SbbFormAssociatedMixin",
|
|
117811
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117812
|
-
}
|
|
117620
|
+
"name": "_mediaMatcher",
|
|
117621
|
+
"privacy": "private",
|
|
117622
|
+
"default": "new SbbMediaMatcherController(this, {})"
|
|
117813
117623
|
},
|
|
117814
117624
|
{
|
|
117815
117625
|
"kind": "method",
|
|
117816
|
-
"name": "
|
|
117626
|
+
"name": "next",
|
|
117817
117627
|
"privacy": "public",
|
|
117818
117628
|
"return": {
|
|
117819
117629
|
"type": {
|
|
117820
|
-
"text": "
|
|
117630
|
+
"text": "void"
|
|
117821
117631
|
}
|
|
117822
117632
|
},
|
|
117823
|
-
"description": "
|
|
117824
|
-
"inheritedFrom": {
|
|
117825
|
-
"name": "SbbFormAssociatedMixin",
|
|
117826
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117827
|
-
}
|
|
117633
|
+
"description": "Selects the next step."
|
|
117828
117634
|
},
|
|
117829
117635
|
{
|
|
117830
117636
|
"kind": "method",
|
|
117831
|
-
"name": "
|
|
117637
|
+
"name": "previous",
|
|
117832
117638
|
"privacy": "public",
|
|
117833
117639
|
"return": {
|
|
117834
117640
|
"type": {
|
|
117835
|
-
"text": "
|
|
117641
|
+
"text": "void"
|
|
117836
117642
|
}
|
|
117837
117643
|
},
|
|
117838
|
-
"description": "
|
|
117839
|
-
"inheritedFrom": {
|
|
117840
|
-
"name": "SbbFormAssociatedMixin",
|
|
117841
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117842
|
-
}
|
|
117644
|
+
"description": "Selects the previous step."
|
|
117843
117645
|
},
|
|
117844
117646
|
{
|
|
117845
117647
|
"kind": "method",
|
|
117846
|
-
"name": "
|
|
117648
|
+
"name": "reset",
|
|
117847
117649
|
"privacy": "public",
|
|
117848
117650
|
"return": {
|
|
117849
117651
|
"type": {
|
|
117850
117652
|
"text": "void"
|
|
117851
117653
|
}
|
|
117852
117654
|
},
|
|
117853
|
-
"
|
|
117854
|
-
{
|
|
117855
|
-
"name": "message",
|
|
117856
|
-
"type": {
|
|
117857
|
-
"text": "string"
|
|
117858
|
-
}
|
|
117859
|
-
}
|
|
117860
|
-
],
|
|
117861
|
-
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
117862
|
-
"inheritedFrom": {
|
|
117863
|
-
"name": "SbbFormAssociatedMixin",
|
|
117864
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117865
|
-
}
|
|
117655
|
+
"description": "Resets the form in which the stepper is nested or every form of each step, if any."
|
|
117866
117656
|
},
|
|
117867
117657
|
{
|
|
117868
117658
|
"kind": "method",
|
|
117869
|
-
"name": "
|
|
117659
|
+
"name": "_isSelectable",
|
|
117870
117660
|
"privacy": "private",
|
|
117871
117661
|
"return": {
|
|
117872
117662
|
"type": {
|
|
117873
|
-
"text": "
|
|
117663
|
+
"text": "step is SbbStepElement"
|
|
117874
117664
|
}
|
|
117875
117665
|
},
|
|
117876
|
-
"
|
|
117877
|
-
|
|
117878
|
-
|
|
117879
|
-
|
|
117666
|
+
"parameters": [
|
|
117667
|
+
{
|
|
117668
|
+
"name": "step",
|
|
117669
|
+
"type": {
|
|
117670
|
+
"text": "SbbStepElement | null"
|
|
117671
|
+
}
|
|
117672
|
+
}
|
|
117673
|
+
]
|
|
117880
117674
|
},
|
|
117881
117675
|
{
|
|
117882
117676
|
"kind": "method",
|
|
117883
|
-
"name": "
|
|
117884
|
-
"privacy": "
|
|
117677
|
+
"name": "_select",
|
|
117678
|
+
"privacy": "private",
|
|
117885
117679
|
"return": {
|
|
117886
117680
|
"type": {
|
|
117887
117681
|
"text": "void"
|
|
117888
117682
|
}
|
|
117889
117683
|
},
|
|
117890
|
-
"
|
|
117891
|
-
|
|
117892
|
-
|
|
117893
|
-
|
|
117894
|
-
|
|
117895
|
-
|
|
117896
|
-
{
|
|
117897
|
-
"kind": "method",
|
|
117898
|
-
"name": "formState",
|
|
117899
|
-
"privacy": "protected",
|
|
117900
|
-
"return": {
|
|
117901
|
-
"type": {
|
|
117902
|
-
"text": "FormRestoreState"
|
|
117684
|
+
"parameters": [
|
|
117685
|
+
{
|
|
117686
|
+
"name": "step",
|
|
117687
|
+
"type": {
|
|
117688
|
+
"text": "SbbStepElement | null"
|
|
117689
|
+
}
|
|
117903
117690
|
}
|
|
117904
|
-
|
|
117905
|
-
"inheritedFrom": {
|
|
117906
|
-
"name": "SbbFormAssociatedMixin",
|
|
117907
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117908
|
-
}
|
|
117691
|
+
]
|
|
117909
117692
|
},
|
|
117910
117693
|
{
|
|
117911
117694
|
"kind": "method",
|
|
117912
|
-
"name": "
|
|
117913
|
-
"privacy": "
|
|
117695
|
+
"name": "_setMarkerSize",
|
|
117696
|
+
"privacy": "private",
|
|
117914
117697
|
"return": {
|
|
117915
117698
|
"type": {
|
|
117916
117699
|
"text": "void"
|
|
117917
117700
|
}
|
|
117918
|
-
},
|
|
117919
|
-
"parameters": [
|
|
117920
|
-
{
|
|
117921
|
-
"name": "flag",
|
|
117922
|
-
"type": {
|
|
117923
|
-
"text": "T"
|
|
117924
|
-
}
|
|
117925
|
-
},
|
|
117926
|
-
{
|
|
117927
|
-
"name": "message",
|
|
117928
|
-
"type": {
|
|
117929
|
-
"text": "string"
|
|
117930
|
-
}
|
|
117931
|
-
},
|
|
117932
|
-
{
|
|
117933
|
-
"name": "flagValue",
|
|
117934
|
-
"optional": true,
|
|
117935
|
-
"type": {
|
|
117936
|
-
"text": "ValidityStateFlags[T]"
|
|
117937
|
-
}
|
|
117938
|
-
}
|
|
117939
|
-
],
|
|
117940
|
-
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
117941
|
-
"inheritedFrom": {
|
|
117942
|
-
"name": "SbbFormAssociatedMixin",
|
|
117943
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117944
117701
|
}
|
|
117945
117702
|
},
|
|
117946
117703
|
{
|
|
117947
117704
|
"kind": "method",
|
|
117948
|
-
"name": "
|
|
117949
|
-
"privacy": "
|
|
117705
|
+
"name": "_setStepperHeight",
|
|
117706
|
+
"privacy": "private",
|
|
117950
117707
|
"return": {
|
|
117951
117708
|
"type": {
|
|
117952
117709
|
"text": "void"
|
|
@@ -117954,174 +117711,104 @@
|
|
|
117954
117711
|
},
|
|
117955
117712
|
"parameters": [
|
|
117956
117713
|
{
|
|
117957
|
-
"name": "
|
|
117714
|
+
"name": "step",
|
|
117958
117715
|
"type": {
|
|
117959
|
-
"text": "
|
|
117716
|
+
"text": "SbbStepElement | null"
|
|
117960
117717
|
}
|
|
117961
117718
|
}
|
|
117962
117719
|
],
|
|
117963
|
-
"description": "
|
|
117964
|
-
"inheritedFrom": {
|
|
117965
|
-
"name": "SbbFormAssociatedMixin",
|
|
117966
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117967
|
-
}
|
|
117720
|
+
"description": "Sets the stepper height based on the height of the provided step."
|
|
117968
117721
|
},
|
|
117969
117722
|
{
|
|
117970
117723
|
"kind": "method",
|
|
117971
|
-
"name": "
|
|
117972
|
-
"privacy": "
|
|
117724
|
+
"name": "_calculateLabelOffsetTop",
|
|
117725
|
+
"privacy": "private",
|
|
117973
117726
|
"return": {
|
|
117974
117727
|
"type": {
|
|
117975
|
-
"text": "
|
|
117728
|
+
"text": "number | undefined"
|
|
117976
117729
|
}
|
|
117977
|
-
},
|
|
117978
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
117979
|
-
"inheritedFrom": {
|
|
117980
|
-
"name": "SbbFormAssociatedMixin",
|
|
117981
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117982
117730
|
}
|
|
117983
117731
|
},
|
|
117984
117732
|
{
|
|
117985
117733
|
"kind": "method",
|
|
117986
|
-
"name": "
|
|
117987
|
-
"privacy": "
|
|
117734
|
+
"name": "_onSelectedStepResize",
|
|
117735
|
+
"privacy": "private",
|
|
117988
117736
|
"return": {
|
|
117989
117737
|
"type": {
|
|
117990
|
-
"text": "
|
|
117738
|
+
"text": "void"
|
|
117991
117739
|
}
|
|
117992
117740
|
},
|
|
117993
117741
|
"parameters": [
|
|
117994
117742
|
{
|
|
117995
|
-
"name": "
|
|
117743
|
+
"name": "e",
|
|
117996
117744
|
"type": {
|
|
117997
|
-
"text": "
|
|
117745
|
+
"text": "Event"
|
|
117998
117746
|
}
|
|
117999
117747
|
}
|
|
118000
|
-
]
|
|
118001
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
118002
|
-
"inheritedFrom": {
|
|
118003
|
-
"name": "SbbFormAssociatedMixin",
|
|
118004
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
118005
|
-
}
|
|
117748
|
+
]
|
|
118006
117749
|
},
|
|
118007
117750
|
{
|
|
118008
117751
|
"kind": "method",
|
|
118009
|
-
"name": "
|
|
117752
|
+
"name": "_configure",
|
|
118010
117753
|
"privacy": "private",
|
|
118011
117754
|
"return": {
|
|
118012
117755
|
"type": {
|
|
118013
117756
|
"text": "void"
|
|
118014
117757
|
}
|
|
118015
|
-
},
|
|
118016
|
-
"inheritedFrom": {
|
|
118017
|
-
"name": "SbbFormAssociatedMixin",
|
|
118018
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
118019
|
-
}
|
|
118020
|
-
},
|
|
118021
|
-
{
|
|
118022
|
-
"kind": "field",
|
|
118023
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
118024
|
-
"privacy": "private",
|
|
118025
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
118026
|
-
"parameters": [
|
|
118027
|
-
{
|
|
118028
|
-
"description": "The origin event.",
|
|
118029
|
-
"name": "event"
|
|
118030
|
-
}
|
|
118031
|
-
],
|
|
118032
|
-
"inheritedFrom": {
|
|
118033
|
-
"name": "SbbButtonLikeBaseElement",
|
|
118034
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118035
|
-
}
|
|
118036
|
-
},
|
|
118037
|
-
{
|
|
118038
|
-
"kind": "field",
|
|
118039
|
-
"name": "_removeActiveMarker",
|
|
118040
|
-
"privacy": "private",
|
|
118041
|
-
"inheritedFrom": {
|
|
118042
|
-
"name": "SbbButtonLikeBaseElement",
|
|
118043
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118044
|
-
}
|
|
118045
|
-
},
|
|
118046
|
-
{
|
|
118047
|
-
"kind": "field",
|
|
118048
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
118049
|
-
"privacy": "private",
|
|
118050
|
-
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
118051
|
-
"parameters": [
|
|
118052
|
-
{
|
|
118053
|
-
"description": "The origin event.",
|
|
118054
|
-
"name": "event"
|
|
118055
|
-
}
|
|
118056
|
-
],
|
|
118057
|
-
"inheritedFrom": {
|
|
118058
|
-
"name": "SbbButtonLikeBaseElement",
|
|
118059
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118060
117758
|
}
|
|
118061
117759
|
},
|
|
118062
117760
|
{
|
|
118063
|
-
"kind": "
|
|
118064
|
-
"name": "
|
|
118065
|
-
"privacy": "private",
|
|
118066
|
-
"
|
|
118067
|
-
"
|
|
118068
|
-
|
|
117761
|
+
"kind": "method",
|
|
117762
|
+
"name": "_updateLabels",
|
|
117763
|
+
"privacy": "private",
|
|
117764
|
+
"return": {
|
|
117765
|
+
"type": {
|
|
117766
|
+
"text": "void"
|
|
117767
|
+
}
|
|
118069
117768
|
}
|
|
118070
117769
|
},
|
|
118071
117770
|
{
|
|
118072
|
-
"kind": "
|
|
118073
|
-
"name": "
|
|
118074
|
-
"
|
|
118075
|
-
|
|
118076
|
-
|
|
118077
|
-
|
|
118078
|
-
|
|
118079
|
-
"inheritedFrom": {
|
|
118080
|
-
"name": "SbbActionBaseElement",
|
|
118081
|
-
"module": "core/base-elements/action-base-element.js"
|
|
117771
|
+
"kind": "method",
|
|
117772
|
+
"name": "_checkOrientation",
|
|
117773
|
+
"privacy": "private",
|
|
117774
|
+
"return": {
|
|
117775
|
+
"type": {
|
|
117776
|
+
"text": "void"
|
|
117777
|
+
}
|
|
118082
117778
|
}
|
|
118083
117779
|
},
|
|
118084
117780
|
{
|
|
118085
117781
|
"kind": "field",
|
|
118086
|
-
"name": "
|
|
118087
|
-
"
|
|
118088
|
-
"text": "boolean | undefined"
|
|
118089
|
-
},
|
|
118090
|
-
"privacy": "protected",
|
|
118091
|
-
"readonly": true,
|
|
118092
|
-
"inheritedFrom": {
|
|
118093
|
-
"name": "SbbActionBaseElement",
|
|
118094
|
-
"module": "core/base-elements/action-base-element.js"
|
|
118095
|
-
}
|
|
117782
|
+
"name": "_onStepperResize",
|
|
117783
|
+
"privacy": "private"
|
|
118096
117784
|
},
|
|
118097
117785
|
{
|
|
118098
117786
|
"kind": "method",
|
|
118099
|
-
"name": "
|
|
118100
|
-
"privacy": "
|
|
117787
|
+
"name": "_configureLinearMode",
|
|
117788
|
+
"privacy": "private",
|
|
118101
117789
|
"return": {
|
|
118102
117790
|
"type": {
|
|
118103
117791
|
"text": "void"
|
|
118104
117792
|
}
|
|
118105
|
-
},
|
|
118106
|
-
"inheritedFrom": {
|
|
118107
|
-
"name": "SbbActionBaseElement",
|
|
118108
|
-
"module": "core/base-elements/action-base-element.js"
|
|
118109
117793
|
}
|
|
118110
117794
|
},
|
|
118111
117795
|
{
|
|
118112
117796
|
"kind": "method",
|
|
118113
|
-
"name": "
|
|
118114
|
-
"privacy": "
|
|
117797
|
+
"name": "_handleKeyDown",
|
|
117798
|
+
"privacy": "private",
|
|
118115
117799
|
"return": {
|
|
118116
117800
|
"type": {
|
|
118117
|
-
"text": "
|
|
117801
|
+
"text": "void"
|
|
118118
117802
|
}
|
|
118119
117803
|
},
|
|
118120
|
-
"
|
|
118121
|
-
|
|
118122
|
-
|
|
118123
|
-
|
|
118124
|
-
|
|
117804
|
+
"parameters": [
|
|
117805
|
+
{
|
|
117806
|
+
"name": "evt",
|
|
117807
|
+
"type": {
|
|
117808
|
+
"text": "KeyboardEvent"
|
|
117809
|
+
}
|
|
117810
|
+
}
|
|
117811
|
+
]
|
|
118125
117812
|
},
|
|
118126
117813
|
{
|
|
118127
117814
|
"kind": "field",
|
|
@@ -118229,443 +117916,668 @@
|
|
|
118229
117916
|
}
|
|
118230
117917
|
}
|
|
118231
117918
|
],
|
|
118232
|
-
"
|
|
118233
|
-
{
|
|
118234
|
-
"name": "SbbIconNameMixin",
|
|
118235
|
-
"module": "icon.js"
|
|
118236
|
-
},
|
|
117919
|
+
"events": [
|
|
118237
117920
|
{
|
|
118238
|
-
"
|
|
118239
|
-
|
|
117921
|
+
"type": {
|
|
117922
|
+
"text": "SbbStepChangeEvent"
|
|
117923
|
+
},
|
|
117924
|
+
"description": "Emits whenever a step was changed.",
|
|
117925
|
+
"name": "stepchange"
|
|
118240
117926
|
}
|
|
118241
117927
|
],
|
|
118242
|
-
"superclass": {
|
|
118243
|
-
"name": "SbbButtonBaseElement",
|
|
118244
|
-
"module": "core/base-elements.js"
|
|
118245
|
-
},
|
|
118246
|
-
"tagName": "sbb-step-label",
|
|
118247
|
-
"customElement": true,
|
|
118248
117928
|
"attributes": [
|
|
118249
117929
|
{
|
|
118250
|
-
"name": "
|
|
118251
|
-
"type": {
|
|
118252
|
-
"text": "string"
|
|
118253
|
-
},
|
|
118254
|
-
"default": "''",
|
|
118255
|
-
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
118256
|
-
"fieldName": "iconName",
|
|
118257
|
-
"inheritedFrom": {
|
|
118258
|
-
"name": "SbbIconNameMixin",
|
|
118259
|
-
"module": "icon/icon-name-mixin.js"
|
|
118260
|
-
}
|
|
118261
|
-
},
|
|
118262
|
-
{
|
|
118263
|
-
"name": "disabled",
|
|
118264
|
-
"description": "Whether the component is disabled.",
|
|
118265
|
-
"default": "false",
|
|
117930
|
+
"name": "linear",
|
|
118266
117931
|
"type": {
|
|
118267
117932
|
"text": "boolean"
|
|
118268
117933
|
},
|
|
118269
|
-
"
|
|
118270
|
-
"
|
|
118271
|
-
|
|
118272
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
118273
|
-
}
|
|
117934
|
+
"default": "false",
|
|
117935
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
117936
|
+
"fieldName": "linear"
|
|
118274
117937
|
},
|
|
118275
117938
|
{
|
|
118276
|
-
"name": "
|
|
117939
|
+
"name": "horizontal-from",
|
|
117940
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
118277
117941
|
"type": {
|
|
118278
|
-
"text": "
|
|
117942
|
+
"text": "SbbHorizontalFrom | null"
|
|
118279
117943
|
},
|
|
118280
|
-
"
|
|
118281
|
-
"description": "Value of the form element.",
|
|
118282
|
-
"fieldName": "value",
|
|
118283
|
-
"inheritedFrom": {
|
|
118284
|
-
"name": "SbbButtonBaseElement",
|
|
118285
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118286
|
-
}
|
|
117944
|
+
"fieldName": "horizontalFrom"
|
|
118287
117945
|
},
|
|
118288
117946
|
{
|
|
118289
|
-
"name": "
|
|
118290
|
-
"description": "The type attribute to use for the button.",
|
|
118291
|
-
"default": "'button'",
|
|
117947
|
+
"name": "orientation",
|
|
118292
117948
|
"type": {
|
|
118293
|
-
"text": "
|
|
117949
|
+
"text": "SbbOrientation"
|
|
118294
117950
|
},
|
|
118295
|
-
"
|
|
118296
|
-
"
|
|
118297
|
-
|
|
118298
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118299
|
-
}
|
|
117951
|
+
"default": "'horizontal'",
|
|
117952
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
117953
|
+
"fieldName": "orientation"
|
|
118300
117954
|
},
|
|
118301
117955
|
{
|
|
118302
|
-
"name": "
|
|
118303
|
-
"description": "The `<form>` element to associate the button with.",
|
|
117956
|
+
"name": "size",
|
|
118304
117957
|
"type": {
|
|
118305
|
-
"text": "
|
|
117958
|
+
"text": "'s' | 'm'"
|
|
118306
117959
|
},
|
|
118307
|
-
"
|
|
118308
|
-
"
|
|
118309
|
-
|
|
118310
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118311
|
-
}
|
|
117960
|
+
"description": "Size variant, either s or m.",
|
|
117961
|
+
"default": "'m' / 's' (lean)",
|
|
117962
|
+
"fieldName": "size"
|
|
118312
117963
|
},
|
|
118313
117964
|
{
|
|
118314
|
-
"name": "
|
|
118315
|
-
"description": "
|
|
117965
|
+
"name": "selected-index",
|
|
117966
|
+
"description": "The currently selected step index.",
|
|
118316
117967
|
"type": {
|
|
118317
|
-
"text": "
|
|
117968
|
+
"text": "number | null"
|
|
118318
117969
|
},
|
|
118319
|
-
"fieldName": "
|
|
118320
|
-
"inheritedFrom": {
|
|
118321
|
-
"name": "SbbFormAssociatedMixin",
|
|
118322
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
118323
|
-
}
|
|
117970
|
+
"fieldName": "selectedIndex"
|
|
118324
117971
|
}
|
|
118325
|
-
]
|
|
117972
|
+
],
|
|
117973
|
+
"superclass": {
|
|
117974
|
+
"name": "SbbElement",
|
|
117975
|
+
"module": "core/base-elements.js"
|
|
117976
|
+
},
|
|
117977
|
+
"tagName": "sbb-stepper",
|
|
117978
|
+
"customElement": true
|
|
117979
|
+
},
|
|
117980
|
+
{
|
|
117981
|
+
"kind": "variable",
|
|
117982
|
+
"name": "currentIndex"
|
|
117983
|
+
},
|
|
117984
|
+
{
|
|
117985
|
+
"kind": "variable",
|
|
117986
|
+
"name": "currentStep"
|
|
118326
117987
|
}
|
|
118327
117988
|
],
|
|
118328
117989
|
"exports": [
|
|
118329
117990
|
{
|
|
118330
117991
|
"kind": "js",
|
|
118331
|
-
"name": "
|
|
117992
|
+
"name": "SbbStepChangeEvent",
|
|
118332
117993
|
"declaration": {
|
|
118333
|
-
"name": "
|
|
118334
|
-
"module": "stepper/
|
|
117994
|
+
"name": "SbbStepChangeEvent",
|
|
117995
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
117996
|
+
}
|
|
117997
|
+
},
|
|
117998
|
+
{
|
|
117999
|
+
"kind": "js",
|
|
118000
|
+
"name": "SbbStepperElement",
|
|
118001
|
+
"declaration": {
|
|
118002
|
+
"name": "SbbStepperElement",
|
|
118003
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
118335
118004
|
}
|
|
118336
118005
|
}
|
|
118337
118006
|
]
|
|
118338
118007
|
},
|
|
118339
118008
|
{
|
|
118340
118009
|
"kind": "javascript-module",
|
|
118341
|
-
"path": "stepper/
|
|
118010
|
+
"path": "stepper/step-label/step-label.component.js",
|
|
118342
118011
|
"declarations": [
|
|
118343
118012
|
{
|
|
118344
118013
|
"kind": "class",
|
|
118345
|
-
"description": "",
|
|
118346
|
-
"name": "
|
|
118014
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's label.",
|
|
118015
|
+
"name": "SbbStepLabelElement",
|
|
118016
|
+
"slots": [
|
|
118017
|
+
{
|
|
118018
|
+
"description": "Use the unnamed slot to provide a label.",
|
|
118019
|
+
"name": ""
|
|
118020
|
+
},
|
|
118021
|
+
{
|
|
118022
|
+
"description": "Use this to display an icon in the label bubble.",
|
|
118023
|
+
"name": "icon"
|
|
118024
|
+
}
|
|
118025
|
+
],
|
|
118347
118026
|
"members": [
|
|
118348
118027
|
{
|
|
118349
118028
|
"kind": "field",
|
|
118350
|
-
"name": "
|
|
118029
|
+
"name": "elementName",
|
|
118351
118030
|
"type": {
|
|
118352
|
-
"text": "
|
|
118031
|
+
"text": "string"
|
|
118353
118032
|
},
|
|
118354
118033
|
"privacy": "public",
|
|
118034
|
+
"static": true,
|
|
118355
118035
|
"readonly": true,
|
|
118356
|
-
"
|
|
118357
|
-
|
|
118036
|
+
"inheritedFrom": {
|
|
118037
|
+
"name": "SbbElement",
|
|
118038
|
+
"module": "core/base-elements/element.js"
|
|
118039
|
+
},
|
|
118040
|
+
"default": "'sbb-step-label'"
|
|
118358
118041
|
},
|
|
118359
118042
|
{
|
|
118360
118043
|
"kind": "field",
|
|
118361
|
-
"name": "
|
|
118044
|
+
"name": "role",
|
|
118362
118045
|
"type": {
|
|
118363
|
-
"text": "
|
|
118046
|
+
"text": "string"
|
|
118364
118047
|
},
|
|
118365
118048
|
"privacy": "public",
|
|
118049
|
+
"static": true,
|
|
118366
118050
|
"readonly": true,
|
|
118367
|
-
"
|
|
118368
|
-
"
|
|
118051
|
+
"default": "'tab'",
|
|
118052
|
+
"inheritedFrom": {
|
|
118053
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118054
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118055
|
+
}
|
|
118369
118056
|
},
|
|
118370
118057
|
{
|
|
118371
118058
|
"kind": "field",
|
|
118372
|
-
"name": "
|
|
118059
|
+
"name": "step",
|
|
118373
118060
|
"type": {
|
|
118374
118061
|
"text": "SbbStepElement | null"
|
|
118375
118062
|
},
|
|
118376
118063
|
"privacy": "public",
|
|
118064
|
+
"description": "The step controlled by the label.",
|
|
118377
118065
|
"readonly": true,
|
|
118378
|
-
"
|
|
118379
|
-
"default": "selectedStep"
|
|
118066
|
+
"default": "null"
|
|
118380
118067
|
},
|
|
118381
118068
|
{
|
|
118382
118069
|
"kind": "field",
|
|
118383
|
-
"name": "
|
|
118070
|
+
"name": "_step",
|
|
118384
118071
|
"type": {
|
|
118385
118072
|
"text": "SbbStepElement | null"
|
|
118386
118073
|
},
|
|
118074
|
+
"privacy": "private",
|
|
118075
|
+
"default": "null"
|
|
118076
|
+
},
|
|
118077
|
+
{
|
|
118078
|
+
"kind": "field",
|
|
118079
|
+
"name": "stepper",
|
|
118080
|
+
"type": {
|
|
118081
|
+
"text": "SbbStepperElement | null"
|
|
118082
|
+
},
|
|
118387
118083
|
"privacy": "public",
|
|
118388
|
-
"readonly": true
|
|
118389
|
-
|
|
118390
|
-
"default": "previousStep"
|
|
118391
|
-
}
|
|
118392
|
-
],
|
|
118393
|
-
"superclass": {
|
|
118394
|
-
"name": "Event",
|
|
118395
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
118396
|
-
}
|
|
118397
|
-
},
|
|
118398
|
-
{
|
|
118399
|
-
"kind": "class",
|
|
118400
|
-
"description": "Provides a structured, step-by-step workflow for user interactions.",
|
|
118401
|
-
"name": "SbbStepperElement",
|
|
118402
|
-
"slots": [
|
|
118084
|
+
"readonly": true
|
|
118085
|
+
},
|
|
118403
118086
|
{
|
|
118404
|
-
"
|
|
118405
|
-
"name": ""
|
|
118087
|
+
"kind": "field",
|
|
118088
|
+
"name": "disabled",
|
|
118089
|
+
"privacy": "public",
|
|
118090
|
+
"description": "Whether the component is disabled.",
|
|
118091
|
+
"default": "false",
|
|
118092
|
+
"type": {
|
|
118093
|
+
"text": "boolean"
|
|
118094
|
+
},
|
|
118095
|
+
"attribute": "disabled",
|
|
118096
|
+
"reflects": true,
|
|
118097
|
+
"inheritedFrom": {
|
|
118098
|
+
"name": "SbbDisabledMixin",
|
|
118099
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118100
|
+
}
|
|
118406
118101
|
},
|
|
118407
118102
|
{
|
|
118408
|
-
"
|
|
118409
|
-
"name": "
|
|
118103
|
+
"kind": "field",
|
|
118104
|
+
"name": "_previousOrientation",
|
|
118105
|
+
"type": {
|
|
118106
|
+
"text": "string | undefined"
|
|
118107
|
+
},
|
|
118108
|
+
"privacy": "private"
|
|
118410
118109
|
},
|
|
118411
118110
|
{
|
|
118412
|
-
"
|
|
118413
|
-
"name": "
|
|
118414
|
-
|
|
118415
|
-
|
|
118416
|
-
|
|
118111
|
+
"kind": "field",
|
|
118112
|
+
"name": "_previousSize",
|
|
118113
|
+
"type": {
|
|
118114
|
+
"text": "string | undefined"
|
|
118115
|
+
},
|
|
118116
|
+
"privacy": "private"
|
|
118117
|
+
},
|
|
118118
|
+
{
|
|
118119
|
+
"kind": "method",
|
|
118120
|
+
"name": "_isNotDeactivatedByLinearMode",
|
|
118121
|
+
"privacy": "private",
|
|
118122
|
+
"return": {
|
|
118123
|
+
"type": {
|
|
118124
|
+
"text": "boolean"
|
|
118125
|
+
}
|
|
118126
|
+
},
|
|
118127
|
+
"parameters": [
|
|
118128
|
+
{
|
|
118129
|
+
"name": "step",
|
|
118130
|
+
"type": {
|
|
118131
|
+
"text": "SbbStepElement"
|
|
118132
|
+
}
|
|
118133
|
+
}
|
|
118134
|
+
]
|
|
118135
|
+
},
|
|
118136
|
+
{
|
|
118137
|
+
"kind": "method",
|
|
118138
|
+
"name": "_assignStep",
|
|
118139
|
+
"privacy": "private",
|
|
118140
|
+
"return": {
|
|
118141
|
+
"type": {
|
|
118142
|
+
"text": "void"
|
|
118143
|
+
}
|
|
118144
|
+
}
|
|
118145
|
+
},
|
|
118417
118146
|
{
|
|
118418
118147
|
"kind": "field",
|
|
118419
|
-
"name": "
|
|
118148
|
+
"name": "iconName",
|
|
118420
118149
|
"type": {
|
|
118421
118150
|
"text": "string"
|
|
118422
118151
|
},
|
|
118423
118152
|
"privacy": "public",
|
|
118424
|
-
"
|
|
118425
|
-
"
|
|
118426
|
-
"
|
|
118153
|
+
"default": "''",
|
|
118154
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
118155
|
+
"attribute": "icon-name",
|
|
118427
118156
|
"inheritedFrom": {
|
|
118428
|
-
"name": "
|
|
118429
|
-
"module": "
|
|
118157
|
+
"name": "SbbIconNameMixin",
|
|
118158
|
+
"module": "icon/icon-name-mixin.js"
|
|
118159
|
+
}
|
|
118160
|
+
},
|
|
118161
|
+
{
|
|
118162
|
+
"kind": "method",
|
|
118163
|
+
"name": "renderIconSlot",
|
|
118164
|
+
"privacy": "protected",
|
|
118165
|
+
"return": {
|
|
118166
|
+
"type": {
|
|
118167
|
+
"text": "TemplateResult"
|
|
118168
|
+
}
|
|
118169
|
+
},
|
|
118170
|
+
"parameters": [
|
|
118171
|
+
{
|
|
118172
|
+
"name": "classname",
|
|
118173
|
+
"optional": true,
|
|
118174
|
+
"type": {
|
|
118175
|
+
"text": "string"
|
|
118176
|
+
}
|
|
118177
|
+
}
|
|
118178
|
+
],
|
|
118179
|
+
"inheritedFrom": {
|
|
118180
|
+
"name": "SbbIconNameMixin",
|
|
118181
|
+
"module": "icon/icon-name-mixin.js"
|
|
118182
|
+
}
|
|
118183
|
+
},
|
|
118184
|
+
{
|
|
118185
|
+
"kind": "method",
|
|
118186
|
+
"name": "renderIconName",
|
|
118187
|
+
"privacy": "protected",
|
|
118188
|
+
"return": {
|
|
118189
|
+
"type": {
|
|
118190
|
+
"text": "string"
|
|
118191
|
+
}
|
|
118192
|
+
},
|
|
118193
|
+
"inheritedFrom": {
|
|
118194
|
+
"name": "SbbIconNameMixin",
|
|
118195
|
+
"module": "icon/icon-name-mixin.js"
|
|
118196
|
+
}
|
|
118197
|
+
},
|
|
118198
|
+
{
|
|
118199
|
+
"kind": "method",
|
|
118200
|
+
"name": "_renderIconName",
|
|
118201
|
+
"privacy": "private",
|
|
118202
|
+
"return": {
|
|
118203
|
+
"type": {
|
|
118204
|
+
"text": "string"
|
|
118205
|
+
}
|
|
118206
|
+
},
|
|
118207
|
+
"inheritedFrom": {
|
|
118208
|
+
"name": "SbbIconNameMixin",
|
|
118209
|
+
"module": "icon/icon-name-mixin.js"
|
|
118430
118210
|
}
|
|
118431
118211
|
},
|
|
118432
118212
|
{
|
|
118433
118213
|
"kind": "field",
|
|
118434
|
-
"name": "
|
|
118435
|
-
"privacy": "
|
|
118436
|
-
"static": true,
|
|
118437
|
-
"readonly": true,
|
|
118438
|
-
"default": "{ stepchange: 'stepchange', }",
|
|
118214
|
+
"name": "#disabled",
|
|
118215
|
+
"privacy": "private",
|
|
118439
118216
|
"type": {
|
|
118440
|
-
"text": "
|
|
118217
|
+
"text": "boolean"
|
|
118218
|
+
},
|
|
118219
|
+
"default": "false",
|
|
118220
|
+
"inheritedFrom": {
|
|
118221
|
+
"name": "SbbDisabledMixin",
|
|
118222
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118223
|
+
}
|
|
118224
|
+
},
|
|
118225
|
+
{
|
|
118226
|
+
"kind": "method",
|
|
118227
|
+
"name": "isDisabledExternally",
|
|
118228
|
+
"privacy": "protected",
|
|
118229
|
+
"return": {
|
|
118230
|
+
"type": {
|
|
118231
|
+
"text": "boolean"
|
|
118232
|
+
}
|
|
118233
|
+
},
|
|
118234
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
118235
|
+
"inheritedFrom": {
|
|
118236
|
+
"name": "SbbDisabledMixin",
|
|
118237
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118441
118238
|
}
|
|
118442
118239
|
},
|
|
118443
118240
|
{
|
|
118444
118241
|
"kind": "field",
|
|
118445
|
-
"name": "
|
|
118242
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
118243
|
+
"type": {
|
|
118244
|
+
"text": "array"
|
|
118245
|
+
},
|
|
118446
118246
|
"privacy": "private",
|
|
118447
|
-
"
|
|
118448
|
-
"
|
|
118247
|
+
"readonly": true,
|
|
118248
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
118249
|
+
"inheritedFrom": {
|
|
118250
|
+
"name": "SbbButtonBaseElement",
|
|
118251
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118252
|
+
}
|
|
118449
118253
|
},
|
|
118450
118254
|
{
|
|
118451
118255
|
"kind": "field",
|
|
118452
|
-
"name": "
|
|
118256
|
+
"name": "value",
|
|
118453
118257
|
"type": {
|
|
118454
|
-
"text": "
|
|
118258
|
+
"text": "string"
|
|
118455
118259
|
},
|
|
118456
118260
|
"privacy": "public",
|
|
118457
|
-
"
|
|
118458
|
-
|
|
118459
|
-
|
|
118261
|
+
"inheritedFrom": {
|
|
118262
|
+
"name": "SbbButtonBaseElement",
|
|
118263
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118264
|
+
},
|
|
118265
|
+
"default": "''",
|
|
118266
|
+
"description": "Value of the form element.",
|
|
118267
|
+
"attribute": "value"
|
|
118460
118268
|
},
|
|
118461
118269
|
{
|
|
118462
118270
|
"kind": "field",
|
|
118463
|
-
"name": "
|
|
118271
|
+
"name": "type",
|
|
118464
118272
|
"privacy": "public",
|
|
118465
|
-
"description": "
|
|
118273
|
+
"description": "The type attribute to use for the button.",
|
|
118274
|
+
"default": "'button'",
|
|
118466
118275
|
"type": {
|
|
118467
|
-
"text": "
|
|
118276
|
+
"text": "SbbButtonType"
|
|
118468
118277
|
},
|
|
118469
|
-
"attribute": "
|
|
118470
|
-
"
|
|
118471
|
-
|
|
118278
|
+
"attribute": "type",
|
|
118279
|
+
"inheritedFrom": {
|
|
118280
|
+
"name": "SbbButtonBaseElement",
|
|
118281
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118282
|
+
}
|
|
118472
118283
|
},
|
|
118473
118284
|
{
|
|
118474
118285
|
"kind": "field",
|
|
118475
|
-
"name": "
|
|
118286
|
+
"name": "form",
|
|
118476
118287
|
"type": {
|
|
118477
|
-
"text": "
|
|
118288
|
+
"text": "HTMLFormElement | null"
|
|
118289
|
+
},
|
|
118290
|
+
"privacy": "public",
|
|
118291
|
+
"description": "The `<form>` element to associate the button with.",
|
|
118292
|
+
"inheritedFrom": {
|
|
118293
|
+
"name": "SbbButtonBaseElement",
|
|
118294
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118295
|
+
},
|
|
118296
|
+
"attribute": "form"
|
|
118297
|
+
},
|
|
118298
|
+
{
|
|
118299
|
+
"kind": "field",
|
|
118300
|
+
"name": "_formId",
|
|
118301
|
+
"type": {
|
|
118302
|
+
"text": "string"
|
|
118478
118303
|
},
|
|
118479
118304
|
"privacy": "private",
|
|
118480
|
-
"default": "
|
|
118305
|
+
"default": "''",
|
|
118306
|
+
"inheritedFrom": {
|
|
118307
|
+
"name": "SbbButtonBaseElement",
|
|
118308
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118309
|
+
}
|
|
118310
|
+
},
|
|
118311
|
+
{
|
|
118312
|
+
"kind": "field",
|
|
118313
|
+
"name": "_handleButtonClick",
|
|
118314
|
+
"privacy": "private",
|
|
118315
|
+
"inheritedFrom": {
|
|
118316
|
+
"name": "SbbButtonBaseElement",
|
|
118317
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118318
|
+
}
|
|
118319
|
+
},
|
|
118320
|
+
{
|
|
118321
|
+
"kind": "method",
|
|
118322
|
+
"name": "_requestSubmit",
|
|
118323
|
+
"privacy": "private",
|
|
118324
|
+
"return": {
|
|
118325
|
+
"type": {
|
|
118326
|
+
"text": "void"
|
|
118327
|
+
}
|
|
118328
|
+
},
|
|
118329
|
+
"parameters": [
|
|
118330
|
+
{
|
|
118331
|
+
"name": "form",
|
|
118332
|
+
"type": {
|
|
118333
|
+
"text": "HTMLFormElement"
|
|
118334
|
+
}
|
|
118335
|
+
}
|
|
118336
|
+
],
|
|
118337
|
+
"inheritedFrom": {
|
|
118338
|
+
"name": "SbbButtonBaseElement",
|
|
118339
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118340
|
+
}
|
|
118481
118341
|
},
|
|
118482
118342
|
{
|
|
118483
118343
|
"kind": "field",
|
|
118484
|
-
"name": "
|
|
118485
|
-
"
|
|
118486
|
-
|
|
118487
|
-
|
|
118488
|
-
|
|
118489
|
-
|
|
118490
|
-
"description": "Steps orientation, either horizontal or vertical.",
|
|
118491
|
-
"attribute": "orientation",
|
|
118492
|
-
"reflects": true
|
|
118344
|
+
"name": "_formKeyDown",
|
|
118345
|
+
"privacy": "private",
|
|
118346
|
+
"inheritedFrom": {
|
|
118347
|
+
"name": "SbbButtonBaseElement",
|
|
118348
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118349
|
+
}
|
|
118493
118350
|
},
|
|
118494
118351
|
{
|
|
118495
118352
|
"kind": "field",
|
|
118496
|
-
"name": "
|
|
118353
|
+
"name": "formAssociated",
|
|
118497
118354
|
"type": {
|
|
118498
|
-
"text": "
|
|
118355
|
+
"text": "boolean"
|
|
118499
118356
|
},
|
|
118500
118357
|
"privacy": "public",
|
|
118501
|
-
"
|
|
118502
|
-
"default": "
|
|
118503
|
-
"
|
|
118504
|
-
|
|
118358
|
+
"static": true,
|
|
118359
|
+
"default": "true",
|
|
118360
|
+
"inheritedFrom": {
|
|
118361
|
+
"name": "SbbFormAssociatedMixin",
|
|
118362
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118363
|
+
}
|
|
118505
118364
|
},
|
|
118506
118365
|
{
|
|
118507
118366
|
"kind": "field",
|
|
118508
|
-
"name": "
|
|
118367
|
+
"name": "name",
|
|
118509
118368
|
"privacy": "public",
|
|
118510
|
-
"description": "
|
|
118369
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
118511
118370
|
"type": {
|
|
118512
|
-
"text": "
|
|
118371
|
+
"text": "string"
|
|
118372
|
+
},
|
|
118373
|
+
"attribute": "name",
|
|
118374
|
+
"inheritedFrom": {
|
|
118375
|
+
"name": "SbbFormAssociatedMixin",
|
|
118376
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118513
118377
|
}
|
|
118514
118378
|
},
|
|
118515
118379
|
{
|
|
118516
118380
|
"kind": "field",
|
|
118517
|
-
"name": "
|
|
118381
|
+
"name": "validity",
|
|
118518
118382
|
"type": {
|
|
118519
|
-
"text": "
|
|
118383
|
+
"text": "ValidityState"
|
|
118520
118384
|
},
|
|
118521
|
-
"privacy": "private",
|
|
118522
|
-
"default": "null"
|
|
118523
|
-
},
|
|
118524
|
-
{
|
|
118525
|
-
"kind": "field",
|
|
118526
|
-
"name": "selectedIndex",
|
|
118527
118385
|
"privacy": "public",
|
|
118528
|
-
"description": "
|
|
118529
|
-
"
|
|
118530
|
-
|
|
118531
|
-
|
|
118532
|
-
|
|
118386
|
+
"description": "Returns the ValidityState object for this element.",
|
|
118387
|
+
"readonly": true,
|
|
118388
|
+
"inheritedFrom": {
|
|
118389
|
+
"name": "SbbFormAssociatedMixin",
|
|
118390
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118391
|
+
}
|
|
118533
118392
|
},
|
|
118534
118393
|
{
|
|
118535
118394
|
"kind": "field",
|
|
118536
|
-
"name": "
|
|
118395
|
+
"name": "validationMessage",
|
|
118537
118396
|
"type": {
|
|
118538
|
-
"text": "
|
|
118397
|
+
"text": "string"
|
|
118539
118398
|
},
|
|
118540
|
-
"privacy": "
|
|
118541
|
-
"
|
|
118399
|
+
"privacy": "public",
|
|
118400
|
+
"description": "Returns the current error message, if available, which corresponds\nto the current validation state.\nPlease note that only one message is returned at a time (e.g. if\nmultiple validity states are invalid, only the chronologically first one\nis returned until it is fixed, at which point the next message might be\nreturned, if it is still applicable). Also, a custom validity message\n(see below) has precedence over native validation messages.",
|
|
118401
|
+
"readonly": true,
|
|
118402
|
+
"inheritedFrom": {
|
|
118403
|
+
"name": "SbbFormAssociatedMixin",
|
|
118404
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118405
|
+
}
|
|
118542
118406
|
},
|
|
118543
118407
|
{
|
|
118544
118408
|
"kind": "field",
|
|
118545
|
-
"name": "
|
|
118409
|
+
"name": "willValidate",
|
|
118546
118410
|
"type": {
|
|
118547
|
-
"text": "
|
|
118411
|
+
"text": "boolean"
|
|
118548
118412
|
},
|
|
118549
118413
|
"privacy": "public",
|
|
118550
|
-
"description": "
|
|
118551
|
-
"readonly": true
|
|
118414
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
118415
|
+
"readonly": true,
|
|
118416
|
+
"inheritedFrom": {
|
|
118417
|
+
"name": "SbbFormAssociatedMixin",
|
|
118418
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118419
|
+
}
|
|
118552
118420
|
},
|
|
118553
118421
|
{
|
|
118554
118422
|
"kind": "field",
|
|
118555
|
-
"name": "
|
|
118556
|
-
"type": {
|
|
118557
|
-
"text": "SbbStepElement[]"
|
|
118558
|
-
},
|
|
118423
|
+
"name": "_validityStates",
|
|
118559
118424
|
"privacy": "private",
|
|
118560
|
-
"
|
|
118425
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
118426
|
+
"inheritedFrom": {
|
|
118427
|
+
"name": "SbbFormAssociatedMixin",
|
|
118428
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118429
|
+
}
|
|
118561
118430
|
},
|
|
118562
118431
|
{
|
|
118563
118432
|
"kind": "field",
|
|
118564
|
-
"name": "
|
|
118433
|
+
"name": "formDisabled",
|
|
118565
118434
|
"type": {
|
|
118566
118435
|
"text": "boolean"
|
|
118567
118436
|
},
|
|
118568
|
-
"privacy": "
|
|
118569
|
-
"default": "false"
|
|
118570
|
-
|
|
118571
|
-
|
|
118572
|
-
|
|
118573
|
-
|
|
118574
|
-
|
|
118575
|
-
"text": "ReturnType<typeof setTimeout> | null"
|
|
118576
|
-
},
|
|
118577
|
-
"privacy": "private",
|
|
118578
|
-
"default": "null"
|
|
118579
|
-
},
|
|
118580
|
-
{
|
|
118581
|
-
"kind": "field",
|
|
118582
|
-
"name": "_mediaMatcher",
|
|
118583
|
-
"privacy": "private",
|
|
118584
|
-
"default": "new SbbMediaMatcherController(this, {})"
|
|
118437
|
+
"privacy": "protected",
|
|
118438
|
+
"default": "false",
|
|
118439
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
118440
|
+
"inheritedFrom": {
|
|
118441
|
+
"name": "SbbFormAssociatedMixin",
|
|
118442
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118443
|
+
}
|
|
118585
118444
|
},
|
|
118586
118445
|
{
|
|
118587
118446
|
"kind": "method",
|
|
118588
|
-
"name": "
|
|
118447
|
+
"name": "checkValidity",
|
|
118589
118448
|
"privacy": "public",
|
|
118590
118449
|
"return": {
|
|
118591
118450
|
"type": {
|
|
118592
|
-
"text": "
|
|
118451
|
+
"text": "boolean"
|
|
118593
118452
|
}
|
|
118594
118453
|
},
|
|
118595
|
-
"description": "
|
|
118454
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
118455
|
+
"inheritedFrom": {
|
|
118456
|
+
"name": "SbbFormAssociatedMixin",
|
|
118457
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118458
|
+
}
|
|
118596
118459
|
},
|
|
118597
118460
|
{
|
|
118598
118461
|
"kind": "method",
|
|
118599
|
-
"name": "
|
|
118462
|
+
"name": "reportValidity",
|
|
118600
118463
|
"privacy": "public",
|
|
118601
118464
|
"return": {
|
|
118602
118465
|
"type": {
|
|
118603
|
-
"text": "
|
|
118466
|
+
"text": "boolean"
|
|
118604
118467
|
}
|
|
118605
118468
|
},
|
|
118606
|
-
"description": "
|
|
118469
|
+
"description": "Returns true if this element has no validity problems; otherwise,\nreturns false, fires an invalid event at the element,\nand (if the event isn't canceled) reports the problem to the user.",
|
|
118470
|
+
"inheritedFrom": {
|
|
118471
|
+
"name": "SbbFormAssociatedMixin",
|
|
118472
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118473
|
+
}
|
|
118607
118474
|
},
|
|
118608
118475
|
{
|
|
118609
118476
|
"kind": "method",
|
|
118610
|
-
"name": "
|
|
118477
|
+
"name": "setCustomValidity",
|
|
118611
118478
|
"privacy": "public",
|
|
118612
118479
|
"return": {
|
|
118613
118480
|
"type": {
|
|
118614
118481
|
"text": "void"
|
|
118615
118482
|
}
|
|
118616
118483
|
},
|
|
118617
|
-
"
|
|
118484
|
+
"parameters": [
|
|
118485
|
+
{
|
|
118486
|
+
"name": "message",
|
|
118487
|
+
"type": {
|
|
118488
|
+
"text": "string"
|
|
118489
|
+
}
|
|
118490
|
+
}
|
|
118491
|
+
],
|
|
118492
|
+
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
118493
|
+
"inheritedFrom": {
|
|
118494
|
+
"name": "SbbFormAssociatedMixin",
|
|
118495
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118496
|
+
}
|
|
118618
118497
|
},
|
|
118619
118498
|
{
|
|
118620
118499
|
"kind": "method",
|
|
118621
|
-
"name": "
|
|
118500
|
+
"name": "_hasDisabledAncestor",
|
|
118622
118501
|
"privacy": "private",
|
|
118623
118502
|
"return": {
|
|
118624
118503
|
"type": {
|
|
118625
|
-
"text": "
|
|
118504
|
+
"text": "boolean"
|
|
118626
118505
|
}
|
|
118627
118506
|
},
|
|
118628
|
-
"
|
|
118629
|
-
|
|
118630
|
-
|
|
118631
|
-
|
|
118632
|
-
"text": "SbbStepElement | null"
|
|
118633
|
-
}
|
|
118634
|
-
}
|
|
118635
|
-
]
|
|
118507
|
+
"inheritedFrom": {
|
|
118508
|
+
"name": "SbbFormAssociatedMixin",
|
|
118509
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118510
|
+
}
|
|
118636
118511
|
},
|
|
118637
118512
|
{
|
|
118638
118513
|
"kind": "method",
|
|
118639
|
-
"name": "
|
|
118640
|
-
"privacy": "
|
|
118514
|
+
"name": "updateFormValue",
|
|
118515
|
+
"privacy": "protected",
|
|
118641
118516
|
"return": {
|
|
118642
118517
|
"type": {
|
|
118643
118518
|
"text": "void"
|
|
118644
118519
|
}
|
|
118645
118520
|
},
|
|
118646
|
-
"
|
|
118647
|
-
|
|
118648
|
-
|
|
118649
|
-
|
|
118650
|
-
|
|
118651
|
-
|
|
118521
|
+
"description": "Should be called when form value is changed.\nAdapts and sets the formValue in the supported format (string | FormData | File | null)\nhttps://developer.mozilla.org/en-US/docs/Web/API/ElementInternals/setFormValue",
|
|
118522
|
+
"inheritedFrom": {
|
|
118523
|
+
"name": "SbbFormAssociatedMixin",
|
|
118524
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118525
|
+
}
|
|
118526
|
+
},
|
|
118527
|
+
{
|
|
118528
|
+
"kind": "method",
|
|
118529
|
+
"name": "formState",
|
|
118530
|
+
"privacy": "protected",
|
|
118531
|
+
"return": {
|
|
118532
|
+
"type": {
|
|
118533
|
+
"text": "FormRestoreState"
|
|
118652
118534
|
}
|
|
118653
|
-
|
|
118535
|
+
},
|
|
118536
|
+
"inheritedFrom": {
|
|
118537
|
+
"name": "SbbFormAssociatedMixin",
|
|
118538
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118539
|
+
}
|
|
118654
118540
|
},
|
|
118655
118541
|
{
|
|
118656
118542
|
"kind": "method",
|
|
118657
|
-
"name": "
|
|
118658
|
-
"privacy": "
|
|
118543
|
+
"name": "setValidityFlag",
|
|
118544
|
+
"privacy": "protected",
|
|
118659
118545
|
"return": {
|
|
118660
118546
|
"type": {
|
|
118661
118547
|
"text": "void"
|
|
118662
118548
|
}
|
|
118549
|
+
},
|
|
118550
|
+
"parameters": [
|
|
118551
|
+
{
|
|
118552
|
+
"name": "flag",
|
|
118553
|
+
"type": {
|
|
118554
|
+
"text": "T"
|
|
118555
|
+
}
|
|
118556
|
+
},
|
|
118557
|
+
{
|
|
118558
|
+
"name": "message",
|
|
118559
|
+
"type": {
|
|
118560
|
+
"text": "string"
|
|
118561
|
+
}
|
|
118562
|
+
},
|
|
118563
|
+
{
|
|
118564
|
+
"name": "flagValue",
|
|
118565
|
+
"optional": true,
|
|
118566
|
+
"type": {
|
|
118567
|
+
"text": "ValidityStateFlags[T]"
|
|
118568
|
+
}
|
|
118569
|
+
}
|
|
118570
|
+
],
|
|
118571
|
+
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
118572
|
+
"inheritedFrom": {
|
|
118573
|
+
"name": "SbbFormAssociatedMixin",
|
|
118574
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118663
118575
|
}
|
|
118664
118576
|
},
|
|
118665
118577
|
{
|
|
118666
118578
|
"kind": "method",
|
|
118667
|
-
"name": "
|
|
118668
|
-
"privacy": "
|
|
118579
|
+
"name": "removeValidityFlag",
|
|
118580
|
+
"privacy": "protected",
|
|
118669
118581
|
"return": {
|
|
118670
118582
|
"type": {
|
|
118671
118583
|
"text": "void"
|
|
@@ -118673,104 +118585,174 @@
|
|
|
118673
118585
|
},
|
|
118674
118586
|
"parameters": [
|
|
118675
118587
|
{
|
|
118676
|
-
"name": "
|
|
118588
|
+
"name": "flag",
|
|
118677
118589
|
"type": {
|
|
118678
|
-
"text": "
|
|
118590
|
+
"text": "T"
|
|
118679
118591
|
}
|
|
118680
118592
|
}
|
|
118681
118593
|
],
|
|
118682
|
-
"description": "
|
|
118594
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
118595
|
+
"inheritedFrom": {
|
|
118596
|
+
"name": "SbbFormAssociatedMixin",
|
|
118597
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118598
|
+
}
|
|
118683
118599
|
},
|
|
118684
118600
|
{
|
|
118685
118601
|
"kind": "method",
|
|
118686
|
-
"name": "
|
|
118687
|
-
"privacy": "
|
|
118602
|
+
"name": "validate",
|
|
118603
|
+
"privacy": "protected",
|
|
118688
118604
|
"return": {
|
|
118689
118605
|
"type": {
|
|
118690
|
-
"text": "
|
|
118606
|
+
"text": "void"
|
|
118691
118607
|
}
|
|
118608
|
+
},
|
|
118609
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
118610
|
+
"inheritedFrom": {
|
|
118611
|
+
"name": "SbbFormAssociatedMixin",
|
|
118612
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118692
118613
|
}
|
|
118693
118614
|
},
|
|
118694
118615
|
{
|
|
118695
118616
|
"kind": "method",
|
|
118696
|
-
"name": "
|
|
118697
|
-
"privacy": "
|
|
118617
|
+
"name": "shouldValidate",
|
|
118618
|
+
"privacy": "protected",
|
|
118698
118619
|
"return": {
|
|
118699
118620
|
"type": {
|
|
118700
|
-
"text": "
|
|
118621
|
+
"text": "boolean"
|
|
118701
118622
|
}
|
|
118702
118623
|
},
|
|
118703
118624
|
"parameters": [
|
|
118704
118625
|
{
|
|
118705
|
-
"name": "
|
|
118626
|
+
"name": "name",
|
|
118706
118627
|
"type": {
|
|
118707
|
-
"text": "
|
|
118628
|
+
"text": "PropertyKey | undefined"
|
|
118708
118629
|
}
|
|
118709
118630
|
}
|
|
118710
|
-
]
|
|
118631
|
+
],
|
|
118632
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
118633
|
+
"inheritedFrom": {
|
|
118634
|
+
"name": "SbbFormAssociatedMixin",
|
|
118635
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118636
|
+
}
|
|
118711
118637
|
},
|
|
118712
118638
|
{
|
|
118713
118639
|
"kind": "method",
|
|
118714
|
-
"name": "
|
|
118640
|
+
"name": "_setInternalValidity",
|
|
118715
118641
|
"privacy": "private",
|
|
118716
118642
|
"return": {
|
|
118717
118643
|
"type": {
|
|
118718
118644
|
"text": "void"
|
|
118719
118645
|
}
|
|
118646
|
+
},
|
|
118647
|
+
"inheritedFrom": {
|
|
118648
|
+
"name": "SbbFormAssociatedMixin",
|
|
118649
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118720
118650
|
}
|
|
118721
118651
|
},
|
|
118722
118652
|
{
|
|
118723
|
-
"kind": "
|
|
118724
|
-
"name": "
|
|
118653
|
+
"kind": "field",
|
|
118654
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
118725
118655
|
"privacy": "private",
|
|
118726
|
-
"
|
|
118727
|
-
|
|
118728
|
-
|
|
118656
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
118657
|
+
"parameters": [
|
|
118658
|
+
{
|
|
118659
|
+
"description": "The origin event.",
|
|
118660
|
+
"name": "event"
|
|
118729
118661
|
}
|
|
118662
|
+
],
|
|
118663
|
+
"inheritedFrom": {
|
|
118664
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118665
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118730
118666
|
}
|
|
118731
118667
|
},
|
|
118732
118668
|
{
|
|
118733
|
-
"kind": "
|
|
118734
|
-
"name": "
|
|
118669
|
+
"kind": "field",
|
|
118670
|
+
"name": "_removeActiveMarker",
|
|
118735
118671
|
"privacy": "private",
|
|
118736
|
-
"
|
|
118737
|
-
"
|
|
118738
|
-
|
|
118672
|
+
"inheritedFrom": {
|
|
118673
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118674
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118675
|
+
}
|
|
118676
|
+
},
|
|
118677
|
+
{
|
|
118678
|
+
"kind": "field",
|
|
118679
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
118680
|
+
"privacy": "private",
|
|
118681
|
+
"description": "Dispatches a 'click' PointerEvent if the original keyboard event is a 'Space' press.\nAs verified with the native button, when 'Space' is pressed, a 'click' event is dispatched\nafter the 'keyup' event.",
|
|
118682
|
+
"parameters": [
|
|
118683
|
+
{
|
|
118684
|
+
"description": "The origin event.",
|
|
118685
|
+
"name": "event"
|
|
118739
118686
|
}
|
|
118687
|
+
],
|
|
118688
|
+
"inheritedFrom": {
|
|
118689
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118690
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118740
118691
|
}
|
|
118741
118692
|
},
|
|
118742
118693
|
{
|
|
118743
118694
|
"kind": "field",
|
|
118744
|
-
"name": "
|
|
118745
|
-
"privacy": "private"
|
|
118695
|
+
"name": "_dispatchClickEvent",
|
|
118696
|
+
"privacy": "private",
|
|
118697
|
+
"inheritedFrom": {
|
|
118698
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118699
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118700
|
+
}
|
|
118701
|
+
},
|
|
118702
|
+
{
|
|
118703
|
+
"kind": "field",
|
|
118704
|
+
"name": "maybeDisabled",
|
|
118705
|
+
"type": {
|
|
118706
|
+
"text": "boolean | undefined"
|
|
118707
|
+
},
|
|
118708
|
+
"privacy": "protected",
|
|
118709
|
+
"readonly": true,
|
|
118710
|
+
"inheritedFrom": {
|
|
118711
|
+
"name": "SbbActionBaseElement",
|
|
118712
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118713
|
+
}
|
|
118714
|
+
},
|
|
118715
|
+
{
|
|
118716
|
+
"kind": "field",
|
|
118717
|
+
"name": "maybeDisabledInteractive",
|
|
118718
|
+
"type": {
|
|
118719
|
+
"text": "boolean | undefined"
|
|
118720
|
+
},
|
|
118721
|
+
"privacy": "protected",
|
|
118722
|
+
"readonly": true,
|
|
118723
|
+
"inheritedFrom": {
|
|
118724
|
+
"name": "SbbActionBaseElement",
|
|
118725
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118726
|
+
}
|
|
118746
118727
|
},
|
|
118747
118728
|
{
|
|
118748
118729
|
"kind": "method",
|
|
118749
|
-
"name": "
|
|
118750
|
-
"privacy": "
|
|
118730
|
+
"name": "setupBaseEventHandlers",
|
|
118731
|
+
"privacy": "protected",
|
|
118751
118732
|
"return": {
|
|
118752
118733
|
"type": {
|
|
118753
118734
|
"text": "void"
|
|
118754
118735
|
}
|
|
118736
|
+
},
|
|
118737
|
+
"inheritedFrom": {
|
|
118738
|
+
"name": "SbbActionBaseElement",
|
|
118739
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118755
118740
|
}
|
|
118756
118741
|
},
|
|
118757
118742
|
{
|
|
118758
118743
|
"kind": "method",
|
|
118759
|
-
"name": "
|
|
118760
|
-
"privacy": "
|
|
118744
|
+
"name": "renderTemplate",
|
|
118745
|
+
"privacy": "protected",
|
|
118761
118746
|
"return": {
|
|
118762
118747
|
"type": {
|
|
118763
|
-
"text": "
|
|
118748
|
+
"text": "TemplateResult"
|
|
118764
118749
|
}
|
|
118765
118750
|
},
|
|
118766
|
-
"
|
|
118767
|
-
|
|
118768
|
-
|
|
118769
|
-
|
|
118770
|
-
|
|
118771
|
-
}
|
|
118772
|
-
}
|
|
118773
|
-
]
|
|
118751
|
+
"description": "Override this method to render the component template.",
|
|
118752
|
+
"inheritedFrom": {
|
|
118753
|
+
"name": "SbbActionBaseElement",
|
|
118754
|
+
"module": "core/base-elements/action-base-element.js"
|
|
118755
|
+
}
|
|
118774
118756
|
},
|
|
118775
118757
|
{
|
|
118776
118758
|
"kind": "field",
|
|
@@ -118878,91 +118860,109 @@
|
|
|
118878
118860
|
}
|
|
118879
118861
|
}
|
|
118880
118862
|
],
|
|
118881
|
-
"
|
|
118863
|
+
"mixins": [
|
|
118882
118864
|
{
|
|
118883
|
-
"
|
|
118884
|
-
|
|
118885
|
-
|
|
118886
|
-
|
|
118887
|
-
"name": "
|
|
118865
|
+
"name": "SbbIconNameMixin",
|
|
118866
|
+
"module": "icon.js"
|
|
118867
|
+
},
|
|
118868
|
+
{
|
|
118869
|
+
"name": "SbbDisabledMixin",
|
|
118870
|
+
"module": "core/mixins.js"
|
|
118888
118871
|
}
|
|
118889
118872
|
],
|
|
118873
|
+
"superclass": {
|
|
118874
|
+
"name": "SbbButtonBaseElement",
|
|
118875
|
+
"module": "core/base-elements.js"
|
|
118876
|
+
},
|
|
118877
|
+
"tagName": "sbb-step-label",
|
|
118878
|
+
"customElement": true,
|
|
118890
118879
|
"attributes": [
|
|
118891
118880
|
{
|
|
118892
|
-
"name": "
|
|
118881
|
+
"name": "icon-name",
|
|
118893
118882
|
"type": {
|
|
118894
|
-
"text": "
|
|
118883
|
+
"text": "string"
|
|
118895
118884
|
},
|
|
118885
|
+
"default": "''",
|
|
118886
|
+
"description": "The icon name we want to use, choose from the small icon variants\nfrom the ui-icons category from here\nhttps://icons.app.sbb.ch.",
|
|
118887
|
+
"fieldName": "iconName",
|
|
118888
|
+
"inheritedFrom": {
|
|
118889
|
+
"name": "SbbIconNameMixin",
|
|
118890
|
+
"module": "icon/icon-name-mixin.js"
|
|
118891
|
+
}
|
|
118892
|
+
},
|
|
118893
|
+
{
|
|
118894
|
+
"name": "disabled",
|
|
118895
|
+
"description": "Whether the component is disabled.",
|
|
118896
118896
|
"default": "false",
|
|
118897
|
-
"
|
|
118898
|
-
|
|
118897
|
+
"type": {
|
|
118898
|
+
"text": "boolean"
|
|
118899
|
+
},
|
|
118900
|
+
"fieldName": "disabled",
|
|
118901
|
+
"inheritedFrom": {
|
|
118902
|
+
"name": "SbbDisabledMixin",
|
|
118903
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118904
|
+
}
|
|
118899
118905
|
},
|
|
118900
118906
|
{
|
|
118901
|
-
"name": "
|
|
118902
|
-
"description": "Overrides the behavior of `orientation` property.",
|
|
118907
|
+
"name": "value",
|
|
118903
118908
|
"type": {
|
|
118904
|
-
"text": "
|
|
118909
|
+
"text": "string"
|
|
118905
118910
|
},
|
|
118906
|
-
"
|
|
118911
|
+
"default": "''",
|
|
118912
|
+
"description": "Value of the form element.",
|
|
118913
|
+
"fieldName": "value",
|
|
118914
|
+
"inheritedFrom": {
|
|
118915
|
+
"name": "SbbButtonBaseElement",
|
|
118916
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118917
|
+
}
|
|
118907
118918
|
},
|
|
118908
118919
|
{
|
|
118909
|
-
"name": "
|
|
118920
|
+
"name": "type",
|
|
118921
|
+
"description": "The type attribute to use for the button.",
|
|
118922
|
+
"default": "'button'",
|
|
118910
118923
|
"type": {
|
|
118911
|
-
"text": "
|
|
118924
|
+
"text": "SbbButtonType"
|
|
118912
118925
|
},
|
|
118913
|
-
"
|
|
118914
|
-
"
|
|
118915
|
-
|
|
118926
|
+
"fieldName": "type",
|
|
118927
|
+
"inheritedFrom": {
|
|
118928
|
+
"name": "SbbButtonBaseElement",
|
|
118929
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118930
|
+
}
|
|
118916
118931
|
},
|
|
118917
118932
|
{
|
|
118918
|
-
"name": "
|
|
118933
|
+
"name": "form",
|
|
118934
|
+
"description": "The `<form>` element to associate the button with.",
|
|
118919
118935
|
"type": {
|
|
118920
|
-
"text": "
|
|
118936
|
+
"text": "HTMLFormElement | null"
|
|
118921
118937
|
},
|
|
118922
|
-
"
|
|
118923
|
-
"
|
|
118924
|
-
|
|
118938
|
+
"fieldName": "form",
|
|
118939
|
+
"inheritedFrom": {
|
|
118940
|
+
"name": "SbbButtonBaseElement",
|
|
118941
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118942
|
+
}
|
|
118925
118943
|
},
|
|
118926
118944
|
{
|
|
118927
|
-
"name": "
|
|
118928
|
-
"description": "
|
|
118945
|
+
"name": "name",
|
|
118946
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
118929
118947
|
"type": {
|
|
118930
|
-
"text": "
|
|
118948
|
+
"text": "string"
|
|
118931
118949
|
},
|
|
118932
|
-
"fieldName": "
|
|
118950
|
+
"fieldName": "name",
|
|
118951
|
+
"inheritedFrom": {
|
|
118952
|
+
"name": "SbbFormAssociatedMixin",
|
|
118953
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118954
|
+
}
|
|
118933
118955
|
}
|
|
118934
|
-
]
|
|
118935
|
-
"superclass": {
|
|
118936
|
-
"name": "SbbElement",
|
|
118937
|
-
"module": "core/base-elements.js"
|
|
118938
|
-
},
|
|
118939
|
-
"tagName": "sbb-stepper",
|
|
118940
|
-
"customElement": true
|
|
118941
|
-
},
|
|
118942
|
-
{
|
|
118943
|
-
"kind": "variable",
|
|
118944
|
-
"name": "currentIndex"
|
|
118945
|
-
},
|
|
118946
|
-
{
|
|
118947
|
-
"kind": "variable",
|
|
118948
|
-
"name": "currentStep"
|
|
118956
|
+
]
|
|
118949
118957
|
}
|
|
118950
118958
|
],
|
|
118951
118959
|
"exports": [
|
|
118952
118960
|
{
|
|
118953
118961
|
"kind": "js",
|
|
118954
|
-
"name": "
|
|
118955
|
-
"declaration": {
|
|
118956
|
-
"name": "SbbStepChangeEvent",
|
|
118957
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
118958
|
-
}
|
|
118959
|
-
},
|
|
118960
|
-
{
|
|
118961
|
-
"kind": "js",
|
|
118962
|
-
"name": "SbbStepperElement",
|
|
118962
|
+
"name": "SbbStepLabelElement",
|
|
118963
118963
|
"declaration": {
|
|
118964
|
-
"name": "
|
|
118965
|
-
"module": "stepper/
|
|
118964
|
+
"name": "SbbStepLabelElement",
|
|
118965
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
118966
118966
|
}
|
|
118967
118967
|
}
|
|
118968
118968
|
]
|