@sbb-esta/lyne-elements-dev 4.13.0-dev.1779093785 → 4.13.0-dev.1779125453
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 +792 -792
- package/package.json +3 -3
package/custom-elements.json
CHANGED
|
@@ -55506,15 +55506,15 @@
|
|
|
55506
55506
|
},
|
|
55507
55507
|
{
|
|
55508
55508
|
"kind": "javascript-module",
|
|
55509
|
-
"path": "card/card-
|
|
55509
|
+
"path": "card/card-link/card-link.component.js",
|
|
55510
55510
|
"declarations": [
|
|
55511
55511
|
{
|
|
55512
55512
|
"kind": "class",
|
|
55513
|
-
"description": "It turns the `sbb-card` into a
|
|
55514
|
-
"name": "
|
|
55513
|
+
"description": "It turns the `sbb-card` into a link element.",
|
|
55514
|
+
"name": "SbbCardLinkElement",
|
|
55515
55515
|
"slots": [
|
|
55516
55516
|
{
|
|
55517
|
-
"description": "Use the unnamed slot to add a descriptive label / title of the
|
|
55517
|
+
"description": "Use the unnamed slot to add a descriptive label / title of the link (important!). This is relevant for SEO and screen readers.",
|
|
55518
55518
|
"name": ""
|
|
55519
55519
|
}
|
|
55520
55520
|
],
|
|
@@ -55528,7 +55528,7 @@
|
|
|
55528
55528
|
"privacy": "public",
|
|
55529
55529
|
"static": true,
|
|
55530
55530
|
"readonly": true,
|
|
55531
|
-
"default": "'sbb-card-
|
|
55531
|
+
"default": "'sbb-card-link'",
|
|
55532
55532
|
"inheritedFrom": {
|
|
55533
55533
|
"name": "SbbElement",
|
|
55534
55534
|
"module": "core/base-elements/element.js"
|
|
@@ -55541,7 +55541,7 @@
|
|
|
55541
55541
|
"text": "'link' | 'button'"
|
|
55542
55542
|
},
|
|
55543
55543
|
"privacy": "protected",
|
|
55544
|
-
"default": "'
|
|
55544
|
+
"default": "'link'",
|
|
55545
55545
|
"inheritedFrom": {
|
|
55546
55546
|
"name": "SbbCardActionCommonElementMixin",
|
|
55547
55547
|
"module": "card/common/card-action-common.js"
|
|
@@ -55658,479 +55658,151 @@
|
|
|
55658
55658
|
},
|
|
55659
55659
|
{
|
|
55660
55660
|
"kind": "field",
|
|
55661
|
-
"name": "
|
|
55662
|
-
"type": {
|
|
55663
|
-
"text": "array"
|
|
55664
|
-
},
|
|
55665
|
-
"privacy": "private",
|
|
55666
|
-
"readonly": true,
|
|
55667
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
55668
|
-
"inheritedFrom": {
|
|
55669
|
-
"name": "SbbButtonBaseElement",
|
|
55670
|
-
"module": "core/base-elements/button-base-element.js"
|
|
55671
|
-
}
|
|
55672
|
-
},
|
|
55673
|
-
{
|
|
55674
|
-
"kind": "field",
|
|
55675
|
-
"name": "value",
|
|
55661
|
+
"name": "href",
|
|
55676
55662
|
"type": {
|
|
55677
55663
|
"text": "string"
|
|
55678
55664
|
},
|
|
55679
55665
|
"privacy": "public",
|
|
55680
55666
|
"default": "''",
|
|
55681
|
-
"description": "
|
|
55682
|
-
"attribute": "
|
|
55683
|
-
"
|
|
55684
|
-
"name": "SbbButtonBaseElement",
|
|
55685
|
-
"module": "core/base-elements/button-base-element.js"
|
|
55686
|
-
}
|
|
55687
|
-
},
|
|
55688
|
-
{
|
|
55689
|
-
"kind": "field",
|
|
55690
|
-
"name": "type",
|
|
55691
|
-
"privacy": "public",
|
|
55692
|
-
"description": "The type attribute to use for the button.",
|
|
55693
|
-
"default": "'button'",
|
|
55694
|
-
"type": {
|
|
55695
|
-
"text": "SbbButtonType"
|
|
55696
|
-
},
|
|
55697
|
-
"attribute": "type",
|
|
55667
|
+
"description": "The href value you want to link to.",
|
|
55668
|
+
"attribute": "href",
|
|
55669
|
+
"reflects": true,
|
|
55698
55670
|
"inheritedFrom": {
|
|
55699
|
-
"name": "
|
|
55700
|
-
"module": "core/base-elements/
|
|
55671
|
+
"name": "SbbLinkBaseElement",
|
|
55672
|
+
"module": "core/base-elements/link-base-element.js"
|
|
55701
55673
|
}
|
|
55702
55674
|
},
|
|
55703
55675
|
{
|
|
55704
55676
|
"kind": "field",
|
|
55705
|
-
"name": "
|
|
55677
|
+
"name": "target",
|
|
55706
55678
|
"type": {
|
|
55707
|
-
"text": "
|
|
55679
|
+
"text": "LinkTargetType | string"
|
|
55708
55680
|
},
|
|
55709
55681
|
"privacy": "public",
|
|
55710
|
-
"
|
|
55711
|
-
"
|
|
55682
|
+
"default": "''",
|
|
55683
|
+
"description": "Where to display the linked URL.",
|
|
55684
|
+
"attribute": "target",
|
|
55685
|
+
"reflects": true,
|
|
55712
55686
|
"inheritedFrom": {
|
|
55713
|
-
"name": "
|
|
55714
|
-
"module": "core/base-elements/
|
|
55687
|
+
"name": "SbbLinkBaseElement",
|
|
55688
|
+
"module": "core/base-elements/link-base-element.js"
|
|
55715
55689
|
}
|
|
55716
55690
|
},
|
|
55717
55691
|
{
|
|
55718
55692
|
"kind": "field",
|
|
55719
|
-
"name": "
|
|
55693
|
+
"name": "rel",
|
|
55720
55694
|
"type": {
|
|
55721
55695
|
"text": "string"
|
|
55722
55696
|
},
|
|
55723
|
-
"privacy": "
|
|
55697
|
+
"privacy": "public",
|
|
55724
55698
|
"default": "''",
|
|
55699
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
55700
|
+
"attribute": "rel",
|
|
55701
|
+
"reflects": true,
|
|
55725
55702
|
"inheritedFrom": {
|
|
55726
|
-
"name": "
|
|
55727
|
-
"module": "core/base-elements/
|
|
55728
|
-
}
|
|
55729
|
-
},
|
|
55730
|
-
{
|
|
55731
|
-
"kind": "field",
|
|
55732
|
-
"name": "_handleButtonClick",
|
|
55733
|
-
"privacy": "private",
|
|
55734
|
-
"inheritedFrom": {
|
|
55735
|
-
"name": "SbbButtonBaseElement",
|
|
55736
|
-
"module": "core/base-elements/button-base-element.js"
|
|
55737
|
-
}
|
|
55738
|
-
},
|
|
55739
|
-
{
|
|
55740
|
-
"kind": "method",
|
|
55741
|
-
"name": "_requestSubmit",
|
|
55742
|
-
"privacy": "private",
|
|
55743
|
-
"return": {
|
|
55744
|
-
"type": {
|
|
55745
|
-
"text": "void"
|
|
55746
|
-
}
|
|
55747
|
-
},
|
|
55748
|
-
"parameters": [
|
|
55749
|
-
{
|
|
55750
|
-
"name": "form",
|
|
55751
|
-
"type": {
|
|
55752
|
-
"text": "HTMLFormElement"
|
|
55753
|
-
}
|
|
55754
|
-
}
|
|
55755
|
-
],
|
|
55756
|
-
"inheritedFrom": {
|
|
55757
|
-
"name": "SbbButtonBaseElement",
|
|
55758
|
-
"module": "core/base-elements/button-base-element.js"
|
|
55759
|
-
}
|
|
55760
|
-
},
|
|
55761
|
-
{
|
|
55762
|
-
"kind": "field",
|
|
55763
|
-
"name": "_formKeyDown",
|
|
55764
|
-
"privacy": "private",
|
|
55765
|
-
"inheritedFrom": {
|
|
55766
|
-
"name": "SbbButtonBaseElement",
|
|
55767
|
-
"module": "core/base-elements/button-base-element.js"
|
|
55703
|
+
"name": "SbbLinkBaseElement",
|
|
55704
|
+
"module": "core/base-elements/link-base-element.js"
|
|
55768
55705
|
}
|
|
55769
55706
|
},
|
|
55770
55707
|
{
|
|
55771
55708
|
"kind": "field",
|
|
55772
|
-
"name": "
|
|
55709
|
+
"name": "download",
|
|
55773
55710
|
"type": {
|
|
55774
55711
|
"text": "boolean"
|
|
55775
55712
|
},
|
|
55776
55713
|
"privacy": "public",
|
|
55777
|
-
"
|
|
55778
|
-
"
|
|
55714
|
+
"default": "false",
|
|
55715
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
55716
|
+
"attribute": "download",
|
|
55717
|
+
"reflects": true,
|
|
55779
55718
|
"inheritedFrom": {
|
|
55780
|
-
"name": "
|
|
55781
|
-
"module": "core/
|
|
55719
|
+
"name": "SbbLinkBaseElement",
|
|
55720
|
+
"module": "core/base-elements/link-base-element.js"
|
|
55782
55721
|
}
|
|
55783
55722
|
},
|
|
55784
55723
|
{
|
|
55785
55724
|
"kind": "field",
|
|
55786
|
-
"name": "
|
|
55787
|
-
"privacy": "public",
|
|
55788
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
55725
|
+
"name": "accessibilityLabel",
|
|
55789
55726
|
"type": {
|
|
55790
55727
|
"text": "string"
|
|
55791
55728
|
},
|
|
55792
|
-
"attribute": "name",
|
|
55793
|
-
"inheritedFrom": {
|
|
55794
|
-
"name": "SbbFormAssociatedMixin",
|
|
55795
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
55796
|
-
}
|
|
55797
|
-
},
|
|
55798
|
-
{
|
|
55799
|
-
"kind": "field",
|
|
55800
|
-
"name": "validity",
|
|
55801
|
-
"type": {
|
|
55802
|
-
"text": "ValidityState"
|
|
55803
|
-
},
|
|
55804
55729
|
"privacy": "public",
|
|
55805
|
-
"
|
|
55806
|
-
"
|
|
55730
|
+
"default": "''",
|
|
55731
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
55732
|
+
"attribute": "accessibility-label",
|
|
55807
55733
|
"inheritedFrom": {
|
|
55808
|
-
"name": "
|
|
55809
|
-
"module": "core/
|
|
55734
|
+
"name": "SbbLinkBaseElement",
|
|
55735
|
+
"module": "core/base-elements/link-base-element.js"
|
|
55810
55736
|
}
|
|
55811
55737
|
},
|
|
55812
55738
|
{
|
|
55813
55739
|
"kind": "field",
|
|
55814
|
-
"name": "
|
|
55740
|
+
"name": "accessibilityCurrent",
|
|
55815
55741
|
"type": {
|
|
55816
55742
|
"text": "string"
|
|
55817
55743
|
},
|
|
55818
55744
|
"privacy": "public",
|
|
55819
|
-
"
|
|
55820
|
-
"
|
|
55821
|
-
"
|
|
55822
|
-
"name": "SbbFormAssociatedMixin",
|
|
55823
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
55824
|
-
}
|
|
55825
|
-
},
|
|
55826
|
-
{
|
|
55827
|
-
"kind": "field",
|
|
55828
|
-
"name": "willValidate",
|
|
55829
|
-
"type": {
|
|
55830
|
-
"text": "boolean"
|
|
55831
|
-
},
|
|
55832
|
-
"privacy": "public",
|
|
55833
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
55834
|
-
"readonly": true,
|
|
55745
|
+
"default": "''",
|
|
55746
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
55747
|
+
"attribute": "accessibility-current",
|
|
55835
55748
|
"inheritedFrom": {
|
|
55836
|
-
"name": "
|
|
55837
|
-
"module": "core/
|
|
55749
|
+
"name": "SbbLinkBaseElement",
|
|
55750
|
+
"module": "core/base-elements/link-base-element.js"
|
|
55838
55751
|
}
|
|
55839
55752
|
},
|
|
55840
55753
|
{
|
|
55841
55754
|
"kind": "field",
|
|
55842
|
-
"name": "
|
|
55843
|
-
"privacy": "
|
|
55844
|
-
"default": "new
|
|
55755
|
+
"name": "language",
|
|
55756
|
+
"privacy": "protected",
|
|
55757
|
+
"default": "new SbbLanguageController(this)",
|
|
55845
55758
|
"inheritedFrom": {
|
|
55846
|
-
"name": "
|
|
55847
|
-
"module": "core/
|
|
55759
|
+
"name": "SbbLinkBaseElement",
|
|
55760
|
+
"module": "core/base-elements/link-base-element.js"
|
|
55848
55761
|
}
|
|
55849
55762
|
},
|
|
55850
55763
|
{
|
|
55851
55764
|
"kind": "field",
|
|
55852
|
-
"name": "
|
|
55765
|
+
"name": "anchorRole",
|
|
55853
55766
|
"type": {
|
|
55854
|
-
"text": "
|
|
55767
|
+
"text": "string | null"
|
|
55855
55768
|
},
|
|
55856
55769
|
"privacy": "protected",
|
|
55857
|
-
"
|
|
55858
|
-
"
|
|
55859
|
-
"inheritedFrom": {
|
|
55860
|
-
"name": "SbbFormAssociatedMixin",
|
|
55861
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
55862
|
-
}
|
|
55863
|
-
},
|
|
55864
|
-
{
|
|
55865
|
-
"kind": "method",
|
|
55866
|
-
"name": "checkValidity",
|
|
55867
|
-
"privacy": "public",
|
|
55868
|
-
"return": {
|
|
55869
|
-
"type": {
|
|
55870
|
-
"text": "boolean"
|
|
55871
|
-
}
|
|
55872
|
-
},
|
|
55873
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
55874
|
-
"inheritedFrom": {
|
|
55875
|
-
"name": "SbbFormAssociatedMixin",
|
|
55876
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
55877
|
-
}
|
|
55878
|
-
},
|
|
55879
|
-
{
|
|
55880
|
-
"kind": "method",
|
|
55881
|
-
"name": "reportValidity",
|
|
55882
|
-
"privacy": "public",
|
|
55883
|
-
"return": {
|
|
55884
|
-
"type": {
|
|
55885
|
-
"text": "boolean"
|
|
55886
|
-
}
|
|
55887
|
-
},
|
|
55888
|
-
"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.",
|
|
55889
|
-
"inheritedFrom": {
|
|
55890
|
-
"name": "SbbFormAssociatedMixin",
|
|
55891
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
55892
|
-
}
|
|
55893
|
-
},
|
|
55894
|
-
{
|
|
55895
|
-
"kind": "method",
|
|
55896
|
-
"name": "setCustomValidity",
|
|
55897
|
-
"privacy": "public",
|
|
55898
|
-
"return": {
|
|
55899
|
-
"type": {
|
|
55900
|
-
"text": "void"
|
|
55901
|
-
}
|
|
55902
|
-
},
|
|
55903
|
-
"parameters": [
|
|
55904
|
-
{
|
|
55905
|
-
"name": "message",
|
|
55906
|
-
"type": {
|
|
55907
|
-
"text": "string"
|
|
55908
|
-
}
|
|
55909
|
-
}
|
|
55910
|
-
],
|
|
55911
|
-
"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.",
|
|
55770
|
+
"readonly": true,
|
|
55771
|
+
"default": "null",
|
|
55912
55772
|
"inheritedFrom": {
|
|
55913
|
-
"name": "
|
|
55914
|
-
"module": "core/
|
|
55773
|
+
"name": "SbbLinkBaseElement",
|
|
55774
|
+
"module": "core/base-elements/link-base-element.js"
|
|
55915
55775
|
}
|
|
55916
55776
|
},
|
|
55917
55777
|
{
|
|
55918
|
-
"kind": "
|
|
55919
|
-
"name": "
|
|
55778
|
+
"kind": "field",
|
|
55779
|
+
"name": "_evaluateRelAttribute",
|
|
55920
55780
|
"privacy": "private",
|
|
55921
|
-
"return": {
|
|
55922
|
-
"type": {
|
|
55923
|
-
"text": "boolean"
|
|
55924
|
-
}
|
|
55925
|
-
},
|
|
55926
|
-
"inheritedFrom": {
|
|
55927
|
-
"name": "SbbFormAssociatedMixin",
|
|
55928
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
55929
|
-
}
|
|
55930
|
-
},
|
|
55931
|
-
{
|
|
55932
|
-
"kind": "method",
|
|
55933
|
-
"name": "updateFormValue",
|
|
55934
|
-
"privacy": "protected",
|
|
55935
|
-
"return": {
|
|
55936
|
-
"type": {
|
|
55937
|
-
"text": "void"
|
|
55938
|
-
}
|
|
55939
|
-
},
|
|
55940
|
-
"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",
|
|
55941
|
-
"inheritedFrom": {
|
|
55942
|
-
"name": "SbbFormAssociatedMixin",
|
|
55943
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
55944
|
-
}
|
|
55945
|
-
},
|
|
55946
|
-
{
|
|
55947
|
-
"kind": "method",
|
|
55948
|
-
"name": "formState",
|
|
55949
|
-
"privacy": "protected",
|
|
55950
|
-
"return": {
|
|
55951
|
-
"type": {
|
|
55952
|
-
"text": "FormRestoreState"
|
|
55953
|
-
}
|
|
55954
|
-
},
|
|
55955
|
-
"inheritedFrom": {
|
|
55956
|
-
"name": "SbbFormAssociatedMixin",
|
|
55957
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
55958
|
-
}
|
|
55959
|
-
},
|
|
55960
|
-
{
|
|
55961
|
-
"kind": "method",
|
|
55962
|
-
"name": "setValidityFlag",
|
|
55963
|
-
"privacy": "protected",
|
|
55964
|
-
"return": {
|
|
55965
|
-
"type": {
|
|
55966
|
-
"text": "void"
|
|
55967
|
-
}
|
|
55968
|
-
},
|
|
55969
|
-
"parameters": [
|
|
55970
|
-
{
|
|
55971
|
-
"name": "flag",
|
|
55972
|
-
"type": {
|
|
55973
|
-
"text": "T"
|
|
55974
|
-
}
|
|
55975
|
-
},
|
|
55976
|
-
{
|
|
55977
|
-
"name": "message",
|
|
55978
|
-
"type": {
|
|
55979
|
-
"text": "string"
|
|
55980
|
-
}
|
|
55981
|
-
},
|
|
55982
|
-
{
|
|
55983
|
-
"name": "flagValue",
|
|
55984
|
-
"optional": true,
|
|
55985
|
-
"type": {
|
|
55986
|
-
"text": "ValidityStateFlags[T]"
|
|
55987
|
-
}
|
|
55988
|
-
}
|
|
55989
|
-
],
|
|
55990
|
-
"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).",
|
|
55991
|
-
"inheritedFrom": {
|
|
55992
|
-
"name": "SbbFormAssociatedMixin",
|
|
55993
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
55994
|
-
}
|
|
55995
|
-
},
|
|
55996
|
-
{
|
|
55997
|
-
"kind": "method",
|
|
55998
|
-
"name": "removeValidityFlag",
|
|
55999
|
-
"privacy": "protected",
|
|
56000
|
-
"return": {
|
|
56001
|
-
"type": {
|
|
56002
|
-
"text": "void"
|
|
56003
|
-
}
|
|
56004
|
-
},
|
|
56005
|
-
"parameters": [
|
|
56006
|
-
{
|
|
56007
|
-
"name": "flag",
|
|
56008
|
-
"type": {
|
|
56009
|
-
"text": "T"
|
|
56010
|
-
}
|
|
56011
|
-
}
|
|
56012
|
-
],
|
|
56013
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
56014
|
-
"inheritedFrom": {
|
|
56015
|
-
"name": "SbbFormAssociatedMixin",
|
|
56016
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
56017
|
-
}
|
|
56018
|
-
},
|
|
56019
|
-
{
|
|
56020
|
-
"kind": "method",
|
|
56021
|
-
"name": "validate",
|
|
56022
|
-
"privacy": "protected",
|
|
56023
|
-
"return": {
|
|
56024
|
-
"type": {
|
|
56025
|
-
"text": "void"
|
|
56026
|
-
}
|
|
56027
|
-
},
|
|
56028
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
56029
55781
|
"inheritedFrom": {
|
|
56030
|
-
"name": "
|
|
56031
|
-
"module": "core/
|
|
55782
|
+
"name": "SbbLinkBaseElement",
|
|
55783
|
+
"module": "core/base-elements/link-base-element.js"
|
|
56032
55784
|
}
|
|
56033
55785
|
},
|
|
56034
55786
|
{
|
|
56035
55787
|
"kind": "method",
|
|
56036
|
-
"name": "
|
|
55788
|
+
"name": "renderLink",
|
|
56037
55789
|
"privacy": "protected",
|
|
56038
55790
|
"return": {
|
|
56039
55791
|
"type": {
|
|
56040
|
-
"text": "
|
|
55792
|
+
"text": "TemplateResult"
|
|
56041
55793
|
}
|
|
56042
55794
|
},
|
|
56043
55795
|
"parameters": [
|
|
56044
55796
|
{
|
|
56045
|
-
"name": "
|
|
55797
|
+
"name": "renderContent",
|
|
56046
55798
|
"type": {
|
|
56047
|
-
"text": "
|
|
55799
|
+
"text": "TemplateResult"
|
|
56048
55800
|
}
|
|
56049
55801
|
}
|
|
56050
55802
|
],
|
|
56051
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
56052
|
-
"inheritedFrom": {
|
|
56053
|
-
"name": "SbbFormAssociatedMixin",
|
|
56054
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
56055
|
-
}
|
|
56056
|
-
},
|
|
56057
|
-
{
|
|
56058
|
-
"kind": "method",
|
|
56059
|
-
"name": "_setInternalValidity",
|
|
56060
|
-
"privacy": "private",
|
|
56061
|
-
"return": {
|
|
56062
|
-
"type": {
|
|
56063
|
-
"text": "void"
|
|
56064
|
-
}
|
|
56065
|
-
},
|
|
56066
|
-
"inheritedFrom": {
|
|
56067
|
-
"name": "SbbFormAssociatedMixin",
|
|
56068
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
56069
|
-
}
|
|
56070
|
-
},
|
|
56071
|
-
{
|
|
56072
|
-
"kind": "field",
|
|
56073
|
-
"name": "role",
|
|
56074
|
-
"type": {
|
|
56075
|
-
"text": "ElementInternals['role']"
|
|
56076
|
-
},
|
|
56077
|
-
"privacy": "public",
|
|
56078
|
-
"static": true,
|
|
56079
|
-
"readonly": true,
|
|
56080
|
-
"default": "'button'",
|
|
56081
|
-
"inheritedFrom": {
|
|
56082
|
-
"name": "SbbButtonLikeBaseElement",
|
|
56083
|
-
"module": "core/base-elements/button-base-element.js"
|
|
56084
|
-
}
|
|
56085
|
-
},
|
|
56086
|
-
{
|
|
56087
|
-
"kind": "field",
|
|
56088
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
56089
|
-
"privacy": "private",
|
|
56090
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
56091
|
-
"parameters": [
|
|
56092
|
-
{
|
|
56093
|
-
"description": "The origin event.",
|
|
56094
|
-
"name": "event"
|
|
56095
|
-
}
|
|
56096
|
-
],
|
|
56097
|
-
"inheritedFrom": {
|
|
56098
|
-
"name": "SbbButtonLikeBaseElement",
|
|
56099
|
-
"module": "core/base-elements/button-base-element.js"
|
|
56100
|
-
}
|
|
56101
|
-
},
|
|
56102
|
-
{
|
|
56103
|
-
"kind": "field",
|
|
56104
|
-
"name": "_removeActiveMarker",
|
|
56105
|
-
"privacy": "private",
|
|
56106
|
-
"inheritedFrom": {
|
|
56107
|
-
"name": "SbbButtonLikeBaseElement",
|
|
56108
|
-
"module": "core/base-elements/button-base-element.js"
|
|
56109
|
-
}
|
|
56110
|
-
},
|
|
56111
|
-
{
|
|
56112
|
-
"kind": "field",
|
|
56113
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
56114
|
-
"privacy": "private",
|
|
56115
|
-
"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.",
|
|
56116
|
-
"parameters": [
|
|
56117
|
-
{
|
|
56118
|
-
"description": "The origin event.",
|
|
56119
|
-
"name": "event"
|
|
56120
|
-
}
|
|
56121
|
-
],
|
|
56122
|
-
"inheritedFrom": {
|
|
56123
|
-
"name": "SbbButtonLikeBaseElement",
|
|
56124
|
-
"module": "core/base-elements/button-base-element.js"
|
|
56125
|
-
}
|
|
56126
|
-
},
|
|
56127
|
-
{
|
|
56128
|
-
"kind": "field",
|
|
56129
|
-
"name": "_dispatchClickEvent",
|
|
56130
|
-
"privacy": "private",
|
|
56131
55803
|
"inheritedFrom": {
|
|
56132
|
-
"name": "
|
|
56133
|
-
"module": "core/base-elements/
|
|
55804
|
+
"name": "SbbLinkBaseElement",
|
|
55805
|
+
"module": "core/base-elements/link-base-element.js"
|
|
56134
55806
|
}
|
|
56135
55807
|
},
|
|
56136
55808
|
{
|
|
@@ -56286,10 +55958,10 @@
|
|
|
56286
55958
|
}
|
|
56287
55959
|
],
|
|
56288
55960
|
"superclass": {
|
|
56289
|
-
"name": "
|
|
55961
|
+
"name": "SbbLinkBaseElement",
|
|
56290
55962
|
"module": "core/base-elements.js"
|
|
56291
55963
|
},
|
|
56292
|
-
"tagName": "sbb-card-
|
|
55964
|
+
"tagName": "sbb-card-link",
|
|
56293
55965
|
"customElement": true,
|
|
56294
55966
|
"attributes": [
|
|
56295
55967
|
{
|
|
@@ -56305,53 +55977,81 @@
|
|
|
56305
55977
|
}
|
|
56306
55978
|
},
|
|
56307
55979
|
{
|
|
56308
|
-
"name": "
|
|
55980
|
+
"name": "href",
|
|
56309
55981
|
"type": {
|
|
56310
55982
|
"text": "string"
|
|
56311
55983
|
},
|
|
56312
55984
|
"default": "''",
|
|
56313
|
-
"description": "
|
|
56314
|
-
"fieldName": "
|
|
55985
|
+
"description": "The href value you want to link to.",
|
|
55986
|
+
"fieldName": "href",
|
|
56315
55987
|
"inheritedFrom": {
|
|
56316
|
-
"name": "
|
|
56317
|
-
"module": "core/base-elements/
|
|
55988
|
+
"name": "SbbLinkBaseElement",
|
|
55989
|
+
"module": "core/base-elements/link-base-element.js"
|
|
56318
55990
|
}
|
|
56319
55991
|
},
|
|
56320
55992
|
{
|
|
56321
|
-
"name": "
|
|
56322
|
-
"description": "The type attribute to use for the button.",
|
|
56323
|
-
"default": "'button'",
|
|
55993
|
+
"name": "target",
|
|
56324
55994
|
"type": {
|
|
56325
|
-
"text": "
|
|
55995
|
+
"text": "LinkTargetType | string"
|
|
56326
55996
|
},
|
|
56327
|
-
"
|
|
55997
|
+
"default": "''",
|
|
55998
|
+
"description": "Where to display the linked URL.",
|
|
55999
|
+
"fieldName": "target",
|
|
56328
56000
|
"inheritedFrom": {
|
|
56329
|
-
"name": "
|
|
56330
|
-
"module": "core/base-elements/
|
|
56001
|
+
"name": "SbbLinkBaseElement",
|
|
56002
|
+
"module": "core/base-elements/link-base-element.js"
|
|
56331
56003
|
}
|
|
56332
56004
|
},
|
|
56333
56005
|
{
|
|
56334
|
-
"name": "
|
|
56335
|
-
"description": "The `<form>` element to associate the button with.",
|
|
56006
|
+
"name": "rel",
|
|
56336
56007
|
"type": {
|
|
56337
|
-
"text": "
|
|
56008
|
+
"text": "string"
|
|
56338
56009
|
},
|
|
56339
|
-
"
|
|
56010
|
+
"default": "''",
|
|
56011
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
56012
|
+
"fieldName": "rel",
|
|
56340
56013
|
"inheritedFrom": {
|
|
56341
|
-
"name": "
|
|
56342
|
-
"module": "core/base-elements/
|
|
56014
|
+
"name": "SbbLinkBaseElement",
|
|
56015
|
+
"module": "core/base-elements/link-base-element.js"
|
|
56343
56016
|
}
|
|
56344
56017
|
},
|
|
56345
56018
|
{
|
|
56346
|
-
"name": "
|
|
56347
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
56019
|
+
"name": "download",
|
|
56348
56020
|
"type": {
|
|
56349
|
-
"text": "
|
|
56021
|
+
"text": "boolean"
|
|
56350
56022
|
},
|
|
56351
|
-
"
|
|
56023
|
+
"default": "false",
|
|
56024
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
56025
|
+
"fieldName": "download",
|
|
56352
56026
|
"inheritedFrom": {
|
|
56353
|
-
"name": "
|
|
56354
|
-
"module": "core/
|
|
56027
|
+
"name": "SbbLinkBaseElement",
|
|
56028
|
+
"module": "core/base-elements/link-base-element.js"
|
|
56029
|
+
}
|
|
56030
|
+
},
|
|
56031
|
+
{
|
|
56032
|
+
"name": "accessibility-label",
|
|
56033
|
+
"type": {
|
|
56034
|
+
"text": "string"
|
|
56035
|
+
},
|
|
56036
|
+
"default": "''",
|
|
56037
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
56038
|
+
"fieldName": "accessibilityLabel",
|
|
56039
|
+
"inheritedFrom": {
|
|
56040
|
+
"name": "SbbLinkBaseElement",
|
|
56041
|
+
"module": "core/base-elements/link-base-element.js"
|
|
56042
|
+
}
|
|
56043
|
+
},
|
|
56044
|
+
{
|
|
56045
|
+
"name": "accessibility-current",
|
|
56046
|
+
"type": {
|
|
56047
|
+
"text": "string"
|
|
56048
|
+
},
|
|
56049
|
+
"default": "''",
|
|
56050
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
56051
|
+
"fieldName": "accessibilityCurrent",
|
|
56052
|
+
"inheritedFrom": {
|
|
56053
|
+
"name": "SbbLinkBaseElement",
|
|
56054
|
+
"module": "core/base-elements/link-base-element.js"
|
|
56355
56055
|
}
|
|
56356
56056
|
}
|
|
56357
56057
|
]
|
|
@@ -56360,25 +56060,25 @@
|
|
|
56360
56060
|
"exports": [
|
|
56361
56061
|
{
|
|
56362
56062
|
"kind": "js",
|
|
56363
|
-
"name": "
|
|
56063
|
+
"name": "SbbCardLinkElement",
|
|
56364
56064
|
"declaration": {
|
|
56365
|
-
"name": "
|
|
56366
|
-
"module": "card/card-
|
|
56065
|
+
"name": "SbbCardLinkElement",
|
|
56066
|
+
"module": "card/card-link/card-link.component.js"
|
|
56367
56067
|
}
|
|
56368
56068
|
}
|
|
56369
56069
|
]
|
|
56370
56070
|
},
|
|
56371
56071
|
{
|
|
56372
56072
|
"kind": "javascript-module",
|
|
56373
|
-
"path": "card/card-
|
|
56073
|
+
"path": "card/card-button/card-button.component.js",
|
|
56374
56074
|
"declarations": [
|
|
56375
56075
|
{
|
|
56376
56076
|
"kind": "class",
|
|
56377
|
-
"description": "It turns the `sbb-card` into a
|
|
56378
|
-
"name": "
|
|
56077
|
+
"description": "It turns the `sbb-card` into a button element.",
|
|
56078
|
+
"name": "SbbCardButtonElement",
|
|
56379
56079
|
"slots": [
|
|
56380
56080
|
{
|
|
56381
|
-
"description": "Use the unnamed slot to add a descriptive label / title of the
|
|
56081
|
+
"description": "Use the unnamed slot to add a descriptive label / title of the button (important!). This is relevant for SEO and screen readers.",
|
|
56382
56082
|
"name": ""
|
|
56383
56083
|
}
|
|
56384
56084
|
],
|
|
@@ -56392,7 +56092,7 @@
|
|
|
56392
56092
|
"privacy": "public",
|
|
56393
56093
|
"static": true,
|
|
56394
56094
|
"readonly": true,
|
|
56395
|
-
"default": "'sbb-card-
|
|
56095
|
+
"default": "'sbb-card-button'",
|
|
56396
56096
|
"inheritedFrom": {
|
|
56397
56097
|
"name": "SbbElement",
|
|
56398
56098
|
"module": "core/base-elements/element.js"
|
|
@@ -56405,7 +56105,7 @@
|
|
|
56405
56105
|
"text": "'link' | 'button'"
|
|
56406
56106
|
},
|
|
56407
56107
|
"privacy": "protected",
|
|
56408
|
-
"default": "'
|
|
56108
|
+
"default": "'button'",
|
|
56409
56109
|
"inheritedFrom": {
|
|
56410
56110
|
"name": "SbbCardActionCommonElementMixin",
|
|
56411
56111
|
"module": "card/common/card-action-common.js"
|
|
@@ -56522,151 +56222,479 @@
|
|
|
56522
56222
|
},
|
|
56523
56223
|
{
|
|
56524
56224
|
"kind": "field",
|
|
56525
|
-
"name": "
|
|
56225
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
56226
|
+
"type": {
|
|
56227
|
+
"text": "array"
|
|
56228
|
+
},
|
|
56229
|
+
"privacy": "private",
|
|
56230
|
+
"readonly": true,
|
|
56231
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
56232
|
+
"inheritedFrom": {
|
|
56233
|
+
"name": "SbbButtonBaseElement",
|
|
56234
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56235
|
+
}
|
|
56236
|
+
},
|
|
56237
|
+
{
|
|
56238
|
+
"kind": "field",
|
|
56239
|
+
"name": "value",
|
|
56526
56240
|
"type": {
|
|
56527
56241
|
"text": "string"
|
|
56528
56242
|
},
|
|
56529
56243
|
"privacy": "public",
|
|
56530
56244
|
"default": "''",
|
|
56531
|
-
"description": "
|
|
56532
|
-
"attribute": "
|
|
56533
|
-
"reflects": true,
|
|
56245
|
+
"description": "Value of the form element.",
|
|
56246
|
+
"attribute": "value",
|
|
56534
56247
|
"inheritedFrom": {
|
|
56535
|
-
"name": "
|
|
56536
|
-
"module": "core/base-elements/
|
|
56248
|
+
"name": "SbbButtonBaseElement",
|
|
56249
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56537
56250
|
}
|
|
56538
56251
|
},
|
|
56539
56252
|
{
|
|
56540
56253
|
"kind": "field",
|
|
56541
|
-
"name": "
|
|
56254
|
+
"name": "type",
|
|
56255
|
+
"privacy": "public",
|
|
56256
|
+
"description": "The type attribute to use for the button.",
|
|
56257
|
+
"default": "'button'",
|
|
56542
56258
|
"type": {
|
|
56543
|
-
"text": "
|
|
56259
|
+
"text": "SbbButtonType"
|
|
56260
|
+
},
|
|
56261
|
+
"attribute": "type",
|
|
56262
|
+
"inheritedFrom": {
|
|
56263
|
+
"name": "SbbButtonBaseElement",
|
|
56264
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56265
|
+
}
|
|
56266
|
+
},
|
|
56267
|
+
{
|
|
56268
|
+
"kind": "field",
|
|
56269
|
+
"name": "form",
|
|
56270
|
+
"type": {
|
|
56271
|
+
"text": "HTMLFormElement | null"
|
|
56544
56272
|
},
|
|
56545
56273
|
"privacy": "public",
|
|
56546
|
-
"
|
|
56547
|
-
"
|
|
56548
|
-
"attribute": "target",
|
|
56549
|
-
"reflects": true,
|
|
56274
|
+
"description": "The `<form>` element to associate the button with.",
|
|
56275
|
+
"attribute": "form",
|
|
56550
56276
|
"inheritedFrom": {
|
|
56551
|
-
"name": "
|
|
56552
|
-
"module": "core/base-elements/
|
|
56277
|
+
"name": "SbbButtonBaseElement",
|
|
56278
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56553
56279
|
}
|
|
56554
56280
|
},
|
|
56555
56281
|
{
|
|
56556
56282
|
"kind": "field",
|
|
56557
|
-
"name": "
|
|
56283
|
+
"name": "_formId",
|
|
56558
56284
|
"type": {
|
|
56559
56285
|
"text": "string"
|
|
56560
56286
|
},
|
|
56561
|
-
"privacy": "
|
|
56287
|
+
"privacy": "private",
|
|
56562
56288
|
"default": "''",
|
|
56563
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
56564
|
-
"attribute": "rel",
|
|
56565
|
-
"reflects": true,
|
|
56566
56289
|
"inheritedFrom": {
|
|
56567
|
-
"name": "
|
|
56568
|
-
"module": "core/base-elements/
|
|
56290
|
+
"name": "SbbButtonBaseElement",
|
|
56291
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56569
56292
|
}
|
|
56570
56293
|
},
|
|
56571
56294
|
{
|
|
56572
56295
|
"kind": "field",
|
|
56573
|
-
"name": "
|
|
56296
|
+
"name": "_handleButtonClick",
|
|
56297
|
+
"privacy": "private",
|
|
56298
|
+
"inheritedFrom": {
|
|
56299
|
+
"name": "SbbButtonBaseElement",
|
|
56300
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56301
|
+
}
|
|
56302
|
+
},
|
|
56303
|
+
{
|
|
56304
|
+
"kind": "method",
|
|
56305
|
+
"name": "_requestSubmit",
|
|
56306
|
+
"privacy": "private",
|
|
56307
|
+
"return": {
|
|
56308
|
+
"type": {
|
|
56309
|
+
"text": "void"
|
|
56310
|
+
}
|
|
56311
|
+
},
|
|
56312
|
+
"parameters": [
|
|
56313
|
+
{
|
|
56314
|
+
"name": "form",
|
|
56315
|
+
"type": {
|
|
56316
|
+
"text": "HTMLFormElement"
|
|
56317
|
+
}
|
|
56318
|
+
}
|
|
56319
|
+
],
|
|
56320
|
+
"inheritedFrom": {
|
|
56321
|
+
"name": "SbbButtonBaseElement",
|
|
56322
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56323
|
+
}
|
|
56324
|
+
},
|
|
56325
|
+
{
|
|
56326
|
+
"kind": "field",
|
|
56327
|
+
"name": "_formKeyDown",
|
|
56328
|
+
"privacy": "private",
|
|
56329
|
+
"inheritedFrom": {
|
|
56330
|
+
"name": "SbbButtonBaseElement",
|
|
56331
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56332
|
+
}
|
|
56333
|
+
},
|
|
56334
|
+
{
|
|
56335
|
+
"kind": "field",
|
|
56336
|
+
"name": "formAssociated",
|
|
56574
56337
|
"type": {
|
|
56575
56338
|
"text": "boolean"
|
|
56576
56339
|
},
|
|
56577
56340
|
"privacy": "public",
|
|
56578
|
-
"
|
|
56579
|
-
"
|
|
56580
|
-
"attribute": "download",
|
|
56581
|
-
"reflects": true,
|
|
56341
|
+
"static": true,
|
|
56342
|
+
"default": "true",
|
|
56582
56343
|
"inheritedFrom": {
|
|
56583
|
-
"name": "
|
|
56584
|
-
"module": "core/
|
|
56344
|
+
"name": "SbbFormAssociatedMixin",
|
|
56345
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56585
56346
|
}
|
|
56586
56347
|
},
|
|
56587
56348
|
{
|
|
56588
56349
|
"kind": "field",
|
|
56589
|
-
"name": "
|
|
56350
|
+
"name": "name",
|
|
56351
|
+
"privacy": "public",
|
|
56352
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
56590
56353
|
"type": {
|
|
56591
56354
|
"text": "string"
|
|
56592
56355
|
},
|
|
56356
|
+
"attribute": "name",
|
|
56357
|
+
"inheritedFrom": {
|
|
56358
|
+
"name": "SbbFormAssociatedMixin",
|
|
56359
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56360
|
+
}
|
|
56361
|
+
},
|
|
56362
|
+
{
|
|
56363
|
+
"kind": "field",
|
|
56364
|
+
"name": "validity",
|
|
56365
|
+
"type": {
|
|
56366
|
+
"text": "ValidityState"
|
|
56367
|
+
},
|
|
56593
56368
|
"privacy": "public",
|
|
56594
|
-
"
|
|
56595
|
-
"
|
|
56596
|
-
"attribute": "accessibility-label",
|
|
56369
|
+
"description": "Returns the ValidityState object for this element.",
|
|
56370
|
+
"readonly": true,
|
|
56597
56371
|
"inheritedFrom": {
|
|
56598
|
-
"name": "
|
|
56599
|
-
"module": "core/
|
|
56372
|
+
"name": "SbbFormAssociatedMixin",
|
|
56373
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56600
56374
|
}
|
|
56601
56375
|
},
|
|
56602
56376
|
{
|
|
56603
56377
|
"kind": "field",
|
|
56604
|
-
"name": "
|
|
56378
|
+
"name": "validationMessage",
|
|
56605
56379
|
"type": {
|
|
56606
56380
|
"text": "string"
|
|
56607
56381
|
},
|
|
56608
56382
|
"privacy": "public",
|
|
56609
|
-
"
|
|
56610
|
-
"
|
|
56611
|
-
"attribute": "accessibility-current",
|
|
56383
|
+
"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.",
|
|
56384
|
+
"readonly": true,
|
|
56612
56385
|
"inheritedFrom": {
|
|
56613
|
-
"name": "
|
|
56614
|
-
"module": "core/
|
|
56386
|
+
"name": "SbbFormAssociatedMixin",
|
|
56387
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56615
56388
|
}
|
|
56616
56389
|
},
|
|
56617
56390
|
{
|
|
56618
56391
|
"kind": "field",
|
|
56619
|
-
"name": "
|
|
56620
|
-
"
|
|
56621
|
-
|
|
56392
|
+
"name": "willValidate",
|
|
56393
|
+
"type": {
|
|
56394
|
+
"text": "boolean"
|
|
56395
|
+
},
|
|
56396
|
+
"privacy": "public",
|
|
56397
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
56398
|
+
"readonly": true,
|
|
56622
56399
|
"inheritedFrom": {
|
|
56623
|
-
"name": "
|
|
56624
|
-
"module": "core/
|
|
56400
|
+
"name": "SbbFormAssociatedMixin",
|
|
56401
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56625
56402
|
}
|
|
56626
56403
|
},
|
|
56627
56404
|
{
|
|
56628
56405
|
"kind": "field",
|
|
56629
|
-
"name": "
|
|
56406
|
+
"name": "_validityStates",
|
|
56407
|
+
"privacy": "private",
|
|
56408
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
56409
|
+
"inheritedFrom": {
|
|
56410
|
+
"name": "SbbFormAssociatedMixin",
|
|
56411
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56412
|
+
}
|
|
56413
|
+
},
|
|
56414
|
+
{
|
|
56415
|
+
"kind": "field",
|
|
56416
|
+
"name": "formDisabled",
|
|
56630
56417
|
"type": {
|
|
56631
|
-
"text": "
|
|
56418
|
+
"text": "boolean"
|
|
56632
56419
|
},
|
|
56633
56420
|
"privacy": "protected",
|
|
56634
|
-
"
|
|
56635
|
-
"
|
|
56421
|
+
"default": "false",
|
|
56422
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
56636
56423
|
"inheritedFrom": {
|
|
56637
|
-
"name": "
|
|
56638
|
-
"module": "core/
|
|
56424
|
+
"name": "SbbFormAssociatedMixin",
|
|
56425
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56639
56426
|
}
|
|
56640
56427
|
},
|
|
56641
56428
|
{
|
|
56642
|
-
"kind": "
|
|
56643
|
-
"name": "
|
|
56429
|
+
"kind": "method",
|
|
56430
|
+
"name": "checkValidity",
|
|
56431
|
+
"privacy": "public",
|
|
56432
|
+
"return": {
|
|
56433
|
+
"type": {
|
|
56434
|
+
"text": "boolean"
|
|
56435
|
+
}
|
|
56436
|
+
},
|
|
56437
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
56438
|
+
"inheritedFrom": {
|
|
56439
|
+
"name": "SbbFormAssociatedMixin",
|
|
56440
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56441
|
+
}
|
|
56442
|
+
},
|
|
56443
|
+
{
|
|
56444
|
+
"kind": "method",
|
|
56445
|
+
"name": "reportValidity",
|
|
56446
|
+
"privacy": "public",
|
|
56447
|
+
"return": {
|
|
56448
|
+
"type": {
|
|
56449
|
+
"text": "boolean"
|
|
56450
|
+
}
|
|
56451
|
+
},
|
|
56452
|
+
"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.",
|
|
56453
|
+
"inheritedFrom": {
|
|
56454
|
+
"name": "SbbFormAssociatedMixin",
|
|
56455
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56456
|
+
}
|
|
56457
|
+
},
|
|
56458
|
+
{
|
|
56459
|
+
"kind": "method",
|
|
56460
|
+
"name": "setCustomValidity",
|
|
56461
|
+
"privacy": "public",
|
|
56462
|
+
"return": {
|
|
56463
|
+
"type": {
|
|
56464
|
+
"text": "void"
|
|
56465
|
+
}
|
|
56466
|
+
},
|
|
56467
|
+
"parameters": [
|
|
56468
|
+
{
|
|
56469
|
+
"name": "message",
|
|
56470
|
+
"type": {
|
|
56471
|
+
"text": "string"
|
|
56472
|
+
}
|
|
56473
|
+
}
|
|
56474
|
+
],
|
|
56475
|
+
"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.",
|
|
56476
|
+
"inheritedFrom": {
|
|
56477
|
+
"name": "SbbFormAssociatedMixin",
|
|
56478
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56479
|
+
}
|
|
56480
|
+
},
|
|
56481
|
+
{
|
|
56482
|
+
"kind": "method",
|
|
56483
|
+
"name": "_hasDisabledAncestor",
|
|
56644
56484
|
"privacy": "private",
|
|
56485
|
+
"return": {
|
|
56486
|
+
"type": {
|
|
56487
|
+
"text": "boolean"
|
|
56488
|
+
}
|
|
56489
|
+
},
|
|
56645
56490
|
"inheritedFrom": {
|
|
56646
|
-
"name": "
|
|
56647
|
-
"module": "core/
|
|
56491
|
+
"name": "SbbFormAssociatedMixin",
|
|
56492
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56648
56493
|
}
|
|
56649
56494
|
},
|
|
56650
56495
|
{
|
|
56651
56496
|
"kind": "method",
|
|
56652
|
-
"name": "
|
|
56497
|
+
"name": "updateFormValue",
|
|
56653
56498
|
"privacy": "protected",
|
|
56654
56499
|
"return": {
|
|
56655
56500
|
"type": {
|
|
56656
|
-
"text": "
|
|
56501
|
+
"text": "void"
|
|
56502
|
+
}
|
|
56503
|
+
},
|
|
56504
|
+
"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",
|
|
56505
|
+
"inheritedFrom": {
|
|
56506
|
+
"name": "SbbFormAssociatedMixin",
|
|
56507
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56508
|
+
}
|
|
56509
|
+
},
|
|
56510
|
+
{
|
|
56511
|
+
"kind": "method",
|
|
56512
|
+
"name": "formState",
|
|
56513
|
+
"privacy": "protected",
|
|
56514
|
+
"return": {
|
|
56515
|
+
"type": {
|
|
56516
|
+
"text": "FormRestoreState"
|
|
56517
|
+
}
|
|
56518
|
+
},
|
|
56519
|
+
"inheritedFrom": {
|
|
56520
|
+
"name": "SbbFormAssociatedMixin",
|
|
56521
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56522
|
+
}
|
|
56523
|
+
},
|
|
56524
|
+
{
|
|
56525
|
+
"kind": "method",
|
|
56526
|
+
"name": "setValidityFlag",
|
|
56527
|
+
"privacy": "protected",
|
|
56528
|
+
"return": {
|
|
56529
|
+
"type": {
|
|
56530
|
+
"text": "void"
|
|
56657
56531
|
}
|
|
56658
56532
|
},
|
|
56659
56533
|
"parameters": [
|
|
56660
56534
|
{
|
|
56661
|
-
"name": "
|
|
56535
|
+
"name": "flag",
|
|
56662
56536
|
"type": {
|
|
56663
|
-
"text": "
|
|
56537
|
+
"text": "T"
|
|
56538
|
+
}
|
|
56539
|
+
},
|
|
56540
|
+
{
|
|
56541
|
+
"name": "message",
|
|
56542
|
+
"type": {
|
|
56543
|
+
"text": "string"
|
|
56544
|
+
}
|
|
56545
|
+
},
|
|
56546
|
+
{
|
|
56547
|
+
"name": "flagValue",
|
|
56548
|
+
"optional": true,
|
|
56549
|
+
"type": {
|
|
56550
|
+
"text": "ValidityStateFlags[T]"
|
|
56664
56551
|
}
|
|
56665
56552
|
}
|
|
56666
56553
|
],
|
|
56554
|
+
"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).",
|
|
56667
56555
|
"inheritedFrom": {
|
|
56668
|
-
"name": "
|
|
56669
|
-
"module": "core/
|
|
56556
|
+
"name": "SbbFormAssociatedMixin",
|
|
56557
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56558
|
+
}
|
|
56559
|
+
},
|
|
56560
|
+
{
|
|
56561
|
+
"kind": "method",
|
|
56562
|
+
"name": "removeValidityFlag",
|
|
56563
|
+
"privacy": "protected",
|
|
56564
|
+
"return": {
|
|
56565
|
+
"type": {
|
|
56566
|
+
"text": "void"
|
|
56567
|
+
}
|
|
56568
|
+
},
|
|
56569
|
+
"parameters": [
|
|
56570
|
+
{
|
|
56571
|
+
"name": "flag",
|
|
56572
|
+
"type": {
|
|
56573
|
+
"text": "T"
|
|
56574
|
+
}
|
|
56575
|
+
}
|
|
56576
|
+
],
|
|
56577
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
56578
|
+
"inheritedFrom": {
|
|
56579
|
+
"name": "SbbFormAssociatedMixin",
|
|
56580
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56581
|
+
}
|
|
56582
|
+
},
|
|
56583
|
+
{
|
|
56584
|
+
"kind": "method",
|
|
56585
|
+
"name": "validate",
|
|
56586
|
+
"privacy": "protected",
|
|
56587
|
+
"return": {
|
|
56588
|
+
"type": {
|
|
56589
|
+
"text": "void"
|
|
56590
|
+
}
|
|
56591
|
+
},
|
|
56592
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
56593
|
+
"inheritedFrom": {
|
|
56594
|
+
"name": "SbbFormAssociatedMixin",
|
|
56595
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56596
|
+
}
|
|
56597
|
+
},
|
|
56598
|
+
{
|
|
56599
|
+
"kind": "method",
|
|
56600
|
+
"name": "shouldValidate",
|
|
56601
|
+
"privacy": "protected",
|
|
56602
|
+
"return": {
|
|
56603
|
+
"type": {
|
|
56604
|
+
"text": "boolean"
|
|
56605
|
+
}
|
|
56606
|
+
},
|
|
56607
|
+
"parameters": [
|
|
56608
|
+
{
|
|
56609
|
+
"name": "name",
|
|
56610
|
+
"type": {
|
|
56611
|
+
"text": "PropertyKey | undefined"
|
|
56612
|
+
}
|
|
56613
|
+
}
|
|
56614
|
+
],
|
|
56615
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
56616
|
+
"inheritedFrom": {
|
|
56617
|
+
"name": "SbbFormAssociatedMixin",
|
|
56618
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56619
|
+
}
|
|
56620
|
+
},
|
|
56621
|
+
{
|
|
56622
|
+
"kind": "method",
|
|
56623
|
+
"name": "_setInternalValidity",
|
|
56624
|
+
"privacy": "private",
|
|
56625
|
+
"return": {
|
|
56626
|
+
"type": {
|
|
56627
|
+
"text": "void"
|
|
56628
|
+
}
|
|
56629
|
+
},
|
|
56630
|
+
"inheritedFrom": {
|
|
56631
|
+
"name": "SbbFormAssociatedMixin",
|
|
56632
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56633
|
+
}
|
|
56634
|
+
},
|
|
56635
|
+
{
|
|
56636
|
+
"kind": "field",
|
|
56637
|
+
"name": "role",
|
|
56638
|
+
"type": {
|
|
56639
|
+
"text": "ElementInternals['role']"
|
|
56640
|
+
},
|
|
56641
|
+
"privacy": "public",
|
|
56642
|
+
"static": true,
|
|
56643
|
+
"readonly": true,
|
|
56644
|
+
"default": "'button'",
|
|
56645
|
+
"inheritedFrom": {
|
|
56646
|
+
"name": "SbbButtonLikeBaseElement",
|
|
56647
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56648
|
+
}
|
|
56649
|
+
},
|
|
56650
|
+
{
|
|
56651
|
+
"kind": "field",
|
|
56652
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
56653
|
+
"privacy": "private",
|
|
56654
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
56655
|
+
"parameters": [
|
|
56656
|
+
{
|
|
56657
|
+
"description": "The origin event.",
|
|
56658
|
+
"name": "event"
|
|
56659
|
+
}
|
|
56660
|
+
],
|
|
56661
|
+
"inheritedFrom": {
|
|
56662
|
+
"name": "SbbButtonLikeBaseElement",
|
|
56663
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56664
|
+
}
|
|
56665
|
+
},
|
|
56666
|
+
{
|
|
56667
|
+
"kind": "field",
|
|
56668
|
+
"name": "_removeActiveMarker",
|
|
56669
|
+
"privacy": "private",
|
|
56670
|
+
"inheritedFrom": {
|
|
56671
|
+
"name": "SbbButtonLikeBaseElement",
|
|
56672
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56673
|
+
}
|
|
56674
|
+
},
|
|
56675
|
+
{
|
|
56676
|
+
"kind": "field",
|
|
56677
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
56678
|
+
"privacy": "private",
|
|
56679
|
+
"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.",
|
|
56680
|
+
"parameters": [
|
|
56681
|
+
{
|
|
56682
|
+
"description": "The origin event.",
|
|
56683
|
+
"name": "event"
|
|
56684
|
+
}
|
|
56685
|
+
],
|
|
56686
|
+
"inheritedFrom": {
|
|
56687
|
+
"name": "SbbButtonLikeBaseElement",
|
|
56688
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56689
|
+
}
|
|
56690
|
+
},
|
|
56691
|
+
{
|
|
56692
|
+
"kind": "field",
|
|
56693
|
+
"name": "_dispatchClickEvent",
|
|
56694
|
+
"privacy": "private",
|
|
56695
|
+
"inheritedFrom": {
|
|
56696
|
+
"name": "SbbButtonLikeBaseElement",
|
|
56697
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56670
56698
|
}
|
|
56671
56699
|
},
|
|
56672
56700
|
{
|
|
@@ -56822,10 +56850,10 @@
|
|
|
56822
56850
|
}
|
|
56823
56851
|
],
|
|
56824
56852
|
"superclass": {
|
|
56825
|
-
"name": "
|
|
56853
|
+
"name": "SbbButtonBaseElement",
|
|
56826
56854
|
"module": "core/base-elements.js"
|
|
56827
56855
|
},
|
|
56828
|
-
"tagName": "sbb-card-
|
|
56856
|
+
"tagName": "sbb-card-button",
|
|
56829
56857
|
"customElement": true,
|
|
56830
56858
|
"attributes": [
|
|
56831
56859
|
{
|
|
@@ -56841,81 +56869,53 @@
|
|
|
56841
56869
|
}
|
|
56842
56870
|
},
|
|
56843
56871
|
{
|
|
56844
|
-
"name": "
|
|
56845
|
-
"type": {
|
|
56846
|
-
"text": "string"
|
|
56847
|
-
},
|
|
56848
|
-
"default": "''",
|
|
56849
|
-
"description": "The href value you want to link to.",
|
|
56850
|
-
"fieldName": "href",
|
|
56851
|
-
"inheritedFrom": {
|
|
56852
|
-
"name": "SbbLinkBaseElement",
|
|
56853
|
-
"module": "core/base-elements/link-base-element.js"
|
|
56854
|
-
}
|
|
56855
|
-
},
|
|
56856
|
-
{
|
|
56857
|
-
"name": "target",
|
|
56858
|
-
"type": {
|
|
56859
|
-
"text": "LinkTargetType | string"
|
|
56860
|
-
},
|
|
56861
|
-
"default": "''",
|
|
56862
|
-
"description": "Where to display the linked URL.",
|
|
56863
|
-
"fieldName": "target",
|
|
56864
|
-
"inheritedFrom": {
|
|
56865
|
-
"name": "SbbLinkBaseElement",
|
|
56866
|
-
"module": "core/base-elements/link-base-element.js"
|
|
56867
|
-
}
|
|
56868
|
-
},
|
|
56869
|
-
{
|
|
56870
|
-
"name": "rel",
|
|
56872
|
+
"name": "value",
|
|
56871
56873
|
"type": {
|
|
56872
56874
|
"text": "string"
|
|
56873
56875
|
},
|
|
56874
56876
|
"default": "''",
|
|
56875
|
-
"description": "
|
|
56876
|
-
"fieldName": "
|
|
56877
|
+
"description": "Value of the form element.",
|
|
56878
|
+
"fieldName": "value",
|
|
56877
56879
|
"inheritedFrom": {
|
|
56878
|
-
"name": "
|
|
56879
|
-
"module": "core/base-elements/
|
|
56880
|
+
"name": "SbbButtonBaseElement",
|
|
56881
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56880
56882
|
}
|
|
56881
56883
|
},
|
|
56882
56884
|
{
|
|
56883
|
-
"name": "
|
|
56885
|
+
"name": "type",
|
|
56886
|
+
"description": "The type attribute to use for the button.",
|
|
56887
|
+
"default": "'button'",
|
|
56884
56888
|
"type": {
|
|
56885
|
-
"text": "
|
|
56889
|
+
"text": "SbbButtonType"
|
|
56886
56890
|
},
|
|
56887
|
-
"
|
|
56888
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
56889
|
-
"fieldName": "download",
|
|
56891
|
+
"fieldName": "type",
|
|
56890
56892
|
"inheritedFrom": {
|
|
56891
|
-
"name": "
|
|
56892
|
-
"module": "core/base-elements/
|
|
56893
|
+
"name": "SbbButtonBaseElement",
|
|
56894
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56893
56895
|
}
|
|
56894
56896
|
},
|
|
56895
56897
|
{
|
|
56896
|
-
"name": "
|
|
56898
|
+
"name": "form",
|
|
56899
|
+
"description": "The `<form>` element to associate the button with.",
|
|
56897
56900
|
"type": {
|
|
56898
|
-
"text": "
|
|
56901
|
+
"text": "HTMLFormElement | null"
|
|
56899
56902
|
},
|
|
56900
|
-
"
|
|
56901
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
56902
|
-
"fieldName": "accessibilityLabel",
|
|
56903
|
+
"fieldName": "form",
|
|
56903
56904
|
"inheritedFrom": {
|
|
56904
|
-
"name": "
|
|
56905
|
-
"module": "core/base-elements/
|
|
56905
|
+
"name": "SbbButtonBaseElement",
|
|
56906
|
+
"module": "core/base-elements/button-base-element.js"
|
|
56906
56907
|
}
|
|
56907
56908
|
},
|
|
56908
56909
|
{
|
|
56909
|
-
"name": "
|
|
56910
|
+
"name": "name",
|
|
56911
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
56910
56912
|
"type": {
|
|
56911
56913
|
"text": "string"
|
|
56912
56914
|
},
|
|
56913
|
-
"
|
|
56914
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
56915
|
-
"fieldName": "accessibilityCurrent",
|
|
56915
|
+
"fieldName": "name",
|
|
56916
56916
|
"inheritedFrom": {
|
|
56917
|
-
"name": "
|
|
56918
|
-
"module": "core/
|
|
56917
|
+
"name": "SbbFormAssociatedMixin",
|
|
56918
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
56919
56919
|
}
|
|
56920
56920
|
}
|
|
56921
56921
|
]
|
|
@@ -56924,10 +56924,10 @@
|
|
|
56924
56924
|
"exports": [
|
|
56925
56925
|
{
|
|
56926
56926
|
"kind": "js",
|
|
56927
|
-
"name": "
|
|
56927
|
+
"name": "SbbCardButtonElement",
|
|
56928
56928
|
"declaration": {
|
|
56929
|
-
"name": "
|
|
56930
|
-
"module": "card/card-
|
|
56929
|
+
"name": "SbbCardButtonElement",
|
|
56930
|
+
"module": "card/card-button/card-button.component.js"
|
|
56931
56931
|
}
|
|
56932
56932
|
}
|
|
56933
56933
|
]
|
|
@@ -128149,12 +128149,12 @@
|
|
|
128149
128149
|
},
|
|
128150
128150
|
{
|
|
128151
128151
|
"kind": "javascript-module",
|
|
128152
|
-
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
128152
|
+
"path": "teaser-product/teaser-product-static/teaser-product-static.component.js",
|
|
128153
128153
|
"declarations": [
|
|
128154
128154
|
{
|
|
128155
128155
|
"kind": "class",
|
|
128156
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product",
|
|
128157
|
-
"name": "
|
|
128156
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product.",
|
|
128157
|
+
"name": "SbbTeaserProductStaticElement",
|
|
128158
128158
|
"cssProperties": [
|
|
128159
128159
|
{
|
|
128160
128160
|
"description": "At which percentage the background should start getting transparent.",
|
|
@@ -128195,7 +128195,7 @@
|
|
|
128195
128195
|
"name": "SbbElement",
|
|
128196
128196
|
"module": "core/base-elements/element.js"
|
|
128197
128197
|
},
|
|
128198
|
-
"default": "'sbb-teaser-product'"
|
|
128198
|
+
"default": "'sbb-teaser-product-static'"
|
|
128199
128199
|
},
|
|
128200
128200
|
{
|
|
128201
128201
|
"kind": "field",
|
|
@@ -128244,155 +128244,6 @@
|
|
|
128244
128244
|
"module": "core/mixins/negative-mixin.js"
|
|
128245
128245
|
}
|
|
128246
128246
|
},
|
|
128247
|
-
{
|
|
128248
|
-
"kind": "field",
|
|
128249
|
-
"name": "href",
|
|
128250
|
-
"type": {
|
|
128251
|
-
"text": "string"
|
|
128252
|
-
},
|
|
128253
|
-
"privacy": "public",
|
|
128254
|
-
"default": "''",
|
|
128255
|
-
"description": "The href value you want to link to.",
|
|
128256
|
-
"attribute": "href",
|
|
128257
|
-
"reflects": true,
|
|
128258
|
-
"inheritedFrom": {
|
|
128259
|
-
"name": "SbbLinkBaseElement",
|
|
128260
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128261
|
-
}
|
|
128262
|
-
},
|
|
128263
|
-
{
|
|
128264
|
-
"kind": "field",
|
|
128265
|
-
"name": "target",
|
|
128266
|
-
"type": {
|
|
128267
|
-
"text": "LinkTargetType | string"
|
|
128268
|
-
},
|
|
128269
|
-
"privacy": "public",
|
|
128270
|
-
"default": "''",
|
|
128271
|
-
"description": "Where to display the linked URL.",
|
|
128272
|
-
"attribute": "target",
|
|
128273
|
-
"reflects": true,
|
|
128274
|
-
"inheritedFrom": {
|
|
128275
|
-
"name": "SbbLinkBaseElement",
|
|
128276
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128277
|
-
}
|
|
128278
|
-
},
|
|
128279
|
-
{
|
|
128280
|
-
"kind": "field",
|
|
128281
|
-
"name": "rel",
|
|
128282
|
-
"type": {
|
|
128283
|
-
"text": "string"
|
|
128284
|
-
},
|
|
128285
|
-
"privacy": "public",
|
|
128286
|
-
"default": "''",
|
|
128287
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128288
|
-
"attribute": "rel",
|
|
128289
|
-
"reflects": true,
|
|
128290
|
-
"inheritedFrom": {
|
|
128291
|
-
"name": "SbbLinkBaseElement",
|
|
128292
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128293
|
-
}
|
|
128294
|
-
},
|
|
128295
|
-
{
|
|
128296
|
-
"kind": "field",
|
|
128297
|
-
"name": "download",
|
|
128298
|
-
"type": {
|
|
128299
|
-
"text": "boolean"
|
|
128300
|
-
},
|
|
128301
|
-
"privacy": "public",
|
|
128302
|
-
"default": "false",
|
|
128303
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
128304
|
-
"attribute": "download",
|
|
128305
|
-
"reflects": true,
|
|
128306
|
-
"inheritedFrom": {
|
|
128307
|
-
"name": "SbbLinkBaseElement",
|
|
128308
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128309
|
-
}
|
|
128310
|
-
},
|
|
128311
|
-
{
|
|
128312
|
-
"kind": "field",
|
|
128313
|
-
"name": "accessibilityLabel",
|
|
128314
|
-
"type": {
|
|
128315
|
-
"text": "string"
|
|
128316
|
-
},
|
|
128317
|
-
"privacy": "public",
|
|
128318
|
-
"default": "''",
|
|
128319
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128320
|
-
"attribute": "accessibility-label",
|
|
128321
|
-
"inheritedFrom": {
|
|
128322
|
-
"name": "SbbLinkBaseElement",
|
|
128323
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128324
|
-
}
|
|
128325
|
-
},
|
|
128326
|
-
{
|
|
128327
|
-
"kind": "field",
|
|
128328
|
-
"name": "accessibilityCurrent",
|
|
128329
|
-
"type": {
|
|
128330
|
-
"text": "string"
|
|
128331
|
-
},
|
|
128332
|
-
"privacy": "public",
|
|
128333
|
-
"default": "''",
|
|
128334
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128335
|
-
"attribute": "accessibility-current",
|
|
128336
|
-
"inheritedFrom": {
|
|
128337
|
-
"name": "SbbLinkBaseElement",
|
|
128338
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128339
|
-
}
|
|
128340
|
-
},
|
|
128341
|
-
{
|
|
128342
|
-
"kind": "field",
|
|
128343
|
-
"name": "language",
|
|
128344
|
-
"privacy": "protected",
|
|
128345
|
-
"default": "new SbbLanguageController(this)",
|
|
128346
|
-
"inheritedFrom": {
|
|
128347
|
-
"name": "SbbLinkBaseElement",
|
|
128348
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128349
|
-
}
|
|
128350
|
-
},
|
|
128351
|
-
{
|
|
128352
|
-
"kind": "field",
|
|
128353
|
-
"name": "anchorRole",
|
|
128354
|
-
"type": {
|
|
128355
|
-
"text": "string | null"
|
|
128356
|
-
},
|
|
128357
|
-
"privacy": "protected",
|
|
128358
|
-
"readonly": true,
|
|
128359
|
-
"default": "null",
|
|
128360
|
-
"inheritedFrom": {
|
|
128361
|
-
"name": "SbbLinkBaseElement",
|
|
128362
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128363
|
-
}
|
|
128364
|
-
},
|
|
128365
|
-
{
|
|
128366
|
-
"kind": "field",
|
|
128367
|
-
"name": "_evaluateRelAttribute",
|
|
128368
|
-
"privacy": "private",
|
|
128369
|
-
"inheritedFrom": {
|
|
128370
|
-
"name": "SbbLinkBaseElement",
|
|
128371
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128372
|
-
}
|
|
128373
|
-
},
|
|
128374
|
-
{
|
|
128375
|
-
"kind": "method",
|
|
128376
|
-
"name": "renderLink",
|
|
128377
|
-
"privacy": "protected",
|
|
128378
|
-
"return": {
|
|
128379
|
-
"type": {
|
|
128380
|
-
"text": "TemplateResult"
|
|
128381
|
-
}
|
|
128382
|
-
},
|
|
128383
|
-
"parameters": [
|
|
128384
|
-
{
|
|
128385
|
-
"name": "renderContent",
|
|
128386
|
-
"type": {
|
|
128387
|
-
"text": "TemplateResult"
|
|
128388
|
-
}
|
|
128389
|
-
}
|
|
128390
|
-
],
|
|
128391
|
-
"inheritedFrom": {
|
|
128392
|
-
"name": "SbbLinkBaseElement",
|
|
128393
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128394
|
-
}
|
|
128395
|
-
},
|
|
128396
128247
|
{
|
|
128397
128248
|
"kind": "field",
|
|
128398
128249
|
"name": "maybeDisabled",
|
|
@@ -128546,10 +128397,10 @@
|
|
|
128546
128397
|
}
|
|
128547
128398
|
],
|
|
128548
128399
|
"superclass": {
|
|
128549
|
-
"name": "
|
|
128400
|
+
"name": "SbbActionBaseElement",
|
|
128550
128401
|
"module": "core/base-elements.js"
|
|
128551
128402
|
},
|
|
128552
|
-
"tagName": "sbb-teaser-product",
|
|
128403
|
+
"tagName": "sbb-teaser-product-static",
|
|
128553
128404
|
"customElement": true,
|
|
128554
128405
|
"attributes": [
|
|
128555
128406
|
{
|
|
@@ -128577,84 +128428,6 @@
|
|
|
128577
128428
|
"name": "SbbNegativeMixin",
|
|
128578
128429
|
"module": "core/mixins/negative-mixin.js"
|
|
128579
128430
|
}
|
|
128580
|
-
},
|
|
128581
|
-
{
|
|
128582
|
-
"name": "href",
|
|
128583
|
-
"type": {
|
|
128584
|
-
"text": "string"
|
|
128585
|
-
},
|
|
128586
|
-
"default": "''",
|
|
128587
|
-
"description": "The href value you want to link to.",
|
|
128588
|
-
"fieldName": "href",
|
|
128589
|
-
"inheritedFrom": {
|
|
128590
|
-
"name": "SbbLinkBaseElement",
|
|
128591
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128592
|
-
}
|
|
128593
|
-
},
|
|
128594
|
-
{
|
|
128595
|
-
"name": "target",
|
|
128596
|
-
"type": {
|
|
128597
|
-
"text": "LinkTargetType | string"
|
|
128598
|
-
},
|
|
128599
|
-
"default": "''",
|
|
128600
|
-
"description": "Where to display the linked URL.",
|
|
128601
|
-
"fieldName": "target",
|
|
128602
|
-
"inheritedFrom": {
|
|
128603
|
-
"name": "SbbLinkBaseElement",
|
|
128604
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128605
|
-
}
|
|
128606
|
-
},
|
|
128607
|
-
{
|
|
128608
|
-
"name": "rel",
|
|
128609
|
-
"type": {
|
|
128610
|
-
"text": "string"
|
|
128611
|
-
},
|
|
128612
|
-
"default": "''",
|
|
128613
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128614
|
-
"fieldName": "rel",
|
|
128615
|
-
"inheritedFrom": {
|
|
128616
|
-
"name": "SbbLinkBaseElement",
|
|
128617
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128618
|
-
}
|
|
128619
|
-
},
|
|
128620
|
-
{
|
|
128621
|
-
"name": "download",
|
|
128622
|
-
"type": {
|
|
128623
|
-
"text": "boolean"
|
|
128624
|
-
},
|
|
128625
|
-
"default": "false",
|
|
128626
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
128627
|
-
"fieldName": "download",
|
|
128628
|
-
"inheritedFrom": {
|
|
128629
|
-
"name": "SbbLinkBaseElement",
|
|
128630
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128631
|
-
}
|
|
128632
|
-
},
|
|
128633
|
-
{
|
|
128634
|
-
"name": "accessibility-label",
|
|
128635
|
-
"type": {
|
|
128636
|
-
"text": "string"
|
|
128637
|
-
},
|
|
128638
|
-
"default": "''",
|
|
128639
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128640
|
-
"fieldName": "accessibilityLabel",
|
|
128641
|
-
"inheritedFrom": {
|
|
128642
|
-
"name": "SbbLinkBaseElement",
|
|
128643
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128644
|
-
}
|
|
128645
|
-
},
|
|
128646
|
-
{
|
|
128647
|
-
"name": "accessibility-current",
|
|
128648
|
-
"type": {
|
|
128649
|
-
"text": "string"
|
|
128650
|
-
},
|
|
128651
|
-
"default": "''",
|
|
128652
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128653
|
-
"fieldName": "accessibilityCurrent",
|
|
128654
|
-
"inheritedFrom": {
|
|
128655
|
-
"name": "SbbLinkBaseElement",
|
|
128656
|
-
"module": "core/base-elements/link-base-element.js"
|
|
128657
|
-
}
|
|
128658
128431
|
}
|
|
128659
128432
|
]
|
|
128660
128433
|
}
|
|
@@ -128662,22 +128435,22 @@
|
|
|
128662
128435
|
"exports": [
|
|
128663
128436
|
{
|
|
128664
128437
|
"kind": "js",
|
|
128665
|
-
"name": "
|
|
128438
|
+
"name": "SbbTeaserProductStaticElement",
|
|
128666
128439
|
"declaration": {
|
|
128667
|
-
"name": "
|
|
128668
|
-
"module": "teaser-product/teaser-product/teaser-product.component.js"
|
|
128440
|
+
"name": "SbbTeaserProductStaticElement",
|
|
128441
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
128669
128442
|
}
|
|
128670
128443
|
}
|
|
128671
128444
|
]
|
|
128672
128445
|
},
|
|
128673
128446
|
{
|
|
128674
128447
|
"kind": "javascript-module",
|
|
128675
|
-
"path": "teaser-product/teaser-product
|
|
128448
|
+
"path": "teaser-product/teaser-product/teaser-product.component.js",
|
|
128676
128449
|
"declarations": [
|
|
128677
128450
|
{
|
|
128678
128451
|
"kind": "class",
|
|
128679
|
-
"description": "Displays a text and a footnote, combined with an image, to tease a product
|
|
128680
|
-
"name": "
|
|
128452
|
+
"description": "Displays a text and a footnote, combined with an image, to tease a product",
|
|
128453
|
+
"name": "SbbTeaserProductElement",
|
|
128681
128454
|
"cssProperties": [
|
|
128682
128455
|
{
|
|
128683
128456
|
"description": "At which percentage the background should start getting transparent.",
|
|
@@ -128718,7 +128491,7 @@
|
|
|
128718
128491
|
"name": "SbbElement",
|
|
128719
128492
|
"module": "core/base-elements/element.js"
|
|
128720
128493
|
},
|
|
128721
|
-
"default": "'sbb-teaser-product
|
|
128494
|
+
"default": "'sbb-teaser-product'"
|
|
128722
128495
|
},
|
|
128723
128496
|
{
|
|
128724
128497
|
"kind": "field",
|
|
@@ -128767,6 +128540,155 @@
|
|
|
128767
128540
|
"module": "core/mixins/negative-mixin.js"
|
|
128768
128541
|
}
|
|
128769
128542
|
},
|
|
128543
|
+
{
|
|
128544
|
+
"kind": "field",
|
|
128545
|
+
"name": "href",
|
|
128546
|
+
"type": {
|
|
128547
|
+
"text": "string"
|
|
128548
|
+
},
|
|
128549
|
+
"privacy": "public",
|
|
128550
|
+
"default": "''",
|
|
128551
|
+
"description": "The href value you want to link to.",
|
|
128552
|
+
"attribute": "href",
|
|
128553
|
+
"reflects": true,
|
|
128554
|
+
"inheritedFrom": {
|
|
128555
|
+
"name": "SbbLinkBaseElement",
|
|
128556
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128557
|
+
}
|
|
128558
|
+
},
|
|
128559
|
+
{
|
|
128560
|
+
"kind": "field",
|
|
128561
|
+
"name": "target",
|
|
128562
|
+
"type": {
|
|
128563
|
+
"text": "LinkTargetType | string"
|
|
128564
|
+
},
|
|
128565
|
+
"privacy": "public",
|
|
128566
|
+
"default": "''",
|
|
128567
|
+
"description": "Where to display the linked URL.",
|
|
128568
|
+
"attribute": "target",
|
|
128569
|
+
"reflects": true,
|
|
128570
|
+
"inheritedFrom": {
|
|
128571
|
+
"name": "SbbLinkBaseElement",
|
|
128572
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128573
|
+
}
|
|
128574
|
+
},
|
|
128575
|
+
{
|
|
128576
|
+
"kind": "field",
|
|
128577
|
+
"name": "rel",
|
|
128578
|
+
"type": {
|
|
128579
|
+
"text": "string"
|
|
128580
|
+
},
|
|
128581
|
+
"privacy": "public",
|
|
128582
|
+
"default": "''",
|
|
128583
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128584
|
+
"attribute": "rel",
|
|
128585
|
+
"reflects": true,
|
|
128586
|
+
"inheritedFrom": {
|
|
128587
|
+
"name": "SbbLinkBaseElement",
|
|
128588
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128589
|
+
}
|
|
128590
|
+
},
|
|
128591
|
+
{
|
|
128592
|
+
"kind": "field",
|
|
128593
|
+
"name": "download",
|
|
128594
|
+
"type": {
|
|
128595
|
+
"text": "boolean"
|
|
128596
|
+
},
|
|
128597
|
+
"privacy": "public",
|
|
128598
|
+
"default": "false",
|
|
128599
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
128600
|
+
"attribute": "download",
|
|
128601
|
+
"reflects": true,
|
|
128602
|
+
"inheritedFrom": {
|
|
128603
|
+
"name": "SbbLinkBaseElement",
|
|
128604
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128605
|
+
}
|
|
128606
|
+
},
|
|
128607
|
+
{
|
|
128608
|
+
"kind": "field",
|
|
128609
|
+
"name": "accessibilityLabel",
|
|
128610
|
+
"type": {
|
|
128611
|
+
"text": "string"
|
|
128612
|
+
},
|
|
128613
|
+
"privacy": "public",
|
|
128614
|
+
"default": "''",
|
|
128615
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128616
|
+
"attribute": "accessibility-label",
|
|
128617
|
+
"inheritedFrom": {
|
|
128618
|
+
"name": "SbbLinkBaseElement",
|
|
128619
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128620
|
+
}
|
|
128621
|
+
},
|
|
128622
|
+
{
|
|
128623
|
+
"kind": "field",
|
|
128624
|
+
"name": "accessibilityCurrent",
|
|
128625
|
+
"type": {
|
|
128626
|
+
"text": "string"
|
|
128627
|
+
},
|
|
128628
|
+
"privacy": "public",
|
|
128629
|
+
"default": "''",
|
|
128630
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128631
|
+
"attribute": "accessibility-current",
|
|
128632
|
+
"inheritedFrom": {
|
|
128633
|
+
"name": "SbbLinkBaseElement",
|
|
128634
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128635
|
+
}
|
|
128636
|
+
},
|
|
128637
|
+
{
|
|
128638
|
+
"kind": "field",
|
|
128639
|
+
"name": "language",
|
|
128640
|
+
"privacy": "protected",
|
|
128641
|
+
"default": "new SbbLanguageController(this)",
|
|
128642
|
+
"inheritedFrom": {
|
|
128643
|
+
"name": "SbbLinkBaseElement",
|
|
128644
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128645
|
+
}
|
|
128646
|
+
},
|
|
128647
|
+
{
|
|
128648
|
+
"kind": "field",
|
|
128649
|
+
"name": "anchorRole",
|
|
128650
|
+
"type": {
|
|
128651
|
+
"text": "string | null"
|
|
128652
|
+
},
|
|
128653
|
+
"privacy": "protected",
|
|
128654
|
+
"readonly": true,
|
|
128655
|
+
"default": "null",
|
|
128656
|
+
"inheritedFrom": {
|
|
128657
|
+
"name": "SbbLinkBaseElement",
|
|
128658
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128659
|
+
}
|
|
128660
|
+
},
|
|
128661
|
+
{
|
|
128662
|
+
"kind": "field",
|
|
128663
|
+
"name": "_evaluateRelAttribute",
|
|
128664
|
+
"privacy": "private",
|
|
128665
|
+
"inheritedFrom": {
|
|
128666
|
+
"name": "SbbLinkBaseElement",
|
|
128667
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128668
|
+
}
|
|
128669
|
+
},
|
|
128670
|
+
{
|
|
128671
|
+
"kind": "method",
|
|
128672
|
+
"name": "renderLink",
|
|
128673
|
+
"privacy": "protected",
|
|
128674
|
+
"return": {
|
|
128675
|
+
"type": {
|
|
128676
|
+
"text": "TemplateResult"
|
|
128677
|
+
}
|
|
128678
|
+
},
|
|
128679
|
+
"parameters": [
|
|
128680
|
+
{
|
|
128681
|
+
"name": "renderContent",
|
|
128682
|
+
"type": {
|
|
128683
|
+
"text": "TemplateResult"
|
|
128684
|
+
}
|
|
128685
|
+
}
|
|
128686
|
+
],
|
|
128687
|
+
"inheritedFrom": {
|
|
128688
|
+
"name": "SbbLinkBaseElement",
|
|
128689
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128690
|
+
}
|
|
128691
|
+
},
|
|
128770
128692
|
{
|
|
128771
128693
|
"kind": "field",
|
|
128772
128694
|
"name": "maybeDisabled",
|
|
@@ -128920,10 +128842,10 @@
|
|
|
128920
128842
|
}
|
|
128921
128843
|
],
|
|
128922
128844
|
"superclass": {
|
|
128923
|
-
"name": "
|
|
128845
|
+
"name": "SbbLinkBaseElement",
|
|
128924
128846
|
"module": "core/base-elements.js"
|
|
128925
128847
|
},
|
|
128926
|
-
"tagName": "sbb-teaser-product
|
|
128848
|
+
"tagName": "sbb-teaser-product",
|
|
128927
128849
|
"customElement": true,
|
|
128928
128850
|
"attributes": [
|
|
128929
128851
|
{
|
|
@@ -128951,6 +128873,84 @@
|
|
|
128951
128873
|
"name": "SbbNegativeMixin",
|
|
128952
128874
|
"module": "core/mixins/negative-mixin.js"
|
|
128953
128875
|
}
|
|
128876
|
+
},
|
|
128877
|
+
{
|
|
128878
|
+
"name": "href",
|
|
128879
|
+
"type": {
|
|
128880
|
+
"text": "string"
|
|
128881
|
+
},
|
|
128882
|
+
"default": "''",
|
|
128883
|
+
"description": "The href value you want to link to.",
|
|
128884
|
+
"fieldName": "href",
|
|
128885
|
+
"inheritedFrom": {
|
|
128886
|
+
"name": "SbbLinkBaseElement",
|
|
128887
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128888
|
+
}
|
|
128889
|
+
},
|
|
128890
|
+
{
|
|
128891
|
+
"name": "target",
|
|
128892
|
+
"type": {
|
|
128893
|
+
"text": "LinkTargetType | string"
|
|
128894
|
+
},
|
|
128895
|
+
"default": "''",
|
|
128896
|
+
"description": "Where to display the linked URL.",
|
|
128897
|
+
"fieldName": "target",
|
|
128898
|
+
"inheritedFrom": {
|
|
128899
|
+
"name": "SbbLinkBaseElement",
|
|
128900
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128901
|
+
}
|
|
128902
|
+
},
|
|
128903
|
+
{
|
|
128904
|
+
"name": "rel",
|
|
128905
|
+
"type": {
|
|
128906
|
+
"text": "string"
|
|
128907
|
+
},
|
|
128908
|
+
"default": "''",
|
|
128909
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
128910
|
+
"fieldName": "rel",
|
|
128911
|
+
"inheritedFrom": {
|
|
128912
|
+
"name": "SbbLinkBaseElement",
|
|
128913
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128914
|
+
}
|
|
128915
|
+
},
|
|
128916
|
+
{
|
|
128917
|
+
"name": "download",
|
|
128918
|
+
"type": {
|
|
128919
|
+
"text": "boolean"
|
|
128920
|
+
},
|
|
128921
|
+
"default": "false",
|
|
128922
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
128923
|
+
"fieldName": "download",
|
|
128924
|
+
"inheritedFrom": {
|
|
128925
|
+
"name": "SbbLinkBaseElement",
|
|
128926
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128927
|
+
}
|
|
128928
|
+
},
|
|
128929
|
+
{
|
|
128930
|
+
"name": "accessibility-label",
|
|
128931
|
+
"type": {
|
|
128932
|
+
"text": "string"
|
|
128933
|
+
},
|
|
128934
|
+
"default": "''",
|
|
128935
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
128936
|
+
"fieldName": "accessibilityLabel",
|
|
128937
|
+
"inheritedFrom": {
|
|
128938
|
+
"name": "SbbLinkBaseElement",
|
|
128939
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128940
|
+
}
|
|
128941
|
+
},
|
|
128942
|
+
{
|
|
128943
|
+
"name": "accessibility-current",
|
|
128944
|
+
"type": {
|
|
128945
|
+
"text": "string"
|
|
128946
|
+
},
|
|
128947
|
+
"default": "''",
|
|
128948
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
128949
|
+
"fieldName": "accessibilityCurrent",
|
|
128950
|
+
"inheritedFrom": {
|
|
128951
|
+
"name": "SbbLinkBaseElement",
|
|
128952
|
+
"module": "core/base-elements/link-base-element.js"
|
|
128953
|
+
}
|
|
128954
128954
|
}
|
|
128955
128955
|
]
|
|
128956
128956
|
}
|
|
@@ -128958,10 +128958,10 @@
|
|
|
128958
128958
|
"exports": [
|
|
128959
128959
|
{
|
|
128960
128960
|
"kind": "js",
|
|
128961
|
-
"name": "
|
|
128961
|
+
"name": "SbbTeaserProductElement",
|
|
128962
128962
|
"declaration": {
|
|
128963
|
-
"name": "
|
|
128964
|
-
"module": "teaser-product/teaser-product
|
|
128963
|
+
"name": "SbbTeaserProductElement",
|
|
128964
|
+
"module": "teaser-product/teaser-product/teaser-product.component.js"
|
|
128965
128965
|
}
|
|
128966
128966
|
}
|
|
128967
128967
|
]
|