@sbb-esta/lyne-elements-dev 4.8.1-dev.1774003987 → 4.8.1-dev.1774008620
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 +678 -678
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -121718,20 +121718,16 @@
|
|
|
121718
121718
|
},
|
|
121719
121719
|
{
|
|
121720
121720
|
"kind": "javascript-module",
|
|
121721
|
-
"path": "stepper/step
|
|
121721
|
+
"path": "stepper/step/step.component.js",
|
|
121722
121722
|
"declarations": [
|
|
121723
121723
|
{
|
|
121724
121724
|
"kind": "class",
|
|
121725
|
-
"description": "Combined with a `sbb-stepper`, it displays a step's
|
|
121726
|
-
"name": "
|
|
121725
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's content.",
|
|
121726
|
+
"name": "SbbStepElement",
|
|
121727
121727
|
"slots": [
|
|
121728
121728
|
{
|
|
121729
|
-
"description": "Use the unnamed slot to provide
|
|
121729
|
+
"description": "Use the unnamed slot to provide content.",
|
|
121730
121730
|
"name": ""
|
|
121731
|
-
},
|
|
121732
|
-
{
|
|
121733
|
-
"description": "Use this to display an icon in the label bubble.",
|
|
121734
|
-
"name": "icon"
|
|
121735
121731
|
}
|
|
121736
121732
|
],
|
|
121737
121733
|
"members": [
|
|
@@ -121744,11 +121740,11 @@
|
|
|
121744
121740
|
"privacy": "public",
|
|
121745
121741
|
"static": true,
|
|
121746
121742
|
"readonly": true,
|
|
121743
|
+
"default": "'sbb-step'",
|
|
121747
121744
|
"inheritedFrom": {
|
|
121748
121745
|
"name": "SbbElement",
|
|
121749
121746
|
"module": "core/base-elements/element.js"
|
|
121750
|
-
}
|
|
121751
|
-
"default": "'sbb-step-label'"
|
|
121747
|
+
}
|
|
121752
121748
|
},
|
|
121753
121749
|
{
|
|
121754
121750
|
"kind": "field",
|
|
@@ -121759,28 +121755,41 @@
|
|
|
121759
121755
|
"privacy": "public",
|
|
121760
121756
|
"static": true,
|
|
121761
121757
|
"readonly": true,
|
|
121762
|
-
"default": "'
|
|
121763
|
-
|
|
121764
|
-
|
|
121765
|
-
|
|
121758
|
+
"default": "'tabpanel'"
|
|
121759
|
+
},
|
|
121760
|
+
{
|
|
121761
|
+
"kind": "field",
|
|
121762
|
+
"name": "events",
|
|
121763
|
+
"privacy": "public",
|
|
121764
|
+
"static": true,
|
|
121765
|
+
"readonly": true,
|
|
121766
|
+
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
121767
|
+
"type": {
|
|
121768
|
+
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
121766
121769
|
}
|
|
121767
121770
|
},
|
|
121768
121771
|
{
|
|
121769
121772
|
"kind": "field",
|
|
121770
|
-
"name": "
|
|
121773
|
+
"name": "_stepResizeObserver",
|
|
121774
|
+
"privacy": "private",
|
|
121775
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
|
|
121776
|
+
},
|
|
121777
|
+
{
|
|
121778
|
+
"kind": "field",
|
|
121779
|
+
"name": "label",
|
|
121771
121780
|
"type": {
|
|
121772
|
-
"text": "
|
|
121781
|
+
"text": "SbbStepLabelElement | null"
|
|
121773
121782
|
},
|
|
121774
121783
|
"privacy": "public",
|
|
121775
|
-
"description": "The
|
|
121784
|
+
"description": "The label of the step.",
|
|
121776
121785
|
"readonly": true,
|
|
121777
121786
|
"default": "null"
|
|
121778
121787
|
},
|
|
121779
121788
|
{
|
|
121780
121789
|
"kind": "field",
|
|
121781
|
-
"name": "
|
|
121790
|
+
"name": "_label",
|
|
121782
121791
|
"type": {
|
|
121783
|
-
"text": "
|
|
121792
|
+
"text": "SbbStepLabelElement | null"
|
|
121784
121793
|
},
|
|
121785
121794
|
"privacy": "private",
|
|
121786
121795
|
"default": "null"
|
|
@@ -121794,22 +121803,6 @@
|
|
|
121794
121803
|
"privacy": "public",
|
|
121795
121804
|
"readonly": true
|
|
121796
121805
|
},
|
|
121797
|
-
{
|
|
121798
|
-
"kind": "field",
|
|
121799
|
-
"name": "disabled",
|
|
121800
|
-
"privacy": "public",
|
|
121801
|
-
"description": "Whether the component is disabled.",
|
|
121802
|
-
"default": "false",
|
|
121803
|
-
"type": {
|
|
121804
|
-
"text": "boolean"
|
|
121805
|
-
},
|
|
121806
|
-
"attribute": "disabled",
|
|
121807
|
-
"reflects": true,
|
|
121808
|
-
"inheritedFrom": {
|
|
121809
|
-
"name": "SbbDisabledMixin",
|
|
121810
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
121811
|
-
}
|
|
121812
|
-
},
|
|
121813
121806
|
{
|
|
121814
121807
|
"kind": "field",
|
|
121815
121808
|
"name": "_previousOrientation",
|
|
@@ -121818,707 +121811,686 @@
|
|
|
121818
121811
|
},
|
|
121819
121812
|
"privacy": "private"
|
|
121820
121813
|
},
|
|
121821
|
-
{
|
|
121822
|
-
"kind": "field",
|
|
121823
|
-
"name": "_previousSize",
|
|
121824
|
-
"type": {
|
|
121825
|
-
"text": "string | undefined"
|
|
121826
|
-
},
|
|
121827
|
-
"privacy": "private"
|
|
121828
|
-
},
|
|
121829
121814
|
{
|
|
121830
121815
|
"kind": "method",
|
|
121831
|
-
"name": "
|
|
121816
|
+
"name": "_handleClick",
|
|
121832
121817
|
"privacy": "private",
|
|
121833
121818
|
"return": {
|
|
121834
121819
|
"type": {
|
|
121835
|
-
"text": "
|
|
121820
|
+
"text": "void"
|
|
121836
121821
|
}
|
|
121837
121822
|
},
|
|
121838
121823
|
"parameters": [
|
|
121839
121824
|
{
|
|
121840
|
-
"name": "
|
|
121825
|
+
"name": "event",
|
|
121841
121826
|
"type": {
|
|
121842
|
-
"text": "
|
|
121827
|
+
"text": "Event"
|
|
121843
121828
|
}
|
|
121844
121829
|
}
|
|
121845
|
-
]
|
|
121830
|
+
],
|
|
121831
|
+
"description": "Watches for clicked elements with `sbb-stepper-next` or `sbb-stepper-previous` attributes."
|
|
121846
121832
|
},
|
|
121847
121833
|
{
|
|
121848
121834
|
"kind": "method",
|
|
121849
|
-
"name": "
|
|
121835
|
+
"name": "_isGoNextElement",
|
|
121850
121836
|
"privacy": "private",
|
|
121851
121837
|
"return": {
|
|
121852
121838
|
"type": {
|
|
121853
|
-
"text": "
|
|
121839
|
+
"text": "boolean"
|
|
121854
121840
|
}
|
|
121855
|
-
}
|
|
121856
|
-
},
|
|
121857
|
-
{
|
|
121858
|
-
"kind": "field",
|
|
121859
|
-
"name": "iconName",
|
|
121860
|
-
"type": {
|
|
121861
|
-
"text": "string"
|
|
121862
121841
|
},
|
|
121863
|
-
"
|
|
121864
|
-
|
|
121865
|
-
|
|
121866
|
-
|
|
121867
|
-
|
|
121868
|
-
|
|
121869
|
-
|
|
121870
|
-
|
|
121842
|
+
"parameters": [
|
|
121843
|
+
{
|
|
121844
|
+
"name": "element",
|
|
121845
|
+
"type": {
|
|
121846
|
+
"text": "HTMLElement"
|
|
121847
|
+
}
|
|
121848
|
+
}
|
|
121849
|
+
]
|
|
121871
121850
|
},
|
|
121872
121851
|
{
|
|
121873
121852
|
"kind": "method",
|
|
121874
|
-
"name": "
|
|
121875
|
-
"privacy": "
|
|
121853
|
+
"name": "_isGoPreviousElement",
|
|
121854
|
+
"privacy": "private",
|
|
121876
121855
|
"return": {
|
|
121877
121856
|
"type": {
|
|
121878
|
-
"text": "
|
|
121857
|
+
"text": "boolean"
|
|
121879
121858
|
}
|
|
121880
121859
|
},
|
|
121881
121860
|
"parameters": [
|
|
121882
121861
|
{
|
|
121883
|
-
"name": "
|
|
121884
|
-
"optional": true,
|
|
121862
|
+
"name": "element",
|
|
121885
121863
|
"type": {
|
|
121886
|
-
"text": "
|
|
121864
|
+
"text": "HTMLElement"
|
|
121887
121865
|
}
|
|
121888
121866
|
}
|
|
121889
|
-
]
|
|
121890
|
-
"inheritedFrom": {
|
|
121891
|
-
"name": "SbbIconNameMixin",
|
|
121892
|
-
"module": "icon/icon-name-mixin.js"
|
|
121893
|
-
}
|
|
121867
|
+
]
|
|
121894
121868
|
},
|
|
121895
121869
|
{
|
|
121896
121870
|
"kind": "method",
|
|
121897
|
-
"name": "
|
|
121898
|
-
"privacy": "
|
|
121871
|
+
"name": "_onStepElementResize",
|
|
121872
|
+
"privacy": "private",
|
|
121899
121873
|
"return": {
|
|
121900
121874
|
"type": {
|
|
121901
|
-
"text": "
|
|
121875
|
+
"text": "void"
|
|
121902
121876
|
}
|
|
121903
|
-
},
|
|
121904
|
-
"inheritedFrom": {
|
|
121905
|
-
"name": "SbbIconNameMixin",
|
|
121906
|
-
"module": "icon/icon-name-mixin.js"
|
|
121907
121877
|
}
|
|
121908
121878
|
},
|
|
121909
121879
|
{
|
|
121910
121880
|
"kind": "method",
|
|
121911
|
-
"name": "
|
|
121881
|
+
"name": "_assignLabel",
|
|
121912
121882
|
"privacy": "private",
|
|
121913
121883
|
"return": {
|
|
121914
121884
|
"type": {
|
|
121915
|
-
"text": "
|
|
121885
|
+
"text": "void"
|
|
121916
121886
|
}
|
|
121917
|
-
},
|
|
121918
|
-
"inheritedFrom": {
|
|
121919
|
-
"name": "SbbIconNameMixin",
|
|
121920
|
-
"module": "icon/icon-name-mixin.js"
|
|
121921
121887
|
}
|
|
121922
121888
|
},
|
|
121923
121889
|
{
|
|
121924
121890
|
"kind": "field",
|
|
121925
|
-
"name": "
|
|
121926
|
-
"privacy": "private",
|
|
121891
|
+
"name": "_hydrationRequired",
|
|
121927
121892
|
"type": {
|
|
121928
121893
|
"text": "boolean"
|
|
121929
121894
|
},
|
|
121930
|
-
"
|
|
121895
|
+
"privacy": "private",
|
|
121896
|
+
"default": "!!this.shadowRoot",
|
|
121931
121897
|
"inheritedFrom": {
|
|
121932
|
-
"name": "
|
|
121933
|
-
"module": "core/
|
|
121898
|
+
"name": "SbbElement",
|
|
121899
|
+
"module": "core/base-elements/element.js"
|
|
121934
121900
|
}
|
|
121935
121901
|
},
|
|
121936
121902
|
{
|
|
121937
|
-
"kind": "
|
|
121938
|
-
"name": "
|
|
121939
|
-
"privacy": "
|
|
121940
|
-
"
|
|
121941
|
-
"type": {
|
|
121942
|
-
"text": "boolean"
|
|
121943
|
-
}
|
|
121944
|
-
},
|
|
121945
|
-
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
121903
|
+
"kind": "field",
|
|
121904
|
+
"name": "_hydrationComplete",
|
|
121905
|
+
"privacy": "private",
|
|
121906
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
121946
121907
|
"inheritedFrom": {
|
|
121947
|
-
"name": "
|
|
121948
|
-
"module": "core/
|
|
121908
|
+
"name": "SbbElement",
|
|
121909
|
+
"module": "core/base-elements/element.js"
|
|
121949
121910
|
}
|
|
121950
121911
|
},
|
|
121951
121912
|
{
|
|
121952
121913
|
"kind": "field",
|
|
121953
|
-
"name": "
|
|
121914
|
+
"name": "_resolveHydration",
|
|
121954
121915
|
"type": {
|
|
121955
|
-
"text": "
|
|
121916
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
121956
121917
|
},
|
|
121957
121918
|
"privacy": "private",
|
|
121958
|
-
"readonly": true,
|
|
121959
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
121960
121919
|
"inheritedFrom": {
|
|
121961
|
-
"name": "
|
|
121962
|
-
"module": "core/base-elements/
|
|
121920
|
+
"name": "SbbElement",
|
|
121921
|
+
"module": "core/base-elements/element.js"
|
|
121963
121922
|
}
|
|
121964
121923
|
},
|
|
121965
121924
|
{
|
|
121966
121925
|
"kind": "field",
|
|
121967
|
-
"name": "
|
|
121926
|
+
"name": "hydrationRequired",
|
|
121968
121927
|
"type": {
|
|
121969
|
-
"text": "
|
|
121928
|
+
"text": "boolean"
|
|
121970
121929
|
},
|
|
121971
|
-
"privacy": "
|
|
121930
|
+
"privacy": "protected",
|
|
121931
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
121932
|
+
"readonly": true,
|
|
121972
121933
|
"inheritedFrom": {
|
|
121973
|
-
"name": "
|
|
121974
|
-
"module": "core/base-elements/
|
|
121934
|
+
"name": "SbbElement",
|
|
121935
|
+
"module": "core/base-elements/element.js"
|
|
121975
121936
|
},
|
|
121976
|
-
"default": "
|
|
121977
|
-
"description": "Value of the form element.",
|
|
121978
|
-
"attribute": "value"
|
|
121937
|
+
"default": "!!this.shadowRoot"
|
|
121979
121938
|
},
|
|
121980
121939
|
{
|
|
121981
|
-
"kind": "
|
|
121982
|
-
"name": "
|
|
121983
|
-
"privacy": "
|
|
121984
|
-
"
|
|
121985
|
-
|
|
121986
|
-
|
|
121987
|
-
|
|
121940
|
+
"kind": "method",
|
|
121941
|
+
"name": "toggleState",
|
|
121942
|
+
"privacy": "protected",
|
|
121943
|
+
"return": {
|
|
121944
|
+
"type": {
|
|
121945
|
+
"text": "void"
|
|
121946
|
+
}
|
|
121988
121947
|
},
|
|
121989
|
-
"
|
|
121948
|
+
"parameters": [
|
|
121949
|
+
{
|
|
121950
|
+
"name": "value",
|
|
121951
|
+
"type": {
|
|
121952
|
+
"text": "string"
|
|
121953
|
+
}
|
|
121954
|
+
},
|
|
121955
|
+
{
|
|
121956
|
+
"name": "force",
|
|
121957
|
+
"optional": true,
|
|
121958
|
+
"type": {
|
|
121959
|
+
"text": "boolean"
|
|
121960
|
+
}
|
|
121961
|
+
}
|
|
121962
|
+
],
|
|
121990
121963
|
"inheritedFrom": {
|
|
121991
|
-
"name": "
|
|
121992
|
-
"module": "core/base-elements/
|
|
121964
|
+
"name": "SbbElement",
|
|
121965
|
+
"module": "core/base-elements/element.js"
|
|
121993
121966
|
}
|
|
121994
121967
|
},
|
|
121995
121968
|
{
|
|
121996
121969
|
"kind": "field",
|
|
121997
|
-
"name": "
|
|
121970
|
+
"name": "['_$sbbElement$']",
|
|
121998
121971
|
"type": {
|
|
121999
|
-
"text": "
|
|
121972
|
+
"text": "boolean"
|
|
122000
121973
|
},
|
|
122001
121974
|
"privacy": "public",
|
|
122002
|
-
"
|
|
121975
|
+
"static": true,
|
|
121976
|
+
"default": "true",
|
|
122003
121977
|
"inheritedFrom": {
|
|
122004
|
-
"name": "
|
|
122005
|
-
"module": "core/base-elements/
|
|
122006
|
-
}
|
|
122007
|
-
"attribute": "form"
|
|
121978
|
+
"name": "SbbElement",
|
|
121979
|
+
"module": "core/base-elements/element.js"
|
|
121980
|
+
}
|
|
122008
121981
|
},
|
|
122009
121982
|
{
|
|
122010
121983
|
"kind": "field",
|
|
122011
|
-
"name": "
|
|
121984
|
+
"name": "_controllers",
|
|
122012
121985
|
"type": {
|
|
122013
|
-
"text": "
|
|
121986
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
122014
121987
|
},
|
|
122015
121988
|
"privacy": "private",
|
|
122016
|
-
"default": "''",
|
|
122017
121989
|
"inheritedFrom": {
|
|
122018
|
-
"name": "
|
|
122019
|
-
"module": "core/base-elements/
|
|
121990
|
+
"name": "SbbElement",
|
|
121991
|
+
"module": "core/base-elements/element.js"
|
|
122020
121992
|
}
|
|
122021
|
-
}
|
|
122022
|
-
|
|
122023
|
-
|
|
122024
|
-
"name": "_handleButtonClick",
|
|
122025
|
-
"privacy": "private",
|
|
122026
|
-
"inheritedFrom": {
|
|
122027
|
-
"name": "SbbButtonBaseElement",
|
|
122028
|
-
"module": "core/base-elements/button-base-element.js"
|
|
122029
|
-
}
|
|
122030
|
-
},
|
|
121993
|
+
}
|
|
121994
|
+
],
|
|
121995
|
+
"events": [
|
|
122031
121996
|
{
|
|
122032
|
-
"
|
|
122033
|
-
"
|
|
122034
|
-
|
|
122035
|
-
"return": {
|
|
122036
|
-
"type": {
|
|
122037
|
-
"text": "void"
|
|
122038
|
-
}
|
|
121997
|
+
"name": "validate",
|
|
121998
|
+
"type": {
|
|
121999
|
+
"text": "CustomEvent<SbbStepValidateEventDetails>"
|
|
122039
122000
|
},
|
|
122040
|
-
"
|
|
122041
|
-
|
|
122042
|
-
|
|
122043
|
-
|
|
122044
|
-
|
|
122045
|
-
|
|
122046
|
-
|
|
122047
|
-
|
|
122048
|
-
|
|
122049
|
-
|
|
122050
|
-
|
|
122051
|
-
|
|
122052
|
-
|
|
122001
|
+
"description": "The validate event is dispatched when a step change is triggered. Can be canceled to abort the step change."
|
|
122002
|
+
}
|
|
122003
|
+
],
|
|
122004
|
+
"superclass": {
|
|
122005
|
+
"name": "SbbElement",
|
|
122006
|
+
"module": "core/base-elements.js"
|
|
122007
|
+
},
|
|
122008
|
+
"tagName": "sbb-step",
|
|
122009
|
+
"customElement": true
|
|
122010
|
+
}
|
|
122011
|
+
],
|
|
122012
|
+
"exports": [
|
|
122013
|
+
{
|
|
122014
|
+
"kind": "js",
|
|
122015
|
+
"name": "SbbStepElement",
|
|
122016
|
+
"declaration": {
|
|
122017
|
+
"name": "SbbStepElement",
|
|
122018
|
+
"module": "stepper/step/step.component.js"
|
|
122019
|
+
}
|
|
122020
|
+
}
|
|
122021
|
+
]
|
|
122022
|
+
},
|
|
122023
|
+
{
|
|
122024
|
+
"kind": "javascript-module",
|
|
122025
|
+
"path": "stepper/step-label/step-label.component.js",
|
|
122026
|
+
"declarations": [
|
|
122027
|
+
{
|
|
122028
|
+
"kind": "class",
|
|
122029
|
+
"description": "Combined with a `sbb-stepper`, it displays a step's label.",
|
|
122030
|
+
"name": "SbbStepLabelElement",
|
|
122031
|
+
"slots": [
|
|
122053
122032
|
{
|
|
122054
|
-
"
|
|
122055
|
-
"name": "
|
|
122056
|
-
"privacy": "private",
|
|
122057
|
-
"inheritedFrom": {
|
|
122058
|
-
"name": "SbbButtonBaseElement",
|
|
122059
|
-
"module": "core/base-elements/button-base-element.js"
|
|
122060
|
-
}
|
|
122033
|
+
"description": "Use the unnamed slot to provide a label.",
|
|
122034
|
+
"name": ""
|
|
122061
122035
|
},
|
|
122036
|
+
{
|
|
122037
|
+
"description": "Use this to display an icon in the label bubble.",
|
|
122038
|
+
"name": "icon"
|
|
122039
|
+
}
|
|
122040
|
+
],
|
|
122041
|
+
"members": [
|
|
122062
122042
|
{
|
|
122063
122043
|
"kind": "field",
|
|
122064
|
-
"name": "
|
|
122044
|
+
"name": "elementName",
|
|
122065
122045
|
"type": {
|
|
122066
|
-
"text": "
|
|
122046
|
+
"text": "string"
|
|
122067
122047
|
},
|
|
122068
122048
|
"privacy": "public",
|
|
122069
122049
|
"static": true,
|
|
122070
|
-
"
|
|
122050
|
+
"readonly": true,
|
|
122071
122051
|
"inheritedFrom": {
|
|
122072
|
-
"name": "
|
|
122073
|
-
"module": "core/
|
|
122074
|
-
}
|
|
122052
|
+
"name": "SbbElement",
|
|
122053
|
+
"module": "core/base-elements/element.js"
|
|
122054
|
+
},
|
|
122055
|
+
"default": "'sbb-step-label'"
|
|
122075
122056
|
},
|
|
122076
122057
|
{
|
|
122077
122058
|
"kind": "field",
|
|
122078
|
-
"name": "
|
|
122079
|
-
"privacy": "public",
|
|
122080
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
122059
|
+
"name": "role",
|
|
122081
122060
|
"type": {
|
|
122082
122061
|
"text": "string"
|
|
122083
122062
|
},
|
|
122084
|
-
"
|
|
122063
|
+
"privacy": "public",
|
|
122064
|
+
"static": true,
|
|
122065
|
+
"readonly": true,
|
|
122066
|
+
"default": "'tab'",
|
|
122085
122067
|
"inheritedFrom": {
|
|
122086
|
-
"name": "
|
|
122087
|
-
"module": "core/
|
|
122068
|
+
"name": "SbbButtonLikeBaseElement",
|
|
122069
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122088
122070
|
}
|
|
122089
122071
|
},
|
|
122090
122072
|
{
|
|
122091
122073
|
"kind": "field",
|
|
122092
|
-
"name": "
|
|
122074
|
+
"name": "step",
|
|
122093
122075
|
"type": {
|
|
122094
|
-
"text": "
|
|
122076
|
+
"text": "SbbStepElement | null"
|
|
122095
122077
|
},
|
|
122096
122078
|
"privacy": "public",
|
|
122097
|
-
"description": "
|
|
122079
|
+
"description": "The step controlled by the label.",
|
|
122098
122080
|
"readonly": true,
|
|
122099
|
-
"
|
|
122100
|
-
"name": "SbbFormAssociatedMixin",
|
|
122101
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
122102
|
-
}
|
|
122081
|
+
"default": "null"
|
|
122103
122082
|
},
|
|
122104
122083
|
{
|
|
122105
122084
|
"kind": "field",
|
|
122106
|
-
"name": "
|
|
122085
|
+
"name": "_step",
|
|
122107
122086
|
"type": {
|
|
122108
|
-
"text": "
|
|
122087
|
+
"text": "SbbStepElement | null"
|
|
122088
|
+
},
|
|
122089
|
+
"privacy": "private",
|
|
122090
|
+
"default": "null"
|
|
122091
|
+
},
|
|
122092
|
+
{
|
|
122093
|
+
"kind": "field",
|
|
122094
|
+
"name": "stepper",
|
|
122095
|
+
"type": {
|
|
122096
|
+
"text": "SbbStepperElement | null"
|
|
122109
122097
|
},
|
|
122110
122098
|
"privacy": "public",
|
|
122111
|
-
"
|
|
122112
|
-
"readonly": true,
|
|
122113
|
-
"inheritedFrom": {
|
|
122114
|
-
"name": "SbbFormAssociatedMixin",
|
|
122115
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
122116
|
-
}
|
|
122099
|
+
"readonly": true
|
|
122117
122100
|
},
|
|
122118
122101
|
{
|
|
122119
122102
|
"kind": "field",
|
|
122120
|
-
"name": "
|
|
122103
|
+
"name": "disabled",
|
|
122104
|
+
"privacy": "public",
|
|
122105
|
+
"description": "Whether the component is disabled.",
|
|
122106
|
+
"default": "false",
|
|
122121
122107
|
"type": {
|
|
122122
122108
|
"text": "boolean"
|
|
122123
122109
|
},
|
|
122124
|
-
"
|
|
122125
|
-
"
|
|
122126
|
-
"readonly": true,
|
|
122110
|
+
"attribute": "disabled",
|
|
122111
|
+
"reflects": true,
|
|
122127
122112
|
"inheritedFrom": {
|
|
122128
|
-
"name": "
|
|
122129
|
-
"module": "core/mixins/
|
|
122113
|
+
"name": "SbbDisabledMixin",
|
|
122114
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
122130
122115
|
}
|
|
122131
122116
|
},
|
|
122132
122117
|
{
|
|
122133
122118
|
"kind": "field",
|
|
122134
|
-
"name": "
|
|
122135
|
-
"
|
|
122136
|
-
|
|
122137
|
-
|
|
122138
|
-
|
|
122139
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
122140
|
-
}
|
|
122119
|
+
"name": "_previousOrientation",
|
|
122120
|
+
"type": {
|
|
122121
|
+
"text": "string | undefined"
|
|
122122
|
+
},
|
|
122123
|
+
"privacy": "private"
|
|
122141
122124
|
},
|
|
122142
122125
|
{
|
|
122143
122126
|
"kind": "field",
|
|
122144
|
-
"name": "
|
|
122127
|
+
"name": "_previousSize",
|
|
122145
122128
|
"type": {
|
|
122146
|
-
"text": "
|
|
122129
|
+
"text": "string | undefined"
|
|
122147
122130
|
},
|
|
122148
|
-
"privacy": "
|
|
122149
|
-
"default": "false",
|
|
122150
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
122151
|
-
"inheritedFrom": {
|
|
122152
|
-
"name": "SbbFormAssociatedMixin",
|
|
122153
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
122154
|
-
}
|
|
122131
|
+
"privacy": "private"
|
|
122155
122132
|
},
|
|
122156
122133
|
{
|
|
122157
122134
|
"kind": "method",
|
|
122158
|
-
"name": "
|
|
122159
|
-
"privacy": "
|
|
122135
|
+
"name": "_isNotDeactivatedByLinearMode",
|
|
122136
|
+
"privacy": "private",
|
|
122160
122137
|
"return": {
|
|
122161
122138
|
"type": {
|
|
122162
122139
|
"text": "boolean"
|
|
122163
122140
|
}
|
|
122164
122141
|
},
|
|
122165
|
-
"
|
|
122166
|
-
|
|
122167
|
-
|
|
122168
|
-
|
|
122169
|
-
|
|
122142
|
+
"parameters": [
|
|
122143
|
+
{
|
|
122144
|
+
"name": "step",
|
|
122145
|
+
"type": {
|
|
122146
|
+
"text": "SbbStepElement"
|
|
122147
|
+
}
|
|
122148
|
+
}
|
|
122149
|
+
]
|
|
122170
122150
|
},
|
|
122171
122151
|
{
|
|
122172
122152
|
"kind": "method",
|
|
122173
|
-
"name": "
|
|
122174
|
-
"privacy": "
|
|
122153
|
+
"name": "_assignStep",
|
|
122154
|
+
"privacy": "private",
|
|
122175
122155
|
"return": {
|
|
122176
122156
|
"type": {
|
|
122177
|
-
"text": "
|
|
122157
|
+
"text": "void"
|
|
122178
122158
|
}
|
|
122159
|
+
}
|
|
122160
|
+
},
|
|
122161
|
+
{
|
|
122162
|
+
"kind": "field",
|
|
122163
|
+
"name": "iconName",
|
|
122164
|
+
"type": {
|
|
122165
|
+
"text": "string"
|
|
122179
122166
|
},
|
|
122180
|
-
"
|
|
122167
|
+
"privacy": "public",
|
|
122168
|
+
"default": "''",
|
|
122169
|
+
"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.",
|
|
122170
|
+
"attribute": "icon-name",
|
|
122181
122171
|
"inheritedFrom": {
|
|
122182
|
-
"name": "
|
|
122183
|
-
"module": "
|
|
122172
|
+
"name": "SbbIconNameMixin",
|
|
122173
|
+
"module": "icon/icon-name-mixin.js"
|
|
122184
122174
|
}
|
|
122185
122175
|
},
|
|
122186
122176
|
{
|
|
122187
122177
|
"kind": "method",
|
|
122188
|
-
"name": "
|
|
122189
|
-
"privacy": "
|
|
122178
|
+
"name": "renderIconSlot",
|
|
122179
|
+
"privacy": "protected",
|
|
122190
122180
|
"return": {
|
|
122191
122181
|
"type": {
|
|
122192
|
-
"text": "
|
|
122182
|
+
"text": "TemplateResult"
|
|
122193
122183
|
}
|
|
122194
122184
|
},
|
|
122195
122185
|
"parameters": [
|
|
122196
122186
|
{
|
|
122197
|
-
"name": "
|
|
122187
|
+
"name": "classname",
|
|
122188
|
+
"optional": true,
|
|
122198
122189
|
"type": {
|
|
122199
122190
|
"text": "string"
|
|
122200
122191
|
}
|
|
122201
122192
|
}
|
|
122202
122193
|
],
|
|
122203
|
-
"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.",
|
|
122204
122194
|
"inheritedFrom": {
|
|
122205
|
-
"name": "
|
|
122206
|
-
"module": "
|
|
122195
|
+
"name": "SbbIconNameMixin",
|
|
122196
|
+
"module": "icon/icon-name-mixin.js"
|
|
122207
122197
|
}
|
|
122208
122198
|
},
|
|
122209
122199
|
{
|
|
122210
122200
|
"kind": "method",
|
|
122211
|
-
"name": "
|
|
122212
|
-
"privacy": "
|
|
122201
|
+
"name": "renderIconName",
|
|
122202
|
+
"privacy": "protected",
|
|
122213
122203
|
"return": {
|
|
122214
122204
|
"type": {
|
|
122215
|
-
"text": "
|
|
122205
|
+
"text": "string"
|
|
122216
122206
|
}
|
|
122217
122207
|
},
|
|
122218
122208
|
"inheritedFrom": {
|
|
122219
|
-
"name": "
|
|
122220
|
-
"module": "
|
|
122209
|
+
"name": "SbbIconNameMixin",
|
|
122210
|
+
"module": "icon/icon-name-mixin.js"
|
|
122221
122211
|
}
|
|
122222
122212
|
},
|
|
122223
122213
|
{
|
|
122224
122214
|
"kind": "method",
|
|
122225
|
-
"name": "
|
|
122226
|
-
"privacy": "
|
|
122215
|
+
"name": "_renderIconName",
|
|
122216
|
+
"privacy": "private",
|
|
122227
122217
|
"return": {
|
|
122228
122218
|
"type": {
|
|
122229
|
-
"text": "
|
|
122219
|
+
"text": "string"
|
|
122230
122220
|
}
|
|
122231
122221
|
},
|
|
122232
|
-
"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",
|
|
122233
122222
|
"inheritedFrom": {
|
|
122234
|
-
"name": "
|
|
122235
|
-
"module": "
|
|
122223
|
+
"name": "SbbIconNameMixin",
|
|
122224
|
+
"module": "icon/icon-name-mixin.js"
|
|
122236
122225
|
}
|
|
122237
122226
|
},
|
|
122238
122227
|
{
|
|
122239
|
-
"kind": "
|
|
122240
|
-
"name": "
|
|
122241
|
-
"privacy": "
|
|
122242
|
-
"
|
|
122243
|
-
"
|
|
122244
|
-
"text": "FormRestoreState"
|
|
122245
|
-
}
|
|
122228
|
+
"kind": "field",
|
|
122229
|
+
"name": "#disabled",
|
|
122230
|
+
"privacy": "private",
|
|
122231
|
+
"type": {
|
|
122232
|
+
"text": "boolean"
|
|
122246
122233
|
},
|
|
122234
|
+
"default": "false",
|
|
122247
122235
|
"inheritedFrom": {
|
|
122248
|
-
"name": "
|
|
122249
|
-
"module": "core/mixins/
|
|
122236
|
+
"name": "SbbDisabledMixin",
|
|
122237
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
122250
122238
|
}
|
|
122251
122239
|
},
|
|
122252
122240
|
{
|
|
122253
122241
|
"kind": "method",
|
|
122254
|
-
"name": "
|
|
122242
|
+
"name": "isDisabledExternally",
|
|
122255
122243
|
"privacy": "protected",
|
|
122256
122244
|
"return": {
|
|
122257
122245
|
"type": {
|
|
122258
|
-
"text": "
|
|
122246
|
+
"text": "boolean"
|
|
122259
122247
|
}
|
|
122260
122248
|
},
|
|
122261
|
-
"
|
|
122262
|
-
{
|
|
122263
|
-
"name": "flag",
|
|
122264
|
-
"type": {
|
|
122265
|
-
"text": "T"
|
|
122266
|
-
}
|
|
122267
|
-
},
|
|
122268
|
-
{
|
|
122269
|
-
"name": "message",
|
|
122270
|
-
"type": {
|
|
122271
|
-
"text": "string"
|
|
122272
|
-
}
|
|
122273
|
-
},
|
|
122274
|
-
{
|
|
122275
|
-
"name": "flagValue",
|
|
122276
|
-
"optional": true,
|
|
122277
|
-
"type": {
|
|
122278
|
-
"text": "ValidityStateFlags[T]"
|
|
122279
|
-
}
|
|
122280
|
-
}
|
|
122281
|
-
],
|
|
122282
|
-
"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).",
|
|
122249
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
122283
122250
|
"inheritedFrom": {
|
|
122284
|
-
"name": "
|
|
122285
|
-
"module": "core/mixins/
|
|
122251
|
+
"name": "SbbDisabledMixin",
|
|
122252
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
122286
122253
|
}
|
|
122287
122254
|
},
|
|
122288
122255
|
{
|
|
122289
|
-
"kind": "
|
|
122290
|
-
"name": "
|
|
122291
|
-
"
|
|
122292
|
-
|
|
122293
|
-
"type": {
|
|
122294
|
-
"text": "void"
|
|
122295
|
-
}
|
|
122256
|
+
"kind": "field",
|
|
122257
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
122258
|
+
"type": {
|
|
122259
|
+
"text": "array"
|
|
122296
122260
|
},
|
|
122297
|
-
"
|
|
122298
|
-
|
|
122299
|
-
|
|
122300
|
-
"type": {
|
|
122301
|
-
"text": "T"
|
|
122302
|
-
}
|
|
122303
|
-
}
|
|
122304
|
-
],
|
|
122305
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
122261
|
+
"privacy": "private",
|
|
122262
|
+
"readonly": true,
|
|
122263
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
122306
122264
|
"inheritedFrom": {
|
|
122307
|
-
"name": "
|
|
122308
|
-
"module": "core/
|
|
122265
|
+
"name": "SbbButtonBaseElement",
|
|
122266
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122309
122267
|
}
|
|
122310
122268
|
},
|
|
122311
122269
|
{
|
|
122312
|
-
"kind": "
|
|
122313
|
-
"name": "
|
|
122314
|
-
"
|
|
122315
|
-
|
|
122316
|
-
"type": {
|
|
122317
|
-
"text": "void"
|
|
122318
|
-
}
|
|
122270
|
+
"kind": "field",
|
|
122271
|
+
"name": "value",
|
|
122272
|
+
"type": {
|
|
122273
|
+
"text": "string"
|
|
122319
122274
|
},
|
|
122320
|
-
"
|
|
122275
|
+
"privacy": "public",
|
|
122321
122276
|
"inheritedFrom": {
|
|
122322
|
-
"name": "
|
|
122323
|
-
"module": "core/
|
|
122324
|
-
}
|
|
122277
|
+
"name": "SbbButtonBaseElement",
|
|
122278
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122279
|
+
},
|
|
122280
|
+
"default": "''",
|
|
122281
|
+
"description": "Value of the form element.",
|
|
122282
|
+
"attribute": "value"
|
|
122325
122283
|
},
|
|
122326
122284
|
{
|
|
122327
|
-
"kind": "
|
|
122328
|
-
"name": "
|
|
122329
|
-
"privacy": "
|
|
122330
|
-
"
|
|
122331
|
-
|
|
122332
|
-
|
|
122333
|
-
|
|
122285
|
+
"kind": "field",
|
|
122286
|
+
"name": "type",
|
|
122287
|
+
"privacy": "public",
|
|
122288
|
+
"description": "The type attribute to use for the button.",
|
|
122289
|
+
"default": "'button'",
|
|
122290
|
+
"type": {
|
|
122291
|
+
"text": "SbbButtonType"
|
|
122334
122292
|
},
|
|
122335
|
-
"
|
|
122336
|
-
{
|
|
122337
|
-
"name": "name",
|
|
122338
|
-
"type": {
|
|
122339
|
-
"text": "PropertyKey | undefined"
|
|
122340
|
-
}
|
|
122341
|
-
}
|
|
122342
|
-
],
|
|
122343
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
122293
|
+
"attribute": "type",
|
|
122344
122294
|
"inheritedFrom": {
|
|
122345
|
-
"name": "
|
|
122346
|
-
"module": "core/
|
|
122295
|
+
"name": "SbbButtonBaseElement",
|
|
122296
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122347
122297
|
}
|
|
122348
122298
|
},
|
|
122349
122299
|
{
|
|
122350
|
-
"kind": "
|
|
122351
|
-
"name": "
|
|
122352
|
-
"
|
|
122353
|
-
|
|
122354
|
-
"type": {
|
|
122355
|
-
"text": "void"
|
|
122356
|
-
}
|
|
122300
|
+
"kind": "field",
|
|
122301
|
+
"name": "form",
|
|
122302
|
+
"type": {
|
|
122303
|
+
"text": "HTMLFormElement | null"
|
|
122357
122304
|
},
|
|
122305
|
+
"privacy": "public",
|
|
122306
|
+
"description": "The `<form>` element to associate the button with.",
|
|
122358
122307
|
"inheritedFrom": {
|
|
122359
|
-
"name": "
|
|
122360
|
-
"module": "core/
|
|
122361
|
-
}
|
|
122308
|
+
"name": "SbbButtonBaseElement",
|
|
122309
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122310
|
+
},
|
|
122311
|
+
"attribute": "form"
|
|
122362
122312
|
},
|
|
122363
122313
|
{
|
|
122364
122314
|
"kind": "field",
|
|
122365
|
-
"name": "
|
|
122315
|
+
"name": "_formId",
|
|
122316
|
+
"type": {
|
|
122317
|
+
"text": "string"
|
|
122318
|
+
},
|
|
122366
122319
|
"privacy": "private",
|
|
122367
|
-
"
|
|
122368
|
-
"parameters": [
|
|
122369
|
-
{
|
|
122370
|
-
"description": "The origin event.",
|
|
122371
|
-
"name": "event"
|
|
122372
|
-
}
|
|
122373
|
-
],
|
|
122320
|
+
"default": "''",
|
|
122374
122321
|
"inheritedFrom": {
|
|
122375
|
-
"name": "
|
|
122322
|
+
"name": "SbbButtonBaseElement",
|
|
122376
122323
|
"module": "core/base-elements/button-base-element.js"
|
|
122377
122324
|
}
|
|
122378
122325
|
},
|
|
122379
122326
|
{
|
|
122380
122327
|
"kind": "field",
|
|
122381
|
-
"name": "
|
|
122328
|
+
"name": "_handleButtonClick",
|
|
122382
122329
|
"privacy": "private",
|
|
122383
122330
|
"inheritedFrom": {
|
|
122384
|
-
"name": "
|
|
122331
|
+
"name": "SbbButtonBaseElement",
|
|
122385
122332
|
"module": "core/base-elements/button-base-element.js"
|
|
122386
122333
|
}
|
|
122387
122334
|
},
|
|
122388
122335
|
{
|
|
122389
|
-
"kind": "
|
|
122390
|
-
"name": "
|
|
122336
|
+
"kind": "method",
|
|
122337
|
+
"name": "_requestSubmit",
|
|
122391
122338
|
"privacy": "private",
|
|
122392
|
-
"
|
|
122339
|
+
"return": {
|
|
122340
|
+
"type": {
|
|
122341
|
+
"text": "void"
|
|
122342
|
+
}
|
|
122343
|
+
},
|
|
122393
122344
|
"parameters": [
|
|
122394
122345
|
{
|
|
122395
|
-
"
|
|
122396
|
-
"
|
|
122346
|
+
"name": "form",
|
|
122347
|
+
"type": {
|
|
122348
|
+
"text": "HTMLFormElement"
|
|
122349
|
+
}
|
|
122397
122350
|
}
|
|
122398
122351
|
],
|
|
122399
122352
|
"inheritedFrom": {
|
|
122400
|
-
"name": "
|
|
122353
|
+
"name": "SbbButtonBaseElement",
|
|
122401
122354
|
"module": "core/base-elements/button-base-element.js"
|
|
122402
122355
|
}
|
|
122403
122356
|
},
|
|
122404
122357
|
{
|
|
122405
122358
|
"kind": "field",
|
|
122406
|
-
"name": "
|
|
122359
|
+
"name": "_formKeyDown",
|
|
122407
122360
|
"privacy": "private",
|
|
122408
122361
|
"inheritedFrom": {
|
|
122409
|
-
"name": "
|
|
122362
|
+
"name": "SbbButtonBaseElement",
|
|
122410
122363
|
"module": "core/base-elements/button-base-element.js"
|
|
122411
122364
|
}
|
|
122412
122365
|
},
|
|
122413
122366
|
{
|
|
122414
122367
|
"kind": "field",
|
|
122415
|
-
"name": "
|
|
122368
|
+
"name": "formAssociated",
|
|
122416
122369
|
"type": {
|
|
122417
|
-
"text": "boolean
|
|
122370
|
+
"text": "boolean"
|
|
122418
122371
|
},
|
|
122419
|
-
"privacy": "
|
|
122420
|
-
"
|
|
122372
|
+
"privacy": "public",
|
|
122373
|
+
"static": true,
|
|
122374
|
+
"default": "true",
|
|
122421
122375
|
"inheritedFrom": {
|
|
122422
|
-
"name": "
|
|
122423
|
-
"module": "core/
|
|
122376
|
+
"name": "SbbFormAssociatedMixin",
|
|
122377
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122424
122378
|
}
|
|
122425
122379
|
},
|
|
122426
122380
|
{
|
|
122427
122381
|
"kind": "field",
|
|
122428
|
-
"name": "
|
|
122382
|
+
"name": "name",
|
|
122383
|
+
"privacy": "public",
|
|
122384
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
122429
122385
|
"type": {
|
|
122430
|
-
"text": "
|
|
122386
|
+
"text": "string"
|
|
122431
122387
|
},
|
|
122432
|
-
"
|
|
122433
|
-
"readonly": true,
|
|
122388
|
+
"attribute": "name",
|
|
122434
122389
|
"inheritedFrom": {
|
|
122435
|
-
"name": "
|
|
122436
|
-
"module": "core/
|
|
122390
|
+
"name": "SbbFormAssociatedMixin",
|
|
122391
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122437
122392
|
}
|
|
122438
122393
|
},
|
|
122439
122394
|
{
|
|
122440
|
-
"kind": "
|
|
122441
|
-
"name": "
|
|
122442
|
-
"
|
|
122443
|
-
|
|
122444
|
-
"type": {
|
|
122445
|
-
"text": "void"
|
|
122446
|
-
}
|
|
122395
|
+
"kind": "field",
|
|
122396
|
+
"name": "validity",
|
|
122397
|
+
"type": {
|
|
122398
|
+
"text": "ValidityState"
|
|
122447
122399
|
},
|
|
122400
|
+
"privacy": "public",
|
|
122401
|
+
"description": "Returns the ValidityState object for this element.",
|
|
122402
|
+
"readonly": true,
|
|
122448
122403
|
"inheritedFrom": {
|
|
122449
|
-
"name": "
|
|
122450
|
-
"module": "core/
|
|
122404
|
+
"name": "SbbFormAssociatedMixin",
|
|
122405
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122451
122406
|
}
|
|
122452
122407
|
},
|
|
122453
122408
|
{
|
|
122454
|
-
"kind": "
|
|
122455
|
-
"name": "
|
|
122456
|
-
"
|
|
122457
|
-
|
|
122458
|
-
"type": {
|
|
122459
|
-
"text": "TemplateResult"
|
|
122460
|
-
}
|
|
122409
|
+
"kind": "field",
|
|
122410
|
+
"name": "validationMessage",
|
|
122411
|
+
"type": {
|
|
122412
|
+
"text": "string"
|
|
122461
122413
|
},
|
|
122462
|
-
"
|
|
122414
|
+
"privacy": "public",
|
|
122415
|
+
"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.",
|
|
122416
|
+
"readonly": true,
|
|
122463
122417
|
"inheritedFrom": {
|
|
122464
|
-
"name": "
|
|
122465
|
-
"module": "core/
|
|
122418
|
+
"name": "SbbFormAssociatedMixin",
|
|
122419
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122466
122420
|
}
|
|
122467
122421
|
},
|
|
122468
122422
|
{
|
|
122469
122423
|
"kind": "field",
|
|
122470
|
-
"name": "
|
|
122424
|
+
"name": "willValidate",
|
|
122471
122425
|
"type": {
|
|
122472
122426
|
"text": "boolean"
|
|
122473
122427
|
},
|
|
122474
|
-
"privacy": "
|
|
122475
|
-
"
|
|
122428
|
+
"privacy": "public",
|
|
122429
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
122430
|
+
"readonly": true,
|
|
122476
122431
|
"inheritedFrom": {
|
|
122477
|
-
"name": "
|
|
122478
|
-
"module": "core/
|
|
122432
|
+
"name": "SbbFormAssociatedMixin",
|
|
122433
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122479
122434
|
}
|
|
122480
122435
|
},
|
|
122481
122436
|
{
|
|
122482
122437
|
"kind": "field",
|
|
122483
|
-
"name": "
|
|
122438
|
+
"name": "_validityStates",
|
|
122484
122439
|
"privacy": "private",
|
|
122485
|
-
"default": "new
|
|
122440
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
122486
122441
|
"inheritedFrom": {
|
|
122487
|
-
"name": "
|
|
122488
|
-
"module": "core/
|
|
122442
|
+
"name": "SbbFormAssociatedMixin",
|
|
122443
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122489
122444
|
}
|
|
122490
122445
|
},
|
|
122491
122446
|
{
|
|
122492
122447
|
"kind": "field",
|
|
122493
|
-
"name": "
|
|
122448
|
+
"name": "formDisabled",
|
|
122494
122449
|
"type": {
|
|
122495
|
-
"text": "
|
|
122450
|
+
"text": "boolean"
|
|
122496
122451
|
},
|
|
122497
|
-
"privacy": "
|
|
122452
|
+
"privacy": "protected",
|
|
122453
|
+
"default": "false",
|
|
122454
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
122498
122455
|
"inheritedFrom": {
|
|
122499
|
-
"name": "
|
|
122500
|
-
"module": "core/
|
|
122456
|
+
"name": "SbbFormAssociatedMixin",
|
|
122457
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122501
122458
|
}
|
|
122502
122459
|
},
|
|
122503
122460
|
{
|
|
122504
|
-
"kind": "
|
|
122505
|
-
"name": "
|
|
122506
|
-
"
|
|
122507
|
-
|
|
122461
|
+
"kind": "method",
|
|
122462
|
+
"name": "checkValidity",
|
|
122463
|
+
"privacy": "public",
|
|
122464
|
+
"return": {
|
|
122465
|
+
"type": {
|
|
122466
|
+
"text": "boolean"
|
|
122467
|
+
}
|
|
122508
122468
|
},
|
|
122509
|
-
"
|
|
122510
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
122511
|
-
"readonly": true,
|
|
122469
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
122512
122470
|
"inheritedFrom": {
|
|
122513
|
-
"name": "
|
|
122514
|
-
"module": "core/
|
|
122471
|
+
"name": "SbbFormAssociatedMixin",
|
|
122472
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122473
|
+
}
|
|
122474
|
+
},
|
|
122475
|
+
{
|
|
122476
|
+
"kind": "method",
|
|
122477
|
+
"name": "reportValidity",
|
|
122478
|
+
"privacy": "public",
|
|
122479
|
+
"return": {
|
|
122480
|
+
"type": {
|
|
122481
|
+
"text": "boolean"
|
|
122482
|
+
}
|
|
122515
122483
|
},
|
|
122516
|
-
"
|
|
122484
|
+
"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.",
|
|
122485
|
+
"inheritedFrom": {
|
|
122486
|
+
"name": "SbbFormAssociatedMixin",
|
|
122487
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122488
|
+
}
|
|
122517
122489
|
},
|
|
122518
122490
|
{
|
|
122519
122491
|
"kind": "method",
|
|
122520
|
-
"name": "
|
|
122521
|
-
"privacy": "
|
|
122492
|
+
"name": "setCustomValidity",
|
|
122493
|
+
"privacy": "public",
|
|
122522
122494
|
"return": {
|
|
122523
122495
|
"type": {
|
|
122524
122496
|
"text": "void"
|
|
@@ -122526,257 +122498,101 @@
|
|
|
122526
122498
|
},
|
|
122527
122499
|
"parameters": [
|
|
122528
122500
|
{
|
|
122529
|
-
"name": "
|
|
122501
|
+
"name": "message",
|
|
122530
122502
|
"type": {
|
|
122531
122503
|
"text": "string"
|
|
122532
122504
|
}
|
|
122533
|
-
},
|
|
122534
|
-
{
|
|
122535
|
-
"name": "force",
|
|
122536
|
-
"optional": true,
|
|
122537
|
-
"type": {
|
|
122538
|
-
"text": "boolean"
|
|
122539
|
-
}
|
|
122540
122505
|
}
|
|
122541
122506
|
],
|
|
122507
|
+
"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.",
|
|
122542
122508
|
"inheritedFrom": {
|
|
122543
|
-
"name": "
|
|
122544
|
-
"module": "core/
|
|
122545
|
-
}
|
|
122546
|
-
},
|
|
122547
|
-
{
|
|
122548
|
-
"kind": "field",
|
|
122549
|
-
"name": "['_$sbbElement$']",
|
|
122550
|
-
"type": {
|
|
122551
|
-
"text": "boolean"
|
|
122552
|
-
},
|
|
122553
|
-
"privacy": "public",
|
|
122554
|
-
"static": true,
|
|
122555
|
-
"default": "true",
|
|
122556
|
-
"inheritedFrom": {
|
|
122557
|
-
"name": "SbbElement",
|
|
122558
|
-
"module": "core/base-elements/element.js"
|
|
122509
|
+
"name": "SbbFormAssociatedMixin",
|
|
122510
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122559
122511
|
}
|
|
122560
122512
|
},
|
|
122561
122513
|
{
|
|
122562
|
-
"kind": "
|
|
122563
|
-
"name": "
|
|
122564
|
-
"type": {
|
|
122565
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
122566
|
-
},
|
|
122514
|
+
"kind": "method",
|
|
122515
|
+
"name": "_hasDisabledAncestor",
|
|
122567
122516
|
"privacy": "private",
|
|
122568
|
-
"
|
|
122569
|
-
"
|
|
122570
|
-
|
|
122571
|
-
|
|
122572
|
-
}
|
|
122573
|
-
],
|
|
122574
|
-
"mixins": [
|
|
122575
|
-
{
|
|
122576
|
-
"name": "SbbIconNameMixin",
|
|
122577
|
-
"module": "icon.js"
|
|
122578
|
-
},
|
|
122579
|
-
{
|
|
122580
|
-
"name": "SbbDisabledMixin",
|
|
122581
|
-
"module": "core/mixins.js"
|
|
122582
|
-
}
|
|
122583
|
-
],
|
|
122584
|
-
"superclass": {
|
|
122585
|
-
"name": "SbbButtonBaseElement",
|
|
122586
|
-
"module": "core/base-elements.js"
|
|
122587
|
-
},
|
|
122588
|
-
"tagName": "sbb-step-label",
|
|
122589
|
-
"customElement": true,
|
|
122590
|
-
"attributes": [
|
|
122591
|
-
{
|
|
122592
|
-
"name": "icon-name",
|
|
122593
|
-
"type": {
|
|
122594
|
-
"text": "string"
|
|
122595
|
-
},
|
|
122596
|
-
"default": "''",
|
|
122597
|
-
"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.",
|
|
122598
|
-
"fieldName": "iconName",
|
|
122599
|
-
"inheritedFrom": {
|
|
122600
|
-
"name": "SbbIconNameMixin",
|
|
122601
|
-
"module": "icon/icon-name-mixin.js"
|
|
122602
|
-
}
|
|
122603
|
-
},
|
|
122604
|
-
{
|
|
122605
|
-
"name": "disabled",
|
|
122606
|
-
"description": "Whether the component is disabled.",
|
|
122607
|
-
"default": "false",
|
|
122608
|
-
"type": {
|
|
122609
|
-
"text": "boolean"
|
|
122610
|
-
},
|
|
122611
|
-
"fieldName": "disabled",
|
|
122612
|
-
"inheritedFrom": {
|
|
122613
|
-
"name": "SbbDisabledMixin",
|
|
122614
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
122615
|
-
}
|
|
122616
|
-
},
|
|
122617
|
-
{
|
|
122618
|
-
"name": "value",
|
|
122619
|
-
"type": {
|
|
122620
|
-
"text": "string"
|
|
122621
|
-
},
|
|
122622
|
-
"default": "''",
|
|
122623
|
-
"description": "Value of the form element.",
|
|
122624
|
-
"fieldName": "value",
|
|
122625
|
-
"inheritedFrom": {
|
|
122626
|
-
"name": "SbbButtonBaseElement",
|
|
122627
|
-
"module": "core/base-elements/button-base-element.js"
|
|
122628
|
-
}
|
|
122629
|
-
},
|
|
122630
|
-
{
|
|
122631
|
-
"name": "type",
|
|
122632
|
-
"description": "The type attribute to use for the button.",
|
|
122633
|
-
"default": "'button'",
|
|
122634
|
-
"type": {
|
|
122635
|
-
"text": "SbbButtonType"
|
|
122517
|
+
"return": {
|
|
122518
|
+
"type": {
|
|
122519
|
+
"text": "boolean"
|
|
122520
|
+
}
|
|
122636
122521
|
},
|
|
122637
|
-
"fieldName": "type",
|
|
122638
122522
|
"inheritedFrom": {
|
|
122639
|
-
"name": "
|
|
122640
|
-
"module": "core/
|
|
122523
|
+
"name": "SbbFormAssociatedMixin",
|
|
122524
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122641
122525
|
}
|
|
122642
122526
|
},
|
|
122643
122527
|
{
|
|
122644
|
-
"
|
|
122645
|
-
"
|
|
122646
|
-
"
|
|
122647
|
-
|
|
122528
|
+
"kind": "method",
|
|
122529
|
+
"name": "updateFormValue",
|
|
122530
|
+
"privacy": "protected",
|
|
122531
|
+
"return": {
|
|
122532
|
+
"type": {
|
|
122533
|
+
"text": "void"
|
|
122534
|
+
}
|
|
122648
122535
|
},
|
|
122649
|
-
"
|
|
122536
|
+
"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",
|
|
122650
122537
|
"inheritedFrom": {
|
|
122651
|
-
"name": "
|
|
122652
|
-
"module": "core/
|
|
122538
|
+
"name": "SbbFormAssociatedMixin",
|
|
122539
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122653
122540
|
}
|
|
122654
122541
|
},
|
|
122655
122542
|
{
|
|
122656
|
-
"
|
|
122657
|
-
"
|
|
122658
|
-
"
|
|
122659
|
-
|
|
122543
|
+
"kind": "method",
|
|
122544
|
+
"name": "formState",
|
|
122545
|
+
"privacy": "protected",
|
|
122546
|
+
"return": {
|
|
122547
|
+
"type": {
|
|
122548
|
+
"text": "FormRestoreState"
|
|
122549
|
+
}
|
|
122660
122550
|
},
|
|
122661
|
-
"fieldName": "name",
|
|
122662
122551
|
"inheritedFrom": {
|
|
122663
122552
|
"name": "SbbFormAssociatedMixin",
|
|
122664
122553
|
"module": "core/mixins/form-associated-mixin.js"
|
|
122665
122554
|
}
|
|
122666
|
-
}
|
|
122667
|
-
]
|
|
122668
|
-
}
|
|
122669
|
-
],
|
|
122670
|
-
"exports": [
|
|
122671
|
-
{
|
|
122672
|
-
"kind": "js",
|
|
122673
|
-
"name": "SbbStepLabelElement",
|
|
122674
|
-
"declaration": {
|
|
122675
|
-
"name": "SbbStepLabelElement",
|
|
122676
|
-
"module": "stepper/step-label/step-label.component.js"
|
|
122677
|
-
}
|
|
122678
|
-
}
|
|
122679
|
-
]
|
|
122680
|
-
},
|
|
122681
|
-
{
|
|
122682
|
-
"kind": "javascript-module",
|
|
122683
|
-
"path": "stepper/step/step.component.js",
|
|
122684
|
-
"declarations": [
|
|
122685
|
-
{
|
|
122686
|
-
"kind": "class",
|
|
122687
|
-
"description": "Combined with a `sbb-stepper`, it displays a step's content.",
|
|
122688
|
-
"name": "SbbStepElement",
|
|
122689
|
-
"slots": [
|
|
122690
|
-
{
|
|
122691
|
-
"description": "Use the unnamed slot to provide content.",
|
|
122692
|
-
"name": ""
|
|
122693
|
-
}
|
|
122694
|
-
],
|
|
122695
|
-
"members": [
|
|
122696
|
-
{
|
|
122697
|
-
"kind": "field",
|
|
122698
|
-
"name": "elementName",
|
|
122699
|
-
"type": {
|
|
122700
|
-
"text": "string"
|
|
122701
|
-
},
|
|
122702
|
-
"privacy": "public",
|
|
122703
|
-
"static": true,
|
|
122704
|
-
"readonly": true,
|
|
122705
|
-
"default": "'sbb-step'",
|
|
122706
|
-
"inheritedFrom": {
|
|
122707
|
-
"name": "SbbElement",
|
|
122708
|
-
"module": "core/base-elements/element.js"
|
|
122709
|
-
}
|
|
122710
|
-
},
|
|
122711
|
-
{
|
|
122712
|
-
"kind": "field",
|
|
122713
|
-
"name": "role",
|
|
122714
|
-
"type": {
|
|
122715
|
-
"text": "string"
|
|
122716
|
-
},
|
|
122717
|
-
"privacy": "public",
|
|
122718
|
-
"static": true,
|
|
122719
|
-
"readonly": true,
|
|
122720
|
-
"default": "'tabpanel'"
|
|
122721
|
-
},
|
|
122722
|
-
{
|
|
122723
|
-
"kind": "field",
|
|
122724
|
-
"name": "events",
|
|
122725
|
-
"privacy": "public",
|
|
122726
|
-
"static": true,
|
|
122727
|
-
"readonly": true,
|
|
122728
|
-
"default": "{ validate: 'validate', resizechange: 'resizechange', }",
|
|
122729
|
-
"type": {
|
|
122730
|
-
"text": "{\n validate: 'validate',\n resizechange: 'resizechange',\n }"
|
|
122731
|
-
}
|
|
122732
|
-
},
|
|
122733
|
-
{
|
|
122734
|
-
"kind": "field",
|
|
122735
|
-
"name": "_stepResizeObserver",
|
|
122736
|
-
"privacy": "private",
|
|
122737
|
-
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => setTimeout(() => this._onStepElementResize()), })"
|
|
122738
|
-
},
|
|
122739
|
-
{
|
|
122740
|
-
"kind": "field",
|
|
122741
|
-
"name": "label",
|
|
122742
|
-
"type": {
|
|
122743
|
-
"text": "SbbStepLabelElement | null"
|
|
122744
|
-
},
|
|
122745
|
-
"privacy": "public",
|
|
122746
|
-
"description": "The label of the step.",
|
|
122747
|
-
"readonly": true,
|
|
122748
|
-
"default": "null"
|
|
122749
122555
|
},
|
|
122750
122556
|
{
|
|
122751
|
-
"kind": "
|
|
122752
|
-
"name": "
|
|
122753
|
-
"
|
|
122754
|
-
|
|
122755
|
-
|
|
122756
|
-
|
|
122757
|
-
|
|
122758
|
-
},
|
|
122759
|
-
{
|
|
122760
|
-
"kind": "field",
|
|
122761
|
-
"name": "stepper",
|
|
122762
|
-
"type": {
|
|
122763
|
-
"text": "SbbStepperElement | null"
|
|
122764
|
-
},
|
|
122765
|
-
"privacy": "public",
|
|
122766
|
-
"readonly": true
|
|
122767
|
-
},
|
|
122768
|
-
{
|
|
122769
|
-
"kind": "field",
|
|
122770
|
-
"name": "_previousOrientation",
|
|
122771
|
-
"type": {
|
|
122772
|
-
"text": "string | undefined"
|
|
122557
|
+
"kind": "method",
|
|
122558
|
+
"name": "setValidityFlag",
|
|
122559
|
+
"privacy": "protected",
|
|
122560
|
+
"return": {
|
|
122561
|
+
"type": {
|
|
122562
|
+
"text": "void"
|
|
122563
|
+
}
|
|
122773
122564
|
},
|
|
122774
|
-
"
|
|
122565
|
+
"parameters": [
|
|
122566
|
+
{
|
|
122567
|
+
"name": "flag",
|
|
122568
|
+
"type": {
|
|
122569
|
+
"text": "T"
|
|
122570
|
+
}
|
|
122571
|
+
},
|
|
122572
|
+
{
|
|
122573
|
+
"name": "message",
|
|
122574
|
+
"type": {
|
|
122575
|
+
"text": "string"
|
|
122576
|
+
}
|
|
122577
|
+
},
|
|
122578
|
+
{
|
|
122579
|
+
"name": "flagValue",
|
|
122580
|
+
"optional": true,
|
|
122581
|
+
"type": {
|
|
122582
|
+
"text": "ValidityStateFlags[T]"
|
|
122583
|
+
}
|
|
122584
|
+
}
|
|
122585
|
+
],
|
|
122586
|
+
"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).",
|
|
122587
|
+
"inheritedFrom": {
|
|
122588
|
+
"name": "SbbFormAssociatedMixin",
|
|
122589
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122590
|
+
}
|
|
122775
122591
|
},
|
|
122776
122592
|
{
|
|
122777
122593
|
"kind": "method",
|
|
122778
|
-
"name": "
|
|
122779
|
-
"privacy": "
|
|
122594
|
+
"name": "removeValidityFlag",
|
|
122595
|
+
"privacy": "protected",
|
|
122780
122596
|
"return": {
|
|
122781
122597
|
"type": {
|
|
122782
122598
|
"text": "void"
|
|
@@ -122784,18 +122600,37 @@
|
|
|
122784
122600
|
},
|
|
122785
122601
|
"parameters": [
|
|
122786
122602
|
{
|
|
122787
|
-
"name": "
|
|
122603
|
+
"name": "flag",
|
|
122788
122604
|
"type": {
|
|
122789
|
-
"text": "
|
|
122605
|
+
"text": "T"
|
|
122790
122606
|
}
|
|
122791
122607
|
}
|
|
122792
122608
|
],
|
|
122793
|
-
"description": "
|
|
122609
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
122610
|
+
"inheritedFrom": {
|
|
122611
|
+
"name": "SbbFormAssociatedMixin",
|
|
122612
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122613
|
+
}
|
|
122794
122614
|
},
|
|
122795
122615
|
{
|
|
122796
122616
|
"kind": "method",
|
|
122797
|
-
"name": "
|
|
122798
|
-
"privacy": "
|
|
122617
|
+
"name": "validate",
|
|
122618
|
+
"privacy": "protected",
|
|
122619
|
+
"return": {
|
|
122620
|
+
"type": {
|
|
122621
|
+
"text": "void"
|
|
122622
|
+
}
|
|
122623
|
+
},
|
|
122624
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
122625
|
+
"inheritedFrom": {
|
|
122626
|
+
"name": "SbbFormAssociatedMixin",
|
|
122627
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122628
|
+
}
|
|
122629
|
+
},
|
|
122630
|
+
{
|
|
122631
|
+
"kind": "method",
|
|
122632
|
+
"name": "shouldValidate",
|
|
122633
|
+
"privacy": "protected",
|
|
122799
122634
|
"return": {
|
|
122800
122635
|
"type": {
|
|
122801
122636
|
"text": "boolean"
|
|
@@ -122803,49 +122638,135 @@
|
|
|
122803
122638
|
},
|
|
122804
122639
|
"parameters": [
|
|
122805
122640
|
{
|
|
122806
|
-
"name": "
|
|
122641
|
+
"name": "name",
|
|
122807
122642
|
"type": {
|
|
122808
|
-
"text": "
|
|
122643
|
+
"text": "PropertyKey | undefined"
|
|
122809
122644
|
}
|
|
122810
122645
|
}
|
|
122811
|
-
]
|
|
122646
|
+
],
|
|
122647
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
122648
|
+
"inheritedFrom": {
|
|
122649
|
+
"name": "SbbFormAssociatedMixin",
|
|
122650
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122651
|
+
}
|
|
122812
122652
|
},
|
|
122813
122653
|
{
|
|
122814
122654
|
"kind": "method",
|
|
122815
|
-
"name": "
|
|
122655
|
+
"name": "_setInternalValidity",
|
|
122816
122656
|
"privacy": "private",
|
|
122817
122657
|
"return": {
|
|
122818
122658
|
"type": {
|
|
122819
|
-
"text": "
|
|
122659
|
+
"text": "void"
|
|
122820
122660
|
}
|
|
122821
122661
|
},
|
|
122662
|
+
"inheritedFrom": {
|
|
122663
|
+
"name": "SbbFormAssociatedMixin",
|
|
122664
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122665
|
+
}
|
|
122666
|
+
},
|
|
122667
|
+
{
|
|
122668
|
+
"kind": "field",
|
|
122669
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
122670
|
+
"privacy": "private",
|
|
122671
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
122822
122672
|
"parameters": [
|
|
122823
122673
|
{
|
|
122824
|
-
"
|
|
122825
|
-
"
|
|
122826
|
-
"text": "HTMLElement"
|
|
122827
|
-
}
|
|
122674
|
+
"description": "The origin event.",
|
|
122675
|
+
"name": "event"
|
|
122828
122676
|
}
|
|
122829
|
-
]
|
|
122677
|
+
],
|
|
122678
|
+
"inheritedFrom": {
|
|
122679
|
+
"name": "SbbButtonLikeBaseElement",
|
|
122680
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122681
|
+
}
|
|
122830
122682
|
},
|
|
122831
122683
|
{
|
|
122832
|
-
"kind": "
|
|
122833
|
-
"name": "
|
|
122684
|
+
"kind": "field",
|
|
122685
|
+
"name": "_removeActiveMarker",
|
|
122686
|
+
"privacy": "private",
|
|
122687
|
+
"inheritedFrom": {
|
|
122688
|
+
"name": "SbbButtonLikeBaseElement",
|
|
122689
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122690
|
+
}
|
|
122691
|
+
},
|
|
122692
|
+
{
|
|
122693
|
+
"kind": "field",
|
|
122694
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
122695
|
+
"privacy": "private",
|
|
122696
|
+
"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.",
|
|
122697
|
+
"parameters": [
|
|
122698
|
+
{
|
|
122699
|
+
"description": "The origin event.",
|
|
122700
|
+
"name": "event"
|
|
122701
|
+
}
|
|
122702
|
+
],
|
|
122703
|
+
"inheritedFrom": {
|
|
122704
|
+
"name": "SbbButtonLikeBaseElement",
|
|
122705
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122706
|
+
}
|
|
122707
|
+
},
|
|
122708
|
+
{
|
|
122709
|
+
"kind": "field",
|
|
122710
|
+
"name": "_dispatchClickEvent",
|
|
122834
122711
|
"privacy": "private",
|
|
122712
|
+
"inheritedFrom": {
|
|
122713
|
+
"name": "SbbButtonLikeBaseElement",
|
|
122714
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122715
|
+
}
|
|
122716
|
+
},
|
|
122717
|
+
{
|
|
122718
|
+
"kind": "field",
|
|
122719
|
+
"name": "maybeDisabled",
|
|
122720
|
+
"type": {
|
|
122721
|
+
"text": "boolean | undefined"
|
|
122722
|
+
},
|
|
122723
|
+
"privacy": "protected",
|
|
122724
|
+
"readonly": true,
|
|
122725
|
+
"inheritedFrom": {
|
|
122726
|
+
"name": "SbbActionBaseElement",
|
|
122727
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122728
|
+
}
|
|
122729
|
+
},
|
|
122730
|
+
{
|
|
122731
|
+
"kind": "field",
|
|
122732
|
+
"name": "maybeDisabledInteractive",
|
|
122733
|
+
"type": {
|
|
122734
|
+
"text": "boolean | undefined"
|
|
122735
|
+
},
|
|
122736
|
+
"privacy": "protected",
|
|
122737
|
+
"readonly": true,
|
|
122738
|
+
"inheritedFrom": {
|
|
122739
|
+
"name": "SbbActionBaseElement",
|
|
122740
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122741
|
+
}
|
|
122742
|
+
},
|
|
122743
|
+
{
|
|
122744
|
+
"kind": "method",
|
|
122745
|
+
"name": "setupBaseEventHandlers",
|
|
122746
|
+
"privacy": "protected",
|
|
122835
122747
|
"return": {
|
|
122836
122748
|
"type": {
|
|
122837
122749
|
"text": "void"
|
|
122838
122750
|
}
|
|
122751
|
+
},
|
|
122752
|
+
"inheritedFrom": {
|
|
122753
|
+
"name": "SbbActionBaseElement",
|
|
122754
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122839
122755
|
}
|
|
122840
122756
|
},
|
|
122841
122757
|
{
|
|
122842
122758
|
"kind": "method",
|
|
122843
|
-
"name": "
|
|
122844
|
-
"privacy": "
|
|
122759
|
+
"name": "renderTemplate",
|
|
122760
|
+
"privacy": "protected",
|
|
122845
122761
|
"return": {
|
|
122846
122762
|
"type": {
|
|
122847
|
-
"text": "
|
|
122763
|
+
"text": "TemplateResult"
|
|
122848
122764
|
}
|
|
122765
|
+
},
|
|
122766
|
+
"description": "Override this method to render the component template.",
|
|
122767
|
+
"inheritedFrom": {
|
|
122768
|
+
"name": "SbbActionBaseElement",
|
|
122769
|
+
"module": "core/base-elements/action-base-element.js"
|
|
122849
122770
|
}
|
|
122850
122771
|
},
|
|
122851
122772
|
{
|
|
@@ -122954,30 +122875,109 @@
|
|
|
122954
122875
|
}
|
|
122955
122876
|
}
|
|
122956
122877
|
],
|
|
122957
|
-
"
|
|
122878
|
+
"mixins": [
|
|
122958
122879
|
{
|
|
122959
|
-
"name": "
|
|
122960
|
-
"
|
|
122961
|
-
|
|
122962
|
-
|
|
122963
|
-
"
|
|
122880
|
+
"name": "SbbIconNameMixin",
|
|
122881
|
+
"module": "icon.js"
|
|
122882
|
+
},
|
|
122883
|
+
{
|
|
122884
|
+
"name": "SbbDisabledMixin",
|
|
122885
|
+
"module": "core/mixins.js"
|
|
122964
122886
|
}
|
|
122965
122887
|
],
|
|
122966
122888
|
"superclass": {
|
|
122967
|
-
"name": "
|
|
122889
|
+
"name": "SbbButtonBaseElement",
|
|
122968
122890
|
"module": "core/base-elements.js"
|
|
122969
122891
|
},
|
|
122970
|
-
"tagName": "sbb-step",
|
|
122971
|
-
"customElement": true
|
|
122892
|
+
"tagName": "sbb-step-label",
|
|
122893
|
+
"customElement": true,
|
|
122894
|
+
"attributes": [
|
|
122895
|
+
{
|
|
122896
|
+
"name": "icon-name",
|
|
122897
|
+
"type": {
|
|
122898
|
+
"text": "string"
|
|
122899
|
+
},
|
|
122900
|
+
"default": "''",
|
|
122901
|
+
"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.",
|
|
122902
|
+
"fieldName": "iconName",
|
|
122903
|
+
"inheritedFrom": {
|
|
122904
|
+
"name": "SbbIconNameMixin",
|
|
122905
|
+
"module": "icon/icon-name-mixin.js"
|
|
122906
|
+
}
|
|
122907
|
+
},
|
|
122908
|
+
{
|
|
122909
|
+
"name": "disabled",
|
|
122910
|
+
"description": "Whether the component is disabled.",
|
|
122911
|
+
"default": "false",
|
|
122912
|
+
"type": {
|
|
122913
|
+
"text": "boolean"
|
|
122914
|
+
},
|
|
122915
|
+
"fieldName": "disabled",
|
|
122916
|
+
"inheritedFrom": {
|
|
122917
|
+
"name": "SbbDisabledMixin",
|
|
122918
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
122919
|
+
}
|
|
122920
|
+
},
|
|
122921
|
+
{
|
|
122922
|
+
"name": "value",
|
|
122923
|
+
"type": {
|
|
122924
|
+
"text": "string"
|
|
122925
|
+
},
|
|
122926
|
+
"default": "''",
|
|
122927
|
+
"description": "Value of the form element.",
|
|
122928
|
+
"fieldName": "value",
|
|
122929
|
+
"inheritedFrom": {
|
|
122930
|
+
"name": "SbbButtonBaseElement",
|
|
122931
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122932
|
+
}
|
|
122933
|
+
},
|
|
122934
|
+
{
|
|
122935
|
+
"name": "type",
|
|
122936
|
+
"description": "The type attribute to use for the button.",
|
|
122937
|
+
"default": "'button'",
|
|
122938
|
+
"type": {
|
|
122939
|
+
"text": "SbbButtonType"
|
|
122940
|
+
},
|
|
122941
|
+
"fieldName": "type",
|
|
122942
|
+
"inheritedFrom": {
|
|
122943
|
+
"name": "SbbButtonBaseElement",
|
|
122944
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122945
|
+
}
|
|
122946
|
+
},
|
|
122947
|
+
{
|
|
122948
|
+
"name": "form",
|
|
122949
|
+
"description": "The `<form>` element to associate the button with.",
|
|
122950
|
+
"type": {
|
|
122951
|
+
"text": "HTMLFormElement | null"
|
|
122952
|
+
},
|
|
122953
|
+
"fieldName": "form",
|
|
122954
|
+
"inheritedFrom": {
|
|
122955
|
+
"name": "SbbButtonBaseElement",
|
|
122956
|
+
"module": "core/base-elements/button-base-element.js"
|
|
122957
|
+
}
|
|
122958
|
+
},
|
|
122959
|
+
{
|
|
122960
|
+
"name": "name",
|
|
122961
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
122962
|
+
"type": {
|
|
122963
|
+
"text": "string"
|
|
122964
|
+
},
|
|
122965
|
+
"fieldName": "name",
|
|
122966
|
+
"inheritedFrom": {
|
|
122967
|
+
"name": "SbbFormAssociatedMixin",
|
|
122968
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
122969
|
+
}
|
|
122970
|
+
}
|
|
122971
|
+
]
|
|
122972
122972
|
}
|
|
122973
122973
|
],
|
|
122974
122974
|
"exports": [
|
|
122975
122975
|
{
|
|
122976
122976
|
"kind": "js",
|
|
122977
|
-
"name": "
|
|
122977
|
+
"name": "SbbStepLabelElement",
|
|
122978
122978
|
"declaration": {
|
|
122979
|
-
"name": "
|
|
122980
|
-
"module": "stepper/step/step.component.js"
|
|
122979
|
+
"name": "SbbStepLabelElement",
|
|
122980
|
+
"module": "stepper/step-label/step-label.component.js"
|
|
122981
122981
|
}
|
|
122982
122982
|
}
|
|
122983
122983
|
]
|