@sbb-esta/lyne-elements-dev 5.0.0-next-dev.1776118170 → 5.0.0-next-dev.1776128807
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1739 -1739
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -99628,16 +99628,28 @@
|
|
|
99628
99628
|
},
|
|
99629
99629
|
{
|
|
99630
99630
|
"kind": "javascript-module",
|
|
99631
|
-
"path": "dialog/dialog-
|
|
99631
|
+
"path": "dialog/dialog-close-button/dialog-close-button.component.js",
|
|
99632
99632
|
"declarations": [
|
|
99633
99633
|
{
|
|
99634
99634
|
"kind": "class",
|
|
99635
|
-
"description": "
|
|
99636
|
-
"name": "
|
|
99635
|
+
"description": "Dialog close button, intended to be placed inside sbb-dialog.",
|
|
99636
|
+
"name": "SbbDialogCloseButtonElement",
|
|
99637
99637
|
"slots": [
|
|
99638
99638
|
{
|
|
99639
|
-
"description": "Use the unnamed slot to
|
|
99640
|
-
"name": ""
|
|
99639
|
+
"description": "Use the unnamed slot to add content to the dialog-close-button. Not intended to be used in this context.",
|
|
99640
|
+
"name": "",
|
|
99641
|
+
"inheritedFrom": {
|
|
99642
|
+
"name": "SbbSecondaryButtonElement",
|
|
99643
|
+
"module": "button/secondary-button/secondary-button.component.js"
|
|
99644
|
+
}
|
|
99645
|
+
},
|
|
99646
|
+
{
|
|
99647
|
+
"description": "Slot used to display the icon, if one is set. Not intended to be used in this context.",
|
|
99648
|
+
"name": "icon",
|
|
99649
|
+
"inheritedFrom": {
|
|
99650
|
+
"name": "SbbSecondaryButtonElement",
|
|
99651
|
+
"module": "button/secondary-button/secondary-button.component.js"
|
|
99652
|
+
}
|
|
99641
99653
|
}
|
|
99642
99654
|
],
|
|
99643
99655
|
"members": [
|
|
@@ -99650,488 +99662,460 @@
|
|
|
99650
99662
|
"privacy": "public",
|
|
99651
99663
|
"static": true,
|
|
99652
99664
|
"readonly": true,
|
|
99653
|
-
"default": "'sbb-dialog-content'",
|
|
99654
99665
|
"inheritedFrom": {
|
|
99655
99666
|
"name": "SbbElement",
|
|
99656
99667
|
"module": "core/base-elements/element.js"
|
|
99657
|
-
}
|
|
99668
|
+
},
|
|
99669
|
+
"default": "'sbb-dialog-close-button'"
|
|
99658
99670
|
},
|
|
99659
99671
|
{
|
|
99660
99672
|
"kind": "field",
|
|
99661
|
-
"name": "
|
|
99662
|
-
"
|
|
99663
|
-
|
|
99664
|
-
},
|
|
99665
|
-
"privacy": "public",
|
|
99666
|
-
"static": true,
|
|
99667
|
-
"default": "true",
|
|
99668
|
-
"inheritedFrom": {
|
|
99669
|
-
"name": "SbbElement",
|
|
99670
|
-
"module": "core/base-elements/element.js"
|
|
99671
|
-
}
|
|
99673
|
+
"name": "_languageController",
|
|
99674
|
+
"privacy": "private",
|
|
99675
|
+
"default": "new SbbLanguageController(this)"
|
|
99672
99676
|
},
|
|
99673
99677
|
{
|
|
99674
|
-
"kind": "
|
|
99675
|
-
"name": "
|
|
99676
|
-
"
|
|
99677
|
-
|
|
99678
|
+
"kind": "method",
|
|
99679
|
+
"name": "renderTemplate",
|
|
99680
|
+
"privacy": "protected",
|
|
99681
|
+
"return": {
|
|
99682
|
+
"type": {
|
|
99683
|
+
"text": "TemplateResult"
|
|
99684
|
+
}
|
|
99678
99685
|
},
|
|
99679
|
-
"
|
|
99680
|
-
"static": true,
|
|
99686
|
+
"description": "Override this method to render the component template.",
|
|
99681
99687
|
"inheritedFrom": {
|
|
99682
|
-
"name": "
|
|
99683
|
-
"module": "core/base-elements/element.js"
|
|
99688
|
+
"name": "SbbActionBaseElement",
|
|
99689
|
+
"module": "core/base-elements/action-base-element.js"
|
|
99684
99690
|
}
|
|
99685
99691
|
},
|
|
99686
99692
|
{
|
|
99687
|
-
"kind": "
|
|
99688
|
-
"name": "
|
|
99689
|
-
"
|
|
99690
|
-
|
|
99693
|
+
"kind": "method",
|
|
99694
|
+
"name": "renderIconName",
|
|
99695
|
+
"privacy": "protected",
|
|
99696
|
+
"return": {
|
|
99697
|
+
"type": {
|
|
99698
|
+
"text": "string"
|
|
99699
|
+
}
|
|
99691
99700
|
},
|
|
99692
|
-
"privacy": "public",
|
|
99693
|
-
"static": true,
|
|
99694
99701
|
"inheritedFrom": {
|
|
99695
|
-
"name": "
|
|
99696
|
-
"module": "
|
|
99702
|
+
"name": "SbbIconNameMixin",
|
|
99703
|
+
"module": "icon/icon-name-mixin.js"
|
|
99697
99704
|
}
|
|
99698
99705
|
},
|
|
99699
99706
|
{
|
|
99700
99707
|
"kind": "field",
|
|
99701
|
-
"name": "
|
|
99708
|
+
"name": "size",
|
|
99702
99709
|
"type": {
|
|
99703
|
-
"text": "
|
|
99710
|
+
"text": "SbbButtonSize"
|
|
99704
99711
|
},
|
|
99705
|
-
"privacy": "
|
|
99712
|
+
"privacy": "public",
|
|
99713
|
+
"description": "Size variant, either l, m or s.",
|
|
99714
|
+
"default": "'s'",
|
|
99715
|
+
"attribute": "size",
|
|
99716
|
+
"reflects": true,
|
|
99706
99717
|
"inheritedFrom": {
|
|
99707
|
-
"name": "
|
|
99708
|
-
"module": "
|
|
99718
|
+
"name": "SbbButtonCommonElementMixin",
|
|
99719
|
+
"module": "button/common/button-common.js"
|
|
99709
99720
|
}
|
|
99710
99721
|
},
|
|
99711
99722
|
{
|
|
99712
99723
|
"kind": "field",
|
|
99713
|
-
"name": "
|
|
99724
|
+
"name": "loading",
|
|
99714
99725
|
"type": {
|
|
99715
99726
|
"text": "boolean"
|
|
99716
99727
|
},
|
|
99717
|
-
"privacy": "
|
|
99718
|
-
"default": "
|
|
99719
|
-
"
|
|
99720
|
-
|
|
99721
|
-
|
|
99722
|
-
}
|
|
99723
|
-
},
|
|
99724
|
-
{
|
|
99725
|
-
"kind": "field",
|
|
99726
|
-
"name": "_hydrationComplete",
|
|
99727
|
-
"privacy": "private",
|
|
99728
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
99728
|
+
"privacy": "public",
|
|
99729
|
+
"default": "false",
|
|
99730
|
+
"description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
|
|
99731
|
+
"attribute": "loading",
|
|
99732
|
+
"reflects": true,
|
|
99729
99733
|
"inheritedFrom": {
|
|
99730
|
-
"name": "
|
|
99731
|
-
"module": "
|
|
99734
|
+
"name": "SbbButtonCommonElementMixin",
|
|
99735
|
+
"module": "button/common/button-common.js"
|
|
99732
99736
|
}
|
|
99733
99737
|
},
|
|
99734
99738
|
{
|
|
99735
99739
|
"kind": "field",
|
|
99736
|
-
"name": "
|
|
99740
|
+
"name": "negative",
|
|
99737
99741
|
"type": {
|
|
99738
|
-
"text": "
|
|
99742
|
+
"text": "boolean"
|
|
99739
99743
|
},
|
|
99740
|
-
"privacy": "
|
|
99744
|
+
"privacy": "public",
|
|
99745
|
+
"default": "false",
|
|
99746
|
+
"description": "Negative coloring variant flag.",
|
|
99747
|
+
"attribute": "negative",
|
|
99748
|
+
"reflects": true,
|
|
99741
99749
|
"inheritedFrom": {
|
|
99742
|
-
"name": "
|
|
99743
|
-
"module": "core/
|
|
99750
|
+
"name": "SbbNegativeMixin",
|
|
99751
|
+
"module": "core/mixins/negative-mixin.js"
|
|
99744
99752
|
}
|
|
99745
99753
|
},
|
|
99746
99754
|
{
|
|
99747
99755
|
"kind": "field",
|
|
99748
|
-
"name": "
|
|
99756
|
+
"name": "elementDependencies",
|
|
99749
99757
|
"type": {
|
|
99750
|
-
"text": "
|
|
99758
|
+
"text": "SbbElementType[]"
|
|
99751
99759
|
},
|
|
99752
|
-
"privacy": "
|
|
99760
|
+
"privacy": "public",
|
|
99761
|
+
"static": true,
|
|
99753
99762
|
"inheritedFrom": {
|
|
99754
99763
|
"name": "SbbElement",
|
|
99755
99764
|
"module": "core/base-elements/element.js"
|
|
99756
|
-
}
|
|
99765
|
+
},
|
|
99766
|
+
"default": "[SbbIconElement]"
|
|
99757
99767
|
},
|
|
99758
99768
|
{
|
|
99759
99769
|
"kind": "field",
|
|
99760
|
-
"name": "
|
|
99770
|
+
"name": "iconName",
|
|
99761
99771
|
"type": {
|
|
99762
|
-
"text": "
|
|
99772
|
+
"text": "string"
|
|
99763
99773
|
},
|
|
99764
|
-
"privacy": "
|
|
99765
|
-
"
|
|
99766
|
-
"
|
|
99774
|
+
"privacy": "public",
|
|
99775
|
+
"default": "''",
|
|
99776
|
+
"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.",
|
|
99777
|
+
"attribute": "icon-name",
|
|
99767
99778
|
"inheritedFrom": {
|
|
99768
|
-
"name": "
|
|
99769
|
-
"module": "
|
|
99770
|
-
}
|
|
99771
|
-
"default": "!!this.shadowRoot"
|
|
99779
|
+
"name": "SbbIconNameMixin",
|
|
99780
|
+
"module": "icon/icon-name-mixin.js"
|
|
99781
|
+
}
|
|
99772
99782
|
},
|
|
99773
99783
|
{
|
|
99774
99784
|
"kind": "method",
|
|
99775
|
-
"name": "
|
|
99785
|
+
"name": "renderIconSlot",
|
|
99776
99786
|
"privacy": "protected",
|
|
99777
99787
|
"return": {
|
|
99778
99788
|
"type": {
|
|
99779
|
-
"text": "
|
|
99789
|
+
"text": "TemplateResult"
|
|
99780
99790
|
}
|
|
99781
99791
|
},
|
|
99782
99792
|
"parameters": [
|
|
99783
99793
|
{
|
|
99784
|
-
"name": "
|
|
99785
|
-
"type": {
|
|
99786
|
-
"text": "string"
|
|
99787
|
-
}
|
|
99788
|
-
},
|
|
99789
|
-
{
|
|
99790
|
-
"name": "force",
|
|
99794
|
+
"name": "classname",
|
|
99791
99795
|
"optional": true,
|
|
99792
99796
|
"type": {
|
|
99793
|
-
"text": "
|
|
99797
|
+
"text": "string"
|
|
99794
99798
|
}
|
|
99795
99799
|
}
|
|
99796
99800
|
],
|
|
99797
99801
|
"inheritedFrom": {
|
|
99798
|
-
"name": "
|
|
99799
|
-
"module": "
|
|
99802
|
+
"name": "SbbIconNameMixin",
|
|
99803
|
+
"module": "icon/icon-name-mixin.js"
|
|
99800
99804
|
}
|
|
99801
99805
|
},
|
|
99802
99806
|
{
|
|
99803
99807
|
"kind": "method",
|
|
99804
|
-
"name": "
|
|
99808
|
+
"name": "_renderIconName",
|
|
99805
99809
|
"privacy": "private",
|
|
99806
99810
|
"return": {
|
|
99807
99811
|
"type": {
|
|
99808
|
-
"text": "
|
|
99812
|
+
"text": "string"
|
|
99809
99813
|
}
|
|
99810
99814
|
},
|
|
99811
|
-
"parameters": [
|
|
99812
|
-
{
|
|
99813
|
-
"name": "event",
|
|
99814
|
-
"type": {
|
|
99815
|
-
"text": "Event"
|
|
99816
|
-
}
|
|
99817
|
-
},
|
|
99818
|
-
{
|
|
99819
|
-
"name": "slot",
|
|
99820
|
-
"type": {
|
|
99821
|
-
"text": "HTMLSlotElement"
|
|
99822
|
-
}
|
|
99823
|
-
}
|
|
99824
|
-
],
|
|
99825
99815
|
"inheritedFrom": {
|
|
99826
|
-
"name": "
|
|
99827
|
-
"module": "
|
|
99816
|
+
"name": "SbbIconNameMixin",
|
|
99817
|
+
"module": "icon/icon-name-mixin.js"
|
|
99828
99818
|
}
|
|
99829
99819
|
},
|
|
99830
99820
|
{
|
|
99831
|
-
"kind": "
|
|
99832
|
-
"name": "
|
|
99833
|
-
"
|
|
99834
|
-
|
|
99835
|
-
"type": {
|
|
99836
|
-
"text": "void"
|
|
99837
|
-
}
|
|
99821
|
+
"kind": "field",
|
|
99822
|
+
"name": "disabledInteractive",
|
|
99823
|
+
"type": {
|
|
99824
|
+
"text": "boolean"
|
|
99838
99825
|
},
|
|
99839
|
-
"
|
|
99840
|
-
|
|
99841
|
-
|
|
99842
|
-
|
|
99843
|
-
|
|
99844
|
-
}
|
|
99845
|
-
}
|
|
99846
|
-
],
|
|
99826
|
+
"privacy": "public",
|
|
99827
|
+
"default": "false",
|
|
99828
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
99829
|
+
"attribute": "disabled-interactive",
|
|
99830
|
+
"reflects": true,
|
|
99847
99831
|
"inheritedFrom": {
|
|
99848
|
-
"name": "
|
|
99849
|
-
"module": "core/
|
|
99832
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
99833
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
99850
99834
|
}
|
|
99851
99835
|
},
|
|
99852
99836
|
{
|
|
99853
|
-
"kind": "
|
|
99854
|
-
"name": "
|
|
99855
|
-
"privacy": "
|
|
99856
|
-
"
|
|
99857
|
-
|
|
99858
|
-
|
|
99859
|
-
|
|
99837
|
+
"kind": "field",
|
|
99838
|
+
"name": "disabled",
|
|
99839
|
+
"privacy": "public",
|
|
99840
|
+
"description": "Whether the component is disabled.",
|
|
99841
|
+
"default": "false",
|
|
99842
|
+
"type": {
|
|
99843
|
+
"text": "boolean"
|
|
99860
99844
|
},
|
|
99861
|
-
"
|
|
99862
|
-
|
|
99863
|
-
"name": "slot",
|
|
99864
|
-
"type": {
|
|
99865
|
-
"text": "HTMLSlotElement"
|
|
99866
|
-
}
|
|
99867
|
-
}
|
|
99868
|
-
],
|
|
99845
|
+
"attribute": "disabled",
|
|
99846
|
+
"reflects": true,
|
|
99869
99847
|
"inheritedFrom": {
|
|
99870
|
-
"name": "
|
|
99871
|
-
"module": "core/
|
|
99848
|
+
"name": "SbbDisabledMixin",
|
|
99849
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
99872
99850
|
}
|
|
99873
99851
|
},
|
|
99874
99852
|
{
|
|
99875
|
-
"kind": "
|
|
99876
|
-
"name": "
|
|
99853
|
+
"kind": "field",
|
|
99854
|
+
"name": "#disabled",
|
|
99877
99855
|
"privacy": "private",
|
|
99878
|
-
"
|
|
99879
|
-
"
|
|
99880
|
-
"text": "void"
|
|
99881
|
-
}
|
|
99856
|
+
"type": {
|
|
99857
|
+
"text": "boolean"
|
|
99882
99858
|
},
|
|
99883
|
-
"
|
|
99884
|
-
{
|
|
99885
|
-
"name": "slot",
|
|
99886
|
-
"type": {
|
|
99887
|
-
"text": "HTMLSlotElement"
|
|
99888
|
-
}
|
|
99889
|
-
}
|
|
99890
|
-
],
|
|
99859
|
+
"default": "false",
|
|
99891
99860
|
"inheritedFrom": {
|
|
99892
|
-
"name": "
|
|
99893
|
-
"module": "core/
|
|
99861
|
+
"name": "SbbDisabledMixin",
|
|
99862
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
99894
99863
|
}
|
|
99895
99864
|
},
|
|
99896
99865
|
{
|
|
99897
99866
|
"kind": "method",
|
|
99898
|
-
"name": "
|
|
99899
|
-
"privacy": "
|
|
99867
|
+
"name": "isDisabledExternally",
|
|
99868
|
+
"privacy": "protected",
|
|
99900
99869
|
"return": {
|
|
99901
99870
|
"type": {
|
|
99902
99871
|
"text": "boolean"
|
|
99903
99872
|
}
|
|
99904
99873
|
},
|
|
99905
|
-
"
|
|
99906
|
-
{
|
|
99907
|
-
"name": "slot",
|
|
99908
|
-
"type": {
|
|
99909
|
-
"text": "HTMLSlotElement"
|
|
99910
|
-
}
|
|
99911
|
-
}
|
|
99912
|
-
],
|
|
99874
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
99913
99875
|
"inheritedFrom": {
|
|
99914
|
-
"name": "
|
|
99915
|
-
"module": "core/
|
|
99876
|
+
"name": "SbbDisabledMixin",
|
|
99877
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
99916
99878
|
}
|
|
99917
|
-
}
|
|
99918
|
-
],
|
|
99919
|
-
"superclass": {
|
|
99920
|
-
"name": "SbbElement",
|
|
99921
|
-
"module": "core.js"
|
|
99922
|
-
},
|
|
99923
|
-
"tagName": "sbb-dialog-content",
|
|
99924
|
-
"customElement": true
|
|
99925
|
-
}
|
|
99926
|
-
],
|
|
99927
|
-
"exports": [
|
|
99928
|
-
{
|
|
99929
|
-
"kind": "js",
|
|
99930
|
-
"name": "SbbDialogContentElement",
|
|
99931
|
-
"declaration": {
|
|
99932
|
-
"name": "SbbDialogContentElement",
|
|
99933
|
-
"module": "dialog/dialog-content/dialog-content.component.js"
|
|
99934
|
-
}
|
|
99935
|
-
}
|
|
99936
|
-
]
|
|
99937
|
-
},
|
|
99938
|
-
{
|
|
99939
|
-
"kind": "javascript-module",
|
|
99940
|
-
"path": "dialog/dialog-title/dialog-title.component.js",
|
|
99941
|
-
"declarations": [
|
|
99942
|
-
{
|
|
99943
|
-
"kind": "class",
|
|
99944
|
-
"description": "It displays a title inside a dialog header.",
|
|
99945
|
-
"name": "SbbDialogTitleElement",
|
|
99946
|
-
"slots": [
|
|
99947
|
-
{
|
|
99948
|
-
"description": "Use the unnamed slot for the content of the dialog-title.",
|
|
99949
|
-
"name": ""
|
|
99950
|
-
}
|
|
99951
|
-
],
|
|
99952
|
-
"members": [
|
|
99879
|
+
},
|
|
99953
99880
|
{
|
|
99954
99881
|
"kind": "field",
|
|
99955
|
-
"name": "
|
|
99882
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
99956
99883
|
"type": {
|
|
99957
|
-
"text": "
|
|
99884
|
+
"text": "array"
|
|
99958
99885
|
},
|
|
99959
|
-
"privacy": "
|
|
99960
|
-
"static": true,
|
|
99886
|
+
"privacy": "private",
|
|
99961
99887
|
"readonly": true,
|
|
99888
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
99962
99889
|
"inheritedFrom": {
|
|
99963
|
-
"name": "
|
|
99964
|
-
"module": "core/base-elements/element.js"
|
|
99965
|
-
}
|
|
99966
|
-
"default": "'sbb-dialog-title'"
|
|
99890
|
+
"name": "SbbButtonBaseElement",
|
|
99891
|
+
"module": "core/base-elements/button-base-element.js"
|
|
99892
|
+
}
|
|
99967
99893
|
},
|
|
99968
99894
|
{
|
|
99969
99895
|
"kind": "field",
|
|
99970
|
-
"name": "
|
|
99896
|
+
"name": "value",
|
|
99971
99897
|
"type": {
|
|
99972
|
-
"text": "
|
|
99898
|
+
"text": "string"
|
|
99973
99899
|
},
|
|
99974
99900
|
"privacy": "public",
|
|
99975
|
-
"default": "'2'",
|
|
99976
|
-
"description": "Title level",
|
|
99977
|
-
"attribute": "level",
|
|
99978
|
-
"reflects": true,
|
|
99979
99901
|
"inheritedFrom": {
|
|
99980
|
-
"name": "
|
|
99981
|
-
"module": "
|
|
99982
|
-
}
|
|
99902
|
+
"name": "SbbButtonBaseElement",
|
|
99903
|
+
"module": "core/base-elements/button-base-element.js"
|
|
99904
|
+
},
|
|
99905
|
+
"default": "''",
|
|
99906
|
+
"description": "Value of the form element.",
|
|
99907
|
+
"attribute": "value"
|
|
99983
99908
|
},
|
|
99984
99909
|
{
|
|
99985
99910
|
"kind": "field",
|
|
99986
|
-
"name": "
|
|
99911
|
+
"name": "type",
|
|
99912
|
+
"privacy": "public",
|
|
99913
|
+
"description": "The type attribute to use for the button.",
|
|
99914
|
+
"default": "'button'",
|
|
99987
99915
|
"type": {
|
|
99988
|
-
"text": "
|
|
99916
|
+
"text": "SbbButtonType"
|
|
99989
99917
|
},
|
|
99990
|
-
"
|
|
99991
|
-
"default": "'4'",
|
|
99992
|
-
"description": "Visual level for the title.",
|
|
99993
|
-
"attribute": "visual-level",
|
|
99994
|
-
"reflects": true,
|
|
99918
|
+
"attribute": "type",
|
|
99995
99919
|
"inheritedFrom": {
|
|
99996
|
-
"name": "
|
|
99997
|
-
"module": "
|
|
99920
|
+
"name": "SbbButtonBaseElement",
|
|
99921
|
+
"module": "core/base-elements/button-base-element.js"
|
|
99998
99922
|
}
|
|
99999
99923
|
},
|
|
100000
99924
|
{
|
|
100001
99925
|
"kind": "field",
|
|
100002
|
-
"name": "
|
|
99926
|
+
"name": "form",
|
|
100003
99927
|
"type": {
|
|
100004
|
-
"text": "
|
|
99928
|
+
"text": "HTMLFormElement | null"
|
|
100005
99929
|
},
|
|
100006
99930
|
"privacy": "public",
|
|
100007
|
-
"
|
|
100008
|
-
"description": "Negative coloring variant flag.",
|
|
100009
|
-
"attribute": "negative",
|
|
100010
|
-
"reflects": true,
|
|
99931
|
+
"description": "The `<form>` element to associate the button with.",
|
|
100011
99932
|
"inheritedFrom": {
|
|
100012
|
-
"name": "
|
|
100013
|
-
"module": "core/
|
|
100014
|
-
}
|
|
99933
|
+
"name": "SbbButtonBaseElement",
|
|
99934
|
+
"module": "core/base-elements/button-base-element.js"
|
|
99935
|
+
},
|
|
99936
|
+
"attribute": "form"
|
|
100015
99937
|
},
|
|
100016
99938
|
{
|
|
100017
99939
|
"kind": "field",
|
|
100018
|
-
"name": "
|
|
99940
|
+
"name": "_formId",
|
|
100019
99941
|
"type": {
|
|
100020
99942
|
"text": "string"
|
|
100021
99943
|
},
|
|
100022
|
-
"privacy": "
|
|
100023
|
-
"
|
|
100024
|
-
"default": "'heading'",
|
|
99944
|
+
"privacy": "private",
|
|
99945
|
+
"default": "''",
|
|
100025
99946
|
"inheritedFrom": {
|
|
100026
|
-
"name": "
|
|
100027
|
-
"module": "core/base-elements/element.js"
|
|
99947
|
+
"name": "SbbButtonBaseElement",
|
|
99948
|
+
"module": "core/base-elements/button-base-element.js"
|
|
100028
99949
|
}
|
|
100029
99950
|
},
|
|
100030
99951
|
{
|
|
100031
99952
|
"kind": "field",
|
|
100032
|
-
"name": "
|
|
100033
|
-
"
|
|
100034
|
-
"text": "boolean"
|
|
100035
|
-
},
|
|
100036
|
-
"privacy": "public",
|
|
100037
|
-
"static": true,
|
|
100038
|
-
"default": "true",
|
|
99953
|
+
"name": "_handleButtonClick",
|
|
99954
|
+
"privacy": "private",
|
|
100039
99955
|
"inheritedFrom": {
|
|
100040
|
-
"name": "
|
|
100041
|
-
"module": "core/base-elements/element.js"
|
|
99956
|
+
"name": "SbbButtonBaseElement",
|
|
99957
|
+
"module": "core/base-elements/button-base-element.js"
|
|
100042
99958
|
}
|
|
100043
99959
|
},
|
|
100044
99960
|
{
|
|
100045
|
-
"kind": "
|
|
100046
|
-
"name": "
|
|
100047
|
-
"
|
|
100048
|
-
|
|
99961
|
+
"kind": "method",
|
|
99962
|
+
"name": "_requestSubmit",
|
|
99963
|
+
"privacy": "private",
|
|
99964
|
+
"return": {
|
|
99965
|
+
"type": {
|
|
99966
|
+
"text": "void"
|
|
99967
|
+
}
|
|
100049
99968
|
},
|
|
100050
|
-
"
|
|
100051
|
-
|
|
99969
|
+
"parameters": [
|
|
99970
|
+
{
|
|
99971
|
+
"name": "form",
|
|
99972
|
+
"type": {
|
|
99973
|
+
"text": "HTMLFormElement"
|
|
99974
|
+
}
|
|
99975
|
+
}
|
|
99976
|
+
],
|
|
100052
99977
|
"inheritedFrom": {
|
|
100053
|
-
"name": "
|
|
100054
|
-
"module": "core/base-elements/element.js"
|
|
99978
|
+
"name": "SbbButtonBaseElement",
|
|
99979
|
+
"module": "core/base-elements/button-base-element.js"
|
|
100055
99980
|
}
|
|
100056
99981
|
},
|
|
100057
99982
|
{
|
|
100058
99983
|
"kind": "field",
|
|
100059
|
-
"name": "
|
|
100060
|
-
"type": {
|
|
100061
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
100062
|
-
},
|
|
99984
|
+
"name": "_formKeyDown",
|
|
100063
99985
|
"privacy": "private",
|
|
100064
99986
|
"inheritedFrom": {
|
|
100065
|
-
"name": "
|
|
100066
|
-
"module": "core/base-elements/element.js"
|
|
99987
|
+
"name": "SbbButtonBaseElement",
|
|
99988
|
+
"module": "core/base-elements/button-base-element.js"
|
|
100067
99989
|
}
|
|
100068
99990
|
},
|
|
100069
99991
|
{
|
|
100070
99992
|
"kind": "field",
|
|
100071
|
-
"name": "
|
|
99993
|
+
"name": "formAssociated",
|
|
100072
99994
|
"type": {
|
|
100073
99995
|
"text": "boolean"
|
|
100074
99996
|
},
|
|
100075
|
-
"privacy": "
|
|
100076
|
-
"
|
|
99997
|
+
"privacy": "public",
|
|
99998
|
+
"static": true,
|
|
99999
|
+
"default": "true",
|
|
100077
100000
|
"inheritedFrom": {
|
|
100078
|
-
"name": "
|
|
100079
|
-
"module": "core/
|
|
100001
|
+
"name": "SbbFormAssociatedMixin",
|
|
100002
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100080
100003
|
}
|
|
100081
100004
|
},
|
|
100082
100005
|
{
|
|
100083
100006
|
"kind": "field",
|
|
100084
|
-
"name": "
|
|
100085
|
-
"privacy": "
|
|
100086
|
-
"
|
|
100007
|
+
"name": "name",
|
|
100008
|
+
"privacy": "public",
|
|
100009
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
100010
|
+
"type": {
|
|
100011
|
+
"text": "string"
|
|
100012
|
+
},
|
|
100013
|
+
"attribute": "name",
|
|
100087
100014
|
"inheritedFrom": {
|
|
100088
|
-
"name": "
|
|
100089
|
-
"module": "core/
|
|
100015
|
+
"name": "SbbFormAssociatedMixin",
|
|
100016
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100090
100017
|
}
|
|
100091
100018
|
},
|
|
100092
100019
|
{
|
|
100093
100020
|
"kind": "field",
|
|
100094
|
-
"name": "
|
|
100021
|
+
"name": "validity",
|
|
100095
100022
|
"type": {
|
|
100096
|
-
"text": "
|
|
100023
|
+
"text": "ValidityState"
|
|
100097
100024
|
},
|
|
100098
|
-
"privacy": "
|
|
100025
|
+
"privacy": "public",
|
|
100026
|
+
"description": "Returns the ValidityState object for this element.",
|
|
100027
|
+
"readonly": true,
|
|
100099
100028
|
"inheritedFrom": {
|
|
100100
|
-
"name": "
|
|
100101
|
-
"module": "core/
|
|
100029
|
+
"name": "SbbFormAssociatedMixin",
|
|
100030
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100102
100031
|
}
|
|
100103
100032
|
},
|
|
100104
100033
|
{
|
|
100105
100034
|
"kind": "field",
|
|
100106
|
-
"name": "
|
|
100035
|
+
"name": "validationMessage",
|
|
100107
100036
|
"type": {
|
|
100108
|
-
"text": "
|
|
100037
|
+
"text": "string"
|
|
100109
100038
|
},
|
|
100110
|
-
"privacy": "
|
|
100039
|
+
"privacy": "public",
|
|
100040
|
+
"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.",
|
|
100041
|
+
"readonly": true,
|
|
100111
100042
|
"inheritedFrom": {
|
|
100112
|
-
"name": "
|
|
100113
|
-
"module": "core/
|
|
100043
|
+
"name": "SbbFormAssociatedMixin",
|
|
100044
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100114
100045
|
}
|
|
100115
100046
|
},
|
|
100116
100047
|
{
|
|
100117
100048
|
"kind": "field",
|
|
100118
|
-
"name": "
|
|
100049
|
+
"name": "willValidate",
|
|
100119
100050
|
"type": {
|
|
100120
100051
|
"text": "boolean"
|
|
100121
100052
|
},
|
|
100122
|
-
"privacy": "
|
|
100123
|
-
"description": "Returns
|
|
100053
|
+
"privacy": "public",
|
|
100054
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
100124
100055
|
"readonly": true,
|
|
100125
100056
|
"inheritedFrom": {
|
|
100126
|
-
"name": "
|
|
100127
|
-
"module": "core/
|
|
100128
|
-
}
|
|
100129
|
-
"default": "!!this.shadowRoot"
|
|
100057
|
+
"name": "SbbFormAssociatedMixin",
|
|
100058
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100059
|
+
}
|
|
100130
100060
|
},
|
|
100131
100061
|
{
|
|
100132
|
-
"kind": "
|
|
100133
|
-
"name": "
|
|
100062
|
+
"kind": "field",
|
|
100063
|
+
"name": "_validityStates",
|
|
100064
|
+
"privacy": "private",
|
|
100065
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
100066
|
+
"inheritedFrom": {
|
|
100067
|
+
"name": "SbbFormAssociatedMixin",
|
|
100068
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100069
|
+
}
|
|
100070
|
+
},
|
|
100071
|
+
{
|
|
100072
|
+
"kind": "field",
|
|
100073
|
+
"name": "formDisabled",
|
|
100074
|
+
"type": {
|
|
100075
|
+
"text": "boolean"
|
|
100076
|
+
},
|
|
100134
100077
|
"privacy": "protected",
|
|
100078
|
+
"default": "false",
|
|
100079
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
100080
|
+
"inheritedFrom": {
|
|
100081
|
+
"name": "SbbFormAssociatedMixin",
|
|
100082
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100083
|
+
}
|
|
100084
|
+
},
|
|
100085
|
+
{
|
|
100086
|
+
"kind": "method",
|
|
100087
|
+
"name": "checkValidity",
|
|
100088
|
+
"privacy": "public",
|
|
100089
|
+
"return": {
|
|
100090
|
+
"type": {
|
|
100091
|
+
"text": "boolean"
|
|
100092
|
+
}
|
|
100093
|
+
},
|
|
100094
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
100095
|
+
"inheritedFrom": {
|
|
100096
|
+
"name": "SbbFormAssociatedMixin",
|
|
100097
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100098
|
+
}
|
|
100099
|
+
},
|
|
100100
|
+
{
|
|
100101
|
+
"kind": "method",
|
|
100102
|
+
"name": "reportValidity",
|
|
100103
|
+
"privacy": "public",
|
|
100104
|
+
"return": {
|
|
100105
|
+
"type": {
|
|
100106
|
+
"text": "boolean"
|
|
100107
|
+
}
|
|
100108
|
+
},
|
|
100109
|
+
"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.",
|
|
100110
|
+
"inheritedFrom": {
|
|
100111
|
+
"name": "SbbFormAssociatedMixin",
|
|
100112
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100113
|
+
}
|
|
100114
|
+
},
|
|
100115
|
+
{
|
|
100116
|
+
"kind": "method",
|
|
100117
|
+
"name": "setCustomValidity",
|
|
100118
|
+
"privacy": "public",
|
|
100135
100119
|
"return": {
|
|
100136
100120
|
"type": {
|
|
100137
100121
|
"text": "void"
|
|
@@ -100139,56 +100123,65 @@
|
|
|
100139
100123
|
},
|
|
100140
100124
|
"parameters": [
|
|
100141
100125
|
{
|
|
100142
|
-
"name": "
|
|
100126
|
+
"name": "message",
|
|
100143
100127
|
"type": {
|
|
100144
100128
|
"text": "string"
|
|
100145
100129
|
}
|
|
100146
|
-
},
|
|
100147
|
-
{
|
|
100148
|
-
"name": "force",
|
|
100149
|
-
"optional": true,
|
|
100150
|
-
"type": {
|
|
100151
|
-
"text": "boolean"
|
|
100152
|
-
}
|
|
100153
100130
|
}
|
|
100154
100131
|
],
|
|
100132
|
+
"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.",
|
|
100155
100133
|
"inheritedFrom": {
|
|
100156
|
-
"name": "
|
|
100157
|
-
"module": "core/
|
|
100134
|
+
"name": "SbbFormAssociatedMixin",
|
|
100135
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100158
100136
|
}
|
|
100159
100137
|
},
|
|
100160
100138
|
{
|
|
100161
100139
|
"kind": "method",
|
|
100162
|
-
"name": "
|
|
100140
|
+
"name": "_hasDisabledAncestor",
|
|
100163
100141
|
"privacy": "private",
|
|
100142
|
+
"return": {
|
|
100143
|
+
"type": {
|
|
100144
|
+
"text": "boolean"
|
|
100145
|
+
}
|
|
100146
|
+
},
|
|
100147
|
+
"inheritedFrom": {
|
|
100148
|
+
"name": "SbbFormAssociatedMixin",
|
|
100149
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100150
|
+
}
|
|
100151
|
+
},
|
|
100152
|
+
{
|
|
100153
|
+
"kind": "method",
|
|
100154
|
+
"name": "updateFormValue",
|
|
100155
|
+
"privacy": "protected",
|
|
100164
100156
|
"return": {
|
|
100165
100157
|
"type": {
|
|
100166
100158
|
"text": "void"
|
|
100167
100159
|
}
|
|
100168
100160
|
},
|
|
100169
|
-
"
|
|
100170
|
-
|
|
100171
|
-
|
|
100172
|
-
|
|
100173
|
-
|
|
100174
|
-
|
|
100175
|
-
|
|
100176
|
-
|
|
100177
|
-
|
|
100178
|
-
|
|
100179
|
-
|
|
100180
|
-
|
|
100161
|
+
"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",
|
|
100162
|
+
"inheritedFrom": {
|
|
100163
|
+
"name": "SbbFormAssociatedMixin",
|
|
100164
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100165
|
+
}
|
|
100166
|
+
},
|
|
100167
|
+
{
|
|
100168
|
+
"kind": "method",
|
|
100169
|
+
"name": "formState",
|
|
100170
|
+
"privacy": "protected",
|
|
100171
|
+
"return": {
|
|
100172
|
+
"type": {
|
|
100173
|
+
"text": "FormRestoreState"
|
|
100181
100174
|
}
|
|
100182
|
-
|
|
100175
|
+
},
|
|
100183
100176
|
"inheritedFrom": {
|
|
100184
|
-
"name": "
|
|
100185
|
-
"module": "core/
|
|
100177
|
+
"name": "SbbFormAssociatedMixin",
|
|
100178
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100186
100179
|
}
|
|
100187
100180
|
},
|
|
100188
100181
|
{
|
|
100189
100182
|
"kind": "method",
|
|
100190
|
-
"name": "
|
|
100191
|
-
"privacy": "
|
|
100183
|
+
"name": "setValidityFlag",
|
|
100184
|
+
"privacy": "protected",
|
|
100192
100185
|
"return": {
|
|
100193
100186
|
"type": {
|
|
100194
100187
|
"text": "void"
|
|
@@ -100196,21 +100189,35 @@
|
|
|
100196
100189
|
},
|
|
100197
100190
|
"parameters": [
|
|
100198
100191
|
{
|
|
100199
|
-
"name": "
|
|
100192
|
+
"name": "flag",
|
|
100200
100193
|
"type": {
|
|
100201
|
-
"text": "
|
|
100194
|
+
"text": "T"
|
|
100195
|
+
}
|
|
100196
|
+
},
|
|
100197
|
+
{
|
|
100198
|
+
"name": "message",
|
|
100199
|
+
"type": {
|
|
100200
|
+
"text": "string"
|
|
100201
|
+
}
|
|
100202
|
+
},
|
|
100203
|
+
{
|
|
100204
|
+
"name": "flagValue",
|
|
100205
|
+
"optional": true,
|
|
100206
|
+
"type": {
|
|
100207
|
+
"text": "ValidityStateFlags[T]"
|
|
100202
100208
|
}
|
|
100203
100209
|
}
|
|
100204
100210
|
],
|
|
100211
|
+
"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).",
|
|
100205
100212
|
"inheritedFrom": {
|
|
100206
|
-
"name": "
|
|
100207
|
-
"module": "core/
|
|
100213
|
+
"name": "SbbFormAssociatedMixin",
|
|
100214
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100208
100215
|
}
|
|
100209
100216
|
},
|
|
100210
100217
|
{
|
|
100211
100218
|
"kind": "method",
|
|
100212
|
-
"name": "
|
|
100213
|
-
"privacy": "
|
|
100219
|
+
"name": "removeValidityFlag",
|
|
100220
|
+
"privacy": "protected",
|
|
100214
100221
|
"return": {
|
|
100215
100222
|
"type": {
|
|
100216
100223
|
"text": "void"
|
|
@@ -100218,43 +100225,37 @@
|
|
|
100218
100225
|
},
|
|
100219
100226
|
"parameters": [
|
|
100220
100227
|
{
|
|
100221
|
-
"name": "
|
|
100228
|
+
"name": "flag",
|
|
100222
100229
|
"type": {
|
|
100223
|
-
"text": "
|
|
100230
|
+
"text": "T"
|
|
100224
100231
|
}
|
|
100225
100232
|
}
|
|
100226
100233
|
],
|
|
100234
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
100227
100235
|
"inheritedFrom": {
|
|
100228
|
-
"name": "
|
|
100229
|
-
"module": "core/
|
|
100236
|
+
"name": "SbbFormAssociatedMixin",
|
|
100237
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100230
100238
|
}
|
|
100231
100239
|
},
|
|
100232
100240
|
{
|
|
100233
100241
|
"kind": "method",
|
|
100234
|
-
"name": "
|
|
100235
|
-
"privacy": "
|
|
100242
|
+
"name": "validate",
|
|
100243
|
+
"privacy": "protected",
|
|
100236
100244
|
"return": {
|
|
100237
100245
|
"type": {
|
|
100238
100246
|
"text": "void"
|
|
100239
100247
|
}
|
|
100240
100248
|
},
|
|
100241
|
-
"
|
|
100242
|
-
{
|
|
100243
|
-
"name": "slot",
|
|
100244
|
-
"type": {
|
|
100245
|
-
"text": "HTMLSlotElement"
|
|
100246
|
-
}
|
|
100247
|
-
}
|
|
100248
|
-
],
|
|
100249
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
100249
100250
|
"inheritedFrom": {
|
|
100250
|
-
"name": "
|
|
100251
|
-
"module": "core/
|
|
100251
|
+
"name": "SbbFormAssociatedMixin",
|
|
100252
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100252
100253
|
}
|
|
100253
100254
|
},
|
|
100254
100255
|
{
|
|
100255
100256
|
"kind": "method",
|
|
100256
|
-
"name": "
|
|
100257
|
-
"privacy": "
|
|
100257
|
+
"name": "shouldValidate",
|
|
100258
|
+
"privacy": "protected",
|
|
100258
100259
|
"return": {
|
|
100259
100260
|
"type": {
|
|
100260
100261
|
"text": "boolean"
|
|
@@ -100262,142 +100263,118 @@
|
|
|
100262
100263
|
},
|
|
100263
100264
|
"parameters": [
|
|
100264
100265
|
{
|
|
100265
|
-
"name": "
|
|
100266
|
+
"name": "name",
|
|
100266
100267
|
"type": {
|
|
100267
|
-
"text": "
|
|
100268
|
+
"text": "PropertyKey | undefined"
|
|
100268
100269
|
}
|
|
100269
100270
|
}
|
|
100270
100271
|
],
|
|
100272
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
100271
100273
|
"inheritedFrom": {
|
|
100272
|
-
"name": "
|
|
100273
|
-
"module": "core/
|
|
100274
|
+
"name": "SbbFormAssociatedMixin",
|
|
100275
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100274
100276
|
}
|
|
100275
|
-
}
|
|
100276
|
-
],
|
|
100277
|
-
"mixins": [
|
|
100278
|
-
{
|
|
100279
|
-
"name": "SbbNegativeMixin",
|
|
100280
|
-
"module": "core.js"
|
|
100281
|
-
}
|
|
100282
|
-
],
|
|
100283
|
-
"superclass": {
|
|
100284
|
-
"name": "SbbTitleBase",
|
|
100285
|
-
"module": "title.pure.js"
|
|
100286
|
-
},
|
|
100287
|
-
"tagName": "sbb-dialog-title",
|
|
100288
|
-
"customElement": true,
|
|
100289
|
-
"attributes": [
|
|
100277
|
+
},
|
|
100290
100278
|
{
|
|
100291
|
-
"
|
|
100292
|
-
"
|
|
100293
|
-
|
|
100279
|
+
"kind": "method",
|
|
100280
|
+
"name": "_setInternalValidity",
|
|
100281
|
+
"privacy": "private",
|
|
100282
|
+
"return": {
|
|
100283
|
+
"type": {
|
|
100284
|
+
"text": "void"
|
|
100285
|
+
}
|
|
100294
100286
|
},
|
|
100295
|
-
"default": "false",
|
|
100296
|
-
"description": "Negative coloring variant flag.",
|
|
100297
|
-
"fieldName": "negative",
|
|
100298
100287
|
"inheritedFrom": {
|
|
100299
|
-
"name": "
|
|
100300
|
-
"module": "core/mixins/
|
|
100288
|
+
"name": "SbbFormAssociatedMixin",
|
|
100289
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
100301
100290
|
}
|
|
100302
100291
|
},
|
|
100303
100292
|
{
|
|
100304
|
-
"
|
|
100293
|
+
"kind": "field",
|
|
100294
|
+
"name": "role",
|
|
100305
100295
|
"type": {
|
|
100306
|
-
"text": "
|
|
100296
|
+
"text": "ElementInternals['role']"
|
|
100307
100297
|
},
|
|
100308
|
-
"
|
|
100309
|
-
"
|
|
100310
|
-
"fieldName": "level",
|
|
100298
|
+
"privacy": "public",
|
|
100299
|
+
"static": true,
|
|
100311
100300
|
"inheritedFrom": {
|
|
100312
|
-
"name": "
|
|
100313
|
-
"module": "
|
|
100314
|
-
}
|
|
100301
|
+
"name": "SbbElement",
|
|
100302
|
+
"module": "core/base-elements/element.js"
|
|
100303
|
+
},
|
|
100304
|
+
"readonly": true,
|
|
100305
|
+
"default": "'button'"
|
|
100315
100306
|
},
|
|
100316
100307
|
{
|
|
100317
|
-
"
|
|
100318
|
-
"
|
|
100319
|
-
|
|
100320
|
-
|
|
100321
|
-
"
|
|
100322
|
-
|
|
100323
|
-
|
|
100308
|
+
"kind": "field",
|
|
100309
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
100310
|
+
"privacy": "private",
|
|
100311
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
100312
|
+
"parameters": [
|
|
100313
|
+
{
|
|
100314
|
+
"description": "The origin event.",
|
|
100315
|
+
"name": "event"
|
|
100316
|
+
}
|
|
100317
|
+
],
|
|
100324
100318
|
"inheritedFrom": {
|
|
100325
|
-
"name": "
|
|
100326
|
-
"module": "
|
|
100319
|
+
"name": "SbbButtonLikeBaseElement",
|
|
100320
|
+
"module": "core/base-elements/button-base-element.js"
|
|
100327
100321
|
}
|
|
100328
|
-
}
|
|
100329
|
-
]
|
|
100330
|
-
}
|
|
100331
|
-
],
|
|
100332
|
-
"exports": [
|
|
100333
|
-
{
|
|
100334
|
-
"kind": "js",
|
|
100335
|
-
"name": "SbbDialogTitleElement",
|
|
100336
|
-
"declaration": {
|
|
100337
|
-
"name": "SbbDialogTitleElement",
|
|
100338
|
-
"module": "dialog/dialog-title/dialog-title.component.js"
|
|
100339
|
-
}
|
|
100340
|
-
}
|
|
100341
|
-
]
|
|
100342
|
-
},
|
|
100343
|
-
{
|
|
100344
|
-
"kind": "javascript-module",
|
|
100345
|
-
"path": "dialog/dialog-close-button/dialog-close-button.component.js",
|
|
100346
|
-
"declarations": [
|
|
100347
|
-
{
|
|
100348
|
-
"kind": "class",
|
|
100349
|
-
"description": "Dialog close button, intended to be placed inside sbb-dialog.",
|
|
100350
|
-
"name": "SbbDialogCloseButtonElement",
|
|
100351
|
-
"slots": [
|
|
100322
|
+
},
|
|
100352
100323
|
{
|
|
100353
|
-
"
|
|
100354
|
-
"name": "",
|
|
100324
|
+
"kind": "field",
|
|
100325
|
+
"name": "_removeActiveMarker",
|
|
100326
|
+
"privacy": "private",
|
|
100355
100327
|
"inheritedFrom": {
|
|
100356
|
-
"name": "
|
|
100357
|
-
"module": "
|
|
100328
|
+
"name": "SbbButtonLikeBaseElement",
|
|
100329
|
+
"module": "core/base-elements/button-base-element.js"
|
|
100358
100330
|
}
|
|
100359
100331
|
},
|
|
100360
100332
|
{
|
|
100361
|
-
"
|
|
100362
|
-
"name": "
|
|
100333
|
+
"kind": "field",
|
|
100334
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
100335
|
+
"privacy": "private",
|
|
100336
|
+
"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.",
|
|
100337
|
+
"parameters": [
|
|
100338
|
+
{
|
|
100339
|
+
"description": "The origin event.",
|
|
100340
|
+
"name": "event"
|
|
100341
|
+
}
|
|
100342
|
+
],
|
|
100363
100343
|
"inheritedFrom": {
|
|
100364
|
-
"name": "
|
|
100365
|
-
"module": "
|
|
100344
|
+
"name": "SbbButtonLikeBaseElement",
|
|
100345
|
+
"module": "core/base-elements/button-base-element.js"
|
|
100366
100346
|
}
|
|
100367
|
-
}
|
|
100368
|
-
],
|
|
100369
|
-
"members": [
|
|
100347
|
+
},
|
|
100370
100348
|
{
|
|
100371
100349
|
"kind": "field",
|
|
100372
|
-
"name": "
|
|
100350
|
+
"name": "_dispatchClickEvent",
|
|
100351
|
+
"privacy": "private",
|
|
100352
|
+
"inheritedFrom": {
|
|
100353
|
+
"name": "SbbButtonLikeBaseElement",
|
|
100354
|
+
"module": "core/base-elements/button-base-element.js"
|
|
100355
|
+
}
|
|
100356
|
+
},
|
|
100357
|
+
{
|
|
100358
|
+
"kind": "field",
|
|
100359
|
+
"name": "maybeDisabled",
|
|
100373
100360
|
"type": {
|
|
100374
|
-
"text": "
|
|
100361
|
+
"text": "boolean | undefined"
|
|
100375
100362
|
},
|
|
100376
|
-
"privacy": "
|
|
100377
|
-
"static": true,
|
|
100363
|
+
"privacy": "protected",
|
|
100378
100364
|
"readonly": true,
|
|
100379
100365
|
"inheritedFrom": {
|
|
100380
|
-
"name": "
|
|
100381
|
-
"module": "core/base-elements/element.js"
|
|
100382
|
-
}
|
|
100383
|
-
"default": "'sbb-dialog-close-button'"
|
|
100366
|
+
"name": "SbbActionBaseElement",
|
|
100367
|
+
"module": "core/base-elements/action-base-element.js"
|
|
100368
|
+
}
|
|
100384
100369
|
},
|
|
100385
100370
|
{
|
|
100386
100371
|
"kind": "field",
|
|
100387
|
-
"name": "
|
|
100388
|
-
"
|
|
100389
|
-
|
|
100390
|
-
},
|
|
100391
|
-
{
|
|
100392
|
-
"kind": "method",
|
|
100393
|
-
"name": "renderTemplate",
|
|
100394
|
-
"privacy": "protected",
|
|
100395
|
-
"return": {
|
|
100396
|
-
"type": {
|
|
100397
|
-
"text": "TemplateResult"
|
|
100398
|
-
}
|
|
100372
|
+
"name": "maybeDisabledInteractive",
|
|
100373
|
+
"type": {
|
|
100374
|
+
"text": "boolean | undefined"
|
|
100399
100375
|
},
|
|
100400
|
-
"
|
|
100376
|
+
"privacy": "protected",
|
|
100377
|
+
"readonly": true,
|
|
100401
100378
|
"inheritedFrom": {
|
|
100402
100379
|
"name": "SbbActionBaseElement",
|
|
100403
100380
|
"module": "core/base-elements/action-base-element.js"
|
|
@@ -100405,496 +100382,559 @@
|
|
|
100405
100382
|
},
|
|
100406
100383
|
{
|
|
100407
100384
|
"kind": "method",
|
|
100408
|
-
"name": "
|
|
100385
|
+
"name": "setupBaseEventHandlers",
|
|
100409
100386
|
"privacy": "protected",
|
|
100410
100387
|
"return": {
|
|
100411
100388
|
"type": {
|
|
100412
|
-
"text": "
|
|
100389
|
+
"text": "void"
|
|
100413
100390
|
}
|
|
100414
100391
|
},
|
|
100415
100392
|
"inheritedFrom": {
|
|
100416
|
-
"name": "
|
|
100417
|
-
"module": "
|
|
100393
|
+
"name": "SbbActionBaseElement",
|
|
100394
|
+
"module": "core/base-elements/action-base-element.js"
|
|
100418
100395
|
}
|
|
100419
100396
|
},
|
|
100420
100397
|
{
|
|
100421
100398
|
"kind": "field",
|
|
100422
|
-
"name": "
|
|
100399
|
+
"name": "['_$sbbElement$']",
|
|
100423
100400
|
"type": {
|
|
100424
|
-
"text": "
|
|
100401
|
+
"text": "boolean"
|
|
100425
100402
|
},
|
|
100426
100403
|
"privacy": "public",
|
|
100427
|
-
"
|
|
100428
|
-
"default": "
|
|
100429
|
-
"attribute": "size",
|
|
100430
|
-
"reflects": true,
|
|
100404
|
+
"static": true,
|
|
100405
|
+
"default": "true",
|
|
100431
100406
|
"inheritedFrom": {
|
|
100432
|
-
"name": "
|
|
100433
|
-
"module": "
|
|
100407
|
+
"name": "SbbElement",
|
|
100408
|
+
"module": "core/base-elements/element.js"
|
|
100434
100409
|
}
|
|
100435
100410
|
},
|
|
100436
100411
|
{
|
|
100437
100412
|
"kind": "field",
|
|
100438
|
-
"name": "
|
|
100413
|
+
"name": "_controllers",
|
|
100439
100414
|
"type": {
|
|
100440
|
-
"text": "
|
|
100415
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
100441
100416
|
},
|
|
100442
|
-
"privacy": "
|
|
100443
|
-
"default": "false",
|
|
100444
|
-
"description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
|
|
100445
|
-
"attribute": "loading",
|
|
100446
|
-
"reflects": true,
|
|
100417
|
+
"privacy": "private",
|
|
100447
100418
|
"inheritedFrom": {
|
|
100448
|
-
"name": "
|
|
100449
|
-
"module": "
|
|
100419
|
+
"name": "SbbElement",
|
|
100420
|
+
"module": "core/base-elements/element.js"
|
|
100450
100421
|
}
|
|
100451
100422
|
},
|
|
100452
100423
|
{
|
|
100453
100424
|
"kind": "field",
|
|
100454
|
-
"name": "
|
|
100425
|
+
"name": "_hydrationRequired",
|
|
100455
100426
|
"type": {
|
|
100456
100427
|
"text": "boolean"
|
|
100457
100428
|
},
|
|
100458
|
-
"privacy": "
|
|
100459
|
-
"default": "
|
|
100460
|
-
"description": "Negative coloring variant flag.",
|
|
100461
|
-
"attribute": "negative",
|
|
100462
|
-
"reflects": true,
|
|
100429
|
+
"privacy": "private",
|
|
100430
|
+
"default": "!!this.shadowRoot",
|
|
100463
100431
|
"inheritedFrom": {
|
|
100464
|
-
"name": "
|
|
100465
|
-
"module": "core/
|
|
100432
|
+
"name": "SbbElement",
|
|
100433
|
+
"module": "core/base-elements/element.js"
|
|
100466
100434
|
}
|
|
100467
100435
|
},
|
|
100468
100436
|
{
|
|
100469
100437
|
"kind": "field",
|
|
100470
|
-
"name": "
|
|
100438
|
+
"name": "_hydrationComplete",
|
|
100439
|
+
"privacy": "private",
|
|
100440
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
100441
|
+
"inheritedFrom": {
|
|
100442
|
+
"name": "SbbElement",
|
|
100443
|
+
"module": "core/base-elements/element.js"
|
|
100444
|
+
}
|
|
100445
|
+
},
|
|
100446
|
+
{
|
|
100447
|
+
"kind": "field",
|
|
100448
|
+
"name": "_resolveHydration",
|
|
100471
100449
|
"type": {
|
|
100472
|
-
"text": "
|
|
100450
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
100473
100451
|
},
|
|
100474
|
-
"privacy": "
|
|
100475
|
-
"static": true,
|
|
100452
|
+
"privacy": "private",
|
|
100476
100453
|
"inheritedFrom": {
|
|
100477
100454
|
"name": "SbbElement",
|
|
100478
100455
|
"module": "core/base-elements/element.js"
|
|
100479
|
-
}
|
|
100480
|
-
"default": "[SbbIconElement]"
|
|
100456
|
+
}
|
|
100481
100457
|
},
|
|
100482
100458
|
{
|
|
100483
100459
|
"kind": "field",
|
|
100484
|
-
"name": "
|
|
100460
|
+
"name": "_textObserver",
|
|
100485
100461
|
"type": {
|
|
100486
|
-
"text": "
|
|
100462
|
+
"text": "MutationObserver | undefined"
|
|
100487
100463
|
},
|
|
100488
|
-
"privacy": "
|
|
100489
|
-
"default": "''",
|
|
100490
|
-
"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.",
|
|
100491
|
-
"attribute": "icon-name",
|
|
100464
|
+
"privacy": "private",
|
|
100492
100465
|
"inheritedFrom": {
|
|
100493
|
-
"name": "
|
|
100494
|
-
"module": "
|
|
100466
|
+
"name": "SbbElement",
|
|
100467
|
+
"module": "core/base-elements/element.js"
|
|
100495
100468
|
}
|
|
100496
100469
|
},
|
|
100470
|
+
{
|
|
100471
|
+
"kind": "field",
|
|
100472
|
+
"name": "hydrationRequired",
|
|
100473
|
+
"type": {
|
|
100474
|
+
"text": "boolean"
|
|
100475
|
+
},
|
|
100476
|
+
"privacy": "protected",
|
|
100477
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
100478
|
+
"readonly": true,
|
|
100479
|
+
"inheritedFrom": {
|
|
100480
|
+
"name": "SbbElement",
|
|
100481
|
+
"module": "core/base-elements/element.js"
|
|
100482
|
+
},
|
|
100483
|
+
"default": "!!this.shadowRoot"
|
|
100484
|
+
},
|
|
100497
100485
|
{
|
|
100498
100486
|
"kind": "method",
|
|
100499
|
-
"name": "
|
|
100487
|
+
"name": "toggleState",
|
|
100500
100488
|
"privacy": "protected",
|
|
100501
100489
|
"return": {
|
|
100502
100490
|
"type": {
|
|
100503
|
-
"text": "
|
|
100491
|
+
"text": "void"
|
|
100504
100492
|
}
|
|
100505
100493
|
},
|
|
100506
100494
|
"parameters": [
|
|
100507
100495
|
{
|
|
100508
|
-
"name": "
|
|
100509
|
-
"optional": true,
|
|
100496
|
+
"name": "value",
|
|
100510
100497
|
"type": {
|
|
100511
100498
|
"text": "string"
|
|
100512
100499
|
}
|
|
100500
|
+
},
|
|
100501
|
+
{
|
|
100502
|
+
"name": "force",
|
|
100503
|
+
"optional": true,
|
|
100504
|
+
"type": {
|
|
100505
|
+
"text": "boolean"
|
|
100506
|
+
}
|
|
100513
100507
|
}
|
|
100514
100508
|
],
|
|
100515
100509
|
"inheritedFrom": {
|
|
100516
|
-
"name": "
|
|
100517
|
-
"module": "
|
|
100510
|
+
"name": "SbbElement",
|
|
100511
|
+
"module": "core/base-elements/element.js"
|
|
100518
100512
|
}
|
|
100519
100513
|
},
|
|
100520
100514
|
{
|
|
100521
100515
|
"kind": "method",
|
|
100522
|
-
"name": "
|
|
100516
|
+
"name": "_slotchangeHandler",
|
|
100523
100517
|
"privacy": "private",
|
|
100524
100518
|
"return": {
|
|
100525
100519
|
"type": {
|
|
100526
|
-
"text": "
|
|
100520
|
+
"text": "void"
|
|
100527
100521
|
}
|
|
100528
100522
|
},
|
|
100523
|
+
"parameters": [
|
|
100524
|
+
{
|
|
100525
|
+
"name": "event",
|
|
100526
|
+
"type": {
|
|
100527
|
+
"text": "Event"
|
|
100528
|
+
}
|
|
100529
|
+
},
|
|
100530
|
+
{
|
|
100531
|
+
"name": "slot",
|
|
100532
|
+
"type": {
|
|
100533
|
+
"text": "HTMLSlotElement"
|
|
100534
|
+
}
|
|
100535
|
+
}
|
|
100536
|
+
],
|
|
100529
100537
|
"inheritedFrom": {
|
|
100530
|
-
"name": "
|
|
100531
|
-
"module": "
|
|
100538
|
+
"name": "SbbElement",
|
|
100539
|
+
"module": "core/base-elements/element.js"
|
|
100532
100540
|
}
|
|
100533
100541
|
},
|
|
100534
100542
|
{
|
|
100535
|
-
"kind": "
|
|
100536
|
-
"name": "
|
|
100537
|
-
"
|
|
100538
|
-
|
|
100543
|
+
"kind": "method",
|
|
100544
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
100545
|
+
"privacy": "private",
|
|
100546
|
+
"return": {
|
|
100547
|
+
"type": {
|
|
100548
|
+
"text": "void"
|
|
100549
|
+
}
|
|
100539
100550
|
},
|
|
100540
|
-
"
|
|
100541
|
-
|
|
100542
|
-
|
|
100543
|
-
|
|
100544
|
-
|
|
100545
|
-
|
|
100546
|
-
|
|
100547
|
-
|
|
100548
|
-
|
|
100551
|
+
"parameters": [
|
|
100552
|
+
{
|
|
100553
|
+
"name": "slot",
|
|
100554
|
+
"type": {
|
|
100555
|
+
"text": "HTMLSlotElement"
|
|
100556
|
+
}
|
|
100557
|
+
}
|
|
100558
|
+
],
|
|
100559
|
+
"inheritedFrom": {
|
|
100560
|
+
"name": "SbbElement",
|
|
100561
|
+
"module": "core/base-elements/element.js"
|
|
100562
|
+
}
|
|
100549
100563
|
},
|
|
100550
100564
|
{
|
|
100551
|
-
"kind": "
|
|
100552
|
-
"name": "
|
|
100553
|
-
"privacy": "
|
|
100554
|
-
"
|
|
100555
|
-
|
|
100556
|
-
|
|
100557
|
-
|
|
100565
|
+
"kind": "method",
|
|
100566
|
+
"name": "_updateSlottedState",
|
|
100567
|
+
"privacy": "private",
|
|
100568
|
+
"return": {
|
|
100569
|
+
"type": {
|
|
100570
|
+
"text": "void"
|
|
100571
|
+
}
|
|
100558
100572
|
},
|
|
100559
|
-
"
|
|
100560
|
-
|
|
100573
|
+
"parameters": [
|
|
100574
|
+
{
|
|
100575
|
+
"name": "slot",
|
|
100576
|
+
"type": {
|
|
100577
|
+
"text": "HTMLSlotElement"
|
|
100578
|
+
}
|
|
100579
|
+
}
|
|
100580
|
+
],
|
|
100561
100581
|
"inheritedFrom": {
|
|
100562
|
-
"name": "
|
|
100563
|
-
"module": "core/
|
|
100582
|
+
"name": "SbbElement",
|
|
100583
|
+
"module": "core/base-elements/element.js"
|
|
100564
100584
|
}
|
|
100565
100585
|
},
|
|
100566
100586
|
{
|
|
100567
|
-
"kind": "
|
|
100568
|
-
"name": "
|
|
100587
|
+
"kind": "method",
|
|
100588
|
+
"name": "_observeTextNodesInSlot",
|
|
100569
100589
|
"privacy": "private",
|
|
100570
|
-
"
|
|
100571
|
-
"
|
|
100590
|
+
"return": {
|
|
100591
|
+
"type": {
|
|
100592
|
+
"text": "void"
|
|
100593
|
+
}
|
|
100572
100594
|
},
|
|
100573
|
-
"
|
|
100595
|
+
"parameters": [
|
|
100596
|
+
{
|
|
100597
|
+
"name": "slot",
|
|
100598
|
+
"type": {
|
|
100599
|
+
"text": "HTMLSlotElement"
|
|
100600
|
+
}
|
|
100601
|
+
}
|
|
100602
|
+
],
|
|
100574
100603
|
"inheritedFrom": {
|
|
100575
|
-
"name": "
|
|
100576
|
-
"module": "core/
|
|
100604
|
+
"name": "SbbElement",
|
|
100605
|
+
"module": "core/base-elements/element.js"
|
|
100577
100606
|
}
|
|
100578
100607
|
},
|
|
100579
100608
|
{
|
|
100580
100609
|
"kind": "method",
|
|
100581
|
-
"name": "
|
|
100582
|
-
"privacy": "
|
|
100610
|
+
"name": "_hasSlottedContent",
|
|
100611
|
+
"privacy": "private",
|
|
100583
100612
|
"return": {
|
|
100584
100613
|
"type": {
|
|
100585
100614
|
"text": "boolean"
|
|
100586
100615
|
}
|
|
100587
100616
|
},
|
|
100588
|
-
"
|
|
100617
|
+
"parameters": [
|
|
100618
|
+
{
|
|
100619
|
+
"name": "slot",
|
|
100620
|
+
"type": {
|
|
100621
|
+
"text": "HTMLSlotElement"
|
|
100622
|
+
}
|
|
100623
|
+
}
|
|
100624
|
+
],
|
|
100589
100625
|
"inheritedFrom": {
|
|
100590
|
-
"name": "
|
|
100591
|
-
"module": "core/
|
|
100626
|
+
"name": "SbbElement",
|
|
100627
|
+
"module": "core/base-elements/element.js"
|
|
100592
100628
|
}
|
|
100593
|
-
}
|
|
100629
|
+
}
|
|
100630
|
+
],
|
|
100631
|
+
"superclass": {
|
|
100632
|
+
"name": "SbbSecondaryButtonElement",
|
|
100633
|
+
"module": "button.pure.js"
|
|
100634
|
+
},
|
|
100635
|
+
"tagName": "sbb-dialog-close-button",
|
|
100636
|
+
"customElement": true,
|
|
100637
|
+
"attributes": [
|
|
100594
100638
|
{
|
|
100595
|
-
"
|
|
100596
|
-
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
100639
|
+
"name": "size",
|
|
100597
100640
|
"type": {
|
|
100598
|
-
"text": "
|
|
100641
|
+
"text": "SbbButtonSize"
|
|
100599
100642
|
},
|
|
100600
|
-
"
|
|
100601
|
-
"
|
|
100602
|
-
"
|
|
100643
|
+
"description": "Size variant, either l, m or s.",
|
|
100644
|
+
"default": "'l' / 's' (lean)",
|
|
100645
|
+
"fieldName": "size",
|
|
100603
100646
|
"inheritedFrom": {
|
|
100604
|
-
"name": "
|
|
100605
|
-
"module": "
|
|
100647
|
+
"name": "SbbButtonCommonElementMixin",
|
|
100648
|
+
"module": "button/common/button-common.js"
|
|
100606
100649
|
}
|
|
100607
100650
|
},
|
|
100608
100651
|
{
|
|
100609
|
-
"
|
|
100610
|
-
"name": "value",
|
|
100652
|
+
"name": "loading",
|
|
100611
100653
|
"type": {
|
|
100612
|
-
"text": "
|
|
100654
|
+
"text": "boolean"
|
|
100613
100655
|
},
|
|
100614
|
-
"
|
|
100656
|
+
"default": "false",
|
|
100657
|
+
"description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
|
|
100658
|
+
"fieldName": "loading",
|
|
100615
100659
|
"inheritedFrom": {
|
|
100616
|
-
"name": "
|
|
100617
|
-
"module": "
|
|
100618
|
-
}
|
|
100619
|
-
"default": "''",
|
|
100620
|
-
"description": "Value of the form element.",
|
|
100621
|
-
"attribute": "value"
|
|
100660
|
+
"name": "SbbButtonCommonElementMixin",
|
|
100661
|
+
"module": "button/common/button-common.js"
|
|
100662
|
+
}
|
|
100622
100663
|
},
|
|
100623
100664
|
{
|
|
100624
|
-
"
|
|
100625
|
-
"name": "type",
|
|
100626
|
-
"privacy": "public",
|
|
100627
|
-
"description": "The type attribute to use for the button.",
|
|
100628
|
-
"default": "'button'",
|
|
100665
|
+
"name": "negative",
|
|
100629
100666
|
"type": {
|
|
100630
|
-
"text": "
|
|
100667
|
+
"text": "boolean"
|
|
100631
100668
|
},
|
|
100632
|
-
"
|
|
100669
|
+
"default": "false",
|
|
100670
|
+
"description": "Negative coloring variant flag.",
|
|
100671
|
+
"fieldName": "negative",
|
|
100633
100672
|
"inheritedFrom": {
|
|
100634
|
-
"name": "
|
|
100635
|
-
"module": "core/
|
|
100673
|
+
"name": "SbbNegativeMixin",
|
|
100674
|
+
"module": "core/mixins/negative-mixin.js"
|
|
100636
100675
|
}
|
|
100637
100676
|
},
|
|
100638
100677
|
{
|
|
100639
|
-
"
|
|
100640
|
-
"name": "form",
|
|
100678
|
+
"name": "icon-name",
|
|
100641
100679
|
"type": {
|
|
100642
|
-
"text": "
|
|
100680
|
+
"text": "string"
|
|
100643
100681
|
},
|
|
100644
|
-
"
|
|
100645
|
-
"description": "The
|
|
100682
|
+
"default": "''",
|
|
100683
|
+
"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.",
|
|
100684
|
+
"fieldName": "iconName",
|
|
100646
100685
|
"inheritedFrom": {
|
|
100647
|
-
"name": "
|
|
100648
|
-
"module": "
|
|
100649
|
-
}
|
|
100650
|
-
"attribute": "form"
|
|
100686
|
+
"name": "SbbIconNameMixin",
|
|
100687
|
+
"module": "icon/icon-name-mixin.js"
|
|
100688
|
+
}
|
|
100651
100689
|
},
|
|
100652
100690
|
{
|
|
100653
|
-
"
|
|
100654
|
-
"name": "_formId",
|
|
100691
|
+
"name": "disabled-interactive",
|
|
100655
100692
|
"type": {
|
|
100656
|
-
"text": "
|
|
100693
|
+
"text": "boolean"
|
|
100657
100694
|
},
|
|
100658
|
-
"
|
|
100659
|
-
"
|
|
100695
|
+
"default": "false",
|
|
100696
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
100697
|
+
"fieldName": "disabledInteractive",
|
|
100660
100698
|
"inheritedFrom": {
|
|
100661
|
-
"name": "
|
|
100662
|
-
"module": "core/
|
|
100699
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
100700
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
100663
100701
|
}
|
|
100664
100702
|
},
|
|
100665
100703
|
{
|
|
100666
|
-
"
|
|
100667
|
-
"
|
|
100668
|
-
"
|
|
100704
|
+
"name": "disabled",
|
|
100705
|
+
"description": "Whether the component is disabled.",
|
|
100706
|
+
"default": "false",
|
|
100707
|
+
"type": {
|
|
100708
|
+
"text": "boolean"
|
|
100709
|
+
},
|
|
100710
|
+
"fieldName": "disabled",
|
|
100669
100711
|
"inheritedFrom": {
|
|
100670
|
-
"name": "
|
|
100671
|
-
"module": "core/
|
|
100712
|
+
"name": "SbbDisabledMixin",
|
|
100713
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
100672
100714
|
}
|
|
100673
100715
|
},
|
|
100674
100716
|
{
|
|
100675
|
-
"
|
|
100676
|
-
"
|
|
100677
|
-
|
|
100678
|
-
"return": {
|
|
100679
|
-
"type": {
|
|
100680
|
-
"text": "void"
|
|
100681
|
-
}
|
|
100717
|
+
"name": "value",
|
|
100718
|
+
"type": {
|
|
100719
|
+
"text": "string"
|
|
100682
100720
|
},
|
|
100683
|
-
"
|
|
100684
|
-
|
|
100685
|
-
|
|
100686
|
-
"type": {
|
|
100687
|
-
"text": "HTMLFormElement"
|
|
100688
|
-
}
|
|
100689
|
-
}
|
|
100690
|
-
],
|
|
100721
|
+
"default": "''",
|
|
100722
|
+
"description": "Value of the form element.",
|
|
100723
|
+
"fieldName": "value",
|
|
100691
100724
|
"inheritedFrom": {
|
|
100692
100725
|
"name": "SbbButtonBaseElement",
|
|
100693
100726
|
"module": "core/base-elements/button-base-element.js"
|
|
100694
100727
|
}
|
|
100695
100728
|
},
|
|
100696
100729
|
{
|
|
100697
|
-
"
|
|
100698
|
-
"
|
|
100699
|
-
"
|
|
100730
|
+
"name": "type",
|
|
100731
|
+
"description": "The type attribute to use for the button.",
|
|
100732
|
+
"default": "'button'",
|
|
100733
|
+
"type": {
|
|
100734
|
+
"text": "SbbButtonType"
|
|
100735
|
+
},
|
|
100736
|
+
"fieldName": "type",
|
|
100700
100737
|
"inheritedFrom": {
|
|
100701
100738
|
"name": "SbbButtonBaseElement",
|
|
100702
100739
|
"module": "core/base-elements/button-base-element.js"
|
|
100703
100740
|
}
|
|
100704
100741
|
},
|
|
100705
100742
|
{
|
|
100706
|
-
"
|
|
100707
|
-
"
|
|
100743
|
+
"name": "form",
|
|
100744
|
+
"description": "The `<form>` element to associate the button with.",
|
|
100708
100745
|
"type": {
|
|
100709
|
-
"text": "
|
|
100746
|
+
"text": "HTMLFormElement | null"
|
|
100710
100747
|
},
|
|
100711
|
-
"
|
|
100712
|
-
"static": true,
|
|
100713
|
-
"default": "true",
|
|
100748
|
+
"fieldName": "form",
|
|
100714
100749
|
"inheritedFrom": {
|
|
100715
|
-
"name": "
|
|
100716
|
-
"module": "core/
|
|
100750
|
+
"name": "SbbButtonBaseElement",
|
|
100751
|
+
"module": "core/base-elements/button-base-element.js"
|
|
100717
100752
|
}
|
|
100718
100753
|
},
|
|
100719
100754
|
{
|
|
100720
|
-
"kind": "field",
|
|
100721
100755
|
"name": "name",
|
|
100722
|
-
"privacy": "public",
|
|
100723
100756
|
"description": "Name of the form element. Will be read from name attribute.",
|
|
100724
100757
|
"type": {
|
|
100725
100758
|
"text": "string"
|
|
100726
100759
|
},
|
|
100727
|
-
"
|
|
100760
|
+
"fieldName": "name",
|
|
100728
100761
|
"inheritedFrom": {
|
|
100729
100762
|
"name": "SbbFormAssociatedMixin",
|
|
100730
100763
|
"module": "core/mixins/form-associated-mixin.js"
|
|
100731
100764
|
}
|
|
100732
|
-
}
|
|
100765
|
+
}
|
|
100766
|
+
],
|
|
100767
|
+
"cssProperties": [
|
|
100733
100768
|
{
|
|
100734
|
-
"
|
|
100735
|
-
"name": "
|
|
100736
|
-
"
|
|
100737
|
-
"text": "ValidityState"
|
|
100738
|
-
},
|
|
100739
|
-
"privacy": "public",
|
|
100740
|
-
"description": "Returns the ValidityState object for this element.",
|
|
100741
|
-
"readonly": true,
|
|
100769
|
+
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
100770
|
+
"name": "--sbb-button-loading-delay",
|
|
100771
|
+
"default": "300ms",
|
|
100742
100772
|
"inheritedFrom": {
|
|
100743
|
-
"name": "
|
|
100744
|
-
"module": "
|
|
100773
|
+
"name": "SbbSecondaryButtonElement",
|
|
100774
|
+
"module": "button/secondary-button/secondary-button.component.js"
|
|
100745
100775
|
}
|
|
100746
|
-
}
|
|
100747
|
-
|
|
100748
|
-
|
|
100749
|
-
|
|
100776
|
+
}
|
|
100777
|
+
]
|
|
100778
|
+
}
|
|
100779
|
+
],
|
|
100780
|
+
"exports": [
|
|
100781
|
+
{
|
|
100782
|
+
"kind": "js",
|
|
100783
|
+
"name": "SbbDialogCloseButtonElement",
|
|
100784
|
+
"declaration": {
|
|
100785
|
+
"name": "SbbDialogCloseButtonElement",
|
|
100786
|
+
"module": "dialog/dialog-close-button/dialog-close-button.component.js"
|
|
100787
|
+
}
|
|
100788
|
+
}
|
|
100789
|
+
]
|
|
100790
|
+
},
|
|
100791
|
+
{
|
|
100792
|
+
"kind": "javascript-module",
|
|
100793
|
+
"path": "dialog/dialog-content/dialog-content.component.js",
|
|
100794
|
+
"declarations": [
|
|
100795
|
+
{
|
|
100796
|
+
"kind": "class",
|
|
100797
|
+
"description": "Use this component to provide a content for an `sbb-dialog`.",
|
|
100798
|
+
"name": "SbbDialogContentElement",
|
|
100799
|
+
"slots": [
|
|
100800
|
+
{
|
|
100801
|
+
"description": "Use the unnamed slot to provide a dialog content.",
|
|
100802
|
+
"name": ""
|
|
100803
|
+
}
|
|
100804
|
+
],
|
|
100805
|
+
"members": [
|
|
100806
|
+
{
|
|
100807
|
+
"kind": "field",
|
|
100808
|
+
"name": "elementName",
|
|
100750
100809
|
"type": {
|
|
100751
100810
|
"text": "string"
|
|
100752
100811
|
},
|
|
100753
100812
|
"privacy": "public",
|
|
100754
|
-
"
|
|
100813
|
+
"static": true,
|
|
100755
100814
|
"readonly": true,
|
|
100815
|
+
"default": "'sbb-dialog-content'",
|
|
100756
100816
|
"inheritedFrom": {
|
|
100757
|
-
"name": "
|
|
100758
|
-
"module": "core/
|
|
100817
|
+
"name": "SbbElement",
|
|
100818
|
+
"module": "core/base-elements/element.js"
|
|
100759
100819
|
}
|
|
100760
100820
|
},
|
|
100761
100821
|
{
|
|
100762
100822
|
"kind": "field",
|
|
100763
|
-
"name": "
|
|
100823
|
+
"name": "['_$sbbElement$']",
|
|
100764
100824
|
"type": {
|
|
100765
100825
|
"text": "boolean"
|
|
100766
100826
|
},
|
|
100767
100827
|
"privacy": "public",
|
|
100768
|
-
"
|
|
100769
|
-
"
|
|
100828
|
+
"static": true,
|
|
100829
|
+
"default": "true",
|
|
100770
100830
|
"inheritedFrom": {
|
|
100771
|
-
"name": "
|
|
100772
|
-
"module": "core/
|
|
100831
|
+
"name": "SbbElement",
|
|
100832
|
+
"module": "core/base-elements/element.js"
|
|
100773
100833
|
}
|
|
100774
100834
|
},
|
|
100775
100835
|
{
|
|
100776
100836
|
"kind": "field",
|
|
100777
|
-
"name": "
|
|
100778
|
-
"
|
|
100779
|
-
|
|
100837
|
+
"name": "elementDependencies",
|
|
100838
|
+
"type": {
|
|
100839
|
+
"text": "SbbElementType[] | undefined"
|
|
100840
|
+
},
|
|
100841
|
+
"privacy": "public",
|
|
100842
|
+
"static": true,
|
|
100780
100843
|
"inheritedFrom": {
|
|
100781
|
-
"name": "
|
|
100782
|
-
"module": "core/
|
|
100844
|
+
"name": "SbbElement",
|
|
100845
|
+
"module": "core/base-elements/element.js"
|
|
100783
100846
|
}
|
|
100784
100847
|
},
|
|
100785
100848
|
{
|
|
100786
100849
|
"kind": "field",
|
|
100787
|
-
"name": "
|
|
100850
|
+
"name": "role",
|
|
100788
100851
|
"type": {
|
|
100789
|
-
"text": "
|
|
100852
|
+
"text": "ElementInternals['role'] | undefined"
|
|
100790
100853
|
},
|
|
100791
|
-
"privacy": "
|
|
100792
|
-
"
|
|
100793
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
100854
|
+
"privacy": "public",
|
|
100855
|
+
"static": true,
|
|
100794
100856
|
"inheritedFrom": {
|
|
100795
|
-
"name": "
|
|
100796
|
-
"module": "core/
|
|
100857
|
+
"name": "SbbElement",
|
|
100858
|
+
"module": "core/base-elements/element.js"
|
|
100797
100859
|
}
|
|
100798
100860
|
},
|
|
100799
100861
|
{
|
|
100800
|
-
"kind": "
|
|
100801
|
-
"name": "
|
|
100802
|
-
"
|
|
100803
|
-
|
|
100804
|
-
"type": {
|
|
100805
|
-
"text": "boolean"
|
|
100806
|
-
}
|
|
100862
|
+
"kind": "field",
|
|
100863
|
+
"name": "_controllers",
|
|
100864
|
+
"type": {
|
|
100865
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
100807
100866
|
},
|
|
100808
|
-
"
|
|
100867
|
+
"privacy": "private",
|
|
100809
100868
|
"inheritedFrom": {
|
|
100810
|
-
"name": "
|
|
100811
|
-
"module": "core/
|
|
100869
|
+
"name": "SbbElement",
|
|
100870
|
+
"module": "core/base-elements/element.js"
|
|
100812
100871
|
}
|
|
100813
100872
|
},
|
|
100814
100873
|
{
|
|
100815
|
-
"kind": "
|
|
100816
|
-
"name": "
|
|
100817
|
-
"
|
|
100818
|
-
|
|
100819
|
-
"type": {
|
|
100820
|
-
"text": "boolean"
|
|
100821
|
-
}
|
|
100874
|
+
"kind": "field",
|
|
100875
|
+
"name": "_hydrationRequired",
|
|
100876
|
+
"type": {
|
|
100877
|
+
"text": "boolean"
|
|
100822
100878
|
},
|
|
100823
|
-
"
|
|
100879
|
+
"privacy": "private",
|
|
100880
|
+
"default": "!!this.shadowRoot",
|
|
100824
100881
|
"inheritedFrom": {
|
|
100825
|
-
"name": "
|
|
100826
|
-
"module": "core/
|
|
100882
|
+
"name": "SbbElement",
|
|
100883
|
+
"module": "core/base-elements/element.js"
|
|
100827
100884
|
}
|
|
100828
100885
|
},
|
|
100829
100886
|
{
|
|
100830
|
-
"kind": "
|
|
100831
|
-
"name": "
|
|
100832
|
-
"privacy": "
|
|
100833
|
-
"
|
|
100834
|
-
"type": {
|
|
100835
|
-
"text": "void"
|
|
100836
|
-
}
|
|
100837
|
-
},
|
|
100838
|
-
"parameters": [
|
|
100839
|
-
{
|
|
100840
|
-
"name": "message",
|
|
100841
|
-
"type": {
|
|
100842
|
-
"text": "string"
|
|
100843
|
-
}
|
|
100844
|
-
}
|
|
100845
|
-
],
|
|
100846
|
-
"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.",
|
|
100887
|
+
"kind": "field",
|
|
100888
|
+
"name": "_hydrationComplete",
|
|
100889
|
+
"privacy": "private",
|
|
100890
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
100847
100891
|
"inheritedFrom": {
|
|
100848
|
-
"name": "
|
|
100849
|
-
"module": "core/
|
|
100892
|
+
"name": "SbbElement",
|
|
100893
|
+
"module": "core/base-elements/element.js"
|
|
100850
100894
|
}
|
|
100851
100895
|
},
|
|
100852
100896
|
{
|
|
100853
|
-
"kind": "
|
|
100854
|
-
"name": "
|
|
100855
|
-
"
|
|
100856
|
-
|
|
100857
|
-
"type": {
|
|
100858
|
-
"text": "boolean"
|
|
100859
|
-
}
|
|
100897
|
+
"kind": "field",
|
|
100898
|
+
"name": "_resolveHydration",
|
|
100899
|
+
"type": {
|
|
100900
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
100860
100901
|
},
|
|
100902
|
+
"privacy": "private",
|
|
100861
100903
|
"inheritedFrom": {
|
|
100862
|
-
"name": "
|
|
100863
|
-
"module": "core/
|
|
100904
|
+
"name": "SbbElement",
|
|
100905
|
+
"module": "core/base-elements/element.js"
|
|
100864
100906
|
}
|
|
100865
100907
|
},
|
|
100866
100908
|
{
|
|
100867
|
-
"kind": "
|
|
100868
|
-
"name": "
|
|
100869
|
-
"
|
|
100870
|
-
|
|
100871
|
-
"type": {
|
|
100872
|
-
"text": "void"
|
|
100873
|
-
}
|
|
100909
|
+
"kind": "field",
|
|
100910
|
+
"name": "_textObserver",
|
|
100911
|
+
"type": {
|
|
100912
|
+
"text": "MutationObserver | undefined"
|
|
100874
100913
|
},
|
|
100875
|
-
"
|
|
100914
|
+
"privacy": "private",
|
|
100876
100915
|
"inheritedFrom": {
|
|
100877
|
-
"name": "
|
|
100878
|
-
"module": "core/
|
|
100916
|
+
"name": "SbbElement",
|
|
100917
|
+
"module": "core/base-elements/element.js"
|
|
100879
100918
|
}
|
|
100880
100919
|
},
|
|
100881
100920
|
{
|
|
100882
|
-
"kind": "
|
|
100883
|
-
"name": "
|
|
100884
|
-
"
|
|
100885
|
-
|
|
100886
|
-
"type": {
|
|
100887
|
-
"text": "FormRestoreState"
|
|
100888
|
-
}
|
|
100921
|
+
"kind": "field",
|
|
100922
|
+
"name": "hydrationRequired",
|
|
100923
|
+
"type": {
|
|
100924
|
+
"text": "boolean"
|
|
100889
100925
|
},
|
|
100926
|
+
"privacy": "protected",
|
|
100927
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
100928
|
+
"readonly": true,
|
|
100890
100929
|
"inheritedFrom": {
|
|
100891
|
-
"name": "
|
|
100892
|
-
"module": "core/
|
|
100893
|
-
}
|
|
100930
|
+
"name": "SbbElement",
|
|
100931
|
+
"module": "core/base-elements/element.js"
|
|
100932
|
+
},
|
|
100933
|
+
"default": "!!this.shadowRoot"
|
|
100894
100934
|
},
|
|
100895
100935
|
{
|
|
100896
100936
|
"kind": "method",
|
|
100897
|
-
"name": "
|
|
100937
|
+
"name": "toggleState",
|
|
100898
100938
|
"privacy": "protected",
|
|
100899
100939
|
"return": {
|
|
100900
100940
|
"type": {
|
|
@@ -100903,35 +100943,28 @@
|
|
|
100903
100943
|
},
|
|
100904
100944
|
"parameters": [
|
|
100905
100945
|
{
|
|
100906
|
-
"name": "
|
|
100907
|
-
"type": {
|
|
100908
|
-
"text": "T"
|
|
100909
|
-
}
|
|
100910
|
-
},
|
|
100911
|
-
{
|
|
100912
|
-
"name": "message",
|
|
100946
|
+
"name": "value",
|
|
100913
100947
|
"type": {
|
|
100914
100948
|
"text": "string"
|
|
100915
100949
|
}
|
|
100916
100950
|
},
|
|
100917
100951
|
{
|
|
100918
|
-
"name": "
|
|
100952
|
+
"name": "force",
|
|
100919
100953
|
"optional": true,
|
|
100920
100954
|
"type": {
|
|
100921
|
-
"text": "
|
|
100955
|
+
"text": "boolean"
|
|
100922
100956
|
}
|
|
100923
100957
|
}
|
|
100924
100958
|
],
|
|
100925
|
-
"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).",
|
|
100926
100959
|
"inheritedFrom": {
|
|
100927
|
-
"name": "
|
|
100928
|
-
"module": "core/
|
|
100960
|
+
"name": "SbbElement",
|
|
100961
|
+
"module": "core/base-elements/element.js"
|
|
100929
100962
|
}
|
|
100930
100963
|
},
|
|
100931
100964
|
{
|
|
100932
100965
|
"kind": "method",
|
|
100933
|
-
"name": "
|
|
100934
|
-
"privacy": "
|
|
100966
|
+
"name": "_slotchangeHandler",
|
|
100967
|
+
"privacy": "private",
|
|
100935
100968
|
"return": {
|
|
100936
100969
|
"type": {
|
|
100937
100970
|
"text": "void"
|
|
@@ -100939,184 +100972,245 @@
|
|
|
100939
100972
|
},
|
|
100940
100973
|
"parameters": [
|
|
100941
100974
|
{
|
|
100942
|
-
"name": "
|
|
100975
|
+
"name": "event",
|
|
100943
100976
|
"type": {
|
|
100944
|
-
"text": "
|
|
100977
|
+
"text": "Event"
|
|
100978
|
+
}
|
|
100979
|
+
},
|
|
100980
|
+
{
|
|
100981
|
+
"name": "slot",
|
|
100982
|
+
"type": {
|
|
100983
|
+
"text": "HTMLSlotElement"
|
|
100945
100984
|
}
|
|
100946
100985
|
}
|
|
100947
100986
|
],
|
|
100948
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
100949
100987
|
"inheritedFrom": {
|
|
100950
|
-
"name": "
|
|
100951
|
-
"module": "core/
|
|
100988
|
+
"name": "SbbElement",
|
|
100989
|
+
"module": "core/base-elements/element.js"
|
|
100952
100990
|
}
|
|
100953
100991
|
},
|
|
100954
100992
|
{
|
|
100955
100993
|
"kind": "method",
|
|
100956
|
-
"name": "
|
|
100957
|
-
"privacy": "
|
|
100994
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
100995
|
+
"privacy": "private",
|
|
100958
100996
|
"return": {
|
|
100959
100997
|
"type": {
|
|
100960
100998
|
"text": "void"
|
|
100961
100999
|
}
|
|
100962
101000
|
},
|
|
100963
|
-
"
|
|
101001
|
+
"parameters": [
|
|
101002
|
+
{
|
|
101003
|
+
"name": "slot",
|
|
101004
|
+
"type": {
|
|
101005
|
+
"text": "HTMLSlotElement"
|
|
101006
|
+
}
|
|
101007
|
+
}
|
|
101008
|
+
],
|
|
100964
101009
|
"inheritedFrom": {
|
|
100965
|
-
"name": "
|
|
100966
|
-
"module": "core/
|
|
101010
|
+
"name": "SbbElement",
|
|
101011
|
+
"module": "core/base-elements/element.js"
|
|
100967
101012
|
}
|
|
100968
101013
|
},
|
|
100969
101014
|
{
|
|
100970
101015
|
"kind": "method",
|
|
100971
|
-
"name": "
|
|
100972
|
-
"privacy": "
|
|
101016
|
+
"name": "_updateSlottedState",
|
|
101017
|
+
"privacy": "private",
|
|
100973
101018
|
"return": {
|
|
100974
101019
|
"type": {
|
|
100975
|
-
"text": "
|
|
101020
|
+
"text": "void"
|
|
100976
101021
|
}
|
|
100977
101022
|
},
|
|
100978
101023
|
"parameters": [
|
|
100979
101024
|
{
|
|
100980
|
-
"name": "
|
|
101025
|
+
"name": "slot",
|
|
100981
101026
|
"type": {
|
|
100982
|
-
"text": "
|
|
101027
|
+
"text": "HTMLSlotElement"
|
|
100983
101028
|
}
|
|
100984
101029
|
}
|
|
100985
101030
|
],
|
|
100986
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
100987
101031
|
"inheritedFrom": {
|
|
100988
|
-
"name": "
|
|
100989
|
-
"module": "core/
|
|
101032
|
+
"name": "SbbElement",
|
|
101033
|
+
"module": "core/base-elements/element.js"
|
|
100990
101034
|
}
|
|
100991
101035
|
},
|
|
100992
101036
|
{
|
|
100993
101037
|
"kind": "method",
|
|
100994
|
-
"name": "
|
|
101038
|
+
"name": "_observeTextNodesInSlot",
|
|
100995
101039
|
"privacy": "private",
|
|
100996
101040
|
"return": {
|
|
100997
101041
|
"type": {
|
|
100998
101042
|
"text": "void"
|
|
100999
101043
|
}
|
|
101000
101044
|
},
|
|
101001
|
-
"
|
|
101002
|
-
|
|
101003
|
-
|
|
101004
|
-
|
|
101005
|
-
|
|
101006
|
-
|
|
101007
|
-
|
|
101008
|
-
|
|
101009
|
-
"type": {
|
|
101010
|
-
"text": "ElementInternals['role']"
|
|
101011
|
-
},
|
|
101012
|
-
"privacy": "public",
|
|
101013
|
-
"static": true,
|
|
101045
|
+
"parameters": [
|
|
101046
|
+
{
|
|
101047
|
+
"name": "slot",
|
|
101048
|
+
"type": {
|
|
101049
|
+
"text": "HTMLSlotElement"
|
|
101050
|
+
}
|
|
101051
|
+
}
|
|
101052
|
+
],
|
|
101014
101053
|
"inheritedFrom": {
|
|
101015
101054
|
"name": "SbbElement",
|
|
101016
101055
|
"module": "core/base-elements/element.js"
|
|
101017
|
-
}
|
|
101018
|
-
"readonly": true,
|
|
101019
|
-
"default": "'button'"
|
|
101056
|
+
}
|
|
101020
101057
|
},
|
|
101021
101058
|
{
|
|
101022
|
-
"kind": "
|
|
101023
|
-
"name": "
|
|
101059
|
+
"kind": "method",
|
|
101060
|
+
"name": "_hasSlottedContent",
|
|
101024
101061
|
"privacy": "private",
|
|
101025
|
-
"
|
|
101062
|
+
"return": {
|
|
101063
|
+
"type": {
|
|
101064
|
+
"text": "boolean"
|
|
101065
|
+
}
|
|
101066
|
+
},
|
|
101026
101067
|
"parameters": [
|
|
101027
101068
|
{
|
|
101028
|
-
"
|
|
101029
|
-
"
|
|
101069
|
+
"name": "slot",
|
|
101070
|
+
"type": {
|
|
101071
|
+
"text": "HTMLSlotElement"
|
|
101072
|
+
}
|
|
101030
101073
|
}
|
|
101031
101074
|
],
|
|
101032
101075
|
"inheritedFrom": {
|
|
101033
|
-
"name": "
|
|
101034
|
-
"module": "core/base-elements/
|
|
101076
|
+
"name": "SbbElement",
|
|
101077
|
+
"module": "core/base-elements/element.js"
|
|
101035
101078
|
}
|
|
101036
|
-
}
|
|
101079
|
+
}
|
|
101080
|
+
],
|
|
101081
|
+
"superclass": {
|
|
101082
|
+
"name": "SbbElement",
|
|
101083
|
+
"module": "core.js"
|
|
101084
|
+
},
|
|
101085
|
+
"tagName": "sbb-dialog-content",
|
|
101086
|
+
"customElement": true
|
|
101087
|
+
}
|
|
101088
|
+
],
|
|
101089
|
+
"exports": [
|
|
101090
|
+
{
|
|
101091
|
+
"kind": "js",
|
|
101092
|
+
"name": "SbbDialogContentElement",
|
|
101093
|
+
"declaration": {
|
|
101094
|
+
"name": "SbbDialogContentElement",
|
|
101095
|
+
"module": "dialog/dialog-content/dialog-content.component.js"
|
|
101096
|
+
}
|
|
101097
|
+
}
|
|
101098
|
+
]
|
|
101099
|
+
},
|
|
101100
|
+
{
|
|
101101
|
+
"kind": "javascript-module",
|
|
101102
|
+
"path": "dialog/dialog-title/dialog-title.component.js",
|
|
101103
|
+
"declarations": [
|
|
101104
|
+
{
|
|
101105
|
+
"kind": "class",
|
|
101106
|
+
"description": "It displays a title inside a dialog header.",
|
|
101107
|
+
"name": "SbbDialogTitleElement",
|
|
101108
|
+
"slots": [
|
|
101109
|
+
{
|
|
101110
|
+
"description": "Use the unnamed slot for the content of the dialog-title.",
|
|
101111
|
+
"name": ""
|
|
101112
|
+
}
|
|
101113
|
+
],
|
|
101114
|
+
"members": [
|
|
101037
101115
|
{
|
|
101038
101116
|
"kind": "field",
|
|
101039
|
-
"name": "
|
|
101040
|
-
"
|
|
101117
|
+
"name": "elementName",
|
|
101118
|
+
"type": {
|
|
101119
|
+
"text": "string"
|
|
101120
|
+
},
|
|
101121
|
+
"privacy": "public",
|
|
101122
|
+
"static": true,
|
|
101123
|
+
"readonly": true,
|
|
101041
101124
|
"inheritedFrom": {
|
|
101042
|
-
"name": "
|
|
101043
|
-
"module": "core/base-elements/
|
|
101044
|
-
}
|
|
101125
|
+
"name": "SbbElement",
|
|
101126
|
+
"module": "core/base-elements/element.js"
|
|
101127
|
+
},
|
|
101128
|
+
"default": "'sbb-dialog-title'"
|
|
101045
101129
|
},
|
|
101046
101130
|
{
|
|
101047
101131
|
"kind": "field",
|
|
101048
|
-
"name": "
|
|
101049
|
-
"
|
|
101050
|
-
|
|
101051
|
-
|
|
101052
|
-
|
|
101053
|
-
|
|
101054
|
-
|
|
101055
|
-
|
|
101056
|
-
|
|
101132
|
+
"name": "level",
|
|
101133
|
+
"type": {
|
|
101134
|
+
"text": "SbbTitleLevel"
|
|
101135
|
+
},
|
|
101136
|
+
"privacy": "public",
|
|
101137
|
+
"default": "'2'",
|
|
101138
|
+
"description": "Title level",
|
|
101139
|
+
"attribute": "level",
|
|
101140
|
+
"reflects": true,
|
|
101057
101141
|
"inheritedFrom": {
|
|
101058
|
-
"name": "
|
|
101059
|
-
"module": "
|
|
101142
|
+
"name": "SbbTitleBase",
|
|
101143
|
+
"module": "title/title-base.js"
|
|
101060
101144
|
}
|
|
101061
101145
|
},
|
|
101062
101146
|
{
|
|
101063
101147
|
"kind": "field",
|
|
101064
|
-
"name": "
|
|
101065
|
-
"
|
|
101148
|
+
"name": "visualLevel",
|
|
101149
|
+
"type": {
|
|
101150
|
+
"text": "SbbTitleLevel | null"
|
|
101151
|
+
},
|
|
101152
|
+
"privacy": "public",
|
|
101153
|
+
"default": "'4'",
|
|
101154
|
+
"description": "Visual level for the title.",
|
|
101155
|
+
"attribute": "visual-level",
|
|
101156
|
+
"reflects": true,
|
|
101066
101157
|
"inheritedFrom": {
|
|
101067
|
-
"name": "
|
|
101068
|
-
"module": "
|
|
101158
|
+
"name": "SbbTitleBase",
|
|
101159
|
+
"module": "title/title-base.js"
|
|
101069
101160
|
}
|
|
101070
101161
|
},
|
|
101071
101162
|
{
|
|
101072
101163
|
"kind": "field",
|
|
101073
|
-
"name": "
|
|
101164
|
+
"name": "negative",
|
|
101074
101165
|
"type": {
|
|
101075
|
-
"text": "boolean
|
|
101166
|
+
"text": "boolean"
|
|
101076
101167
|
},
|
|
101077
|
-
"privacy": "
|
|
101078
|
-
"
|
|
101168
|
+
"privacy": "public",
|
|
101169
|
+
"default": "false",
|
|
101170
|
+
"description": "Negative coloring variant flag.",
|
|
101171
|
+
"attribute": "negative",
|
|
101172
|
+
"reflects": true,
|
|
101079
101173
|
"inheritedFrom": {
|
|
101080
|
-
"name": "
|
|
101081
|
-
"module": "core/
|
|
101174
|
+
"name": "SbbNegativeMixin",
|
|
101175
|
+
"module": "core/mixins/negative-mixin.js"
|
|
101082
101176
|
}
|
|
101083
101177
|
},
|
|
101084
101178
|
{
|
|
101085
101179
|
"kind": "field",
|
|
101086
|
-
"name": "
|
|
101180
|
+
"name": "role",
|
|
101087
101181
|
"type": {
|
|
101088
|
-
"text": "
|
|
101182
|
+
"text": "string"
|
|
101089
101183
|
},
|
|
101090
|
-
"privacy": "
|
|
101091
|
-
"
|
|
101184
|
+
"privacy": "public",
|
|
101185
|
+
"static": true,
|
|
101186
|
+
"default": "'heading'",
|
|
101092
101187
|
"inheritedFrom": {
|
|
101093
|
-
"name": "
|
|
101094
|
-
"module": "core/base-elements/
|
|
101188
|
+
"name": "SbbElement",
|
|
101189
|
+
"module": "core/base-elements/element.js"
|
|
101095
101190
|
}
|
|
101096
101191
|
},
|
|
101097
101192
|
{
|
|
101098
|
-
"kind": "
|
|
101099
|
-
"name": "
|
|
101100
|
-
"
|
|
101101
|
-
|
|
101102
|
-
"type": {
|
|
101103
|
-
"text": "void"
|
|
101104
|
-
}
|
|
101193
|
+
"kind": "field",
|
|
101194
|
+
"name": "['_$sbbElement$']",
|
|
101195
|
+
"type": {
|
|
101196
|
+
"text": "boolean"
|
|
101105
101197
|
},
|
|
101198
|
+
"privacy": "public",
|
|
101199
|
+
"static": true,
|
|
101200
|
+
"default": "true",
|
|
101106
101201
|
"inheritedFrom": {
|
|
101107
|
-
"name": "
|
|
101108
|
-
"module": "core/base-elements/
|
|
101202
|
+
"name": "SbbElement",
|
|
101203
|
+
"module": "core/base-elements/element.js"
|
|
101109
101204
|
}
|
|
101110
101205
|
},
|
|
101111
101206
|
{
|
|
101112
101207
|
"kind": "field",
|
|
101113
|
-
"name": "
|
|
101208
|
+
"name": "elementDependencies",
|
|
101114
101209
|
"type": {
|
|
101115
|
-
"text": "
|
|
101210
|
+
"text": "SbbElementType[] | undefined"
|
|
101116
101211
|
},
|
|
101117
101212
|
"privacy": "public",
|
|
101118
101213
|
"static": true,
|
|
101119
|
-
"default": "true",
|
|
101120
101214
|
"inheritedFrom": {
|
|
101121
101215
|
"name": "SbbElement",
|
|
101122
101216
|
"module": "core/base-elements/element.js"
|
|
@@ -101342,39 +101436,19 @@
|
|
|
101342
101436
|
}
|
|
101343
101437
|
}
|
|
101344
101438
|
],
|
|
101439
|
+
"mixins": [
|
|
101440
|
+
{
|
|
101441
|
+
"name": "SbbNegativeMixin",
|
|
101442
|
+
"module": "core.js"
|
|
101443
|
+
}
|
|
101444
|
+
],
|
|
101345
101445
|
"superclass": {
|
|
101346
|
-
"name": "
|
|
101347
|
-
"module": "
|
|
101446
|
+
"name": "SbbTitleBase",
|
|
101447
|
+
"module": "title.pure.js"
|
|
101348
101448
|
},
|
|
101349
|
-
"tagName": "sbb-dialog-
|
|
101449
|
+
"tagName": "sbb-dialog-title",
|
|
101350
101450
|
"customElement": true,
|
|
101351
101451
|
"attributes": [
|
|
101352
|
-
{
|
|
101353
|
-
"name": "size",
|
|
101354
|
-
"type": {
|
|
101355
|
-
"text": "SbbButtonSize"
|
|
101356
|
-
},
|
|
101357
|
-
"description": "Size variant, either l, m or s.",
|
|
101358
|
-
"default": "'l' / 's' (lean)",
|
|
101359
|
-
"fieldName": "size",
|
|
101360
|
-
"inheritedFrom": {
|
|
101361
|
-
"name": "SbbButtonCommonElementMixin",
|
|
101362
|
-
"module": "button/common/button-common.js"
|
|
101363
|
-
}
|
|
101364
|
-
},
|
|
101365
|
-
{
|
|
101366
|
-
"name": "loading",
|
|
101367
|
-
"type": {
|
|
101368
|
-
"text": "boolean"
|
|
101369
|
-
},
|
|
101370
|
-
"default": "false",
|
|
101371
|
-
"description": "Whether the button indicates a loading state.\nThe animation kicks in after a delay of 300ms, configurable with --sbb-button-loading-delay CSS variable.",
|
|
101372
|
-
"fieldName": "loading",
|
|
101373
|
-
"inheritedFrom": {
|
|
101374
|
-
"name": "SbbButtonCommonElementMixin",
|
|
101375
|
-
"module": "button/common/button-common.js"
|
|
101376
|
-
}
|
|
101377
|
-
},
|
|
101378
101452
|
{
|
|
101379
101453
|
"name": "negative",
|
|
101380
101454
|
"type": {
|
|
@@ -101389,103 +101463,29 @@
|
|
|
101389
101463
|
}
|
|
101390
101464
|
},
|
|
101391
101465
|
{
|
|
101392
|
-
"name": "
|
|
101466
|
+
"name": "level",
|
|
101393
101467
|
"type": {
|
|
101394
|
-
"text": "
|
|
101468
|
+
"text": "SbbTitleLevel"
|
|
101395
101469
|
},
|
|
101396
|
-
"default": "''",
|
|
101397
|
-
"description": "
|
|
101398
|
-
"fieldName": "
|
|
101470
|
+
"default": "'1'",
|
|
101471
|
+
"description": "Title level",
|
|
101472
|
+
"fieldName": "level",
|
|
101399
101473
|
"inheritedFrom": {
|
|
101400
|
-
"name": "
|
|
101401
|
-
"module": "
|
|
101474
|
+
"name": "SbbTitleBase",
|
|
101475
|
+
"module": "title/title-base.js"
|
|
101402
101476
|
}
|
|
101403
101477
|
},
|
|
101404
101478
|
{
|
|
101405
|
-
"name": "
|
|
101479
|
+
"name": "visual-level",
|
|
101406
101480
|
"type": {
|
|
101407
|
-
"text": "
|
|
101481
|
+
"text": "SbbTitleLevel | null"
|
|
101408
101482
|
},
|
|
101409
|
-
"default": "
|
|
101410
|
-
"description": "
|
|
101411
|
-
"fieldName": "
|
|
101483
|
+
"default": "null",
|
|
101484
|
+
"description": "Visual level for the title.",
|
|
101485
|
+
"fieldName": "visualLevel",
|
|
101412
101486
|
"inheritedFrom": {
|
|
101413
|
-
"name": "
|
|
101414
|
-
"module": "
|
|
101415
|
-
}
|
|
101416
|
-
},
|
|
101417
|
-
{
|
|
101418
|
-
"name": "disabled",
|
|
101419
|
-
"description": "Whether the component is disabled.",
|
|
101420
|
-
"default": "false",
|
|
101421
|
-
"type": {
|
|
101422
|
-
"text": "boolean"
|
|
101423
|
-
},
|
|
101424
|
-
"fieldName": "disabled",
|
|
101425
|
-
"inheritedFrom": {
|
|
101426
|
-
"name": "SbbDisabledMixin",
|
|
101427
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
101428
|
-
}
|
|
101429
|
-
},
|
|
101430
|
-
{
|
|
101431
|
-
"name": "value",
|
|
101432
|
-
"type": {
|
|
101433
|
-
"text": "string"
|
|
101434
|
-
},
|
|
101435
|
-
"default": "''",
|
|
101436
|
-
"description": "Value of the form element.",
|
|
101437
|
-
"fieldName": "value",
|
|
101438
|
-
"inheritedFrom": {
|
|
101439
|
-
"name": "SbbButtonBaseElement",
|
|
101440
|
-
"module": "core/base-elements/button-base-element.js"
|
|
101441
|
-
}
|
|
101442
|
-
},
|
|
101443
|
-
{
|
|
101444
|
-
"name": "type",
|
|
101445
|
-
"description": "The type attribute to use for the button.",
|
|
101446
|
-
"default": "'button'",
|
|
101447
|
-
"type": {
|
|
101448
|
-
"text": "SbbButtonType"
|
|
101449
|
-
},
|
|
101450
|
-
"fieldName": "type",
|
|
101451
|
-
"inheritedFrom": {
|
|
101452
|
-
"name": "SbbButtonBaseElement",
|
|
101453
|
-
"module": "core/base-elements/button-base-element.js"
|
|
101454
|
-
}
|
|
101455
|
-
},
|
|
101456
|
-
{
|
|
101457
|
-
"name": "form",
|
|
101458
|
-
"description": "The `<form>` element to associate the button with.",
|
|
101459
|
-
"type": {
|
|
101460
|
-
"text": "HTMLFormElement | null"
|
|
101461
|
-
},
|
|
101462
|
-
"fieldName": "form",
|
|
101463
|
-
"inheritedFrom": {
|
|
101464
|
-
"name": "SbbButtonBaseElement",
|
|
101465
|
-
"module": "core/base-elements/button-base-element.js"
|
|
101466
|
-
}
|
|
101467
|
-
},
|
|
101468
|
-
{
|
|
101469
|
-
"name": "name",
|
|
101470
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
101471
|
-
"type": {
|
|
101472
|
-
"text": "string"
|
|
101473
|
-
},
|
|
101474
|
-
"fieldName": "name",
|
|
101475
|
-
"inheritedFrom": {
|
|
101476
|
-
"name": "SbbFormAssociatedMixin",
|
|
101477
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
101478
|
-
}
|
|
101479
|
-
}
|
|
101480
|
-
],
|
|
101481
|
-
"cssProperties": [
|
|
101482
|
-
{
|
|
101483
|
-
"description": "The delay before the loading animation starts, when setting the button into loading state.",
|
|
101484
|
-
"name": "--sbb-button-loading-delay",
|
|
101485
|
-
"default": "300ms",
|
|
101486
|
-
"inheritedFrom": {
|
|
101487
|
-
"name": "SbbSecondaryButtonElement",
|
|
101488
|
-
"module": "button/secondary-button/secondary-button.component.js"
|
|
101487
|
+
"name": "SbbTitleBase",
|
|
101488
|
+
"module": "title/title-base.js"
|
|
101489
101489
|
}
|
|
101490
101490
|
}
|
|
101491
101491
|
]
|
|
@@ -101494,10 +101494,10 @@
|
|
|
101494
101494
|
"exports": [
|
|
101495
101495
|
{
|
|
101496
101496
|
"kind": "js",
|
|
101497
|
-
"name": "
|
|
101497
|
+
"name": "SbbDialogTitleElement",
|
|
101498
101498
|
"declaration": {
|
|
101499
|
-
"name": "
|
|
101500
|
-
"module": "dialog/dialog-
|
|
101499
|
+
"name": "SbbDialogTitleElement",
|
|
101500
|
+
"module": "dialog/dialog-title/dialog-title.component.js"
|
|
101501
101501
|
}
|
|
101502
101502
|
}
|
|
101503
101503
|
]
|
|
@@ -118336,15 +118336,15 @@
|
|
|
118336
118336
|
},
|
|
118337
118337
|
{
|
|
118338
118338
|
"kind": "javascript-module",
|
|
118339
|
-
"path": "link/block-link/block-link.component.js",
|
|
118339
|
+
"path": "link/block-link-button/block-link-button.component.js",
|
|
118340
118340
|
"declarations": [
|
|
118341
118341
|
{
|
|
118342
118342
|
"kind": "class",
|
|
118343
|
-
"description": "It displays a link enhanced with the SBB Design.",
|
|
118344
|
-
"name": "
|
|
118343
|
+
"description": "It displays a link enhanced with the SBB Design, which will behave as a button.",
|
|
118344
|
+
"name": "SbbBlockLinkButtonElement",
|
|
118345
118345
|
"slots": [
|
|
118346
118346
|
{
|
|
118347
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link`.",
|
|
118347
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link-button`.",
|
|
118348
118348
|
"name": ""
|
|
118349
118349
|
},
|
|
118350
118350
|
{
|
|
@@ -118366,7 +118366,7 @@
|
|
|
118366
118366
|
"name": "SbbElement",
|
|
118367
118367
|
"module": "core/base-elements/element.js"
|
|
118368
118368
|
},
|
|
118369
|
-
"default": "'sbb-block-link'"
|
|
118369
|
+
"default": "'sbb-block-link-button'"
|
|
118370
118370
|
},
|
|
118371
118371
|
{
|
|
118372
118372
|
"kind": "field",
|
|
@@ -118509,6 +118509,22 @@
|
|
|
118509
118509
|
"module": "icon/icon-name-mixin.js"
|
|
118510
118510
|
}
|
|
118511
118511
|
},
|
|
118512
|
+
{
|
|
118513
|
+
"kind": "field",
|
|
118514
|
+
"name": "disabledInteractive",
|
|
118515
|
+
"type": {
|
|
118516
|
+
"text": "boolean"
|
|
118517
|
+
},
|
|
118518
|
+
"privacy": "public",
|
|
118519
|
+
"default": "false",
|
|
118520
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
118521
|
+
"attribute": "disabled-interactive",
|
|
118522
|
+
"reflects": true,
|
|
118523
|
+
"inheritedFrom": {
|
|
118524
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
118525
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
118526
|
+
}
|
|
118527
|
+
},
|
|
118512
118528
|
{
|
|
118513
118529
|
"kind": "field",
|
|
118514
118530
|
"name": "disabled",
|
|
@@ -118555,298 +118571,243 @@
|
|
|
118555
118571
|
},
|
|
118556
118572
|
{
|
|
118557
118573
|
"kind": "field",
|
|
118558
|
-
"name": "
|
|
118574
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
118559
118575
|
"type": {
|
|
118560
|
-
"text": "
|
|
118576
|
+
"text": "array"
|
|
118561
118577
|
},
|
|
118562
|
-
"privacy": "
|
|
118563
|
-
"
|
|
118564
|
-
"
|
|
118565
|
-
"attribute": "href",
|
|
118566
|
-
"reflects": true,
|
|
118578
|
+
"privacy": "private",
|
|
118579
|
+
"readonly": true,
|
|
118580
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
118567
118581
|
"inheritedFrom": {
|
|
118568
|
-
"name": "
|
|
118569
|
-
"module": "core/base-elements/
|
|
118582
|
+
"name": "SbbButtonBaseElement",
|
|
118583
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118570
118584
|
}
|
|
118571
118585
|
},
|
|
118572
118586
|
{
|
|
118573
118587
|
"kind": "field",
|
|
118574
|
-
"name": "
|
|
118588
|
+
"name": "value",
|
|
118575
118589
|
"type": {
|
|
118576
|
-
"text": "
|
|
118590
|
+
"text": "string"
|
|
118577
118591
|
},
|
|
118578
118592
|
"privacy": "public",
|
|
118579
|
-
"default": "''",
|
|
118580
|
-
"description": "Where to display the linked URL.",
|
|
118581
|
-
"attribute": "target",
|
|
118582
|
-
"reflects": true,
|
|
118583
118593
|
"inheritedFrom": {
|
|
118584
|
-
"name": "
|
|
118585
|
-
"module": "core/base-elements/
|
|
118586
|
-
}
|
|
118587
|
-
},
|
|
118588
|
-
{
|
|
118589
|
-
"kind": "field",
|
|
118590
|
-
"name": "rel",
|
|
118591
|
-
"type": {
|
|
118592
|
-
"text": "string"
|
|
118594
|
+
"name": "SbbButtonBaseElement",
|
|
118595
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118593
118596
|
},
|
|
118594
|
-
"privacy": "public",
|
|
118595
118597
|
"default": "''",
|
|
118596
|
-
"description": "
|
|
118597
|
-
"attribute": "
|
|
118598
|
-
"reflects": true,
|
|
118599
|
-
"inheritedFrom": {
|
|
118600
|
-
"name": "SbbLinkBaseElement",
|
|
118601
|
-
"module": "core/base-elements/link-base-element.js"
|
|
118602
|
-
}
|
|
118598
|
+
"description": "Value of the form element.",
|
|
118599
|
+
"attribute": "value"
|
|
118603
118600
|
},
|
|
118604
118601
|
{
|
|
118605
118602
|
"kind": "field",
|
|
118606
|
-
"name": "
|
|
118603
|
+
"name": "type",
|
|
118604
|
+
"privacy": "public",
|
|
118605
|
+
"description": "The type attribute to use for the button.",
|
|
118606
|
+
"default": "'button'",
|
|
118607
118607
|
"type": {
|
|
118608
|
-
"text": "
|
|
118608
|
+
"text": "SbbButtonType"
|
|
118609
118609
|
},
|
|
118610
|
-
"
|
|
118611
|
-
"default": "false",
|
|
118612
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
118613
|
-
"attribute": "download",
|
|
118614
|
-
"reflects": true,
|
|
118610
|
+
"attribute": "type",
|
|
118615
118611
|
"inheritedFrom": {
|
|
118616
|
-
"name": "
|
|
118617
|
-
"module": "core/base-elements/
|
|
118612
|
+
"name": "SbbButtonBaseElement",
|
|
118613
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118618
118614
|
}
|
|
118619
118615
|
},
|
|
118620
118616
|
{
|
|
118621
118617
|
"kind": "field",
|
|
118622
|
-
"name": "
|
|
118618
|
+
"name": "form",
|
|
118623
118619
|
"type": {
|
|
118624
|
-
"text": "
|
|
118620
|
+
"text": "HTMLFormElement | null"
|
|
118625
118621
|
},
|
|
118626
118622
|
"privacy": "public",
|
|
118627
|
-
"
|
|
118628
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
118629
|
-
"attribute": "accessibility-label",
|
|
118623
|
+
"description": "The `<form>` element to associate the button with.",
|
|
118630
118624
|
"inheritedFrom": {
|
|
118631
|
-
"name": "
|
|
118632
|
-
"module": "core/base-elements/
|
|
118633
|
-
}
|
|
118625
|
+
"name": "SbbButtonBaseElement",
|
|
118626
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118627
|
+
},
|
|
118628
|
+
"attribute": "form"
|
|
118634
118629
|
},
|
|
118635
118630
|
{
|
|
118636
118631
|
"kind": "field",
|
|
118637
|
-
"name": "
|
|
118632
|
+
"name": "_formId",
|
|
118638
118633
|
"type": {
|
|
118639
118634
|
"text": "string"
|
|
118640
118635
|
},
|
|
118641
|
-
"privacy": "
|
|
118636
|
+
"privacy": "private",
|
|
118642
118637
|
"default": "''",
|
|
118643
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
118644
|
-
"attribute": "accessibility-current",
|
|
118645
|
-
"inheritedFrom": {
|
|
118646
|
-
"name": "SbbLinkBaseElement",
|
|
118647
|
-
"module": "core/base-elements/link-base-element.js"
|
|
118648
|
-
}
|
|
118649
|
-
},
|
|
118650
|
-
{
|
|
118651
|
-
"kind": "field",
|
|
118652
|
-
"name": "language",
|
|
118653
|
-
"privacy": "protected",
|
|
118654
|
-
"default": "new SbbLanguageController(this)",
|
|
118655
|
-
"inheritedFrom": {
|
|
118656
|
-
"name": "SbbLinkBaseElement",
|
|
118657
|
-
"module": "core/base-elements/link-base-element.js"
|
|
118658
|
-
}
|
|
118659
|
-
},
|
|
118660
|
-
{
|
|
118661
|
-
"kind": "field",
|
|
118662
|
-
"name": "anchorRole",
|
|
118663
|
-
"type": {
|
|
118664
|
-
"text": "string | null"
|
|
118665
|
-
},
|
|
118666
|
-
"privacy": "protected",
|
|
118667
|
-
"readonly": true,
|
|
118668
|
-
"default": "null",
|
|
118669
118638
|
"inheritedFrom": {
|
|
118670
|
-
"name": "
|
|
118671
|
-
"module": "core/base-elements/
|
|
118639
|
+
"name": "SbbButtonBaseElement",
|
|
118640
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118672
118641
|
}
|
|
118673
118642
|
},
|
|
118674
118643
|
{
|
|
118675
118644
|
"kind": "field",
|
|
118676
|
-
"name": "
|
|
118645
|
+
"name": "_handleButtonClick",
|
|
118677
118646
|
"privacy": "private",
|
|
118678
118647
|
"inheritedFrom": {
|
|
118679
|
-
"name": "
|
|
118680
|
-
"module": "core/base-elements/
|
|
118648
|
+
"name": "SbbButtonBaseElement",
|
|
118649
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118681
118650
|
}
|
|
118682
118651
|
},
|
|
118683
118652
|
{
|
|
118684
118653
|
"kind": "method",
|
|
118685
|
-
"name": "
|
|
118686
|
-
"privacy": "
|
|
118654
|
+
"name": "_requestSubmit",
|
|
118655
|
+
"privacy": "private",
|
|
118687
118656
|
"return": {
|
|
118688
118657
|
"type": {
|
|
118689
|
-
"text": "
|
|
118658
|
+
"text": "void"
|
|
118690
118659
|
}
|
|
118691
118660
|
},
|
|
118692
118661
|
"parameters": [
|
|
118693
118662
|
{
|
|
118694
|
-
"name": "
|
|
118663
|
+
"name": "form",
|
|
118695
118664
|
"type": {
|
|
118696
|
-
"text": "
|
|
118665
|
+
"text": "HTMLFormElement"
|
|
118697
118666
|
}
|
|
118698
118667
|
}
|
|
118699
118668
|
],
|
|
118700
118669
|
"inheritedFrom": {
|
|
118701
|
-
"name": "
|
|
118702
|
-
"module": "core/base-elements/
|
|
118670
|
+
"name": "SbbButtonBaseElement",
|
|
118671
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118703
118672
|
}
|
|
118704
118673
|
},
|
|
118705
118674
|
{
|
|
118706
118675
|
"kind": "field",
|
|
118707
|
-
"name": "
|
|
118708
|
-
"
|
|
118709
|
-
"text": "boolean | undefined"
|
|
118710
|
-
},
|
|
118711
|
-
"privacy": "protected",
|
|
118712
|
-
"readonly": true,
|
|
118676
|
+
"name": "_formKeyDown",
|
|
118677
|
+
"privacy": "private",
|
|
118713
118678
|
"inheritedFrom": {
|
|
118714
|
-
"name": "
|
|
118715
|
-
"module": "core/base-elements/
|
|
118679
|
+
"name": "SbbButtonBaseElement",
|
|
118680
|
+
"module": "core/base-elements/button-base-element.js"
|
|
118716
118681
|
}
|
|
118717
118682
|
},
|
|
118718
118683
|
{
|
|
118719
118684
|
"kind": "field",
|
|
118720
|
-
"name": "
|
|
118685
|
+
"name": "formAssociated",
|
|
118721
118686
|
"type": {
|
|
118722
|
-
"text": "boolean
|
|
118723
|
-
},
|
|
118724
|
-
"privacy": "protected",
|
|
118725
|
-
"readonly": true,
|
|
118726
|
-
"inheritedFrom": {
|
|
118727
|
-
"name": "SbbActionBaseElement",
|
|
118728
|
-
"module": "core/base-elements/action-base-element.js"
|
|
118729
|
-
}
|
|
118730
|
-
},
|
|
118731
|
-
{
|
|
118732
|
-
"kind": "method",
|
|
118733
|
-
"name": "setupBaseEventHandlers",
|
|
118734
|
-
"privacy": "protected",
|
|
118735
|
-
"return": {
|
|
118736
|
-
"type": {
|
|
118737
|
-
"text": "void"
|
|
118738
|
-
}
|
|
118687
|
+
"text": "boolean"
|
|
118739
118688
|
},
|
|
118689
|
+
"privacy": "public",
|
|
118690
|
+
"static": true,
|
|
118691
|
+
"default": "true",
|
|
118740
118692
|
"inheritedFrom": {
|
|
118741
|
-
"name": "
|
|
118742
|
-
"module": "core/
|
|
118693
|
+
"name": "SbbFormAssociatedMixin",
|
|
118694
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118743
118695
|
}
|
|
118744
118696
|
},
|
|
118745
118697
|
{
|
|
118746
118698
|
"kind": "field",
|
|
118747
|
-
"name": "
|
|
118699
|
+
"name": "name",
|
|
118700
|
+
"privacy": "public",
|
|
118701
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
118748
118702
|
"type": {
|
|
118749
|
-
"text": "
|
|
118703
|
+
"text": "string"
|
|
118750
118704
|
},
|
|
118751
|
-
"
|
|
118752
|
-
"static": true,
|
|
118753
|
-
"default": "true",
|
|
118705
|
+
"attribute": "name",
|
|
118754
118706
|
"inheritedFrom": {
|
|
118755
|
-
"name": "
|
|
118756
|
-
"module": "core/
|
|
118707
|
+
"name": "SbbFormAssociatedMixin",
|
|
118708
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118757
118709
|
}
|
|
118758
118710
|
},
|
|
118759
118711
|
{
|
|
118760
118712
|
"kind": "field",
|
|
118761
|
-
"name": "
|
|
118713
|
+
"name": "validity",
|
|
118762
118714
|
"type": {
|
|
118763
|
-
"text": "
|
|
118715
|
+
"text": "ValidityState"
|
|
118764
118716
|
},
|
|
118765
118717
|
"privacy": "public",
|
|
118766
|
-
"
|
|
118718
|
+
"description": "Returns the ValidityState object for this element.",
|
|
118719
|
+
"readonly": true,
|
|
118767
118720
|
"inheritedFrom": {
|
|
118768
|
-
"name": "
|
|
118769
|
-
"module": "core/
|
|
118721
|
+
"name": "SbbFormAssociatedMixin",
|
|
118722
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118770
118723
|
}
|
|
118771
118724
|
},
|
|
118772
118725
|
{
|
|
118773
118726
|
"kind": "field",
|
|
118774
|
-
"name": "
|
|
118727
|
+
"name": "validationMessage",
|
|
118775
118728
|
"type": {
|
|
118776
|
-
"text": "
|
|
118729
|
+
"text": "string"
|
|
118777
118730
|
},
|
|
118778
|
-
"privacy": "
|
|
118731
|
+
"privacy": "public",
|
|
118732
|
+
"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.",
|
|
118733
|
+
"readonly": true,
|
|
118779
118734
|
"inheritedFrom": {
|
|
118780
|
-
"name": "
|
|
118781
|
-
"module": "core/
|
|
118735
|
+
"name": "SbbFormAssociatedMixin",
|
|
118736
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118782
118737
|
}
|
|
118783
118738
|
},
|
|
118784
118739
|
{
|
|
118785
118740
|
"kind": "field",
|
|
118786
|
-
"name": "
|
|
118741
|
+
"name": "willValidate",
|
|
118787
118742
|
"type": {
|
|
118788
118743
|
"text": "boolean"
|
|
118789
118744
|
},
|
|
118790
|
-
"privacy": "
|
|
118791
|
-
"
|
|
118745
|
+
"privacy": "public",
|
|
118746
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
118747
|
+
"readonly": true,
|
|
118792
118748
|
"inheritedFrom": {
|
|
118793
|
-
"name": "
|
|
118794
|
-
"module": "core/
|
|
118749
|
+
"name": "SbbFormAssociatedMixin",
|
|
118750
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118795
118751
|
}
|
|
118796
118752
|
},
|
|
118797
118753
|
{
|
|
118798
118754
|
"kind": "field",
|
|
118799
|
-
"name": "
|
|
118755
|
+
"name": "_validityStates",
|
|
118800
118756
|
"privacy": "private",
|
|
118801
|
-
"default": "new
|
|
118757
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
118802
118758
|
"inheritedFrom": {
|
|
118803
|
-
"name": "
|
|
118804
|
-
"module": "core/
|
|
118759
|
+
"name": "SbbFormAssociatedMixin",
|
|
118760
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118805
118761
|
}
|
|
118806
118762
|
},
|
|
118807
118763
|
{
|
|
118808
118764
|
"kind": "field",
|
|
118809
|
-
"name": "
|
|
118765
|
+
"name": "formDisabled",
|
|
118810
118766
|
"type": {
|
|
118811
|
-
"text": "
|
|
118767
|
+
"text": "boolean"
|
|
118812
118768
|
},
|
|
118813
|
-
"privacy": "
|
|
118769
|
+
"privacy": "protected",
|
|
118770
|
+
"default": "false",
|
|
118771
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
118814
118772
|
"inheritedFrom": {
|
|
118815
|
-
"name": "
|
|
118816
|
-
"module": "core/
|
|
118773
|
+
"name": "SbbFormAssociatedMixin",
|
|
118774
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118817
118775
|
}
|
|
118818
118776
|
},
|
|
118819
118777
|
{
|
|
118820
|
-
"kind": "
|
|
118821
|
-
"name": "
|
|
118822
|
-
"
|
|
118823
|
-
|
|
118778
|
+
"kind": "method",
|
|
118779
|
+
"name": "checkValidity",
|
|
118780
|
+
"privacy": "public",
|
|
118781
|
+
"return": {
|
|
118782
|
+
"type": {
|
|
118783
|
+
"text": "boolean"
|
|
118784
|
+
}
|
|
118824
118785
|
},
|
|
118825
|
-
"
|
|
118786
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
118826
118787
|
"inheritedFrom": {
|
|
118827
|
-
"name": "
|
|
118828
|
-
"module": "core/
|
|
118788
|
+
"name": "SbbFormAssociatedMixin",
|
|
118789
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118829
118790
|
}
|
|
118830
118791
|
},
|
|
118831
118792
|
{
|
|
118832
|
-
"kind": "
|
|
118833
|
-
"name": "
|
|
118834
|
-
"
|
|
118835
|
-
|
|
118793
|
+
"kind": "method",
|
|
118794
|
+
"name": "reportValidity",
|
|
118795
|
+
"privacy": "public",
|
|
118796
|
+
"return": {
|
|
118797
|
+
"type": {
|
|
118798
|
+
"text": "boolean"
|
|
118799
|
+
}
|
|
118836
118800
|
},
|
|
118837
|
-
"
|
|
118838
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
118839
|
-
"readonly": true,
|
|
118801
|
+
"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.",
|
|
118840
118802
|
"inheritedFrom": {
|
|
118841
|
-
"name": "
|
|
118842
|
-
"module": "core/
|
|
118843
|
-
}
|
|
118844
|
-
"default": "!!this.shadowRoot"
|
|
118803
|
+
"name": "SbbFormAssociatedMixin",
|
|
118804
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118805
|
+
}
|
|
118845
118806
|
},
|
|
118846
118807
|
{
|
|
118847
118808
|
"kind": "method",
|
|
118848
|
-
"name": "
|
|
118849
|
-
"privacy": "
|
|
118809
|
+
"name": "setCustomValidity",
|
|
118810
|
+
"privacy": "public",
|
|
118850
118811
|
"return": {
|
|
118851
118812
|
"type": {
|
|
118852
118813
|
"text": "void"
|
|
@@ -118854,56 +118815,65 @@
|
|
|
118854
118815
|
},
|
|
118855
118816
|
"parameters": [
|
|
118856
118817
|
{
|
|
118857
|
-
"name": "
|
|
118818
|
+
"name": "message",
|
|
118858
118819
|
"type": {
|
|
118859
118820
|
"text": "string"
|
|
118860
118821
|
}
|
|
118861
|
-
},
|
|
118862
|
-
{
|
|
118863
|
-
"name": "force",
|
|
118864
|
-
"optional": true,
|
|
118865
|
-
"type": {
|
|
118866
|
-
"text": "boolean"
|
|
118867
|
-
}
|
|
118868
118822
|
}
|
|
118869
118823
|
],
|
|
118824
|
+
"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.",
|
|
118870
118825
|
"inheritedFrom": {
|
|
118871
|
-
"name": "
|
|
118872
|
-
"module": "core/
|
|
118826
|
+
"name": "SbbFormAssociatedMixin",
|
|
118827
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118873
118828
|
}
|
|
118874
118829
|
},
|
|
118875
118830
|
{
|
|
118876
118831
|
"kind": "method",
|
|
118877
|
-
"name": "
|
|
118832
|
+
"name": "_hasDisabledAncestor",
|
|
118878
118833
|
"privacy": "private",
|
|
118834
|
+
"return": {
|
|
118835
|
+
"type": {
|
|
118836
|
+
"text": "boolean"
|
|
118837
|
+
}
|
|
118838
|
+
},
|
|
118839
|
+
"inheritedFrom": {
|
|
118840
|
+
"name": "SbbFormAssociatedMixin",
|
|
118841
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118842
|
+
}
|
|
118843
|
+
},
|
|
118844
|
+
{
|
|
118845
|
+
"kind": "method",
|
|
118846
|
+
"name": "updateFormValue",
|
|
118847
|
+
"privacy": "protected",
|
|
118879
118848
|
"return": {
|
|
118880
118849
|
"type": {
|
|
118881
118850
|
"text": "void"
|
|
118882
118851
|
}
|
|
118883
118852
|
},
|
|
118884
|
-
"
|
|
118885
|
-
|
|
118886
|
-
|
|
118887
|
-
|
|
118888
|
-
|
|
118889
|
-
|
|
118890
|
-
|
|
118891
|
-
|
|
118892
|
-
|
|
118893
|
-
|
|
118894
|
-
|
|
118895
|
-
|
|
118853
|
+
"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",
|
|
118854
|
+
"inheritedFrom": {
|
|
118855
|
+
"name": "SbbFormAssociatedMixin",
|
|
118856
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118857
|
+
}
|
|
118858
|
+
},
|
|
118859
|
+
{
|
|
118860
|
+
"kind": "method",
|
|
118861
|
+
"name": "formState",
|
|
118862
|
+
"privacy": "protected",
|
|
118863
|
+
"return": {
|
|
118864
|
+
"type": {
|
|
118865
|
+
"text": "FormRestoreState"
|
|
118896
118866
|
}
|
|
118897
|
-
|
|
118867
|
+
},
|
|
118898
118868
|
"inheritedFrom": {
|
|
118899
|
-
"name": "
|
|
118900
|
-
"module": "core/
|
|
118869
|
+
"name": "SbbFormAssociatedMixin",
|
|
118870
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118901
118871
|
}
|
|
118902
118872
|
},
|
|
118903
118873
|
{
|
|
118904
118874
|
"kind": "method",
|
|
118905
|
-
"name": "
|
|
118906
|
-
"privacy": "
|
|
118875
|
+
"name": "setValidityFlag",
|
|
118876
|
+
"privacy": "protected",
|
|
118907
118877
|
"return": {
|
|
118908
118878
|
"type": {
|
|
118909
118879
|
"text": "void"
|
|
@@ -118911,21 +118881,35 @@
|
|
|
118911
118881
|
},
|
|
118912
118882
|
"parameters": [
|
|
118913
118883
|
{
|
|
118914
|
-
"name": "
|
|
118884
|
+
"name": "flag",
|
|
118915
118885
|
"type": {
|
|
118916
|
-
"text": "
|
|
118886
|
+
"text": "T"
|
|
118887
|
+
}
|
|
118888
|
+
},
|
|
118889
|
+
{
|
|
118890
|
+
"name": "message",
|
|
118891
|
+
"type": {
|
|
118892
|
+
"text": "string"
|
|
118893
|
+
}
|
|
118894
|
+
},
|
|
118895
|
+
{
|
|
118896
|
+
"name": "flagValue",
|
|
118897
|
+
"optional": true,
|
|
118898
|
+
"type": {
|
|
118899
|
+
"text": "ValidityStateFlags[T]"
|
|
118917
118900
|
}
|
|
118918
118901
|
}
|
|
118919
118902
|
],
|
|
118903
|
+
"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).",
|
|
118920
118904
|
"inheritedFrom": {
|
|
118921
|
-
"name": "
|
|
118922
|
-
"module": "core/
|
|
118905
|
+
"name": "SbbFormAssociatedMixin",
|
|
118906
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118923
118907
|
}
|
|
118924
118908
|
},
|
|
118925
118909
|
{
|
|
118926
118910
|
"kind": "method",
|
|
118927
|
-
"name": "
|
|
118928
|
-
"privacy": "
|
|
118911
|
+
"name": "removeValidityFlag",
|
|
118912
|
+
"privacy": "protected",
|
|
118929
118913
|
"return": {
|
|
118930
118914
|
"type": {
|
|
118931
118915
|
"text": "void"
|
|
@@ -118933,43 +118917,37 @@
|
|
|
118933
118917
|
},
|
|
118934
118918
|
"parameters": [
|
|
118935
118919
|
{
|
|
118936
|
-
"name": "
|
|
118920
|
+
"name": "flag",
|
|
118937
118921
|
"type": {
|
|
118938
|
-
"text": "
|
|
118922
|
+
"text": "T"
|
|
118939
118923
|
}
|
|
118940
118924
|
}
|
|
118941
118925
|
],
|
|
118926
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
118942
118927
|
"inheritedFrom": {
|
|
118943
|
-
"name": "
|
|
118944
|
-
"module": "core/
|
|
118928
|
+
"name": "SbbFormAssociatedMixin",
|
|
118929
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118945
118930
|
}
|
|
118946
118931
|
},
|
|
118947
118932
|
{
|
|
118948
118933
|
"kind": "method",
|
|
118949
|
-
"name": "
|
|
118950
|
-
"privacy": "
|
|
118934
|
+
"name": "validate",
|
|
118935
|
+
"privacy": "protected",
|
|
118951
118936
|
"return": {
|
|
118952
118937
|
"type": {
|
|
118953
118938
|
"text": "void"
|
|
118954
118939
|
}
|
|
118955
118940
|
},
|
|
118956
|
-
"
|
|
118957
|
-
{
|
|
118958
|
-
"name": "slot",
|
|
118959
|
-
"type": {
|
|
118960
|
-
"text": "HTMLSlotElement"
|
|
118961
|
-
}
|
|
118962
|
-
}
|
|
118963
|
-
],
|
|
118941
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
118964
118942
|
"inheritedFrom": {
|
|
118965
|
-
"name": "
|
|
118966
|
-
"module": "core/
|
|
118943
|
+
"name": "SbbFormAssociatedMixin",
|
|
118944
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118967
118945
|
}
|
|
118968
118946
|
},
|
|
118969
118947
|
{
|
|
118970
118948
|
"kind": "method",
|
|
118971
|
-
"name": "
|
|
118972
|
-
"privacy": "
|
|
118949
|
+
"name": "shouldValidate",
|
|
118950
|
+
"privacy": "protected",
|
|
118973
118951
|
"return": {
|
|
118974
118952
|
"type": {
|
|
118975
118953
|
"text": "boolean"
|
|
@@ -118977,889 +118955,883 @@
|
|
|
118977
118955
|
},
|
|
118978
118956
|
"parameters": [
|
|
118979
118957
|
{
|
|
118980
|
-
"name": "
|
|
118958
|
+
"name": "name",
|
|
118981
118959
|
"type": {
|
|
118982
|
-
"text": "
|
|
118960
|
+
"text": "PropertyKey | undefined"
|
|
118983
118961
|
}
|
|
118984
118962
|
}
|
|
118985
118963
|
],
|
|
118964
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
118986
118965
|
"inheritedFrom": {
|
|
118987
|
-
"name": "
|
|
118988
|
-
"module": "core/
|
|
118966
|
+
"name": "SbbFormAssociatedMixin",
|
|
118967
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
118989
118968
|
}
|
|
118990
|
-
}
|
|
118991
|
-
],
|
|
118992
|
-
"mixins": [
|
|
118993
|
-
{
|
|
118994
|
-
"name": "SbbBlockLinkCommonElementMixin",
|
|
118995
|
-
"module": "link/common/block-link-common.js"
|
|
118996
118969
|
},
|
|
118997
118970
|
{
|
|
118998
|
-
"
|
|
118999
|
-
"
|
|
119000
|
-
|
|
119001
|
-
|
|
119002
|
-
|
|
119003
|
-
|
|
119004
|
-
|
|
119005
|
-
},
|
|
119006
|
-
"tagName": "sbb-block-link",
|
|
119007
|
-
"customElement": true,
|
|
119008
|
-
"attributes": [
|
|
119009
|
-
{
|
|
119010
|
-
"name": "size",
|
|
119011
|
-
"type": {
|
|
119012
|
-
"text": "SbbLinkSize"
|
|
118971
|
+
"kind": "method",
|
|
118972
|
+
"name": "_setInternalValidity",
|
|
118973
|
+
"privacy": "private",
|
|
118974
|
+
"return": {
|
|
118975
|
+
"type": {
|
|
118976
|
+
"text": "void"
|
|
118977
|
+
}
|
|
119013
118978
|
},
|
|
119014
|
-
"description": "Size variant, either xs, s or m.",
|
|
119015
|
-
"default": "'s' / 'xs' (lean)",
|
|
119016
|
-
"fieldName": "size",
|
|
119017
118979
|
"inheritedFrom": {
|
|
119018
|
-
"name": "
|
|
119019
|
-
"module": "
|
|
118980
|
+
"name": "SbbFormAssociatedMixin",
|
|
118981
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
119020
118982
|
}
|
|
119021
118983
|
},
|
|
119022
118984
|
{
|
|
119023
|
-
"
|
|
118985
|
+
"kind": "field",
|
|
118986
|
+
"name": "role",
|
|
119024
118987
|
"type": {
|
|
119025
|
-
"text": "
|
|
118988
|
+
"text": "ElementInternals['role']"
|
|
119026
118989
|
},
|
|
119027
|
-
"
|
|
119028
|
-
"
|
|
119029
|
-
"fieldName": "iconPlacement",
|
|
118990
|
+
"privacy": "public",
|
|
118991
|
+
"static": true,
|
|
119030
118992
|
"inheritedFrom": {
|
|
119031
|
-
"name": "
|
|
119032
|
-
"module": "
|
|
118993
|
+
"name": "SbbElement",
|
|
118994
|
+
"module": "core/base-elements/element.js"
|
|
118995
|
+
},
|
|
118996
|
+
"readonly": true,
|
|
118997
|
+
"default": "'button'"
|
|
118998
|
+
},
|
|
118999
|
+
{
|
|
119000
|
+
"kind": "field",
|
|
119001
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
119002
|
+
"privacy": "private",
|
|
119003
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
119004
|
+
"parameters": [
|
|
119005
|
+
{
|
|
119006
|
+
"description": "The origin event.",
|
|
119007
|
+
"name": "event"
|
|
119008
|
+
}
|
|
119009
|
+
],
|
|
119010
|
+
"inheritedFrom": {
|
|
119011
|
+
"name": "SbbButtonLikeBaseElement",
|
|
119012
|
+
"module": "core/base-elements/button-base-element.js"
|
|
119033
119013
|
}
|
|
119034
119014
|
},
|
|
119035
119015
|
{
|
|
119036
|
-
"
|
|
119037
|
-
"
|
|
119038
|
-
|
|
119039
|
-
},
|
|
119040
|
-
"default": "''",
|
|
119041
|
-
"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.",
|
|
119042
|
-
"fieldName": "iconName",
|
|
119016
|
+
"kind": "field",
|
|
119017
|
+
"name": "_removeActiveMarker",
|
|
119018
|
+
"privacy": "private",
|
|
119043
119019
|
"inheritedFrom": {
|
|
119044
|
-
"name": "
|
|
119045
|
-
"module": "
|
|
119020
|
+
"name": "SbbButtonLikeBaseElement",
|
|
119021
|
+
"module": "core/base-elements/button-base-element.js"
|
|
119046
119022
|
}
|
|
119047
119023
|
},
|
|
119048
119024
|
{
|
|
119049
|
-
"
|
|
119050
|
-
"
|
|
119051
|
-
"
|
|
119052
|
-
"
|
|
119053
|
-
|
|
119054
|
-
|
|
119055
|
-
|
|
119025
|
+
"kind": "field",
|
|
119026
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
119027
|
+
"privacy": "private",
|
|
119028
|
+
"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.",
|
|
119029
|
+
"parameters": [
|
|
119030
|
+
{
|
|
119031
|
+
"description": "The origin event.",
|
|
119032
|
+
"name": "event"
|
|
119033
|
+
}
|
|
119034
|
+
],
|
|
119056
119035
|
"inheritedFrom": {
|
|
119057
|
-
"name": "
|
|
119058
|
-
"module": "core/
|
|
119036
|
+
"name": "SbbButtonLikeBaseElement",
|
|
119037
|
+
"module": "core/base-elements/button-base-element.js"
|
|
119059
119038
|
}
|
|
119060
119039
|
},
|
|
119061
119040
|
{
|
|
119062
|
-
"
|
|
119041
|
+
"kind": "field",
|
|
119042
|
+
"name": "_dispatchClickEvent",
|
|
119043
|
+
"privacy": "private",
|
|
119044
|
+
"inheritedFrom": {
|
|
119045
|
+
"name": "SbbButtonLikeBaseElement",
|
|
119046
|
+
"module": "core/base-elements/button-base-element.js"
|
|
119047
|
+
}
|
|
119048
|
+
},
|
|
119049
|
+
{
|
|
119050
|
+
"kind": "field",
|
|
119051
|
+
"name": "maybeDisabled",
|
|
119063
119052
|
"type": {
|
|
119064
|
-
"text": "
|
|
119053
|
+
"text": "boolean | undefined"
|
|
119065
119054
|
},
|
|
119066
|
-
"
|
|
119067
|
-
"
|
|
119068
|
-
"fieldName": "href",
|
|
119055
|
+
"privacy": "protected",
|
|
119056
|
+
"readonly": true,
|
|
119069
119057
|
"inheritedFrom": {
|
|
119070
|
-
"name": "
|
|
119071
|
-
"module": "core/base-elements/
|
|
119058
|
+
"name": "SbbActionBaseElement",
|
|
119059
|
+
"module": "core/base-elements/action-base-element.js"
|
|
119072
119060
|
}
|
|
119073
119061
|
},
|
|
119074
119062
|
{
|
|
119075
|
-
"
|
|
119063
|
+
"kind": "field",
|
|
119064
|
+
"name": "maybeDisabledInteractive",
|
|
119076
119065
|
"type": {
|
|
119077
|
-
"text": "
|
|
119066
|
+
"text": "boolean | undefined"
|
|
119078
119067
|
},
|
|
119079
|
-
"
|
|
119080
|
-
"
|
|
119081
|
-
"fieldName": "target",
|
|
119068
|
+
"privacy": "protected",
|
|
119069
|
+
"readonly": true,
|
|
119082
119070
|
"inheritedFrom": {
|
|
119083
|
-
"name": "
|
|
119084
|
-
"module": "core/base-elements/
|
|
119071
|
+
"name": "SbbActionBaseElement",
|
|
119072
|
+
"module": "core/base-elements/action-base-element.js"
|
|
119085
119073
|
}
|
|
119086
119074
|
},
|
|
119087
119075
|
{
|
|
119088
|
-
"
|
|
119089
|
-
"
|
|
119090
|
-
|
|
119076
|
+
"kind": "method",
|
|
119077
|
+
"name": "setupBaseEventHandlers",
|
|
119078
|
+
"privacy": "protected",
|
|
119079
|
+
"return": {
|
|
119080
|
+
"type": {
|
|
119081
|
+
"text": "void"
|
|
119082
|
+
}
|
|
119091
119083
|
},
|
|
119092
|
-
"default": "''",
|
|
119093
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
119094
|
-
"fieldName": "rel",
|
|
119095
119084
|
"inheritedFrom": {
|
|
119096
|
-
"name": "
|
|
119097
|
-
"module": "core/base-elements/
|
|
119085
|
+
"name": "SbbActionBaseElement",
|
|
119086
|
+
"module": "core/base-elements/action-base-element.js"
|
|
119098
119087
|
}
|
|
119099
119088
|
},
|
|
119100
119089
|
{
|
|
119101
|
-
"
|
|
119090
|
+
"kind": "field",
|
|
119091
|
+
"name": "['_$sbbElement$']",
|
|
119102
119092
|
"type": {
|
|
119103
119093
|
"text": "boolean"
|
|
119104
119094
|
},
|
|
119105
|
-
"
|
|
119106
|
-
"
|
|
119107
|
-
"
|
|
119095
|
+
"privacy": "public",
|
|
119096
|
+
"static": true,
|
|
119097
|
+
"default": "true",
|
|
119108
119098
|
"inheritedFrom": {
|
|
119109
|
-
"name": "
|
|
119110
|
-
"module": "core/base-elements/
|
|
119099
|
+
"name": "SbbElement",
|
|
119100
|
+
"module": "core/base-elements/element.js"
|
|
119111
119101
|
}
|
|
119112
119102
|
},
|
|
119113
119103
|
{
|
|
119114
|
-
"
|
|
119104
|
+
"kind": "field",
|
|
119105
|
+
"name": "_controllers",
|
|
119115
119106
|
"type": {
|
|
119116
|
-
"text": "
|
|
119107
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
119117
119108
|
},
|
|
119118
|
-
"
|
|
119119
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
119120
|
-
"fieldName": "accessibilityLabel",
|
|
119109
|
+
"privacy": "private",
|
|
119121
119110
|
"inheritedFrom": {
|
|
119122
|
-
"name": "
|
|
119123
|
-
"module": "core/base-elements/
|
|
119111
|
+
"name": "SbbElement",
|
|
119112
|
+
"module": "core/base-elements/element.js"
|
|
119124
119113
|
}
|
|
119125
119114
|
},
|
|
119126
119115
|
{
|
|
119127
|
-
"
|
|
119116
|
+
"kind": "field",
|
|
119117
|
+
"name": "_hydrationRequired",
|
|
119128
119118
|
"type": {
|
|
119129
|
-
"text": "
|
|
119119
|
+
"text": "boolean"
|
|
119130
119120
|
},
|
|
119131
|
-
"
|
|
119132
|
-
"
|
|
119133
|
-
"fieldName": "accessibilityCurrent",
|
|
119121
|
+
"privacy": "private",
|
|
119122
|
+
"default": "!!this.shadowRoot",
|
|
119134
119123
|
"inheritedFrom": {
|
|
119135
|
-
"name": "
|
|
119136
|
-
"module": "core/base-elements/
|
|
119124
|
+
"name": "SbbElement",
|
|
119125
|
+
"module": "core/base-elements/element.js"
|
|
119137
119126
|
}
|
|
119138
|
-
}
|
|
119139
|
-
]
|
|
119140
|
-
}
|
|
119141
|
-
],
|
|
119142
|
-
"exports": [
|
|
119143
|
-
{
|
|
119144
|
-
"kind": "js",
|
|
119145
|
-
"name": "SbbBlockLinkElement",
|
|
119146
|
-
"declaration": {
|
|
119147
|
-
"name": "SbbBlockLinkElement",
|
|
119148
|
-
"module": "link/block-link/block-link.component.js"
|
|
119149
|
-
}
|
|
119150
|
-
}
|
|
119151
|
-
]
|
|
119152
|
-
},
|
|
119153
|
-
{
|
|
119154
|
-
"kind": "javascript-module",
|
|
119155
|
-
"path": "link/block-link-button/block-link-button.component.js",
|
|
119156
|
-
"declarations": [
|
|
119157
|
-
{
|
|
119158
|
-
"kind": "class",
|
|
119159
|
-
"description": "It displays a link enhanced with the SBB Design, which will behave as a button.",
|
|
119160
|
-
"name": "SbbBlockLinkButtonElement",
|
|
119161
|
-
"slots": [
|
|
119162
|
-
{
|
|
119163
|
-
"description": "Use the unnamed slot to add content to the `sbb-block-link-button`.",
|
|
119164
|
-
"name": ""
|
|
119165
119127
|
},
|
|
119166
|
-
{
|
|
119167
|
-
"description": "Slot used to display the icon, if one is set.",
|
|
119168
|
-
"name": "icon"
|
|
119169
|
-
}
|
|
119170
|
-
],
|
|
119171
|
-
"members": [
|
|
119172
119128
|
{
|
|
119173
119129
|
"kind": "field",
|
|
119174
|
-
"name": "
|
|
119175
|
-
"
|
|
119176
|
-
|
|
119177
|
-
},
|
|
119178
|
-
"privacy": "public",
|
|
119179
|
-
"static": true,
|
|
119180
|
-
"readonly": true,
|
|
119130
|
+
"name": "_hydrationComplete",
|
|
119131
|
+
"privacy": "private",
|
|
119132
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
119181
119133
|
"inheritedFrom": {
|
|
119182
119134
|
"name": "SbbElement",
|
|
119183
119135
|
"module": "core/base-elements/element.js"
|
|
119184
|
-
}
|
|
119185
|
-
"default": "'sbb-block-link-button'"
|
|
119136
|
+
}
|
|
119186
119137
|
},
|
|
119187
119138
|
{
|
|
119188
119139
|
"kind": "field",
|
|
119189
|
-
"name": "
|
|
119140
|
+
"name": "_resolveHydration",
|
|
119190
119141
|
"type": {
|
|
119191
|
-
"text": "
|
|
119142
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
119192
119143
|
},
|
|
119193
|
-
"privacy": "
|
|
119194
|
-
"static": true,
|
|
119195
|
-
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
119144
|
+
"privacy": "private",
|
|
119196
119145
|
"inheritedFrom": {
|
|
119197
|
-
"name": "
|
|
119198
|
-
"module": "
|
|
119146
|
+
"name": "SbbElement",
|
|
119147
|
+
"module": "core/base-elements/element.js"
|
|
119199
119148
|
}
|
|
119200
119149
|
},
|
|
119201
119150
|
{
|
|
119202
119151
|
"kind": "field",
|
|
119203
|
-
"name": "
|
|
119152
|
+
"name": "_textObserver",
|
|
119204
119153
|
"type": {
|
|
119205
|
-
"text": "
|
|
119154
|
+
"text": "MutationObserver | undefined"
|
|
119206
119155
|
},
|
|
119207
|
-
"privacy": "
|
|
119208
|
-
"description": "Size variant, either xs, s or m.",
|
|
119209
|
-
"default": "'s' / 'xs' (lean)",
|
|
119210
|
-
"attribute": "size",
|
|
119211
|
-
"reflects": true,
|
|
119156
|
+
"privacy": "private",
|
|
119212
119157
|
"inheritedFrom": {
|
|
119213
|
-
"name": "
|
|
119214
|
-
"module": "
|
|
119158
|
+
"name": "SbbElement",
|
|
119159
|
+
"module": "core/base-elements/element.js"
|
|
119215
119160
|
}
|
|
119216
119161
|
},
|
|
119217
119162
|
{
|
|
119218
119163
|
"kind": "field",
|
|
119219
|
-
"name": "
|
|
119164
|
+
"name": "hydrationRequired",
|
|
119220
119165
|
"type": {
|
|
119221
|
-
"text": "
|
|
119166
|
+
"text": "boolean"
|
|
119222
119167
|
},
|
|
119223
|
-
"privacy": "
|
|
119224
|
-
"
|
|
119225
|
-
"
|
|
119226
|
-
"attribute": "icon-placement",
|
|
119227
|
-
"reflects": true,
|
|
119168
|
+
"privacy": "protected",
|
|
119169
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
119170
|
+
"readonly": true,
|
|
119228
119171
|
"inheritedFrom": {
|
|
119229
|
-
"name": "
|
|
119230
|
-
"module": "
|
|
119231
|
-
}
|
|
119172
|
+
"name": "SbbElement",
|
|
119173
|
+
"module": "core/base-elements/element.js"
|
|
119174
|
+
},
|
|
119175
|
+
"default": "!!this.shadowRoot"
|
|
119232
119176
|
},
|
|
119233
119177
|
{
|
|
119234
119178
|
"kind": "method",
|
|
119235
|
-
"name": "
|
|
119179
|
+
"name": "toggleState",
|
|
119236
119180
|
"privacy": "protected",
|
|
119237
119181
|
"return": {
|
|
119238
119182
|
"type": {
|
|
119239
|
-
"text": "
|
|
119183
|
+
"text": "void"
|
|
119240
119184
|
}
|
|
119241
119185
|
},
|
|
119242
|
-
"
|
|
119186
|
+
"parameters": [
|
|
119187
|
+
{
|
|
119188
|
+
"name": "value",
|
|
119189
|
+
"type": {
|
|
119190
|
+
"text": "string"
|
|
119191
|
+
}
|
|
119192
|
+
},
|
|
119193
|
+
{
|
|
119194
|
+
"name": "force",
|
|
119195
|
+
"optional": true,
|
|
119196
|
+
"type": {
|
|
119197
|
+
"text": "boolean"
|
|
119198
|
+
}
|
|
119199
|
+
}
|
|
119200
|
+
],
|
|
119243
119201
|
"inheritedFrom": {
|
|
119244
|
-
"name": "
|
|
119245
|
-
"module": "core/base-elements/
|
|
119202
|
+
"name": "SbbElement",
|
|
119203
|
+
"module": "core/base-elements/element.js"
|
|
119246
119204
|
}
|
|
119247
119205
|
},
|
|
119248
119206
|
{
|
|
119249
|
-
"kind": "
|
|
119250
|
-
"name": "
|
|
119251
|
-
"
|
|
119252
|
-
|
|
119207
|
+
"kind": "method",
|
|
119208
|
+
"name": "_slotchangeHandler",
|
|
119209
|
+
"privacy": "private",
|
|
119210
|
+
"return": {
|
|
119211
|
+
"type": {
|
|
119212
|
+
"text": "void"
|
|
119213
|
+
}
|
|
119253
119214
|
},
|
|
119254
|
-
"
|
|
119255
|
-
|
|
119215
|
+
"parameters": [
|
|
119216
|
+
{
|
|
119217
|
+
"name": "event",
|
|
119218
|
+
"type": {
|
|
119219
|
+
"text": "Event"
|
|
119220
|
+
}
|
|
119221
|
+
},
|
|
119222
|
+
{
|
|
119223
|
+
"name": "slot",
|
|
119224
|
+
"type": {
|
|
119225
|
+
"text": "HTMLSlotElement"
|
|
119226
|
+
}
|
|
119227
|
+
}
|
|
119228
|
+
],
|
|
119256
119229
|
"inheritedFrom": {
|
|
119257
119230
|
"name": "SbbElement",
|
|
119258
119231
|
"module": "core/base-elements/element.js"
|
|
119232
|
+
}
|
|
119233
|
+
},
|
|
119234
|
+
{
|
|
119235
|
+
"kind": "method",
|
|
119236
|
+
"name": "_handleSlotChangeForSlottedState",
|
|
119237
|
+
"privacy": "private",
|
|
119238
|
+
"return": {
|
|
119239
|
+
"type": {
|
|
119240
|
+
"text": "void"
|
|
119241
|
+
}
|
|
119259
119242
|
},
|
|
119260
|
-
"
|
|
119243
|
+
"parameters": [
|
|
119244
|
+
{
|
|
119245
|
+
"name": "slot",
|
|
119246
|
+
"type": {
|
|
119247
|
+
"text": "HTMLSlotElement"
|
|
119248
|
+
}
|
|
119249
|
+
}
|
|
119250
|
+
],
|
|
119251
|
+
"inheritedFrom": {
|
|
119252
|
+
"name": "SbbElement",
|
|
119253
|
+
"module": "core/base-elements/element.js"
|
|
119254
|
+
}
|
|
119261
119255
|
},
|
|
119262
119256
|
{
|
|
119263
|
-
"kind": "
|
|
119264
|
-
"name": "
|
|
119265
|
-
"
|
|
119266
|
-
|
|
119257
|
+
"kind": "method",
|
|
119258
|
+
"name": "_updateSlottedState",
|
|
119259
|
+
"privacy": "private",
|
|
119260
|
+
"return": {
|
|
119261
|
+
"type": {
|
|
119262
|
+
"text": "void"
|
|
119263
|
+
}
|
|
119267
119264
|
},
|
|
119268
|
-
"
|
|
119269
|
-
|
|
119270
|
-
|
|
119271
|
-
|
|
119265
|
+
"parameters": [
|
|
119266
|
+
{
|
|
119267
|
+
"name": "slot",
|
|
119268
|
+
"type": {
|
|
119269
|
+
"text": "HTMLSlotElement"
|
|
119270
|
+
}
|
|
119271
|
+
}
|
|
119272
|
+
],
|
|
119272
119273
|
"inheritedFrom": {
|
|
119273
|
-
"name": "
|
|
119274
|
-
"module": "
|
|
119274
|
+
"name": "SbbElement",
|
|
119275
|
+
"module": "core/base-elements/element.js"
|
|
119275
119276
|
}
|
|
119276
119277
|
},
|
|
119277
119278
|
{
|
|
119278
119279
|
"kind": "method",
|
|
119279
|
-
"name": "
|
|
119280
|
-
"privacy": "
|
|
119280
|
+
"name": "_observeTextNodesInSlot",
|
|
119281
|
+
"privacy": "private",
|
|
119281
119282
|
"return": {
|
|
119282
119283
|
"type": {
|
|
119283
|
-
"text": "
|
|
119284
|
+
"text": "void"
|
|
119284
119285
|
}
|
|
119285
119286
|
},
|
|
119286
119287
|
"parameters": [
|
|
119287
119288
|
{
|
|
119288
|
-
"name": "
|
|
119289
|
-
"optional": true,
|
|
119289
|
+
"name": "slot",
|
|
119290
119290
|
"type": {
|
|
119291
|
-
"text": "
|
|
119291
|
+
"text": "HTMLSlotElement"
|
|
119292
119292
|
}
|
|
119293
119293
|
}
|
|
119294
119294
|
],
|
|
119295
119295
|
"inheritedFrom": {
|
|
119296
|
-
"name": "
|
|
119297
|
-
"module": "
|
|
119296
|
+
"name": "SbbElement",
|
|
119297
|
+
"module": "core/base-elements/element.js"
|
|
119298
119298
|
}
|
|
119299
119299
|
},
|
|
119300
119300
|
{
|
|
119301
119301
|
"kind": "method",
|
|
119302
|
-
"name": "
|
|
119303
|
-
"privacy": "
|
|
119302
|
+
"name": "_hasSlottedContent",
|
|
119303
|
+
"privacy": "private",
|
|
119304
119304
|
"return": {
|
|
119305
119305
|
"type": {
|
|
119306
|
-
"text": "
|
|
119306
|
+
"text": "boolean"
|
|
119307
119307
|
}
|
|
119308
119308
|
},
|
|
119309
|
+
"parameters": [
|
|
119310
|
+
{
|
|
119311
|
+
"name": "slot",
|
|
119312
|
+
"type": {
|
|
119313
|
+
"text": "HTMLSlotElement"
|
|
119314
|
+
}
|
|
119315
|
+
}
|
|
119316
|
+
],
|
|
119309
119317
|
"inheritedFrom": {
|
|
119310
|
-
"name": "
|
|
119311
|
-
"module": "
|
|
119318
|
+
"name": "SbbElement",
|
|
119319
|
+
"module": "core/base-elements/element.js"
|
|
119312
119320
|
}
|
|
119321
|
+
}
|
|
119322
|
+
],
|
|
119323
|
+
"mixins": [
|
|
119324
|
+
{
|
|
119325
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
119326
|
+
"module": "link/common/block-link-common.js"
|
|
119313
119327
|
},
|
|
119314
119328
|
{
|
|
119315
|
-
"
|
|
119316
|
-
"
|
|
119317
|
-
|
|
119318
|
-
|
|
119319
|
-
|
|
119320
|
-
|
|
119321
|
-
|
|
119329
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
119330
|
+
"module": "core.js"
|
|
119331
|
+
}
|
|
119332
|
+
],
|
|
119333
|
+
"superclass": {
|
|
119334
|
+
"name": "SbbButtonBaseElement",
|
|
119335
|
+
"module": "core.js"
|
|
119336
|
+
},
|
|
119337
|
+
"tagName": "sbb-block-link-button",
|
|
119338
|
+
"customElement": true,
|
|
119339
|
+
"attributes": [
|
|
119340
|
+
{
|
|
119341
|
+
"name": "size",
|
|
119342
|
+
"type": {
|
|
119343
|
+
"text": "SbbLinkSize"
|
|
119322
119344
|
},
|
|
119345
|
+
"description": "Size variant, either xs, s or m.",
|
|
119346
|
+
"default": "'s' / 'xs' (lean)",
|
|
119347
|
+
"fieldName": "size",
|
|
119323
119348
|
"inheritedFrom": {
|
|
119324
|
-
"name": "
|
|
119325
|
-
"module": "
|
|
119349
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
119350
|
+
"module": "link/common/block-link-common.js"
|
|
119326
119351
|
}
|
|
119327
119352
|
},
|
|
119328
119353
|
{
|
|
119329
|
-
"
|
|
119330
|
-
"name": "disabledInteractive",
|
|
119354
|
+
"name": "icon-placement",
|
|
119331
119355
|
"type": {
|
|
119332
|
-
"text": "
|
|
119356
|
+
"text": "SbbIconPlacement"
|
|
119333
119357
|
},
|
|
119334
|
-
"
|
|
119335
|
-
"
|
|
119336
|
-
"
|
|
119337
|
-
"attribute": "disabled-interactive",
|
|
119338
|
-
"reflects": true,
|
|
119358
|
+
"default": "'start'",
|
|
119359
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
119360
|
+
"fieldName": "iconPlacement",
|
|
119339
119361
|
"inheritedFrom": {
|
|
119340
|
-
"name": "
|
|
119341
|
-
"module": "
|
|
119362
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
119363
|
+
"module": "link/common/block-link-common.js"
|
|
119342
119364
|
}
|
|
119343
119365
|
},
|
|
119344
119366
|
{
|
|
119345
|
-
"
|
|
119346
|
-
"name": "disabled",
|
|
119347
|
-
"privacy": "public",
|
|
119348
|
-
"description": "Whether the component is disabled.",
|
|
119349
|
-
"default": "false",
|
|
119367
|
+
"name": "icon-name",
|
|
119350
119368
|
"type": {
|
|
119351
|
-
"text": "
|
|
119369
|
+
"text": "string"
|
|
119352
119370
|
},
|
|
119353
|
-
"
|
|
119354
|
-
"
|
|
119371
|
+
"default": "''",
|
|
119372
|
+
"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.",
|
|
119373
|
+
"fieldName": "iconName",
|
|
119355
119374
|
"inheritedFrom": {
|
|
119356
|
-
"name": "
|
|
119357
|
-
"module": "
|
|
119375
|
+
"name": "SbbIconNameMixin",
|
|
119376
|
+
"module": "icon/icon-name-mixin.js"
|
|
119358
119377
|
}
|
|
119359
119378
|
},
|
|
119360
119379
|
{
|
|
119361
|
-
"
|
|
119362
|
-
"name": "#disabled",
|
|
119363
|
-
"privacy": "private",
|
|
119380
|
+
"name": "disabled-interactive",
|
|
119364
119381
|
"type": {
|
|
119365
119382
|
"text": "boolean"
|
|
119366
119383
|
},
|
|
119367
119384
|
"default": "false",
|
|
119385
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
119386
|
+
"fieldName": "disabledInteractive",
|
|
119368
119387
|
"inheritedFrom": {
|
|
119369
|
-
"name": "
|
|
119388
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
119370
119389
|
"module": "core/mixins/disabled-mixin.js"
|
|
119371
119390
|
}
|
|
119372
119391
|
},
|
|
119373
119392
|
{
|
|
119374
|
-
"
|
|
119375
|
-
"
|
|
119376
|
-
"
|
|
119377
|
-
"
|
|
119378
|
-
"
|
|
119379
|
-
"text": "boolean"
|
|
119380
|
-
}
|
|
119393
|
+
"name": "disabled",
|
|
119394
|
+
"description": "Whether the component is disabled.",
|
|
119395
|
+
"default": "false",
|
|
119396
|
+
"type": {
|
|
119397
|
+
"text": "boolean"
|
|
119381
119398
|
},
|
|
119382
|
-
"
|
|
119399
|
+
"fieldName": "disabled",
|
|
119383
119400
|
"inheritedFrom": {
|
|
119384
119401
|
"name": "SbbDisabledMixin",
|
|
119385
119402
|
"module": "core/mixins/disabled-mixin.js"
|
|
119386
119403
|
}
|
|
119387
119404
|
},
|
|
119388
119405
|
{
|
|
119389
|
-
"kind": "field",
|
|
119390
|
-
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
119391
|
-
"type": {
|
|
119392
|
-
"text": "array"
|
|
119393
|
-
},
|
|
119394
|
-
"privacy": "private",
|
|
119395
|
-
"readonly": true,
|
|
119396
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
119397
|
-
"inheritedFrom": {
|
|
119398
|
-
"name": "SbbButtonBaseElement",
|
|
119399
|
-
"module": "core/base-elements/button-base-element.js"
|
|
119400
|
-
}
|
|
119401
|
-
},
|
|
119402
|
-
{
|
|
119403
|
-
"kind": "field",
|
|
119404
119406
|
"name": "value",
|
|
119405
119407
|
"type": {
|
|
119406
119408
|
"text": "string"
|
|
119407
119409
|
},
|
|
119408
|
-
"
|
|
119410
|
+
"default": "''",
|
|
119411
|
+
"description": "Value of the form element.",
|
|
119412
|
+
"fieldName": "value",
|
|
119409
119413
|
"inheritedFrom": {
|
|
119410
119414
|
"name": "SbbButtonBaseElement",
|
|
119411
119415
|
"module": "core/base-elements/button-base-element.js"
|
|
119412
|
-
}
|
|
119413
|
-
"default": "''",
|
|
119414
|
-
"description": "Value of the form element.",
|
|
119415
|
-
"attribute": "value"
|
|
119416
|
+
}
|
|
119416
119417
|
},
|
|
119417
119418
|
{
|
|
119418
|
-
"kind": "field",
|
|
119419
119419
|
"name": "type",
|
|
119420
|
-
"privacy": "public",
|
|
119421
119420
|
"description": "The type attribute to use for the button.",
|
|
119422
119421
|
"default": "'button'",
|
|
119423
119422
|
"type": {
|
|
119424
119423
|
"text": "SbbButtonType"
|
|
119425
119424
|
},
|
|
119426
|
-
"
|
|
119425
|
+
"fieldName": "type",
|
|
119427
119426
|
"inheritedFrom": {
|
|
119428
119427
|
"name": "SbbButtonBaseElement",
|
|
119429
119428
|
"module": "core/base-elements/button-base-element.js"
|
|
119430
119429
|
}
|
|
119431
119430
|
},
|
|
119432
119431
|
{
|
|
119433
|
-
"kind": "field",
|
|
119434
119432
|
"name": "form",
|
|
119435
|
-
"type": {
|
|
119436
|
-
"text": "HTMLFormElement | null"
|
|
119437
|
-
},
|
|
119438
|
-
"privacy": "public",
|
|
119439
119433
|
"description": "The `<form>` element to associate the button with.",
|
|
119440
|
-
"inheritedFrom": {
|
|
119441
|
-
"name": "SbbButtonBaseElement",
|
|
119442
|
-
"module": "core/base-elements/button-base-element.js"
|
|
119443
|
-
},
|
|
119444
|
-
"attribute": "form"
|
|
119445
|
-
},
|
|
119446
|
-
{
|
|
119447
|
-
"kind": "field",
|
|
119448
|
-
"name": "_formId",
|
|
119449
119434
|
"type": {
|
|
119450
|
-
"text": "
|
|
119451
|
-
},
|
|
119452
|
-
"privacy": "private",
|
|
119453
|
-
"default": "''",
|
|
119454
|
-
"inheritedFrom": {
|
|
119455
|
-
"name": "SbbButtonBaseElement",
|
|
119456
|
-
"module": "core/base-elements/button-base-element.js"
|
|
119457
|
-
}
|
|
119458
|
-
},
|
|
119459
|
-
{
|
|
119460
|
-
"kind": "field",
|
|
119461
|
-
"name": "_handleButtonClick",
|
|
119462
|
-
"privacy": "private",
|
|
119463
|
-
"inheritedFrom": {
|
|
119464
|
-
"name": "SbbButtonBaseElement",
|
|
119465
|
-
"module": "core/base-elements/button-base-element.js"
|
|
119466
|
-
}
|
|
119467
|
-
},
|
|
119468
|
-
{
|
|
119469
|
-
"kind": "method",
|
|
119470
|
-
"name": "_requestSubmit",
|
|
119471
|
-
"privacy": "private",
|
|
119472
|
-
"return": {
|
|
119473
|
-
"type": {
|
|
119474
|
-
"text": "void"
|
|
119475
|
-
}
|
|
119435
|
+
"text": "HTMLFormElement | null"
|
|
119476
119436
|
},
|
|
119477
|
-
"
|
|
119478
|
-
{
|
|
119479
|
-
"name": "form",
|
|
119480
|
-
"type": {
|
|
119481
|
-
"text": "HTMLFormElement"
|
|
119482
|
-
}
|
|
119483
|
-
}
|
|
119484
|
-
],
|
|
119485
|
-
"inheritedFrom": {
|
|
119486
|
-
"name": "SbbButtonBaseElement",
|
|
119487
|
-
"module": "core/base-elements/button-base-element.js"
|
|
119488
|
-
}
|
|
119489
|
-
},
|
|
119490
|
-
{
|
|
119491
|
-
"kind": "field",
|
|
119492
|
-
"name": "_formKeyDown",
|
|
119493
|
-
"privacy": "private",
|
|
119437
|
+
"fieldName": "form",
|
|
119494
119438
|
"inheritedFrom": {
|
|
119495
119439
|
"name": "SbbButtonBaseElement",
|
|
119496
119440
|
"module": "core/base-elements/button-base-element.js"
|
|
119497
119441
|
}
|
|
119498
119442
|
},
|
|
119499
119443
|
{
|
|
119500
|
-
"kind": "field",
|
|
119501
|
-
"name": "formAssociated",
|
|
119502
|
-
"type": {
|
|
119503
|
-
"text": "boolean"
|
|
119504
|
-
},
|
|
119505
|
-
"privacy": "public",
|
|
119506
|
-
"static": true,
|
|
119507
|
-
"default": "true",
|
|
119508
|
-
"inheritedFrom": {
|
|
119509
|
-
"name": "SbbFormAssociatedMixin",
|
|
119510
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
119511
|
-
}
|
|
119512
|
-
},
|
|
119513
|
-
{
|
|
119514
|
-
"kind": "field",
|
|
119515
119444
|
"name": "name",
|
|
119516
|
-
"privacy": "public",
|
|
119517
119445
|
"description": "Name of the form element. Will be read from name attribute.",
|
|
119518
119446
|
"type": {
|
|
119519
119447
|
"text": "string"
|
|
119520
119448
|
},
|
|
119521
|
-
"
|
|
119522
|
-
"inheritedFrom": {
|
|
119523
|
-
"name": "SbbFormAssociatedMixin",
|
|
119524
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
119525
|
-
}
|
|
119526
|
-
},
|
|
119527
|
-
{
|
|
119528
|
-
"kind": "field",
|
|
119529
|
-
"name": "validity",
|
|
119530
|
-
"type": {
|
|
119531
|
-
"text": "ValidityState"
|
|
119532
|
-
},
|
|
119533
|
-
"privacy": "public",
|
|
119534
|
-
"description": "Returns the ValidityState object for this element.",
|
|
119535
|
-
"readonly": true,
|
|
119449
|
+
"fieldName": "name",
|
|
119536
119450
|
"inheritedFrom": {
|
|
119537
119451
|
"name": "SbbFormAssociatedMixin",
|
|
119538
119452
|
"module": "core/mixins/form-associated-mixin.js"
|
|
119539
119453
|
}
|
|
119454
|
+
}
|
|
119455
|
+
]
|
|
119456
|
+
}
|
|
119457
|
+
],
|
|
119458
|
+
"exports": [
|
|
119459
|
+
{
|
|
119460
|
+
"kind": "js",
|
|
119461
|
+
"name": "SbbBlockLinkButtonElement",
|
|
119462
|
+
"declaration": {
|
|
119463
|
+
"name": "SbbBlockLinkButtonElement",
|
|
119464
|
+
"module": "link/block-link-button/block-link-button.component.js"
|
|
119465
|
+
}
|
|
119466
|
+
}
|
|
119467
|
+
]
|
|
119468
|
+
},
|
|
119469
|
+
{
|
|
119470
|
+
"kind": "javascript-module",
|
|
119471
|
+
"path": "link/block-link/block-link.component.js",
|
|
119472
|
+
"declarations": [
|
|
119473
|
+
{
|
|
119474
|
+
"kind": "class",
|
|
119475
|
+
"description": "It displays a link enhanced with the SBB Design.",
|
|
119476
|
+
"name": "SbbBlockLinkElement",
|
|
119477
|
+
"slots": [
|
|
119478
|
+
{
|
|
119479
|
+
"description": "Use the unnamed slot to add content to the `sbb-block-link`.",
|
|
119480
|
+
"name": ""
|
|
119540
119481
|
},
|
|
119482
|
+
{
|
|
119483
|
+
"description": "Slot used to display the icon, if one is set.",
|
|
119484
|
+
"name": "icon"
|
|
119485
|
+
}
|
|
119486
|
+
],
|
|
119487
|
+
"members": [
|
|
119541
119488
|
{
|
|
119542
119489
|
"kind": "field",
|
|
119543
|
-
"name": "
|
|
119490
|
+
"name": "elementName",
|
|
119544
119491
|
"type": {
|
|
119545
119492
|
"text": "string"
|
|
119546
119493
|
},
|
|
119547
119494
|
"privacy": "public",
|
|
119548
|
-
"
|
|
119495
|
+
"static": true,
|
|
119549
119496
|
"readonly": true,
|
|
119550
119497
|
"inheritedFrom": {
|
|
119551
|
-
"name": "
|
|
119552
|
-
"module": "core/
|
|
119553
|
-
}
|
|
119498
|
+
"name": "SbbElement",
|
|
119499
|
+
"module": "core/base-elements/element.js"
|
|
119500
|
+
},
|
|
119501
|
+
"default": "'sbb-block-link'"
|
|
119554
119502
|
},
|
|
119555
119503
|
{
|
|
119556
119504
|
"kind": "field",
|
|
119557
|
-
"name": "
|
|
119505
|
+
"name": "styles",
|
|
119558
119506
|
"type": {
|
|
119559
|
-
"text": "
|
|
119507
|
+
"text": "CSSResultGroup"
|
|
119560
119508
|
},
|
|
119561
119509
|
"privacy": "public",
|
|
119562
|
-
"
|
|
119563
|
-
"
|
|
119510
|
+
"static": true,
|
|
119511
|
+
"default": "[super.styles, unsafeCSS(blockStyle)]",
|
|
119564
119512
|
"inheritedFrom": {
|
|
119565
|
-
"name": "
|
|
119566
|
-
"module": "
|
|
119513
|
+
"name": "SbbLinkCommonElementMixin",
|
|
119514
|
+
"module": "link/common/link-common.js"
|
|
119567
119515
|
}
|
|
119568
119516
|
},
|
|
119569
119517
|
{
|
|
119570
119518
|
"kind": "field",
|
|
119571
|
-
"name": "
|
|
119572
|
-
"
|
|
119573
|
-
|
|
119519
|
+
"name": "size",
|
|
119520
|
+
"type": {
|
|
119521
|
+
"text": "SbbLinkSize"
|
|
119522
|
+
},
|
|
119523
|
+
"privacy": "public",
|
|
119524
|
+
"description": "Size variant, either xs, s or m.",
|
|
119525
|
+
"default": "'s' / 'xs' (lean)",
|
|
119526
|
+
"attribute": "size",
|
|
119527
|
+
"reflects": true,
|
|
119574
119528
|
"inheritedFrom": {
|
|
119575
|
-
"name": "
|
|
119576
|
-
"module": "
|
|
119529
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
119530
|
+
"module": "link/common/block-link-common.js"
|
|
119577
119531
|
}
|
|
119578
119532
|
},
|
|
119579
119533
|
{
|
|
119580
119534
|
"kind": "field",
|
|
119581
|
-
"name": "
|
|
119535
|
+
"name": "iconPlacement",
|
|
119582
119536
|
"type": {
|
|
119583
|
-
"text": "
|
|
119537
|
+
"text": "SbbIconPlacement"
|
|
119584
119538
|
},
|
|
119585
|
-
"privacy": "
|
|
119586
|
-
"default": "
|
|
119587
|
-
"description": "
|
|
119539
|
+
"privacy": "public",
|
|
119540
|
+
"default": "'start'",
|
|
119541
|
+
"description": "Moves the icon to the end of the component if set to true.",
|
|
119542
|
+
"attribute": "icon-placement",
|
|
119543
|
+
"reflects": true,
|
|
119588
119544
|
"inheritedFrom": {
|
|
119589
|
-
"name": "
|
|
119590
|
-
"module": "
|
|
119545
|
+
"name": "SbbBlockLinkCommonElementMixin",
|
|
119546
|
+
"module": "link/common/block-link-common.js"
|
|
119591
119547
|
}
|
|
119592
119548
|
},
|
|
119593
119549
|
{
|
|
119594
119550
|
"kind": "method",
|
|
119595
|
-
"name": "
|
|
119596
|
-
"privacy": "
|
|
119551
|
+
"name": "renderTemplate",
|
|
119552
|
+
"privacy": "protected",
|
|
119597
119553
|
"return": {
|
|
119598
119554
|
"type": {
|
|
119599
|
-
"text": "
|
|
119555
|
+
"text": "TemplateResult"
|
|
119600
119556
|
}
|
|
119601
119557
|
},
|
|
119602
|
-
"description": "
|
|
119558
|
+
"description": "Override this method to render the component template.",
|
|
119603
119559
|
"inheritedFrom": {
|
|
119604
|
-
"name": "
|
|
119605
|
-
"module": "core/
|
|
119560
|
+
"name": "SbbActionBaseElement",
|
|
119561
|
+
"module": "core/base-elements/action-base-element.js"
|
|
119606
119562
|
}
|
|
119607
119563
|
},
|
|
119608
119564
|
{
|
|
119609
|
-
"kind": "
|
|
119610
|
-
"name": "
|
|
119565
|
+
"kind": "field",
|
|
119566
|
+
"name": "elementDependencies",
|
|
119567
|
+
"type": {
|
|
119568
|
+
"text": "SbbElementType[]"
|
|
119569
|
+
},
|
|
119611
119570
|
"privacy": "public",
|
|
119612
|
-
"
|
|
119613
|
-
|
|
119614
|
-
|
|
119615
|
-
|
|
119571
|
+
"static": true,
|
|
119572
|
+
"inheritedFrom": {
|
|
119573
|
+
"name": "SbbElement",
|
|
119574
|
+
"module": "core/base-elements/element.js"
|
|
119616
119575
|
},
|
|
119617
|
-
"
|
|
119576
|
+
"default": "[SbbIconElement]"
|
|
119577
|
+
},
|
|
119578
|
+
{
|
|
119579
|
+
"kind": "field",
|
|
119580
|
+
"name": "iconName",
|
|
119581
|
+
"type": {
|
|
119582
|
+
"text": "string"
|
|
119583
|
+
},
|
|
119584
|
+
"privacy": "public",
|
|
119585
|
+
"default": "''",
|
|
119586
|
+
"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.",
|
|
119587
|
+
"attribute": "icon-name",
|
|
119618
119588
|
"inheritedFrom": {
|
|
119619
|
-
"name": "
|
|
119620
|
-
"module": "
|
|
119589
|
+
"name": "SbbIconNameMixin",
|
|
119590
|
+
"module": "icon/icon-name-mixin.js"
|
|
119621
119591
|
}
|
|
119622
119592
|
},
|
|
119623
119593
|
{
|
|
119624
119594
|
"kind": "method",
|
|
119625
|
-
"name": "
|
|
119626
|
-
"privacy": "
|
|
119595
|
+
"name": "renderIconSlot",
|
|
119596
|
+
"privacy": "protected",
|
|
119627
119597
|
"return": {
|
|
119628
119598
|
"type": {
|
|
119629
|
-
"text": "
|
|
119599
|
+
"text": "TemplateResult"
|
|
119630
119600
|
}
|
|
119631
119601
|
},
|
|
119632
119602
|
"parameters": [
|
|
119633
119603
|
{
|
|
119634
|
-
"name": "
|
|
119604
|
+
"name": "classname",
|
|
119605
|
+
"optional": true,
|
|
119635
119606
|
"type": {
|
|
119636
119607
|
"text": "string"
|
|
119637
119608
|
}
|
|
119638
119609
|
}
|
|
119639
119610
|
],
|
|
119640
|
-
"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.",
|
|
119641
119611
|
"inheritedFrom": {
|
|
119642
|
-
"name": "
|
|
119643
|
-
"module": "
|
|
119612
|
+
"name": "SbbIconNameMixin",
|
|
119613
|
+
"module": "icon/icon-name-mixin.js"
|
|
119644
119614
|
}
|
|
119645
119615
|
},
|
|
119646
119616
|
{
|
|
119647
119617
|
"kind": "method",
|
|
119648
|
-
"name": "
|
|
119649
|
-
"privacy": "
|
|
119618
|
+
"name": "renderIconName",
|
|
119619
|
+
"privacy": "protected",
|
|
119650
119620
|
"return": {
|
|
119651
119621
|
"type": {
|
|
119652
|
-
"text": "
|
|
119622
|
+
"text": "string"
|
|
119653
119623
|
}
|
|
119654
119624
|
},
|
|
119655
119625
|
"inheritedFrom": {
|
|
119656
|
-
"name": "
|
|
119657
|
-
"module": "
|
|
119626
|
+
"name": "SbbIconNameMixin",
|
|
119627
|
+
"module": "icon/icon-name-mixin.js"
|
|
119658
119628
|
}
|
|
119659
119629
|
},
|
|
119660
119630
|
{
|
|
119661
119631
|
"kind": "method",
|
|
119662
|
-
"name": "
|
|
119663
|
-
"privacy": "
|
|
119632
|
+
"name": "_renderIconName",
|
|
119633
|
+
"privacy": "private",
|
|
119664
119634
|
"return": {
|
|
119665
119635
|
"type": {
|
|
119666
|
-
"text": "
|
|
119636
|
+
"text": "string"
|
|
119667
119637
|
}
|
|
119668
119638
|
},
|
|
119669
|
-
"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",
|
|
119670
119639
|
"inheritedFrom": {
|
|
119671
|
-
"name": "
|
|
119672
|
-
"module": "
|
|
119640
|
+
"name": "SbbIconNameMixin",
|
|
119641
|
+
"module": "icon/icon-name-mixin.js"
|
|
119673
119642
|
}
|
|
119674
119643
|
},
|
|
119675
119644
|
{
|
|
119676
|
-
"kind": "
|
|
119677
|
-
"name": "
|
|
119678
|
-
"privacy": "
|
|
119679
|
-
"
|
|
119680
|
-
|
|
119681
|
-
|
|
119682
|
-
|
|
119645
|
+
"kind": "field",
|
|
119646
|
+
"name": "disabled",
|
|
119647
|
+
"privacy": "public",
|
|
119648
|
+
"description": "Whether the component is disabled.",
|
|
119649
|
+
"default": "false",
|
|
119650
|
+
"type": {
|
|
119651
|
+
"text": "boolean"
|
|
119683
119652
|
},
|
|
119653
|
+
"attribute": "disabled",
|
|
119654
|
+
"reflects": true,
|
|
119684
119655
|
"inheritedFrom": {
|
|
119685
|
-
"name": "
|
|
119686
|
-
"module": "core/mixins/
|
|
119656
|
+
"name": "SbbDisabledMixin",
|
|
119657
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
119687
119658
|
}
|
|
119688
119659
|
},
|
|
119689
119660
|
{
|
|
119690
|
-
"kind": "
|
|
119691
|
-
"name": "
|
|
119692
|
-
"privacy": "
|
|
119693
|
-
"
|
|
119694
|
-
"
|
|
119695
|
-
"text": "void"
|
|
119696
|
-
}
|
|
119661
|
+
"kind": "field",
|
|
119662
|
+
"name": "#disabled",
|
|
119663
|
+
"privacy": "private",
|
|
119664
|
+
"type": {
|
|
119665
|
+
"text": "boolean"
|
|
119697
119666
|
},
|
|
119698
|
-
"
|
|
119699
|
-
{
|
|
119700
|
-
"name": "flag",
|
|
119701
|
-
"type": {
|
|
119702
|
-
"text": "T"
|
|
119703
|
-
}
|
|
119704
|
-
},
|
|
119705
|
-
{
|
|
119706
|
-
"name": "message",
|
|
119707
|
-
"type": {
|
|
119708
|
-
"text": "string"
|
|
119709
|
-
}
|
|
119710
|
-
},
|
|
119711
|
-
{
|
|
119712
|
-
"name": "flagValue",
|
|
119713
|
-
"optional": true,
|
|
119714
|
-
"type": {
|
|
119715
|
-
"text": "ValidityStateFlags[T]"
|
|
119716
|
-
}
|
|
119717
|
-
}
|
|
119718
|
-
],
|
|
119719
|
-
"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).",
|
|
119667
|
+
"default": "false",
|
|
119720
119668
|
"inheritedFrom": {
|
|
119721
|
-
"name": "
|
|
119722
|
-
"module": "core/mixins/
|
|
119669
|
+
"name": "SbbDisabledMixin",
|
|
119670
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
119723
119671
|
}
|
|
119724
119672
|
},
|
|
119725
119673
|
{
|
|
119726
119674
|
"kind": "method",
|
|
119727
|
-
"name": "
|
|
119675
|
+
"name": "isDisabledExternally",
|
|
119728
119676
|
"privacy": "protected",
|
|
119729
119677
|
"return": {
|
|
119730
119678
|
"type": {
|
|
119731
|
-
"text": "
|
|
119679
|
+
"text": "boolean"
|
|
119732
119680
|
}
|
|
119733
119681
|
},
|
|
119734
|
-
"
|
|
119735
|
-
{
|
|
119736
|
-
"name": "flag",
|
|
119737
|
-
"type": {
|
|
119738
|
-
"text": "T"
|
|
119739
|
-
}
|
|
119740
|
-
}
|
|
119741
|
-
],
|
|
119742
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
119682
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
119743
119683
|
"inheritedFrom": {
|
|
119744
|
-
"name": "
|
|
119745
|
-
"module": "core/mixins/
|
|
119684
|
+
"name": "SbbDisabledMixin",
|
|
119685
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
119746
119686
|
}
|
|
119747
119687
|
},
|
|
119748
119688
|
{
|
|
119749
|
-
"kind": "
|
|
119750
|
-
"name": "
|
|
119751
|
-
"
|
|
119752
|
-
|
|
119753
|
-
|
|
119754
|
-
|
|
119755
|
-
|
|
119689
|
+
"kind": "field",
|
|
119690
|
+
"name": "href",
|
|
119691
|
+
"type": {
|
|
119692
|
+
"text": "string"
|
|
119693
|
+
},
|
|
119694
|
+
"privacy": "public",
|
|
119695
|
+
"default": "''",
|
|
119696
|
+
"description": "The href value you want to link to.",
|
|
119697
|
+
"attribute": "href",
|
|
119698
|
+
"reflects": true,
|
|
119699
|
+
"inheritedFrom": {
|
|
119700
|
+
"name": "SbbLinkBaseElement",
|
|
119701
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119702
|
+
}
|
|
119703
|
+
},
|
|
119704
|
+
{
|
|
119705
|
+
"kind": "field",
|
|
119706
|
+
"name": "target",
|
|
119707
|
+
"type": {
|
|
119708
|
+
"text": "LinkTargetType | string"
|
|
119709
|
+
},
|
|
119710
|
+
"privacy": "public",
|
|
119711
|
+
"default": "''",
|
|
119712
|
+
"description": "Where to display the linked URL.",
|
|
119713
|
+
"attribute": "target",
|
|
119714
|
+
"reflects": true,
|
|
119715
|
+
"inheritedFrom": {
|
|
119716
|
+
"name": "SbbLinkBaseElement",
|
|
119717
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119718
|
+
}
|
|
119719
|
+
},
|
|
119720
|
+
{
|
|
119721
|
+
"kind": "field",
|
|
119722
|
+
"name": "rel",
|
|
119723
|
+
"type": {
|
|
119724
|
+
"text": "string"
|
|
119756
119725
|
},
|
|
119757
|
-
"
|
|
119726
|
+
"privacy": "public",
|
|
119727
|
+
"default": "''",
|
|
119728
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
119729
|
+
"attribute": "rel",
|
|
119730
|
+
"reflects": true,
|
|
119758
119731
|
"inheritedFrom": {
|
|
119759
|
-
"name": "
|
|
119760
|
-
"module": "core/
|
|
119732
|
+
"name": "SbbLinkBaseElement",
|
|
119733
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119761
119734
|
}
|
|
119762
119735
|
},
|
|
119763
119736
|
{
|
|
119764
|
-
"kind": "
|
|
119765
|
-
"name": "
|
|
119766
|
-
"
|
|
119767
|
-
|
|
119768
|
-
"type": {
|
|
119769
|
-
"text": "boolean"
|
|
119770
|
-
}
|
|
119737
|
+
"kind": "field",
|
|
119738
|
+
"name": "download",
|
|
119739
|
+
"type": {
|
|
119740
|
+
"text": "boolean"
|
|
119771
119741
|
},
|
|
119772
|
-
"
|
|
119773
|
-
|
|
119774
|
-
|
|
119775
|
-
|
|
119776
|
-
|
|
119777
|
-
}
|
|
119778
|
-
}
|
|
119779
|
-
],
|
|
119780
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
119742
|
+
"privacy": "public",
|
|
119743
|
+
"default": "false",
|
|
119744
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
119745
|
+
"attribute": "download",
|
|
119746
|
+
"reflects": true,
|
|
119781
119747
|
"inheritedFrom": {
|
|
119782
|
-
"name": "
|
|
119783
|
-
"module": "core/
|
|
119748
|
+
"name": "SbbLinkBaseElement",
|
|
119749
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119784
119750
|
}
|
|
119785
119751
|
},
|
|
119786
119752
|
{
|
|
119787
|
-
"kind": "
|
|
119788
|
-
"name": "
|
|
119789
|
-
"
|
|
119790
|
-
|
|
119791
|
-
"type": {
|
|
119792
|
-
"text": "void"
|
|
119793
|
-
}
|
|
119753
|
+
"kind": "field",
|
|
119754
|
+
"name": "accessibilityLabel",
|
|
119755
|
+
"type": {
|
|
119756
|
+
"text": "string"
|
|
119794
119757
|
},
|
|
119758
|
+
"privacy": "public",
|
|
119759
|
+
"default": "''",
|
|
119760
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
119761
|
+
"attribute": "accessibility-label",
|
|
119795
119762
|
"inheritedFrom": {
|
|
119796
|
-
"name": "
|
|
119797
|
-
"module": "core/
|
|
119763
|
+
"name": "SbbLinkBaseElement",
|
|
119764
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119798
119765
|
}
|
|
119799
119766
|
},
|
|
119800
119767
|
{
|
|
119801
119768
|
"kind": "field",
|
|
119802
|
-
"name": "
|
|
119769
|
+
"name": "accessibilityCurrent",
|
|
119803
119770
|
"type": {
|
|
119804
|
-
"text": "
|
|
119771
|
+
"text": "string"
|
|
119805
119772
|
},
|
|
119806
119773
|
"privacy": "public",
|
|
119807
|
-
"
|
|
119774
|
+
"default": "''",
|
|
119775
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
119776
|
+
"attribute": "accessibility-current",
|
|
119808
119777
|
"inheritedFrom": {
|
|
119809
|
-
"name": "
|
|
119810
|
-
"module": "core/base-elements/element.js"
|
|
119811
|
-
}
|
|
119812
|
-
"readonly": true,
|
|
119813
|
-
"default": "'button'"
|
|
119778
|
+
"name": "SbbLinkBaseElement",
|
|
119779
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119780
|
+
}
|
|
119814
119781
|
},
|
|
119815
119782
|
{
|
|
119816
119783
|
"kind": "field",
|
|
119817
|
-
"name": "
|
|
119818
|
-
"privacy": "
|
|
119819
|
-
"
|
|
119820
|
-
"parameters": [
|
|
119821
|
-
{
|
|
119822
|
-
"description": "The origin event.",
|
|
119823
|
-
"name": "event"
|
|
119824
|
-
}
|
|
119825
|
-
],
|
|
119784
|
+
"name": "language",
|
|
119785
|
+
"privacy": "protected",
|
|
119786
|
+
"default": "new SbbLanguageController(this)",
|
|
119826
119787
|
"inheritedFrom": {
|
|
119827
|
-
"name": "
|
|
119828
|
-
"module": "core/base-elements/
|
|
119788
|
+
"name": "SbbLinkBaseElement",
|
|
119789
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119829
119790
|
}
|
|
119830
119791
|
},
|
|
119831
119792
|
{
|
|
119832
119793
|
"kind": "field",
|
|
119833
|
-
"name": "
|
|
119834
|
-
"
|
|
119794
|
+
"name": "anchorRole",
|
|
119795
|
+
"type": {
|
|
119796
|
+
"text": "string | null"
|
|
119797
|
+
},
|
|
119798
|
+
"privacy": "protected",
|
|
119799
|
+
"readonly": true,
|
|
119800
|
+
"default": "null",
|
|
119835
119801
|
"inheritedFrom": {
|
|
119836
|
-
"name": "
|
|
119837
|
-
"module": "core/base-elements/
|
|
119802
|
+
"name": "SbbLinkBaseElement",
|
|
119803
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119838
119804
|
}
|
|
119839
119805
|
},
|
|
119840
119806
|
{
|
|
119841
119807
|
"kind": "field",
|
|
119842
|
-
"name": "
|
|
119808
|
+
"name": "_evaluateRelAttribute",
|
|
119843
119809
|
"privacy": "private",
|
|
119844
|
-
"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.",
|
|
119845
|
-
"parameters": [
|
|
119846
|
-
{
|
|
119847
|
-
"description": "The origin event.",
|
|
119848
|
-
"name": "event"
|
|
119849
|
-
}
|
|
119850
|
-
],
|
|
119851
119810
|
"inheritedFrom": {
|
|
119852
|
-
"name": "
|
|
119853
|
-
"module": "core/base-elements/
|
|
119811
|
+
"name": "SbbLinkBaseElement",
|
|
119812
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119854
119813
|
}
|
|
119855
119814
|
},
|
|
119856
119815
|
{
|
|
119857
|
-
"kind": "
|
|
119858
|
-
"name": "
|
|
119859
|
-
"privacy": "
|
|
119816
|
+
"kind": "method",
|
|
119817
|
+
"name": "renderLink",
|
|
119818
|
+
"privacy": "protected",
|
|
119819
|
+
"return": {
|
|
119820
|
+
"type": {
|
|
119821
|
+
"text": "TemplateResult"
|
|
119822
|
+
}
|
|
119823
|
+
},
|
|
119824
|
+
"parameters": [
|
|
119825
|
+
{
|
|
119826
|
+
"name": "renderContent",
|
|
119827
|
+
"type": {
|
|
119828
|
+
"text": "TemplateResult"
|
|
119829
|
+
}
|
|
119830
|
+
}
|
|
119831
|
+
],
|
|
119860
119832
|
"inheritedFrom": {
|
|
119861
|
-
"name": "
|
|
119862
|
-
"module": "core/base-elements/
|
|
119833
|
+
"name": "SbbLinkBaseElement",
|
|
119834
|
+
"module": "core/base-elements/link-base-element.js"
|
|
119863
119835
|
}
|
|
119864
119836
|
},
|
|
119865
119837
|
{
|
|
@@ -119916,6 +119888,19 @@
|
|
|
119916
119888
|
"module": "core/base-elements/element.js"
|
|
119917
119889
|
}
|
|
119918
119890
|
},
|
|
119891
|
+
{
|
|
119892
|
+
"kind": "field",
|
|
119893
|
+
"name": "role",
|
|
119894
|
+
"type": {
|
|
119895
|
+
"text": "ElementInternals['role'] | undefined"
|
|
119896
|
+
},
|
|
119897
|
+
"privacy": "public",
|
|
119898
|
+
"static": true,
|
|
119899
|
+
"inheritedFrom": {
|
|
119900
|
+
"name": "SbbElement",
|
|
119901
|
+
"module": "core/base-elements/element.js"
|
|
119902
|
+
}
|
|
119903
|
+
},
|
|
119919
119904
|
{
|
|
119920
119905
|
"kind": "field",
|
|
119921
119906
|
"name": "_controllers",
|
|
@@ -120142,15 +120127,15 @@
|
|
|
120142
120127
|
"module": "link/common/block-link-common.js"
|
|
120143
120128
|
},
|
|
120144
120129
|
{
|
|
120145
|
-
"name": "
|
|
120130
|
+
"name": "SbbDisabledMixin",
|
|
120146
120131
|
"module": "core.js"
|
|
120147
120132
|
}
|
|
120148
120133
|
],
|
|
120149
120134
|
"superclass": {
|
|
120150
|
-
"name": "
|
|
120135
|
+
"name": "SbbLinkBaseElement",
|
|
120151
120136
|
"module": "core.js"
|
|
120152
120137
|
},
|
|
120153
|
-
"tagName": "sbb-block-link
|
|
120138
|
+
"tagName": "sbb-block-link",
|
|
120154
120139
|
"customElement": true,
|
|
120155
120140
|
"attributes": [
|
|
120156
120141
|
{
|
|
@@ -120193,79 +120178,94 @@
|
|
|
120193
120178
|
}
|
|
120194
120179
|
},
|
|
120195
120180
|
{
|
|
120196
|
-
"name": "disabled
|
|
120181
|
+
"name": "disabled",
|
|
120182
|
+
"description": "Whether the component is disabled.",
|
|
120183
|
+
"default": "false",
|
|
120197
120184
|
"type": {
|
|
120198
120185
|
"text": "boolean"
|
|
120199
120186
|
},
|
|
120200
|
-
"
|
|
120201
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
120202
|
-
"fieldName": "disabledInteractive",
|
|
120187
|
+
"fieldName": "disabled",
|
|
120203
120188
|
"inheritedFrom": {
|
|
120204
|
-
"name": "
|
|
120189
|
+
"name": "SbbDisabledMixin",
|
|
120205
120190
|
"module": "core/mixins/disabled-mixin.js"
|
|
120206
120191
|
}
|
|
120207
120192
|
},
|
|
120208
120193
|
{
|
|
120209
|
-
"name": "
|
|
120210
|
-
"description": "Whether the component is disabled.",
|
|
120211
|
-
"default": "false",
|
|
120194
|
+
"name": "href",
|
|
120212
120195
|
"type": {
|
|
120213
|
-
"text": "
|
|
120196
|
+
"text": "string"
|
|
120214
120197
|
},
|
|
120215
|
-
"
|
|
120198
|
+
"default": "''",
|
|
120199
|
+
"description": "The href value you want to link to.",
|
|
120200
|
+
"fieldName": "href",
|
|
120216
120201
|
"inheritedFrom": {
|
|
120217
|
-
"name": "
|
|
120218
|
-
"module": "core/
|
|
120202
|
+
"name": "SbbLinkBaseElement",
|
|
120203
|
+
"module": "core/base-elements/link-base-element.js"
|
|
120219
120204
|
}
|
|
120220
120205
|
},
|
|
120221
120206
|
{
|
|
120222
|
-
"name": "
|
|
120207
|
+
"name": "target",
|
|
120208
|
+
"type": {
|
|
120209
|
+
"text": "LinkTargetType | string"
|
|
120210
|
+
},
|
|
120211
|
+
"default": "''",
|
|
120212
|
+
"description": "Where to display the linked URL.",
|
|
120213
|
+
"fieldName": "target",
|
|
120214
|
+
"inheritedFrom": {
|
|
120215
|
+
"name": "SbbLinkBaseElement",
|
|
120216
|
+
"module": "core/base-elements/link-base-element.js"
|
|
120217
|
+
}
|
|
120218
|
+
},
|
|
120219
|
+
{
|
|
120220
|
+
"name": "rel",
|
|
120223
120221
|
"type": {
|
|
120224
120222
|
"text": "string"
|
|
120225
120223
|
},
|
|
120226
120224
|
"default": "''",
|
|
120227
|
-
"description": "
|
|
120228
|
-
"fieldName": "
|
|
120225
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
120226
|
+
"fieldName": "rel",
|
|
120229
120227
|
"inheritedFrom": {
|
|
120230
|
-
"name": "
|
|
120231
|
-
"module": "core/base-elements/
|
|
120228
|
+
"name": "SbbLinkBaseElement",
|
|
120229
|
+
"module": "core/base-elements/link-base-element.js"
|
|
120232
120230
|
}
|
|
120233
120231
|
},
|
|
120234
120232
|
{
|
|
120235
|
-
"name": "
|
|
120236
|
-
"description": "The type attribute to use for the button.",
|
|
120237
|
-
"default": "'button'",
|
|
120233
|
+
"name": "download",
|
|
120238
120234
|
"type": {
|
|
120239
|
-
"text": "
|
|
120235
|
+
"text": "boolean"
|
|
120240
120236
|
},
|
|
120241
|
-
"
|
|
120237
|
+
"default": "false",
|
|
120238
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
120239
|
+
"fieldName": "download",
|
|
120242
120240
|
"inheritedFrom": {
|
|
120243
|
-
"name": "
|
|
120244
|
-
"module": "core/base-elements/
|
|
120241
|
+
"name": "SbbLinkBaseElement",
|
|
120242
|
+
"module": "core/base-elements/link-base-element.js"
|
|
120245
120243
|
}
|
|
120246
120244
|
},
|
|
120247
120245
|
{
|
|
120248
|
-
"name": "
|
|
120249
|
-
"description": "The `<form>` element to associate the button with.",
|
|
120246
|
+
"name": "accessibility-label",
|
|
120250
120247
|
"type": {
|
|
120251
|
-
"text": "
|
|
120248
|
+
"text": "string"
|
|
120252
120249
|
},
|
|
120253
|
-
"
|
|
120250
|
+
"default": "''",
|
|
120251
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
120252
|
+
"fieldName": "accessibilityLabel",
|
|
120254
120253
|
"inheritedFrom": {
|
|
120255
|
-
"name": "
|
|
120256
|
-
"module": "core/base-elements/
|
|
120254
|
+
"name": "SbbLinkBaseElement",
|
|
120255
|
+
"module": "core/base-elements/link-base-element.js"
|
|
120257
120256
|
}
|
|
120258
120257
|
},
|
|
120259
120258
|
{
|
|
120260
|
-
"name": "
|
|
120261
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
120259
|
+
"name": "accessibility-current",
|
|
120262
120260
|
"type": {
|
|
120263
120261
|
"text": "string"
|
|
120264
120262
|
},
|
|
120265
|
-
"
|
|
120263
|
+
"default": "''",
|
|
120264
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
120265
|
+
"fieldName": "accessibilityCurrent",
|
|
120266
120266
|
"inheritedFrom": {
|
|
120267
|
-
"name": "
|
|
120268
|
-
"module": "core/
|
|
120267
|
+
"name": "SbbLinkBaseElement",
|
|
120268
|
+
"module": "core/base-elements/link-base-element.js"
|
|
120269
120269
|
}
|
|
120270
120270
|
}
|
|
120271
120271
|
]
|
|
@@ -120274,10 +120274,10 @@
|
|
|
120274
120274
|
"exports": [
|
|
120275
120275
|
{
|
|
120276
120276
|
"kind": "js",
|
|
120277
|
-
"name": "
|
|
120277
|
+
"name": "SbbBlockLinkElement",
|
|
120278
120278
|
"declaration": {
|
|
120279
|
-
"name": "
|
|
120280
|
-
"module": "link/block-link
|
|
120279
|
+
"name": "SbbBlockLinkElement",
|
|
120280
|
+
"module": "link/block-link/block-link.component.js"
|
|
120281
120281
|
}
|
|
120282
120282
|
}
|
|
120283
120283
|
]
|