@sbb-esta/lyne-elements-dev 4.11.0-dev.1776937282 → 4.11.0-dev.1776940229
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/autocomplete/autocomplete-base-element.js +1 -1
- package/autocomplete/autocomplete.component.js +1 -1
- package/{autocomplete-base-element-DNoAdA1R.js → autocomplete-base-element-BQS5lHRU.js} +1 -1
- package/autocomplete.js +1 -1
- package/autocomplete.pure.js +1 -1
- package/custom-elements.json +1453 -1453
- package/development/autocomplete/autocomplete-base-element.d.ts.map +1 -1
- package/development/autocomplete/autocomplete-base-element.js +1 -1
- package/development/autocomplete/autocomplete.component.js +1 -1
- package/development/{autocomplete-base-element-BR5zqYyY.js → autocomplete-base-element-BGAFOzNh.js} +2 -2
- package/development/autocomplete.js +1 -1
- package/development/autocomplete.pure.js +1 -1
- package/development/option/option/option-base-element.d.ts.map +1 -1
- package/development/option/option/option-base-element.js +3 -1
- package/development/select/select.component.d.ts.map +1 -1
- package/development/select/select.component.js +1 -1
- package/development/{select.component-CkwuT_xi.js → select.component-CIGTdz2k.js} +3 -1
- package/development/select.js +1 -1
- package/development/select.pure.js +1 -1
- package/option/option/option-base-element.js +1 -1
- package/package.json +2 -2
- package/select/select.component.js +1 -1
- package/{select.component-ByO4itj5.js → select.component-DwPdjd7S.js} +1 -1
- package/select.js +1 -1
- package/select.pure.js +1 -1
package/custom-elements.json
CHANGED
|
@@ -87784,85 +87784,115 @@
|
|
|
87784
87784
|
},
|
|
87785
87785
|
{
|
|
87786
87786
|
"kind": "javascript-module",
|
|
87787
|
-
"path": "
|
|
87787
|
+
"path": "file-selector/common/file-selector-common.js",
|
|
87788
87788
|
"declarations": [
|
|
87789
|
+
{
|
|
87790
|
+
"kind": "variable",
|
|
87791
|
+
"name": "fileSelectorCommonStyle"
|
|
87792
|
+
},
|
|
87789
87793
|
{
|
|
87790
87794
|
"kind": "class",
|
|
87791
|
-
"description": "
|
|
87792
|
-
"name": "
|
|
87793
|
-
"
|
|
87795
|
+
"description": "",
|
|
87796
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
87797
|
+
"members": [
|
|
87794
87798
|
{
|
|
87795
|
-
"
|
|
87796
|
-
"name": ""
|
|
87799
|
+
"kind": "field",
|
|
87800
|
+
"name": "size",
|
|
87801
|
+
"type": {
|
|
87802
|
+
"text": "'s' | 'm'"
|
|
87803
|
+
},
|
|
87804
|
+
"privacy": "public"
|
|
87797
87805
|
},
|
|
87798
87806
|
{
|
|
87799
|
-
"
|
|
87800
|
-
"name": "
|
|
87801
|
-
|
|
87802
|
-
|
|
87803
|
-
|
|
87807
|
+
"kind": "field",
|
|
87808
|
+
"name": "multiple",
|
|
87809
|
+
"type": {
|
|
87810
|
+
"text": "boolean"
|
|
87811
|
+
},
|
|
87812
|
+
"privacy": "public"
|
|
87813
|
+
},
|
|
87804
87814
|
{
|
|
87805
87815
|
"kind": "field",
|
|
87806
|
-
"name": "
|
|
87816
|
+
"name": "multipleMode",
|
|
87817
|
+
"type": {
|
|
87818
|
+
"text": "'default' | 'persistent'"
|
|
87819
|
+
},
|
|
87820
|
+
"privacy": "public"
|
|
87821
|
+
},
|
|
87822
|
+
{
|
|
87823
|
+
"kind": "field",
|
|
87824
|
+
"name": "accept",
|
|
87807
87825
|
"type": {
|
|
87808
87826
|
"text": "string"
|
|
87809
87827
|
},
|
|
87810
|
-
"privacy": "public"
|
|
87811
|
-
|
|
87812
|
-
|
|
87813
|
-
"
|
|
87814
|
-
|
|
87815
|
-
|
|
87828
|
+
"privacy": "public"
|
|
87829
|
+
},
|
|
87830
|
+
{
|
|
87831
|
+
"kind": "field",
|
|
87832
|
+
"name": "accessibilityLabel",
|
|
87833
|
+
"type": {
|
|
87834
|
+
"text": "string"
|
|
87816
87835
|
},
|
|
87817
|
-
"
|
|
87836
|
+
"privacy": "public"
|
|
87818
87837
|
},
|
|
87819
87838
|
{
|
|
87820
87839
|
"kind": "field",
|
|
87821
|
-
"name": "
|
|
87822
|
-
"privacy": "public",
|
|
87823
|
-
"static": true,
|
|
87824
|
-
"readonly": true,
|
|
87825
|
-
"default": "{ toggleexpanded: 'toggleexpanded', }",
|
|
87840
|
+
"name": "files",
|
|
87826
87841
|
"type": {
|
|
87827
|
-
"text": "
|
|
87828
|
-
}
|
|
87842
|
+
"text": "Readonly<File>[]"
|
|
87843
|
+
},
|
|
87844
|
+
"privacy": "public"
|
|
87829
87845
|
},
|
|
87830
87846
|
{
|
|
87831
87847
|
"kind": "field",
|
|
87832
|
-
"name": "
|
|
87833
|
-
"
|
|
87834
|
-
|
|
87848
|
+
"name": "value",
|
|
87849
|
+
"type": {
|
|
87850
|
+
"text": "string | null"
|
|
87851
|
+
},
|
|
87852
|
+
"privacy": "public",
|
|
87853
|
+
"inheritedFrom": {
|
|
87854
|
+
"name": "SbbFormAssociatedMixin",
|
|
87855
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
87856
|
+
}
|
|
87835
87857
|
},
|
|
87836
87858
|
{
|
|
87837
87859
|
"kind": "field",
|
|
87838
|
-
"name": "
|
|
87860
|
+
"name": "loadButton",
|
|
87839
87861
|
"type": {
|
|
87840
|
-
"text": "
|
|
87862
|
+
"text": "SbbSecondaryButtonStaticElement"
|
|
87841
87863
|
},
|
|
87842
|
-
"privacy": "
|
|
87864
|
+
"privacy": "protected"
|
|
87843
87865
|
},
|
|
87844
87866
|
{
|
|
87845
87867
|
"kind": "field",
|
|
87846
|
-
"name": "
|
|
87868
|
+
"name": "language",
|
|
87847
87869
|
"type": {
|
|
87848
|
-
"text": "
|
|
87870
|
+
"text": "SbbLanguageController"
|
|
87849
87871
|
},
|
|
87850
|
-
"privacy": "
|
|
87872
|
+
"privacy": "protected"
|
|
87851
87873
|
},
|
|
87852
87874
|
{
|
|
87853
87875
|
"kind": "method",
|
|
87854
|
-
"name": "
|
|
87855
|
-
"privacy": "
|
|
87876
|
+
"name": "renderTemplate",
|
|
87877
|
+
"privacy": "protected",
|
|
87856
87878
|
"return": {
|
|
87857
87879
|
"type": {
|
|
87858
|
-
"text": "
|
|
87880
|
+
"text": "TemplateResult"
|
|
87859
87881
|
}
|
|
87860
|
-
}
|
|
87882
|
+
},
|
|
87883
|
+
"parameters": [
|
|
87884
|
+
{
|
|
87885
|
+
"name": "input",
|
|
87886
|
+
"type": {
|
|
87887
|
+
"text": "TemplateResult"
|
|
87888
|
+
}
|
|
87889
|
+
}
|
|
87890
|
+
]
|
|
87861
87891
|
},
|
|
87862
87892
|
{
|
|
87863
87893
|
"kind": "method",
|
|
87864
|
-
"name": "
|
|
87865
|
-
"privacy": "
|
|
87894
|
+
"name": "createFileList",
|
|
87895
|
+
"privacy": "protected",
|
|
87866
87896
|
"return": {
|
|
87867
87897
|
"type": {
|
|
87868
87898
|
"text": "void"
|
|
@@ -87870,54 +87900,56 @@
|
|
|
87870
87900
|
},
|
|
87871
87901
|
"parameters": [
|
|
87872
87902
|
{
|
|
87873
|
-
"name": "
|
|
87903
|
+
"name": "files",
|
|
87874
87904
|
"type": {
|
|
87875
|
-
"text": "
|
|
87905
|
+
"text": "FileList"
|
|
87876
87906
|
}
|
|
87877
87907
|
}
|
|
87878
87908
|
]
|
|
87879
87909
|
},
|
|
87880
87910
|
{
|
|
87881
87911
|
"kind": "method",
|
|
87882
|
-
"name": "
|
|
87883
|
-
"privacy": "
|
|
87912
|
+
"name": "getButtonLabel",
|
|
87913
|
+
"privacy": "protected",
|
|
87884
87914
|
"return": {
|
|
87885
87915
|
"type": {
|
|
87886
|
-
"text": "
|
|
87916
|
+
"text": "string"
|
|
87887
87917
|
}
|
|
87888
|
-
}
|
|
87889
|
-
"description": "The :state(icon) is used by the 'sbb-expansion-panel'.\nIt needs to be set before the"
|
|
87918
|
+
}
|
|
87890
87919
|
},
|
|
87891
87920
|
{
|
|
87892
87921
|
"kind": "method",
|
|
87893
|
-
"name": "
|
|
87894
|
-
"privacy": "
|
|
87922
|
+
"name": "formResetCallback",
|
|
87923
|
+
"privacy": "public",
|
|
87895
87924
|
"return": {
|
|
87896
87925
|
"type": {
|
|
87897
|
-
"text": "
|
|
87926
|
+
"text": "void"
|
|
87898
87927
|
}
|
|
87899
|
-
},
|
|
87900
|
-
"description": "Override this method to render the component template.",
|
|
87901
|
-
"inheritedFrom": {
|
|
87902
|
-
"name": "SbbActionBaseElement",
|
|
87903
|
-
"module": "core/base-elements/action-base-element.js"
|
|
87904
87928
|
}
|
|
87905
87929
|
},
|
|
87906
87930
|
{
|
|
87907
|
-
"kind": "
|
|
87908
|
-
"name": "
|
|
87909
|
-
"type": {
|
|
87910
|
-
"text": "boolean"
|
|
87911
|
-
},
|
|
87931
|
+
"kind": "method",
|
|
87932
|
+
"name": "formStateRestoreCallback",
|
|
87912
87933
|
"privacy": "public",
|
|
87913
|
-
"
|
|
87914
|
-
|
|
87915
|
-
|
|
87916
|
-
|
|
87917
|
-
|
|
87918
|
-
|
|
87919
|
-
|
|
87920
|
-
|
|
87934
|
+
"return": {
|
|
87935
|
+
"type": {
|
|
87936
|
+
"text": "void"
|
|
87937
|
+
}
|
|
87938
|
+
},
|
|
87939
|
+
"parameters": [
|
|
87940
|
+
{
|
|
87941
|
+
"name": "state",
|
|
87942
|
+
"type": {
|
|
87943
|
+
"text": "FormRestoreState | null"
|
|
87944
|
+
}
|
|
87945
|
+
},
|
|
87946
|
+
{
|
|
87947
|
+
"name": "reason",
|
|
87948
|
+
"type": {
|
|
87949
|
+
"text": "FormRestoreReason"
|
|
87950
|
+
}
|
|
87951
|
+
}
|
|
87952
|
+
]
|
|
87921
87953
|
},
|
|
87922
87954
|
{
|
|
87923
87955
|
"kind": "field",
|
|
@@ -87965,226 +87997,63 @@
|
|
|
87965
87997
|
},
|
|
87966
87998
|
{
|
|
87967
87999
|
"kind": "field",
|
|
87968
|
-
"name": "
|
|
88000
|
+
"name": "formAssociated",
|
|
87969
88001
|
"type": {
|
|
87970
|
-
"text": "
|
|
88002
|
+
"text": "boolean"
|
|
87971
88003
|
},
|
|
87972
88004
|
"privacy": "public",
|
|
87973
|
-
"
|
|
87974
|
-
"
|
|
87975
|
-
"attribute": "icon-name",
|
|
87976
|
-
"inheritedFrom": {
|
|
87977
|
-
"name": "SbbIconNameMixin",
|
|
87978
|
-
"module": "icon/icon-name-mixin.js"
|
|
87979
|
-
}
|
|
87980
|
-
},
|
|
87981
|
-
{
|
|
87982
|
-
"kind": "method",
|
|
87983
|
-
"name": "renderIconSlot",
|
|
87984
|
-
"privacy": "protected",
|
|
87985
|
-
"return": {
|
|
87986
|
-
"type": {
|
|
87987
|
-
"text": "TemplateResult"
|
|
87988
|
-
}
|
|
87989
|
-
},
|
|
87990
|
-
"parameters": [
|
|
87991
|
-
{
|
|
87992
|
-
"name": "classname",
|
|
87993
|
-
"optional": true,
|
|
87994
|
-
"type": {
|
|
87995
|
-
"text": "string"
|
|
87996
|
-
}
|
|
87997
|
-
}
|
|
87998
|
-
],
|
|
88005
|
+
"static": true,
|
|
88006
|
+
"default": "true",
|
|
87999
88007
|
"inheritedFrom": {
|
|
88000
|
-
"name": "
|
|
88001
|
-
"module": "
|
|
88008
|
+
"name": "SbbFormAssociatedMixin",
|
|
88009
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88002
88010
|
}
|
|
88003
88011
|
},
|
|
88004
88012
|
{
|
|
88005
|
-
"kind": "
|
|
88006
|
-
"name": "
|
|
88007
|
-
"
|
|
88008
|
-
|
|
88009
|
-
"type": {
|
|
88010
|
-
"text": "string"
|
|
88011
|
-
}
|
|
88013
|
+
"kind": "field",
|
|
88014
|
+
"name": "form",
|
|
88015
|
+
"type": {
|
|
88016
|
+
"text": "HTMLFormElement | null"
|
|
88012
88017
|
},
|
|
88018
|
+
"privacy": "public",
|
|
88019
|
+
"description": "Returns the form owner of this element.",
|
|
88020
|
+
"readonly": true,
|
|
88013
88021
|
"inheritedFrom": {
|
|
88014
|
-
"name": "
|
|
88015
|
-
"module": "
|
|
88022
|
+
"name": "SbbFormAssociatedMixin",
|
|
88023
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88016
88024
|
}
|
|
88017
88025
|
},
|
|
88018
88026
|
{
|
|
88019
|
-
"kind": "
|
|
88020
|
-
"name": "
|
|
88021
|
-
"privacy": "
|
|
88022
|
-
"
|
|
88023
|
-
|
|
88024
|
-
|
|
88025
|
-
}
|
|
88027
|
+
"kind": "field",
|
|
88028
|
+
"name": "name",
|
|
88029
|
+
"privacy": "public",
|
|
88030
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
88031
|
+
"type": {
|
|
88032
|
+
"text": "string"
|
|
88026
88033
|
},
|
|
88034
|
+
"attribute": "name",
|
|
88027
88035
|
"inheritedFrom": {
|
|
88028
|
-
"name": "
|
|
88029
|
-
"module": "
|
|
88036
|
+
"name": "SbbFormAssociatedMixin",
|
|
88037
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88030
88038
|
}
|
|
88031
88039
|
},
|
|
88032
88040
|
{
|
|
88033
88041
|
"kind": "field",
|
|
88034
|
-
"name": "
|
|
88042
|
+
"name": "validity",
|
|
88035
88043
|
"type": {
|
|
88036
|
-
"text": "
|
|
88044
|
+
"text": "ValidityState"
|
|
88037
88045
|
},
|
|
88038
|
-
"privacy": "
|
|
88046
|
+
"privacy": "public",
|
|
88047
|
+
"description": "Returns the ValidityState object for this element.",
|
|
88039
88048
|
"readonly": true,
|
|
88040
|
-
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
88041
88049
|
"inheritedFrom": {
|
|
88042
|
-
"name": "
|
|
88043
|
-
"module": "core/
|
|
88050
|
+
"name": "SbbFormAssociatedMixin",
|
|
88051
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88044
88052
|
}
|
|
88045
88053
|
},
|
|
88046
88054
|
{
|
|
88047
88055
|
"kind": "field",
|
|
88048
|
-
"name": "
|
|
88049
|
-
"type": {
|
|
88050
|
-
"text": "string"
|
|
88051
|
-
},
|
|
88052
|
-
"privacy": "public",
|
|
88053
|
-
"inheritedFrom": {
|
|
88054
|
-
"name": "SbbButtonBaseElement",
|
|
88055
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88056
|
-
},
|
|
88057
|
-
"default": "''",
|
|
88058
|
-
"description": "Value of the form element.",
|
|
88059
|
-
"attribute": "value"
|
|
88060
|
-
},
|
|
88061
|
-
{
|
|
88062
|
-
"kind": "field",
|
|
88063
|
-
"name": "type",
|
|
88064
|
-
"privacy": "public",
|
|
88065
|
-
"description": "The type attribute to use for the button.",
|
|
88066
|
-
"default": "'button'",
|
|
88067
|
-
"type": {
|
|
88068
|
-
"text": "SbbButtonType"
|
|
88069
|
-
},
|
|
88070
|
-
"attribute": "type",
|
|
88071
|
-
"inheritedFrom": {
|
|
88072
|
-
"name": "SbbButtonBaseElement",
|
|
88073
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88074
|
-
}
|
|
88075
|
-
},
|
|
88076
|
-
{
|
|
88077
|
-
"kind": "field",
|
|
88078
|
-
"name": "form",
|
|
88079
|
-
"type": {
|
|
88080
|
-
"text": "HTMLFormElement | null"
|
|
88081
|
-
},
|
|
88082
|
-
"privacy": "public",
|
|
88083
|
-
"description": "The `<form>` element to associate the button with.",
|
|
88084
|
-
"inheritedFrom": {
|
|
88085
|
-
"name": "SbbButtonBaseElement",
|
|
88086
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88087
|
-
},
|
|
88088
|
-
"attribute": "form"
|
|
88089
|
-
},
|
|
88090
|
-
{
|
|
88091
|
-
"kind": "field",
|
|
88092
|
-
"name": "_formId",
|
|
88093
|
-
"type": {
|
|
88094
|
-
"text": "string"
|
|
88095
|
-
},
|
|
88096
|
-
"privacy": "private",
|
|
88097
|
-
"default": "''",
|
|
88098
|
-
"inheritedFrom": {
|
|
88099
|
-
"name": "SbbButtonBaseElement",
|
|
88100
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88101
|
-
}
|
|
88102
|
-
},
|
|
88103
|
-
{
|
|
88104
|
-
"kind": "field",
|
|
88105
|
-
"name": "_handleButtonClick",
|
|
88106
|
-
"privacy": "private",
|
|
88107
|
-
"inheritedFrom": {
|
|
88108
|
-
"name": "SbbButtonBaseElement",
|
|
88109
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88110
|
-
}
|
|
88111
|
-
},
|
|
88112
|
-
{
|
|
88113
|
-
"kind": "method",
|
|
88114
|
-
"name": "_requestSubmit",
|
|
88115
|
-
"privacy": "private",
|
|
88116
|
-
"return": {
|
|
88117
|
-
"type": {
|
|
88118
|
-
"text": "void"
|
|
88119
|
-
}
|
|
88120
|
-
},
|
|
88121
|
-
"parameters": [
|
|
88122
|
-
{
|
|
88123
|
-
"name": "form",
|
|
88124
|
-
"type": {
|
|
88125
|
-
"text": "HTMLFormElement"
|
|
88126
|
-
}
|
|
88127
|
-
}
|
|
88128
|
-
],
|
|
88129
|
-
"inheritedFrom": {
|
|
88130
|
-
"name": "SbbButtonBaseElement",
|
|
88131
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88132
|
-
}
|
|
88133
|
-
},
|
|
88134
|
-
{
|
|
88135
|
-
"kind": "field",
|
|
88136
|
-
"name": "_formKeyDown",
|
|
88137
|
-
"privacy": "private",
|
|
88138
|
-
"inheritedFrom": {
|
|
88139
|
-
"name": "SbbButtonBaseElement",
|
|
88140
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88141
|
-
}
|
|
88142
|
-
},
|
|
88143
|
-
{
|
|
88144
|
-
"kind": "field",
|
|
88145
|
-
"name": "formAssociated",
|
|
88146
|
-
"type": {
|
|
88147
|
-
"text": "boolean"
|
|
88148
|
-
},
|
|
88149
|
-
"privacy": "public",
|
|
88150
|
-
"static": true,
|
|
88151
|
-
"default": "true",
|
|
88152
|
-
"inheritedFrom": {
|
|
88153
|
-
"name": "SbbFormAssociatedMixin",
|
|
88154
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
88155
|
-
}
|
|
88156
|
-
},
|
|
88157
|
-
{
|
|
88158
|
-
"kind": "field",
|
|
88159
|
-
"name": "name",
|
|
88160
|
-
"privacy": "public",
|
|
88161
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
88162
|
-
"type": {
|
|
88163
|
-
"text": "string"
|
|
88164
|
-
},
|
|
88165
|
-
"attribute": "name",
|
|
88166
|
-
"inheritedFrom": {
|
|
88167
|
-
"name": "SbbFormAssociatedMixin",
|
|
88168
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
88169
|
-
}
|
|
88170
|
-
},
|
|
88171
|
-
{
|
|
88172
|
-
"kind": "field",
|
|
88173
|
-
"name": "validity",
|
|
88174
|
-
"type": {
|
|
88175
|
-
"text": "ValidityState"
|
|
88176
|
-
},
|
|
88177
|
-
"privacy": "public",
|
|
88178
|
-
"description": "Returns the ValidityState object for this element.",
|
|
88179
|
-
"readonly": true,
|
|
88180
|
-
"inheritedFrom": {
|
|
88181
|
-
"name": "SbbFormAssociatedMixin",
|
|
88182
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
88183
|
-
}
|
|
88184
|
-
},
|
|
88185
|
-
{
|
|
88186
|
-
"kind": "field",
|
|
88187
|
-
"name": "validationMessage",
|
|
88056
|
+
"name": "validationMessage",
|
|
88188
88057
|
"type": {
|
|
88189
88058
|
"text": "string"
|
|
88190
88059
|
},
|
|
@@ -88441,111 +88310,6 @@
|
|
|
88441
88310
|
"module": "core/mixins/form-associated-mixin.js"
|
|
88442
88311
|
}
|
|
88443
88312
|
},
|
|
88444
|
-
{
|
|
88445
|
-
"kind": "field",
|
|
88446
|
-
"name": "role",
|
|
88447
|
-
"type": {
|
|
88448
|
-
"text": "ElementInternals['role']"
|
|
88449
|
-
},
|
|
88450
|
-
"privacy": "public",
|
|
88451
|
-
"static": true,
|
|
88452
|
-
"readonly": true,
|
|
88453
|
-
"default": "'button'",
|
|
88454
|
-
"inheritedFrom": {
|
|
88455
|
-
"name": "SbbButtonLikeBaseElement",
|
|
88456
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88457
|
-
}
|
|
88458
|
-
},
|
|
88459
|
-
{
|
|
88460
|
-
"kind": "field",
|
|
88461
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
88462
|
-
"privacy": "private",
|
|
88463
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
88464
|
-
"parameters": [
|
|
88465
|
-
{
|
|
88466
|
-
"description": "The origin event.",
|
|
88467
|
-
"name": "event"
|
|
88468
|
-
}
|
|
88469
|
-
],
|
|
88470
|
-
"inheritedFrom": {
|
|
88471
|
-
"name": "SbbButtonLikeBaseElement",
|
|
88472
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88473
|
-
}
|
|
88474
|
-
},
|
|
88475
|
-
{
|
|
88476
|
-
"kind": "field",
|
|
88477
|
-
"name": "_removeActiveMarker",
|
|
88478
|
-
"privacy": "private",
|
|
88479
|
-
"inheritedFrom": {
|
|
88480
|
-
"name": "SbbButtonLikeBaseElement",
|
|
88481
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88482
|
-
}
|
|
88483
|
-
},
|
|
88484
|
-
{
|
|
88485
|
-
"kind": "field",
|
|
88486
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
88487
|
-
"privacy": "private",
|
|
88488
|
-
"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.",
|
|
88489
|
-
"parameters": [
|
|
88490
|
-
{
|
|
88491
|
-
"description": "The origin event.",
|
|
88492
|
-
"name": "event"
|
|
88493
|
-
}
|
|
88494
|
-
],
|
|
88495
|
-
"inheritedFrom": {
|
|
88496
|
-
"name": "SbbButtonLikeBaseElement",
|
|
88497
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88498
|
-
}
|
|
88499
|
-
},
|
|
88500
|
-
{
|
|
88501
|
-
"kind": "field",
|
|
88502
|
-
"name": "_dispatchClickEvent",
|
|
88503
|
-
"privacy": "private",
|
|
88504
|
-
"inheritedFrom": {
|
|
88505
|
-
"name": "SbbButtonLikeBaseElement",
|
|
88506
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88507
|
-
}
|
|
88508
|
-
},
|
|
88509
|
-
{
|
|
88510
|
-
"kind": "field",
|
|
88511
|
-
"name": "maybeDisabled",
|
|
88512
|
-
"type": {
|
|
88513
|
-
"text": "boolean | undefined"
|
|
88514
|
-
},
|
|
88515
|
-
"privacy": "protected",
|
|
88516
|
-
"readonly": true,
|
|
88517
|
-
"inheritedFrom": {
|
|
88518
|
-
"name": "SbbActionBaseElement",
|
|
88519
|
-
"module": "core/base-elements/action-base-element.js"
|
|
88520
|
-
}
|
|
88521
|
-
},
|
|
88522
|
-
{
|
|
88523
|
-
"kind": "field",
|
|
88524
|
-
"name": "maybeDisabledInteractive",
|
|
88525
|
-
"type": {
|
|
88526
|
-
"text": "boolean | undefined"
|
|
88527
|
-
},
|
|
88528
|
-
"privacy": "protected",
|
|
88529
|
-
"readonly": true,
|
|
88530
|
-
"inheritedFrom": {
|
|
88531
|
-
"name": "SbbActionBaseElement",
|
|
88532
|
-
"module": "core/base-elements/action-base-element.js"
|
|
88533
|
-
}
|
|
88534
|
-
},
|
|
88535
|
-
{
|
|
88536
|
-
"kind": "method",
|
|
88537
|
-
"name": "setupBaseEventHandlers",
|
|
88538
|
-
"privacy": "protected",
|
|
88539
|
-
"return": {
|
|
88540
|
-
"type": {
|
|
88541
|
-
"text": "void"
|
|
88542
|
-
}
|
|
88543
|
-
},
|
|
88544
|
-
"inheritedFrom": {
|
|
88545
|
-
"name": "SbbActionBaseElement",
|
|
88546
|
-
"module": "core/base-elements/action-base-element.js"
|
|
88547
|
-
}
|
|
88548
|
-
},
|
|
88549
88313
|
{
|
|
88550
88314
|
"kind": "field",
|
|
88551
88315
|
"name": "_hydrationRequired",
|
|
@@ -88641,56 +88405,46 @@
|
|
|
88641
88405
|
},
|
|
88642
88406
|
{
|
|
88643
88407
|
"kind": "field",
|
|
88644
|
-
"name": "
|
|
88408
|
+
"name": "elementName",
|
|
88645
88409
|
"type": {
|
|
88646
|
-
"text": "
|
|
88410
|
+
"text": "string"
|
|
88647
88411
|
},
|
|
88648
|
-
"privacy": "
|
|
88412
|
+
"privacy": "public",
|
|
88413
|
+
"static": true,
|
|
88414
|
+
"readonly": true,
|
|
88649
88415
|
"inheritedFrom": {
|
|
88650
88416
|
"name": "SbbElement",
|
|
88651
88417
|
"module": "core/base-elements/element.js"
|
|
88652
88418
|
}
|
|
88653
|
-
}
|
|
88654
|
-
],
|
|
88655
|
-
"events": [
|
|
88419
|
+
},
|
|
88656
88420
|
{
|
|
88657
|
-
"
|
|
88421
|
+
"kind": "field",
|
|
88422
|
+
"name": "_controllers",
|
|
88658
88423
|
"type": {
|
|
88659
|
-
"text": "
|
|
88424
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
88660
88425
|
},
|
|
88661
|
-
"
|
|
88426
|
+
"privacy": "private",
|
|
88427
|
+
"inheritedFrom": {
|
|
88428
|
+
"name": "SbbElement",
|
|
88429
|
+
"module": "core/base-elements/element.js"
|
|
88430
|
+
}
|
|
88662
88431
|
}
|
|
88663
88432
|
],
|
|
88664
88433
|
"mixins": [
|
|
88665
88434
|
{
|
|
88666
|
-
"name": "
|
|
88435
|
+
"name": "SbbDisabledMixin",
|
|
88667
88436
|
"module": "core/mixins.js"
|
|
88668
88437
|
},
|
|
88669
88438
|
{
|
|
88670
|
-
"name": "
|
|
88671
|
-
"module": "
|
|
88439
|
+
"name": "SbbFormAssociatedMixin",
|
|
88440
|
+
"module": "core/mixins.js"
|
|
88672
88441
|
}
|
|
88673
88442
|
],
|
|
88674
88443
|
"superclass": {
|
|
88675
|
-
"name": "
|
|
88444
|
+
"name": "SbbElement",
|
|
88676
88445
|
"module": "core/base-elements.js"
|
|
88677
88446
|
},
|
|
88678
|
-
"tagName": "sbb-expansion-panel-header",
|
|
88679
|
-
"customElement": true,
|
|
88680
88447
|
"attributes": [
|
|
88681
|
-
{
|
|
88682
|
-
"name": "disabled-interactive",
|
|
88683
|
-
"type": {
|
|
88684
|
-
"text": "boolean"
|
|
88685
|
-
},
|
|
88686
|
-
"default": "false",
|
|
88687
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
88688
|
-
"fieldName": "disabledInteractive",
|
|
88689
|
-
"inheritedFrom": {
|
|
88690
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
88691
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
88692
|
-
}
|
|
88693
|
-
},
|
|
88694
88448
|
{
|
|
88695
88449
|
"name": "disabled",
|
|
88696
88450
|
"description": "Whether the component is disabled.",
|
|
@@ -88704,57 +88458,6 @@
|
|
|
88704
88458
|
"module": "core/mixins/disabled-mixin.js"
|
|
88705
88459
|
}
|
|
88706
88460
|
},
|
|
88707
|
-
{
|
|
88708
|
-
"name": "icon-name",
|
|
88709
|
-
"type": {
|
|
88710
|
-
"text": "string"
|
|
88711
|
-
},
|
|
88712
|
-
"default": "''",
|
|
88713
|
-
"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.",
|
|
88714
|
-
"fieldName": "iconName",
|
|
88715
|
-
"inheritedFrom": {
|
|
88716
|
-
"name": "SbbIconNameMixin",
|
|
88717
|
-
"module": "icon/icon-name-mixin.js"
|
|
88718
|
-
}
|
|
88719
|
-
},
|
|
88720
|
-
{
|
|
88721
|
-
"name": "value",
|
|
88722
|
-
"type": {
|
|
88723
|
-
"text": "string"
|
|
88724
|
-
},
|
|
88725
|
-
"default": "''",
|
|
88726
|
-
"description": "Value of the form element.",
|
|
88727
|
-
"fieldName": "value",
|
|
88728
|
-
"inheritedFrom": {
|
|
88729
|
-
"name": "SbbButtonBaseElement",
|
|
88730
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88731
|
-
}
|
|
88732
|
-
},
|
|
88733
|
-
{
|
|
88734
|
-
"name": "type",
|
|
88735
|
-
"description": "The type attribute to use for the button.",
|
|
88736
|
-
"default": "'button'",
|
|
88737
|
-
"type": {
|
|
88738
|
-
"text": "SbbButtonType"
|
|
88739
|
-
},
|
|
88740
|
-
"fieldName": "type",
|
|
88741
|
-
"inheritedFrom": {
|
|
88742
|
-
"name": "SbbButtonBaseElement",
|
|
88743
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88744
|
-
}
|
|
88745
|
-
},
|
|
88746
|
-
{
|
|
88747
|
-
"name": "form",
|
|
88748
|
-
"description": "The `<form>` element to associate the button with.",
|
|
88749
|
-
"type": {
|
|
88750
|
-
"text": "HTMLFormElement | null"
|
|
88751
|
-
},
|
|
88752
|
-
"fieldName": "form",
|
|
88753
|
-
"inheritedFrom": {
|
|
88754
|
-
"name": "SbbButtonBaseElement",
|
|
88755
|
-
"module": "core/base-elements/button-base-element.js"
|
|
88756
|
-
}
|
|
88757
|
-
},
|
|
88758
88461
|
{
|
|
88759
88462
|
"name": "name",
|
|
88760
88463
|
"description": "Name of the form element. Will be read from name attribute.",
|
|
@@ -88768,39 +88471,34 @@
|
|
|
88768
88471
|
}
|
|
88769
88472
|
}
|
|
88770
88473
|
]
|
|
88771
|
-
}
|
|
88772
|
-
],
|
|
88773
|
-
"exports": [
|
|
88774
|
-
{
|
|
88775
|
-
"kind": "js",
|
|
88776
|
-
"name": "SbbExpansionPanelHeaderElement",
|
|
88777
|
-
"declaration": {
|
|
88778
|
-
"name": "SbbExpansionPanelHeaderElement",
|
|
88779
|
-
"module": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js"
|
|
88780
|
-
}
|
|
88781
|
-
}
|
|
88782
|
-
]
|
|
88783
|
-
},
|
|
88784
|
-
{
|
|
88785
|
-
"kind": "javascript-module",
|
|
88786
|
-
"path": "file-selector/common/file-selector-common.js",
|
|
88787
|
-
"declarations": [
|
|
88788
|
-
{
|
|
88789
|
-
"kind": "variable",
|
|
88790
|
-
"name": "fileSelectorCommonStyle"
|
|
88791
88474
|
},
|
|
88792
88475
|
{
|
|
88793
|
-
"kind": "
|
|
88476
|
+
"kind": "mixin",
|
|
88794
88477
|
"description": "",
|
|
88795
|
-
"name": "
|
|
88478
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
88796
88479
|
"members": [
|
|
88480
|
+
{
|
|
88481
|
+
"kind": "field",
|
|
88482
|
+
"name": "events",
|
|
88483
|
+
"privacy": "public",
|
|
88484
|
+
"static": true,
|
|
88485
|
+
"readonly": true,
|
|
88486
|
+
"default": "{ filechanged: 'filechanged', }",
|
|
88487
|
+
"type": {
|
|
88488
|
+
"text": "{\n filechanged: 'filechanged',\n }"
|
|
88489
|
+
}
|
|
88490
|
+
},
|
|
88797
88491
|
{
|
|
88798
88492
|
"kind": "field",
|
|
88799
88493
|
"name": "size",
|
|
88800
88494
|
"type": {
|
|
88801
88495
|
"text": "'s' | 'm'"
|
|
88802
88496
|
},
|
|
88803
|
-
"privacy": "public"
|
|
88497
|
+
"privacy": "public",
|
|
88498
|
+
"description": "Size variant, either s or m.",
|
|
88499
|
+
"default": "'m' / 's' (lean)",
|
|
88500
|
+
"attribute": "size",
|
|
88501
|
+
"reflects": true
|
|
88804
88502
|
},
|
|
88805
88503
|
{
|
|
88806
88504
|
"kind": "field",
|
|
@@ -88808,7 +88506,10 @@
|
|
|
88808
88506
|
"type": {
|
|
88809
88507
|
"text": "boolean"
|
|
88810
88508
|
},
|
|
88811
|
-
"privacy": "public"
|
|
88509
|
+
"privacy": "public",
|
|
88510
|
+
"default": "false",
|
|
88511
|
+
"description": "Whether more than one file can be selected.",
|
|
88512
|
+
"attribute": "multiple"
|
|
88812
88513
|
},
|
|
88813
88514
|
{
|
|
88814
88515
|
"kind": "field",
|
|
@@ -88816,7 +88517,10 @@
|
|
|
88816
88517
|
"type": {
|
|
88817
88518
|
"text": "'default' | 'persistent'"
|
|
88818
88519
|
},
|
|
88819
|
-
"privacy": "public"
|
|
88520
|
+
"privacy": "public",
|
|
88521
|
+
"default": "'default'",
|
|
88522
|
+
"description": "Whether the newly added files should override the previously added ones.",
|
|
88523
|
+
"attribute": "multiple-mode"
|
|
88820
88524
|
},
|
|
88821
88525
|
{
|
|
88822
88526
|
"kind": "field",
|
|
@@ -88824,7 +88528,10 @@
|
|
|
88824
88528
|
"type": {
|
|
88825
88529
|
"text": "string"
|
|
88826
88530
|
},
|
|
88827
|
-
"privacy": "public"
|
|
88531
|
+
"privacy": "public",
|
|
88532
|
+
"default": "''",
|
|
88533
|
+
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
88534
|
+
"attribute": "accept"
|
|
88828
88535
|
},
|
|
88829
88536
|
{
|
|
88830
88537
|
"kind": "field",
|
|
@@ -88832,27 +88539,77 @@
|
|
|
88832
88539
|
"type": {
|
|
88833
88540
|
"text": "string"
|
|
88834
88541
|
},
|
|
88835
|
-
"privacy": "public"
|
|
88542
|
+
"privacy": "public",
|
|
88543
|
+
"default": "''",
|
|
88544
|
+
"description": "This will be forwarded as aria-label to the native input element.",
|
|
88545
|
+
"attribute": "accessibility-label"
|
|
88546
|
+
},
|
|
88547
|
+
{
|
|
88548
|
+
"kind": "field",
|
|
88549
|
+
"name": "value",
|
|
88550
|
+
"type": {
|
|
88551
|
+
"text": "string | null"
|
|
88552
|
+
},
|
|
88553
|
+
"privacy": "public",
|
|
88554
|
+
"description": "The path of the first selected file. Empty string ('') if no file is selected",
|
|
88555
|
+
"inheritedFrom": {
|
|
88556
|
+
"name": "SbbFormAssociatedMixin",
|
|
88557
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
88558
|
+
}
|
|
88836
88559
|
},
|
|
88837
88560
|
{
|
|
88838
88561
|
"kind": "field",
|
|
88839
88562
|
"name": "files",
|
|
88563
|
+
"privacy": "public",
|
|
88564
|
+
"description": "The list of selected files.",
|
|
88565
|
+
"type": {
|
|
88566
|
+
"text": "Readonly<File>[]"
|
|
88567
|
+
}
|
|
88568
|
+
},
|
|
88569
|
+
{
|
|
88570
|
+
"kind": "field",
|
|
88571
|
+
"name": "_files",
|
|
88840
88572
|
"type": {
|
|
88841
88573
|
"text": "Readonly<File>[]"
|
|
88842
88574
|
},
|
|
88843
|
-
"privacy": "
|
|
88575
|
+
"privacy": "private",
|
|
88576
|
+
"default": "[]"
|
|
88844
88577
|
},
|
|
88845
88578
|
{
|
|
88846
88579
|
"kind": "field",
|
|
88847
|
-
"name": "
|
|
88580
|
+
"name": "type",
|
|
88848
88581
|
"type": {
|
|
88849
|
-
"text": "string
|
|
88582
|
+
"text": "string"
|
|
88850
88583
|
},
|
|
88851
88584
|
"privacy": "public",
|
|
88852
|
-
"
|
|
88853
|
-
|
|
88854
|
-
|
|
88855
|
-
|
|
88585
|
+
"description": "Form type of element.",
|
|
88586
|
+
"default": "'file'",
|
|
88587
|
+
"readonly": true
|
|
88588
|
+
},
|
|
88589
|
+
{
|
|
88590
|
+
"kind": "field",
|
|
88591
|
+
"name": "_hiddenInput",
|
|
88592
|
+
"type": {
|
|
88593
|
+
"text": "HTMLInputElement"
|
|
88594
|
+
},
|
|
88595
|
+
"privacy": "private"
|
|
88596
|
+
},
|
|
88597
|
+
{
|
|
88598
|
+
"kind": "field",
|
|
88599
|
+
"name": "_suffixes",
|
|
88600
|
+
"type": {
|
|
88601
|
+
"text": "string[]"
|
|
88602
|
+
},
|
|
88603
|
+
"privacy": "private",
|
|
88604
|
+
"default": "['B', 'kB', 'MB', 'GB', 'TB']"
|
|
88605
|
+
},
|
|
88606
|
+
{
|
|
88607
|
+
"kind": "field",
|
|
88608
|
+
"name": "_liveRegion",
|
|
88609
|
+
"type": {
|
|
88610
|
+
"text": "HTMLParagraphElement"
|
|
88611
|
+
},
|
|
88612
|
+
"privacy": "private"
|
|
88856
88613
|
},
|
|
88857
88614
|
{
|
|
88858
88615
|
"kind": "field",
|
|
@@ -88865,10 +88622,25 @@
|
|
|
88865
88622
|
{
|
|
88866
88623
|
"kind": "field",
|
|
88867
88624
|
"name": "language",
|
|
88625
|
+
"privacy": "protected",
|
|
88626
|
+
"default": "new SbbLanguageController(this)"
|
|
88627
|
+
},
|
|
88628
|
+
{
|
|
88629
|
+
"kind": "field",
|
|
88630
|
+
"name": "_counter",
|
|
88868
88631
|
"type": {
|
|
88869
|
-
"text": "
|
|
88632
|
+
"text": "number"
|
|
88870
88633
|
},
|
|
88871
|
-
"privacy": "
|
|
88634
|
+
"privacy": "private",
|
|
88635
|
+
"default": "0"
|
|
88636
|
+
},
|
|
88637
|
+
{
|
|
88638
|
+
"kind": "field",
|
|
88639
|
+
"name": "_dragTarget",
|
|
88640
|
+
"type": {
|
|
88641
|
+
"text": "HTMLElement | undefined"
|
|
88642
|
+
},
|
|
88643
|
+
"privacy": "private"
|
|
88872
88644
|
},
|
|
88873
88645
|
{
|
|
88874
88646
|
"kind": "method",
|
|
@@ -88888,34 +88660,6 @@
|
|
|
88888
88660
|
}
|
|
88889
88661
|
]
|
|
88890
88662
|
},
|
|
88891
|
-
{
|
|
88892
|
-
"kind": "method",
|
|
88893
|
-
"name": "createFileList",
|
|
88894
|
-
"privacy": "protected",
|
|
88895
|
-
"return": {
|
|
88896
|
-
"type": {
|
|
88897
|
-
"text": "void"
|
|
88898
|
-
}
|
|
88899
|
-
},
|
|
88900
|
-
"parameters": [
|
|
88901
|
-
{
|
|
88902
|
-
"name": "files",
|
|
88903
|
-
"type": {
|
|
88904
|
-
"text": "FileList"
|
|
88905
|
-
}
|
|
88906
|
-
}
|
|
88907
|
-
]
|
|
88908
|
-
},
|
|
88909
|
-
{
|
|
88910
|
-
"kind": "method",
|
|
88911
|
-
"name": "getButtonLabel",
|
|
88912
|
-
"privacy": "protected",
|
|
88913
|
-
"return": {
|
|
88914
|
-
"type": {
|
|
88915
|
-
"text": "string"
|
|
88916
|
-
}
|
|
88917
|
-
}
|
|
88918
|
-
},
|
|
88919
88663
|
{
|
|
88920
88664
|
"kind": "method",
|
|
88921
88665
|
"name": "formResetCallback",
|
|
@@ -88943,199 +88687,95 @@
|
|
|
88943
88687
|
}
|
|
88944
88688
|
},
|
|
88945
88689
|
{
|
|
88946
|
-
"name": "
|
|
88947
|
-
"
|
|
88690
|
+
"name": "_reason",
|
|
88691
|
+
"optional": true,
|
|
88692
|
+
"type": {
|
|
88948
88693
|
"text": "FormRestoreReason"
|
|
88949
88694
|
}
|
|
88950
88695
|
}
|
|
88951
88696
|
]
|
|
88952
88697
|
},
|
|
88953
|
-
{
|
|
88954
|
-
"kind": "field",
|
|
88955
|
-
"name": "disabled",
|
|
88956
|
-
"privacy": "public",
|
|
88957
|
-
"description": "Whether the component is disabled.",
|
|
88958
|
-
"default": "false",
|
|
88959
|
-
"type": {
|
|
88960
|
-
"text": "boolean"
|
|
88961
|
-
},
|
|
88962
|
-
"attribute": "disabled",
|
|
88963
|
-
"reflects": true,
|
|
88964
|
-
"inheritedFrom": {
|
|
88965
|
-
"name": "SbbDisabledMixin",
|
|
88966
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
88967
|
-
}
|
|
88968
|
-
},
|
|
88969
|
-
{
|
|
88970
|
-
"kind": "field",
|
|
88971
|
-
"name": "#disabled",
|
|
88972
|
-
"privacy": "private",
|
|
88973
|
-
"type": {
|
|
88974
|
-
"text": "boolean"
|
|
88975
|
-
},
|
|
88976
|
-
"default": "false",
|
|
88977
|
-
"inheritedFrom": {
|
|
88978
|
-
"name": "SbbDisabledMixin",
|
|
88979
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
88980
|
-
}
|
|
88981
|
-
},
|
|
88982
88698
|
{
|
|
88983
88699
|
"kind": "method",
|
|
88984
|
-
"name": "
|
|
88700
|
+
"name": "updateFormValue",
|
|
88985
88701
|
"privacy": "protected",
|
|
88986
88702
|
"return": {
|
|
88987
88703
|
"type": {
|
|
88988
|
-
"text": "
|
|
88704
|
+
"text": "void"
|
|
88989
88705
|
}
|
|
88990
88706
|
},
|
|
88991
|
-
"description": "
|
|
88992
|
-
"inheritedFrom": {
|
|
88993
|
-
"name": "SbbDisabledMixin",
|
|
88994
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
88995
|
-
}
|
|
88996
|
-
},
|
|
88997
|
-
{
|
|
88998
|
-
"kind": "field",
|
|
88999
|
-
"name": "formAssociated",
|
|
89000
|
-
"type": {
|
|
89001
|
-
"text": "boolean"
|
|
89002
|
-
},
|
|
89003
|
-
"privacy": "public",
|
|
89004
|
-
"static": true,
|
|
89005
|
-
"default": "true",
|
|
89006
|
-
"inheritedFrom": {
|
|
89007
|
-
"name": "SbbFormAssociatedMixin",
|
|
89008
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89009
|
-
}
|
|
89010
|
-
},
|
|
89011
|
-
{
|
|
89012
|
-
"kind": "field",
|
|
89013
|
-
"name": "form",
|
|
89014
|
-
"type": {
|
|
89015
|
-
"text": "HTMLFormElement | null"
|
|
89016
|
-
},
|
|
89017
|
-
"privacy": "public",
|
|
89018
|
-
"description": "Returns the form owner of this element.",
|
|
89019
|
-
"readonly": true,
|
|
89020
|
-
"inheritedFrom": {
|
|
89021
|
-
"name": "SbbFormAssociatedMixin",
|
|
89022
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89023
|
-
}
|
|
89024
|
-
},
|
|
89025
|
-
{
|
|
89026
|
-
"kind": "field",
|
|
89027
|
-
"name": "name",
|
|
89028
|
-
"privacy": "public",
|
|
89029
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
89030
|
-
"type": {
|
|
89031
|
-
"text": "string"
|
|
89032
|
-
},
|
|
89033
|
-
"attribute": "name",
|
|
89034
|
-
"inheritedFrom": {
|
|
89035
|
-
"name": "SbbFormAssociatedMixin",
|
|
89036
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89037
|
-
}
|
|
89038
|
-
},
|
|
89039
|
-
{
|
|
89040
|
-
"kind": "field",
|
|
89041
|
-
"name": "validity",
|
|
89042
|
-
"type": {
|
|
89043
|
-
"text": "ValidityState"
|
|
89044
|
-
},
|
|
89045
|
-
"privacy": "public",
|
|
89046
|
-
"description": "Returns the ValidityState object for this element.",
|
|
89047
|
-
"readonly": true,
|
|
89048
|
-
"inheritedFrom": {
|
|
89049
|
-
"name": "SbbFormAssociatedMixin",
|
|
89050
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89051
|
-
}
|
|
89052
|
-
},
|
|
89053
|
-
{
|
|
89054
|
-
"kind": "field",
|
|
89055
|
-
"name": "validationMessage",
|
|
89056
|
-
"type": {
|
|
89057
|
-
"text": "string"
|
|
89058
|
-
},
|
|
89059
|
-
"privacy": "public",
|
|
89060
|
-
"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.",
|
|
89061
|
-
"readonly": true,
|
|
88707
|
+
"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",
|
|
89062
88708
|
"inheritedFrom": {
|
|
89063
88709
|
"name": "SbbFormAssociatedMixin",
|
|
89064
88710
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89065
88711
|
}
|
|
89066
88712
|
},
|
|
89067
88713
|
{
|
|
89068
|
-
"kind": "
|
|
89069
|
-
"name": "
|
|
89070
|
-
"
|
|
89071
|
-
|
|
88714
|
+
"kind": "method",
|
|
88715
|
+
"name": "_checkFileEquality",
|
|
88716
|
+
"privacy": "private",
|
|
88717
|
+
"return": {
|
|
88718
|
+
"type": {
|
|
88719
|
+
"text": "boolean"
|
|
88720
|
+
}
|
|
89072
88721
|
},
|
|
89073
|
-
"
|
|
89074
|
-
|
|
89075
|
-
|
|
89076
|
-
|
|
89077
|
-
|
|
89078
|
-
|
|
89079
|
-
|
|
88722
|
+
"parameters": [
|
|
88723
|
+
{
|
|
88724
|
+
"name": "file1",
|
|
88725
|
+
"type": {
|
|
88726
|
+
"text": "Readonly<File>"
|
|
88727
|
+
}
|
|
88728
|
+
},
|
|
88729
|
+
{
|
|
88730
|
+
"name": "file2",
|
|
88731
|
+
"type": {
|
|
88732
|
+
"text": "Readonly<File>"
|
|
88733
|
+
}
|
|
88734
|
+
}
|
|
88735
|
+
]
|
|
89080
88736
|
},
|
|
89081
88737
|
{
|
|
89082
|
-
"kind": "
|
|
89083
|
-
"name": "
|
|
88738
|
+
"kind": "method",
|
|
88739
|
+
"name": "_onFocus",
|
|
89084
88740
|
"privacy": "private",
|
|
89085
|
-
"
|
|
89086
|
-
|
|
89087
|
-
|
|
89088
|
-
|
|
89089
|
-
}
|
|
89090
|
-
},
|
|
89091
|
-
{
|
|
89092
|
-
"kind": "field",
|
|
89093
|
-
"name": "formDisabled",
|
|
89094
|
-
"type": {
|
|
89095
|
-
"text": "boolean"
|
|
89096
|
-
},
|
|
89097
|
-
"privacy": "protected",
|
|
89098
|
-
"default": "false",
|
|
89099
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
89100
|
-
"inheritedFrom": {
|
|
89101
|
-
"name": "SbbFormAssociatedMixin",
|
|
89102
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
88741
|
+
"return": {
|
|
88742
|
+
"type": {
|
|
88743
|
+
"text": "void"
|
|
88744
|
+
}
|
|
89103
88745
|
}
|
|
89104
88746
|
},
|
|
89105
88747
|
{
|
|
89106
88748
|
"kind": "method",
|
|
89107
|
-
"name": "
|
|
89108
|
-
"privacy": "
|
|
88749
|
+
"name": "_onBlur",
|
|
88750
|
+
"privacy": "private",
|
|
89109
88751
|
"return": {
|
|
89110
88752
|
"type": {
|
|
89111
|
-
"text": "
|
|
88753
|
+
"text": "void"
|
|
89112
88754
|
}
|
|
89113
|
-
},
|
|
89114
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
89115
|
-
"inheritedFrom": {
|
|
89116
|
-
"name": "SbbFormAssociatedMixin",
|
|
89117
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89118
88755
|
}
|
|
89119
88756
|
},
|
|
89120
88757
|
{
|
|
89121
88758
|
"kind": "method",
|
|
89122
|
-
"name": "
|
|
89123
|
-
"privacy": "
|
|
88759
|
+
"name": "_readFiles",
|
|
88760
|
+
"privacy": "private",
|
|
89124
88761
|
"return": {
|
|
89125
88762
|
"type": {
|
|
89126
|
-
"text": "
|
|
88763
|
+
"text": "void"
|
|
89127
88764
|
}
|
|
89128
88765
|
},
|
|
89129
|
-
"
|
|
89130
|
-
|
|
89131
|
-
|
|
89132
|
-
|
|
89133
|
-
|
|
88766
|
+
"parameters": [
|
|
88767
|
+
{
|
|
88768
|
+
"name": "event",
|
|
88769
|
+
"type": {
|
|
88770
|
+
"text": "Event"
|
|
88771
|
+
}
|
|
88772
|
+
}
|
|
88773
|
+
]
|
|
89134
88774
|
},
|
|
89135
88775
|
{
|
|
89136
88776
|
"kind": "method",
|
|
89137
|
-
"name": "
|
|
89138
|
-
"privacy": "
|
|
88777
|
+
"name": "createFileList",
|
|
88778
|
+
"privacy": "protected",
|
|
89139
88779
|
"return": {
|
|
89140
88780
|
"type": {
|
|
89141
88781
|
"text": "void"
|
|
@@ -89143,101 +88783,94 @@
|
|
|
89143
88783
|
},
|
|
89144
88784
|
"parameters": [
|
|
89145
88785
|
{
|
|
89146
|
-
"name": "
|
|
88786
|
+
"name": "files",
|
|
89147
88787
|
"type": {
|
|
89148
|
-
"text": "
|
|
88788
|
+
"text": "FileList"
|
|
89149
88789
|
}
|
|
89150
88790
|
}
|
|
89151
|
-
]
|
|
89152
|
-
"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.",
|
|
89153
|
-
"inheritedFrom": {
|
|
89154
|
-
"name": "SbbFormAssociatedMixin",
|
|
89155
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89156
|
-
}
|
|
88791
|
+
]
|
|
89157
88792
|
},
|
|
89158
88793
|
{
|
|
89159
88794
|
"kind": "method",
|
|
89160
|
-
"name": "
|
|
89161
|
-
"privacy": "
|
|
88795
|
+
"name": "getButtonLabel",
|
|
88796
|
+
"privacy": "protected",
|
|
89162
88797
|
"return": {
|
|
89163
88798
|
"type": {
|
|
89164
|
-
"text": "
|
|
88799
|
+
"text": "string"
|
|
89165
88800
|
}
|
|
89166
|
-
},
|
|
89167
|
-
"inheritedFrom": {
|
|
89168
|
-
"name": "SbbFormAssociatedMixin",
|
|
89169
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89170
88801
|
}
|
|
89171
88802
|
},
|
|
89172
88803
|
{
|
|
89173
88804
|
"kind": "method",
|
|
89174
|
-
"name": "
|
|
89175
|
-
"privacy": "
|
|
88805
|
+
"name": "_removeFile",
|
|
88806
|
+
"privacy": "private",
|
|
89176
88807
|
"return": {
|
|
89177
88808
|
"type": {
|
|
89178
88809
|
"text": "void"
|
|
89179
88810
|
}
|
|
89180
88811
|
},
|
|
89181
|
-
"
|
|
89182
|
-
|
|
89183
|
-
|
|
89184
|
-
|
|
89185
|
-
|
|
88812
|
+
"parameters": [
|
|
88813
|
+
{
|
|
88814
|
+
"name": "file",
|
|
88815
|
+
"type": {
|
|
88816
|
+
"text": "Readonly<File>"
|
|
88817
|
+
}
|
|
88818
|
+
}
|
|
88819
|
+
]
|
|
89186
88820
|
},
|
|
89187
88821
|
{
|
|
89188
88822
|
"kind": "method",
|
|
89189
|
-
"name": "
|
|
89190
|
-
"privacy": "
|
|
88823
|
+
"name": "_dispatchFileChangedEvent",
|
|
88824
|
+
"privacy": "private",
|
|
89191
88825
|
"return": {
|
|
89192
88826
|
"type": {
|
|
89193
|
-
"text": "
|
|
88827
|
+
"text": "void"
|
|
89194
88828
|
}
|
|
89195
|
-
},
|
|
89196
|
-
"inheritedFrom": {
|
|
89197
|
-
"name": "SbbFormAssociatedMixin",
|
|
89198
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89199
88829
|
}
|
|
89200
88830
|
},
|
|
89201
88831
|
{
|
|
89202
88832
|
"kind": "method",
|
|
89203
|
-
"name": "
|
|
89204
|
-
"privacy": "
|
|
88833
|
+
"name": "_formatFileSize",
|
|
88834
|
+
"privacy": "private",
|
|
89205
88835
|
"return": {
|
|
89206
88836
|
"type": {
|
|
89207
|
-
"text": "
|
|
88837
|
+
"text": "string"
|
|
89208
88838
|
}
|
|
89209
88839
|
},
|
|
89210
88840
|
"parameters": [
|
|
89211
88841
|
{
|
|
89212
|
-
"name": "
|
|
88842
|
+
"name": "size",
|
|
89213
88843
|
"type": {
|
|
89214
|
-
"text": "
|
|
89215
|
-
}
|
|
89216
|
-
},
|
|
89217
|
-
{
|
|
89218
|
-
"name": "message",
|
|
89219
|
-
"type": {
|
|
89220
|
-
"text": "string"
|
|
89221
|
-
}
|
|
89222
|
-
},
|
|
89223
|
-
{
|
|
89224
|
-
"name": "flagValue",
|
|
89225
|
-
"optional": true,
|
|
89226
|
-
"type": {
|
|
89227
|
-
"text": "ValidityStateFlags[T]"
|
|
88844
|
+
"text": "number"
|
|
89228
88845
|
}
|
|
89229
88846
|
}
|
|
89230
88847
|
],
|
|
89231
|
-
"description": "
|
|
89232
|
-
|
|
89233
|
-
|
|
89234
|
-
|
|
88848
|
+
"description": "Calculates the correct unit for the file's size."
|
|
88849
|
+
},
|
|
88850
|
+
{
|
|
88851
|
+
"kind": "method",
|
|
88852
|
+
"name": "_updateA11yLiveRegion",
|
|
88853
|
+
"privacy": "private",
|
|
88854
|
+
"return": {
|
|
88855
|
+
"type": {
|
|
88856
|
+
"text": "void"
|
|
88857
|
+
}
|
|
89235
88858
|
}
|
|
89236
88859
|
},
|
|
89237
88860
|
{
|
|
89238
88861
|
"kind": "method",
|
|
89239
|
-
"name": "
|
|
89240
|
-
"privacy": "
|
|
88862
|
+
"name": "_renderFileList",
|
|
88863
|
+
"privacy": "private",
|
|
88864
|
+
"return": {
|
|
88865
|
+
"type": {
|
|
88866
|
+
"text": "TemplateResult"
|
|
88867
|
+
}
|
|
88868
|
+
}
|
|
88869
|
+
},
|
|
88870
|
+
{
|
|
88871
|
+
"kind": "method",
|
|
88872
|
+
"name": "_onDragEnter",
|
|
88873
|
+
"privacy": "private",
|
|
89241
88874
|
"return": {
|
|
89242
88875
|
"type": {
|
|
89243
88876
|
"text": "void"
|
|
@@ -89245,152 +88878,140 @@
|
|
|
89245
88878
|
},
|
|
89246
88879
|
"parameters": [
|
|
89247
88880
|
{
|
|
89248
|
-
"name": "
|
|
88881
|
+
"name": "event",
|
|
89249
88882
|
"type": {
|
|
89250
|
-
"text": "
|
|
88883
|
+
"text": "DragEvent"
|
|
89251
88884
|
}
|
|
89252
88885
|
}
|
|
89253
|
-
]
|
|
89254
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
89255
|
-
"inheritedFrom": {
|
|
89256
|
-
"name": "SbbFormAssociatedMixin",
|
|
89257
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89258
|
-
}
|
|
88886
|
+
]
|
|
89259
88887
|
},
|
|
89260
88888
|
{
|
|
89261
88889
|
"kind": "method",
|
|
89262
|
-
"name": "
|
|
89263
|
-
"privacy": "
|
|
88890
|
+
"name": "_onDragLeave",
|
|
88891
|
+
"privacy": "private",
|
|
89264
88892
|
"return": {
|
|
89265
88893
|
"type": {
|
|
89266
88894
|
"text": "void"
|
|
89267
88895
|
}
|
|
89268
88896
|
},
|
|
89269
|
-
"
|
|
89270
|
-
|
|
89271
|
-
|
|
89272
|
-
|
|
89273
|
-
|
|
88897
|
+
"parameters": [
|
|
88898
|
+
{
|
|
88899
|
+
"name": "event",
|
|
88900
|
+
"type": {
|
|
88901
|
+
"text": "DragEvent"
|
|
88902
|
+
}
|
|
88903
|
+
}
|
|
88904
|
+
]
|
|
89274
88905
|
},
|
|
89275
88906
|
{
|
|
89276
88907
|
"kind": "method",
|
|
89277
|
-
"name": "
|
|
89278
|
-
"privacy": "
|
|
88908
|
+
"name": "_onFileDrop",
|
|
88909
|
+
"privacy": "private",
|
|
89279
88910
|
"return": {
|
|
89280
88911
|
"type": {
|
|
89281
|
-
"text": "
|
|
88912
|
+
"text": "void"
|
|
89282
88913
|
}
|
|
89283
88914
|
},
|
|
89284
88915
|
"parameters": [
|
|
89285
88916
|
{
|
|
89286
|
-
"name": "
|
|
88917
|
+
"name": "event",
|
|
89287
88918
|
"type": {
|
|
89288
|
-
"text": "
|
|
88919
|
+
"text": "DragEvent"
|
|
89289
88920
|
}
|
|
89290
88921
|
}
|
|
89291
|
-
]
|
|
89292
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
89293
|
-
"inheritedFrom": {
|
|
89294
|
-
"name": "SbbFormAssociatedMixin",
|
|
89295
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
89296
|
-
}
|
|
88922
|
+
]
|
|
89297
88923
|
},
|
|
89298
88924
|
{
|
|
89299
88925
|
"kind": "method",
|
|
89300
|
-
"name": "
|
|
88926
|
+
"name": "_blockEvent",
|
|
89301
88927
|
"privacy": "private",
|
|
89302
88928
|
"return": {
|
|
89303
88929
|
"type": {
|
|
89304
88930
|
"text": "void"
|
|
89305
88931
|
}
|
|
89306
88932
|
},
|
|
89307
|
-
"
|
|
89308
|
-
|
|
89309
|
-
|
|
89310
|
-
|
|
89311
|
-
|
|
89312
|
-
|
|
89313
|
-
|
|
89314
|
-
|
|
89315
|
-
"type": {
|
|
89316
|
-
"text": "boolean"
|
|
89317
|
-
},
|
|
89318
|
-
"privacy": "private",
|
|
89319
|
-
"default": "!!this.shadowRoot",
|
|
89320
|
-
"inheritedFrom": {
|
|
89321
|
-
"name": "SbbElement",
|
|
89322
|
-
"module": "core/base-elements/element.js"
|
|
89323
|
-
}
|
|
88933
|
+
"parameters": [
|
|
88934
|
+
{
|
|
88935
|
+
"name": "event",
|
|
88936
|
+
"type": {
|
|
88937
|
+
"text": "DragEvent"
|
|
88938
|
+
}
|
|
88939
|
+
}
|
|
88940
|
+
]
|
|
89324
88941
|
},
|
|
89325
88942
|
{
|
|
89326
|
-
"kind": "
|
|
89327
|
-
"name": "
|
|
88943
|
+
"kind": "method",
|
|
88944
|
+
"name": "_setDragState",
|
|
89328
88945
|
"privacy": "private",
|
|
89329
|
-
"
|
|
89330
|
-
|
|
89331
|
-
|
|
89332
|
-
|
|
89333
|
-
}
|
|
88946
|
+
"return": {
|
|
88947
|
+
"type": {
|
|
88948
|
+
"text": "void"
|
|
88949
|
+
}
|
|
88950
|
+
},
|
|
88951
|
+
"parameters": [
|
|
88952
|
+
{
|
|
88953
|
+
"name": "dragTarget",
|
|
88954
|
+
"default": "undefined",
|
|
88955
|
+
"type": {
|
|
88956
|
+
"text": "HTMLElement | undefined"
|
|
88957
|
+
}
|
|
88958
|
+
},
|
|
88959
|
+
{
|
|
88960
|
+
"name": "isDragEnter",
|
|
88961
|
+
"default": "false",
|
|
88962
|
+
"type": {
|
|
88963
|
+
"text": "boolean"
|
|
88964
|
+
}
|
|
88965
|
+
}
|
|
88966
|
+
]
|
|
89334
88967
|
},
|
|
89335
88968
|
{
|
|
89336
88969
|
"kind": "field",
|
|
89337
|
-
"name": "
|
|
88970
|
+
"name": "disabled",
|
|
88971
|
+
"privacy": "public",
|
|
88972
|
+
"description": "Whether the component is disabled.",
|
|
88973
|
+
"default": "false",
|
|
89338
88974
|
"type": {
|
|
89339
|
-
"text": "
|
|
88975
|
+
"text": "boolean"
|
|
89340
88976
|
},
|
|
89341
|
-
"
|
|
88977
|
+
"attribute": "disabled",
|
|
88978
|
+
"reflects": true,
|
|
89342
88979
|
"inheritedFrom": {
|
|
89343
|
-
"name": "
|
|
89344
|
-
"module": "core/
|
|
88980
|
+
"name": "SbbDisabledMixin",
|
|
88981
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89345
88982
|
}
|
|
89346
88983
|
},
|
|
89347
88984
|
{
|
|
89348
88985
|
"kind": "field",
|
|
89349
|
-
"name": "
|
|
88986
|
+
"name": "#disabled",
|
|
88987
|
+
"privacy": "private",
|
|
89350
88988
|
"type": {
|
|
89351
88989
|
"text": "boolean"
|
|
89352
88990
|
},
|
|
89353
|
-
"
|
|
89354
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
89355
|
-
"readonly": true,
|
|
88991
|
+
"default": "false",
|
|
89356
88992
|
"inheritedFrom": {
|
|
89357
|
-
"name": "
|
|
89358
|
-
"module": "core/
|
|
89359
|
-
}
|
|
89360
|
-
"default": "!!this.shadowRoot"
|
|
88993
|
+
"name": "SbbDisabledMixin",
|
|
88994
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
88995
|
+
}
|
|
89361
88996
|
},
|
|
89362
88997
|
{
|
|
89363
88998
|
"kind": "method",
|
|
89364
|
-
"name": "
|
|
88999
|
+
"name": "isDisabledExternally",
|
|
89365
89000
|
"privacy": "protected",
|
|
89366
89001
|
"return": {
|
|
89367
89002
|
"type": {
|
|
89368
|
-
"text": "
|
|
89003
|
+
"text": "boolean"
|
|
89369
89004
|
}
|
|
89370
89005
|
},
|
|
89371
|
-
"
|
|
89372
|
-
{
|
|
89373
|
-
"name": "value",
|
|
89374
|
-
"type": {
|
|
89375
|
-
"text": "string"
|
|
89376
|
-
}
|
|
89377
|
-
},
|
|
89378
|
-
{
|
|
89379
|
-
"name": "force",
|
|
89380
|
-
"optional": true,
|
|
89381
|
-
"type": {
|
|
89382
|
-
"text": "boolean"
|
|
89383
|
-
}
|
|
89384
|
-
}
|
|
89385
|
-
],
|
|
89006
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
89386
89007
|
"inheritedFrom": {
|
|
89387
|
-
"name": "
|
|
89388
|
-
"module": "core/
|
|
89008
|
+
"name": "SbbDisabledMixin",
|
|
89009
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89389
89010
|
}
|
|
89390
89011
|
},
|
|
89391
89012
|
{
|
|
89392
89013
|
"kind": "field",
|
|
89393
|
-
"name": "
|
|
89014
|
+
"name": "formAssociated",
|
|
89394
89015
|
"type": {
|
|
89395
89016
|
"text": "boolean"
|
|
89396
89017
|
},
|
|
@@ -89398,159 +89019,75 @@
|
|
|
89398
89019
|
"static": true,
|
|
89399
89020
|
"default": "true",
|
|
89400
89021
|
"inheritedFrom": {
|
|
89401
|
-
"name": "
|
|
89402
|
-
"module": "core/
|
|
89022
|
+
"name": "SbbFormAssociatedMixin",
|
|
89023
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89403
89024
|
}
|
|
89404
89025
|
},
|
|
89405
89026
|
{
|
|
89406
89027
|
"kind": "field",
|
|
89407
|
-
"name": "
|
|
89028
|
+
"name": "form",
|
|
89408
89029
|
"type": {
|
|
89409
|
-
"text": "
|
|
89030
|
+
"text": "HTMLFormElement | null"
|
|
89410
89031
|
},
|
|
89411
89032
|
"privacy": "public",
|
|
89412
|
-
"
|
|
89033
|
+
"description": "Returns the form owner of this element.",
|
|
89413
89034
|
"readonly": true,
|
|
89414
89035
|
"inheritedFrom": {
|
|
89415
|
-
"name": "
|
|
89416
|
-
"module": "core/
|
|
89036
|
+
"name": "SbbFormAssociatedMixin",
|
|
89037
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89417
89038
|
}
|
|
89418
89039
|
},
|
|
89419
89040
|
{
|
|
89420
89041
|
"kind": "field",
|
|
89421
|
-
"name": "
|
|
89042
|
+
"name": "name",
|
|
89043
|
+
"privacy": "public",
|
|
89044
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
89422
89045
|
"type": {
|
|
89423
|
-
"text": "
|
|
89046
|
+
"text": "string"
|
|
89424
89047
|
},
|
|
89425
|
-
"
|
|
89048
|
+
"attribute": "name",
|
|
89426
89049
|
"inheritedFrom": {
|
|
89427
|
-
"name": "
|
|
89428
|
-
"module": "core/
|
|
89050
|
+
"name": "SbbFormAssociatedMixin",
|
|
89051
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89429
89052
|
}
|
|
89430
|
-
}
|
|
89431
|
-
],
|
|
89432
|
-
"mixins": [
|
|
89433
|
-
{
|
|
89434
|
-
"name": "SbbDisabledMixin",
|
|
89435
|
-
"module": "core/mixins.js"
|
|
89436
89053
|
},
|
|
89437
89054
|
{
|
|
89438
|
-
"
|
|
89439
|
-
"
|
|
89440
|
-
}
|
|
89441
|
-
],
|
|
89442
|
-
"superclass": {
|
|
89443
|
-
"name": "SbbElement",
|
|
89444
|
-
"module": "core/base-elements.js"
|
|
89445
|
-
},
|
|
89446
|
-
"attributes": [
|
|
89447
|
-
{
|
|
89448
|
-
"name": "disabled",
|
|
89449
|
-
"description": "Whether the component is disabled.",
|
|
89450
|
-
"default": "false",
|
|
89055
|
+
"kind": "field",
|
|
89056
|
+
"name": "validity",
|
|
89451
89057
|
"type": {
|
|
89452
|
-
"text": "
|
|
89058
|
+
"text": "ValidityState"
|
|
89453
89059
|
},
|
|
89454
|
-
"
|
|
89060
|
+
"privacy": "public",
|
|
89061
|
+
"description": "Returns the ValidityState object for this element.",
|
|
89062
|
+
"readonly": true,
|
|
89455
89063
|
"inheritedFrom": {
|
|
89456
|
-
"name": "
|
|
89457
|
-
"module": "core/mixins/
|
|
89064
|
+
"name": "SbbFormAssociatedMixin",
|
|
89065
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89458
89066
|
}
|
|
89459
89067
|
},
|
|
89460
89068
|
{
|
|
89461
|
-
"
|
|
89462
|
-
"
|
|
89069
|
+
"kind": "field",
|
|
89070
|
+
"name": "validationMessage",
|
|
89463
89071
|
"type": {
|
|
89464
89072
|
"text": "string"
|
|
89465
89073
|
},
|
|
89466
|
-
"
|
|
89074
|
+
"privacy": "public",
|
|
89075
|
+
"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.",
|
|
89076
|
+
"readonly": true,
|
|
89467
89077
|
"inheritedFrom": {
|
|
89468
89078
|
"name": "SbbFormAssociatedMixin",
|
|
89469
89079
|
"module": "core/mixins/form-associated-mixin.js"
|
|
89470
89080
|
}
|
|
89471
|
-
}
|
|
89472
|
-
]
|
|
89473
|
-
},
|
|
89474
|
-
{
|
|
89475
|
-
"kind": "mixin",
|
|
89476
|
-
"description": "",
|
|
89477
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
89478
|
-
"members": [
|
|
89479
|
-
{
|
|
89480
|
-
"kind": "field",
|
|
89481
|
-
"name": "events",
|
|
89482
|
-
"privacy": "public",
|
|
89483
|
-
"static": true,
|
|
89484
|
-
"readonly": true,
|
|
89485
|
-
"default": "{ filechanged: 'filechanged', }",
|
|
89486
|
-
"type": {
|
|
89487
|
-
"text": "{\n filechanged: 'filechanged',\n }"
|
|
89488
|
-
}
|
|
89489
|
-
},
|
|
89490
|
-
{
|
|
89491
|
-
"kind": "field",
|
|
89492
|
-
"name": "size",
|
|
89493
|
-
"type": {
|
|
89494
|
-
"text": "'s' | 'm'"
|
|
89495
|
-
},
|
|
89496
|
-
"privacy": "public",
|
|
89497
|
-
"description": "Size variant, either s or m.",
|
|
89498
|
-
"default": "'m' / 's' (lean)",
|
|
89499
|
-
"attribute": "size",
|
|
89500
|
-
"reflects": true
|
|
89501
89081
|
},
|
|
89502
89082
|
{
|
|
89503
89083
|
"kind": "field",
|
|
89504
|
-
"name": "
|
|
89084
|
+
"name": "willValidate",
|
|
89505
89085
|
"type": {
|
|
89506
89086
|
"text": "boolean"
|
|
89507
89087
|
},
|
|
89508
89088
|
"privacy": "public",
|
|
89509
|
-
"
|
|
89510
|
-
"
|
|
89511
|
-
"attribute": "multiple"
|
|
89512
|
-
},
|
|
89513
|
-
{
|
|
89514
|
-
"kind": "field",
|
|
89515
|
-
"name": "multipleMode",
|
|
89516
|
-
"type": {
|
|
89517
|
-
"text": "'default' | 'persistent'"
|
|
89518
|
-
},
|
|
89519
|
-
"privacy": "public",
|
|
89520
|
-
"default": "'default'",
|
|
89521
|
-
"description": "Whether the newly added files should override the previously added ones.",
|
|
89522
|
-
"attribute": "multiple-mode"
|
|
89523
|
-
},
|
|
89524
|
-
{
|
|
89525
|
-
"kind": "field",
|
|
89526
|
-
"name": "accept",
|
|
89527
|
-
"type": {
|
|
89528
|
-
"text": "string"
|
|
89529
|
-
},
|
|
89530
|
-
"privacy": "public",
|
|
89531
|
-
"default": "''",
|
|
89532
|
-
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
89533
|
-
"attribute": "accept"
|
|
89534
|
-
},
|
|
89535
|
-
{
|
|
89536
|
-
"kind": "field",
|
|
89537
|
-
"name": "accessibilityLabel",
|
|
89538
|
-
"type": {
|
|
89539
|
-
"text": "string"
|
|
89540
|
-
},
|
|
89541
|
-
"privacy": "public",
|
|
89542
|
-
"default": "''",
|
|
89543
|
-
"description": "This will be forwarded as aria-label to the native input element.",
|
|
89544
|
-
"attribute": "accessibility-label"
|
|
89545
|
-
},
|
|
89546
|
-
{
|
|
89547
|
-
"kind": "field",
|
|
89548
|
-
"name": "value",
|
|
89549
|
-
"type": {
|
|
89550
|
-
"text": "string | null"
|
|
89551
|
-
},
|
|
89552
|
-
"privacy": "public",
|
|
89553
|
-
"description": "The path of the first selected file. Empty string ('') if no file is selected",
|
|
89089
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
89090
|
+
"readonly": true,
|
|
89554
89091
|
"inheritedFrom": {
|
|
89555
89092
|
"name": "SbbFormAssociatedMixin",
|
|
89556
89093
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -89558,120 +89095,61 @@
|
|
|
89558
89095
|
},
|
|
89559
89096
|
{
|
|
89560
89097
|
"kind": "field",
|
|
89561
|
-
"name": "
|
|
89562
|
-
"privacy": "public",
|
|
89563
|
-
"description": "The list of selected files.",
|
|
89564
|
-
"type": {
|
|
89565
|
-
"text": "Readonly<File>[]"
|
|
89566
|
-
}
|
|
89567
|
-
},
|
|
89568
|
-
{
|
|
89569
|
-
"kind": "field",
|
|
89570
|
-
"name": "_files",
|
|
89571
|
-
"type": {
|
|
89572
|
-
"text": "Readonly<File>[]"
|
|
89573
|
-
},
|
|
89574
|
-
"privacy": "private",
|
|
89575
|
-
"default": "[]"
|
|
89576
|
-
},
|
|
89577
|
-
{
|
|
89578
|
-
"kind": "field",
|
|
89579
|
-
"name": "type",
|
|
89580
|
-
"type": {
|
|
89581
|
-
"text": "string"
|
|
89582
|
-
},
|
|
89583
|
-
"privacy": "public",
|
|
89584
|
-
"description": "Form type of element.",
|
|
89585
|
-
"default": "'file'",
|
|
89586
|
-
"readonly": true
|
|
89587
|
-
},
|
|
89588
|
-
{
|
|
89589
|
-
"kind": "field",
|
|
89590
|
-
"name": "_hiddenInput",
|
|
89591
|
-
"type": {
|
|
89592
|
-
"text": "HTMLInputElement"
|
|
89593
|
-
},
|
|
89594
|
-
"privacy": "private"
|
|
89595
|
-
},
|
|
89596
|
-
{
|
|
89597
|
-
"kind": "field",
|
|
89598
|
-
"name": "_suffixes",
|
|
89599
|
-
"type": {
|
|
89600
|
-
"text": "string[]"
|
|
89601
|
-
},
|
|
89098
|
+
"name": "_validityStates",
|
|
89602
89099
|
"privacy": "private",
|
|
89603
|
-
"default": "
|
|
89604
|
-
|
|
89605
|
-
|
|
89606
|
-
|
|
89607
|
-
|
|
89608
|
-
"type": {
|
|
89609
|
-
"text": "HTMLParagraphElement"
|
|
89610
|
-
},
|
|
89611
|
-
"privacy": "private"
|
|
89100
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
89101
|
+
"inheritedFrom": {
|
|
89102
|
+
"name": "SbbFormAssociatedMixin",
|
|
89103
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89104
|
+
}
|
|
89612
89105
|
},
|
|
89613
89106
|
{
|
|
89614
89107
|
"kind": "field",
|
|
89615
|
-
"name": "
|
|
89108
|
+
"name": "formDisabled",
|
|
89616
89109
|
"type": {
|
|
89617
|
-
"text": "
|
|
89110
|
+
"text": "boolean"
|
|
89618
89111
|
},
|
|
89619
|
-
"privacy": "protected"
|
|
89620
|
-
},
|
|
89621
|
-
{
|
|
89622
|
-
"kind": "field",
|
|
89623
|
-
"name": "language",
|
|
89624
89112
|
"privacy": "protected",
|
|
89625
|
-
"default": "
|
|
89626
|
-
|
|
89627
|
-
|
|
89628
|
-
|
|
89629
|
-
|
|
89630
|
-
|
|
89631
|
-
"text": "number"
|
|
89632
|
-
},
|
|
89633
|
-
"privacy": "private",
|
|
89634
|
-
"default": "0"
|
|
89635
|
-
},
|
|
89636
|
-
{
|
|
89637
|
-
"kind": "field",
|
|
89638
|
-
"name": "_dragTarget",
|
|
89639
|
-
"type": {
|
|
89640
|
-
"text": "HTMLElement | undefined"
|
|
89641
|
-
},
|
|
89642
|
-
"privacy": "private"
|
|
89113
|
+
"default": "false",
|
|
89114
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
89115
|
+
"inheritedFrom": {
|
|
89116
|
+
"name": "SbbFormAssociatedMixin",
|
|
89117
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89118
|
+
}
|
|
89643
89119
|
},
|
|
89644
89120
|
{
|
|
89645
89121
|
"kind": "method",
|
|
89646
|
-
"name": "
|
|
89647
|
-
"privacy": "
|
|
89122
|
+
"name": "checkValidity",
|
|
89123
|
+
"privacy": "public",
|
|
89648
89124
|
"return": {
|
|
89649
89125
|
"type": {
|
|
89650
|
-
"text": "
|
|
89126
|
+
"text": "boolean"
|
|
89651
89127
|
}
|
|
89652
89128
|
},
|
|
89653
|
-
"
|
|
89654
|
-
|
|
89655
|
-
|
|
89656
|
-
|
|
89657
|
-
|
|
89658
|
-
}
|
|
89659
|
-
}
|
|
89660
|
-
]
|
|
89129
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
89130
|
+
"inheritedFrom": {
|
|
89131
|
+
"name": "SbbFormAssociatedMixin",
|
|
89132
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89133
|
+
}
|
|
89661
89134
|
},
|
|
89662
89135
|
{
|
|
89663
89136
|
"kind": "method",
|
|
89664
|
-
"name": "
|
|
89137
|
+
"name": "reportValidity",
|
|
89665
89138
|
"privacy": "public",
|
|
89666
89139
|
"return": {
|
|
89667
89140
|
"type": {
|
|
89668
|
-
"text": "
|
|
89141
|
+
"text": "boolean"
|
|
89669
89142
|
}
|
|
89143
|
+
},
|
|
89144
|
+
"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.",
|
|
89145
|
+
"inheritedFrom": {
|
|
89146
|
+
"name": "SbbFormAssociatedMixin",
|
|
89147
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89670
89148
|
}
|
|
89671
89149
|
},
|
|
89672
89150
|
{
|
|
89673
89151
|
"kind": "method",
|
|
89674
|
-
"name": "
|
|
89152
|
+
"name": "setCustomValidity",
|
|
89675
89153
|
"privacy": "public",
|
|
89676
89154
|
"return": {
|
|
89677
89155
|
"type": {
|
|
@@ -89680,30 +89158,41 @@
|
|
|
89680
89158
|
},
|
|
89681
89159
|
"parameters": [
|
|
89682
89160
|
{
|
|
89683
|
-
"name": "
|
|
89684
|
-
"type": {
|
|
89685
|
-
"text": "FormRestoreState | null"
|
|
89686
|
-
}
|
|
89687
|
-
},
|
|
89688
|
-
{
|
|
89689
|
-
"name": "_reason",
|
|
89690
|
-
"optional": true,
|
|
89161
|
+
"name": "message",
|
|
89691
89162
|
"type": {
|
|
89692
|
-
"text": "
|
|
89163
|
+
"text": "string"
|
|
89693
89164
|
}
|
|
89694
89165
|
}
|
|
89695
|
-
]
|
|
89166
|
+
],
|
|
89167
|
+
"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.",
|
|
89168
|
+
"inheritedFrom": {
|
|
89169
|
+
"name": "SbbFormAssociatedMixin",
|
|
89170
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89171
|
+
}
|
|
89696
89172
|
},
|
|
89697
89173
|
{
|
|
89698
89174
|
"kind": "method",
|
|
89699
|
-
"name": "
|
|
89175
|
+
"name": "_hasDisabledAncestor",
|
|
89176
|
+
"privacy": "private",
|
|
89177
|
+
"return": {
|
|
89178
|
+
"type": {
|
|
89179
|
+
"text": "boolean"
|
|
89180
|
+
}
|
|
89181
|
+
},
|
|
89182
|
+
"inheritedFrom": {
|
|
89183
|
+
"name": "SbbFormAssociatedMixin",
|
|
89184
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89185
|
+
}
|
|
89186
|
+
},
|
|
89187
|
+
{
|
|
89188
|
+
"kind": "method",
|
|
89189
|
+
"name": "formState",
|
|
89700
89190
|
"privacy": "protected",
|
|
89701
89191
|
"return": {
|
|
89702
89192
|
"type": {
|
|
89703
|
-
"text": "
|
|
89193
|
+
"text": "FormRestoreState"
|
|
89704
89194
|
}
|
|
89705
89195
|
},
|
|
89706
|
-
"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",
|
|
89707
89196
|
"inheritedFrom": {
|
|
89708
89197
|
"name": "SbbFormAssociatedMixin",
|
|
89709
89198
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -89711,69 +89200,43 @@
|
|
|
89711
89200
|
},
|
|
89712
89201
|
{
|
|
89713
89202
|
"kind": "method",
|
|
89714
|
-
"name": "
|
|
89715
|
-
"privacy": "
|
|
89203
|
+
"name": "setValidityFlag",
|
|
89204
|
+
"privacy": "protected",
|
|
89716
89205
|
"return": {
|
|
89717
89206
|
"type": {
|
|
89718
|
-
"text": "
|
|
89207
|
+
"text": "void"
|
|
89719
89208
|
}
|
|
89720
89209
|
},
|
|
89721
89210
|
"parameters": [
|
|
89722
89211
|
{
|
|
89723
|
-
"name": "
|
|
89212
|
+
"name": "flag",
|
|
89724
89213
|
"type": {
|
|
89725
|
-
"text": "
|
|
89214
|
+
"text": "T"
|
|
89726
89215
|
}
|
|
89727
89216
|
},
|
|
89728
89217
|
{
|
|
89729
|
-
"name": "
|
|
89218
|
+
"name": "message",
|
|
89730
89219
|
"type": {
|
|
89731
|
-
"text": "
|
|
89220
|
+
"text": "string"
|
|
89732
89221
|
}
|
|
89733
|
-
}
|
|
89734
|
-
]
|
|
89735
|
-
},
|
|
89736
|
-
{
|
|
89737
|
-
"kind": "method",
|
|
89738
|
-
"name": "_onFocus",
|
|
89739
|
-
"privacy": "private",
|
|
89740
|
-
"return": {
|
|
89741
|
-
"type": {
|
|
89742
|
-
"text": "void"
|
|
89743
|
-
}
|
|
89744
|
-
}
|
|
89745
|
-
},
|
|
89746
|
-
{
|
|
89747
|
-
"kind": "method",
|
|
89748
|
-
"name": "_onBlur",
|
|
89749
|
-
"privacy": "private",
|
|
89750
|
-
"return": {
|
|
89751
|
-
"type": {
|
|
89752
|
-
"text": "void"
|
|
89753
|
-
}
|
|
89754
|
-
}
|
|
89755
|
-
},
|
|
89756
|
-
{
|
|
89757
|
-
"kind": "method",
|
|
89758
|
-
"name": "_readFiles",
|
|
89759
|
-
"privacy": "private",
|
|
89760
|
-
"return": {
|
|
89761
|
-
"type": {
|
|
89762
|
-
"text": "void"
|
|
89763
|
-
}
|
|
89764
|
-
},
|
|
89765
|
-
"parameters": [
|
|
89222
|
+
},
|
|
89766
89223
|
{
|
|
89767
|
-
"name": "
|
|
89224
|
+
"name": "flagValue",
|
|
89225
|
+
"optional": true,
|
|
89768
89226
|
"type": {
|
|
89769
|
-
"text": "
|
|
89227
|
+
"text": "ValidityStateFlags[T]"
|
|
89770
89228
|
}
|
|
89771
89229
|
}
|
|
89772
|
-
]
|
|
89230
|
+
],
|
|
89231
|
+
"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).",
|
|
89232
|
+
"inheritedFrom": {
|
|
89233
|
+
"name": "SbbFormAssociatedMixin",
|
|
89234
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89235
|
+
}
|
|
89773
89236
|
},
|
|
89774
89237
|
{
|
|
89775
89238
|
"kind": "method",
|
|
89776
|
-
"name": "
|
|
89239
|
+
"name": "removeValidityFlag",
|
|
89777
89240
|
"privacy": "protected",
|
|
89778
89241
|
"return": {
|
|
89779
89242
|
"type": {
|
|
@@ -89782,129 +89245,293 @@
|
|
|
89782
89245
|
},
|
|
89783
89246
|
"parameters": [
|
|
89784
89247
|
{
|
|
89785
|
-
"name": "
|
|
89248
|
+
"name": "flag",
|
|
89786
89249
|
"type": {
|
|
89787
|
-
"text": "
|
|
89250
|
+
"text": "T"
|
|
89788
89251
|
}
|
|
89789
89252
|
}
|
|
89790
|
-
]
|
|
89253
|
+
],
|
|
89254
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
89255
|
+
"inheritedFrom": {
|
|
89256
|
+
"name": "SbbFormAssociatedMixin",
|
|
89257
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89258
|
+
}
|
|
89791
89259
|
},
|
|
89792
89260
|
{
|
|
89793
89261
|
"kind": "method",
|
|
89794
|
-
"name": "
|
|
89262
|
+
"name": "validate",
|
|
89795
89263
|
"privacy": "protected",
|
|
89796
89264
|
"return": {
|
|
89797
89265
|
"type": {
|
|
89798
|
-
"text": "
|
|
89266
|
+
"text": "void"
|
|
89799
89267
|
}
|
|
89268
|
+
},
|
|
89269
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
89270
|
+
"inheritedFrom": {
|
|
89271
|
+
"name": "SbbFormAssociatedMixin",
|
|
89272
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89800
89273
|
}
|
|
89801
89274
|
},
|
|
89802
89275
|
{
|
|
89803
89276
|
"kind": "method",
|
|
89804
|
-
"name": "
|
|
89805
|
-
"privacy": "
|
|
89277
|
+
"name": "shouldValidate",
|
|
89278
|
+
"privacy": "protected",
|
|
89806
89279
|
"return": {
|
|
89807
89280
|
"type": {
|
|
89808
|
-
"text": "
|
|
89281
|
+
"text": "boolean"
|
|
89809
89282
|
}
|
|
89810
89283
|
},
|
|
89811
89284
|
"parameters": [
|
|
89812
89285
|
{
|
|
89813
|
-
"name": "
|
|
89286
|
+
"name": "name",
|
|
89814
89287
|
"type": {
|
|
89815
|
-
"text": "
|
|
89288
|
+
"text": "PropertyKey | undefined"
|
|
89816
89289
|
}
|
|
89817
89290
|
}
|
|
89818
|
-
]
|
|
89291
|
+
],
|
|
89292
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
89293
|
+
"inheritedFrom": {
|
|
89294
|
+
"name": "SbbFormAssociatedMixin",
|
|
89295
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89296
|
+
}
|
|
89819
89297
|
},
|
|
89820
89298
|
{
|
|
89821
89299
|
"kind": "method",
|
|
89822
|
-
"name": "
|
|
89300
|
+
"name": "_setInternalValidity",
|
|
89823
89301
|
"privacy": "private",
|
|
89824
89302
|
"return": {
|
|
89825
89303
|
"type": {
|
|
89826
89304
|
"text": "void"
|
|
89827
89305
|
}
|
|
89306
|
+
},
|
|
89307
|
+
"inheritedFrom": {
|
|
89308
|
+
"name": "SbbFormAssociatedMixin",
|
|
89309
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89828
89310
|
}
|
|
89311
|
+
}
|
|
89312
|
+
],
|
|
89313
|
+
"events": [
|
|
89314
|
+
{
|
|
89315
|
+
"name": "input",
|
|
89316
|
+
"type": {
|
|
89317
|
+
"text": "InputEvent"
|
|
89318
|
+
},
|
|
89319
|
+
"description": "The input event fires when the value has been changed as a direct result of a user action."
|
|
89829
89320
|
},
|
|
89830
89321
|
{
|
|
89831
|
-
"
|
|
89832
|
-
"
|
|
89833
|
-
|
|
89834
|
-
"return": {
|
|
89835
|
-
"type": {
|
|
89836
|
-
"text": "string"
|
|
89837
|
-
}
|
|
89322
|
+
"name": "change",
|
|
89323
|
+
"type": {
|
|
89324
|
+
"text": "Event"
|
|
89838
89325
|
},
|
|
89839
|
-
"
|
|
89840
|
-
{
|
|
89841
|
-
"name": "size",
|
|
89842
|
-
"type": {
|
|
89843
|
-
"text": "number"
|
|
89844
|
-
}
|
|
89845
|
-
}
|
|
89846
|
-
],
|
|
89847
|
-
"description": "Calculates the correct unit for the file's size."
|
|
89326
|
+
"description": "The change event is fired when the user modifies the element's value.\nUnlike the input event, the change event is not necessarily fired\nfor each alteration to an element's value."
|
|
89848
89327
|
},
|
|
89849
89328
|
{
|
|
89850
|
-
"
|
|
89851
|
-
"
|
|
89852
|
-
|
|
89853
|
-
|
|
89854
|
-
|
|
89855
|
-
|
|
89856
|
-
|
|
89329
|
+
"name": "filechanged",
|
|
89330
|
+
"type": {
|
|
89331
|
+
"text": "CustomEvent<Readonly<File>[]>"
|
|
89332
|
+
},
|
|
89333
|
+
"description": "An event which is emitted each time the file list changes."
|
|
89334
|
+
}
|
|
89335
|
+
],
|
|
89336
|
+
"attributes": [
|
|
89337
|
+
{
|
|
89338
|
+
"name": "size",
|
|
89339
|
+
"type": {
|
|
89340
|
+
"text": "'s' | 'm'"
|
|
89341
|
+
},
|
|
89342
|
+
"description": "Size variant, either s or m.",
|
|
89343
|
+
"default": "'m' / 's' (lean)",
|
|
89344
|
+
"fieldName": "size"
|
|
89345
|
+
},
|
|
89346
|
+
{
|
|
89347
|
+
"name": "multiple",
|
|
89348
|
+
"type": {
|
|
89349
|
+
"text": "boolean"
|
|
89350
|
+
},
|
|
89351
|
+
"default": "false",
|
|
89352
|
+
"description": "Whether more than one file can be selected.",
|
|
89353
|
+
"fieldName": "multiple"
|
|
89354
|
+
},
|
|
89355
|
+
{
|
|
89356
|
+
"name": "multiple-mode",
|
|
89357
|
+
"type": {
|
|
89358
|
+
"text": "'default' | 'persistent'"
|
|
89359
|
+
},
|
|
89360
|
+
"default": "'default'",
|
|
89361
|
+
"description": "Whether the newly added files should override the previously added ones.",
|
|
89362
|
+
"fieldName": "multipleMode"
|
|
89363
|
+
},
|
|
89364
|
+
{
|
|
89365
|
+
"name": "accept",
|
|
89366
|
+
"type": {
|
|
89367
|
+
"text": "string"
|
|
89368
|
+
},
|
|
89369
|
+
"default": "''",
|
|
89370
|
+
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
89371
|
+
"fieldName": "accept"
|
|
89372
|
+
},
|
|
89373
|
+
{
|
|
89374
|
+
"name": "accessibility-label",
|
|
89375
|
+
"type": {
|
|
89376
|
+
"text": "string"
|
|
89377
|
+
},
|
|
89378
|
+
"default": "''",
|
|
89379
|
+
"description": "This will be forwarded as aria-label to the native input element.",
|
|
89380
|
+
"fieldName": "accessibilityLabel"
|
|
89381
|
+
},
|
|
89382
|
+
{
|
|
89383
|
+
"name": "disabled",
|
|
89384
|
+
"description": "Whether the component is disabled.",
|
|
89385
|
+
"default": "false",
|
|
89386
|
+
"type": {
|
|
89387
|
+
"text": "boolean"
|
|
89388
|
+
},
|
|
89389
|
+
"fieldName": "disabled",
|
|
89390
|
+
"inheritedFrom": {
|
|
89391
|
+
"name": "SbbDisabledMixin",
|
|
89392
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89857
89393
|
}
|
|
89858
89394
|
},
|
|
89859
89395
|
{
|
|
89860
|
-
"
|
|
89861
|
-
"
|
|
89862
|
-
"
|
|
89863
|
-
|
|
89864
|
-
|
|
89865
|
-
|
|
89866
|
-
|
|
89396
|
+
"name": "name",
|
|
89397
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
89398
|
+
"type": {
|
|
89399
|
+
"text": "string"
|
|
89400
|
+
},
|
|
89401
|
+
"fieldName": "name",
|
|
89402
|
+
"inheritedFrom": {
|
|
89403
|
+
"name": "SbbFormAssociatedMixin",
|
|
89404
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89867
89405
|
}
|
|
89406
|
+
}
|
|
89407
|
+
],
|
|
89408
|
+
"mixins": [
|
|
89409
|
+
{
|
|
89410
|
+
"name": "SbbDisabledMixin",
|
|
89411
|
+
"module": "core/mixins.js"
|
|
89868
89412
|
},
|
|
89869
89413
|
{
|
|
89870
|
-
"
|
|
89871
|
-
"
|
|
89414
|
+
"name": "SbbFormAssociatedMixin",
|
|
89415
|
+
"module": "core/mixins.js"
|
|
89416
|
+
}
|
|
89417
|
+
],
|
|
89418
|
+
"parameters": [
|
|
89419
|
+
{
|
|
89420
|
+
"name": "superclass",
|
|
89421
|
+
"type": {
|
|
89422
|
+
"text": "T"
|
|
89423
|
+
}
|
|
89424
|
+
}
|
|
89425
|
+
]
|
|
89426
|
+
}
|
|
89427
|
+
],
|
|
89428
|
+
"exports": [
|
|
89429
|
+
{
|
|
89430
|
+
"kind": "js",
|
|
89431
|
+
"name": "fileSelectorCommonStyle",
|
|
89432
|
+
"declaration": {
|
|
89433
|
+
"name": "fileSelectorCommonStyle",
|
|
89434
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
89435
|
+
}
|
|
89436
|
+
},
|
|
89437
|
+
{
|
|
89438
|
+
"kind": "js",
|
|
89439
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
89440
|
+
"declaration": {
|
|
89441
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
89442
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
89443
|
+
}
|
|
89444
|
+
},
|
|
89445
|
+
{
|
|
89446
|
+
"kind": "js",
|
|
89447
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
89448
|
+
"declaration": {
|
|
89449
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
89450
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
89451
|
+
}
|
|
89452
|
+
}
|
|
89453
|
+
]
|
|
89454
|
+
},
|
|
89455
|
+
{
|
|
89456
|
+
"kind": "javascript-module",
|
|
89457
|
+
"path": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js",
|
|
89458
|
+
"declarations": [
|
|
89459
|
+
{
|
|
89460
|
+
"kind": "class",
|
|
89461
|
+
"description": "It acts as a native `summary` tag for the `sbb-expansion-panel` component.",
|
|
89462
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
89463
|
+
"slots": [
|
|
89464
|
+
{
|
|
89465
|
+
"description": "Use the unnamed slot to add content to the `sbb-expansion-panel-header`.",
|
|
89466
|
+
"name": ""
|
|
89467
|
+
},
|
|
89468
|
+
{
|
|
89469
|
+
"description": "Slot used to render the `sbb-expansion-panel-header` icon.",
|
|
89470
|
+
"name": "icon"
|
|
89471
|
+
}
|
|
89472
|
+
],
|
|
89473
|
+
"members": [
|
|
89474
|
+
{
|
|
89475
|
+
"kind": "field",
|
|
89476
|
+
"name": "elementName",
|
|
89477
|
+
"type": {
|
|
89478
|
+
"text": "string"
|
|
89479
|
+
},
|
|
89480
|
+
"privacy": "public",
|
|
89481
|
+
"static": true,
|
|
89482
|
+
"readonly": true,
|
|
89483
|
+
"inheritedFrom": {
|
|
89484
|
+
"name": "SbbElement",
|
|
89485
|
+
"module": "core/base-elements/element.js"
|
|
89486
|
+
},
|
|
89487
|
+
"default": "'sbb-expansion-panel-header'"
|
|
89488
|
+
},
|
|
89489
|
+
{
|
|
89490
|
+
"kind": "field",
|
|
89491
|
+
"name": "events",
|
|
89492
|
+
"privacy": "public",
|
|
89493
|
+
"static": true,
|
|
89494
|
+
"readonly": true,
|
|
89495
|
+
"default": "{ toggleexpanded: 'toggleexpanded', }",
|
|
89496
|
+
"type": {
|
|
89497
|
+
"text": "{\n toggleexpanded: 'toggleexpanded',\n }"
|
|
89498
|
+
}
|
|
89499
|
+
},
|
|
89500
|
+
{
|
|
89501
|
+
"kind": "field",
|
|
89502
|
+
"name": "_mediaMatcher",
|
|
89872
89503
|
"privacy": "private",
|
|
89873
|
-
"
|
|
89874
|
-
|
|
89875
|
-
|
|
89876
|
-
|
|
89504
|
+
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryHover]: (m) => (this._isHover = m), })"
|
|
89505
|
+
},
|
|
89506
|
+
{
|
|
89507
|
+
"kind": "field",
|
|
89508
|
+
"name": "_isHover",
|
|
89509
|
+
"type": {
|
|
89510
|
+
"text": "boolean"
|
|
89877
89511
|
},
|
|
89878
|
-
"
|
|
89879
|
-
|
|
89880
|
-
|
|
89881
|
-
|
|
89882
|
-
|
|
89883
|
-
|
|
89884
|
-
|
|
89885
|
-
|
|
89512
|
+
"privacy": "private"
|
|
89513
|
+
},
|
|
89514
|
+
{
|
|
89515
|
+
"kind": "field",
|
|
89516
|
+
"name": "_previousSize",
|
|
89517
|
+
"type": {
|
|
89518
|
+
"text": "string | undefined"
|
|
89519
|
+
},
|
|
89520
|
+
"privacy": "private"
|
|
89886
89521
|
},
|
|
89887
89522
|
{
|
|
89888
89523
|
"kind": "method",
|
|
89889
|
-
"name": "
|
|
89524
|
+
"name": "_emitExpandedEvent",
|
|
89890
89525
|
"privacy": "private",
|
|
89891
|
-
"return": {
|
|
89892
|
-
"type": {
|
|
89893
|
-
"text": "void"
|
|
89894
|
-
}
|
|
89895
|
-
},
|
|
89896
|
-
"parameters": [
|
|
89897
|
-
{
|
|
89898
|
-
"name": "event",
|
|
89899
|
-
"type": {
|
|
89900
|
-
"text": "DragEvent"
|
|
89901
|
-
}
|
|
89526
|
+
"return": {
|
|
89527
|
+
"type": {
|
|
89528
|
+
"text": "void"
|
|
89902
89529
|
}
|
|
89903
|
-
|
|
89530
|
+
}
|
|
89904
89531
|
},
|
|
89905
89532
|
{
|
|
89906
89533
|
"kind": "method",
|
|
89907
|
-
"name": "
|
|
89534
|
+
"name": "_onMouseMovement",
|
|
89908
89535
|
"privacy": "private",
|
|
89909
89536
|
"return": {
|
|
89910
89537
|
"type": {
|
|
@@ -89913,56 +89540,54 @@
|
|
|
89913
89540
|
},
|
|
89914
89541
|
"parameters": [
|
|
89915
89542
|
{
|
|
89916
|
-
"name": "
|
|
89543
|
+
"name": "toggleDataAttribute",
|
|
89917
89544
|
"type": {
|
|
89918
|
-
"text": "
|
|
89545
|
+
"text": "boolean"
|
|
89919
89546
|
}
|
|
89920
89547
|
}
|
|
89921
89548
|
]
|
|
89922
89549
|
},
|
|
89923
89550
|
{
|
|
89924
89551
|
"kind": "method",
|
|
89925
|
-
"name": "
|
|
89552
|
+
"name": "_setIconState",
|
|
89926
89553
|
"privacy": "private",
|
|
89927
89554
|
"return": {
|
|
89928
89555
|
"type": {
|
|
89929
89556
|
"text": "void"
|
|
89930
89557
|
}
|
|
89931
89558
|
},
|
|
89932
|
-
"
|
|
89933
|
-
{
|
|
89934
|
-
"name": "event",
|
|
89935
|
-
"type": {
|
|
89936
|
-
"text": "DragEvent"
|
|
89937
|
-
}
|
|
89938
|
-
}
|
|
89939
|
-
]
|
|
89559
|
+
"description": "The :state(icon) is used by the 'sbb-expansion-panel'.\nIt needs to be set before the"
|
|
89940
89560
|
},
|
|
89941
89561
|
{
|
|
89942
89562
|
"kind": "method",
|
|
89943
|
-
"name": "
|
|
89944
|
-
"privacy": "
|
|
89563
|
+
"name": "renderTemplate",
|
|
89564
|
+
"privacy": "protected",
|
|
89945
89565
|
"return": {
|
|
89946
89566
|
"type": {
|
|
89947
|
-
"text": "
|
|
89567
|
+
"text": "TemplateResult"
|
|
89948
89568
|
}
|
|
89949
89569
|
},
|
|
89950
|
-
"
|
|
89951
|
-
|
|
89952
|
-
|
|
89953
|
-
|
|
89954
|
-
|
|
89955
|
-
|
|
89956
|
-
|
|
89957
|
-
|
|
89958
|
-
|
|
89959
|
-
|
|
89960
|
-
|
|
89961
|
-
|
|
89962
|
-
|
|
89963
|
-
|
|
89964
|
-
|
|
89965
|
-
|
|
89570
|
+
"description": "Override this method to render the component template.",
|
|
89571
|
+
"inheritedFrom": {
|
|
89572
|
+
"name": "SbbActionBaseElement",
|
|
89573
|
+
"module": "core/base-elements/action-base-element.js"
|
|
89574
|
+
}
|
|
89575
|
+
},
|
|
89576
|
+
{
|
|
89577
|
+
"kind": "field",
|
|
89578
|
+
"name": "disabledInteractive",
|
|
89579
|
+
"type": {
|
|
89580
|
+
"text": "boolean"
|
|
89581
|
+
},
|
|
89582
|
+
"privacy": "public",
|
|
89583
|
+
"default": "false",
|
|
89584
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
89585
|
+
"attribute": "disabled-interactive",
|
|
89586
|
+
"reflects": true,
|
|
89587
|
+
"inheritedFrom": {
|
|
89588
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
89589
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
89590
|
+
}
|
|
89966
89591
|
},
|
|
89967
89592
|
{
|
|
89968
89593
|
"kind": "field",
|
|
@@ -90010,16 +89635,112 @@
|
|
|
90010
89635
|
},
|
|
90011
89636
|
{
|
|
90012
89637
|
"kind": "field",
|
|
90013
|
-
"name": "
|
|
89638
|
+
"name": "iconName",
|
|
90014
89639
|
"type": {
|
|
90015
|
-
"text": "
|
|
89640
|
+
"text": "string"
|
|
90016
89641
|
},
|
|
90017
89642
|
"privacy": "public",
|
|
90018
|
-
"
|
|
90019
|
-
"
|
|
89643
|
+
"default": "''",
|
|
89644
|
+
"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.",
|
|
89645
|
+
"attribute": "icon-name",
|
|
90020
89646
|
"inheritedFrom": {
|
|
90021
|
-
"name": "
|
|
90022
|
-
"module": "
|
|
89647
|
+
"name": "SbbIconNameMixin",
|
|
89648
|
+
"module": "icon/icon-name-mixin.js"
|
|
89649
|
+
}
|
|
89650
|
+
},
|
|
89651
|
+
{
|
|
89652
|
+
"kind": "method",
|
|
89653
|
+
"name": "renderIconSlot",
|
|
89654
|
+
"privacy": "protected",
|
|
89655
|
+
"return": {
|
|
89656
|
+
"type": {
|
|
89657
|
+
"text": "TemplateResult"
|
|
89658
|
+
}
|
|
89659
|
+
},
|
|
89660
|
+
"parameters": [
|
|
89661
|
+
{
|
|
89662
|
+
"name": "classname",
|
|
89663
|
+
"optional": true,
|
|
89664
|
+
"type": {
|
|
89665
|
+
"text": "string"
|
|
89666
|
+
}
|
|
89667
|
+
}
|
|
89668
|
+
],
|
|
89669
|
+
"inheritedFrom": {
|
|
89670
|
+
"name": "SbbIconNameMixin",
|
|
89671
|
+
"module": "icon/icon-name-mixin.js"
|
|
89672
|
+
}
|
|
89673
|
+
},
|
|
89674
|
+
{
|
|
89675
|
+
"kind": "method",
|
|
89676
|
+
"name": "renderIconName",
|
|
89677
|
+
"privacy": "protected",
|
|
89678
|
+
"return": {
|
|
89679
|
+
"type": {
|
|
89680
|
+
"text": "string"
|
|
89681
|
+
}
|
|
89682
|
+
},
|
|
89683
|
+
"inheritedFrom": {
|
|
89684
|
+
"name": "SbbIconNameMixin",
|
|
89685
|
+
"module": "icon/icon-name-mixin.js"
|
|
89686
|
+
}
|
|
89687
|
+
},
|
|
89688
|
+
{
|
|
89689
|
+
"kind": "method",
|
|
89690
|
+
"name": "_renderIconName",
|
|
89691
|
+
"privacy": "private",
|
|
89692
|
+
"return": {
|
|
89693
|
+
"type": {
|
|
89694
|
+
"text": "string"
|
|
89695
|
+
}
|
|
89696
|
+
},
|
|
89697
|
+
"inheritedFrom": {
|
|
89698
|
+
"name": "SbbIconNameMixin",
|
|
89699
|
+
"module": "icon/icon-name-mixin.js"
|
|
89700
|
+
}
|
|
89701
|
+
},
|
|
89702
|
+
{
|
|
89703
|
+
"kind": "field",
|
|
89704
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
89705
|
+
"type": {
|
|
89706
|
+
"text": "array"
|
|
89707
|
+
},
|
|
89708
|
+
"privacy": "private",
|
|
89709
|
+
"readonly": true,
|
|
89710
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
89711
|
+
"inheritedFrom": {
|
|
89712
|
+
"name": "SbbButtonBaseElement",
|
|
89713
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89714
|
+
}
|
|
89715
|
+
},
|
|
89716
|
+
{
|
|
89717
|
+
"kind": "field",
|
|
89718
|
+
"name": "value",
|
|
89719
|
+
"type": {
|
|
89720
|
+
"text": "string"
|
|
89721
|
+
},
|
|
89722
|
+
"privacy": "public",
|
|
89723
|
+
"inheritedFrom": {
|
|
89724
|
+
"name": "SbbButtonBaseElement",
|
|
89725
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89726
|
+
},
|
|
89727
|
+
"default": "''",
|
|
89728
|
+
"description": "Value of the form element.",
|
|
89729
|
+
"attribute": "value"
|
|
89730
|
+
},
|
|
89731
|
+
{
|
|
89732
|
+
"kind": "field",
|
|
89733
|
+
"name": "type",
|
|
89734
|
+
"privacy": "public",
|
|
89735
|
+
"description": "The type attribute to use for the button.",
|
|
89736
|
+
"default": "'button'",
|
|
89737
|
+
"type": {
|
|
89738
|
+
"text": "SbbButtonType"
|
|
89739
|
+
},
|
|
89740
|
+
"attribute": "type",
|
|
89741
|
+
"inheritedFrom": {
|
|
89742
|
+
"name": "SbbButtonBaseElement",
|
|
89743
|
+
"module": "core/base-elements/button-base-element.js"
|
|
90023
89744
|
}
|
|
90024
89745
|
},
|
|
90025
89746
|
{
|
|
@@ -90029,8 +89750,75 @@
|
|
|
90029
89750
|
"text": "HTMLFormElement | null"
|
|
90030
89751
|
},
|
|
90031
89752
|
"privacy": "public",
|
|
90032
|
-
"description": "
|
|
90033
|
-
"
|
|
89753
|
+
"description": "The `<form>` element to associate the button with.",
|
|
89754
|
+
"inheritedFrom": {
|
|
89755
|
+
"name": "SbbButtonBaseElement",
|
|
89756
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89757
|
+
},
|
|
89758
|
+
"attribute": "form"
|
|
89759
|
+
},
|
|
89760
|
+
{
|
|
89761
|
+
"kind": "field",
|
|
89762
|
+
"name": "_formId",
|
|
89763
|
+
"type": {
|
|
89764
|
+
"text": "string"
|
|
89765
|
+
},
|
|
89766
|
+
"privacy": "private",
|
|
89767
|
+
"default": "''",
|
|
89768
|
+
"inheritedFrom": {
|
|
89769
|
+
"name": "SbbButtonBaseElement",
|
|
89770
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89771
|
+
}
|
|
89772
|
+
},
|
|
89773
|
+
{
|
|
89774
|
+
"kind": "field",
|
|
89775
|
+
"name": "_handleButtonClick",
|
|
89776
|
+
"privacy": "private",
|
|
89777
|
+
"inheritedFrom": {
|
|
89778
|
+
"name": "SbbButtonBaseElement",
|
|
89779
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89780
|
+
}
|
|
89781
|
+
},
|
|
89782
|
+
{
|
|
89783
|
+
"kind": "method",
|
|
89784
|
+
"name": "_requestSubmit",
|
|
89785
|
+
"privacy": "private",
|
|
89786
|
+
"return": {
|
|
89787
|
+
"type": {
|
|
89788
|
+
"text": "void"
|
|
89789
|
+
}
|
|
89790
|
+
},
|
|
89791
|
+
"parameters": [
|
|
89792
|
+
{
|
|
89793
|
+
"name": "form",
|
|
89794
|
+
"type": {
|
|
89795
|
+
"text": "HTMLFormElement"
|
|
89796
|
+
}
|
|
89797
|
+
}
|
|
89798
|
+
],
|
|
89799
|
+
"inheritedFrom": {
|
|
89800
|
+
"name": "SbbButtonBaseElement",
|
|
89801
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89802
|
+
}
|
|
89803
|
+
},
|
|
89804
|
+
{
|
|
89805
|
+
"kind": "field",
|
|
89806
|
+
"name": "_formKeyDown",
|
|
89807
|
+
"privacy": "private",
|
|
89808
|
+
"inheritedFrom": {
|
|
89809
|
+
"name": "SbbButtonBaseElement",
|
|
89810
|
+
"module": "core/base-elements/button-base-element.js"
|
|
89811
|
+
}
|
|
89812
|
+
},
|
|
89813
|
+
{
|
|
89814
|
+
"kind": "field",
|
|
89815
|
+
"name": "formAssociated",
|
|
89816
|
+
"type": {
|
|
89817
|
+
"text": "boolean"
|
|
89818
|
+
},
|
|
89819
|
+
"privacy": "public",
|
|
89820
|
+
"static": true,
|
|
89821
|
+
"default": "true",
|
|
90034
89822
|
"inheritedFrom": {
|
|
90035
89823
|
"name": "SbbFormAssociatedMixin",
|
|
90036
89824
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -90175,9 +89963,24 @@
|
|
|
90175
89963
|
"privacy": "private",
|
|
90176
89964
|
"return": {
|
|
90177
89965
|
"type": {
|
|
90178
|
-
"text": "boolean"
|
|
89966
|
+
"text": "boolean"
|
|
89967
|
+
}
|
|
89968
|
+
},
|
|
89969
|
+
"inheritedFrom": {
|
|
89970
|
+
"name": "SbbFormAssociatedMixin",
|
|
89971
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
89972
|
+
}
|
|
89973
|
+
},
|
|
89974
|
+
{
|
|
89975
|
+
"kind": "method",
|
|
89976
|
+
"name": "updateFormValue",
|
|
89977
|
+
"privacy": "protected",
|
|
89978
|
+
"return": {
|
|
89979
|
+
"type": {
|
|
89980
|
+
"text": "void"
|
|
90179
89981
|
}
|
|
90180
89982
|
},
|
|
89983
|
+
"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",
|
|
90181
89984
|
"inheritedFrom": {
|
|
90182
89985
|
"name": "SbbFormAssociatedMixin",
|
|
90183
89986
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -90307,88 +90110,319 @@
|
|
|
90307
90110
|
"name": "SbbFormAssociatedMixin",
|
|
90308
90111
|
"module": "core/mixins/form-associated-mixin.js"
|
|
90309
90112
|
}
|
|
90310
|
-
}
|
|
90311
|
-
],
|
|
90312
|
-
"events": [
|
|
90113
|
+
},
|
|
90313
90114
|
{
|
|
90314
|
-
"
|
|
90115
|
+
"kind": "field",
|
|
90116
|
+
"name": "role",
|
|
90315
90117
|
"type": {
|
|
90316
|
-
"text": "
|
|
90118
|
+
"text": "ElementInternals['role']"
|
|
90317
90119
|
},
|
|
90318
|
-
"
|
|
90120
|
+
"privacy": "public",
|
|
90121
|
+
"static": true,
|
|
90122
|
+
"readonly": true,
|
|
90123
|
+
"default": "'button'",
|
|
90124
|
+
"inheritedFrom": {
|
|
90125
|
+
"name": "SbbButtonLikeBaseElement",
|
|
90126
|
+
"module": "core/base-elements/button-base-element.js"
|
|
90127
|
+
}
|
|
90319
90128
|
},
|
|
90320
90129
|
{
|
|
90321
|
-
"
|
|
90130
|
+
"kind": "field",
|
|
90131
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
90132
|
+
"privacy": "private",
|
|
90133
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
90134
|
+
"parameters": [
|
|
90135
|
+
{
|
|
90136
|
+
"description": "The origin event.",
|
|
90137
|
+
"name": "event"
|
|
90138
|
+
}
|
|
90139
|
+
],
|
|
90140
|
+
"inheritedFrom": {
|
|
90141
|
+
"name": "SbbButtonLikeBaseElement",
|
|
90142
|
+
"module": "core/base-elements/button-base-element.js"
|
|
90143
|
+
}
|
|
90144
|
+
},
|
|
90145
|
+
{
|
|
90146
|
+
"kind": "field",
|
|
90147
|
+
"name": "_removeActiveMarker",
|
|
90148
|
+
"privacy": "private",
|
|
90149
|
+
"inheritedFrom": {
|
|
90150
|
+
"name": "SbbButtonLikeBaseElement",
|
|
90151
|
+
"module": "core/base-elements/button-base-element.js"
|
|
90152
|
+
}
|
|
90153
|
+
},
|
|
90154
|
+
{
|
|
90155
|
+
"kind": "field",
|
|
90156
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
90157
|
+
"privacy": "private",
|
|
90158
|
+
"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.",
|
|
90159
|
+
"parameters": [
|
|
90160
|
+
{
|
|
90161
|
+
"description": "The origin event.",
|
|
90162
|
+
"name": "event"
|
|
90163
|
+
}
|
|
90164
|
+
],
|
|
90165
|
+
"inheritedFrom": {
|
|
90166
|
+
"name": "SbbButtonLikeBaseElement",
|
|
90167
|
+
"module": "core/base-elements/button-base-element.js"
|
|
90168
|
+
}
|
|
90169
|
+
},
|
|
90170
|
+
{
|
|
90171
|
+
"kind": "field",
|
|
90172
|
+
"name": "_dispatchClickEvent",
|
|
90173
|
+
"privacy": "private",
|
|
90174
|
+
"inheritedFrom": {
|
|
90175
|
+
"name": "SbbButtonLikeBaseElement",
|
|
90176
|
+
"module": "core/base-elements/button-base-element.js"
|
|
90177
|
+
}
|
|
90178
|
+
},
|
|
90179
|
+
{
|
|
90180
|
+
"kind": "field",
|
|
90181
|
+
"name": "maybeDisabled",
|
|
90322
90182
|
"type": {
|
|
90323
|
-
"text": "
|
|
90183
|
+
"text": "boolean | undefined"
|
|
90324
90184
|
},
|
|
90325
|
-
"
|
|
90185
|
+
"privacy": "protected",
|
|
90186
|
+
"readonly": true,
|
|
90187
|
+
"inheritedFrom": {
|
|
90188
|
+
"name": "SbbActionBaseElement",
|
|
90189
|
+
"module": "core/base-elements/action-base-element.js"
|
|
90190
|
+
}
|
|
90326
90191
|
},
|
|
90327
90192
|
{
|
|
90328
|
-
"
|
|
90193
|
+
"kind": "field",
|
|
90194
|
+
"name": "maybeDisabledInteractive",
|
|
90329
90195
|
"type": {
|
|
90330
|
-
"text": "
|
|
90196
|
+
"text": "boolean | undefined"
|
|
90331
90197
|
},
|
|
90332
|
-
"
|
|
90198
|
+
"privacy": "protected",
|
|
90199
|
+
"readonly": true,
|
|
90200
|
+
"inheritedFrom": {
|
|
90201
|
+
"name": "SbbActionBaseElement",
|
|
90202
|
+
"module": "core/base-elements/action-base-element.js"
|
|
90203
|
+
}
|
|
90204
|
+
},
|
|
90205
|
+
{
|
|
90206
|
+
"kind": "method",
|
|
90207
|
+
"name": "setupBaseEventHandlers",
|
|
90208
|
+
"privacy": "protected",
|
|
90209
|
+
"return": {
|
|
90210
|
+
"type": {
|
|
90211
|
+
"text": "void"
|
|
90212
|
+
}
|
|
90213
|
+
},
|
|
90214
|
+
"inheritedFrom": {
|
|
90215
|
+
"name": "SbbActionBaseElement",
|
|
90216
|
+
"module": "core/base-elements/action-base-element.js"
|
|
90217
|
+
}
|
|
90218
|
+
},
|
|
90219
|
+
{
|
|
90220
|
+
"kind": "field",
|
|
90221
|
+
"name": "_hydrationRequired",
|
|
90222
|
+
"type": {
|
|
90223
|
+
"text": "boolean"
|
|
90224
|
+
},
|
|
90225
|
+
"privacy": "private",
|
|
90226
|
+
"default": "!!this.shadowRoot",
|
|
90227
|
+
"inheritedFrom": {
|
|
90228
|
+
"name": "SbbElement",
|
|
90229
|
+
"module": "core/base-elements/element.js"
|
|
90230
|
+
}
|
|
90231
|
+
},
|
|
90232
|
+
{
|
|
90233
|
+
"kind": "field",
|
|
90234
|
+
"name": "_hydrationComplete",
|
|
90235
|
+
"privacy": "private",
|
|
90236
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
90237
|
+
"inheritedFrom": {
|
|
90238
|
+
"name": "SbbElement",
|
|
90239
|
+
"module": "core/base-elements/element.js"
|
|
90240
|
+
}
|
|
90241
|
+
},
|
|
90242
|
+
{
|
|
90243
|
+
"kind": "field",
|
|
90244
|
+
"name": "_resolveHydration",
|
|
90245
|
+
"type": {
|
|
90246
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
90247
|
+
},
|
|
90248
|
+
"privacy": "private",
|
|
90249
|
+
"inheritedFrom": {
|
|
90250
|
+
"name": "SbbElement",
|
|
90251
|
+
"module": "core/base-elements/element.js"
|
|
90252
|
+
}
|
|
90253
|
+
},
|
|
90254
|
+
{
|
|
90255
|
+
"kind": "field",
|
|
90256
|
+
"name": "hydrationRequired",
|
|
90257
|
+
"type": {
|
|
90258
|
+
"text": "boolean"
|
|
90259
|
+
},
|
|
90260
|
+
"privacy": "protected",
|
|
90261
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
90262
|
+
"readonly": true,
|
|
90263
|
+
"inheritedFrom": {
|
|
90264
|
+
"name": "SbbElement",
|
|
90265
|
+
"module": "core/base-elements/element.js"
|
|
90266
|
+
},
|
|
90267
|
+
"default": "!!this.shadowRoot"
|
|
90268
|
+
},
|
|
90269
|
+
{
|
|
90270
|
+
"kind": "method",
|
|
90271
|
+
"name": "toggleState",
|
|
90272
|
+
"privacy": "protected",
|
|
90273
|
+
"return": {
|
|
90274
|
+
"type": {
|
|
90275
|
+
"text": "void"
|
|
90276
|
+
}
|
|
90277
|
+
},
|
|
90278
|
+
"parameters": [
|
|
90279
|
+
{
|
|
90280
|
+
"name": "value",
|
|
90281
|
+
"type": {
|
|
90282
|
+
"text": "string"
|
|
90283
|
+
}
|
|
90284
|
+
},
|
|
90285
|
+
{
|
|
90286
|
+
"name": "force",
|
|
90287
|
+
"optional": true,
|
|
90288
|
+
"type": {
|
|
90289
|
+
"text": "boolean"
|
|
90290
|
+
}
|
|
90291
|
+
}
|
|
90292
|
+
],
|
|
90293
|
+
"inheritedFrom": {
|
|
90294
|
+
"name": "SbbElement",
|
|
90295
|
+
"module": "core/base-elements/element.js"
|
|
90296
|
+
}
|
|
90297
|
+
},
|
|
90298
|
+
{
|
|
90299
|
+
"kind": "field",
|
|
90300
|
+
"name": "['_$sbbElement$']",
|
|
90301
|
+
"type": {
|
|
90302
|
+
"text": "boolean"
|
|
90303
|
+
},
|
|
90304
|
+
"privacy": "public",
|
|
90305
|
+
"static": true,
|
|
90306
|
+
"default": "true",
|
|
90307
|
+
"inheritedFrom": {
|
|
90308
|
+
"name": "SbbElement",
|
|
90309
|
+
"module": "core/base-elements/element.js"
|
|
90310
|
+
}
|
|
90311
|
+
},
|
|
90312
|
+
{
|
|
90313
|
+
"kind": "field",
|
|
90314
|
+
"name": "_controllers",
|
|
90315
|
+
"type": {
|
|
90316
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
90317
|
+
},
|
|
90318
|
+
"privacy": "private",
|
|
90319
|
+
"inheritedFrom": {
|
|
90320
|
+
"name": "SbbElement",
|
|
90321
|
+
"module": "core/base-elements/element.js"
|
|
90322
|
+
}
|
|
90323
|
+
}
|
|
90324
|
+
],
|
|
90325
|
+
"events": [
|
|
90326
|
+
{
|
|
90327
|
+
"name": "toggleexpanded",
|
|
90328
|
+
"type": {
|
|
90329
|
+
"text": "Event"
|
|
90330
|
+
},
|
|
90331
|
+
"description": "Notifies that the `sbb-expansion-panel` is about to expand/shrink."
|
|
90332
|
+
}
|
|
90333
|
+
],
|
|
90334
|
+
"mixins": [
|
|
90335
|
+
{
|
|
90336
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
90337
|
+
"module": "core/mixins.js"
|
|
90338
|
+
},
|
|
90339
|
+
{
|
|
90340
|
+
"name": "SbbIconNameMixin",
|
|
90341
|
+
"module": "icon.js"
|
|
90333
90342
|
}
|
|
90334
90343
|
],
|
|
90344
|
+
"superclass": {
|
|
90345
|
+
"name": "SbbButtonBaseElement",
|
|
90346
|
+
"module": "core/base-elements.js"
|
|
90347
|
+
},
|
|
90348
|
+
"tagName": "sbb-expansion-panel-header",
|
|
90349
|
+
"customElement": true,
|
|
90335
90350
|
"attributes": [
|
|
90336
90351
|
{
|
|
90337
|
-
"name": "
|
|
90352
|
+
"name": "disabled-interactive",
|
|
90338
90353
|
"type": {
|
|
90339
|
-
"text": "
|
|
90354
|
+
"text": "boolean"
|
|
90340
90355
|
},
|
|
90341
|
-
"
|
|
90342
|
-
"
|
|
90343
|
-
"fieldName": "
|
|
90356
|
+
"default": "false",
|
|
90357
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
90358
|
+
"fieldName": "disabledInteractive",
|
|
90359
|
+
"inheritedFrom": {
|
|
90360
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
90361
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
90362
|
+
}
|
|
90344
90363
|
},
|
|
90345
90364
|
{
|
|
90346
|
-
"name": "
|
|
90365
|
+
"name": "disabled",
|
|
90366
|
+
"description": "Whether the component is disabled.",
|
|
90367
|
+
"default": "false",
|
|
90347
90368
|
"type": {
|
|
90348
90369
|
"text": "boolean"
|
|
90349
90370
|
},
|
|
90350
|
-
"
|
|
90351
|
-
"
|
|
90352
|
-
|
|
90371
|
+
"fieldName": "disabled",
|
|
90372
|
+
"inheritedFrom": {
|
|
90373
|
+
"name": "SbbDisabledMixin",
|
|
90374
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
90375
|
+
}
|
|
90353
90376
|
},
|
|
90354
90377
|
{
|
|
90355
|
-
"name": "
|
|
90378
|
+
"name": "icon-name",
|
|
90356
90379
|
"type": {
|
|
90357
|
-
"text": "
|
|
90380
|
+
"text": "string"
|
|
90358
90381
|
},
|
|
90359
|
-
"default": "'
|
|
90360
|
-
"description": "
|
|
90361
|
-
"fieldName": "
|
|
90382
|
+
"default": "''",
|
|
90383
|
+
"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.",
|
|
90384
|
+
"fieldName": "iconName",
|
|
90385
|
+
"inheritedFrom": {
|
|
90386
|
+
"name": "SbbIconNameMixin",
|
|
90387
|
+
"module": "icon/icon-name-mixin.js"
|
|
90388
|
+
}
|
|
90362
90389
|
},
|
|
90363
90390
|
{
|
|
90364
|
-
"name": "
|
|
90391
|
+
"name": "value",
|
|
90365
90392
|
"type": {
|
|
90366
90393
|
"text": "string"
|
|
90367
90394
|
},
|
|
90368
90395
|
"default": "''",
|
|
90369
|
-
"description": "
|
|
90370
|
-
"fieldName": "
|
|
90396
|
+
"description": "Value of the form element.",
|
|
90397
|
+
"fieldName": "value",
|
|
90398
|
+
"inheritedFrom": {
|
|
90399
|
+
"name": "SbbButtonBaseElement",
|
|
90400
|
+
"module": "core/base-elements/button-base-element.js"
|
|
90401
|
+
}
|
|
90371
90402
|
},
|
|
90372
90403
|
{
|
|
90373
|
-
"name": "
|
|
90404
|
+
"name": "type",
|
|
90405
|
+
"description": "The type attribute to use for the button.",
|
|
90406
|
+
"default": "'button'",
|
|
90374
90407
|
"type": {
|
|
90375
|
-
"text": "
|
|
90408
|
+
"text": "SbbButtonType"
|
|
90376
90409
|
},
|
|
90377
|
-
"
|
|
90378
|
-
"
|
|
90379
|
-
|
|
90410
|
+
"fieldName": "type",
|
|
90411
|
+
"inheritedFrom": {
|
|
90412
|
+
"name": "SbbButtonBaseElement",
|
|
90413
|
+
"module": "core/base-elements/button-base-element.js"
|
|
90414
|
+
}
|
|
90380
90415
|
},
|
|
90381
90416
|
{
|
|
90382
|
-
"name": "
|
|
90383
|
-
"description": "
|
|
90384
|
-
"default": "false",
|
|
90417
|
+
"name": "form",
|
|
90418
|
+
"description": "The `<form>` element to associate the button with.",
|
|
90385
90419
|
"type": {
|
|
90386
|
-
"text": "
|
|
90420
|
+
"text": "HTMLFormElement | null"
|
|
90387
90421
|
},
|
|
90388
|
-
"fieldName": "
|
|
90422
|
+
"fieldName": "form",
|
|
90389
90423
|
"inheritedFrom": {
|
|
90390
|
-
"name": "
|
|
90391
|
-
"module": "core/
|
|
90424
|
+
"name": "SbbButtonBaseElement",
|
|
90425
|
+
"module": "core/base-elements/button-base-element.js"
|
|
90392
90426
|
}
|
|
90393
90427
|
},
|
|
90394
90428
|
{
|
|
@@ -90403,50 +90437,16 @@
|
|
|
90403
90437
|
"module": "core/mixins/form-associated-mixin.js"
|
|
90404
90438
|
}
|
|
90405
90439
|
}
|
|
90406
|
-
],
|
|
90407
|
-
"mixins": [
|
|
90408
|
-
{
|
|
90409
|
-
"name": "SbbDisabledMixin",
|
|
90410
|
-
"module": "core/mixins.js"
|
|
90411
|
-
},
|
|
90412
|
-
{
|
|
90413
|
-
"name": "SbbFormAssociatedMixin",
|
|
90414
|
-
"module": "core/mixins.js"
|
|
90415
|
-
}
|
|
90416
|
-
],
|
|
90417
|
-
"parameters": [
|
|
90418
|
-
{
|
|
90419
|
-
"name": "superclass",
|
|
90420
|
-
"type": {
|
|
90421
|
-
"text": "T"
|
|
90422
|
-
}
|
|
90423
|
-
}
|
|
90424
90440
|
]
|
|
90425
90441
|
}
|
|
90426
90442
|
],
|
|
90427
90443
|
"exports": [
|
|
90428
90444
|
{
|
|
90429
90445
|
"kind": "js",
|
|
90430
|
-
"name": "
|
|
90431
|
-
"declaration": {
|
|
90432
|
-
"name": "fileSelectorCommonStyle",
|
|
90433
|
-
"module": "file-selector/common/file-selector-common.js"
|
|
90434
|
-
}
|
|
90435
|
-
},
|
|
90436
|
-
{
|
|
90437
|
-
"kind": "js",
|
|
90438
|
-
"name": "SbbFileSelectorCommonElementMixinType",
|
|
90439
|
-
"declaration": {
|
|
90440
|
-
"name": "SbbFileSelectorCommonElementMixinType",
|
|
90441
|
-
"module": "file-selector/common/file-selector-common.js"
|
|
90442
|
-
}
|
|
90443
|
-
},
|
|
90444
|
-
{
|
|
90445
|
-
"kind": "js",
|
|
90446
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
90446
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
90447
90447
|
"declaration": {
|
|
90448
|
-
"name": "
|
|
90449
|
-
"module": "
|
|
90448
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
90449
|
+
"module": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js"
|
|
90450
90450
|
}
|
|
90451
90451
|
}
|
|
90452
90452
|
]
|
|
@@ -109900,59 +109900,229 @@
|
|
|
109900
109900
|
}
|
|
109901
109901
|
},
|
|
109902
109902
|
{
|
|
109903
|
-
"name": "type",
|
|
109904
|
-
"description": "The type attribute to use for the button.",
|
|
109905
|
-
"default": "'button'",
|
|
109903
|
+
"name": "type",
|
|
109904
|
+
"description": "The type attribute to use for the button.",
|
|
109905
|
+
"default": "'button'",
|
|
109906
|
+
"type": {
|
|
109907
|
+
"text": "SbbButtonType"
|
|
109908
|
+
},
|
|
109909
|
+
"fieldName": "type",
|
|
109910
|
+
"inheritedFrom": {
|
|
109911
|
+
"name": "SbbButtonBaseElement",
|
|
109912
|
+
"module": "core/base-elements/button-base-element.js"
|
|
109913
|
+
}
|
|
109914
|
+
},
|
|
109915
|
+
{
|
|
109916
|
+
"name": "form",
|
|
109917
|
+
"description": "The `<form>` element to associate the button with.",
|
|
109918
|
+
"type": {
|
|
109919
|
+
"text": "HTMLFormElement | null"
|
|
109920
|
+
},
|
|
109921
|
+
"fieldName": "form",
|
|
109922
|
+
"inheritedFrom": {
|
|
109923
|
+
"name": "SbbButtonBaseElement",
|
|
109924
|
+
"module": "core/base-elements/button-base-element.js"
|
|
109925
|
+
}
|
|
109926
|
+
},
|
|
109927
|
+
{
|
|
109928
|
+
"name": "name",
|
|
109929
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
109930
|
+
"type": {
|
|
109931
|
+
"text": "string"
|
|
109932
|
+
},
|
|
109933
|
+
"fieldName": "name",
|
|
109934
|
+
"inheritedFrom": {
|
|
109935
|
+
"name": "SbbFormAssociatedMixin",
|
|
109936
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
109937
|
+
}
|
|
109938
|
+
}
|
|
109939
|
+
],
|
|
109940
|
+
"superclass": {
|
|
109941
|
+
"name": "SbbButtonBaseElement",
|
|
109942
|
+
"module": "core/base-elements.js"
|
|
109943
|
+
},
|
|
109944
|
+
"tagName": "sbb-mini-calendar-day",
|
|
109945
|
+
"customElement": true,
|
|
109946
|
+
"classGenerics": "T = Date"
|
|
109947
|
+
}
|
|
109948
|
+
],
|
|
109949
|
+
"exports": [
|
|
109950
|
+
{
|
|
109951
|
+
"kind": "js",
|
|
109952
|
+
"name": "SbbMiniCalendarDayElement",
|
|
109953
|
+
"declaration": {
|
|
109954
|
+
"name": "SbbMiniCalendarDayElement",
|
|
109955
|
+
"module": "mini-calendar/mini-calendar-day/mini-calendar-day.component.js"
|
|
109956
|
+
}
|
|
109957
|
+
}
|
|
109958
|
+
]
|
|
109959
|
+
},
|
|
109960
|
+
{
|
|
109961
|
+
"kind": "javascript-module",
|
|
109962
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
109963
|
+
"declarations": [
|
|
109964
|
+
{
|
|
109965
|
+
"kind": "class",
|
|
109966
|
+
"description": "",
|
|
109967
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109968
|
+
"members": [
|
|
109969
|
+
{
|
|
109970
|
+
"kind": "field",
|
|
109971
|
+
"name": "size",
|
|
109972
|
+
"type": {
|
|
109973
|
+
"text": "SbbNavigationActionSize"
|
|
109974
|
+
},
|
|
109975
|
+
"privacy": "public"
|
|
109976
|
+
},
|
|
109977
|
+
{
|
|
109978
|
+
"kind": "field",
|
|
109979
|
+
"name": "marker",
|
|
109980
|
+
"type": {
|
|
109981
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
109982
|
+
},
|
|
109983
|
+
"privacy": "public",
|
|
109984
|
+
"readonly": true
|
|
109985
|
+
},
|
|
109986
|
+
{
|
|
109987
|
+
"kind": "field",
|
|
109988
|
+
"name": "section",
|
|
109989
|
+
"type": {
|
|
109990
|
+
"text": "SbbNavigationSectionElement | null"
|
|
109991
|
+
},
|
|
109992
|
+
"privacy": "public",
|
|
109993
|
+
"readonly": true
|
|
109994
|
+
},
|
|
109995
|
+
{
|
|
109996
|
+
"kind": "field",
|
|
109997
|
+
"name": "connectedSection",
|
|
109998
|
+
"type": {
|
|
109999
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110000
|
+
},
|
|
110001
|
+
"privacy": "public"
|
|
110002
|
+
}
|
|
110003
|
+
]
|
|
110004
|
+
},
|
|
110005
|
+
{
|
|
110006
|
+
"kind": "mixin",
|
|
110007
|
+
"description": "",
|
|
110008
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110009
|
+
"members": [
|
|
110010
|
+
{
|
|
110011
|
+
"kind": "field",
|
|
110012
|
+
"name": "styles",
|
|
110013
|
+
"type": {
|
|
110014
|
+
"text": "CSSResultGroup"
|
|
110015
|
+
},
|
|
110016
|
+
"privacy": "public",
|
|
110017
|
+
"static": true,
|
|
110018
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110019
|
+
},
|
|
110020
|
+
{
|
|
110021
|
+
"kind": "field",
|
|
110022
|
+
"name": "size",
|
|
110023
|
+
"type": {
|
|
110024
|
+
"text": "SbbNavigationActionSize"
|
|
110025
|
+
},
|
|
110026
|
+
"privacy": "public",
|
|
110027
|
+
"description": "Action size variant, either s, m or l.",
|
|
110028
|
+
"default": "'l' / 's' (lean)",
|
|
110029
|
+
"attribute": "size",
|
|
110030
|
+
"reflects": true
|
|
110031
|
+
},
|
|
110032
|
+
{
|
|
110033
|
+
"kind": "field",
|
|
110034
|
+
"name": "connectedSection",
|
|
110035
|
+
"type": {
|
|
110036
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110037
|
+
},
|
|
110038
|
+
"privacy": "public",
|
|
110039
|
+
"description": "The section that is being controlled by the action, if any."
|
|
110040
|
+
},
|
|
110041
|
+
{
|
|
110042
|
+
"kind": "field",
|
|
110043
|
+
"name": "marker",
|
|
110044
|
+
"type": {
|
|
110045
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110046
|
+
},
|
|
110047
|
+
"privacy": "public",
|
|
110048
|
+
"description": "The navigation marker in which the action is nested.",
|
|
110049
|
+
"readonly": true
|
|
110050
|
+
},
|
|
110051
|
+
{
|
|
110052
|
+
"kind": "field",
|
|
110053
|
+
"name": "section",
|
|
110054
|
+
"type": {
|
|
110055
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110056
|
+
},
|
|
110057
|
+
"privacy": "public",
|
|
110058
|
+
"description": "The section in which the action is nested.",
|
|
110059
|
+
"readonly": true
|
|
110060
|
+
},
|
|
110061
|
+
{
|
|
110062
|
+
"kind": "field",
|
|
110063
|
+
"name": "_navigationMarker",
|
|
109906
110064
|
"type": {
|
|
109907
|
-
"text": "
|
|
110065
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
109908
110066
|
},
|
|
109909
|
-
"
|
|
109910
|
-
"
|
|
109911
|
-
"name": "SbbButtonBaseElement",
|
|
109912
|
-
"module": "core/base-elements/button-base-element.js"
|
|
109913
|
-
}
|
|
110067
|
+
"privacy": "private",
|
|
110068
|
+
"default": "null"
|
|
109914
110069
|
},
|
|
109915
110070
|
{
|
|
109916
|
-
"
|
|
109917
|
-
"
|
|
110071
|
+
"kind": "field",
|
|
110072
|
+
"name": "_navigationSection",
|
|
109918
110073
|
"type": {
|
|
109919
|
-
"text": "
|
|
110074
|
+
"text": "SbbNavigationSectionElement | null"
|
|
109920
110075
|
},
|
|
109921
|
-
"
|
|
109922
|
-
"
|
|
109923
|
-
"name": "SbbButtonBaseElement",
|
|
109924
|
-
"module": "core/base-elements/button-base-element.js"
|
|
109925
|
-
}
|
|
110076
|
+
"privacy": "private",
|
|
110077
|
+
"default": "null"
|
|
109926
110078
|
},
|
|
109927
110079
|
{
|
|
109928
|
-
"
|
|
109929
|
-
"
|
|
110080
|
+
"kind": "method",
|
|
110081
|
+
"name": "renderTemplate",
|
|
110082
|
+
"privacy": "protected",
|
|
110083
|
+
"return": {
|
|
110084
|
+
"type": {
|
|
110085
|
+
"text": "TemplateResult"
|
|
110086
|
+
}
|
|
110087
|
+
}
|
|
110088
|
+
}
|
|
110089
|
+
],
|
|
110090
|
+
"attributes": [
|
|
110091
|
+
{
|
|
110092
|
+
"name": "size",
|
|
109930
110093
|
"type": {
|
|
109931
|
-
"text": "
|
|
110094
|
+
"text": "SbbNavigationActionSize"
|
|
109932
110095
|
},
|
|
109933
|
-
"
|
|
109934
|
-
"
|
|
109935
|
-
|
|
109936
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
109937
|
-
}
|
|
110096
|
+
"description": "Action size variant, either s, m or l.",
|
|
110097
|
+
"default": "'l' / 's' (lean)",
|
|
110098
|
+
"fieldName": "size"
|
|
109938
110099
|
}
|
|
109939
110100
|
],
|
|
109940
|
-
"
|
|
109941
|
-
|
|
109942
|
-
|
|
109943
|
-
|
|
109944
|
-
|
|
109945
|
-
|
|
109946
|
-
|
|
110101
|
+
"parameters": [
|
|
110102
|
+
{
|
|
110103
|
+
"name": "superClass",
|
|
110104
|
+
"type": {
|
|
110105
|
+
"text": "T"
|
|
110106
|
+
}
|
|
110107
|
+
}
|
|
110108
|
+
]
|
|
109947
110109
|
}
|
|
109948
110110
|
],
|
|
109949
110111
|
"exports": [
|
|
109950
110112
|
{
|
|
109951
110113
|
"kind": "js",
|
|
109952
|
-
"name": "
|
|
110114
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109953
110115
|
"declaration": {
|
|
109954
|
-
"name": "
|
|
109955
|
-
"module": "
|
|
110116
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110117
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110118
|
+
}
|
|
110119
|
+
},
|
|
110120
|
+
{
|
|
110121
|
+
"kind": "js",
|
|
110122
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110123
|
+
"declaration": {
|
|
110124
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110125
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
109956
110126
|
}
|
|
109957
110127
|
}
|
|
109958
110128
|
]
|
|
@@ -110175,176 +110345,6 @@
|
|
|
110175
110345
|
}
|
|
110176
110346
|
]
|
|
110177
110347
|
},
|
|
110178
|
-
{
|
|
110179
|
-
"kind": "javascript-module",
|
|
110180
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
110181
|
-
"declarations": [
|
|
110182
|
-
{
|
|
110183
|
-
"kind": "class",
|
|
110184
|
-
"description": "",
|
|
110185
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110186
|
-
"members": [
|
|
110187
|
-
{
|
|
110188
|
-
"kind": "field",
|
|
110189
|
-
"name": "size",
|
|
110190
|
-
"type": {
|
|
110191
|
-
"text": "SbbNavigationActionSize"
|
|
110192
|
-
},
|
|
110193
|
-
"privacy": "public"
|
|
110194
|
-
},
|
|
110195
|
-
{
|
|
110196
|
-
"kind": "field",
|
|
110197
|
-
"name": "marker",
|
|
110198
|
-
"type": {
|
|
110199
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110200
|
-
},
|
|
110201
|
-
"privacy": "public",
|
|
110202
|
-
"readonly": true
|
|
110203
|
-
},
|
|
110204
|
-
{
|
|
110205
|
-
"kind": "field",
|
|
110206
|
-
"name": "section",
|
|
110207
|
-
"type": {
|
|
110208
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110209
|
-
},
|
|
110210
|
-
"privacy": "public",
|
|
110211
|
-
"readonly": true
|
|
110212
|
-
},
|
|
110213
|
-
{
|
|
110214
|
-
"kind": "field",
|
|
110215
|
-
"name": "connectedSection",
|
|
110216
|
-
"type": {
|
|
110217
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110218
|
-
},
|
|
110219
|
-
"privacy": "public"
|
|
110220
|
-
}
|
|
110221
|
-
]
|
|
110222
|
-
},
|
|
110223
|
-
{
|
|
110224
|
-
"kind": "mixin",
|
|
110225
|
-
"description": "",
|
|
110226
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110227
|
-
"members": [
|
|
110228
|
-
{
|
|
110229
|
-
"kind": "field",
|
|
110230
|
-
"name": "styles",
|
|
110231
|
-
"type": {
|
|
110232
|
-
"text": "CSSResultGroup"
|
|
110233
|
-
},
|
|
110234
|
-
"privacy": "public",
|
|
110235
|
-
"static": true,
|
|
110236
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110237
|
-
},
|
|
110238
|
-
{
|
|
110239
|
-
"kind": "field",
|
|
110240
|
-
"name": "size",
|
|
110241
|
-
"type": {
|
|
110242
|
-
"text": "SbbNavigationActionSize"
|
|
110243
|
-
},
|
|
110244
|
-
"privacy": "public",
|
|
110245
|
-
"description": "Action size variant, either s, m or l.",
|
|
110246
|
-
"default": "'l' / 's' (lean)",
|
|
110247
|
-
"attribute": "size",
|
|
110248
|
-
"reflects": true
|
|
110249
|
-
},
|
|
110250
|
-
{
|
|
110251
|
-
"kind": "field",
|
|
110252
|
-
"name": "connectedSection",
|
|
110253
|
-
"type": {
|
|
110254
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110255
|
-
},
|
|
110256
|
-
"privacy": "public",
|
|
110257
|
-
"description": "The section that is being controlled by the action, if any."
|
|
110258
|
-
},
|
|
110259
|
-
{
|
|
110260
|
-
"kind": "field",
|
|
110261
|
-
"name": "marker",
|
|
110262
|
-
"type": {
|
|
110263
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110264
|
-
},
|
|
110265
|
-
"privacy": "public",
|
|
110266
|
-
"description": "The navigation marker in which the action is nested.",
|
|
110267
|
-
"readonly": true
|
|
110268
|
-
},
|
|
110269
|
-
{
|
|
110270
|
-
"kind": "field",
|
|
110271
|
-
"name": "section",
|
|
110272
|
-
"type": {
|
|
110273
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110274
|
-
},
|
|
110275
|
-
"privacy": "public",
|
|
110276
|
-
"description": "The section in which the action is nested.",
|
|
110277
|
-
"readonly": true
|
|
110278
|
-
},
|
|
110279
|
-
{
|
|
110280
|
-
"kind": "field",
|
|
110281
|
-
"name": "_navigationMarker",
|
|
110282
|
-
"type": {
|
|
110283
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110284
|
-
},
|
|
110285
|
-
"privacy": "private",
|
|
110286
|
-
"default": "null"
|
|
110287
|
-
},
|
|
110288
|
-
{
|
|
110289
|
-
"kind": "field",
|
|
110290
|
-
"name": "_navigationSection",
|
|
110291
|
-
"type": {
|
|
110292
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110293
|
-
},
|
|
110294
|
-
"privacy": "private",
|
|
110295
|
-
"default": "null"
|
|
110296
|
-
},
|
|
110297
|
-
{
|
|
110298
|
-
"kind": "method",
|
|
110299
|
-
"name": "renderTemplate",
|
|
110300
|
-
"privacy": "protected",
|
|
110301
|
-
"return": {
|
|
110302
|
-
"type": {
|
|
110303
|
-
"text": "TemplateResult"
|
|
110304
|
-
}
|
|
110305
|
-
}
|
|
110306
|
-
}
|
|
110307
|
-
],
|
|
110308
|
-
"attributes": [
|
|
110309
|
-
{
|
|
110310
|
-
"name": "size",
|
|
110311
|
-
"type": {
|
|
110312
|
-
"text": "SbbNavigationActionSize"
|
|
110313
|
-
},
|
|
110314
|
-
"description": "Action size variant, either s, m or l.",
|
|
110315
|
-
"default": "'l' / 's' (lean)",
|
|
110316
|
-
"fieldName": "size"
|
|
110317
|
-
}
|
|
110318
|
-
],
|
|
110319
|
-
"parameters": [
|
|
110320
|
-
{
|
|
110321
|
-
"name": "superClass",
|
|
110322
|
-
"type": {
|
|
110323
|
-
"text": "T"
|
|
110324
|
-
}
|
|
110325
|
-
}
|
|
110326
|
-
]
|
|
110327
|
-
}
|
|
110328
|
-
],
|
|
110329
|
-
"exports": [
|
|
110330
|
-
{
|
|
110331
|
-
"kind": "js",
|
|
110332
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110333
|
-
"declaration": {
|
|
110334
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110335
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110336
|
-
}
|
|
110337
|
-
},
|
|
110338
|
-
{
|
|
110339
|
-
"kind": "js",
|
|
110340
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110341
|
-
"declaration": {
|
|
110342
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110343
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110344
|
-
}
|
|
110345
|
-
}
|
|
110346
|
-
]
|
|
110347
|
-
},
|
|
110348
110348
|
{
|
|
110349
110349
|
"kind": "javascript-module",
|
|
110350
110350
|
"path": "navigation/navigation/navigation.component.js",
|