@sbb-esta/lyne-elements-dev 4.7.0-dev.1773397316 → 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/core/styles/core.scss +5 -0
- package/core.css +6 -0
- package/custom-elements.json +934 -934
- package/development/map-container/map-container.component.d.ts.map +1 -1
- package/development/map-container/map-container.component.js +24 -41
- package/map-container/map-container.component.js +22 -24
- package/off-brand-theme.css +6 -0
- package/package.json +2 -2
- package/safety-theme.css +6 -0
- package/standard-theme.css +6 -0
package/custom-elements.json
CHANGED
|
@@ -117376,20 +117376,79 @@
|
|
|
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": "
|
|
117383
|
+
"description": "",
|
|
117384
|
+
"name": "SbbStepChangeEvent",
|
|
117385
|
+
"members": [
|
|
117386
|
+
{
|
|
117387
|
+
"kind": "field",
|
|
117388
|
+
"name": "selectedIndex",
|
|
117389
|
+
"type": {
|
|
117390
|
+
"text": "number | null"
|
|
117391
|
+
},
|
|
117392
|
+
"privacy": "public",
|
|
117393
|
+
"readonly": true,
|
|
117394
|
+
"description": "The index of the newly selected step.",
|
|
117395
|
+
"default": "selectedIndex"
|
|
117396
|
+
},
|
|
117397
|
+
{
|
|
117398
|
+
"kind": "field",
|
|
117399
|
+
"name": "previousIndex",
|
|
117400
|
+
"type": {
|
|
117401
|
+
"text": "number | null"
|
|
117402
|
+
},
|
|
117403
|
+
"privacy": "public",
|
|
117404
|
+
"readonly": true,
|
|
117405
|
+
"description": "The index of the previously selected step.",
|
|
117406
|
+
"default": "previousIndex"
|
|
117407
|
+
},
|
|
117408
|
+
{
|
|
117409
|
+
"kind": "field",
|
|
117410
|
+
"name": "selectedStep",
|
|
117411
|
+
"type": {
|
|
117412
|
+
"text": "SbbStepElement | null"
|
|
117413
|
+
},
|
|
117414
|
+
"privacy": "public",
|
|
117415
|
+
"readonly": true,
|
|
117416
|
+
"description": "The newly selected step element.",
|
|
117417
|
+
"default": "selectedStep"
|
|
117418
|
+
},
|
|
117419
|
+
{
|
|
117420
|
+
"kind": "field",
|
|
117421
|
+
"name": "previousStep",
|
|
117422
|
+
"type": {
|
|
117423
|
+
"text": "SbbStepElement | null"
|
|
117424
|
+
},
|
|
117425
|
+
"privacy": "public",
|
|
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",
|
|
117385
117440
|
"slots": [
|
|
117386
117441
|
{
|
|
117387
|
-
"description": "
|
|
117442
|
+
"description": "Provide a `sbb-expansion-panel-header` and a `sbb-expansion-panel-content` to the stepper.",
|
|
117388
117443
|
"name": ""
|
|
117389
117444
|
},
|
|
117390
117445
|
{
|
|
117391
|
-
"description": "Use this to
|
|
117392
|
-
"name": "
|
|
117446
|
+
"description": "Use this slot to provide an `sbb-step-label`.",
|
|
117447
|
+
"name": "step-label"
|
|
117448
|
+
},
|
|
117449
|
+
{
|
|
117450
|
+
"description": "Use this slot to provide an `sbb-step`.",
|
|
117451
|
+
"name": "step"
|
|
117393
117452
|
}
|
|
117394
117453
|
],
|
|
117395
117454
|
"members": [
|
|
@@ -117402,41 +117461,98 @@
|
|
|
117402
117461
|
"privacy": "public",
|
|
117403
117462
|
"static": true,
|
|
117404
117463
|
"readonly": true,
|
|
117464
|
+
"default": "'sbb-stepper'",
|
|
117405
117465
|
"inheritedFrom": {
|
|
117406
117466
|
"name": "SbbElement",
|
|
117407
117467
|
"module": "core/base-elements/element.js"
|
|
117408
|
-
}
|
|
117409
|
-
"default": "'sbb-step-label'"
|
|
117468
|
+
}
|
|
117410
117469
|
},
|
|
117411
117470
|
{
|
|
117412
117471
|
"kind": "field",
|
|
117413
|
-
"name": "
|
|
117414
|
-
"type": {
|
|
117415
|
-
"text": "string"
|
|
117416
|
-
},
|
|
117472
|
+
"name": "events",
|
|
117417
117473
|
"privacy": "public",
|
|
117418
117474
|
"static": true,
|
|
117419
117475
|
"readonly": true,
|
|
117420
|
-
"default": "'
|
|
117421
|
-
"
|
|
117422
|
-
"
|
|
117423
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117476
|
+
"default": "{ stepchange: 'stepchange', }",
|
|
117477
|
+
"type": {
|
|
117478
|
+
"text": "{\n stepchange: 'stepchange',\n }"
|
|
117424
117479
|
}
|
|
117425
117480
|
},
|
|
117426
117481
|
{
|
|
117427
117482
|
"kind": "field",
|
|
117428
|
-
"name": "
|
|
117483
|
+
"name": "_observer",
|
|
117484
|
+
"privacy": "private",
|
|
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."
|
|
117487
|
+
},
|
|
117488
|
+
{
|
|
117489
|
+
"kind": "field",
|
|
117490
|
+
"name": "linear",
|
|
117429
117491
|
"type": {
|
|
117430
|
-
"text": "
|
|
117492
|
+
"text": "boolean"
|
|
117431
117493
|
},
|
|
117432
117494
|
"privacy": "public",
|
|
117433
|
-
"
|
|
117434
|
-
"
|
|
117495
|
+
"default": "false",
|
|
117496
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
117497
|
+
"attribute": "linear"
|
|
117498
|
+
},
|
|
117499
|
+
{
|
|
117500
|
+
"kind": "field",
|
|
117501
|
+
"name": "horizontalFrom",
|
|
117502
|
+
"privacy": "public",
|
|
117503
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
117504
|
+
"type": {
|
|
117505
|
+
"text": "SbbHorizontalFrom | null"
|
|
117506
|
+
},
|
|
117507
|
+
"attribute": "horizontal-from",
|
|
117508
|
+
"reflects": true,
|
|
117435
117509
|
"default": "null"
|
|
117436
117510
|
},
|
|
117437
117511
|
{
|
|
117438
117512
|
"kind": "field",
|
|
117439
|
-
"name": "
|
|
117513
|
+
"name": "_horizontalFrom",
|
|
117514
|
+
"type": {
|
|
117515
|
+
"text": "SbbHorizontalFrom | null"
|
|
117516
|
+
},
|
|
117517
|
+
"privacy": "private",
|
|
117518
|
+
"default": "null"
|
|
117519
|
+
},
|
|
117520
|
+
{
|
|
117521
|
+
"kind": "field",
|
|
117522
|
+
"name": "orientation",
|
|
117523
|
+
"type": {
|
|
117524
|
+
"text": "SbbOrientation"
|
|
117525
|
+
},
|
|
117526
|
+
"privacy": "public",
|
|
117527
|
+
"default": "'horizontal'",
|
|
117528
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
117529
|
+
"attribute": "orientation",
|
|
117530
|
+
"reflects": true
|
|
117531
|
+
},
|
|
117532
|
+
{
|
|
117533
|
+
"kind": "field",
|
|
117534
|
+
"name": "size",
|
|
117535
|
+
"type": {
|
|
117536
|
+
"text": "'s' | 'm'"
|
|
117537
|
+
},
|
|
117538
|
+
"privacy": "public",
|
|
117539
|
+
"description": "Size variant, either s or m.",
|
|
117540
|
+
"default": "'m' / 's' (lean)",
|
|
117541
|
+
"attribute": "size",
|
|
117542
|
+
"reflects": true
|
|
117543
|
+
},
|
|
117544
|
+
{
|
|
117545
|
+
"kind": "field",
|
|
117546
|
+
"name": "selected",
|
|
117547
|
+
"privacy": "public",
|
|
117548
|
+
"description": "The currently selected step.",
|
|
117549
|
+
"type": {
|
|
117550
|
+
"text": "SbbStepElement | null"
|
|
117551
|
+
}
|
|
117552
|
+
},
|
|
117553
|
+
{
|
|
117554
|
+
"kind": "field",
|
|
117555
|
+
"name": "_requestedSelected",
|
|
117440
117556
|
"type": {
|
|
117441
117557
|
"text": "SbbStepElement | null"
|
|
117442
117558
|
},
|
|
@@ -117445,250 +117561,240 @@
|
|
|
117445
117561
|
},
|
|
117446
117562
|
{
|
|
117447
117563
|
"kind": "field",
|
|
117448
|
-
"name": "
|
|
117564
|
+
"name": "selectedIndex",
|
|
117565
|
+
"privacy": "public",
|
|
117566
|
+
"description": "The currently selected step index.",
|
|
117449
117567
|
"type": {
|
|
117450
|
-
"text": "
|
|
117568
|
+
"text": "number | null"
|
|
117569
|
+
},
|
|
117570
|
+
"attribute": "selected-index"
|
|
117571
|
+
},
|
|
117572
|
+
{
|
|
117573
|
+
"kind": "field",
|
|
117574
|
+
"name": "_requestedSelectedIndex",
|
|
117575
|
+
"type": {
|
|
117576
|
+
"text": "number | null"
|
|
117577
|
+
},
|
|
117578
|
+
"privacy": "private",
|
|
117579
|
+
"default": "null"
|
|
117580
|
+
},
|
|
117581
|
+
{
|
|
117582
|
+
"kind": "field",
|
|
117583
|
+
"name": "steps",
|
|
117584
|
+
"type": {
|
|
117585
|
+
"text": "SbbStepElement[]"
|
|
117451
117586
|
},
|
|
117452
117587
|
"privacy": "public",
|
|
117588
|
+
"description": "The steps of the stepper.",
|
|
117453
117589
|
"readonly": true
|
|
117454
117590
|
},
|
|
117455
117591
|
{
|
|
117456
117592
|
"kind": "field",
|
|
117457
|
-
"name": "
|
|
117458
|
-
"privacy": "public",
|
|
117459
|
-
"description": "Whether the component is disabled.",
|
|
117460
|
-
"default": "false",
|
|
117593
|
+
"name": "_enabledSteps",
|
|
117461
117594
|
"type": {
|
|
117462
|
-
"text": "
|
|
117595
|
+
"text": "SbbStepElement[]"
|
|
117463
117596
|
},
|
|
117464
|
-
"
|
|
117465
|
-
"
|
|
117466
|
-
"inheritedFrom": {
|
|
117467
|
-
"name": "SbbDisabledMixin",
|
|
117468
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
117469
|
-
}
|
|
117597
|
+
"privacy": "private",
|
|
117598
|
+
"readonly": true
|
|
117470
117599
|
},
|
|
117471
117600
|
{
|
|
117472
117601
|
"kind": "field",
|
|
117473
|
-
"name": "
|
|
117602
|
+
"name": "_loaded",
|
|
117474
117603
|
"type": {
|
|
117475
|
-
"text": "
|
|
117604
|
+
"text": "boolean"
|
|
117476
117605
|
},
|
|
117477
|
-
"privacy": "private"
|
|
117606
|
+
"privacy": "private",
|
|
117607
|
+
"default": "false"
|
|
117478
117608
|
},
|
|
117479
117609
|
{
|
|
117480
117610
|
"kind": "field",
|
|
117481
|
-
"name": "
|
|
117611
|
+
"name": "_resizeObserverTimeout",
|
|
117482
117612
|
"type": {
|
|
117483
|
-
"text": "
|
|
117613
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
117484
117614
|
},
|
|
117485
|
-
"privacy": "private"
|
|
117615
|
+
"privacy": "private",
|
|
117616
|
+
"default": "null"
|
|
117486
117617
|
},
|
|
117487
117618
|
{
|
|
117488
|
-
"kind": "
|
|
117489
|
-
"name": "
|
|
117619
|
+
"kind": "field",
|
|
117620
|
+
"name": "_mediaMatcher",
|
|
117490
117621
|
"privacy": "private",
|
|
117622
|
+
"default": "new SbbMediaMatcherController(this, {})"
|
|
117623
|
+
},
|
|
117624
|
+
{
|
|
117625
|
+
"kind": "method",
|
|
117626
|
+
"name": "next",
|
|
117627
|
+
"privacy": "public",
|
|
117491
117628
|
"return": {
|
|
117492
117629
|
"type": {
|
|
117493
|
-
"text": "
|
|
117630
|
+
"text": "void"
|
|
117494
117631
|
}
|
|
117495
117632
|
},
|
|
117496
|
-
"
|
|
117497
|
-
{
|
|
117498
|
-
"name": "step",
|
|
117499
|
-
"type": {
|
|
117500
|
-
"text": "SbbStepElement"
|
|
117501
|
-
}
|
|
117502
|
-
}
|
|
117503
|
-
]
|
|
117633
|
+
"description": "Selects the next step."
|
|
117504
117634
|
},
|
|
117505
117635
|
{
|
|
117506
117636
|
"kind": "method",
|
|
117507
|
-
"name": "
|
|
117508
|
-
"privacy": "
|
|
117637
|
+
"name": "previous",
|
|
117638
|
+
"privacy": "public",
|
|
117509
117639
|
"return": {
|
|
117510
117640
|
"type": {
|
|
117511
117641
|
"text": "void"
|
|
117512
117642
|
}
|
|
117513
|
-
}
|
|
117514
|
-
},
|
|
117515
|
-
{
|
|
117516
|
-
"kind": "field",
|
|
117517
|
-
"name": "iconName",
|
|
117518
|
-
"type": {
|
|
117519
|
-
"text": "string"
|
|
117520
117643
|
},
|
|
117521
|
-
"
|
|
117522
|
-
"default": "''",
|
|
117523
|
-
"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.",
|
|
117524
|
-
"attribute": "icon-name",
|
|
117525
|
-
"inheritedFrom": {
|
|
117526
|
-
"name": "SbbIconNameMixin",
|
|
117527
|
-
"module": "icon/icon-name-mixin.js"
|
|
117528
|
-
}
|
|
117644
|
+
"description": "Selects the previous step."
|
|
117529
117645
|
},
|
|
117530
117646
|
{
|
|
117531
117647
|
"kind": "method",
|
|
117532
|
-
"name": "
|
|
117533
|
-
"privacy": "
|
|
117648
|
+
"name": "reset",
|
|
117649
|
+
"privacy": "public",
|
|
117534
117650
|
"return": {
|
|
117535
117651
|
"type": {
|
|
117536
|
-
"text": "
|
|
117652
|
+
"text": "void"
|
|
117653
|
+
}
|
|
117654
|
+
},
|
|
117655
|
+
"description": "Resets the form in which the stepper is nested or every form of each step, if any."
|
|
117656
|
+
},
|
|
117657
|
+
{
|
|
117658
|
+
"kind": "method",
|
|
117659
|
+
"name": "_isSelectable",
|
|
117660
|
+
"privacy": "private",
|
|
117661
|
+
"return": {
|
|
117662
|
+
"type": {
|
|
117663
|
+
"text": "step is SbbStepElement"
|
|
117537
117664
|
}
|
|
117538
117665
|
},
|
|
117539
117666
|
"parameters": [
|
|
117540
117667
|
{
|
|
117541
|
-
"name": "
|
|
117542
|
-
"optional": true,
|
|
117668
|
+
"name": "step",
|
|
117543
117669
|
"type": {
|
|
117544
|
-
"text": "
|
|
117670
|
+
"text": "SbbStepElement | null"
|
|
117545
117671
|
}
|
|
117546
117672
|
}
|
|
117547
|
-
]
|
|
117548
|
-
"inheritedFrom": {
|
|
117549
|
-
"name": "SbbIconNameMixin",
|
|
117550
|
-
"module": "icon/icon-name-mixin.js"
|
|
117551
|
-
}
|
|
117673
|
+
]
|
|
117552
117674
|
},
|
|
117553
117675
|
{
|
|
117554
117676
|
"kind": "method",
|
|
117555
|
-
"name": "
|
|
117556
|
-
"privacy": "
|
|
117677
|
+
"name": "_select",
|
|
117678
|
+
"privacy": "private",
|
|
117557
117679
|
"return": {
|
|
117558
117680
|
"type": {
|
|
117559
|
-
"text": "
|
|
117681
|
+
"text": "void"
|
|
117560
117682
|
}
|
|
117561
117683
|
},
|
|
117562
|
-
"
|
|
117563
|
-
|
|
117564
|
-
|
|
117565
|
-
|
|
117684
|
+
"parameters": [
|
|
117685
|
+
{
|
|
117686
|
+
"name": "step",
|
|
117687
|
+
"type": {
|
|
117688
|
+
"text": "SbbStepElement | null"
|
|
117689
|
+
}
|
|
117690
|
+
}
|
|
117691
|
+
]
|
|
117566
117692
|
},
|
|
117567
117693
|
{
|
|
117568
117694
|
"kind": "method",
|
|
117569
|
-
"name": "
|
|
117695
|
+
"name": "_setMarkerSize",
|
|
117570
117696
|
"privacy": "private",
|
|
117571
117697
|
"return": {
|
|
117572
117698
|
"type": {
|
|
117573
|
-
"text": "
|
|
117699
|
+
"text": "void"
|
|
117574
117700
|
}
|
|
117575
|
-
},
|
|
117576
|
-
"inheritedFrom": {
|
|
117577
|
-
"name": "SbbIconNameMixin",
|
|
117578
|
-
"module": "icon/icon-name-mixin.js"
|
|
117579
117701
|
}
|
|
117580
117702
|
},
|
|
117581
117703
|
{
|
|
117582
|
-
"kind": "
|
|
117583
|
-
"name": "
|
|
117704
|
+
"kind": "method",
|
|
117705
|
+
"name": "_setStepperHeight",
|
|
117584
117706
|
"privacy": "private",
|
|
117585
|
-
"
|
|
117586
|
-
"
|
|
117707
|
+
"return": {
|
|
117708
|
+
"type": {
|
|
117709
|
+
"text": "void"
|
|
117710
|
+
}
|
|
117587
117711
|
},
|
|
117588
|
-
"
|
|
117589
|
-
|
|
117590
|
-
|
|
117591
|
-
|
|
117592
|
-
|
|
117712
|
+
"parameters": [
|
|
117713
|
+
{
|
|
117714
|
+
"name": "step",
|
|
117715
|
+
"type": {
|
|
117716
|
+
"text": "SbbStepElement | null"
|
|
117717
|
+
}
|
|
117718
|
+
}
|
|
117719
|
+
],
|
|
117720
|
+
"description": "Sets the stepper height based on the height of the provided step."
|
|
117593
117721
|
},
|
|
117594
117722
|
{
|
|
117595
117723
|
"kind": "method",
|
|
117596
|
-
"name": "
|
|
117597
|
-
"privacy": "
|
|
117724
|
+
"name": "_calculateLabelOffsetTop",
|
|
117725
|
+
"privacy": "private",
|
|
117598
117726
|
"return": {
|
|
117599
117727
|
"type": {
|
|
117600
|
-
"text": "
|
|
117728
|
+
"text": "number | undefined"
|
|
117601
117729
|
}
|
|
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
117730
|
}
|
|
117608
117731
|
},
|
|
117609
117732
|
{
|
|
117610
|
-
"kind": "
|
|
117611
|
-
"name": "
|
|
117612
|
-
"type": {
|
|
117613
|
-
"text": "array"
|
|
117614
|
-
},
|
|
117733
|
+
"kind": "method",
|
|
117734
|
+
"name": "_onSelectedStepResize",
|
|
117615
117735
|
"privacy": "private",
|
|
117616
|
-
"
|
|
117617
|
-
|
|
117618
|
-
|
|
117619
|
-
|
|
117620
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117621
|
-
}
|
|
117622
|
-
},
|
|
117623
|
-
{
|
|
117624
|
-
"kind": "field",
|
|
117625
|
-
"name": "value",
|
|
117626
|
-
"type": {
|
|
117627
|
-
"text": "string"
|
|
117628
|
-
},
|
|
117629
|
-
"privacy": "public",
|
|
117630
|
-
"inheritedFrom": {
|
|
117631
|
-
"name": "SbbButtonBaseElement",
|
|
117632
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117736
|
+
"return": {
|
|
117737
|
+
"type": {
|
|
117738
|
+
"text": "void"
|
|
117739
|
+
}
|
|
117633
117740
|
},
|
|
117634
|
-
"
|
|
117635
|
-
|
|
117636
|
-
|
|
117741
|
+
"parameters": [
|
|
117742
|
+
{
|
|
117743
|
+
"name": "e",
|
|
117744
|
+
"type": {
|
|
117745
|
+
"text": "Event"
|
|
117746
|
+
}
|
|
117747
|
+
}
|
|
117748
|
+
]
|
|
117637
117749
|
},
|
|
117638
117750
|
{
|
|
117639
|
-
"kind": "
|
|
117640
|
-
"name": "
|
|
117641
|
-
"privacy": "
|
|
117642
|
-
"
|
|
117643
|
-
|
|
117644
|
-
|
|
117645
|
-
|
|
117646
|
-
},
|
|
117647
|
-
"attribute": "type",
|
|
117648
|
-
"inheritedFrom": {
|
|
117649
|
-
"name": "SbbButtonBaseElement",
|
|
117650
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117751
|
+
"kind": "method",
|
|
117752
|
+
"name": "_configure",
|
|
117753
|
+
"privacy": "private",
|
|
117754
|
+
"return": {
|
|
117755
|
+
"type": {
|
|
117756
|
+
"text": "void"
|
|
117757
|
+
}
|
|
117651
117758
|
}
|
|
117652
117759
|
},
|
|
117653
117760
|
{
|
|
117654
|
-
"kind": "
|
|
117655
|
-
"name": "
|
|
117656
|
-
"
|
|
117657
|
-
|
|
117658
|
-
|
|
117659
|
-
|
|
117660
|
-
|
|
117661
|
-
|
|
117662
|
-
"name": "SbbButtonBaseElement",
|
|
117663
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117664
|
-
},
|
|
117665
|
-
"attribute": "form"
|
|
117761
|
+
"kind": "method",
|
|
117762
|
+
"name": "_updateLabels",
|
|
117763
|
+
"privacy": "private",
|
|
117764
|
+
"return": {
|
|
117765
|
+
"type": {
|
|
117766
|
+
"text": "void"
|
|
117767
|
+
}
|
|
117768
|
+
}
|
|
117666
117769
|
},
|
|
117667
117770
|
{
|
|
117668
|
-
"kind": "
|
|
117669
|
-
"name": "
|
|
117670
|
-
"type": {
|
|
117671
|
-
"text": "string"
|
|
117672
|
-
},
|
|
117771
|
+
"kind": "method",
|
|
117772
|
+
"name": "_checkOrientation",
|
|
117673
117773
|
"privacy": "private",
|
|
117674
|
-
"
|
|
117675
|
-
|
|
117676
|
-
|
|
117677
|
-
|
|
117774
|
+
"return": {
|
|
117775
|
+
"type": {
|
|
117776
|
+
"text": "void"
|
|
117777
|
+
}
|
|
117678
117778
|
}
|
|
117679
117779
|
},
|
|
117680
117780
|
{
|
|
117681
117781
|
"kind": "field",
|
|
117682
|
-
"name": "
|
|
117782
|
+
"name": "_onStepperResize",
|
|
117783
|
+
"privacy": "private"
|
|
117784
|
+
},
|
|
117785
|
+
{
|
|
117786
|
+
"kind": "method",
|
|
117787
|
+
"name": "_configureLinearMode",
|
|
117683
117788
|
"privacy": "private",
|
|
117684
|
-
"
|
|
117685
|
-
"
|
|
117686
|
-
|
|
117789
|
+
"return": {
|
|
117790
|
+
"type": {
|
|
117791
|
+
"text": "void"
|
|
117792
|
+
}
|
|
117687
117793
|
}
|
|
117688
117794
|
},
|
|
117689
117795
|
{
|
|
117690
117796
|
"kind": "method",
|
|
117691
|
-
"name": "
|
|
117797
|
+
"name": "_handleKeyDown",
|
|
117692
117798
|
"privacy": "private",
|
|
117693
117799
|
"return": {
|
|
117694
117800
|
"type": {
|
|
@@ -117697,154 +117803,67 @@
|
|
|
117697
117803
|
},
|
|
117698
117804
|
"parameters": [
|
|
117699
117805
|
{
|
|
117700
|
-
"name": "
|
|
117806
|
+
"name": "evt",
|
|
117701
117807
|
"type": {
|
|
117702
|
-
"text": "
|
|
117808
|
+
"text": "KeyboardEvent"
|
|
117703
117809
|
}
|
|
117704
117810
|
}
|
|
117705
|
-
]
|
|
117706
|
-
"inheritedFrom": {
|
|
117707
|
-
"name": "SbbButtonBaseElement",
|
|
117708
|
-
"module": "core/base-elements/button-base-element.js"
|
|
117709
|
-
}
|
|
117811
|
+
]
|
|
117710
117812
|
},
|
|
117711
117813
|
{
|
|
117712
117814
|
"kind": "field",
|
|
117713
|
-
"name": "
|
|
117815
|
+
"name": "_hydrationRequired",
|
|
117816
|
+
"type": {
|
|
117817
|
+
"text": "boolean"
|
|
117818
|
+
},
|
|
117714
117819
|
"privacy": "private",
|
|
117820
|
+
"default": "!!this.shadowRoot",
|
|
117715
117821
|
"inheritedFrom": {
|
|
117716
|
-
"name": "
|
|
117717
|
-
"module": "core/base-elements/
|
|
117822
|
+
"name": "SbbElement",
|
|
117823
|
+
"module": "core/base-elements/element.js"
|
|
117718
117824
|
}
|
|
117719
117825
|
},
|
|
117720
117826
|
{
|
|
117721
117827
|
"kind": "field",
|
|
117722
|
-
"name": "
|
|
117723
|
-
"
|
|
117724
|
-
|
|
117725
|
-
},
|
|
117726
|
-
"privacy": "public",
|
|
117727
|
-
"static": true,
|
|
117728
|
-
"default": "true",
|
|
117828
|
+
"name": "_hydrationComplete",
|
|
117829
|
+
"privacy": "private",
|
|
117830
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
117729
117831
|
"inheritedFrom": {
|
|
117730
|
-
"name": "
|
|
117731
|
-
"module": "core/
|
|
117832
|
+
"name": "SbbElement",
|
|
117833
|
+
"module": "core/base-elements/element.js"
|
|
117732
117834
|
}
|
|
117733
117835
|
},
|
|
117734
117836
|
{
|
|
117735
117837
|
"kind": "field",
|
|
117736
|
-
"name": "
|
|
117737
|
-
"privacy": "public",
|
|
117738
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
117838
|
+
"name": "_resolveHydration",
|
|
117739
117839
|
"type": {
|
|
117740
|
-
"text": "
|
|
117840
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
117741
117841
|
},
|
|
117742
|
-
"
|
|
117842
|
+
"privacy": "private",
|
|
117743
117843
|
"inheritedFrom": {
|
|
117744
|
-
"name": "
|
|
117745
|
-
"module": "core/
|
|
117844
|
+
"name": "SbbElement",
|
|
117845
|
+
"module": "core/base-elements/element.js"
|
|
117746
117846
|
}
|
|
117747
117847
|
},
|
|
117748
117848
|
{
|
|
117749
117849
|
"kind": "field",
|
|
117750
|
-
"name": "
|
|
117850
|
+
"name": "hydrationRequired",
|
|
117751
117851
|
"type": {
|
|
117752
|
-
"text": "
|
|
117852
|
+
"text": "boolean"
|
|
117753
117853
|
},
|
|
117754
|
-
"privacy": "
|
|
117755
|
-
"description": "Returns
|
|
117854
|
+
"privacy": "protected",
|
|
117855
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
117756
117856
|
"readonly": true,
|
|
117757
117857
|
"inheritedFrom": {
|
|
117758
|
-
"name": "
|
|
117759
|
-
"module": "core/
|
|
117760
|
-
}
|
|
117761
|
-
|
|
117762
|
-
{
|
|
117763
|
-
"kind": "field",
|
|
117764
|
-
"name": "validationMessage",
|
|
117765
|
-
"type": {
|
|
117766
|
-
"text": "string"
|
|
117767
|
-
},
|
|
117768
|
-
"privacy": "public",
|
|
117769
|
-
"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.",
|
|
117770
|
-
"readonly": true,
|
|
117771
|
-
"inheritedFrom": {
|
|
117772
|
-
"name": "SbbFormAssociatedMixin",
|
|
117773
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117774
|
-
}
|
|
117775
|
-
},
|
|
117776
|
-
{
|
|
117777
|
-
"kind": "field",
|
|
117778
|
-
"name": "willValidate",
|
|
117779
|
-
"type": {
|
|
117780
|
-
"text": "boolean"
|
|
117781
|
-
},
|
|
117782
|
-
"privacy": "public",
|
|
117783
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
117784
|
-
"readonly": true,
|
|
117785
|
-
"inheritedFrom": {
|
|
117786
|
-
"name": "SbbFormAssociatedMixin",
|
|
117787
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117788
|
-
}
|
|
117789
|
-
},
|
|
117790
|
-
{
|
|
117791
|
-
"kind": "field",
|
|
117792
|
-
"name": "_validityStates",
|
|
117793
|
-
"privacy": "private",
|
|
117794
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
117795
|
-
"inheritedFrom": {
|
|
117796
|
-
"name": "SbbFormAssociatedMixin",
|
|
117797
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117798
|
-
}
|
|
117799
|
-
},
|
|
117800
|
-
{
|
|
117801
|
-
"kind": "field",
|
|
117802
|
-
"name": "formDisabled",
|
|
117803
|
-
"type": {
|
|
117804
|
-
"text": "boolean"
|
|
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
|
-
}
|
|
117858
|
+
"name": "SbbElement",
|
|
117859
|
+
"module": "core/base-elements/element.js"
|
|
117860
|
+
},
|
|
117861
|
+
"default": "!!this.shadowRoot"
|
|
117813
117862
|
},
|
|
117814
117863
|
{
|
|
117815
117864
|
"kind": "method",
|
|
117816
|
-
"name": "
|
|
117817
|
-
"privacy": "
|
|
117818
|
-
"return": {
|
|
117819
|
-
"type": {
|
|
117820
|
-
"text": "boolean"
|
|
117821
|
-
}
|
|
117822
|
-
},
|
|
117823
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
117824
|
-
"inheritedFrom": {
|
|
117825
|
-
"name": "SbbFormAssociatedMixin",
|
|
117826
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117827
|
-
}
|
|
117828
|
-
},
|
|
117829
|
-
{
|
|
117830
|
-
"kind": "method",
|
|
117831
|
-
"name": "reportValidity",
|
|
117832
|
-
"privacy": "public",
|
|
117833
|
-
"return": {
|
|
117834
|
-
"type": {
|
|
117835
|
-
"text": "boolean"
|
|
117836
|
-
}
|
|
117837
|
-
},
|
|
117838
|
-
"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.",
|
|
117839
|
-
"inheritedFrom": {
|
|
117840
|
-
"name": "SbbFormAssociatedMixin",
|
|
117841
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117842
|
-
}
|
|
117843
|
-
},
|
|
117844
|
-
{
|
|
117845
|
-
"kind": "method",
|
|
117846
|
-
"name": "setCustomValidity",
|
|
117847
|
-
"privacy": "public",
|
|
117865
|
+
"name": "toggleState",
|
|
117866
|
+
"privacy": "protected",
|
|
117848
117867
|
"return": {
|
|
117849
117868
|
"type": {
|
|
117850
117869
|
"text": "void"
|
|
@@ -117852,792 +117871,713 @@
|
|
|
117852
117871
|
},
|
|
117853
117872
|
"parameters": [
|
|
117854
117873
|
{
|
|
117855
|
-
"name": "
|
|
117874
|
+
"name": "value",
|
|
117856
117875
|
"type": {
|
|
117857
117876
|
"text": "string"
|
|
117858
117877
|
}
|
|
117878
|
+
},
|
|
117879
|
+
{
|
|
117880
|
+
"name": "force",
|
|
117881
|
+
"optional": true,
|
|
117882
|
+
"type": {
|
|
117883
|
+
"text": "boolean"
|
|
117884
|
+
}
|
|
117859
117885
|
}
|
|
117860
117886
|
],
|
|
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
117887
|
"inheritedFrom": {
|
|
117863
|
-
"name": "
|
|
117864
|
-
"module": "core/
|
|
117888
|
+
"name": "SbbElement",
|
|
117889
|
+
"module": "core/base-elements/element.js"
|
|
117865
117890
|
}
|
|
117866
117891
|
},
|
|
117867
117892
|
{
|
|
117868
|
-
"kind": "
|
|
117869
|
-
"name": "
|
|
117870
|
-
"
|
|
117871
|
-
|
|
117872
|
-
"type": {
|
|
117873
|
-
"text": "boolean"
|
|
117874
|
-
}
|
|
117893
|
+
"kind": "field",
|
|
117894
|
+
"name": "['_$sbbElement$']",
|
|
117895
|
+
"type": {
|
|
117896
|
+
"text": "boolean"
|
|
117875
117897
|
},
|
|
117898
|
+
"privacy": "public",
|
|
117899
|
+
"static": true,
|
|
117900
|
+
"default": "true",
|
|
117876
117901
|
"inheritedFrom": {
|
|
117877
|
-
"name": "
|
|
117878
|
-
"module": "core/
|
|
117902
|
+
"name": "SbbElement",
|
|
117903
|
+
"module": "core/base-elements/element.js"
|
|
117879
117904
|
}
|
|
117880
117905
|
},
|
|
117881
117906
|
{
|
|
117882
|
-
"kind": "
|
|
117883
|
-
"name": "
|
|
117884
|
-
"
|
|
117885
|
-
|
|
117886
|
-
"type": {
|
|
117887
|
-
"text": "void"
|
|
117888
|
-
}
|
|
117907
|
+
"kind": "field",
|
|
117908
|
+
"name": "_controllers",
|
|
117909
|
+
"type": {
|
|
117910
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
117889
117911
|
},
|
|
117890
|
-
"
|
|
117912
|
+
"privacy": "private",
|
|
117891
117913
|
"inheritedFrom": {
|
|
117892
|
-
"name": "
|
|
117893
|
-
"module": "core/
|
|
117914
|
+
"name": "SbbElement",
|
|
117915
|
+
"module": "core/base-elements/element.js"
|
|
117894
117916
|
}
|
|
117895
|
-
}
|
|
117917
|
+
}
|
|
117918
|
+
],
|
|
117919
|
+
"events": [
|
|
117896
117920
|
{
|
|
117897
|
-
"
|
|
117898
|
-
|
|
117899
|
-
"privacy": "protected",
|
|
117900
|
-
"return": {
|
|
117901
|
-
"type": {
|
|
117902
|
-
"text": "FormRestoreState"
|
|
117903
|
-
}
|
|
117921
|
+
"type": {
|
|
117922
|
+
"text": "SbbStepChangeEvent"
|
|
117904
117923
|
},
|
|
117905
|
-
"
|
|
117906
|
-
|
|
117907
|
-
|
|
117908
|
-
|
|
117909
|
-
|
|
117924
|
+
"description": "Emits whenever a step was changed.",
|
|
117925
|
+
"name": "stepchange"
|
|
117926
|
+
}
|
|
117927
|
+
],
|
|
117928
|
+
"attributes": [
|
|
117910
117929
|
{
|
|
117911
|
-
"
|
|
117912
|
-
"
|
|
117913
|
-
|
|
117914
|
-
"return": {
|
|
117915
|
-
"type": {
|
|
117916
|
-
"text": "void"
|
|
117917
|
-
}
|
|
117930
|
+
"name": "linear",
|
|
117931
|
+
"type": {
|
|
117932
|
+
"text": "boolean"
|
|
117918
117933
|
},
|
|
117919
|
-
"
|
|
117920
|
-
|
|
117921
|
-
|
|
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
|
-
}
|
|
117934
|
+
"default": "false",
|
|
117935
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
117936
|
+
"fieldName": "linear"
|
|
117945
117937
|
},
|
|
117946
117938
|
{
|
|
117947
|
-
"
|
|
117948
|
-
"
|
|
117949
|
-
"
|
|
117950
|
-
|
|
117951
|
-
"type": {
|
|
117952
|
-
"text": "void"
|
|
117953
|
-
}
|
|
117939
|
+
"name": "horizontal-from",
|
|
117940
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
117941
|
+
"type": {
|
|
117942
|
+
"text": "SbbHorizontalFrom | null"
|
|
117954
117943
|
},
|
|
117955
|
-
"
|
|
117956
|
-
{
|
|
117957
|
-
"name": "flag",
|
|
117958
|
-
"type": {
|
|
117959
|
-
"text": "T"
|
|
117960
|
-
}
|
|
117961
|
-
}
|
|
117962
|
-
],
|
|
117963
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
117964
|
-
"inheritedFrom": {
|
|
117965
|
-
"name": "SbbFormAssociatedMixin",
|
|
117966
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117967
|
-
}
|
|
117944
|
+
"fieldName": "horizontalFrom"
|
|
117968
117945
|
},
|
|
117969
117946
|
{
|
|
117970
|
-
"
|
|
117971
|
-
"
|
|
117972
|
-
|
|
117973
|
-
"return": {
|
|
117974
|
-
"type": {
|
|
117975
|
-
"text": "void"
|
|
117976
|
-
}
|
|
117947
|
+
"name": "orientation",
|
|
117948
|
+
"type": {
|
|
117949
|
+
"text": "SbbOrientation"
|
|
117977
117950
|
},
|
|
117978
|
-
"
|
|
117979
|
-
"
|
|
117980
|
-
|
|
117981
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
117982
|
-
}
|
|
117951
|
+
"default": "'horizontal'",
|
|
117952
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
117953
|
+
"fieldName": "orientation"
|
|
117983
117954
|
},
|
|
117984
117955
|
{
|
|
117985
|
-
"
|
|
117986
|
-
"
|
|
117987
|
-
|
|
117988
|
-
"return": {
|
|
117989
|
-
"type": {
|
|
117990
|
-
"text": "boolean"
|
|
117991
|
-
}
|
|
117956
|
+
"name": "size",
|
|
117957
|
+
"type": {
|
|
117958
|
+
"text": "'s' | 'm'"
|
|
117992
117959
|
},
|
|
117993
|
-
"
|
|
117994
|
-
|
|
117995
|
-
|
|
117996
|
-
"type": {
|
|
117997
|
-
"text": "PropertyKey | undefined"
|
|
117998
|
-
}
|
|
117999
|
-
}
|
|
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
|
-
}
|
|
117960
|
+
"description": "Size variant, either s or m.",
|
|
117961
|
+
"default": "'m' / 's' (lean)",
|
|
117962
|
+
"fieldName": "size"
|
|
118006
117963
|
},
|
|
118007
117964
|
{
|
|
118008
|
-
"
|
|
118009
|
-
"
|
|
118010
|
-
"
|
|
118011
|
-
|
|
118012
|
-
"type": {
|
|
118013
|
-
"text": "void"
|
|
118014
|
-
}
|
|
117965
|
+
"name": "selected-index",
|
|
117966
|
+
"description": "The currently selected step index.",
|
|
117967
|
+
"type": {
|
|
117968
|
+
"text": "number | null"
|
|
118015
117969
|
},
|
|
118016
|
-
"
|
|
118017
|
-
|
|
118018
|
-
|
|
118019
|
-
|
|
118020
|
-
|
|
118021
|
-
|
|
118022
|
-
|
|
118023
|
-
|
|
118024
|
-
|
|
118025
|
-
|
|
118026
|
-
|
|
118027
|
-
|
|
118028
|
-
|
|
118029
|
-
|
|
118030
|
-
|
|
118031
|
-
|
|
118032
|
-
|
|
118033
|
-
|
|
118034
|
-
|
|
118035
|
-
|
|
118036
|
-
|
|
117970
|
+
"fieldName": "selectedIndex"
|
|
117971
|
+
}
|
|
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"
|
|
117987
|
+
}
|
|
117988
|
+
],
|
|
117989
|
+
"exports": [
|
|
117990
|
+
{
|
|
117991
|
+
"kind": "js",
|
|
117992
|
+
"name": "SbbStepChangeEvent",
|
|
117993
|
+
"declaration": {
|
|
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"
|
|
118004
|
+
}
|
|
118005
|
+
}
|
|
118006
|
+
]
|
|
118007
|
+
},
|
|
118008
|
+
{
|
|
118009
|
+
"kind": "javascript-module",
|
|
118010
|
+
"path": "stepper/step-label/step-label.component.js",
|
|
118011
|
+
"declarations": [
|
|
118012
|
+
{
|
|
118013
|
+
"kind": "class",
|
|
118014
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's label.",
|
|
118015
|
+
"name": "SbbStepLabelElement",
|
|
118016
|
+
"slots": [
|
|
118037
118017
|
{
|
|
118038
|
-
"
|
|
118039
|
-
"name": "
|
|
118040
|
-
"privacy": "private",
|
|
118041
|
-
"inheritedFrom": {
|
|
118042
|
-
"name": "SbbButtonLikeBaseElement",
|
|
118043
|
-
"module": "core/base-elements/button-base-element.js"
|
|
118044
|
-
}
|
|
118018
|
+
"description": "Use the unnamed slot to provide a label.",
|
|
118019
|
+
"name": ""
|
|
118045
118020
|
},
|
|
118046
118021
|
{
|
|
118047
|
-
"
|
|
118048
|
-
"name": "
|
|
118049
|
-
|
|
118050
|
-
|
|
118051
|
-
|
|
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
|
-
}
|
|
118061
|
-
},
|
|
118022
|
+
"description": "Use this to display an icon in the label bubble.",
|
|
118023
|
+
"name": "icon"
|
|
118024
|
+
}
|
|
118025
|
+
],
|
|
118026
|
+
"members": [
|
|
118062
118027
|
{
|
|
118063
118028
|
"kind": "field",
|
|
118064
|
-
"name": "
|
|
118065
|
-
"
|
|
118029
|
+
"name": "elementName",
|
|
118030
|
+
"type": {
|
|
118031
|
+
"text": "string"
|
|
118032
|
+
},
|
|
118033
|
+
"privacy": "public",
|
|
118034
|
+
"static": true,
|
|
118035
|
+
"readonly": true,
|
|
118066
118036
|
"inheritedFrom": {
|
|
118067
|
-
"name": "
|
|
118068
|
-
"module": "core/base-elements/
|
|
118069
|
-
}
|
|
118037
|
+
"name": "SbbElement",
|
|
118038
|
+
"module": "core/base-elements/element.js"
|
|
118039
|
+
},
|
|
118040
|
+
"default": "'sbb-step-label'"
|
|
118070
118041
|
},
|
|
118071
118042
|
{
|
|
118072
118043
|
"kind": "field",
|
|
118073
|
-
"name": "
|
|
118044
|
+
"name": "role",
|
|
118074
118045
|
"type": {
|
|
118075
|
-
"text": "
|
|
118046
|
+
"text": "string"
|
|
118076
118047
|
},
|
|
118077
|
-
"privacy": "
|
|
118048
|
+
"privacy": "public",
|
|
118049
|
+
"static": true,
|
|
118078
118050
|
"readonly": true,
|
|
118051
|
+
"default": "'tab'",
|
|
118079
118052
|
"inheritedFrom": {
|
|
118080
|
-
"name": "
|
|
118081
|
-
"module": "core/base-elements/
|
|
118053
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118054
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118082
118055
|
}
|
|
118083
118056
|
},
|
|
118084
118057
|
{
|
|
118085
118058
|
"kind": "field",
|
|
118086
|
-
"name": "
|
|
118059
|
+
"name": "step",
|
|
118087
118060
|
"type": {
|
|
118088
|
-
"text": "
|
|
118061
|
+
"text": "SbbStepElement | null"
|
|
118089
118062
|
},
|
|
118090
|
-
"privacy": "
|
|
118063
|
+
"privacy": "public",
|
|
118064
|
+
"description": "The step controlled by the label.",
|
|
118091
118065
|
"readonly": true,
|
|
118092
|
-
"
|
|
118093
|
-
"name": "SbbActionBaseElement",
|
|
118094
|
-
"module": "core/base-elements/action-base-element.js"
|
|
118095
|
-
}
|
|
118066
|
+
"default": "null"
|
|
118096
118067
|
},
|
|
118097
118068
|
{
|
|
118098
|
-
"kind": "
|
|
118099
|
-
"name": "
|
|
118100
|
-
"
|
|
118101
|
-
|
|
118102
|
-
"type": {
|
|
118103
|
-
"text": "void"
|
|
118104
|
-
}
|
|
118069
|
+
"kind": "field",
|
|
118070
|
+
"name": "_step",
|
|
118071
|
+
"type": {
|
|
118072
|
+
"text": "SbbStepElement | null"
|
|
118105
118073
|
},
|
|
118106
|
-
"
|
|
118107
|
-
|
|
118108
|
-
"module": "core/base-elements/action-base-element.js"
|
|
118109
|
-
}
|
|
118074
|
+
"privacy": "private",
|
|
118075
|
+
"default": "null"
|
|
118110
118076
|
},
|
|
118111
118077
|
{
|
|
118112
|
-
"kind": "
|
|
118113
|
-
"name": "
|
|
118114
|
-
"
|
|
118115
|
-
|
|
118116
|
-
"type": {
|
|
118117
|
-
"text": "TemplateResult"
|
|
118118
|
-
}
|
|
118078
|
+
"kind": "field",
|
|
118079
|
+
"name": "stepper",
|
|
118080
|
+
"type": {
|
|
118081
|
+
"text": "SbbStepperElement | null"
|
|
118119
118082
|
},
|
|
118120
|
-
"
|
|
118121
|
-
"
|
|
118122
|
-
"name": "SbbActionBaseElement",
|
|
118123
|
-
"module": "core/base-elements/action-base-element.js"
|
|
118124
|
-
}
|
|
118083
|
+
"privacy": "public",
|
|
118084
|
+
"readonly": true
|
|
118125
118085
|
},
|
|
118126
118086
|
{
|
|
118127
118087
|
"kind": "field",
|
|
118128
|
-
"name": "
|
|
118088
|
+
"name": "disabled",
|
|
118089
|
+
"privacy": "public",
|
|
118090
|
+
"description": "Whether the component is disabled.",
|
|
118091
|
+
"default": "false",
|
|
118129
118092
|
"type": {
|
|
118130
118093
|
"text": "boolean"
|
|
118131
118094
|
},
|
|
118132
|
-
"
|
|
118133
|
-
"
|
|
118134
|
-
"inheritedFrom": {
|
|
118135
|
-
"name": "SbbElement",
|
|
118136
|
-
"module": "core/base-elements/element.js"
|
|
118137
|
-
}
|
|
118138
|
-
},
|
|
118139
|
-
{
|
|
118140
|
-
"kind": "field",
|
|
118141
|
-
"name": "_hydrationComplete",
|
|
118142
|
-
"privacy": "private",
|
|
118143
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
118095
|
+
"attribute": "disabled",
|
|
118096
|
+
"reflects": true,
|
|
118144
118097
|
"inheritedFrom": {
|
|
118145
|
-
"name": "
|
|
118146
|
-
"module": "core/
|
|
118098
|
+
"name": "SbbDisabledMixin",
|
|
118099
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118147
118100
|
}
|
|
118148
118101
|
},
|
|
118149
118102
|
{
|
|
118150
118103
|
"kind": "field",
|
|
118151
|
-
"name": "
|
|
118104
|
+
"name": "_previousOrientation",
|
|
118152
118105
|
"type": {
|
|
118153
|
-
"text": "
|
|
118106
|
+
"text": "string | undefined"
|
|
118154
118107
|
},
|
|
118155
|
-
"privacy": "private"
|
|
118156
|
-
"inheritedFrom": {
|
|
118157
|
-
"name": "SbbElement",
|
|
118158
|
-
"module": "core/base-elements/element.js"
|
|
118159
|
-
}
|
|
118108
|
+
"privacy": "private"
|
|
118160
118109
|
},
|
|
118161
118110
|
{
|
|
118162
118111
|
"kind": "field",
|
|
118163
|
-
"name": "
|
|
118112
|
+
"name": "_previousSize",
|
|
118164
118113
|
"type": {
|
|
118165
|
-
"text": "
|
|
118166
|
-
},
|
|
118167
|
-
"privacy": "protected",
|
|
118168
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
118169
|
-
"readonly": true,
|
|
118170
|
-
"inheritedFrom": {
|
|
118171
|
-
"name": "SbbElement",
|
|
118172
|
-
"module": "core/base-elements/element.js"
|
|
118114
|
+
"text": "string | undefined"
|
|
118173
118115
|
},
|
|
118174
|
-
"
|
|
118116
|
+
"privacy": "private"
|
|
118175
118117
|
},
|
|
118176
118118
|
{
|
|
118177
118119
|
"kind": "method",
|
|
118178
|
-
"name": "
|
|
118179
|
-
"privacy": "
|
|
118120
|
+
"name": "_isNotDeactivatedByLinearMode",
|
|
118121
|
+
"privacy": "private",
|
|
118180
118122
|
"return": {
|
|
118181
118123
|
"type": {
|
|
118182
|
-
"text": "
|
|
118124
|
+
"text": "boolean"
|
|
118183
118125
|
}
|
|
118184
118126
|
},
|
|
118185
118127
|
"parameters": [
|
|
118186
118128
|
{
|
|
118187
|
-
"name": "
|
|
118188
|
-
"type": {
|
|
118189
|
-
"text": "string"
|
|
118190
|
-
}
|
|
118191
|
-
},
|
|
118192
|
-
{
|
|
118193
|
-
"name": "force",
|
|
118194
|
-
"optional": true,
|
|
118129
|
+
"name": "step",
|
|
118195
118130
|
"type": {
|
|
118196
|
-
"text": "
|
|
118131
|
+
"text": "SbbStepElement"
|
|
118197
118132
|
}
|
|
118198
118133
|
}
|
|
118199
|
-
]
|
|
118200
|
-
"inheritedFrom": {
|
|
118201
|
-
"name": "SbbElement",
|
|
118202
|
-
"module": "core/base-elements/element.js"
|
|
118203
|
-
}
|
|
118134
|
+
]
|
|
118204
118135
|
},
|
|
118205
118136
|
{
|
|
118206
|
-
"kind": "
|
|
118207
|
-
"name": "
|
|
118208
|
-
"
|
|
118209
|
-
|
|
118210
|
-
|
|
118211
|
-
|
|
118212
|
-
|
|
118213
|
-
"default": "true",
|
|
118214
|
-
"inheritedFrom": {
|
|
118215
|
-
"name": "SbbElement",
|
|
118216
|
-
"module": "core/base-elements/element.js"
|
|
118137
|
+
"kind": "method",
|
|
118138
|
+
"name": "_assignStep",
|
|
118139
|
+
"privacy": "private",
|
|
118140
|
+
"return": {
|
|
118141
|
+
"type": {
|
|
118142
|
+
"text": "void"
|
|
118143
|
+
}
|
|
118217
118144
|
}
|
|
118218
118145
|
},
|
|
118219
118146
|
{
|
|
118220
118147
|
"kind": "field",
|
|
118221
|
-
"name": "
|
|
118148
|
+
"name": "iconName",
|
|
118222
118149
|
"type": {
|
|
118223
|
-
"text": "
|
|
118150
|
+
"text": "string"
|
|
118224
118151
|
},
|
|
118225
|
-
"privacy": "
|
|
118152
|
+
"privacy": "public",
|
|
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",
|
|
118226
118156
|
"inheritedFrom": {
|
|
118227
|
-
"name": "
|
|
118228
|
-
"module": "
|
|
118157
|
+
"name": "SbbIconNameMixin",
|
|
118158
|
+
"module": "icon/icon-name-mixin.js"
|
|
118229
118159
|
}
|
|
118230
|
-
}
|
|
118231
|
-
],
|
|
118232
|
-
"mixins": [
|
|
118233
|
-
{
|
|
118234
|
-
"name": "SbbIconNameMixin",
|
|
118235
|
-
"module": "icon.js"
|
|
118236
118160
|
},
|
|
118237
118161
|
{
|
|
118238
|
-
"
|
|
118239
|
-
"
|
|
118240
|
-
|
|
118241
|
-
|
|
118242
|
-
|
|
118243
|
-
|
|
118244
|
-
|
|
118245
|
-
},
|
|
118246
|
-
"tagName": "sbb-step-label",
|
|
118247
|
-
"customElement": true,
|
|
118248
|
-
"attributes": [
|
|
118249
|
-
{
|
|
118250
|
-
"name": "icon-name",
|
|
118251
|
-
"type": {
|
|
118252
|
-
"text": "string"
|
|
118162
|
+
"kind": "method",
|
|
118163
|
+
"name": "renderIconSlot",
|
|
118164
|
+
"privacy": "protected",
|
|
118165
|
+
"return": {
|
|
118166
|
+
"type": {
|
|
118167
|
+
"text": "TemplateResult"
|
|
118168
|
+
}
|
|
118253
118169
|
},
|
|
118254
|
-
"
|
|
118255
|
-
|
|
118256
|
-
|
|
118170
|
+
"parameters": [
|
|
118171
|
+
{
|
|
118172
|
+
"name": "classname",
|
|
118173
|
+
"optional": true,
|
|
118174
|
+
"type": {
|
|
118175
|
+
"text": "string"
|
|
118176
|
+
}
|
|
118177
|
+
}
|
|
118178
|
+
],
|
|
118257
118179
|
"inheritedFrom": {
|
|
118258
118180
|
"name": "SbbIconNameMixin",
|
|
118259
118181
|
"module": "icon/icon-name-mixin.js"
|
|
118260
118182
|
}
|
|
118261
118183
|
},
|
|
118262
118184
|
{
|
|
118263
|
-
"
|
|
118264
|
-
"
|
|
118265
|
-
"
|
|
118266
|
-
"
|
|
118267
|
-
"
|
|
118185
|
+
"kind": "method",
|
|
118186
|
+
"name": "renderIconName",
|
|
118187
|
+
"privacy": "protected",
|
|
118188
|
+
"return": {
|
|
118189
|
+
"type": {
|
|
118190
|
+
"text": "string"
|
|
118191
|
+
}
|
|
118268
118192
|
},
|
|
118269
|
-
"fieldName": "disabled",
|
|
118270
118193
|
"inheritedFrom": {
|
|
118271
|
-
"name": "
|
|
118272
|
-
"module": "
|
|
118194
|
+
"name": "SbbIconNameMixin",
|
|
118195
|
+
"module": "icon/icon-name-mixin.js"
|
|
118273
118196
|
}
|
|
118274
118197
|
},
|
|
118275
118198
|
{
|
|
118276
|
-
"
|
|
118277
|
-
"
|
|
118278
|
-
|
|
118199
|
+
"kind": "method",
|
|
118200
|
+
"name": "_renderIconName",
|
|
118201
|
+
"privacy": "private",
|
|
118202
|
+
"return": {
|
|
118203
|
+
"type": {
|
|
118204
|
+
"text": "string"
|
|
118205
|
+
}
|
|
118279
118206
|
},
|
|
118280
|
-
"default": "''",
|
|
118281
|
-
"description": "Value of the form element.",
|
|
118282
|
-
"fieldName": "value",
|
|
118283
118207
|
"inheritedFrom": {
|
|
118284
|
-
"name": "
|
|
118285
|
-
"module": "
|
|
118208
|
+
"name": "SbbIconNameMixin",
|
|
118209
|
+
"module": "icon/icon-name-mixin.js"
|
|
118286
118210
|
}
|
|
118287
118211
|
},
|
|
118288
118212
|
{
|
|
118289
|
-
"
|
|
118290
|
-
"
|
|
118291
|
-
"
|
|
118213
|
+
"kind": "field",
|
|
118214
|
+
"name": "#disabled",
|
|
118215
|
+
"privacy": "private",
|
|
118292
118216
|
"type": {
|
|
118293
|
-
"text": "
|
|
118217
|
+
"text": "boolean"
|
|
118294
118218
|
},
|
|
118295
|
-
"
|
|
118219
|
+
"default": "false",
|
|
118296
118220
|
"inheritedFrom": {
|
|
118297
|
-
"name": "
|
|
118298
|
-
"module": "core/
|
|
118221
|
+
"name": "SbbDisabledMixin",
|
|
118222
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118299
118223
|
}
|
|
118300
118224
|
},
|
|
118301
118225
|
{
|
|
118302
|
-
"
|
|
118303
|
-
"
|
|
118304
|
-
"
|
|
118305
|
-
|
|
118226
|
+
"kind": "method",
|
|
118227
|
+
"name": "isDisabledExternally",
|
|
118228
|
+
"privacy": "protected",
|
|
118229
|
+
"return": {
|
|
118230
|
+
"type": {
|
|
118231
|
+
"text": "boolean"
|
|
118232
|
+
}
|
|
118306
118233
|
},
|
|
118307
|
-
"
|
|
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.",
|
|
118308
118235
|
"inheritedFrom": {
|
|
118309
|
-
"name": "
|
|
118310
|
-
"module": "core/
|
|
118236
|
+
"name": "SbbDisabledMixin",
|
|
118237
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118311
118238
|
}
|
|
118312
118239
|
},
|
|
118313
|
-
{
|
|
118314
|
-
"name": "name",
|
|
118315
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
118316
|
-
"type": {
|
|
118317
|
-
"text": "string"
|
|
118318
|
-
},
|
|
118319
|
-
"fieldName": "name",
|
|
118320
|
-
"inheritedFrom": {
|
|
118321
|
-
"name": "SbbFormAssociatedMixin",
|
|
118322
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
118323
|
-
}
|
|
118324
|
-
}
|
|
118325
|
-
]
|
|
118326
|
-
}
|
|
118327
|
-
],
|
|
118328
|
-
"exports": [
|
|
118329
|
-
{
|
|
118330
|
-
"kind": "js",
|
|
118331
|
-
"name": "SbbStepLabelElement",
|
|
118332
|
-
"declaration": {
|
|
118333
|
-
"name": "SbbStepLabelElement",
|
|
118334
|
-
"module": "stepper/step-label/step-label.component.js"
|
|
118335
|
-
}
|
|
118336
|
-
}
|
|
118337
|
-
]
|
|
118338
|
-
},
|
|
118339
|
-
{
|
|
118340
|
-
"kind": "javascript-module",
|
|
118341
|
-
"path": "stepper/stepper/stepper.component.js",
|
|
118342
|
-
"declarations": [
|
|
118343
|
-
{
|
|
118344
|
-
"kind": "class",
|
|
118345
|
-
"description": "",
|
|
118346
|
-
"name": "SbbStepChangeEvent",
|
|
118347
|
-
"members": [
|
|
118348
118240
|
{
|
|
118349
118241
|
"kind": "field",
|
|
118350
|
-
"name": "
|
|
118242
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
118351
118243
|
"type": {
|
|
118352
|
-
"text": "
|
|
118244
|
+
"text": "array"
|
|
118353
118245
|
},
|
|
118354
|
-
"privacy": "
|
|
118246
|
+
"privacy": "private",
|
|
118355
118247
|
"readonly": true,
|
|
118356
|
-
"
|
|
118357
|
-
"
|
|
118248
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
118249
|
+
"inheritedFrom": {
|
|
118250
|
+
"name": "SbbButtonBaseElement",
|
|
118251
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118252
|
+
}
|
|
118358
118253
|
},
|
|
118359
118254
|
{
|
|
118360
118255
|
"kind": "field",
|
|
118361
|
-
"name": "
|
|
118256
|
+
"name": "value",
|
|
118362
118257
|
"type": {
|
|
118363
|
-
"text": "
|
|
118258
|
+
"text": "string"
|
|
118364
118259
|
},
|
|
118365
118260
|
"privacy": "public",
|
|
118366
|
-
"
|
|
118367
|
-
|
|
118368
|
-
|
|
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"
|
|
118369
118268
|
},
|
|
118370
118269
|
{
|
|
118371
118270
|
"kind": "field",
|
|
118372
|
-
"name": "
|
|
118271
|
+
"name": "type",
|
|
118272
|
+
"privacy": "public",
|
|
118273
|
+
"description": "The type attribute to use for the button.",
|
|
118274
|
+
"default": "'button'",
|
|
118373
118275
|
"type": {
|
|
118374
|
-
"text": "
|
|
118276
|
+
"text": "SbbButtonType"
|
|
118375
118277
|
},
|
|
118376
|
-
"
|
|
118377
|
-
"
|
|
118378
|
-
|
|
118379
|
-
|
|
118278
|
+
"attribute": "type",
|
|
118279
|
+
"inheritedFrom": {
|
|
118280
|
+
"name": "SbbButtonBaseElement",
|
|
118281
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118282
|
+
}
|
|
118380
118283
|
},
|
|
118381
118284
|
{
|
|
118382
118285
|
"kind": "field",
|
|
118383
|
-
"name": "
|
|
118286
|
+
"name": "form",
|
|
118384
118287
|
"type": {
|
|
118385
|
-
"text": "
|
|
118288
|
+
"text": "HTMLFormElement | null"
|
|
118386
118289
|
},
|
|
118387
118290
|
"privacy": "public",
|
|
118388
|
-
"
|
|
118389
|
-
"
|
|
118390
|
-
|
|
118391
|
-
|
|
118392
|
-
|
|
118393
|
-
|
|
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": [
|
|
118403
|
-
{
|
|
118404
|
-
"description": "Provide a `sbb-expansion-panel-header` and a `sbb-expansion-panel-content` to the stepper.",
|
|
118405
|
-
"name": ""
|
|
118406
|
-
},
|
|
118407
|
-
{
|
|
118408
|
-
"description": "Use this slot to provide an `sbb-step-label`.",
|
|
118409
|
-
"name": "step-label"
|
|
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"
|
|
118410
118297
|
},
|
|
118411
|
-
{
|
|
118412
|
-
"description": "Use this slot to provide an `sbb-step`.",
|
|
118413
|
-
"name": "step"
|
|
118414
|
-
}
|
|
118415
|
-
],
|
|
118416
|
-
"members": [
|
|
118417
118298
|
{
|
|
118418
118299
|
"kind": "field",
|
|
118419
|
-
"name": "
|
|
118300
|
+
"name": "_formId",
|
|
118420
118301
|
"type": {
|
|
118421
118302
|
"text": "string"
|
|
118422
118303
|
},
|
|
118423
|
-
"privacy": "
|
|
118424
|
-
"
|
|
118425
|
-
"readonly": true,
|
|
118426
|
-
"default": "'sbb-stepper'",
|
|
118304
|
+
"privacy": "private",
|
|
118305
|
+
"default": "''",
|
|
118427
118306
|
"inheritedFrom": {
|
|
118428
|
-
"name": "
|
|
118429
|
-
"module": "core/base-elements/element.js"
|
|
118307
|
+
"name": "SbbButtonBaseElement",
|
|
118308
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118430
118309
|
}
|
|
118431
118310
|
},
|
|
118432
118311
|
{
|
|
118433
118312
|
"kind": "field",
|
|
118434
|
-
"name": "
|
|
118435
|
-
"privacy": "
|
|
118436
|
-
"
|
|
118437
|
-
|
|
118438
|
-
|
|
118439
|
-
"type": {
|
|
118440
|
-
"text": "{\n stepchange: 'stepchange',\n }"
|
|
118313
|
+
"name": "_handleButtonClick",
|
|
118314
|
+
"privacy": "private",
|
|
118315
|
+
"inheritedFrom": {
|
|
118316
|
+
"name": "SbbButtonBaseElement",
|
|
118317
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118441
118318
|
}
|
|
118442
118319
|
},
|
|
118443
118320
|
{
|
|
118444
|
-
"kind": "
|
|
118445
|
-
"name": "
|
|
118321
|
+
"kind": "method",
|
|
118322
|
+
"name": "_requestSubmit",
|
|
118446
118323
|
"privacy": "private",
|
|
118447
|
-
"
|
|
118448
|
-
|
|
118449
|
-
|
|
118450
|
-
|
|
118451
|
-
"kind": "field",
|
|
118452
|
-
"name": "linear",
|
|
118453
|
-
"type": {
|
|
118454
|
-
"text": "boolean"
|
|
118455
|
-
},
|
|
118456
|
-
"privacy": "public",
|
|
118457
|
-
"default": "false",
|
|
118458
|
-
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
118459
|
-
"attribute": "linear"
|
|
118460
|
-
},
|
|
118461
|
-
{
|
|
118462
|
-
"kind": "field",
|
|
118463
|
-
"name": "horizontalFrom",
|
|
118464
|
-
"privacy": "public",
|
|
118465
|
-
"description": "Overrides the behavior of `orientation` property.",
|
|
118466
|
-
"type": {
|
|
118467
|
-
"text": "SbbHorizontalFrom | null"
|
|
118468
|
-
},
|
|
118469
|
-
"attribute": "horizontal-from",
|
|
118470
|
-
"reflects": true,
|
|
118471
|
-
"default": "null"
|
|
118472
|
-
},
|
|
118473
|
-
{
|
|
118474
|
-
"kind": "field",
|
|
118475
|
-
"name": "_horizontalFrom",
|
|
118476
|
-
"type": {
|
|
118477
|
-
"text": "SbbHorizontalFrom | null"
|
|
118324
|
+
"return": {
|
|
118325
|
+
"type": {
|
|
118326
|
+
"text": "void"
|
|
118327
|
+
}
|
|
118478
118328
|
},
|
|
118479
|
-
"
|
|
118480
|
-
|
|
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"
|
|
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
|
+
}
|
|
118570
118444
|
},
|
|
118571
118445
|
{
|
|
118572
|
-
"kind": "
|
|
118573
|
-
"name": "
|
|
118574
|
-
"
|
|
118575
|
-
|
|
118446
|
+
"kind": "method",
|
|
118447
|
+
"name": "checkValidity",
|
|
118448
|
+
"privacy": "public",
|
|
118449
|
+
"return": {
|
|
118450
|
+
"type": {
|
|
118451
|
+
"text": "boolean"
|
|
118452
|
+
}
|
|
118576
118453
|
},
|
|
118577
|
-
"
|
|
118578
|
-
"
|
|
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
|
+
}
|
|
118579
118459
|
},
|
|
118580
118460
|
{
|
|
118581
|
-
"kind": "
|
|
118582
|
-
"name": "
|
|
118583
|
-
"privacy": "
|
|
118584
|
-
"
|
|
118461
|
+
"kind": "method",
|
|
118462
|
+
"name": "reportValidity",
|
|
118463
|
+
"privacy": "public",
|
|
118464
|
+
"return": {
|
|
118465
|
+
"type": {
|
|
118466
|
+
"text": "boolean"
|
|
118467
|
+
}
|
|
118468
|
+
},
|
|
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
|
+
}
|
|
118585
118474
|
},
|
|
118586
118475
|
{
|
|
118587
118476
|
"kind": "method",
|
|
118588
|
-
"name": "
|
|
118477
|
+
"name": "setCustomValidity",
|
|
118589
118478
|
"privacy": "public",
|
|
118590
118479
|
"return": {
|
|
118591
118480
|
"type": {
|
|
118592
118481
|
"text": "void"
|
|
118593
118482
|
}
|
|
118594
118483
|
},
|
|
118595
|
-
"
|
|
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
|
+
}
|
|
118596
118497
|
},
|
|
118597
118498
|
{
|
|
118598
118499
|
"kind": "method",
|
|
118599
|
-
"name": "
|
|
118600
|
-
"privacy": "
|
|
118500
|
+
"name": "_hasDisabledAncestor",
|
|
118501
|
+
"privacy": "private",
|
|
118601
118502
|
"return": {
|
|
118602
118503
|
"type": {
|
|
118603
|
-
"text": "
|
|
118504
|
+
"text": "boolean"
|
|
118604
118505
|
}
|
|
118605
118506
|
},
|
|
118606
|
-
"
|
|
118507
|
+
"inheritedFrom": {
|
|
118508
|
+
"name": "SbbFormAssociatedMixin",
|
|
118509
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118510
|
+
}
|
|
118607
118511
|
},
|
|
118608
118512
|
{
|
|
118609
118513
|
"kind": "method",
|
|
118610
|
-
"name": "
|
|
118611
|
-
"privacy": "
|
|
118514
|
+
"name": "updateFormValue",
|
|
118515
|
+
"privacy": "protected",
|
|
118612
118516
|
"return": {
|
|
118613
118517
|
"type": {
|
|
118614
118518
|
"text": "void"
|
|
118615
118519
|
}
|
|
118616
118520
|
},
|
|
118617
|
-
"description": "
|
|
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
|
+
}
|
|
118618
118526
|
},
|
|
118619
118527
|
{
|
|
118620
118528
|
"kind": "method",
|
|
118621
|
-
"name": "
|
|
118622
|
-
"privacy": "
|
|
118529
|
+
"name": "formState",
|
|
118530
|
+
"privacy": "protected",
|
|
118623
118531
|
"return": {
|
|
118624
118532
|
"type": {
|
|
118625
|
-
"text": "
|
|
118533
|
+
"text": "FormRestoreState"
|
|
118534
|
+
}
|
|
118535
|
+
},
|
|
118536
|
+
"inheritedFrom": {
|
|
118537
|
+
"name": "SbbFormAssociatedMixin",
|
|
118538
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118539
|
+
}
|
|
118540
|
+
},
|
|
118541
|
+
{
|
|
118542
|
+
"kind": "method",
|
|
118543
|
+
"name": "setValidityFlag",
|
|
118544
|
+
"privacy": "protected",
|
|
118545
|
+
"return": {
|
|
118546
|
+
"type": {
|
|
118547
|
+
"text": "void"
|
|
118626
118548
|
}
|
|
118627
118549
|
},
|
|
118628
118550
|
"parameters": [
|
|
118629
118551
|
{
|
|
118630
|
-
"name": "
|
|
118552
|
+
"name": "flag",
|
|
118631
118553
|
"type": {
|
|
118632
|
-
"text": "
|
|
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]"
|
|
118633
118568
|
}
|
|
118634
118569
|
}
|
|
118635
|
-
]
|
|
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"
|
|
118575
|
+
}
|
|
118636
118576
|
},
|
|
118637
118577
|
{
|
|
118638
118578
|
"kind": "method",
|
|
118639
|
-
"name": "
|
|
118640
|
-
"privacy": "
|
|
118579
|
+
"name": "removeValidityFlag",
|
|
118580
|
+
"privacy": "protected",
|
|
118641
118581
|
"return": {
|
|
118642
118582
|
"type": {
|
|
118643
118583
|
"text": "void"
|
|
@@ -118645,132 +118585,174 @@
|
|
|
118645
118585
|
},
|
|
118646
118586
|
"parameters": [
|
|
118647
118587
|
{
|
|
118648
|
-
"name": "
|
|
118588
|
+
"name": "flag",
|
|
118649
118589
|
"type": {
|
|
118650
|
-
"text": "
|
|
118590
|
+
"text": "T"
|
|
118651
118591
|
}
|
|
118652
118592
|
}
|
|
118653
|
-
]
|
|
118593
|
+
],
|
|
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
|
+
}
|
|
118654
118599
|
},
|
|
118655
118600
|
{
|
|
118656
118601
|
"kind": "method",
|
|
118657
|
-
"name": "
|
|
118658
|
-
"privacy": "
|
|
118602
|
+
"name": "validate",
|
|
118603
|
+
"privacy": "protected",
|
|
118659
118604
|
"return": {
|
|
118660
118605
|
"type": {
|
|
118661
118606
|
"text": "void"
|
|
118662
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"
|
|
118663
118613
|
}
|
|
118664
118614
|
},
|
|
118665
118615
|
{
|
|
118666
118616
|
"kind": "method",
|
|
118667
|
-
"name": "
|
|
118668
|
-
"privacy": "
|
|
118617
|
+
"name": "shouldValidate",
|
|
118618
|
+
"privacy": "protected",
|
|
118669
118619
|
"return": {
|
|
118670
118620
|
"type": {
|
|
118671
|
-
"text": "
|
|
118621
|
+
"text": "boolean"
|
|
118672
118622
|
}
|
|
118673
118623
|
},
|
|
118674
118624
|
"parameters": [
|
|
118675
118625
|
{
|
|
118676
|
-
"name": "
|
|
118626
|
+
"name": "name",
|
|
118677
118627
|
"type": {
|
|
118678
|
-
"text": "
|
|
118628
|
+
"text": "PropertyKey | undefined"
|
|
118679
118629
|
}
|
|
118680
118630
|
}
|
|
118681
118631
|
],
|
|
118682
|
-
"description": "
|
|
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
|
+
}
|
|
118683
118637
|
},
|
|
118684
118638
|
{
|
|
118685
118639
|
"kind": "method",
|
|
118686
|
-
"name": "
|
|
118640
|
+
"name": "_setInternalValidity",
|
|
118687
118641
|
"privacy": "private",
|
|
118688
118642
|
"return": {
|
|
118689
118643
|
"type": {
|
|
118690
|
-
"text": "
|
|
118644
|
+
"text": "void"
|
|
118691
118645
|
}
|
|
118646
|
+
},
|
|
118647
|
+
"inheritedFrom": {
|
|
118648
|
+
"name": "SbbFormAssociatedMixin",
|
|
118649
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118692
118650
|
}
|
|
118693
118651
|
},
|
|
118694
118652
|
{
|
|
118695
|
-
"kind": "
|
|
118696
|
-
"name": "
|
|
118653
|
+
"kind": "field",
|
|
118654
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
118697
118655
|
"privacy": "private",
|
|
118698
|
-
"
|
|
118699
|
-
"type": {
|
|
118700
|
-
"text": "void"
|
|
118701
|
-
}
|
|
118702
|
-
},
|
|
118656
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
118703
118657
|
"parameters": [
|
|
118704
118658
|
{
|
|
118705
|
-
"
|
|
118706
|
-
"
|
|
118707
|
-
"text": "Event"
|
|
118708
|
-
}
|
|
118659
|
+
"description": "The origin event.",
|
|
118660
|
+
"name": "event"
|
|
118709
118661
|
}
|
|
118710
|
-
]
|
|
118662
|
+
],
|
|
118663
|
+
"inheritedFrom": {
|
|
118664
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118665
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118666
|
+
}
|
|
118711
118667
|
},
|
|
118712
118668
|
{
|
|
118713
|
-
"kind": "
|
|
118714
|
-
"name": "
|
|
118669
|
+
"kind": "field",
|
|
118670
|
+
"name": "_removeActiveMarker",
|
|
118715
118671
|
"privacy": "private",
|
|
118716
|
-
"
|
|
118717
|
-
"
|
|
118718
|
-
|
|
118719
|
-
}
|
|
118672
|
+
"inheritedFrom": {
|
|
118673
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118674
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118720
118675
|
}
|
|
118721
118676
|
},
|
|
118722
118677
|
{
|
|
118723
|
-
"kind": "
|
|
118724
|
-
"name": "
|
|
118678
|
+
"kind": "field",
|
|
118679
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
118725
118680
|
"privacy": "private",
|
|
118726
|
-
"
|
|
118727
|
-
|
|
118728
|
-
|
|
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"
|
|
118729
118686
|
}
|
|
118687
|
+
],
|
|
118688
|
+
"inheritedFrom": {
|
|
118689
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118690
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118730
118691
|
}
|
|
118731
118692
|
},
|
|
118732
118693
|
{
|
|
118733
|
-
"kind": "
|
|
118734
|
-
"name": "
|
|
118694
|
+
"kind": "field",
|
|
118695
|
+
"name": "_dispatchClickEvent",
|
|
118735
118696
|
"privacy": "private",
|
|
118736
|
-
"
|
|
118737
|
-
"
|
|
118738
|
-
|
|
118739
|
-
}
|
|
118697
|
+
"inheritedFrom": {
|
|
118698
|
+
"name": "SbbButtonLikeBaseElement",
|
|
118699
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118740
118700
|
}
|
|
118741
118701
|
},
|
|
118742
118702
|
{
|
|
118743
118703
|
"kind": "field",
|
|
118744
|
-
"name": "
|
|
118745
|
-
"
|
|
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
|
]
|