@sbb-esta/lyne-elements-dev 4.12.0-dev.1777534797 → 4.12.0-dev.1777535342
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/container/sticky-bar/sticky-bar.component.js +1 -1
- package/container/sticky-bar.js +1 -1
- package/container.js +1 -1
- package/container.pure.js +1 -1
- package/core/mixins/form-associated-input-mixin.js +1 -1
- package/custom-elements.json +1346 -1346
- package/development/container/sticky-bar/sticky-bar.component.js +1 -1
- package/development/container/sticky-bar.js +1 -1
- package/development/container.js +1 -1
- package/development/container.pure.js +1 -1
- package/development/core/mixins/form-associated-input-mixin.js +2 -2
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +1 -1
- package/development/expansion-panel/expansion-panel-header.js +1 -1
- package/development/{expansion-panel-header.component-BEAabEE0.js → expansion-panel-header.component-C1xRGcAN.js} +2 -2
- package/development/expansion-panel.js +1 -1
- package/development/expansion-panel.pure.js +1 -1
- package/development/option/option/option.component.js +1 -1
- package/development/option/option.js +1 -1
- package/development/{option.component-CRVr0PfV.js → option.component-Bb2C7ae5.js} +2 -2
- package/development/option.js +1 -1
- package/development/option.pure.js +1 -1
- package/development/{sticky-bar.component-Dzrdsnxu.js → sticky-bar.component-CysAIZTd.js} +3 -3
- package/development/{tab-group.component-DldBA45K.js → tab-group.component-D9jCK26q.js} +2 -2
- package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
- package/development/tabs/tab-group/tab-group.component.js +1 -1
- package/development/tabs/tab-group.js +1 -1
- package/development/tabs.js +1 -1
- package/development/tabs.pure.js +1 -1
- package/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +1 -1
- package/expansion-panel/expansion-panel-header.js +1 -1
- package/{expansion-panel-header.component-FPoEEoZR.js → expansion-panel-header.component-uhZcVE_i.js} +1 -1
- package/expansion-panel.js +1 -1
- package/expansion-panel.pure.js +1 -1
- package/option/option/option.component.js +1 -1
- package/option/option.js +1 -1
- package/{option.component-2Xf1hz7y.js → option.component-CMp8QVZT.js} +1 -1
- package/option.js +1 -1
- package/option.pure.js +1 -1
- package/package.json +2 -2
- package/{sticky-bar.component-DDBq8uXU.js → sticky-bar.component-37iKnzVR.js} +2 -2
- package/{tab-group.component-CHQlrhUy.js → tab-group.component-BCJix5Cq.js} +1 -1
- package/tabs/tab-group/tab-group.component.js +1 -1
- package/tabs/tab-group.js +1 -1
- package/tabs.js +1 -1
- package/tabs.pure.js +1 -1
package/custom-elements.json
CHANGED
|
@@ -94658,6 +94658,253 @@
|
|
|
94658
94658
|
}
|
|
94659
94659
|
]
|
|
94660
94660
|
},
|
|
94661
|
+
{
|
|
94662
|
+
"kind": "javascript-module",
|
|
94663
|
+
"path": "form-field/form-field-text-counter/form-field-text-counter.component.js",
|
|
94664
|
+
"declarations": [
|
|
94665
|
+
{
|
|
94666
|
+
"kind": "class",
|
|
94667
|
+
"description": "It displays the remaining characters count for input/textarea elements with a configured\nmaxlength property in the `sbb-form-field`.\nThe component automatically uses the form field's inputElement and displays the remaining character count.\nIf the input is disabled, readonly or an `sbb-error` is present, the output is suppressed.",
|
|
94668
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
94669
|
+
"slots": [
|
|
94670
|
+
{
|
|
94671
|
+
"description": "Use the unnamed slot to display a custom description text after the counter.",
|
|
94672
|
+
"name": "",
|
|
94673
|
+
"inheritedFrom": {
|
|
94674
|
+
"name": "SbbHintElement",
|
|
94675
|
+
"module": "form-field/hint/hint.component.js"
|
|
94676
|
+
}
|
|
94677
|
+
}
|
|
94678
|
+
],
|
|
94679
|
+
"members": [
|
|
94680
|
+
{
|
|
94681
|
+
"kind": "field",
|
|
94682
|
+
"name": "elementName",
|
|
94683
|
+
"type": {
|
|
94684
|
+
"text": "string"
|
|
94685
|
+
},
|
|
94686
|
+
"privacy": "public",
|
|
94687
|
+
"static": true,
|
|
94688
|
+
"readonly": true,
|
|
94689
|
+
"default": "'sbb-form-field-text-counter'",
|
|
94690
|
+
"inheritedFrom": {
|
|
94691
|
+
"name": "SbbElement",
|
|
94692
|
+
"module": "core/base-elements/element.js"
|
|
94693
|
+
}
|
|
94694
|
+
},
|
|
94695
|
+
{
|
|
94696
|
+
"kind": "field",
|
|
94697
|
+
"name": "_remainingCharacters",
|
|
94698
|
+
"type": {
|
|
94699
|
+
"text": "number"
|
|
94700
|
+
},
|
|
94701
|
+
"privacy": "private",
|
|
94702
|
+
"default": "0"
|
|
94703
|
+
},
|
|
94704
|
+
{
|
|
94705
|
+
"kind": "field",
|
|
94706
|
+
"name": "_language",
|
|
94707
|
+
"privacy": "private",
|
|
94708
|
+
"default": "new SbbLanguageController(this)"
|
|
94709
|
+
},
|
|
94710
|
+
{
|
|
94711
|
+
"kind": "field",
|
|
94712
|
+
"name": "_abortController",
|
|
94713
|
+
"type": {
|
|
94714
|
+
"text": "AbortController | null"
|
|
94715
|
+
},
|
|
94716
|
+
"privacy": "private",
|
|
94717
|
+
"default": "null"
|
|
94718
|
+
},
|
|
94719
|
+
{
|
|
94720
|
+
"kind": "method",
|
|
94721
|
+
"name": "_onInputUpdate",
|
|
94722
|
+
"privacy": "private",
|
|
94723
|
+
"return": {
|
|
94724
|
+
"type": {
|
|
94725
|
+
"text": "void"
|
|
94726
|
+
}
|
|
94727
|
+
}
|
|
94728
|
+
},
|
|
94729
|
+
{
|
|
94730
|
+
"kind": "method",
|
|
94731
|
+
"name": "_infoText",
|
|
94732
|
+
"privacy": "private",
|
|
94733
|
+
"return": {
|
|
94734
|
+
"type": {
|
|
94735
|
+
"text": "string"
|
|
94736
|
+
}
|
|
94737
|
+
}
|
|
94738
|
+
},
|
|
94739
|
+
{
|
|
94740
|
+
"kind": "field",
|
|
94741
|
+
"name": "negative",
|
|
94742
|
+
"type": {
|
|
94743
|
+
"text": "boolean"
|
|
94744
|
+
},
|
|
94745
|
+
"privacy": "public",
|
|
94746
|
+
"default": "false",
|
|
94747
|
+
"description": "Negative coloring variant flag.",
|
|
94748
|
+
"attribute": "negative",
|
|
94749
|
+
"reflects": true,
|
|
94750
|
+
"inheritedFrom": {
|
|
94751
|
+
"name": "SbbNegativeMixin",
|
|
94752
|
+
"module": "core/mixins/negative-mixin.js"
|
|
94753
|
+
}
|
|
94754
|
+
},
|
|
94755
|
+
{
|
|
94756
|
+
"kind": "field",
|
|
94757
|
+
"name": "formField",
|
|
94758
|
+
"type": {
|
|
94759
|
+
"text": "SbbFormFieldElement | null"
|
|
94760
|
+
},
|
|
94761
|
+
"privacy": "protected",
|
|
94762
|
+
"default": "null",
|
|
94763
|
+
"inheritedFrom": {
|
|
94764
|
+
"name": "SbbHintElement",
|
|
94765
|
+
"module": "form-field/hint/hint.component.js"
|
|
94766
|
+
}
|
|
94767
|
+
},
|
|
94768
|
+
{
|
|
94769
|
+
"kind": "field",
|
|
94770
|
+
"name": "_hydrationRequired",
|
|
94771
|
+
"type": {
|
|
94772
|
+
"text": "boolean"
|
|
94773
|
+
},
|
|
94774
|
+
"privacy": "private",
|
|
94775
|
+
"default": "!!this.shadowRoot",
|
|
94776
|
+
"inheritedFrom": {
|
|
94777
|
+
"name": "SbbElement",
|
|
94778
|
+
"module": "core/base-elements/element.js"
|
|
94779
|
+
}
|
|
94780
|
+
},
|
|
94781
|
+
{
|
|
94782
|
+
"kind": "field",
|
|
94783
|
+
"name": "_hydrationComplete",
|
|
94784
|
+
"privacy": "private",
|
|
94785
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
94786
|
+
"inheritedFrom": {
|
|
94787
|
+
"name": "SbbElement",
|
|
94788
|
+
"module": "core/base-elements/element.js"
|
|
94789
|
+
}
|
|
94790
|
+
},
|
|
94791
|
+
{
|
|
94792
|
+
"kind": "field",
|
|
94793
|
+
"name": "_resolveHydration",
|
|
94794
|
+
"type": {
|
|
94795
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
94796
|
+
},
|
|
94797
|
+
"privacy": "private",
|
|
94798
|
+
"inheritedFrom": {
|
|
94799
|
+
"name": "SbbElement",
|
|
94800
|
+
"module": "core/base-elements/element.js"
|
|
94801
|
+
}
|
|
94802
|
+
},
|
|
94803
|
+
{
|
|
94804
|
+
"kind": "field",
|
|
94805
|
+
"name": "hydrationRequired",
|
|
94806
|
+
"type": {
|
|
94807
|
+
"text": "boolean"
|
|
94808
|
+
},
|
|
94809
|
+
"privacy": "protected",
|
|
94810
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
94811
|
+
"readonly": true,
|
|
94812
|
+
"inheritedFrom": {
|
|
94813
|
+
"name": "SbbElement",
|
|
94814
|
+
"module": "core/base-elements/element.js"
|
|
94815
|
+
},
|
|
94816
|
+
"default": "!!this.shadowRoot"
|
|
94817
|
+
},
|
|
94818
|
+
{
|
|
94819
|
+
"kind": "method",
|
|
94820
|
+
"name": "toggleState",
|
|
94821
|
+
"privacy": "protected",
|
|
94822
|
+
"return": {
|
|
94823
|
+
"type": {
|
|
94824
|
+
"text": "void"
|
|
94825
|
+
}
|
|
94826
|
+
},
|
|
94827
|
+
"parameters": [
|
|
94828
|
+
{
|
|
94829
|
+
"name": "value",
|
|
94830
|
+
"type": {
|
|
94831
|
+
"text": "string"
|
|
94832
|
+
}
|
|
94833
|
+
},
|
|
94834
|
+
{
|
|
94835
|
+
"name": "force",
|
|
94836
|
+
"optional": true,
|
|
94837
|
+
"type": {
|
|
94838
|
+
"text": "boolean"
|
|
94839
|
+
}
|
|
94840
|
+
}
|
|
94841
|
+
],
|
|
94842
|
+
"inheritedFrom": {
|
|
94843
|
+
"name": "SbbElement",
|
|
94844
|
+
"module": "core/base-elements/element.js"
|
|
94845
|
+
}
|
|
94846
|
+
},
|
|
94847
|
+
{
|
|
94848
|
+
"kind": "field",
|
|
94849
|
+
"name": "['_$sbbElement$']",
|
|
94850
|
+
"type": {
|
|
94851
|
+
"text": "boolean"
|
|
94852
|
+
},
|
|
94853
|
+
"privacy": "public",
|
|
94854
|
+
"static": true,
|
|
94855
|
+
"default": "true",
|
|
94856
|
+
"inheritedFrom": {
|
|
94857
|
+
"name": "SbbElement",
|
|
94858
|
+
"module": "core/base-elements/element.js"
|
|
94859
|
+
}
|
|
94860
|
+
},
|
|
94861
|
+
{
|
|
94862
|
+
"kind": "field",
|
|
94863
|
+
"name": "_controllers",
|
|
94864
|
+
"type": {
|
|
94865
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
94866
|
+
},
|
|
94867
|
+
"privacy": "private",
|
|
94868
|
+
"inheritedFrom": {
|
|
94869
|
+
"name": "SbbElement",
|
|
94870
|
+
"module": "core/base-elements/element.js"
|
|
94871
|
+
}
|
|
94872
|
+
}
|
|
94873
|
+
],
|
|
94874
|
+
"superclass": {
|
|
94875
|
+
"name": "SbbHintElement",
|
|
94876
|
+
"module": "form-field/hint/hint.component.js"
|
|
94877
|
+
},
|
|
94878
|
+
"tagName": "sbb-form-field-text-counter",
|
|
94879
|
+
"customElement": true,
|
|
94880
|
+
"attributes": [
|
|
94881
|
+
{
|
|
94882
|
+
"name": "negative",
|
|
94883
|
+
"type": {
|
|
94884
|
+
"text": "boolean"
|
|
94885
|
+
},
|
|
94886
|
+
"default": "false",
|
|
94887
|
+
"description": "Negative coloring variant flag.",
|
|
94888
|
+
"fieldName": "negative",
|
|
94889
|
+
"inheritedFrom": {
|
|
94890
|
+
"name": "SbbNegativeMixin",
|
|
94891
|
+
"module": "core/mixins/negative-mixin.js"
|
|
94892
|
+
}
|
|
94893
|
+
}
|
|
94894
|
+
]
|
|
94895
|
+
}
|
|
94896
|
+
],
|
|
94897
|
+
"exports": [
|
|
94898
|
+
{
|
|
94899
|
+
"kind": "js",
|
|
94900
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
94901
|
+
"declaration": {
|
|
94902
|
+
"name": "SbbFormFieldTextCounterElement",
|
|
94903
|
+
"module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
|
|
94904
|
+
}
|
|
94905
|
+
}
|
|
94906
|
+
]
|
|
94907
|
+
},
|
|
94661
94908
|
{
|
|
94662
94909
|
"kind": "javascript-module",
|
|
94663
94910
|
"path": "form-field/form-field-clear/form-field-clear.component.js",
|
|
@@ -95468,259 +95715,12 @@
|
|
|
95468
95715
|
},
|
|
95469
95716
|
{
|
|
95470
95717
|
"kind": "javascript-module",
|
|
95471
|
-
"path": "form-field/
|
|
95718
|
+
"path": "form-field/hint/hint.component.js",
|
|
95472
95719
|
"declarations": [
|
|
95473
95720
|
{
|
|
95474
95721
|
"kind": "class",
|
|
95475
|
-
"description": "It displays
|
|
95476
|
-
"name": "
|
|
95477
|
-
"slots": [
|
|
95478
|
-
{
|
|
95479
|
-
"description": "Use the unnamed slot to display a custom description text after the counter.",
|
|
95480
|
-
"name": "",
|
|
95481
|
-
"inheritedFrom": {
|
|
95482
|
-
"name": "SbbHintElement",
|
|
95483
|
-
"module": "form-field/hint/hint.component.js"
|
|
95484
|
-
}
|
|
95485
|
-
}
|
|
95486
|
-
],
|
|
95487
|
-
"members": [
|
|
95488
|
-
{
|
|
95489
|
-
"kind": "field",
|
|
95490
|
-
"name": "elementName",
|
|
95491
|
-
"type": {
|
|
95492
|
-
"text": "string"
|
|
95493
|
-
},
|
|
95494
|
-
"privacy": "public",
|
|
95495
|
-
"static": true,
|
|
95496
|
-
"readonly": true,
|
|
95497
|
-
"default": "'sbb-form-field-text-counter'",
|
|
95498
|
-
"inheritedFrom": {
|
|
95499
|
-
"name": "SbbElement",
|
|
95500
|
-
"module": "core/base-elements/element.js"
|
|
95501
|
-
}
|
|
95502
|
-
},
|
|
95503
|
-
{
|
|
95504
|
-
"kind": "field",
|
|
95505
|
-
"name": "_remainingCharacters",
|
|
95506
|
-
"type": {
|
|
95507
|
-
"text": "number"
|
|
95508
|
-
},
|
|
95509
|
-
"privacy": "private",
|
|
95510
|
-
"default": "0"
|
|
95511
|
-
},
|
|
95512
|
-
{
|
|
95513
|
-
"kind": "field",
|
|
95514
|
-
"name": "_language",
|
|
95515
|
-
"privacy": "private",
|
|
95516
|
-
"default": "new SbbLanguageController(this)"
|
|
95517
|
-
},
|
|
95518
|
-
{
|
|
95519
|
-
"kind": "field",
|
|
95520
|
-
"name": "_abortController",
|
|
95521
|
-
"type": {
|
|
95522
|
-
"text": "AbortController | null"
|
|
95523
|
-
},
|
|
95524
|
-
"privacy": "private",
|
|
95525
|
-
"default": "null"
|
|
95526
|
-
},
|
|
95527
|
-
{
|
|
95528
|
-
"kind": "method",
|
|
95529
|
-
"name": "_onInputUpdate",
|
|
95530
|
-
"privacy": "private",
|
|
95531
|
-
"return": {
|
|
95532
|
-
"type": {
|
|
95533
|
-
"text": "void"
|
|
95534
|
-
}
|
|
95535
|
-
}
|
|
95536
|
-
},
|
|
95537
|
-
{
|
|
95538
|
-
"kind": "method",
|
|
95539
|
-
"name": "_infoText",
|
|
95540
|
-
"privacy": "private",
|
|
95541
|
-
"return": {
|
|
95542
|
-
"type": {
|
|
95543
|
-
"text": "string"
|
|
95544
|
-
}
|
|
95545
|
-
}
|
|
95546
|
-
},
|
|
95547
|
-
{
|
|
95548
|
-
"kind": "field",
|
|
95549
|
-
"name": "negative",
|
|
95550
|
-
"type": {
|
|
95551
|
-
"text": "boolean"
|
|
95552
|
-
},
|
|
95553
|
-
"privacy": "public",
|
|
95554
|
-
"default": "false",
|
|
95555
|
-
"description": "Negative coloring variant flag.",
|
|
95556
|
-
"attribute": "negative",
|
|
95557
|
-
"reflects": true,
|
|
95558
|
-
"inheritedFrom": {
|
|
95559
|
-
"name": "SbbNegativeMixin",
|
|
95560
|
-
"module": "core/mixins/negative-mixin.js"
|
|
95561
|
-
}
|
|
95562
|
-
},
|
|
95563
|
-
{
|
|
95564
|
-
"kind": "field",
|
|
95565
|
-
"name": "formField",
|
|
95566
|
-
"type": {
|
|
95567
|
-
"text": "SbbFormFieldElement | null"
|
|
95568
|
-
},
|
|
95569
|
-
"privacy": "protected",
|
|
95570
|
-
"default": "null",
|
|
95571
|
-
"inheritedFrom": {
|
|
95572
|
-
"name": "SbbHintElement",
|
|
95573
|
-
"module": "form-field/hint/hint.component.js"
|
|
95574
|
-
}
|
|
95575
|
-
},
|
|
95576
|
-
{
|
|
95577
|
-
"kind": "field",
|
|
95578
|
-
"name": "_hydrationRequired",
|
|
95579
|
-
"type": {
|
|
95580
|
-
"text": "boolean"
|
|
95581
|
-
},
|
|
95582
|
-
"privacy": "private",
|
|
95583
|
-
"default": "!!this.shadowRoot",
|
|
95584
|
-
"inheritedFrom": {
|
|
95585
|
-
"name": "SbbElement",
|
|
95586
|
-
"module": "core/base-elements/element.js"
|
|
95587
|
-
}
|
|
95588
|
-
},
|
|
95589
|
-
{
|
|
95590
|
-
"kind": "field",
|
|
95591
|
-
"name": "_hydrationComplete",
|
|
95592
|
-
"privacy": "private",
|
|
95593
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
95594
|
-
"inheritedFrom": {
|
|
95595
|
-
"name": "SbbElement",
|
|
95596
|
-
"module": "core/base-elements/element.js"
|
|
95597
|
-
}
|
|
95598
|
-
},
|
|
95599
|
-
{
|
|
95600
|
-
"kind": "field",
|
|
95601
|
-
"name": "_resolveHydration",
|
|
95602
|
-
"type": {
|
|
95603
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
95604
|
-
},
|
|
95605
|
-
"privacy": "private",
|
|
95606
|
-
"inheritedFrom": {
|
|
95607
|
-
"name": "SbbElement",
|
|
95608
|
-
"module": "core/base-elements/element.js"
|
|
95609
|
-
}
|
|
95610
|
-
},
|
|
95611
|
-
{
|
|
95612
|
-
"kind": "field",
|
|
95613
|
-
"name": "hydrationRequired",
|
|
95614
|
-
"type": {
|
|
95615
|
-
"text": "boolean"
|
|
95616
|
-
},
|
|
95617
|
-
"privacy": "protected",
|
|
95618
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
95619
|
-
"readonly": true,
|
|
95620
|
-
"inheritedFrom": {
|
|
95621
|
-
"name": "SbbElement",
|
|
95622
|
-
"module": "core/base-elements/element.js"
|
|
95623
|
-
},
|
|
95624
|
-
"default": "!!this.shadowRoot"
|
|
95625
|
-
},
|
|
95626
|
-
{
|
|
95627
|
-
"kind": "method",
|
|
95628
|
-
"name": "toggleState",
|
|
95629
|
-
"privacy": "protected",
|
|
95630
|
-
"return": {
|
|
95631
|
-
"type": {
|
|
95632
|
-
"text": "void"
|
|
95633
|
-
}
|
|
95634
|
-
},
|
|
95635
|
-
"parameters": [
|
|
95636
|
-
{
|
|
95637
|
-
"name": "value",
|
|
95638
|
-
"type": {
|
|
95639
|
-
"text": "string"
|
|
95640
|
-
}
|
|
95641
|
-
},
|
|
95642
|
-
{
|
|
95643
|
-
"name": "force",
|
|
95644
|
-
"optional": true,
|
|
95645
|
-
"type": {
|
|
95646
|
-
"text": "boolean"
|
|
95647
|
-
}
|
|
95648
|
-
}
|
|
95649
|
-
],
|
|
95650
|
-
"inheritedFrom": {
|
|
95651
|
-
"name": "SbbElement",
|
|
95652
|
-
"module": "core/base-elements/element.js"
|
|
95653
|
-
}
|
|
95654
|
-
},
|
|
95655
|
-
{
|
|
95656
|
-
"kind": "field",
|
|
95657
|
-
"name": "['_$sbbElement$']",
|
|
95658
|
-
"type": {
|
|
95659
|
-
"text": "boolean"
|
|
95660
|
-
},
|
|
95661
|
-
"privacy": "public",
|
|
95662
|
-
"static": true,
|
|
95663
|
-
"default": "true",
|
|
95664
|
-
"inheritedFrom": {
|
|
95665
|
-
"name": "SbbElement",
|
|
95666
|
-
"module": "core/base-elements/element.js"
|
|
95667
|
-
}
|
|
95668
|
-
},
|
|
95669
|
-
{
|
|
95670
|
-
"kind": "field",
|
|
95671
|
-
"name": "_controllers",
|
|
95672
|
-
"type": {
|
|
95673
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
95674
|
-
},
|
|
95675
|
-
"privacy": "private",
|
|
95676
|
-
"inheritedFrom": {
|
|
95677
|
-
"name": "SbbElement",
|
|
95678
|
-
"module": "core/base-elements/element.js"
|
|
95679
|
-
}
|
|
95680
|
-
}
|
|
95681
|
-
],
|
|
95682
|
-
"superclass": {
|
|
95683
|
-
"name": "SbbHintElement",
|
|
95684
|
-
"module": "form-field/hint/hint.component.js"
|
|
95685
|
-
},
|
|
95686
|
-
"tagName": "sbb-form-field-text-counter",
|
|
95687
|
-
"customElement": true,
|
|
95688
|
-
"attributes": [
|
|
95689
|
-
{
|
|
95690
|
-
"name": "negative",
|
|
95691
|
-
"type": {
|
|
95692
|
-
"text": "boolean"
|
|
95693
|
-
},
|
|
95694
|
-
"default": "false",
|
|
95695
|
-
"description": "Negative coloring variant flag.",
|
|
95696
|
-
"fieldName": "negative",
|
|
95697
|
-
"inheritedFrom": {
|
|
95698
|
-
"name": "SbbNegativeMixin",
|
|
95699
|
-
"module": "core/mixins/negative-mixin.js"
|
|
95700
|
-
}
|
|
95701
|
-
}
|
|
95702
|
-
]
|
|
95703
|
-
}
|
|
95704
|
-
],
|
|
95705
|
-
"exports": [
|
|
95706
|
-
{
|
|
95707
|
-
"kind": "js",
|
|
95708
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
95709
|
-
"declaration": {
|
|
95710
|
-
"name": "SbbFormFieldTextCounterElement",
|
|
95711
|
-
"module": "form-field/form-field-text-counter/form-field-text-counter.component.js"
|
|
95712
|
-
}
|
|
95713
|
-
}
|
|
95714
|
-
]
|
|
95715
|
-
},
|
|
95716
|
-
{
|
|
95717
|
-
"kind": "javascript-module",
|
|
95718
|
-
"path": "form-field/hint/hint.component.js",
|
|
95719
|
-
"declarations": [
|
|
95720
|
-
{
|
|
95721
|
-
"kind": "class",
|
|
95722
|
-
"description": "It displays a hint message in the `sbb-form-field`.",
|
|
95723
|
-
"name": "SbbHintElement",
|
|
95722
|
+
"description": "It displays a hint message in the `sbb-form-field`.",
|
|
95723
|
+
"name": "SbbHintElement",
|
|
95724
95724
|
"slots": [
|
|
95725
95725
|
{
|
|
95726
95726
|
"description": "Use the unnamed slot to display the hint message.",
|
|
@@ -121194,20 +121194,232 @@
|
|
|
121194
121194
|
},
|
|
121195
121195
|
{
|
|
121196
121196
|
"kind": "javascript-module",
|
|
121197
|
-
"path": "sidebar/sidebar-
|
|
121197
|
+
"path": "sidebar/sidebar-container/sidebar-container.component.js",
|
|
121198
121198
|
"declarations": [
|
|
121199
121199
|
{
|
|
121200
121200
|
"kind": "class",
|
|
121201
|
-
"description": "
|
|
121202
|
-
"name": "
|
|
121201
|
+
"description": "This is the parent component to one or two `<sbb-sidebar>`s that validates the state internally\nand coordinates the backdrop and content styling.",
|
|
121202
|
+
"name": "SbbSidebarContainerElement",
|
|
121203
121203
|
"slots": [
|
|
121204
121204
|
{
|
|
121205
|
-
"description": "Use the unnamed slot to add
|
|
121206
|
-
"name": ""
|
|
121207
|
-
|
|
121208
|
-
|
|
121209
|
-
|
|
121210
|
-
|
|
121205
|
+
"description": "Use the unnamed slot to add `sbb-sidebar` and `sbb-sidebar-content` elements.",
|
|
121206
|
+
"name": ""
|
|
121207
|
+
}
|
|
121208
|
+
],
|
|
121209
|
+
"members": [
|
|
121210
|
+
{
|
|
121211
|
+
"kind": "field",
|
|
121212
|
+
"name": "elementName",
|
|
121213
|
+
"type": {
|
|
121214
|
+
"text": "string"
|
|
121215
|
+
},
|
|
121216
|
+
"privacy": "public",
|
|
121217
|
+
"static": true,
|
|
121218
|
+
"readonly": true,
|
|
121219
|
+
"default": "'sbb-sidebar-container'",
|
|
121220
|
+
"inheritedFrom": {
|
|
121221
|
+
"name": "SbbElement",
|
|
121222
|
+
"module": "core/base-elements/element.js"
|
|
121223
|
+
}
|
|
121224
|
+
},
|
|
121225
|
+
{
|
|
121226
|
+
"kind": "field",
|
|
121227
|
+
"name": "sidebars",
|
|
121228
|
+
"type": {
|
|
121229
|
+
"text": "SbbSidebarElement[]"
|
|
121230
|
+
},
|
|
121231
|
+
"privacy": "public",
|
|
121232
|
+
"description": "The sidebar children.",
|
|
121233
|
+
"readonly": true
|
|
121234
|
+
},
|
|
121235
|
+
{
|
|
121236
|
+
"kind": "field",
|
|
121237
|
+
"name": "start",
|
|
121238
|
+
"type": {
|
|
121239
|
+
"text": "SbbSidebarElement | null"
|
|
121240
|
+
},
|
|
121241
|
+
"privacy": "public",
|
|
121242
|
+
"description": "The sidebar child with the `start` position.",
|
|
121243
|
+
"readonly": true
|
|
121244
|
+
},
|
|
121245
|
+
{
|
|
121246
|
+
"kind": "field",
|
|
121247
|
+
"name": "end",
|
|
121248
|
+
"type": {
|
|
121249
|
+
"text": "SbbSidebarElement | null"
|
|
121250
|
+
},
|
|
121251
|
+
"privacy": "public",
|
|
121252
|
+
"description": "The sidebar child with the `end` position.",
|
|
121253
|
+
"readonly": true
|
|
121254
|
+
},
|
|
121255
|
+
{
|
|
121256
|
+
"kind": "field",
|
|
121257
|
+
"name": "_forcedClosedSidebars",
|
|
121258
|
+
"privacy": "private",
|
|
121259
|
+
"default": "new WeakSet<SbbSidebarElement>()"
|
|
121260
|
+
},
|
|
121261
|
+
{
|
|
121262
|
+
"kind": "method",
|
|
121263
|
+
"name": "_handleWidthChange",
|
|
121264
|
+
"privacy": "private",
|
|
121265
|
+
"return": {
|
|
121266
|
+
"type": {
|
|
121267
|
+
"text": "void"
|
|
121268
|
+
}
|
|
121269
|
+
}
|
|
121270
|
+
},
|
|
121271
|
+
{
|
|
121272
|
+
"kind": "method",
|
|
121273
|
+
"name": "_calculateSpaceState",
|
|
121274
|
+
"privacy": "private",
|
|
121275
|
+
"return": {
|
|
121276
|
+
"type": {
|
|
121277
|
+
"text": "Promise<void>"
|
|
121278
|
+
}
|
|
121279
|
+
},
|
|
121280
|
+
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
121281
|
+
},
|
|
121282
|
+
{
|
|
121283
|
+
"kind": "field",
|
|
121284
|
+
"name": "_hydrationRequired",
|
|
121285
|
+
"type": {
|
|
121286
|
+
"text": "boolean"
|
|
121287
|
+
},
|
|
121288
|
+
"privacy": "private",
|
|
121289
|
+
"default": "!!this.shadowRoot",
|
|
121290
|
+
"inheritedFrom": {
|
|
121291
|
+
"name": "SbbElement",
|
|
121292
|
+
"module": "core/base-elements/element.js"
|
|
121293
|
+
}
|
|
121294
|
+
},
|
|
121295
|
+
{
|
|
121296
|
+
"kind": "field",
|
|
121297
|
+
"name": "_hydrationComplete",
|
|
121298
|
+
"privacy": "private",
|
|
121299
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
121300
|
+
"inheritedFrom": {
|
|
121301
|
+
"name": "SbbElement",
|
|
121302
|
+
"module": "core/base-elements/element.js"
|
|
121303
|
+
}
|
|
121304
|
+
},
|
|
121305
|
+
{
|
|
121306
|
+
"kind": "field",
|
|
121307
|
+
"name": "_resolveHydration",
|
|
121308
|
+
"type": {
|
|
121309
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
121310
|
+
},
|
|
121311
|
+
"privacy": "private",
|
|
121312
|
+
"inheritedFrom": {
|
|
121313
|
+
"name": "SbbElement",
|
|
121314
|
+
"module": "core/base-elements/element.js"
|
|
121315
|
+
}
|
|
121316
|
+
},
|
|
121317
|
+
{
|
|
121318
|
+
"kind": "field",
|
|
121319
|
+
"name": "hydrationRequired",
|
|
121320
|
+
"type": {
|
|
121321
|
+
"text": "boolean"
|
|
121322
|
+
},
|
|
121323
|
+
"privacy": "protected",
|
|
121324
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
121325
|
+
"readonly": true,
|
|
121326
|
+
"inheritedFrom": {
|
|
121327
|
+
"name": "SbbElement",
|
|
121328
|
+
"module": "core/base-elements/element.js"
|
|
121329
|
+
},
|
|
121330
|
+
"default": "!!this.shadowRoot"
|
|
121331
|
+
},
|
|
121332
|
+
{
|
|
121333
|
+
"kind": "method",
|
|
121334
|
+
"name": "toggleState",
|
|
121335
|
+
"privacy": "protected",
|
|
121336
|
+
"return": {
|
|
121337
|
+
"type": {
|
|
121338
|
+
"text": "void"
|
|
121339
|
+
}
|
|
121340
|
+
},
|
|
121341
|
+
"parameters": [
|
|
121342
|
+
{
|
|
121343
|
+
"name": "value",
|
|
121344
|
+
"type": {
|
|
121345
|
+
"text": "string"
|
|
121346
|
+
}
|
|
121347
|
+
},
|
|
121348
|
+
{
|
|
121349
|
+
"name": "force",
|
|
121350
|
+
"optional": true,
|
|
121351
|
+
"type": {
|
|
121352
|
+
"text": "boolean"
|
|
121353
|
+
}
|
|
121354
|
+
}
|
|
121355
|
+
],
|
|
121356
|
+
"inheritedFrom": {
|
|
121357
|
+
"name": "SbbElement",
|
|
121358
|
+
"module": "core/base-elements/element.js"
|
|
121359
|
+
}
|
|
121360
|
+
},
|
|
121361
|
+
{
|
|
121362
|
+
"kind": "field",
|
|
121363
|
+
"name": "['_$sbbElement$']",
|
|
121364
|
+
"type": {
|
|
121365
|
+
"text": "boolean"
|
|
121366
|
+
},
|
|
121367
|
+
"privacy": "public",
|
|
121368
|
+
"static": true,
|
|
121369
|
+
"default": "true",
|
|
121370
|
+
"inheritedFrom": {
|
|
121371
|
+
"name": "SbbElement",
|
|
121372
|
+
"module": "core/base-elements/element.js"
|
|
121373
|
+
}
|
|
121374
|
+
},
|
|
121375
|
+
{
|
|
121376
|
+
"kind": "field",
|
|
121377
|
+
"name": "_controllers",
|
|
121378
|
+
"type": {
|
|
121379
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
121380
|
+
},
|
|
121381
|
+
"privacy": "private",
|
|
121382
|
+
"inheritedFrom": {
|
|
121383
|
+
"name": "SbbElement",
|
|
121384
|
+
"module": "core/base-elements/element.js"
|
|
121385
|
+
}
|
|
121386
|
+
}
|
|
121387
|
+
],
|
|
121388
|
+
"superclass": {
|
|
121389
|
+
"name": "SbbElement",
|
|
121390
|
+
"module": "core/base-elements.js"
|
|
121391
|
+
},
|
|
121392
|
+
"tagName": "sbb-sidebar-container",
|
|
121393
|
+
"customElement": true
|
|
121394
|
+
}
|
|
121395
|
+
],
|
|
121396
|
+
"exports": [
|
|
121397
|
+
{
|
|
121398
|
+
"kind": "js",
|
|
121399
|
+
"name": "SbbSidebarContainerElement",
|
|
121400
|
+
"declaration": {
|
|
121401
|
+
"name": "SbbSidebarContainerElement",
|
|
121402
|
+
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
121403
|
+
}
|
|
121404
|
+
}
|
|
121405
|
+
]
|
|
121406
|
+
},
|
|
121407
|
+
{
|
|
121408
|
+
"kind": "javascript-module",
|
|
121409
|
+
"path": "sidebar/sidebar-close-button/sidebar-close-button.component.js",
|
|
121410
|
+
"declarations": [
|
|
121411
|
+
{
|
|
121412
|
+
"kind": "class",
|
|
121413
|
+
"description": "Sidebar close button, intended to be placed inside sbb-sidebar.",
|
|
121414
|
+
"name": "SbbSidebarCloseButtonElement",
|
|
121415
|
+
"slots": [
|
|
121416
|
+
{
|
|
121417
|
+
"description": "Use the unnamed slot to add content to the sidebar-close-button. Not intended to be used in this context.",
|
|
121418
|
+
"name": "",
|
|
121419
|
+
"inheritedFrom": {
|
|
121420
|
+
"name": "SbbSecondaryButtonElement",
|
|
121421
|
+
"module": "button/secondary-button/secondary-button.component.js"
|
|
121422
|
+
}
|
|
121211
121423
|
},
|
|
121212
121424
|
{
|
|
121213
121425
|
"description": "Slot used to display the icon, if one is set. Not intended to be used in this context.",
|
|
@@ -122214,15 +122426,15 @@
|
|
|
122214
122426
|
},
|
|
122215
122427
|
{
|
|
122216
122428
|
"kind": "javascript-module",
|
|
122217
|
-
"path": "sidebar/sidebar-
|
|
122429
|
+
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|
|
122218
122430
|
"declarations": [
|
|
122219
122431
|
{
|
|
122220
122432
|
"kind": "class",
|
|
122221
|
-
"description": "
|
|
122222
|
-
"name": "
|
|
122433
|
+
"description": "Container for the sidebar content. Intended to be placed inside an `sbb-sidebar-container` element.",
|
|
122434
|
+
"name": "SbbSidebarContentElement",
|
|
122223
122435
|
"slots": [
|
|
122224
122436
|
{
|
|
122225
|
-
"description": "Use the unnamed slot to add
|
|
122437
|
+
"description": "Use the unnamed slot to add any content elements. Further `sbb-sidebar-container`s are possible.",
|
|
122226
122438
|
"name": ""
|
|
122227
122439
|
}
|
|
122228
122440
|
],
|
|
@@ -122236,7 +122448,7 @@
|
|
|
122236
122448
|
"privacy": "public",
|
|
122237
122449
|
"static": true,
|
|
122238
122450
|
"readonly": true,
|
|
122239
|
-
"default": "'sbb-sidebar-
|
|
122451
|
+
"default": "'sbb-sidebar-content'",
|
|
122240
122452
|
"inheritedFrom": {
|
|
122241
122453
|
"name": "SbbElement",
|
|
122242
122454
|
"module": "core/base-elements/element.js"
|
|
@@ -122244,238 +122456,26 @@
|
|
|
122244
122456
|
},
|
|
122245
122457
|
{
|
|
122246
122458
|
"kind": "field",
|
|
122247
|
-
"name": "
|
|
122459
|
+
"name": "_hydrationRequired",
|
|
122248
122460
|
"type": {
|
|
122249
|
-
"text": "
|
|
122461
|
+
"text": "boolean"
|
|
122250
122462
|
},
|
|
122251
|
-
"privacy": "
|
|
122252
|
-
"
|
|
122253
|
-
"
|
|
122463
|
+
"privacy": "private",
|
|
122464
|
+
"default": "!!this.shadowRoot",
|
|
122465
|
+
"inheritedFrom": {
|
|
122466
|
+
"name": "SbbElement",
|
|
122467
|
+
"module": "core/base-elements/element.js"
|
|
122468
|
+
}
|
|
122254
122469
|
},
|
|
122255
122470
|
{
|
|
122256
122471
|
"kind": "field",
|
|
122257
|
-
"name": "
|
|
122258
|
-
"
|
|
122259
|
-
|
|
122260
|
-
|
|
122261
|
-
|
|
122262
|
-
|
|
122263
|
-
|
|
122264
|
-
},
|
|
122265
|
-
{
|
|
122266
|
-
"kind": "field",
|
|
122267
|
-
"name": "end",
|
|
122268
|
-
"type": {
|
|
122269
|
-
"text": "SbbSidebarElement | null"
|
|
122270
|
-
},
|
|
122271
|
-
"privacy": "public",
|
|
122272
|
-
"description": "The sidebar child with the `end` position.",
|
|
122273
|
-
"readonly": true
|
|
122274
|
-
},
|
|
122275
|
-
{
|
|
122276
|
-
"kind": "field",
|
|
122277
|
-
"name": "_forcedClosedSidebars",
|
|
122278
|
-
"privacy": "private",
|
|
122279
|
-
"default": "new WeakSet<SbbSidebarElement>()"
|
|
122280
|
-
},
|
|
122281
|
-
{
|
|
122282
|
-
"kind": "method",
|
|
122283
|
-
"name": "_handleWidthChange",
|
|
122284
|
-
"privacy": "private",
|
|
122285
|
-
"return": {
|
|
122286
|
-
"type": {
|
|
122287
|
-
"text": "void"
|
|
122288
|
-
}
|
|
122289
|
-
}
|
|
122290
|
-
},
|
|
122291
|
-
{
|
|
122292
|
-
"kind": "method",
|
|
122293
|
-
"name": "_calculateSpaceState",
|
|
122294
|
-
"privacy": "private",
|
|
122295
|
-
"return": {
|
|
122296
|
-
"type": {
|
|
122297
|
-
"text": "Promise<void>"
|
|
122298
|
-
}
|
|
122299
|
-
},
|
|
122300
|
-
"description": "Closes and opens sidebars depending on available width\nof the container and its parent container."
|
|
122301
|
-
},
|
|
122302
|
-
{
|
|
122303
|
-
"kind": "field",
|
|
122304
|
-
"name": "_hydrationRequired",
|
|
122305
|
-
"type": {
|
|
122306
|
-
"text": "boolean"
|
|
122307
|
-
},
|
|
122308
|
-
"privacy": "private",
|
|
122309
|
-
"default": "!!this.shadowRoot",
|
|
122310
|
-
"inheritedFrom": {
|
|
122311
|
-
"name": "SbbElement",
|
|
122312
|
-
"module": "core/base-elements/element.js"
|
|
122313
|
-
}
|
|
122314
|
-
},
|
|
122315
|
-
{
|
|
122316
|
-
"kind": "field",
|
|
122317
|
-
"name": "_hydrationComplete",
|
|
122318
|
-
"privacy": "private",
|
|
122319
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
122320
|
-
"inheritedFrom": {
|
|
122321
|
-
"name": "SbbElement",
|
|
122322
|
-
"module": "core/base-elements/element.js"
|
|
122323
|
-
}
|
|
122324
|
-
},
|
|
122325
|
-
{
|
|
122326
|
-
"kind": "field",
|
|
122327
|
-
"name": "_resolveHydration",
|
|
122328
|
-
"type": {
|
|
122329
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
122330
|
-
},
|
|
122331
|
-
"privacy": "private",
|
|
122332
|
-
"inheritedFrom": {
|
|
122333
|
-
"name": "SbbElement",
|
|
122334
|
-
"module": "core/base-elements/element.js"
|
|
122335
|
-
}
|
|
122336
|
-
},
|
|
122337
|
-
{
|
|
122338
|
-
"kind": "field",
|
|
122339
|
-
"name": "hydrationRequired",
|
|
122340
|
-
"type": {
|
|
122341
|
-
"text": "boolean"
|
|
122342
|
-
},
|
|
122343
|
-
"privacy": "protected",
|
|
122344
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
122345
|
-
"readonly": true,
|
|
122346
|
-
"inheritedFrom": {
|
|
122347
|
-
"name": "SbbElement",
|
|
122348
|
-
"module": "core/base-elements/element.js"
|
|
122349
|
-
},
|
|
122350
|
-
"default": "!!this.shadowRoot"
|
|
122351
|
-
},
|
|
122352
|
-
{
|
|
122353
|
-
"kind": "method",
|
|
122354
|
-
"name": "toggleState",
|
|
122355
|
-
"privacy": "protected",
|
|
122356
|
-
"return": {
|
|
122357
|
-
"type": {
|
|
122358
|
-
"text": "void"
|
|
122359
|
-
}
|
|
122360
|
-
},
|
|
122361
|
-
"parameters": [
|
|
122362
|
-
{
|
|
122363
|
-
"name": "value",
|
|
122364
|
-
"type": {
|
|
122365
|
-
"text": "string"
|
|
122366
|
-
}
|
|
122367
|
-
},
|
|
122368
|
-
{
|
|
122369
|
-
"name": "force",
|
|
122370
|
-
"optional": true,
|
|
122371
|
-
"type": {
|
|
122372
|
-
"text": "boolean"
|
|
122373
|
-
}
|
|
122374
|
-
}
|
|
122375
|
-
],
|
|
122376
|
-
"inheritedFrom": {
|
|
122377
|
-
"name": "SbbElement",
|
|
122378
|
-
"module": "core/base-elements/element.js"
|
|
122379
|
-
}
|
|
122380
|
-
},
|
|
122381
|
-
{
|
|
122382
|
-
"kind": "field",
|
|
122383
|
-
"name": "['_$sbbElement$']",
|
|
122384
|
-
"type": {
|
|
122385
|
-
"text": "boolean"
|
|
122386
|
-
},
|
|
122387
|
-
"privacy": "public",
|
|
122388
|
-
"static": true,
|
|
122389
|
-
"default": "true",
|
|
122390
|
-
"inheritedFrom": {
|
|
122391
|
-
"name": "SbbElement",
|
|
122392
|
-
"module": "core/base-elements/element.js"
|
|
122393
|
-
}
|
|
122394
|
-
},
|
|
122395
|
-
{
|
|
122396
|
-
"kind": "field",
|
|
122397
|
-
"name": "_controllers",
|
|
122398
|
-
"type": {
|
|
122399
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
122400
|
-
},
|
|
122401
|
-
"privacy": "private",
|
|
122402
|
-
"inheritedFrom": {
|
|
122403
|
-
"name": "SbbElement",
|
|
122404
|
-
"module": "core/base-elements/element.js"
|
|
122405
|
-
}
|
|
122406
|
-
}
|
|
122407
|
-
],
|
|
122408
|
-
"superclass": {
|
|
122409
|
-
"name": "SbbElement",
|
|
122410
|
-
"module": "core/base-elements.js"
|
|
122411
|
-
},
|
|
122412
|
-
"tagName": "sbb-sidebar-container",
|
|
122413
|
-
"customElement": true
|
|
122414
|
-
}
|
|
122415
|
-
],
|
|
122416
|
-
"exports": [
|
|
122417
|
-
{
|
|
122418
|
-
"kind": "js",
|
|
122419
|
-
"name": "SbbSidebarContainerElement",
|
|
122420
|
-
"declaration": {
|
|
122421
|
-
"name": "SbbSidebarContainerElement",
|
|
122422
|
-
"module": "sidebar/sidebar-container/sidebar-container.component.js"
|
|
122423
|
-
}
|
|
122424
|
-
}
|
|
122425
|
-
]
|
|
122426
|
-
},
|
|
122427
|
-
{
|
|
122428
|
-
"kind": "javascript-module",
|
|
122429
|
-
"path": "sidebar/sidebar-content/sidebar-content.component.js",
|
|
122430
|
-
"declarations": [
|
|
122431
|
-
{
|
|
122432
|
-
"kind": "class",
|
|
122433
|
-
"description": "Container for the sidebar content. Intended to be placed inside an `sbb-sidebar-container` element.",
|
|
122434
|
-
"name": "SbbSidebarContentElement",
|
|
122435
|
-
"slots": [
|
|
122436
|
-
{
|
|
122437
|
-
"description": "Use the unnamed slot to add any content elements. Further `sbb-sidebar-container`s are possible.",
|
|
122438
|
-
"name": ""
|
|
122439
|
-
}
|
|
122440
|
-
],
|
|
122441
|
-
"members": [
|
|
122442
|
-
{
|
|
122443
|
-
"kind": "field",
|
|
122444
|
-
"name": "elementName",
|
|
122445
|
-
"type": {
|
|
122446
|
-
"text": "string"
|
|
122447
|
-
},
|
|
122448
|
-
"privacy": "public",
|
|
122449
|
-
"static": true,
|
|
122450
|
-
"readonly": true,
|
|
122451
|
-
"default": "'sbb-sidebar-content'",
|
|
122452
|
-
"inheritedFrom": {
|
|
122453
|
-
"name": "SbbElement",
|
|
122454
|
-
"module": "core/base-elements/element.js"
|
|
122455
|
-
}
|
|
122456
|
-
},
|
|
122457
|
-
{
|
|
122458
|
-
"kind": "field",
|
|
122459
|
-
"name": "_hydrationRequired",
|
|
122460
|
-
"type": {
|
|
122461
|
-
"text": "boolean"
|
|
122462
|
-
},
|
|
122463
|
-
"privacy": "private",
|
|
122464
|
-
"default": "!!this.shadowRoot",
|
|
122465
|
-
"inheritedFrom": {
|
|
122466
|
-
"name": "SbbElement",
|
|
122467
|
-
"module": "core/base-elements/element.js"
|
|
122468
|
-
}
|
|
122469
|
-
},
|
|
122470
|
-
{
|
|
122471
|
-
"kind": "field",
|
|
122472
|
-
"name": "_hydrationComplete",
|
|
122473
|
-
"privacy": "private",
|
|
122474
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
122475
|
-
"inheritedFrom": {
|
|
122476
|
-
"name": "SbbElement",
|
|
122477
|
-
"module": "core/base-elements/element.js"
|
|
122478
|
-
}
|
|
122472
|
+
"name": "_hydrationComplete",
|
|
122473
|
+
"privacy": "private",
|
|
122474
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
122475
|
+
"inheritedFrom": {
|
|
122476
|
+
"name": "SbbElement",
|
|
122477
|
+
"module": "core/base-elements/element.js"
|
|
122478
|
+
}
|
|
122479
122479
|
},
|
|
122480
122480
|
{
|
|
122481
122481
|
"kind": "field",
|
|
@@ -123114,475 +123114,334 @@
|
|
|
123114
123114
|
},
|
|
123115
123115
|
{
|
|
123116
123116
|
"kind": "javascript-module",
|
|
123117
|
-
"path": "stepper/
|
|
123117
|
+
"path": "stepper/stepper/stepper.component.js",
|
|
123118
123118
|
"declarations": [
|
|
123119
123119
|
{
|
|
123120
123120
|
"kind": "class",
|
|
123121
|
-
"description": "
|
|
123122
|
-
"name": "
|
|
123123
|
-
"slots": [
|
|
123124
|
-
{
|
|
123125
|
-
"description": "Use the unnamed slot to provide a label.",
|
|
123126
|
-
"name": ""
|
|
123127
|
-
},
|
|
123128
|
-
{
|
|
123129
|
-
"description": "Use this to display an icon in the label bubble.",
|
|
123130
|
-
"name": "icon"
|
|
123131
|
-
}
|
|
123132
|
-
],
|
|
123121
|
+
"description": "",
|
|
123122
|
+
"name": "SbbStepChangeEvent",
|
|
123133
123123
|
"members": [
|
|
123134
123124
|
{
|
|
123135
123125
|
"kind": "field",
|
|
123136
|
-
"name": "
|
|
123126
|
+
"name": "selectedIndex",
|
|
123137
123127
|
"type": {
|
|
123138
|
-
"text": "
|
|
123128
|
+
"text": "number | null"
|
|
123139
123129
|
},
|
|
123140
123130
|
"privacy": "public",
|
|
123141
|
-
"static": true,
|
|
123142
123131
|
"readonly": true,
|
|
123143
|
-
"
|
|
123144
|
-
|
|
123145
|
-
"module": "core/base-elements/element.js"
|
|
123146
|
-
},
|
|
123147
|
-
"default": "'sbb-step-label'"
|
|
123132
|
+
"description": "The index of the newly selected step.",
|
|
123133
|
+
"default": "selectedIndex"
|
|
123148
123134
|
},
|
|
123149
123135
|
{
|
|
123150
123136
|
"kind": "field",
|
|
123151
|
-
"name": "
|
|
123137
|
+
"name": "previousIndex",
|
|
123152
123138
|
"type": {
|
|
123153
|
-
"text": "
|
|
123139
|
+
"text": "number | null"
|
|
123154
123140
|
},
|
|
123155
123141
|
"privacy": "public",
|
|
123156
|
-
"static": true,
|
|
123157
123142
|
"readonly": true,
|
|
123158
|
-
"
|
|
123159
|
-
"
|
|
123160
|
-
"name": "SbbButtonLikeBaseElement",
|
|
123161
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123162
|
-
}
|
|
123143
|
+
"description": "The index of the previously selected step.",
|
|
123144
|
+
"default": "previousIndex"
|
|
123163
123145
|
},
|
|
123164
123146
|
{
|
|
123165
123147
|
"kind": "field",
|
|
123166
|
-
"name": "
|
|
123148
|
+
"name": "selectedStep",
|
|
123167
123149
|
"type": {
|
|
123168
123150
|
"text": "SbbStepElement | null"
|
|
123169
123151
|
},
|
|
123170
123152
|
"privacy": "public",
|
|
123171
|
-
"description": "The step controlled by the label.",
|
|
123172
123153
|
"readonly": true,
|
|
123173
|
-
"
|
|
123154
|
+
"description": "The newly selected step element.",
|
|
123155
|
+
"default": "selectedStep"
|
|
123174
123156
|
},
|
|
123175
123157
|
{
|
|
123176
123158
|
"kind": "field",
|
|
123177
|
-
"name": "
|
|
123159
|
+
"name": "previousStep",
|
|
123178
123160
|
"type": {
|
|
123179
123161
|
"text": "SbbStepElement | null"
|
|
123180
123162
|
},
|
|
123181
|
-
"privacy": "
|
|
123182
|
-
"
|
|
123163
|
+
"privacy": "public",
|
|
123164
|
+
"readonly": true,
|
|
123165
|
+
"description": "The previously selected step element.",
|
|
123166
|
+
"default": "previousStep"
|
|
123167
|
+
}
|
|
123168
|
+
],
|
|
123169
|
+
"superclass": {
|
|
123170
|
+
"name": "Event",
|
|
123171
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
123172
|
+
}
|
|
123173
|
+
},
|
|
123174
|
+
{
|
|
123175
|
+
"kind": "class",
|
|
123176
|
+
"description": "Provides a structured, step-by-step workflow for user interactions.",
|
|
123177
|
+
"name": "SbbStepperElement",
|
|
123178
|
+
"slots": [
|
|
123179
|
+
{
|
|
123180
|
+
"description": "Provide a `sbb-expansion-panel-header` and a `sbb-expansion-panel-content` to the stepper.",
|
|
123181
|
+
"name": ""
|
|
123182
|
+
},
|
|
123183
|
+
{
|
|
123184
|
+
"description": "Use this slot to provide an `sbb-step-label`.",
|
|
123185
|
+
"name": "step-label"
|
|
123183
123186
|
},
|
|
123187
|
+
{
|
|
123188
|
+
"description": "Use this slot to provide an `sbb-step`.",
|
|
123189
|
+
"name": "step"
|
|
123190
|
+
}
|
|
123191
|
+
],
|
|
123192
|
+
"members": [
|
|
123184
123193
|
{
|
|
123185
123194
|
"kind": "field",
|
|
123186
|
-
"name": "
|
|
123195
|
+
"name": "elementName",
|
|
123187
123196
|
"type": {
|
|
123188
|
-
"text": "
|
|
123197
|
+
"text": "string"
|
|
123189
123198
|
},
|
|
123190
123199
|
"privacy": "public",
|
|
123191
|
-
"
|
|
123200
|
+
"static": true,
|
|
123201
|
+
"readonly": true,
|
|
123202
|
+
"default": "'sbb-stepper'",
|
|
123203
|
+
"inheritedFrom": {
|
|
123204
|
+
"name": "SbbElement",
|
|
123205
|
+
"module": "core/base-elements/element.js"
|
|
123206
|
+
}
|
|
123192
123207
|
},
|
|
123193
123208
|
{
|
|
123194
123209
|
"kind": "field",
|
|
123195
|
-
"name": "
|
|
123210
|
+
"name": "events",
|
|
123196
123211
|
"privacy": "public",
|
|
123197
|
-
"
|
|
123198
|
-
"
|
|
123212
|
+
"static": true,
|
|
123213
|
+
"readonly": true,
|
|
123214
|
+
"default": "{ stepchange: 'stepchange', }",
|
|
123199
123215
|
"type": {
|
|
123200
|
-
"text": "
|
|
123201
|
-
},
|
|
123202
|
-
"attribute": "disabled",
|
|
123203
|
-
"reflects": true,
|
|
123204
|
-
"inheritedFrom": {
|
|
123205
|
-
"name": "SbbDisabledMixin",
|
|
123206
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
123216
|
+
"text": "{\n stepchange: 'stepchange',\n }"
|
|
123207
123217
|
}
|
|
123208
123218
|
},
|
|
123209
123219
|
{
|
|
123210
123220
|
"kind": "field",
|
|
123211
|
-
"name": "
|
|
123212
|
-
"
|
|
123213
|
-
|
|
123214
|
-
|
|
123215
|
-
"privacy": "private"
|
|
123221
|
+
"name": "_observer",
|
|
123222
|
+
"privacy": "private",
|
|
123223
|
+
"default": "new IntersectionController(this, { target: null, callback: (entries) => { entries.forEach((e) => { if (e.intersectionRatio > 0) { this._setStepperHeight(this.selected); this._setMarkerSize(); } }); }, })",
|
|
123224
|
+
"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."
|
|
123216
123225
|
},
|
|
123217
123226
|
{
|
|
123218
123227
|
"kind": "field",
|
|
123219
|
-
"name": "
|
|
123228
|
+
"name": "linear",
|
|
123220
123229
|
"type": {
|
|
123221
|
-
"text": "
|
|
123230
|
+
"text": "boolean"
|
|
123222
123231
|
},
|
|
123223
|
-
"privacy": "
|
|
123232
|
+
"privacy": "public",
|
|
123233
|
+
"default": "false",
|
|
123234
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
123235
|
+
"attribute": "linear"
|
|
123224
123236
|
},
|
|
123225
123237
|
{
|
|
123226
|
-
"kind": "
|
|
123227
|
-
"name": "
|
|
123228
|
-
"privacy": "
|
|
123229
|
-
"
|
|
123230
|
-
|
|
123231
|
-
|
|
123232
|
-
}
|
|
123238
|
+
"kind": "field",
|
|
123239
|
+
"name": "horizontalFrom",
|
|
123240
|
+
"privacy": "public",
|
|
123241
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
123242
|
+
"type": {
|
|
123243
|
+
"text": "SbbHorizontalFrom | null"
|
|
123233
123244
|
},
|
|
123234
|
-
"
|
|
123235
|
-
|
|
123236
|
-
|
|
123237
|
-
"type": {
|
|
123238
|
-
"text": "SbbStepElement"
|
|
123239
|
-
}
|
|
123240
|
-
}
|
|
123241
|
-
]
|
|
123245
|
+
"attribute": "horizontal-from",
|
|
123246
|
+
"reflects": true,
|
|
123247
|
+
"default": "null"
|
|
123242
123248
|
},
|
|
123243
123249
|
{
|
|
123244
|
-
"kind": "
|
|
123245
|
-
"name": "
|
|
123250
|
+
"kind": "field",
|
|
123251
|
+
"name": "_horizontalFrom",
|
|
123252
|
+
"type": {
|
|
123253
|
+
"text": "SbbHorizontalFrom | null"
|
|
123254
|
+
},
|
|
123246
123255
|
"privacy": "private",
|
|
123247
|
-
"
|
|
123248
|
-
"type": {
|
|
123249
|
-
"text": "void"
|
|
123250
|
-
}
|
|
123251
|
-
}
|
|
123256
|
+
"default": "null"
|
|
123252
123257
|
},
|
|
123253
123258
|
{
|
|
123254
123259
|
"kind": "field",
|
|
123255
|
-
"name": "
|
|
123260
|
+
"name": "orientation",
|
|
123256
123261
|
"type": {
|
|
123257
|
-
"text": "
|
|
123262
|
+
"text": "SbbOrientation"
|
|
123258
123263
|
},
|
|
123259
123264
|
"privacy": "public",
|
|
123260
|
-
"default": "''",
|
|
123261
|
-
"description": "
|
|
123262
|
-
"attribute": "
|
|
123263
|
-
"
|
|
123264
|
-
"name": "SbbIconNameMixin",
|
|
123265
|
-
"module": "icon/icon-name-mixin.js"
|
|
123266
|
-
}
|
|
123267
|
-
},
|
|
123268
|
-
{
|
|
123269
|
-
"kind": "method",
|
|
123270
|
-
"name": "renderIconSlot",
|
|
123271
|
-
"privacy": "protected",
|
|
123272
|
-
"return": {
|
|
123273
|
-
"type": {
|
|
123274
|
-
"text": "TemplateResult"
|
|
123275
|
-
}
|
|
123276
|
-
},
|
|
123277
|
-
"parameters": [
|
|
123278
|
-
{
|
|
123279
|
-
"name": "classname",
|
|
123280
|
-
"optional": true,
|
|
123281
|
-
"type": {
|
|
123282
|
-
"text": "string"
|
|
123283
|
-
}
|
|
123284
|
-
}
|
|
123285
|
-
],
|
|
123286
|
-
"inheritedFrom": {
|
|
123287
|
-
"name": "SbbIconNameMixin",
|
|
123288
|
-
"module": "icon/icon-name-mixin.js"
|
|
123289
|
-
}
|
|
123265
|
+
"default": "'horizontal'",
|
|
123266
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
123267
|
+
"attribute": "orientation",
|
|
123268
|
+
"reflects": true
|
|
123290
123269
|
},
|
|
123291
123270
|
{
|
|
123292
|
-
"kind": "
|
|
123293
|
-
"name": "
|
|
123294
|
-
"
|
|
123295
|
-
|
|
123296
|
-
"type": {
|
|
123297
|
-
"text": "string"
|
|
123298
|
-
}
|
|
123271
|
+
"kind": "field",
|
|
123272
|
+
"name": "size",
|
|
123273
|
+
"type": {
|
|
123274
|
+
"text": "'s' | 'm'"
|
|
123299
123275
|
},
|
|
123300
|
-
"
|
|
123301
|
-
|
|
123302
|
-
|
|
123303
|
-
|
|
123276
|
+
"privacy": "public",
|
|
123277
|
+
"description": "Size variant, either s or m.",
|
|
123278
|
+
"default": "'m' / 's' (lean)",
|
|
123279
|
+
"attribute": "size",
|
|
123280
|
+
"reflects": true
|
|
123304
123281
|
},
|
|
123305
123282
|
{
|
|
123306
|
-
"kind": "
|
|
123307
|
-
"name": "
|
|
123308
|
-
"privacy": "
|
|
123309
|
-
"
|
|
123310
|
-
|
|
123311
|
-
|
|
123312
|
-
}
|
|
123313
|
-
},
|
|
123314
|
-
"inheritedFrom": {
|
|
123315
|
-
"name": "SbbIconNameMixin",
|
|
123316
|
-
"module": "icon/icon-name-mixin.js"
|
|
123283
|
+
"kind": "field",
|
|
123284
|
+
"name": "selected",
|
|
123285
|
+
"privacy": "public",
|
|
123286
|
+
"description": "The currently selected step.",
|
|
123287
|
+
"type": {
|
|
123288
|
+
"text": "SbbStepElement | null"
|
|
123317
123289
|
}
|
|
123318
123290
|
},
|
|
123319
123291
|
{
|
|
123320
123292
|
"kind": "field",
|
|
123321
|
-
"name": "
|
|
123322
|
-
"privacy": "private",
|
|
123293
|
+
"name": "_requestedSelected",
|
|
123323
123294
|
"type": {
|
|
123324
|
-
"text": "
|
|
123295
|
+
"text": "SbbStepElement | null"
|
|
123325
123296
|
},
|
|
123326
|
-
"
|
|
123327
|
-
"
|
|
123328
|
-
"name": "SbbDisabledMixin",
|
|
123329
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
123330
|
-
}
|
|
123297
|
+
"privacy": "private",
|
|
123298
|
+
"default": "null"
|
|
123331
123299
|
},
|
|
123332
123300
|
{
|
|
123333
|
-
"kind": "
|
|
123334
|
-
"name": "
|
|
123335
|
-
"privacy": "
|
|
123336
|
-
"
|
|
123337
|
-
|
|
123338
|
-
|
|
123339
|
-
}
|
|
123301
|
+
"kind": "field",
|
|
123302
|
+
"name": "selectedIndex",
|
|
123303
|
+
"privacy": "public",
|
|
123304
|
+
"description": "The currently selected step index.",
|
|
123305
|
+
"type": {
|
|
123306
|
+
"text": "number | null"
|
|
123340
123307
|
},
|
|
123341
|
-
"
|
|
123342
|
-
"inheritedFrom": {
|
|
123343
|
-
"name": "SbbDisabledMixin",
|
|
123344
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
123345
|
-
}
|
|
123308
|
+
"attribute": "selected-index"
|
|
123346
123309
|
},
|
|
123347
123310
|
{
|
|
123348
123311
|
"kind": "field",
|
|
123349
|
-
"name": "
|
|
123312
|
+
"name": "_requestedSelectedIndex",
|
|
123350
123313
|
"type": {
|
|
123351
|
-
"text": "
|
|
123314
|
+
"text": "number | null"
|
|
123352
123315
|
},
|
|
123353
123316
|
"privacy": "private",
|
|
123354
|
-
"
|
|
123355
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
123356
|
-
"inheritedFrom": {
|
|
123357
|
-
"name": "SbbButtonBaseElement",
|
|
123358
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123359
|
-
}
|
|
123317
|
+
"default": "null"
|
|
123360
123318
|
},
|
|
123361
123319
|
{
|
|
123362
123320
|
"kind": "field",
|
|
123363
|
-
"name": "
|
|
123321
|
+
"name": "steps",
|
|
123364
123322
|
"type": {
|
|
123365
|
-
"text": "
|
|
123323
|
+
"text": "SbbStepElement[]"
|
|
123366
123324
|
},
|
|
123367
123325
|
"privacy": "public",
|
|
123368
|
-
"
|
|
123369
|
-
|
|
123370
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123371
|
-
},
|
|
123372
|
-
"default": "''",
|
|
123373
|
-
"description": "Value of the form element.",
|
|
123374
|
-
"attribute": "value"
|
|
123326
|
+
"description": "The steps of the stepper.",
|
|
123327
|
+
"readonly": true
|
|
123375
123328
|
},
|
|
123376
123329
|
{
|
|
123377
123330
|
"kind": "field",
|
|
123378
|
-
"name": "
|
|
123379
|
-
"privacy": "public",
|
|
123380
|
-
"description": "The type attribute to use for the button.",
|
|
123381
|
-
"default": "'button'",
|
|
123331
|
+
"name": "_enabledSteps",
|
|
123382
123332
|
"type": {
|
|
123383
|
-
"text": "
|
|
123333
|
+
"text": "SbbStepElement[]"
|
|
123384
123334
|
},
|
|
123385
|
-
"
|
|
123386
|
-
"
|
|
123387
|
-
"name": "SbbButtonBaseElement",
|
|
123388
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123389
|
-
}
|
|
123335
|
+
"privacy": "private",
|
|
123336
|
+
"readonly": true
|
|
123390
123337
|
},
|
|
123391
123338
|
{
|
|
123392
123339
|
"kind": "field",
|
|
123393
|
-
"name": "
|
|
123340
|
+
"name": "_loaded",
|
|
123394
123341
|
"type": {
|
|
123395
|
-
"text": "
|
|
123396
|
-
},
|
|
123397
|
-
"privacy": "public",
|
|
123398
|
-
"description": "The `<form>` element to associate the button with.",
|
|
123399
|
-
"inheritedFrom": {
|
|
123400
|
-
"name": "SbbButtonBaseElement",
|
|
123401
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123342
|
+
"text": "boolean"
|
|
123402
123343
|
},
|
|
123403
|
-
"
|
|
123344
|
+
"privacy": "private",
|
|
123345
|
+
"default": "false"
|
|
123404
123346
|
},
|
|
123405
123347
|
{
|
|
123406
123348
|
"kind": "field",
|
|
123407
|
-
"name": "
|
|
123349
|
+
"name": "_resizeObserverTimeout",
|
|
123408
123350
|
"type": {
|
|
123409
|
-
"text": "
|
|
123351
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
123410
123352
|
},
|
|
123411
123353
|
"privacy": "private",
|
|
123412
|
-
"default": "
|
|
123413
|
-
"inheritedFrom": {
|
|
123414
|
-
"name": "SbbButtonBaseElement",
|
|
123415
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123416
|
-
}
|
|
123354
|
+
"default": "null"
|
|
123417
123355
|
},
|
|
123418
123356
|
{
|
|
123419
123357
|
"kind": "field",
|
|
123420
|
-
"name": "
|
|
123358
|
+
"name": "_mediaMatcher",
|
|
123421
123359
|
"privacy": "private",
|
|
123422
|
-
"
|
|
123423
|
-
"name": "SbbButtonBaseElement",
|
|
123424
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123425
|
-
}
|
|
123360
|
+
"default": "new SbbMediaMatcherController(this, {})"
|
|
123426
123361
|
},
|
|
123427
123362
|
{
|
|
123428
123363
|
"kind": "method",
|
|
123429
|
-
"name": "
|
|
123430
|
-
"privacy": "
|
|
123364
|
+
"name": "next",
|
|
123365
|
+
"privacy": "public",
|
|
123431
123366
|
"return": {
|
|
123432
123367
|
"type": {
|
|
123433
123368
|
"text": "void"
|
|
123434
123369
|
}
|
|
123435
123370
|
},
|
|
123436
|
-
"
|
|
123437
|
-
{
|
|
123438
|
-
"name": "form",
|
|
123439
|
-
"type": {
|
|
123440
|
-
"text": "HTMLFormElement"
|
|
123441
|
-
}
|
|
123442
|
-
}
|
|
123443
|
-
],
|
|
123444
|
-
"inheritedFrom": {
|
|
123445
|
-
"name": "SbbButtonBaseElement",
|
|
123446
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123447
|
-
}
|
|
123448
|
-
},
|
|
123449
|
-
{
|
|
123450
|
-
"kind": "field",
|
|
123451
|
-
"name": "_formKeyDown",
|
|
123452
|
-
"privacy": "private",
|
|
123453
|
-
"inheritedFrom": {
|
|
123454
|
-
"name": "SbbButtonBaseElement",
|
|
123455
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123456
|
-
}
|
|
123457
|
-
},
|
|
123458
|
-
{
|
|
123459
|
-
"kind": "field",
|
|
123460
|
-
"name": "formAssociated",
|
|
123461
|
-
"type": {
|
|
123462
|
-
"text": "boolean"
|
|
123463
|
-
},
|
|
123464
|
-
"privacy": "public",
|
|
123465
|
-
"static": true,
|
|
123466
|
-
"default": "true",
|
|
123467
|
-
"inheritedFrom": {
|
|
123468
|
-
"name": "SbbFormAssociatedMixin",
|
|
123469
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123470
|
-
}
|
|
123371
|
+
"description": "Selects the next step."
|
|
123471
123372
|
},
|
|
123472
123373
|
{
|
|
123473
|
-
"kind": "
|
|
123474
|
-
"name": "
|
|
123374
|
+
"kind": "method",
|
|
123375
|
+
"name": "previous",
|
|
123475
123376
|
"privacy": "public",
|
|
123476
|
-
"
|
|
123477
|
-
|
|
123478
|
-
|
|
123479
|
-
|
|
123480
|
-
"attribute": "name",
|
|
123481
|
-
"inheritedFrom": {
|
|
123482
|
-
"name": "SbbFormAssociatedMixin",
|
|
123483
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123484
|
-
}
|
|
123485
|
-
},
|
|
123486
|
-
{
|
|
123487
|
-
"kind": "field",
|
|
123488
|
-
"name": "validity",
|
|
123489
|
-
"type": {
|
|
123490
|
-
"text": "ValidityState"
|
|
123377
|
+
"return": {
|
|
123378
|
+
"type": {
|
|
123379
|
+
"text": "void"
|
|
123380
|
+
}
|
|
123491
123381
|
},
|
|
123492
|
-
"
|
|
123493
|
-
"description": "Returns the ValidityState object for this element.",
|
|
123494
|
-
"readonly": true,
|
|
123495
|
-
"inheritedFrom": {
|
|
123496
|
-
"name": "SbbFormAssociatedMixin",
|
|
123497
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123498
|
-
}
|
|
123382
|
+
"description": "Selects the previous step."
|
|
123499
123383
|
},
|
|
123500
123384
|
{
|
|
123501
|
-
"kind": "
|
|
123502
|
-
"name": "
|
|
123503
|
-
"type": {
|
|
123504
|
-
"text": "string"
|
|
123505
|
-
},
|
|
123385
|
+
"kind": "method",
|
|
123386
|
+
"name": "reset",
|
|
123506
123387
|
"privacy": "public",
|
|
123507
|
-
"
|
|
123508
|
-
|
|
123509
|
-
|
|
123510
|
-
|
|
123511
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123512
|
-
}
|
|
123513
|
-
},
|
|
123514
|
-
{
|
|
123515
|
-
"kind": "field",
|
|
123516
|
-
"name": "willValidate",
|
|
123517
|
-
"type": {
|
|
123518
|
-
"text": "boolean"
|
|
123388
|
+
"return": {
|
|
123389
|
+
"type": {
|
|
123390
|
+
"text": "void"
|
|
123391
|
+
}
|
|
123519
123392
|
},
|
|
123520
|
-
"
|
|
123521
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
123522
|
-
"readonly": true,
|
|
123523
|
-
"inheritedFrom": {
|
|
123524
|
-
"name": "SbbFormAssociatedMixin",
|
|
123525
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123526
|
-
}
|
|
123393
|
+
"description": "Resets the form in which the stepper is nested or every form of each step, if any."
|
|
123527
123394
|
},
|
|
123528
123395
|
{
|
|
123529
|
-
"kind": "
|
|
123530
|
-
"name": "
|
|
123396
|
+
"kind": "method",
|
|
123397
|
+
"name": "_isSelectable",
|
|
123531
123398
|
"privacy": "private",
|
|
123532
|
-
"
|
|
123533
|
-
|
|
123534
|
-
|
|
123535
|
-
|
|
123536
|
-
}
|
|
123537
|
-
},
|
|
123538
|
-
{
|
|
123539
|
-
"kind": "field",
|
|
123540
|
-
"name": "formDisabled",
|
|
123541
|
-
"type": {
|
|
123542
|
-
"text": "boolean"
|
|
123399
|
+
"return": {
|
|
123400
|
+
"type": {
|
|
123401
|
+
"text": "step is SbbStepElement"
|
|
123402
|
+
}
|
|
123543
123403
|
},
|
|
123544
|
-
"
|
|
123545
|
-
|
|
123546
|
-
|
|
123547
|
-
|
|
123548
|
-
|
|
123549
|
-
|
|
123550
|
-
|
|
123404
|
+
"parameters": [
|
|
123405
|
+
{
|
|
123406
|
+
"name": "step",
|
|
123407
|
+
"type": {
|
|
123408
|
+
"text": "SbbStepElement | null"
|
|
123409
|
+
}
|
|
123410
|
+
}
|
|
123411
|
+
]
|
|
123551
123412
|
},
|
|
123552
123413
|
{
|
|
123553
123414
|
"kind": "method",
|
|
123554
|
-
"name": "
|
|
123555
|
-
"privacy": "
|
|
123415
|
+
"name": "_select",
|
|
123416
|
+
"privacy": "private",
|
|
123556
123417
|
"return": {
|
|
123557
123418
|
"type": {
|
|
123558
|
-
"text": "
|
|
123419
|
+
"text": "void"
|
|
123559
123420
|
}
|
|
123560
123421
|
},
|
|
123561
|
-
"
|
|
123562
|
-
|
|
123563
|
-
|
|
123564
|
-
|
|
123565
|
-
|
|
123422
|
+
"parameters": [
|
|
123423
|
+
{
|
|
123424
|
+
"name": "step",
|
|
123425
|
+
"type": {
|
|
123426
|
+
"text": "SbbStepElement | null"
|
|
123427
|
+
}
|
|
123428
|
+
}
|
|
123429
|
+
]
|
|
123566
123430
|
},
|
|
123567
123431
|
{
|
|
123568
123432
|
"kind": "method",
|
|
123569
|
-
"name": "
|
|
123570
|
-
"privacy": "
|
|
123433
|
+
"name": "_setMarkerSize",
|
|
123434
|
+
"privacy": "private",
|
|
123571
123435
|
"return": {
|
|
123572
123436
|
"type": {
|
|
123573
|
-
"text": "
|
|
123437
|
+
"text": "void"
|
|
123574
123438
|
}
|
|
123575
|
-
},
|
|
123576
|
-
"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.",
|
|
123577
|
-
"inheritedFrom": {
|
|
123578
|
-
"name": "SbbFormAssociatedMixin",
|
|
123579
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123580
123439
|
}
|
|
123581
123440
|
},
|
|
123582
123441
|
{
|
|
123583
123442
|
"kind": "method",
|
|
123584
|
-
"name": "
|
|
123585
|
-
"privacy": "
|
|
123443
|
+
"name": "_setStepperHeight",
|
|
123444
|
+
"privacy": "private",
|
|
123586
123445
|
"return": {
|
|
123587
123446
|
"type": {
|
|
123588
123447
|
"text": "void"
|
|
@@ -123590,276 +123449,104 @@
|
|
|
123590
123449
|
},
|
|
123591
123450
|
"parameters": [
|
|
123592
123451
|
{
|
|
123593
|
-
"name": "
|
|
123452
|
+
"name": "step",
|
|
123594
123453
|
"type": {
|
|
123595
|
-
"text": "
|
|
123454
|
+
"text": "SbbStepElement | null"
|
|
123596
123455
|
}
|
|
123597
123456
|
}
|
|
123598
123457
|
],
|
|
123599
|
-
"description": "Sets the
|
|
123600
|
-
"inheritedFrom": {
|
|
123601
|
-
"name": "SbbFormAssociatedMixin",
|
|
123602
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123603
|
-
}
|
|
123458
|
+
"description": "Sets the stepper height based on the height of the provided step."
|
|
123604
123459
|
},
|
|
123605
123460
|
{
|
|
123606
123461
|
"kind": "method",
|
|
123607
|
-
"name": "
|
|
123462
|
+
"name": "_calculateLabelOffsetTop",
|
|
123608
123463
|
"privacy": "private",
|
|
123609
123464
|
"return": {
|
|
123610
123465
|
"type": {
|
|
123611
|
-
"text": "
|
|
123466
|
+
"text": "number | undefined"
|
|
123612
123467
|
}
|
|
123613
|
-
},
|
|
123614
|
-
"inheritedFrom": {
|
|
123615
|
-
"name": "SbbFormAssociatedMixin",
|
|
123616
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123617
123468
|
}
|
|
123618
123469
|
},
|
|
123619
123470
|
{
|
|
123620
123471
|
"kind": "method",
|
|
123621
|
-
"name": "
|
|
123622
|
-
"privacy": "
|
|
123472
|
+
"name": "_onSelectedStepResize",
|
|
123473
|
+
"privacy": "private",
|
|
123623
123474
|
"return": {
|
|
123624
123475
|
"type": {
|
|
123625
123476
|
"text": "void"
|
|
123626
123477
|
}
|
|
123627
123478
|
},
|
|
123628
|
-
"
|
|
123629
|
-
|
|
123630
|
-
|
|
123631
|
-
|
|
123632
|
-
|
|
123479
|
+
"parameters": [
|
|
123480
|
+
{
|
|
123481
|
+
"name": "e",
|
|
123482
|
+
"type": {
|
|
123483
|
+
"text": "Event"
|
|
123484
|
+
}
|
|
123485
|
+
}
|
|
123486
|
+
]
|
|
123633
123487
|
},
|
|
123634
123488
|
{
|
|
123635
123489
|
"kind": "method",
|
|
123636
|
-
"name": "
|
|
123637
|
-
"privacy": "
|
|
123490
|
+
"name": "_configure",
|
|
123491
|
+
"privacy": "private",
|
|
123638
123492
|
"return": {
|
|
123639
123493
|
"type": {
|
|
123640
|
-
"text": "
|
|
123494
|
+
"text": "void"
|
|
123641
123495
|
}
|
|
123642
|
-
},
|
|
123643
|
-
"inheritedFrom": {
|
|
123644
|
-
"name": "SbbFormAssociatedMixin",
|
|
123645
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123646
123496
|
}
|
|
123647
123497
|
},
|
|
123648
123498
|
{
|
|
123649
123499
|
"kind": "method",
|
|
123650
|
-
"name": "
|
|
123651
|
-
"privacy": "
|
|
123500
|
+
"name": "_updateLabels",
|
|
123501
|
+
"privacy": "private",
|
|
123652
123502
|
"return": {
|
|
123653
123503
|
"type": {
|
|
123654
123504
|
"text": "void"
|
|
123655
123505
|
}
|
|
123656
|
-
},
|
|
123657
|
-
"parameters": [
|
|
123658
|
-
{
|
|
123659
|
-
"name": "flag",
|
|
123660
|
-
"type": {
|
|
123661
|
-
"text": "T"
|
|
123662
|
-
}
|
|
123663
|
-
},
|
|
123664
|
-
{
|
|
123665
|
-
"name": "message",
|
|
123666
|
-
"type": {
|
|
123667
|
-
"text": "string"
|
|
123668
|
-
}
|
|
123669
|
-
},
|
|
123670
|
-
{
|
|
123671
|
-
"name": "flagValue",
|
|
123672
|
-
"optional": true,
|
|
123673
|
-
"type": {
|
|
123674
|
-
"text": "ValidityStateFlags[T]"
|
|
123675
|
-
}
|
|
123676
|
-
}
|
|
123677
|
-
],
|
|
123678
|
-
"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).",
|
|
123679
|
-
"inheritedFrom": {
|
|
123680
|
-
"name": "SbbFormAssociatedMixin",
|
|
123681
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123682
123506
|
}
|
|
123683
123507
|
},
|
|
123684
123508
|
{
|
|
123685
123509
|
"kind": "method",
|
|
123686
|
-
"name": "
|
|
123687
|
-
"privacy": "
|
|
123510
|
+
"name": "_checkOrientation",
|
|
123511
|
+
"privacy": "private",
|
|
123688
123512
|
"return": {
|
|
123689
123513
|
"type": {
|
|
123690
123514
|
"text": "void"
|
|
123691
123515
|
}
|
|
123692
|
-
},
|
|
123693
|
-
"parameters": [
|
|
123694
|
-
{
|
|
123695
|
-
"name": "flag",
|
|
123696
|
-
"type": {
|
|
123697
|
-
"text": "T"
|
|
123698
|
-
}
|
|
123699
|
-
}
|
|
123700
|
-
],
|
|
123701
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
123702
|
-
"inheritedFrom": {
|
|
123703
|
-
"name": "SbbFormAssociatedMixin",
|
|
123704
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123705
123516
|
}
|
|
123706
123517
|
},
|
|
123707
123518
|
{
|
|
123708
|
-
"kind": "
|
|
123709
|
-
"name": "
|
|
123710
|
-
"privacy": "
|
|
123711
|
-
"return": {
|
|
123712
|
-
"type": {
|
|
123713
|
-
"text": "void"
|
|
123714
|
-
}
|
|
123715
|
-
},
|
|
123716
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
123717
|
-
"inheritedFrom": {
|
|
123718
|
-
"name": "SbbFormAssociatedMixin",
|
|
123719
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123720
|
-
}
|
|
123519
|
+
"kind": "field",
|
|
123520
|
+
"name": "_onStepperResize",
|
|
123521
|
+
"privacy": "private"
|
|
123721
123522
|
},
|
|
123722
123523
|
{
|
|
123723
123524
|
"kind": "method",
|
|
123724
|
-
"name": "
|
|
123725
|
-
"privacy": "
|
|
123525
|
+
"name": "_configureLinearMode",
|
|
123526
|
+
"privacy": "private",
|
|
123726
123527
|
"return": {
|
|
123727
123528
|
"type": {
|
|
123728
|
-
"text": "
|
|
123729
|
-
}
|
|
123730
|
-
},
|
|
123731
|
-
"parameters": [
|
|
123732
|
-
{
|
|
123733
|
-
"name": "name",
|
|
123734
|
-
"type": {
|
|
123735
|
-
"text": "PropertyKey | undefined"
|
|
123736
|
-
}
|
|
123529
|
+
"text": "void"
|
|
123737
123530
|
}
|
|
123738
|
-
],
|
|
123739
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
123740
|
-
"inheritedFrom": {
|
|
123741
|
-
"name": "SbbFormAssociatedMixin",
|
|
123742
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123743
123531
|
}
|
|
123744
123532
|
},
|
|
123745
123533
|
{
|
|
123746
123534
|
"kind": "method",
|
|
123747
|
-
"name": "
|
|
123535
|
+
"name": "_handleKeyDown",
|
|
123748
123536
|
"privacy": "private",
|
|
123749
123537
|
"return": {
|
|
123750
123538
|
"type": {
|
|
123751
123539
|
"text": "void"
|
|
123752
123540
|
}
|
|
123753
123541
|
},
|
|
123754
|
-
"inheritedFrom": {
|
|
123755
|
-
"name": "SbbFormAssociatedMixin",
|
|
123756
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
123757
|
-
}
|
|
123758
|
-
},
|
|
123759
|
-
{
|
|
123760
|
-
"kind": "field",
|
|
123761
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
123762
|
-
"privacy": "private",
|
|
123763
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
123764
|
-
"parameters": [
|
|
123765
|
-
{
|
|
123766
|
-
"description": "The origin event.",
|
|
123767
|
-
"name": "event"
|
|
123768
|
-
}
|
|
123769
|
-
],
|
|
123770
|
-
"inheritedFrom": {
|
|
123771
|
-
"name": "SbbButtonLikeBaseElement",
|
|
123772
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123773
|
-
}
|
|
123774
|
-
},
|
|
123775
|
-
{
|
|
123776
|
-
"kind": "field",
|
|
123777
|
-
"name": "_removeActiveMarker",
|
|
123778
|
-
"privacy": "private",
|
|
123779
|
-
"inheritedFrom": {
|
|
123780
|
-
"name": "SbbButtonLikeBaseElement",
|
|
123781
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123782
|
-
}
|
|
123783
|
-
},
|
|
123784
|
-
{
|
|
123785
|
-
"kind": "field",
|
|
123786
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
123787
|
-
"privacy": "private",
|
|
123788
|
-
"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.",
|
|
123789
123542
|
"parameters": [
|
|
123790
123543
|
{
|
|
123791
|
-
"
|
|
123792
|
-
"
|
|
123793
|
-
|
|
123794
|
-
|
|
123795
|
-
"inheritedFrom": {
|
|
123796
|
-
"name": "SbbButtonLikeBaseElement",
|
|
123797
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123798
|
-
}
|
|
123799
|
-
},
|
|
123800
|
-
{
|
|
123801
|
-
"kind": "field",
|
|
123802
|
-
"name": "_dispatchClickEvent",
|
|
123803
|
-
"privacy": "private",
|
|
123804
|
-
"inheritedFrom": {
|
|
123805
|
-
"name": "SbbButtonLikeBaseElement",
|
|
123806
|
-
"module": "core/base-elements/button-base-element.js"
|
|
123807
|
-
}
|
|
123808
|
-
},
|
|
123809
|
-
{
|
|
123810
|
-
"kind": "field",
|
|
123811
|
-
"name": "maybeDisabled",
|
|
123812
|
-
"type": {
|
|
123813
|
-
"text": "boolean | undefined"
|
|
123814
|
-
},
|
|
123815
|
-
"privacy": "protected",
|
|
123816
|
-
"readonly": true,
|
|
123817
|
-
"inheritedFrom": {
|
|
123818
|
-
"name": "SbbActionBaseElement",
|
|
123819
|
-
"module": "core/base-elements/action-base-element.js"
|
|
123820
|
-
}
|
|
123821
|
-
},
|
|
123822
|
-
{
|
|
123823
|
-
"kind": "field",
|
|
123824
|
-
"name": "maybeDisabledInteractive",
|
|
123825
|
-
"type": {
|
|
123826
|
-
"text": "boolean | undefined"
|
|
123827
|
-
},
|
|
123828
|
-
"privacy": "protected",
|
|
123829
|
-
"readonly": true,
|
|
123830
|
-
"inheritedFrom": {
|
|
123831
|
-
"name": "SbbActionBaseElement",
|
|
123832
|
-
"module": "core/base-elements/action-base-element.js"
|
|
123833
|
-
}
|
|
123834
|
-
},
|
|
123835
|
-
{
|
|
123836
|
-
"kind": "method",
|
|
123837
|
-
"name": "setupBaseEventHandlers",
|
|
123838
|
-
"privacy": "protected",
|
|
123839
|
-
"return": {
|
|
123840
|
-
"type": {
|
|
123841
|
-
"text": "void"
|
|
123842
|
-
}
|
|
123843
|
-
},
|
|
123844
|
-
"inheritedFrom": {
|
|
123845
|
-
"name": "SbbActionBaseElement",
|
|
123846
|
-
"module": "core/base-elements/action-base-element.js"
|
|
123847
|
-
}
|
|
123848
|
-
},
|
|
123849
|
-
{
|
|
123850
|
-
"kind": "method",
|
|
123851
|
-
"name": "renderTemplate",
|
|
123852
|
-
"privacy": "protected",
|
|
123853
|
-
"return": {
|
|
123854
|
-
"type": {
|
|
123855
|
-
"text": "TemplateResult"
|
|
123544
|
+
"name": "evt",
|
|
123545
|
+
"type": {
|
|
123546
|
+
"text": "KeyboardEvent"
|
|
123547
|
+
}
|
|
123856
123548
|
}
|
|
123857
|
-
|
|
123858
|
-
"description": "Override this method to render the component template.",
|
|
123859
|
-
"inheritedFrom": {
|
|
123860
|
-
"name": "SbbActionBaseElement",
|
|
123861
|
-
"module": "core/base-elements/action-base-element.js"
|
|
123862
|
-
}
|
|
123549
|
+
]
|
|
123863
123550
|
},
|
|
123864
123551
|
{
|
|
123865
123552
|
"kind": "field",
|
|
@@ -123967,415 +123654,668 @@
|
|
|
123967
123654
|
}
|
|
123968
123655
|
}
|
|
123969
123656
|
],
|
|
123970
|
-
"
|
|
123971
|
-
{
|
|
123972
|
-
"name": "SbbIconNameMixin",
|
|
123973
|
-
"module": "icon.js"
|
|
123974
|
-
},
|
|
123657
|
+
"events": [
|
|
123975
123658
|
{
|
|
123976
|
-
"
|
|
123977
|
-
|
|
123659
|
+
"type": {
|
|
123660
|
+
"text": "SbbStepChangeEvent"
|
|
123661
|
+
},
|
|
123662
|
+
"description": "Emits whenever a step was changed.",
|
|
123663
|
+
"name": "stepchange"
|
|
123978
123664
|
}
|
|
123979
123665
|
],
|
|
123980
|
-
"superclass": {
|
|
123981
|
-
"name": "SbbButtonBaseElement",
|
|
123982
|
-
"module": "core/base-elements.js"
|
|
123983
|
-
},
|
|
123984
|
-
"tagName": "sbb-step-label",
|
|
123985
|
-
"customElement": true,
|
|
123986
123666
|
"attributes": [
|
|
123987
123667
|
{
|
|
123988
|
-
"name": "
|
|
123668
|
+
"name": "linear",
|
|
123989
123669
|
"type": {
|
|
123990
|
-
"text": "
|
|
123670
|
+
"text": "boolean"
|
|
123991
123671
|
},
|
|
123992
|
-
"default": "
|
|
123993
|
-
"description": "
|
|
123994
|
-
"fieldName": "
|
|
123995
|
-
"inheritedFrom": {
|
|
123996
|
-
"name": "SbbIconNameMixin",
|
|
123997
|
-
"module": "icon/icon-name-mixin.js"
|
|
123998
|
-
}
|
|
123672
|
+
"default": "false",
|
|
123673
|
+
"description": "If set to true, only the current and previous labels can be clicked and selected.",
|
|
123674
|
+
"fieldName": "linear"
|
|
123999
123675
|
},
|
|
124000
123676
|
{
|
|
124001
|
-
"name": "
|
|
124002
|
-
"description": "
|
|
124003
|
-
"default": "false",
|
|
123677
|
+
"name": "horizontal-from",
|
|
123678
|
+
"description": "Overrides the behavior of `orientation` property.",
|
|
124004
123679
|
"type": {
|
|
124005
|
-
"text": "
|
|
123680
|
+
"text": "SbbHorizontalFrom | null"
|
|
124006
123681
|
},
|
|
124007
|
-
"fieldName": "
|
|
124008
|
-
"inheritedFrom": {
|
|
124009
|
-
"name": "SbbDisabledMixin",
|
|
124010
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
124011
|
-
}
|
|
123682
|
+
"fieldName": "horizontalFrom"
|
|
124012
123683
|
},
|
|
124013
123684
|
{
|
|
124014
|
-
"name": "
|
|
123685
|
+
"name": "orientation",
|
|
124015
123686
|
"type": {
|
|
124016
|
-
"text": "
|
|
123687
|
+
"text": "SbbOrientation"
|
|
124017
123688
|
},
|
|
124018
|
-
"default": "''",
|
|
124019
|
-
"description": "
|
|
124020
|
-
"fieldName": "
|
|
124021
|
-
"inheritedFrom": {
|
|
124022
|
-
"name": "SbbButtonBaseElement",
|
|
124023
|
-
"module": "core/base-elements/button-base-element.js"
|
|
124024
|
-
}
|
|
123689
|
+
"default": "'horizontal'",
|
|
123690
|
+
"description": "Steps orientation, either horizontal or vertical.",
|
|
123691
|
+
"fieldName": "orientation"
|
|
124025
123692
|
},
|
|
124026
123693
|
{
|
|
124027
|
-
"name": "
|
|
124028
|
-
"description": "The type attribute to use for the button.",
|
|
124029
|
-
"default": "'button'",
|
|
123694
|
+
"name": "size",
|
|
124030
123695
|
"type": {
|
|
124031
|
-
"text": "
|
|
124032
|
-
},
|
|
124033
|
-
"fieldName": "type",
|
|
124034
|
-
"inheritedFrom": {
|
|
124035
|
-
"name": "SbbButtonBaseElement",
|
|
124036
|
-
"module": "core/base-elements/button-base-element.js"
|
|
124037
|
-
}
|
|
124038
|
-
},
|
|
124039
|
-
{
|
|
124040
|
-
"name": "form",
|
|
124041
|
-
"description": "The `<form>` element to associate the button with.",
|
|
124042
|
-
"type": {
|
|
124043
|
-
"text": "HTMLFormElement | null"
|
|
123696
|
+
"text": "'s' | 'm'"
|
|
124044
123697
|
},
|
|
124045
|
-
"
|
|
124046
|
-
"
|
|
124047
|
-
|
|
124048
|
-
"module": "core/base-elements/button-base-element.js"
|
|
124049
|
-
}
|
|
123698
|
+
"description": "Size variant, either s or m.",
|
|
123699
|
+
"default": "'m' / 's' (lean)",
|
|
123700
|
+
"fieldName": "size"
|
|
124050
123701
|
},
|
|
124051
123702
|
{
|
|
124052
|
-
"name": "
|
|
124053
|
-
"description": "
|
|
123703
|
+
"name": "selected-index",
|
|
123704
|
+
"description": "The currently selected step index.",
|
|
124054
123705
|
"type": {
|
|
124055
|
-
"text": "
|
|
123706
|
+
"text": "number | null"
|
|
124056
123707
|
},
|
|
124057
|
-
"fieldName": "
|
|
124058
|
-
"inheritedFrom": {
|
|
124059
|
-
"name": "SbbFormAssociatedMixin",
|
|
124060
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
124061
|
-
}
|
|
123708
|
+
"fieldName": "selectedIndex"
|
|
124062
123709
|
}
|
|
124063
|
-
]
|
|
123710
|
+
],
|
|
123711
|
+
"superclass": {
|
|
123712
|
+
"name": "SbbElement",
|
|
123713
|
+
"module": "core/base-elements.js"
|
|
123714
|
+
},
|
|
123715
|
+
"tagName": "sbb-stepper",
|
|
123716
|
+
"customElement": true
|
|
123717
|
+
},
|
|
123718
|
+
{
|
|
123719
|
+
"kind": "variable",
|
|
123720
|
+
"name": "currentIndex"
|
|
123721
|
+
},
|
|
123722
|
+
{
|
|
123723
|
+
"kind": "variable",
|
|
123724
|
+
"name": "currentStep"
|
|
124064
123725
|
}
|
|
124065
123726
|
],
|
|
124066
123727
|
"exports": [
|
|
124067
123728
|
{
|
|
124068
123729
|
"kind": "js",
|
|
124069
|
-
"name": "
|
|
123730
|
+
"name": "SbbStepChangeEvent",
|
|
124070
123731
|
"declaration": {
|
|
124071
|
-
"name": "
|
|
124072
|
-
"module": "stepper/
|
|
123732
|
+
"name": "SbbStepChangeEvent",
|
|
123733
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
123734
|
+
}
|
|
123735
|
+
},
|
|
123736
|
+
{
|
|
123737
|
+
"kind": "js",
|
|
123738
|
+
"name": "SbbStepperElement",
|
|
123739
|
+
"declaration": {
|
|
123740
|
+
"name": "SbbStepperElement",
|
|
123741
|
+
"module": "stepper/stepper/stepper.component.js"
|
|
124073
123742
|
}
|
|
124074
123743
|
}
|
|
124075
123744
|
]
|
|
124076
123745
|
},
|
|
124077
123746
|
{
|
|
124078
123747
|
"kind": "javascript-module",
|
|
124079
|
-
"path": "stepper/
|
|
123748
|
+
"path": "stepper/step-label/step-label.component.js",
|
|
124080
123749
|
"declarations": [
|
|
124081
123750
|
{
|
|
124082
123751
|
"kind": "class",
|
|
124083
|
-
"description": "",
|
|
124084
|
-
"name": "
|
|
123752
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's label.",
|
|
123753
|
+
"name": "SbbStepLabelElement",
|
|
123754
|
+
"slots": [
|
|
123755
|
+
{
|
|
123756
|
+
"description": "Use the unnamed slot to provide a label.",
|
|
123757
|
+
"name": ""
|
|
123758
|
+
},
|
|
123759
|
+
{
|
|
123760
|
+
"description": "Use this to display an icon in the label bubble.",
|
|
123761
|
+
"name": "icon"
|
|
123762
|
+
}
|
|
123763
|
+
],
|
|
124085
123764
|
"members": [
|
|
124086
123765
|
{
|
|
124087
123766
|
"kind": "field",
|
|
124088
|
-
"name": "
|
|
123767
|
+
"name": "elementName",
|
|
124089
123768
|
"type": {
|
|
124090
|
-
"text": "
|
|
123769
|
+
"text": "string"
|
|
124091
123770
|
},
|
|
124092
123771
|
"privacy": "public",
|
|
123772
|
+
"static": true,
|
|
124093
123773
|
"readonly": true,
|
|
124094
|
-
"
|
|
124095
|
-
|
|
123774
|
+
"inheritedFrom": {
|
|
123775
|
+
"name": "SbbElement",
|
|
123776
|
+
"module": "core/base-elements/element.js"
|
|
123777
|
+
},
|
|
123778
|
+
"default": "'sbb-step-label'"
|
|
124096
123779
|
},
|
|
124097
123780
|
{
|
|
124098
123781
|
"kind": "field",
|
|
124099
|
-
"name": "
|
|
123782
|
+
"name": "role",
|
|
124100
123783
|
"type": {
|
|
124101
|
-
"text": "
|
|
123784
|
+
"text": "string"
|
|
124102
123785
|
},
|
|
124103
123786
|
"privacy": "public",
|
|
123787
|
+
"static": true,
|
|
124104
123788
|
"readonly": true,
|
|
124105
|
-
"
|
|
124106
|
-
"
|
|
123789
|
+
"default": "'tab'",
|
|
123790
|
+
"inheritedFrom": {
|
|
123791
|
+
"name": "SbbButtonLikeBaseElement",
|
|
123792
|
+
"module": "core/base-elements/button-base-element.js"
|
|
123793
|
+
}
|
|
124107
123794
|
},
|
|
124108
123795
|
{
|
|
124109
123796
|
"kind": "field",
|
|
124110
|
-
"name": "
|
|
123797
|
+
"name": "step",
|
|
124111
123798
|
"type": {
|
|
124112
123799
|
"text": "SbbStepElement | null"
|
|
124113
123800
|
},
|
|
124114
123801
|
"privacy": "public",
|
|
123802
|
+
"description": "The step controlled by the label.",
|
|
124115
123803
|
"readonly": true,
|
|
124116
|
-
"
|
|
124117
|
-
"default": "selectedStep"
|
|
123804
|
+
"default": "null"
|
|
124118
123805
|
},
|
|
124119
123806
|
{
|
|
124120
123807
|
"kind": "field",
|
|
124121
|
-
"name": "
|
|
123808
|
+
"name": "_step",
|
|
124122
123809
|
"type": {
|
|
124123
123810
|
"text": "SbbStepElement | null"
|
|
124124
123811
|
},
|
|
123812
|
+
"privacy": "private",
|
|
123813
|
+
"default": "null"
|
|
123814
|
+
},
|
|
123815
|
+
{
|
|
123816
|
+
"kind": "field",
|
|
123817
|
+
"name": "stepper",
|
|
123818
|
+
"type": {
|
|
123819
|
+
"text": "SbbStepperElement | null"
|
|
123820
|
+
},
|
|
124125
123821
|
"privacy": "public",
|
|
124126
|
-
"readonly": true
|
|
124127
|
-
|
|
124128
|
-
"default": "previousStep"
|
|
124129
|
-
}
|
|
124130
|
-
],
|
|
124131
|
-
"superclass": {
|
|
124132
|
-
"name": "Event",
|
|
124133
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
124134
|
-
}
|
|
124135
|
-
},
|
|
124136
|
-
{
|
|
124137
|
-
"kind": "class",
|
|
124138
|
-
"description": "Provides a structured, step-by-step workflow for user interactions.",
|
|
124139
|
-
"name": "SbbStepperElement",
|
|
124140
|
-
"slots": [
|
|
123822
|
+
"readonly": true
|
|
123823
|
+
},
|
|
124141
123824
|
{
|
|
124142
|
-
"
|
|
124143
|
-
"name": ""
|
|
123825
|
+
"kind": "field",
|
|
123826
|
+
"name": "disabled",
|
|
123827
|
+
"privacy": "public",
|
|
123828
|
+
"description": "Whether the component is disabled.",
|
|
123829
|
+
"default": "false",
|
|
123830
|
+
"type": {
|
|
123831
|
+
"text": "boolean"
|
|
123832
|
+
},
|
|
123833
|
+
"attribute": "disabled",
|
|
123834
|
+
"reflects": true,
|
|
123835
|
+
"inheritedFrom": {
|
|
123836
|
+
"name": "SbbDisabledMixin",
|
|
123837
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
123838
|
+
}
|
|
124144
123839
|
},
|
|
124145
123840
|
{
|
|
124146
|
-
"
|
|
124147
|
-
"name": "
|
|
123841
|
+
"kind": "field",
|
|
123842
|
+
"name": "_previousOrientation",
|
|
123843
|
+
"type": {
|
|
123844
|
+
"text": "string | undefined"
|
|
123845
|
+
},
|
|
123846
|
+
"privacy": "private"
|
|
124148
123847
|
},
|
|
124149
123848
|
{
|
|
124150
|
-
"
|
|
124151
|
-
"name": "
|
|
124152
|
-
|
|
124153
|
-
|
|
124154
|
-
|
|
123849
|
+
"kind": "field",
|
|
123850
|
+
"name": "_previousSize",
|
|
123851
|
+
"type": {
|
|
123852
|
+
"text": "string | undefined"
|
|
123853
|
+
},
|
|
123854
|
+
"privacy": "private"
|
|
123855
|
+
},
|
|
123856
|
+
{
|
|
123857
|
+
"kind": "method",
|
|
123858
|
+
"name": "_isNotDeactivatedByLinearMode",
|
|
123859
|
+
"privacy": "private",
|
|
123860
|
+
"return": {
|
|
123861
|
+
"type": {
|
|
123862
|
+
"text": "boolean"
|
|
123863
|
+
}
|
|
123864
|
+
},
|
|
123865
|
+
"parameters": [
|
|
123866
|
+
{
|
|
123867
|
+
"name": "step",
|
|
123868
|
+
"type": {
|
|
123869
|
+
"text": "SbbStepElement"
|
|
123870
|
+
}
|
|
123871
|
+
}
|
|
123872
|
+
]
|
|
123873
|
+
},
|
|
123874
|
+
{
|
|
123875
|
+
"kind": "method",
|
|
123876
|
+
"name": "_assignStep",
|
|
123877
|
+
"privacy": "private",
|
|
123878
|
+
"return": {
|
|
123879
|
+
"type": {
|
|
123880
|
+
"text": "void"
|
|
123881
|
+
}
|
|
123882
|
+
}
|
|
123883
|
+
},
|
|
124155
123884
|
{
|
|
124156
123885
|
"kind": "field",
|
|
124157
|
-
"name": "
|
|
123886
|
+
"name": "iconName",
|
|
124158
123887
|
"type": {
|
|
124159
123888
|
"text": "string"
|
|
124160
123889
|
},
|
|
124161
123890
|
"privacy": "public",
|
|
124162
|
-
"
|
|
124163
|
-
"
|
|
124164
|
-
"
|
|
123891
|
+
"default": "''",
|
|
123892
|
+
"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.",
|
|
123893
|
+
"attribute": "icon-name",
|
|
124165
123894
|
"inheritedFrom": {
|
|
124166
|
-
"name": "
|
|
124167
|
-
"module": "
|
|
123895
|
+
"name": "SbbIconNameMixin",
|
|
123896
|
+
"module": "icon/icon-name-mixin.js"
|
|
123897
|
+
}
|
|
123898
|
+
},
|
|
123899
|
+
{
|
|
123900
|
+
"kind": "method",
|
|
123901
|
+
"name": "renderIconSlot",
|
|
123902
|
+
"privacy": "protected",
|
|
123903
|
+
"return": {
|
|
123904
|
+
"type": {
|
|
123905
|
+
"text": "TemplateResult"
|
|
123906
|
+
}
|
|
123907
|
+
},
|
|
123908
|
+
"parameters": [
|
|
123909
|
+
{
|
|
123910
|
+
"name": "classname",
|
|
123911
|
+
"optional": true,
|
|
123912
|
+
"type": {
|
|
123913
|
+
"text": "string"
|
|
123914
|
+
}
|
|
123915
|
+
}
|
|
123916
|
+
],
|
|
123917
|
+
"inheritedFrom": {
|
|
123918
|
+
"name": "SbbIconNameMixin",
|
|
123919
|
+
"module": "icon/icon-name-mixin.js"
|
|
123920
|
+
}
|
|
123921
|
+
},
|
|
123922
|
+
{
|
|
123923
|
+
"kind": "method",
|
|
123924
|
+
"name": "renderIconName",
|
|
123925
|
+
"privacy": "protected",
|
|
123926
|
+
"return": {
|
|
123927
|
+
"type": {
|
|
123928
|
+
"text": "string"
|
|
123929
|
+
}
|
|
123930
|
+
},
|
|
123931
|
+
"inheritedFrom": {
|
|
123932
|
+
"name": "SbbIconNameMixin",
|
|
123933
|
+
"module": "icon/icon-name-mixin.js"
|
|
123934
|
+
}
|
|
123935
|
+
},
|
|
123936
|
+
{
|
|
123937
|
+
"kind": "method",
|
|
123938
|
+
"name": "_renderIconName",
|
|
123939
|
+
"privacy": "private",
|
|
123940
|
+
"return": {
|
|
123941
|
+
"type": {
|
|
123942
|
+
"text": "string"
|
|
123943
|
+
}
|
|
123944
|
+
},
|
|
123945
|
+
"inheritedFrom": {
|
|
123946
|
+
"name": "SbbIconNameMixin",
|
|
123947
|
+
"module": "icon/icon-name-mixin.js"
|
|
124168
123948
|
}
|
|
124169
123949
|
},
|
|
124170
123950
|
{
|
|
124171
123951
|
"kind": "field",
|
|
124172
|
-
"name": "
|
|
124173
|
-
"privacy": "
|
|
124174
|
-
"static": true,
|
|
124175
|
-
"readonly": true,
|
|
124176
|
-
"default": "{ stepchange: 'stepchange', }",
|
|
123952
|
+
"name": "#disabled",
|
|
123953
|
+
"privacy": "private",
|
|
124177
123954
|
"type": {
|
|
124178
|
-
"text": "
|
|
123955
|
+
"text": "boolean"
|
|
123956
|
+
},
|
|
123957
|
+
"default": "false",
|
|
123958
|
+
"inheritedFrom": {
|
|
123959
|
+
"name": "SbbDisabledMixin",
|
|
123960
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
123961
|
+
}
|
|
123962
|
+
},
|
|
123963
|
+
{
|
|
123964
|
+
"kind": "method",
|
|
123965
|
+
"name": "isDisabledExternally",
|
|
123966
|
+
"privacy": "protected",
|
|
123967
|
+
"return": {
|
|
123968
|
+
"type": {
|
|
123969
|
+
"text": "boolean"
|
|
123970
|
+
}
|
|
123971
|
+
},
|
|
123972
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
123973
|
+
"inheritedFrom": {
|
|
123974
|
+
"name": "SbbDisabledMixin",
|
|
123975
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
124179
123976
|
}
|
|
124180
123977
|
},
|
|
124181
123978
|
{
|
|
124182
123979
|
"kind": "field",
|
|
124183
|
-
"name": "
|
|
123980
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
123981
|
+
"type": {
|
|
123982
|
+
"text": "array"
|
|
123983
|
+
},
|
|
124184
123984
|
"privacy": "private",
|
|
124185
|
-
"
|
|
124186
|
-
"
|
|
123985
|
+
"readonly": true,
|
|
123986
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
123987
|
+
"inheritedFrom": {
|
|
123988
|
+
"name": "SbbButtonBaseElement",
|
|
123989
|
+
"module": "core/base-elements/button-base-element.js"
|
|
123990
|
+
}
|
|
124187
123991
|
},
|
|
124188
123992
|
{
|
|
124189
123993
|
"kind": "field",
|
|
124190
|
-
"name": "
|
|
123994
|
+
"name": "value",
|
|
124191
123995
|
"type": {
|
|
124192
|
-
"text": "
|
|
123996
|
+
"text": "string"
|
|
124193
123997
|
},
|
|
124194
123998
|
"privacy": "public",
|
|
124195
|
-
"
|
|
124196
|
-
|
|
124197
|
-
|
|
123999
|
+
"inheritedFrom": {
|
|
124000
|
+
"name": "SbbButtonBaseElement",
|
|
124001
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124002
|
+
},
|
|
124003
|
+
"default": "''",
|
|
124004
|
+
"description": "Value of the form element.",
|
|
124005
|
+
"attribute": "value"
|
|
124198
124006
|
},
|
|
124199
124007
|
{
|
|
124200
124008
|
"kind": "field",
|
|
124201
|
-
"name": "
|
|
124009
|
+
"name": "type",
|
|
124202
124010
|
"privacy": "public",
|
|
124203
|
-
"description": "
|
|
124011
|
+
"description": "The type attribute to use for the button.",
|
|
124012
|
+
"default": "'button'",
|
|
124204
124013
|
"type": {
|
|
124205
|
-
"text": "
|
|
124014
|
+
"text": "SbbButtonType"
|
|
124206
124015
|
},
|
|
124207
|
-
"attribute": "
|
|
124208
|
-
"
|
|
124209
|
-
|
|
124016
|
+
"attribute": "type",
|
|
124017
|
+
"inheritedFrom": {
|
|
124018
|
+
"name": "SbbButtonBaseElement",
|
|
124019
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124020
|
+
}
|
|
124210
124021
|
},
|
|
124211
124022
|
{
|
|
124212
124023
|
"kind": "field",
|
|
124213
|
-
"name": "
|
|
124024
|
+
"name": "form",
|
|
124214
124025
|
"type": {
|
|
124215
|
-
"text": "
|
|
124026
|
+
"text": "HTMLFormElement | null"
|
|
124027
|
+
},
|
|
124028
|
+
"privacy": "public",
|
|
124029
|
+
"description": "The `<form>` element to associate the button with.",
|
|
124030
|
+
"inheritedFrom": {
|
|
124031
|
+
"name": "SbbButtonBaseElement",
|
|
124032
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124033
|
+
},
|
|
124034
|
+
"attribute": "form"
|
|
124035
|
+
},
|
|
124036
|
+
{
|
|
124037
|
+
"kind": "field",
|
|
124038
|
+
"name": "_formId",
|
|
124039
|
+
"type": {
|
|
124040
|
+
"text": "string"
|
|
124216
124041
|
},
|
|
124217
124042
|
"privacy": "private",
|
|
124218
|
-
"default": "
|
|
124043
|
+
"default": "''",
|
|
124044
|
+
"inheritedFrom": {
|
|
124045
|
+
"name": "SbbButtonBaseElement",
|
|
124046
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124047
|
+
}
|
|
124048
|
+
},
|
|
124049
|
+
{
|
|
124050
|
+
"kind": "field",
|
|
124051
|
+
"name": "_handleButtonClick",
|
|
124052
|
+
"privacy": "private",
|
|
124053
|
+
"inheritedFrom": {
|
|
124054
|
+
"name": "SbbButtonBaseElement",
|
|
124055
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124056
|
+
}
|
|
124057
|
+
},
|
|
124058
|
+
{
|
|
124059
|
+
"kind": "method",
|
|
124060
|
+
"name": "_requestSubmit",
|
|
124061
|
+
"privacy": "private",
|
|
124062
|
+
"return": {
|
|
124063
|
+
"type": {
|
|
124064
|
+
"text": "void"
|
|
124065
|
+
}
|
|
124066
|
+
},
|
|
124067
|
+
"parameters": [
|
|
124068
|
+
{
|
|
124069
|
+
"name": "form",
|
|
124070
|
+
"type": {
|
|
124071
|
+
"text": "HTMLFormElement"
|
|
124072
|
+
}
|
|
124073
|
+
}
|
|
124074
|
+
],
|
|
124075
|
+
"inheritedFrom": {
|
|
124076
|
+
"name": "SbbButtonBaseElement",
|
|
124077
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124078
|
+
}
|
|
124219
124079
|
},
|
|
124220
124080
|
{
|
|
124221
124081
|
"kind": "field",
|
|
124222
|
-
"name": "
|
|
124223
|
-
"
|
|
124224
|
-
|
|
124225
|
-
|
|
124226
|
-
|
|
124227
|
-
|
|
124228
|
-
"description": "Steps orientation, either horizontal or vertical.",
|
|
124229
|
-
"attribute": "orientation",
|
|
124230
|
-
"reflects": true
|
|
124082
|
+
"name": "_formKeyDown",
|
|
124083
|
+
"privacy": "private",
|
|
124084
|
+
"inheritedFrom": {
|
|
124085
|
+
"name": "SbbButtonBaseElement",
|
|
124086
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124087
|
+
}
|
|
124231
124088
|
},
|
|
124232
124089
|
{
|
|
124233
124090
|
"kind": "field",
|
|
124234
|
-
"name": "
|
|
124091
|
+
"name": "formAssociated",
|
|
124235
124092
|
"type": {
|
|
124236
|
-
"text": "
|
|
124093
|
+
"text": "boolean"
|
|
124237
124094
|
},
|
|
124238
124095
|
"privacy": "public",
|
|
124239
|
-
"
|
|
124240
|
-
"default": "
|
|
124241
|
-
"
|
|
124242
|
-
|
|
124096
|
+
"static": true,
|
|
124097
|
+
"default": "true",
|
|
124098
|
+
"inheritedFrom": {
|
|
124099
|
+
"name": "SbbFormAssociatedMixin",
|
|
124100
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124101
|
+
}
|
|
124243
124102
|
},
|
|
124244
124103
|
{
|
|
124245
124104
|
"kind": "field",
|
|
124246
|
-
"name": "
|
|
124105
|
+
"name": "name",
|
|
124247
124106
|
"privacy": "public",
|
|
124248
|
-
"description": "
|
|
124107
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
124249
124108
|
"type": {
|
|
124250
|
-
"text": "
|
|
124109
|
+
"text": "string"
|
|
124110
|
+
},
|
|
124111
|
+
"attribute": "name",
|
|
124112
|
+
"inheritedFrom": {
|
|
124113
|
+
"name": "SbbFormAssociatedMixin",
|
|
124114
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124251
124115
|
}
|
|
124252
124116
|
},
|
|
124253
124117
|
{
|
|
124254
124118
|
"kind": "field",
|
|
124255
|
-
"name": "
|
|
124119
|
+
"name": "validity",
|
|
124256
124120
|
"type": {
|
|
124257
|
-
"text": "
|
|
124121
|
+
"text": "ValidityState"
|
|
124258
124122
|
},
|
|
124259
|
-
"privacy": "private",
|
|
124260
|
-
"default": "null"
|
|
124261
|
-
},
|
|
124262
|
-
{
|
|
124263
|
-
"kind": "field",
|
|
124264
|
-
"name": "selectedIndex",
|
|
124265
124123
|
"privacy": "public",
|
|
124266
|
-
"description": "
|
|
124267
|
-
"
|
|
124268
|
-
|
|
124269
|
-
|
|
124270
|
-
|
|
124124
|
+
"description": "Returns the ValidityState object for this element.",
|
|
124125
|
+
"readonly": true,
|
|
124126
|
+
"inheritedFrom": {
|
|
124127
|
+
"name": "SbbFormAssociatedMixin",
|
|
124128
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124129
|
+
}
|
|
124271
124130
|
},
|
|
124272
124131
|
{
|
|
124273
124132
|
"kind": "field",
|
|
124274
|
-
"name": "
|
|
124133
|
+
"name": "validationMessage",
|
|
124275
124134
|
"type": {
|
|
124276
|
-
"text": "
|
|
124135
|
+
"text": "string"
|
|
124277
124136
|
},
|
|
124278
|
-
"privacy": "
|
|
124279
|
-
"
|
|
124137
|
+
"privacy": "public",
|
|
124138
|
+
"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.",
|
|
124139
|
+
"readonly": true,
|
|
124140
|
+
"inheritedFrom": {
|
|
124141
|
+
"name": "SbbFormAssociatedMixin",
|
|
124142
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124143
|
+
}
|
|
124280
124144
|
},
|
|
124281
124145
|
{
|
|
124282
124146
|
"kind": "field",
|
|
124283
|
-
"name": "
|
|
124147
|
+
"name": "willValidate",
|
|
124284
124148
|
"type": {
|
|
124285
|
-
"text": "
|
|
124149
|
+
"text": "boolean"
|
|
124286
124150
|
},
|
|
124287
124151
|
"privacy": "public",
|
|
124288
|
-
"description": "
|
|
124289
|
-
"readonly": true
|
|
124152
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
124153
|
+
"readonly": true,
|
|
124154
|
+
"inheritedFrom": {
|
|
124155
|
+
"name": "SbbFormAssociatedMixin",
|
|
124156
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124157
|
+
}
|
|
124290
124158
|
},
|
|
124291
124159
|
{
|
|
124292
124160
|
"kind": "field",
|
|
124293
|
-
"name": "
|
|
124294
|
-
"type": {
|
|
124295
|
-
"text": "SbbStepElement[]"
|
|
124296
|
-
},
|
|
124161
|
+
"name": "_validityStates",
|
|
124297
124162
|
"privacy": "private",
|
|
124298
|
-
"
|
|
124163
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
124164
|
+
"inheritedFrom": {
|
|
124165
|
+
"name": "SbbFormAssociatedMixin",
|
|
124166
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124167
|
+
}
|
|
124299
124168
|
},
|
|
124300
124169
|
{
|
|
124301
124170
|
"kind": "field",
|
|
124302
|
-
"name": "
|
|
124171
|
+
"name": "formDisabled",
|
|
124303
124172
|
"type": {
|
|
124304
124173
|
"text": "boolean"
|
|
124305
124174
|
},
|
|
124306
|
-
"privacy": "
|
|
124307
|
-
"default": "false"
|
|
124175
|
+
"privacy": "protected",
|
|
124176
|
+
"default": "false",
|
|
124177
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
124178
|
+
"inheritedFrom": {
|
|
124179
|
+
"name": "SbbFormAssociatedMixin",
|
|
124180
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124181
|
+
}
|
|
124308
124182
|
},
|
|
124309
124183
|
{
|
|
124310
|
-
"kind": "
|
|
124311
|
-
"name": "
|
|
124312
|
-
"
|
|
124313
|
-
|
|
124184
|
+
"kind": "method",
|
|
124185
|
+
"name": "checkValidity",
|
|
124186
|
+
"privacy": "public",
|
|
124187
|
+
"return": {
|
|
124188
|
+
"type": {
|
|
124189
|
+
"text": "boolean"
|
|
124190
|
+
}
|
|
124314
124191
|
},
|
|
124315
|
-
"
|
|
124316
|
-
"
|
|
124192
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
124193
|
+
"inheritedFrom": {
|
|
124194
|
+
"name": "SbbFormAssociatedMixin",
|
|
124195
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124196
|
+
}
|
|
124317
124197
|
},
|
|
124318
124198
|
{
|
|
124319
|
-
"kind": "
|
|
124320
|
-
"name": "
|
|
124321
|
-
"privacy": "
|
|
124322
|
-
"
|
|
124199
|
+
"kind": "method",
|
|
124200
|
+
"name": "reportValidity",
|
|
124201
|
+
"privacy": "public",
|
|
124202
|
+
"return": {
|
|
124203
|
+
"type": {
|
|
124204
|
+
"text": "boolean"
|
|
124205
|
+
}
|
|
124206
|
+
},
|
|
124207
|
+
"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.",
|
|
124208
|
+
"inheritedFrom": {
|
|
124209
|
+
"name": "SbbFormAssociatedMixin",
|
|
124210
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124211
|
+
}
|
|
124323
124212
|
},
|
|
124324
124213
|
{
|
|
124325
124214
|
"kind": "method",
|
|
124326
|
-
"name": "
|
|
124215
|
+
"name": "setCustomValidity",
|
|
124327
124216
|
"privacy": "public",
|
|
124328
124217
|
"return": {
|
|
124329
124218
|
"type": {
|
|
124330
124219
|
"text": "void"
|
|
124331
124220
|
}
|
|
124332
124221
|
},
|
|
124333
|
-
"
|
|
124222
|
+
"parameters": [
|
|
124223
|
+
{
|
|
124224
|
+
"name": "message",
|
|
124225
|
+
"type": {
|
|
124226
|
+
"text": "string"
|
|
124227
|
+
}
|
|
124228
|
+
}
|
|
124229
|
+
],
|
|
124230
|
+
"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.",
|
|
124231
|
+
"inheritedFrom": {
|
|
124232
|
+
"name": "SbbFormAssociatedMixin",
|
|
124233
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124234
|
+
}
|
|
124334
124235
|
},
|
|
124335
124236
|
{
|
|
124336
124237
|
"kind": "method",
|
|
124337
|
-
"name": "
|
|
124338
|
-
"privacy": "
|
|
124238
|
+
"name": "_hasDisabledAncestor",
|
|
124239
|
+
"privacy": "private",
|
|
124339
124240
|
"return": {
|
|
124340
124241
|
"type": {
|
|
124341
|
-
"text": "
|
|
124242
|
+
"text": "boolean"
|
|
124342
124243
|
}
|
|
124343
124244
|
},
|
|
124344
|
-
"
|
|
124245
|
+
"inheritedFrom": {
|
|
124246
|
+
"name": "SbbFormAssociatedMixin",
|
|
124247
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124248
|
+
}
|
|
124345
124249
|
},
|
|
124346
124250
|
{
|
|
124347
124251
|
"kind": "method",
|
|
124348
|
-
"name": "
|
|
124349
|
-
"privacy": "
|
|
124252
|
+
"name": "updateFormValue",
|
|
124253
|
+
"privacy": "protected",
|
|
124350
124254
|
"return": {
|
|
124351
124255
|
"type": {
|
|
124352
124256
|
"text": "void"
|
|
124353
124257
|
}
|
|
124354
124258
|
},
|
|
124355
|
-
"description": "
|
|
124259
|
+
"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",
|
|
124260
|
+
"inheritedFrom": {
|
|
124261
|
+
"name": "SbbFormAssociatedMixin",
|
|
124262
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124263
|
+
}
|
|
124356
124264
|
},
|
|
124357
124265
|
{
|
|
124358
124266
|
"kind": "method",
|
|
124359
|
-
"name": "
|
|
124360
|
-
"privacy": "
|
|
124267
|
+
"name": "formState",
|
|
124268
|
+
"privacy": "protected",
|
|
124361
124269
|
"return": {
|
|
124362
124270
|
"type": {
|
|
124363
|
-
"text": "
|
|
124271
|
+
"text": "FormRestoreState"
|
|
124272
|
+
}
|
|
124273
|
+
},
|
|
124274
|
+
"inheritedFrom": {
|
|
124275
|
+
"name": "SbbFormAssociatedMixin",
|
|
124276
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124277
|
+
}
|
|
124278
|
+
},
|
|
124279
|
+
{
|
|
124280
|
+
"kind": "method",
|
|
124281
|
+
"name": "setValidityFlag",
|
|
124282
|
+
"privacy": "protected",
|
|
124283
|
+
"return": {
|
|
124284
|
+
"type": {
|
|
124285
|
+
"text": "void"
|
|
124364
124286
|
}
|
|
124365
124287
|
},
|
|
124366
124288
|
"parameters": [
|
|
124367
124289
|
{
|
|
124368
|
-
"name": "
|
|
124290
|
+
"name": "flag",
|
|
124369
124291
|
"type": {
|
|
124370
|
-
"text": "
|
|
124292
|
+
"text": "T"
|
|
124293
|
+
}
|
|
124294
|
+
},
|
|
124295
|
+
{
|
|
124296
|
+
"name": "message",
|
|
124297
|
+
"type": {
|
|
124298
|
+
"text": "string"
|
|
124299
|
+
}
|
|
124300
|
+
},
|
|
124301
|
+
{
|
|
124302
|
+
"name": "flagValue",
|
|
124303
|
+
"optional": true,
|
|
124304
|
+
"type": {
|
|
124305
|
+
"text": "ValidityStateFlags[T]"
|
|
124371
124306
|
}
|
|
124372
124307
|
}
|
|
124373
|
-
]
|
|
124308
|
+
],
|
|
124309
|
+
"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).",
|
|
124310
|
+
"inheritedFrom": {
|
|
124311
|
+
"name": "SbbFormAssociatedMixin",
|
|
124312
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124313
|
+
}
|
|
124374
124314
|
},
|
|
124375
124315
|
{
|
|
124376
124316
|
"kind": "method",
|
|
124377
|
-
"name": "
|
|
124378
|
-
"privacy": "
|
|
124317
|
+
"name": "removeValidityFlag",
|
|
124318
|
+
"privacy": "protected",
|
|
124379
124319
|
"return": {
|
|
124380
124320
|
"type": {
|
|
124381
124321
|
"text": "void"
|
|
@@ -124383,132 +124323,174 @@
|
|
|
124383
124323
|
},
|
|
124384
124324
|
"parameters": [
|
|
124385
124325
|
{
|
|
124386
|
-
"name": "
|
|
124326
|
+
"name": "flag",
|
|
124387
124327
|
"type": {
|
|
124388
|
-
"text": "
|
|
124328
|
+
"text": "T"
|
|
124389
124329
|
}
|
|
124390
124330
|
}
|
|
124391
|
-
]
|
|
124331
|
+
],
|
|
124332
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
124333
|
+
"inheritedFrom": {
|
|
124334
|
+
"name": "SbbFormAssociatedMixin",
|
|
124335
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124336
|
+
}
|
|
124392
124337
|
},
|
|
124393
124338
|
{
|
|
124394
124339
|
"kind": "method",
|
|
124395
|
-
"name": "
|
|
124396
|
-
"privacy": "
|
|
124340
|
+
"name": "validate",
|
|
124341
|
+
"privacy": "protected",
|
|
124397
124342
|
"return": {
|
|
124398
124343
|
"type": {
|
|
124399
124344
|
"text": "void"
|
|
124400
124345
|
}
|
|
124346
|
+
},
|
|
124347
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
124348
|
+
"inheritedFrom": {
|
|
124349
|
+
"name": "SbbFormAssociatedMixin",
|
|
124350
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124401
124351
|
}
|
|
124402
124352
|
},
|
|
124403
124353
|
{
|
|
124404
124354
|
"kind": "method",
|
|
124405
|
-
"name": "
|
|
124406
|
-
"privacy": "
|
|
124355
|
+
"name": "shouldValidate",
|
|
124356
|
+
"privacy": "protected",
|
|
124407
124357
|
"return": {
|
|
124408
124358
|
"type": {
|
|
124409
|
-
"text": "
|
|
124359
|
+
"text": "boolean"
|
|
124410
124360
|
}
|
|
124411
124361
|
},
|
|
124412
124362
|
"parameters": [
|
|
124413
124363
|
{
|
|
124414
|
-
"name": "
|
|
124364
|
+
"name": "name",
|
|
124415
124365
|
"type": {
|
|
124416
|
-
"text": "
|
|
124366
|
+
"text": "PropertyKey | undefined"
|
|
124417
124367
|
}
|
|
124418
124368
|
}
|
|
124419
124369
|
],
|
|
124420
|
-
"description": "
|
|
124370
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
124371
|
+
"inheritedFrom": {
|
|
124372
|
+
"name": "SbbFormAssociatedMixin",
|
|
124373
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124374
|
+
}
|
|
124421
124375
|
},
|
|
124422
124376
|
{
|
|
124423
124377
|
"kind": "method",
|
|
124424
|
-
"name": "
|
|
124378
|
+
"name": "_setInternalValidity",
|
|
124425
124379
|
"privacy": "private",
|
|
124426
124380
|
"return": {
|
|
124427
124381
|
"type": {
|
|
124428
|
-
"text": "
|
|
124382
|
+
"text": "void"
|
|
124429
124383
|
}
|
|
124384
|
+
},
|
|
124385
|
+
"inheritedFrom": {
|
|
124386
|
+
"name": "SbbFormAssociatedMixin",
|
|
124387
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124430
124388
|
}
|
|
124431
124389
|
},
|
|
124432
124390
|
{
|
|
124433
|
-
"kind": "
|
|
124434
|
-
"name": "
|
|
124391
|
+
"kind": "field",
|
|
124392
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
124435
124393
|
"privacy": "private",
|
|
124436
|
-
"
|
|
124437
|
-
"type": {
|
|
124438
|
-
"text": "void"
|
|
124439
|
-
}
|
|
124440
|
-
},
|
|
124394
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
124441
124395
|
"parameters": [
|
|
124442
124396
|
{
|
|
124443
|
-
"
|
|
124444
|
-
"
|
|
124445
|
-
"text": "Event"
|
|
124446
|
-
}
|
|
124397
|
+
"description": "The origin event.",
|
|
124398
|
+
"name": "event"
|
|
124447
124399
|
}
|
|
124448
|
-
]
|
|
124400
|
+
],
|
|
124401
|
+
"inheritedFrom": {
|
|
124402
|
+
"name": "SbbButtonLikeBaseElement",
|
|
124403
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124404
|
+
}
|
|
124449
124405
|
},
|
|
124450
124406
|
{
|
|
124451
|
-
"kind": "
|
|
124452
|
-
"name": "
|
|
124407
|
+
"kind": "field",
|
|
124408
|
+
"name": "_removeActiveMarker",
|
|
124453
124409
|
"privacy": "private",
|
|
124454
|
-
"
|
|
124455
|
-
"
|
|
124456
|
-
|
|
124457
|
-
}
|
|
124410
|
+
"inheritedFrom": {
|
|
124411
|
+
"name": "SbbButtonLikeBaseElement",
|
|
124412
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124458
124413
|
}
|
|
124459
124414
|
},
|
|
124460
124415
|
{
|
|
124461
|
-
"kind": "
|
|
124462
|
-
"name": "
|
|
124416
|
+
"kind": "field",
|
|
124417
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
124463
124418
|
"privacy": "private",
|
|
124464
|
-
"
|
|
124465
|
-
|
|
124466
|
-
|
|
124419
|
+
"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.",
|
|
124420
|
+
"parameters": [
|
|
124421
|
+
{
|
|
124422
|
+
"description": "The origin event.",
|
|
124423
|
+
"name": "event"
|
|
124467
124424
|
}
|
|
124425
|
+
],
|
|
124426
|
+
"inheritedFrom": {
|
|
124427
|
+
"name": "SbbButtonLikeBaseElement",
|
|
124428
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124468
124429
|
}
|
|
124469
124430
|
},
|
|
124470
124431
|
{
|
|
124471
|
-
"kind": "
|
|
124472
|
-
"name": "
|
|
124432
|
+
"kind": "field",
|
|
124433
|
+
"name": "_dispatchClickEvent",
|
|
124473
124434
|
"privacy": "private",
|
|
124474
|
-
"
|
|
124475
|
-
"
|
|
124476
|
-
|
|
124477
|
-
}
|
|
124435
|
+
"inheritedFrom": {
|
|
124436
|
+
"name": "SbbButtonLikeBaseElement",
|
|
124437
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124478
124438
|
}
|
|
124479
124439
|
},
|
|
124480
124440
|
{
|
|
124481
124441
|
"kind": "field",
|
|
124482
|
-
"name": "
|
|
124483
|
-
"
|
|
124442
|
+
"name": "maybeDisabled",
|
|
124443
|
+
"type": {
|
|
124444
|
+
"text": "boolean | undefined"
|
|
124445
|
+
},
|
|
124446
|
+
"privacy": "protected",
|
|
124447
|
+
"readonly": true,
|
|
124448
|
+
"inheritedFrom": {
|
|
124449
|
+
"name": "SbbActionBaseElement",
|
|
124450
|
+
"module": "core/base-elements/action-base-element.js"
|
|
124451
|
+
}
|
|
124452
|
+
},
|
|
124453
|
+
{
|
|
124454
|
+
"kind": "field",
|
|
124455
|
+
"name": "maybeDisabledInteractive",
|
|
124456
|
+
"type": {
|
|
124457
|
+
"text": "boolean | undefined"
|
|
124458
|
+
},
|
|
124459
|
+
"privacy": "protected",
|
|
124460
|
+
"readonly": true,
|
|
124461
|
+
"inheritedFrom": {
|
|
124462
|
+
"name": "SbbActionBaseElement",
|
|
124463
|
+
"module": "core/base-elements/action-base-element.js"
|
|
124464
|
+
}
|
|
124484
124465
|
},
|
|
124485
124466
|
{
|
|
124486
124467
|
"kind": "method",
|
|
124487
|
-
"name": "
|
|
124488
|
-
"privacy": "
|
|
124468
|
+
"name": "setupBaseEventHandlers",
|
|
124469
|
+
"privacy": "protected",
|
|
124489
124470
|
"return": {
|
|
124490
124471
|
"type": {
|
|
124491
124472
|
"text": "void"
|
|
124492
124473
|
}
|
|
124474
|
+
},
|
|
124475
|
+
"inheritedFrom": {
|
|
124476
|
+
"name": "SbbActionBaseElement",
|
|
124477
|
+
"module": "core/base-elements/action-base-element.js"
|
|
124493
124478
|
}
|
|
124494
124479
|
},
|
|
124495
124480
|
{
|
|
124496
124481
|
"kind": "method",
|
|
124497
|
-
"name": "
|
|
124498
|
-
"privacy": "
|
|
124482
|
+
"name": "renderTemplate",
|
|
124483
|
+
"privacy": "protected",
|
|
124499
124484
|
"return": {
|
|
124500
124485
|
"type": {
|
|
124501
|
-
"text": "
|
|
124486
|
+
"text": "TemplateResult"
|
|
124502
124487
|
}
|
|
124503
124488
|
},
|
|
124504
|
-
"
|
|
124505
|
-
|
|
124506
|
-
|
|
124507
|
-
|
|
124508
|
-
|
|
124509
|
-
}
|
|
124510
|
-
}
|
|
124511
|
-
]
|
|
124489
|
+
"description": "Override this method to render the component template.",
|
|
124490
|
+
"inheritedFrom": {
|
|
124491
|
+
"name": "SbbActionBaseElement",
|
|
124492
|
+
"module": "core/base-elements/action-base-element.js"
|
|
124493
|
+
}
|
|
124512
124494
|
},
|
|
124513
124495
|
{
|
|
124514
124496
|
"kind": "field",
|
|
@@ -124616,91 +124598,109 @@
|
|
|
124616
124598
|
}
|
|
124617
124599
|
}
|
|
124618
124600
|
],
|
|
124619
|
-
"
|
|
124601
|
+
"mixins": [
|
|
124620
124602
|
{
|
|
124621
|
-
"
|
|
124622
|
-
|
|
124623
|
-
|
|
124624
|
-
|
|
124625
|
-
"name": "
|
|
124603
|
+
"name": "SbbIconNameMixin",
|
|
124604
|
+
"module": "icon.js"
|
|
124605
|
+
},
|
|
124606
|
+
{
|
|
124607
|
+
"name": "SbbDisabledMixin",
|
|
124608
|
+
"module": "core/mixins.js"
|
|
124626
124609
|
}
|
|
124627
124610
|
],
|
|
124611
|
+
"superclass": {
|
|
124612
|
+
"name": "SbbButtonBaseElement",
|
|
124613
|
+
"module": "core/base-elements.js"
|
|
124614
|
+
},
|
|
124615
|
+
"tagName": "sbb-step-label",
|
|
124616
|
+
"customElement": true,
|
|
124628
124617
|
"attributes": [
|
|
124629
124618
|
{
|
|
124630
|
-
"name": "
|
|
124619
|
+
"name": "icon-name",
|
|
124631
124620
|
"type": {
|
|
124632
|
-
"text": "
|
|
124621
|
+
"text": "string"
|
|
124633
124622
|
},
|
|
124623
|
+
"default": "''",
|
|
124624
|
+
"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.",
|
|
124625
|
+
"fieldName": "iconName",
|
|
124626
|
+
"inheritedFrom": {
|
|
124627
|
+
"name": "SbbIconNameMixin",
|
|
124628
|
+
"module": "icon/icon-name-mixin.js"
|
|
124629
|
+
}
|
|
124630
|
+
},
|
|
124631
|
+
{
|
|
124632
|
+
"name": "disabled",
|
|
124633
|
+
"description": "Whether the component is disabled.",
|
|
124634
124634
|
"default": "false",
|
|
124635
|
-
"
|
|
124636
|
-
|
|
124635
|
+
"type": {
|
|
124636
|
+
"text": "boolean"
|
|
124637
|
+
},
|
|
124638
|
+
"fieldName": "disabled",
|
|
124639
|
+
"inheritedFrom": {
|
|
124640
|
+
"name": "SbbDisabledMixin",
|
|
124641
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
124642
|
+
}
|
|
124637
124643
|
},
|
|
124638
124644
|
{
|
|
124639
|
-
"name": "
|
|
124640
|
-
"description": "Overrides the behavior of `orientation` property.",
|
|
124645
|
+
"name": "value",
|
|
124641
124646
|
"type": {
|
|
124642
|
-
"text": "
|
|
124647
|
+
"text": "string"
|
|
124643
124648
|
},
|
|
124644
|
-
"
|
|
124649
|
+
"default": "''",
|
|
124650
|
+
"description": "Value of the form element.",
|
|
124651
|
+
"fieldName": "value",
|
|
124652
|
+
"inheritedFrom": {
|
|
124653
|
+
"name": "SbbButtonBaseElement",
|
|
124654
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124655
|
+
}
|
|
124645
124656
|
},
|
|
124646
124657
|
{
|
|
124647
|
-
"name": "
|
|
124658
|
+
"name": "type",
|
|
124659
|
+
"description": "The type attribute to use for the button.",
|
|
124660
|
+
"default": "'button'",
|
|
124648
124661
|
"type": {
|
|
124649
|
-
"text": "
|
|
124662
|
+
"text": "SbbButtonType"
|
|
124650
124663
|
},
|
|
124651
|
-
"
|
|
124652
|
-
"
|
|
124653
|
-
|
|
124664
|
+
"fieldName": "type",
|
|
124665
|
+
"inheritedFrom": {
|
|
124666
|
+
"name": "SbbButtonBaseElement",
|
|
124667
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124668
|
+
}
|
|
124654
124669
|
},
|
|
124655
124670
|
{
|
|
124656
|
-
"name": "
|
|
124671
|
+
"name": "form",
|
|
124672
|
+
"description": "The `<form>` element to associate the button with.",
|
|
124657
124673
|
"type": {
|
|
124658
|
-
"text": "
|
|
124674
|
+
"text": "HTMLFormElement | null"
|
|
124659
124675
|
},
|
|
124660
|
-
"
|
|
124661
|
-
"
|
|
124662
|
-
|
|
124676
|
+
"fieldName": "form",
|
|
124677
|
+
"inheritedFrom": {
|
|
124678
|
+
"name": "SbbButtonBaseElement",
|
|
124679
|
+
"module": "core/base-elements/button-base-element.js"
|
|
124680
|
+
}
|
|
124663
124681
|
},
|
|
124664
124682
|
{
|
|
124665
|
-
"name": "
|
|
124666
|
-
"description": "
|
|
124683
|
+
"name": "name",
|
|
124684
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
124667
124685
|
"type": {
|
|
124668
|
-
"text": "
|
|
124686
|
+
"text": "string"
|
|
124669
124687
|
},
|
|
124670
|
-
"fieldName": "
|
|
124688
|
+
"fieldName": "name",
|
|
124689
|
+
"inheritedFrom": {
|
|
124690
|
+
"name": "SbbFormAssociatedMixin",
|
|
124691
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
124692
|
+
}
|
|
124671
124693
|
}
|
|
124672
|
-
]
|
|
124673
|
-
"superclass": {
|
|
124674
|
-
"name": "SbbElement",
|
|
124675
|
-
"module": "core/base-elements.js"
|
|
124676
|
-
},
|
|
124677
|
-
"tagName": "sbb-stepper",
|
|
124678
|
-
"customElement": true
|
|
124679
|
-
},
|
|
124680
|
-
{
|
|
124681
|
-
"kind": "variable",
|
|
124682
|
-
"name": "currentIndex"
|
|
124683
|
-
},
|
|
124684
|
-
{
|
|
124685
|
-
"kind": "variable",
|
|
124686
|
-
"name": "currentStep"
|
|
124694
|
+
]
|
|
124687
124695
|
}
|
|
124688
124696
|
],
|
|
124689
124697
|
"exports": [
|
|
124690
124698
|
{
|
|
124691
124699
|
"kind": "js",
|
|
124692
|
-
"name": "
|
|
124693
|
-
"declaration": {
|
|
124694
|
-
"name": "SbbStepChangeEvent",
|
|
124695
|
-
"module": "stepper/stepper/stepper.component.js"
|
|
124696
|
-
}
|
|
124697
|
-
},
|
|
124698
|
-
{
|
|
124699
|
-
"kind": "js",
|
|
124700
|
-
"name": "SbbStepperElement",
|
|
124700
|
+
"name": "SbbStepLabelElement",
|
|
124701
124701
|
"declaration": {
|
|
124702
|
-
"name": "
|
|
124703
|
-
"module": "stepper/
|
|
124702
|
+
"name": "SbbStepLabelElement",
|
|
124703
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
124704
124704
|
}
|
|
124705
124705
|
}
|
|
124706
124706
|
]
|