@sbb-esta/lyne-elements-dev 4.7.0-dev.1773304638 → 4.7.0-dev.1773329616
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/core/styles/core.scss +9 -26
- package/core.css +10 -20
- package/custom-elements.json +1749 -1740
- package/development/mini-calendar/mini-calendar-day/mini-calendar-day.component.js +3 -5
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts +2 -0
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.d.ts.map +1 -1
- package/development/mini-calendar/mini-calendar-month/mini-calendar-month.component.js +43 -19
- package/mini-calendar/mini-calendar-day/mini-calendar-day.component.js +14 -14
- package/mini-calendar/mini-calendar-month/mini-calendar-month.component.js +38 -35
- package/off-brand-theme.css +10 -20
- package/package.json +2 -2
- package/safety-theme.css +10 -20
- package/standard-theme.css +10 -20
package/custom-elements.json
CHANGED
|
@@ -63681,6 +63681,229 @@
|
|
|
63681
63681
|
}
|
|
63682
63682
|
]
|
|
63683
63683
|
},
|
|
63684
|
+
{
|
|
63685
|
+
"kind": "javascript-module",
|
|
63686
|
+
"path": "core/decorators/base.js",
|
|
63687
|
+
"declarations": [],
|
|
63688
|
+
"exports": []
|
|
63689
|
+
},
|
|
63690
|
+
{
|
|
63691
|
+
"kind": "javascript-module",
|
|
63692
|
+
"path": "core/decorators/force-type.js",
|
|
63693
|
+
"declarations": [
|
|
63694
|
+
{
|
|
63695
|
+
"kind": "function",
|
|
63696
|
+
"name": "forceType",
|
|
63697
|
+
"return": {
|
|
63698
|
+
"type": {
|
|
63699
|
+
"text": "PropertyDecorator"
|
|
63700
|
+
}
|
|
63701
|
+
},
|
|
63702
|
+
"parameters": [
|
|
63703
|
+
{
|
|
63704
|
+
"name": "convert",
|
|
63705
|
+
"optional": true,
|
|
63706
|
+
"type": {
|
|
63707
|
+
"text": "(v: unknown) => V"
|
|
63708
|
+
}
|
|
63709
|
+
}
|
|
63710
|
+
],
|
|
63711
|
+
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
63712
|
+
}
|
|
63713
|
+
],
|
|
63714
|
+
"exports": [
|
|
63715
|
+
{
|
|
63716
|
+
"kind": "js",
|
|
63717
|
+
"name": "forceType",
|
|
63718
|
+
"declaration": {
|
|
63719
|
+
"name": "forceType",
|
|
63720
|
+
"module": "core/decorators/force-type.js"
|
|
63721
|
+
}
|
|
63722
|
+
}
|
|
63723
|
+
]
|
|
63724
|
+
},
|
|
63725
|
+
{
|
|
63726
|
+
"kind": "javascript-module",
|
|
63727
|
+
"path": "core/decorators/get-override.js",
|
|
63728
|
+
"declarations": [
|
|
63729
|
+
{
|
|
63730
|
+
"kind": "function",
|
|
63731
|
+
"name": "getOverride",
|
|
63732
|
+
"parameters": [
|
|
63733
|
+
{
|
|
63734
|
+
"name": "callback",
|
|
63735
|
+
"type": {
|
|
63736
|
+
"text": "(instance: C, innerValue: V) => V"
|
|
63737
|
+
}
|
|
63738
|
+
}
|
|
63739
|
+
],
|
|
63740
|
+
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
63741
|
+
}
|
|
63742
|
+
],
|
|
63743
|
+
"exports": [
|
|
63744
|
+
{
|
|
63745
|
+
"kind": "js",
|
|
63746
|
+
"name": "getOverride",
|
|
63747
|
+
"declaration": {
|
|
63748
|
+
"name": "getOverride",
|
|
63749
|
+
"module": "core/decorators/get-override.js"
|
|
63750
|
+
}
|
|
63751
|
+
}
|
|
63752
|
+
]
|
|
63753
|
+
},
|
|
63754
|
+
{
|
|
63755
|
+
"kind": "javascript-module",
|
|
63756
|
+
"path": "core/decorators/handle-distinct-change.js",
|
|
63757
|
+
"declarations": [
|
|
63758
|
+
{
|
|
63759
|
+
"kind": "function",
|
|
63760
|
+
"name": "handleDistinctChange",
|
|
63761
|
+
"parameters": [
|
|
63762
|
+
{
|
|
63763
|
+
"name": "callback",
|
|
63764
|
+
"type": {
|
|
63765
|
+
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
63766
|
+
}
|
|
63767
|
+
}
|
|
63768
|
+
],
|
|
63769
|
+
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
63770
|
+
}
|
|
63771
|
+
],
|
|
63772
|
+
"exports": [
|
|
63773
|
+
{
|
|
63774
|
+
"kind": "js",
|
|
63775
|
+
"name": "handleDistinctChange",
|
|
63776
|
+
"declaration": {
|
|
63777
|
+
"name": "handleDistinctChange",
|
|
63778
|
+
"module": "core/decorators/handle-distinct-change.js"
|
|
63779
|
+
}
|
|
63780
|
+
}
|
|
63781
|
+
]
|
|
63782
|
+
},
|
|
63783
|
+
{
|
|
63784
|
+
"kind": "javascript-module",
|
|
63785
|
+
"path": "core/decorators/host-attributes.js",
|
|
63786
|
+
"declarations": [
|
|
63787
|
+
{
|
|
63788
|
+
"kind": "function",
|
|
63789
|
+
"name": "hostAttributes",
|
|
63790
|
+
"parameters": [
|
|
63791
|
+
{
|
|
63792
|
+
"name": "attributes",
|
|
63793
|
+
"type": {
|
|
63794
|
+
"text": "Record<string, string | null>"
|
|
63795
|
+
},
|
|
63796
|
+
"description": "A record of attributes to apply to the element."
|
|
63797
|
+
}
|
|
63798
|
+
],
|
|
63799
|
+
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
63800
|
+
"deprecated": "Will be removed with next major version."
|
|
63801
|
+
}
|
|
63802
|
+
],
|
|
63803
|
+
"exports": [
|
|
63804
|
+
{
|
|
63805
|
+
"kind": "js",
|
|
63806
|
+
"name": "hostAttributes",
|
|
63807
|
+
"declaration": {
|
|
63808
|
+
"name": "hostAttributes",
|
|
63809
|
+
"module": "core/decorators/host-attributes.js"
|
|
63810
|
+
}
|
|
63811
|
+
}
|
|
63812
|
+
]
|
|
63813
|
+
},
|
|
63814
|
+
{
|
|
63815
|
+
"kind": "javascript-module",
|
|
63816
|
+
"path": "core/decorators/id-reference.js",
|
|
63817
|
+
"declarations": [
|
|
63818
|
+
{
|
|
63819
|
+
"kind": "function",
|
|
63820
|
+
"name": "idReference",
|
|
63821
|
+
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
63822
|
+
}
|
|
63823
|
+
],
|
|
63824
|
+
"exports": [
|
|
63825
|
+
{
|
|
63826
|
+
"kind": "js",
|
|
63827
|
+
"name": "idReference",
|
|
63828
|
+
"declaration": {
|
|
63829
|
+
"name": "idReference",
|
|
63830
|
+
"module": "core/decorators/id-reference.js"
|
|
63831
|
+
}
|
|
63832
|
+
}
|
|
63833
|
+
]
|
|
63834
|
+
},
|
|
63835
|
+
{
|
|
63836
|
+
"kind": "javascript-module",
|
|
63837
|
+
"path": "core/decorators/omit-empty-converter.js",
|
|
63838
|
+
"declarations": [
|
|
63839
|
+
{
|
|
63840
|
+
"kind": "variable",
|
|
63841
|
+
"name": "omitEmptyConverter",
|
|
63842
|
+
"type": {
|
|
63843
|
+
"text": "ComplexAttributeConverter"
|
|
63844
|
+
},
|
|
63845
|
+
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
63846
|
+
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
63847
|
+
}
|
|
63848
|
+
],
|
|
63849
|
+
"exports": [
|
|
63850
|
+
{
|
|
63851
|
+
"kind": "js",
|
|
63852
|
+
"name": "omitEmptyConverter",
|
|
63853
|
+
"declaration": {
|
|
63854
|
+
"name": "omitEmptyConverter",
|
|
63855
|
+
"module": "core/decorators/omit-empty-converter.js"
|
|
63856
|
+
}
|
|
63857
|
+
}
|
|
63858
|
+
]
|
|
63859
|
+
},
|
|
63860
|
+
{
|
|
63861
|
+
"kind": "javascript-module",
|
|
63862
|
+
"path": "core/decorators/plain-date.js",
|
|
63863
|
+
"declarations": [
|
|
63864
|
+
{
|
|
63865
|
+
"kind": "variable",
|
|
63866
|
+
"name": "plainDateConverter",
|
|
63867
|
+
"type": {
|
|
63868
|
+
"text": "ComplexAttributeConverter"
|
|
63869
|
+
},
|
|
63870
|
+
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
63871
|
+
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
63872
|
+
},
|
|
63873
|
+
{
|
|
63874
|
+
"kind": "function",
|
|
63875
|
+
"name": "plainDate",
|
|
63876
|
+
"parameters": [
|
|
63877
|
+
{
|
|
63878
|
+
"name": "config",
|
|
63879
|
+
"optional": true,
|
|
63880
|
+
"type": {
|
|
63881
|
+
"text": "SbbPlainDateConfiguration"
|
|
63882
|
+
}
|
|
63883
|
+
}
|
|
63884
|
+
],
|
|
63885
|
+
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
63886
|
+
}
|
|
63887
|
+
],
|
|
63888
|
+
"exports": [
|
|
63889
|
+
{
|
|
63890
|
+
"kind": "js",
|
|
63891
|
+
"name": "plainDateConverter",
|
|
63892
|
+
"declaration": {
|
|
63893
|
+
"name": "plainDateConverter",
|
|
63894
|
+
"module": "core/decorators/plain-date.js"
|
|
63895
|
+
}
|
|
63896
|
+
},
|
|
63897
|
+
{
|
|
63898
|
+
"kind": "js",
|
|
63899
|
+
"name": "plainDate",
|
|
63900
|
+
"declaration": {
|
|
63901
|
+
"name": "plainDate",
|
|
63902
|
+
"module": "core/decorators/plain-date.js"
|
|
63903
|
+
}
|
|
63904
|
+
}
|
|
63905
|
+
]
|
|
63906
|
+
},
|
|
63684
63907
|
{
|
|
63685
63908
|
"kind": "javascript-module",
|
|
63686
63909
|
"path": "core/dom/animation.js",
|
|
@@ -64119,229 +64342,6 @@
|
|
|
64119
64342
|
}
|
|
64120
64343
|
]
|
|
64121
64344
|
},
|
|
64122
|
-
{
|
|
64123
|
-
"kind": "javascript-module",
|
|
64124
|
-
"path": "core/decorators/base.js",
|
|
64125
|
-
"declarations": [],
|
|
64126
|
-
"exports": []
|
|
64127
|
-
},
|
|
64128
|
-
{
|
|
64129
|
-
"kind": "javascript-module",
|
|
64130
|
-
"path": "core/decorators/force-type.js",
|
|
64131
|
-
"declarations": [
|
|
64132
|
-
{
|
|
64133
|
-
"kind": "function",
|
|
64134
|
-
"name": "forceType",
|
|
64135
|
-
"return": {
|
|
64136
|
-
"type": {
|
|
64137
|
-
"text": "PropertyDecorator"
|
|
64138
|
-
}
|
|
64139
|
-
},
|
|
64140
|
-
"parameters": [
|
|
64141
|
-
{
|
|
64142
|
-
"name": "convert",
|
|
64143
|
-
"optional": true,
|
|
64144
|
-
"type": {
|
|
64145
|
-
"text": "(v: unknown) => V"
|
|
64146
|
-
}
|
|
64147
|
-
}
|
|
64148
|
-
],
|
|
64149
|
-
"description": "Decorator that forces the value of a property or getter/setter\nto the defined type."
|
|
64150
|
-
}
|
|
64151
|
-
],
|
|
64152
|
-
"exports": [
|
|
64153
|
-
{
|
|
64154
|
-
"kind": "js",
|
|
64155
|
-
"name": "forceType",
|
|
64156
|
-
"declaration": {
|
|
64157
|
-
"name": "forceType",
|
|
64158
|
-
"module": "core/decorators/force-type.js"
|
|
64159
|
-
}
|
|
64160
|
-
}
|
|
64161
|
-
]
|
|
64162
|
-
},
|
|
64163
|
-
{
|
|
64164
|
-
"kind": "javascript-module",
|
|
64165
|
-
"path": "core/decorators/get-override.js",
|
|
64166
|
-
"declarations": [
|
|
64167
|
-
{
|
|
64168
|
-
"kind": "function",
|
|
64169
|
-
"name": "getOverride",
|
|
64170
|
-
"parameters": [
|
|
64171
|
-
{
|
|
64172
|
-
"name": "callback",
|
|
64173
|
-
"type": {
|
|
64174
|
-
"text": "(instance: C, innerValue: V) => V"
|
|
64175
|
-
}
|
|
64176
|
-
}
|
|
64177
|
-
],
|
|
64178
|
-
"description": "Decorator that overrides the underlying getter of the accessor."
|
|
64179
|
-
}
|
|
64180
|
-
],
|
|
64181
|
-
"exports": [
|
|
64182
|
-
{
|
|
64183
|
-
"kind": "js",
|
|
64184
|
-
"name": "getOverride",
|
|
64185
|
-
"declaration": {
|
|
64186
|
-
"name": "getOverride",
|
|
64187
|
-
"module": "core/decorators/get-override.js"
|
|
64188
|
-
}
|
|
64189
|
-
}
|
|
64190
|
-
]
|
|
64191
|
-
},
|
|
64192
|
-
{
|
|
64193
|
-
"kind": "javascript-module",
|
|
64194
|
-
"path": "core/decorators/handle-distinct-change.js",
|
|
64195
|
-
"declarations": [
|
|
64196
|
-
{
|
|
64197
|
-
"kind": "function",
|
|
64198
|
-
"name": "handleDistinctChange",
|
|
64199
|
-
"parameters": [
|
|
64200
|
-
{
|
|
64201
|
-
"name": "callback",
|
|
64202
|
-
"type": {
|
|
64203
|
-
"text": "(instance: C, newValue: V, oldValue: V | undefined) => void"
|
|
64204
|
-
}
|
|
64205
|
-
}
|
|
64206
|
-
],
|
|
64207
|
-
"description": "Decorator that calls the given callback when the value\nof the associated property is changed."
|
|
64208
|
-
}
|
|
64209
|
-
],
|
|
64210
|
-
"exports": [
|
|
64211
|
-
{
|
|
64212
|
-
"kind": "js",
|
|
64213
|
-
"name": "handleDistinctChange",
|
|
64214
|
-
"declaration": {
|
|
64215
|
-
"name": "handleDistinctChange",
|
|
64216
|
-
"module": "core/decorators/handle-distinct-change.js"
|
|
64217
|
-
}
|
|
64218
|
-
}
|
|
64219
|
-
]
|
|
64220
|
-
},
|
|
64221
|
-
{
|
|
64222
|
-
"kind": "javascript-module",
|
|
64223
|
-
"path": "core/decorators/host-attributes.js",
|
|
64224
|
-
"declarations": [
|
|
64225
|
-
{
|
|
64226
|
-
"kind": "function",
|
|
64227
|
-
"name": "hostAttributes",
|
|
64228
|
-
"parameters": [
|
|
64229
|
-
{
|
|
64230
|
-
"name": "attributes",
|
|
64231
|
-
"type": {
|
|
64232
|
-
"text": "Record<string, string | null>"
|
|
64233
|
-
},
|
|
64234
|
-
"description": "A record of attributes to apply to the element."
|
|
64235
|
-
}
|
|
64236
|
-
],
|
|
64237
|
-
"description": "Applies the given attributes to the related element.\nIf an empty string is passed as a value, the attribute will be set\nwithout value.",
|
|
64238
|
-
"deprecated": "Will be removed with next major version."
|
|
64239
|
-
}
|
|
64240
|
-
],
|
|
64241
|
-
"exports": [
|
|
64242
|
-
{
|
|
64243
|
-
"kind": "js",
|
|
64244
|
-
"name": "hostAttributes",
|
|
64245
|
-
"declaration": {
|
|
64246
|
-
"name": "hostAttributes",
|
|
64247
|
-
"module": "core/decorators/host-attributes.js"
|
|
64248
|
-
}
|
|
64249
|
-
}
|
|
64250
|
-
]
|
|
64251
|
-
},
|
|
64252
|
-
{
|
|
64253
|
-
"kind": "javascript-module",
|
|
64254
|
-
"path": "core/decorators/id-reference.js",
|
|
64255
|
-
"declarations": [
|
|
64256
|
-
{
|
|
64257
|
-
"kind": "function",
|
|
64258
|
-
"name": "idReference",
|
|
64259
|
-
"description": "Accessor decorator that resolves id references dynamically.\nIf a string is passed (e.g. from an attribute), it will be resolved to the element with that id.\nThis decorator observes the connected document fragment for changes to the id attribute\nand child elements and if any id reference is established or removed, it will\nupdate the associated property."
|
|
64260
|
-
}
|
|
64261
|
-
],
|
|
64262
|
-
"exports": [
|
|
64263
|
-
{
|
|
64264
|
-
"kind": "js",
|
|
64265
|
-
"name": "idReference",
|
|
64266
|
-
"declaration": {
|
|
64267
|
-
"name": "idReference",
|
|
64268
|
-
"module": "core/decorators/id-reference.js"
|
|
64269
|
-
}
|
|
64270
|
-
}
|
|
64271
|
-
]
|
|
64272
|
-
},
|
|
64273
|
-
{
|
|
64274
|
-
"kind": "javascript-module",
|
|
64275
|
-
"path": "core/decorators/omit-empty-converter.js",
|
|
64276
|
-
"declarations": [
|
|
64277
|
-
{
|
|
64278
|
-
"kind": "variable",
|
|
64279
|
-
"name": "omitEmptyConverter",
|
|
64280
|
-
"type": {
|
|
64281
|
-
"text": "ComplexAttributeConverter"
|
|
64282
|
-
},
|
|
64283
|
-
"default": "{ toAttribute(value, type) { return ((type === String || type === undefined) && value === '') || (type === Number && isNaN(value as number)) ? null : defaultConverter.toAttribute!(value, type); }, }",
|
|
64284
|
-
"description": "Converts empty values to null, which will not be rendered as attributes.\ne.g. for string properties, an empty value '' will not be rendered as an\nempty attribute, as would be the default with lit."
|
|
64285
|
-
}
|
|
64286
|
-
],
|
|
64287
|
-
"exports": [
|
|
64288
|
-
{
|
|
64289
|
-
"kind": "js",
|
|
64290
|
-
"name": "omitEmptyConverter",
|
|
64291
|
-
"declaration": {
|
|
64292
|
-
"name": "omitEmptyConverter",
|
|
64293
|
-
"module": "core/decorators/omit-empty-converter.js"
|
|
64294
|
-
}
|
|
64295
|
-
}
|
|
64296
|
-
]
|
|
64297
|
-
},
|
|
64298
|
-
{
|
|
64299
|
-
"kind": "javascript-module",
|
|
64300
|
-
"path": "core/decorators/plain-date.js",
|
|
64301
|
-
"declarations": [
|
|
64302
|
-
{
|
|
64303
|
-
"kind": "variable",
|
|
64304
|
-
"name": "plainDateConverter",
|
|
64305
|
-
"type": {
|
|
64306
|
-
"text": "ComplexAttributeConverter"
|
|
64307
|
-
},
|
|
64308
|
-
"default": "{ toAttribute(value, _type) { const dateAdapter = readConfig().datetime?.dateAdapter ?? defaultDateAdapter; return dateAdapter.isValid(value) ? dateAdapter.toIso8601(value) : null; }, }",
|
|
64309
|
-
"description": "Will convert date object values to ISO8601 formatted strings as attributes.\nShould be used together with the `plainDate` decorator."
|
|
64310
|
-
},
|
|
64311
|
-
{
|
|
64312
|
-
"kind": "function",
|
|
64313
|
-
"name": "plainDate",
|
|
64314
|
-
"parameters": [
|
|
64315
|
-
{
|
|
64316
|
-
"name": "config",
|
|
64317
|
-
"optional": true,
|
|
64318
|
-
"type": {
|
|
64319
|
-
"text": "SbbPlainDateConfiguration"
|
|
64320
|
-
}
|
|
64321
|
-
}
|
|
64322
|
-
],
|
|
64323
|
-
"description": "Decorator that tries to deserialize the given value to a date object\nand adapts the getter to only return a copy of the internal value,\nin order to avoid outside manipulation of date objects."
|
|
64324
|
-
}
|
|
64325
|
-
],
|
|
64326
|
-
"exports": [
|
|
64327
|
-
{
|
|
64328
|
-
"kind": "js",
|
|
64329
|
-
"name": "plainDateConverter",
|
|
64330
|
-
"declaration": {
|
|
64331
|
-
"name": "plainDateConverter",
|
|
64332
|
-
"module": "core/decorators/plain-date.js"
|
|
64333
|
-
}
|
|
64334
|
-
},
|
|
64335
|
-
{
|
|
64336
|
-
"kind": "js",
|
|
64337
|
-
"name": "plainDate",
|
|
64338
|
-
"declaration": {
|
|
64339
|
-
"name": "plainDate",
|
|
64340
|
-
"module": "core/decorators/plain-date.js"
|
|
64341
|
-
}
|
|
64342
|
-
}
|
|
64343
|
-
]
|
|
64344
|
-
},
|
|
64345
64345
|
{
|
|
64346
64346
|
"kind": "javascript-module",
|
|
64347
64347
|
"path": "core/eventing/composed-path-has-attribute.js",
|
|
@@ -82693,111 +82693,85 @@
|
|
|
82693
82693
|
},
|
|
82694
82694
|
{
|
|
82695
82695
|
"kind": "javascript-module",
|
|
82696
|
-
"path": "
|
|
82696
|
+
"path": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js",
|
|
82697
82697
|
"declarations": [
|
|
82698
82698
|
{
|
|
82699
82699
|
"kind": "class",
|
|
82700
|
-
"description": "",
|
|
82701
|
-
"name": "
|
|
82702
|
-
"
|
|
82703
|
-
{
|
|
82704
|
-
"kind": "field",
|
|
82705
|
-
"name": "size",
|
|
82706
|
-
"type": {
|
|
82707
|
-
"text": "'s' | 'm'"
|
|
82708
|
-
},
|
|
82709
|
-
"privacy": "public"
|
|
82710
|
-
},
|
|
82700
|
+
"description": "It acts as a native `summary` tag for the `sbb-expansion-panel` component.",
|
|
82701
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
82702
|
+
"slots": [
|
|
82711
82703
|
{
|
|
82712
|
-
"
|
|
82713
|
-
"name": "
|
|
82714
|
-
"type": {
|
|
82715
|
-
"text": "boolean"
|
|
82716
|
-
},
|
|
82717
|
-
"privacy": "public"
|
|
82704
|
+
"description": "Use the unnamed slot to add content to the `sbb-expansion-panel-header`.",
|
|
82705
|
+
"name": ""
|
|
82718
82706
|
},
|
|
82719
82707
|
{
|
|
82720
|
-
"
|
|
82721
|
-
"name": "
|
|
82722
|
-
|
|
82723
|
-
|
|
82724
|
-
|
|
82725
|
-
"privacy": "public"
|
|
82726
|
-
},
|
|
82708
|
+
"description": "Slot used to render the `sbb-expansion-panel-header` icon.",
|
|
82709
|
+
"name": "icon"
|
|
82710
|
+
}
|
|
82711
|
+
],
|
|
82712
|
+
"members": [
|
|
82727
82713
|
{
|
|
82728
82714
|
"kind": "field",
|
|
82729
|
-
"name": "
|
|
82715
|
+
"name": "elementName",
|
|
82730
82716
|
"type": {
|
|
82731
82717
|
"text": "string"
|
|
82732
82718
|
},
|
|
82733
|
-
"privacy": "public"
|
|
82734
|
-
|
|
82735
|
-
|
|
82736
|
-
"
|
|
82737
|
-
|
|
82738
|
-
|
|
82739
|
-
"text": "string"
|
|
82719
|
+
"privacy": "public",
|
|
82720
|
+
"static": true,
|
|
82721
|
+
"readonly": true,
|
|
82722
|
+
"inheritedFrom": {
|
|
82723
|
+
"name": "SbbElement",
|
|
82724
|
+
"module": "core/base-elements/element.js"
|
|
82740
82725
|
},
|
|
82741
|
-
"
|
|
82726
|
+
"default": "'sbb-expansion-panel-header'"
|
|
82742
82727
|
},
|
|
82743
82728
|
{
|
|
82744
82729
|
"kind": "field",
|
|
82745
|
-
"name": "
|
|
82730
|
+
"name": "events",
|
|
82731
|
+
"privacy": "public",
|
|
82732
|
+
"static": true,
|
|
82733
|
+
"readonly": true,
|
|
82734
|
+
"default": "{ toggleexpanded: 'toggleexpanded', }",
|
|
82746
82735
|
"type": {
|
|
82747
|
-
"text": "
|
|
82748
|
-
}
|
|
82749
|
-
"privacy": "public"
|
|
82736
|
+
"text": "{\n toggleexpanded: 'toggleexpanded',\n }"
|
|
82737
|
+
}
|
|
82750
82738
|
},
|
|
82751
82739
|
{
|
|
82752
82740
|
"kind": "field",
|
|
82753
|
-
"name": "
|
|
82754
|
-
"
|
|
82755
|
-
|
|
82756
|
-
},
|
|
82757
|
-
"privacy": "public",
|
|
82758
|
-
"inheritedFrom": {
|
|
82759
|
-
"name": "SbbFormAssociatedMixin",
|
|
82760
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
82761
|
-
}
|
|
82741
|
+
"name": "_mediaMatcher",
|
|
82742
|
+
"privacy": "private",
|
|
82743
|
+
"default": "new SbbMediaMatcherController(this, { [SbbMediaQueryHover]: (m) => (this._isHover = m), })"
|
|
82762
82744
|
},
|
|
82763
82745
|
{
|
|
82764
82746
|
"kind": "field",
|
|
82765
|
-
"name": "
|
|
82747
|
+
"name": "_isHover",
|
|
82766
82748
|
"type": {
|
|
82767
|
-
"text": "
|
|
82749
|
+
"text": "boolean"
|
|
82768
82750
|
},
|
|
82769
|
-
"privacy": "
|
|
82751
|
+
"privacy": "private"
|
|
82770
82752
|
},
|
|
82771
82753
|
{
|
|
82772
82754
|
"kind": "field",
|
|
82773
|
-
"name": "
|
|
82755
|
+
"name": "_previousSize",
|
|
82774
82756
|
"type": {
|
|
82775
|
-
"text": "
|
|
82757
|
+
"text": "string | undefined"
|
|
82776
82758
|
},
|
|
82777
|
-
"privacy": "
|
|
82759
|
+
"privacy": "private"
|
|
82778
82760
|
},
|
|
82779
82761
|
{
|
|
82780
82762
|
"kind": "method",
|
|
82781
|
-
"name": "
|
|
82782
|
-
"privacy": "
|
|
82763
|
+
"name": "_emitExpandedEvent",
|
|
82764
|
+
"privacy": "private",
|
|
82783
82765
|
"return": {
|
|
82784
82766
|
"type": {
|
|
82785
|
-
"text": "
|
|
82786
|
-
}
|
|
82787
|
-
},
|
|
82788
|
-
"parameters": [
|
|
82789
|
-
{
|
|
82790
|
-
"name": "input",
|
|
82791
|
-
"type": {
|
|
82792
|
-
"text": "TemplateResult"
|
|
82793
|
-
}
|
|
82767
|
+
"text": "void"
|
|
82794
82768
|
}
|
|
82795
|
-
|
|
82769
|
+
}
|
|
82796
82770
|
},
|
|
82797
82771
|
{
|
|
82798
82772
|
"kind": "method",
|
|
82799
|
-
"name": "
|
|
82800
|
-
"privacy": "
|
|
82773
|
+
"name": "_onMouseMovement",
|
|
82774
|
+
"privacy": "private",
|
|
82801
82775
|
"return": {
|
|
82802
82776
|
"type": {
|
|
82803
82777
|
"text": "void"
|
|
@@ -82805,56 +82779,54 @@
|
|
|
82805
82779
|
},
|
|
82806
82780
|
"parameters": [
|
|
82807
82781
|
{
|
|
82808
|
-
"name": "
|
|
82782
|
+
"name": "toggleDataAttribute",
|
|
82809
82783
|
"type": {
|
|
82810
|
-
"text": "
|
|
82784
|
+
"text": "boolean"
|
|
82811
82785
|
}
|
|
82812
82786
|
}
|
|
82813
82787
|
]
|
|
82814
82788
|
},
|
|
82815
82789
|
{
|
|
82816
82790
|
"kind": "method",
|
|
82817
|
-
"name": "
|
|
82818
|
-
"privacy": "
|
|
82791
|
+
"name": "_setIconState",
|
|
82792
|
+
"privacy": "private",
|
|
82819
82793
|
"return": {
|
|
82820
82794
|
"type": {
|
|
82821
|
-
"text": "
|
|
82795
|
+
"text": "void"
|
|
82822
82796
|
}
|
|
82823
|
-
}
|
|
82797
|
+
},
|
|
82798
|
+
"description": "The :state(icon) is used by the 'sbb-expansion-panel'.\nIt needs to be set before the"
|
|
82824
82799
|
},
|
|
82825
82800
|
{
|
|
82826
82801
|
"kind": "method",
|
|
82827
|
-
"name": "
|
|
82828
|
-
"privacy": "
|
|
82802
|
+
"name": "renderTemplate",
|
|
82803
|
+
"privacy": "protected",
|
|
82829
82804
|
"return": {
|
|
82830
82805
|
"type": {
|
|
82831
|
-
"text": "
|
|
82806
|
+
"text": "TemplateResult"
|
|
82832
82807
|
}
|
|
82808
|
+
},
|
|
82809
|
+
"description": "Override this method to render the component template.",
|
|
82810
|
+
"inheritedFrom": {
|
|
82811
|
+
"name": "SbbActionBaseElement",
|
|
82812
|
+
"module": "core/base-elements/action-base-element.js"
|
|
82833
82813
|
}
|
|
82834
82814
|
},
|
|
82835
82815
|
{
|
|
82836
|
-
"kind": "
|
|
82837
|
-
"name": "
|
|
82838
|
-
"
|
|
82839
|
-
|
|
82840
|
-
"type": {
|
|
82841
|
-
"text": "void"
|
|
82842
|
-
}
|
|
82816
|
+
"kind": "field",
|
|
82817
|
+
"name": "disabledInteractive",
|
|
82818
|
+
"type": {
|
|
82819
|
+
"text": "boolean"
|
|
82843
82820
|
},
|
|
82844
|
-
"
|
|
82845
|
-
|
|
82846
|
-
|
|
82847
|
-
|
|
82848
|
-
|
|
82849
|
-
|
|
82850
|
-
|
|
82851
|
-
|
|
82852
|
-
|
|
82853
|
-
"type": {
|
|
82854
|
-
"text": "FormRestoreReason"
|
|
82855
|
-
}
|
|
82856
|
-
}
|
|
82857
|
-
]
|
|
82821
|
+
"privacy": "public",
|
|
82822
|
+
"default": "false",
|
|
82823
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
82824
|
+
"attribute": "disabled-interactive",
|
|
82825
|
+
"reflects": true,
|
|
82826
|
+
"inheritedFrom": {
|
|
82827
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
82828
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
82829
|
+
}
|
|
82858
82830
|
},
|
|
82859
82831
|
{
|
|
82860
82832
|
"kind": "field",
|
|
@@ -82902,16 +82874,112 @@
|
|
|
82902
82874
|
},
|
|
82903
82875
|
{
|
|
82904
82876
|
"kind": "field",
|
|
82905
|
-
"name": "
|
|
82877
|
+
"name": "iconName",
|
|
82906
82878
|
"type": {
|
|
82907
|
-
"text": "
|
|
82879
|
+
"text": "string"
|
|
82908
82880
|
},
|
|
82909
82881
|
"privacy": "public",
|
|
82910
|
-
"
|
|
82911
|
-
"
|
|
82882
|
+
"default": "''",
|
|
82883
|
+
"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.",
|
|
82884
|
+
"attribute": "icon-name",
|
|
82912
82885
|
"inheritedFrom": {
|
|
82913
|
-
"name": "
|
|
82914
|
-
"module": "
|
|
82886
|
+
"name": "SbbIconNameMixin",
|
|
82887
|
+
"module": "icon/icon-name-mixin.js"
|
|
82888
|
+
}
|
|
82889
|
+
},
|
|
82890
|
+
{
|
|
82891
|
+
"kind": "method",
|
|
82892
|
+
"name": "renderIconSlot",
|
|
82893
|
+
"privacy": "protected",
|
|
82894
|
+
"return": {
|
|
82895
|
+
"type": {
|
|
82896
|
+
"text": "TemplateResult"
|
|
82897
|
+
}
|
|
82898
|
+
},
|
|
82899
|
+
"parameters": [
|
|
82900
|
+
{
|
|
82901
|
+
"name": "classname",
|
|
82902
|
+
"optional": true,
|
|
82903
|
+
"type": {
|
|
82904
|
+
"text": "string"
|
|
82905
|
+
}
|
|
82906
|
+
}
|
|
82907
|
+
],
|
|
82908
|
+
"inheritedFrom": {
|
|
82909
|
+
"name": "SbbIconNameMixin",
|
|
82910
|
+
"module": "icon/icon-name-mixin.js"
|
|
82911
|
+
}
|
|
82912
|
+
},
|
|
82913
|
+
{
|
|
82914
|
+
"kind": "method",
|
|
82915
|
+
"name": "renderIconName",
|
|
82916
|
+
"privacy": "protected",
|
|
82917
|
+
"return": {
|
|
82918
|
+
"type": {
|
|
82919
|
+
"text": "string"
|
|
82920
|
+
}
|
|
82921
|
+
},
|
|
82922
|
+
"inheritedFrom": {
|
|
82923
|
+
"name": "SbbIconNameMixin",
|
|
82924
|
+
"module": "icon/icon-name-mixin.js"
|
|
82925
|
+
}
|
|
82926
|
+
},
|
|
82927
|
+
{
|
|
82928
|
+
"kind": "method",
|
|
82929
|
+
"name": "_renderIconName",
|
|
82930
|
+
"privacy": "private",
|
|
82931
|
+
"return": {
|
|
82932
|
+
"type": {
|
|
82933
|
+
"text": "string"
|
|
82934
|
+
}
|
|
82935
|
+
},
|
|
82936
|
+
"inheritedFrom": {
|
|
82937
|
+
"name": "SbbIconNameMixin",
|
|
82938
|
+
"module": "icon/icon-name-mixin.js"
|
|
82939
|
+
}
|
|
82940
|
+
},
|
|
82941
|
+
{
|
|
82942
|
+
"kind": "field",
|
|
82943
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
82944
|
+
"type": {
|
|
82945
|
+
"text": "array"
|
|
82946
|
+
},
|
|
82947
|
+
"privacy": "private",
|
|
82948
|
+
"readonly": true,
|
|
82949
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
82950
|
+
"inheritedFrom": {
|
|
82951
|
+
"name": "SbbButtonBaseElement",
|
|
82952
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82953
|
+
}
|
|
82954
|
+
},
|
|
82955
|
+
{
|
|
82956
|
+
"kind": "field",
|
|
82957
|
+
"name": "value",
|
|
82958
|
+
"type": {
|
|
82959
|
+
"text": "string"
|
|
82960
|
+
},
|
|
82961
|
+
"privacy": "public",
|
|
82962
|
+
"inheritedFrom": {
|
|
82963
|
+
"name": "SbbButtonBaseElement",
|
|
82964
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82965
|
+
},
|
|
82966
|
+
"default": "''",
|
|
82967
|
+
"description": "Value of the form element.",
|
|
82968
|
+
"attribute": "value"
|
|
82969
|
+
},
|
|
82970
|
+
{
|
|
82971
|
+
"kind": "field",
|
|
82972
|
+
"name": "type",
|
|
82973
|
+
"privacy": "public",
|
|
82974
|
+
"description": "The type attribute to use for the button.",
|
|
82975
|
+
"default": "'button'",
|
|
82976
|
+
"type": {
|
|
82977
|
+
"text": "SbbButtonType"
|
|
82978
|
+
},
|
|
82979
|
+
"attribute": "type",
|
|
82980
|
+
"inheritedFrom": {
|
|
82981
|
+
"name": "SbbButtonBaseElement",
|
|
82982
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82915
82983
|
}
|
|
82916
82984
|
},
|
|
82917
82985
|
{
|
|
@@ -82921,8 +82989,75 @@
|
|
|
82921
82989
|
"text": "HTMLFormElement | null"
|
|
82922
82990
|
},
|
|
82923
82991
|
"privacy": "public",
|
|
82924
|
-
"description": "
|
|
82925
|
-
"
|
|
82992
|
+
"description": "The `<form>` element to associate the button with.",
|
|
82993
|
+
"inheritedFrom": {
|
|
82994
|
+
"name": "SbbButtonBaseElement",
|
|
82995
|
+
"module": "core/base-elements/button-base-element.js"
|
|
82996
|
+
},
|
|
82997
|
+
"attribute": "form"
|
|
82998
|
+
},
|
|
82999
|
+
{
|
|
83000
|
+
"kind": "field",
|
|
83001
|
+
"name": "_formId",
|
|
83002
|
+
"type": {
|
|
83003
|
+
"text": "string"
|
|
83004
|
+
},
|
|
83005
|
+
"privacy": "private",
|
|
83006
|
+
"default": "''",
|
|
83007
|
+
"inheritedFrom": {
|
|
83008
|
+
"name": "SbbButtonBaseElement",
|
|
83009
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83010
|
+
}
|
|
83011
|
+
},
|
|
83012
|
+
{
|
|
83013
|
+
"kind": "field",
|
|
83014
|
+
"name": "_handleButtonClick",
|
|
83015
|
+
"privacy": "private",
|
|
83016
|
+
"inheritedFrom": {
|
|
83017
|
+
"name": "SbbButtonBaseElement",
|
|
83018
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83019
|
+
}
|
|
83020
|
+
},
|
|
83021
|
+
{
|
|
83022
|
+
"kind": "method",
|
|
83023
|
+
"name": "_requestSubmit",
|
|
83024
|
+
"privacy": "private",
|
|
83025
|
+
"return": {
|
|
83026
|
+
"type": {
|
|
83027
|
+
"text": "void"
|
|
83028
|
+
}
|
|
83029
|
+
},
|
|
83030
|
+
"parameters": [
|
|
83031
|
+
{
|
|
83032
|
+
"name": "form",
|
|
83033
|
+
"type": {
|
|
83034
|
+
"text": "HTMLFormElement"
|
|
83035
|
+
}
|
|
83036
|
+
}
|
|
83037
|
+
],
|
|
83038
|
+
"inheritedFrom": {
|
|
83039
|
+
"name": "SbbButtonBaseElement",
|
|
83040
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83041
|
+
}
|
|
83042
|
+
},
|
|
83043
|
+
{
|
|
83044
|
+
"kind": "field",
|
|
83045
|
+
"name": "_formKeyDown",
|
|
83046
|
+
"privacy": "private",
|
|
83047
|
+
"inheritedFrom": {
|
|
83048
|
+
"name": "SbbButtonBaseElement",
|
|
83049
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83050
|
+
}
|
|
83051
|
+
},
|
|
83052
|
+
{
|
|
83053
|
+
"kind": "field",
|
|
83054
|
+
"name": "formAssociated",
|
|
83055
|
+
"type": {
|
|
83056
|
+
"text": "boolean"
|
|
83057
|
+
},
|
|
83058
|
+
"privacy": "public",
|
|
83059
|
+
"static": true,
|
|
83060
|
+
"default": "true",
|
|
82926
83061
|
"inheritedFrom": {
|
|
82927
83062
|
"name": "SbbFormAssociatedMixin",
|
|
82928
83063
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -83215,6 +83350,111 @@
|
|
|
83215
83350
|
"module": "core/mixins/form-associated-mixin.js"
|
|
83216
83351
|
}
|
|
83217
83352
|
},
|
|
83353
|
+
{
|
|
83354
|
+
"kind": "field",
|
|
83355
|
+
"name": "role",
|
|
83356
|
+
"type": {
|
|
83357
|
+
"text": "ElementInternals['role']"
|
|
83358
|
+
},
|
|
83359
|
+
"privacy": "public",
|
|
83360
|
+
"static": true,
|
|
83361
|
+
"readonly": true,
|
|
83362
|
+
"default": "'button'",
|
|
83363
|
+
"inheritedFrom": {
|
|
83364
|
+
"name": "SbbButtonLikeBaseElement",
|
|
83365
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83366
|
+
}
|
|
83367
|
+
},
|
|
83368
|
+
{
|
|
83369
|
+
"kind": "field",
|
|
83370
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
83371
|
+
"privacy": "private",
|
|
83372
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
83373
|
+
"parameters": [
|
|
83374
|
+
{
|
|
83375
|
+
"description": "The origin event.",
|
|
83376
|
+
"name": "event"
|
|
83377
|
+
}
|
|
83378
|
+
],
|
|
83379
|
+
"inheritedFrom": {
|
|
83380
|
+
"name": "SbbButtonLikeBaseElement",
|
|
83381
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83382
|
+
}
|
|
83383
|
+
},
|
|
83384
|
+
{
|
|
83385
|
+
"kind": "field",
|
|
83386
|
+
"name": "_removeActiveMarker",
|
|
83387
|
+
"privacy": "private",
|
|
83388
|
+
"inheritedFrom": {
|
|
83389
|
+
"name": "SbbButtonLikeBaseElement",
|
|
83390
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83391
|
+
}
|
|
83392
|
+
},
|
|
83393
|
+
{
|
|
83394
|
+
"kind": "field",
|
|
83395
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
83396
|
+
"privacy": "private",
|
|
83397
|
+
"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.",
|
|
83398
|
+
"parameters": [
|
|
83399
|
+
{
|
|
83400
|
+
"description": "The origin event.",
|
|
83401
|
+
"name": "event"
|
|
83402
|
+
}
|
|
83403
|
+
],
|
|
83404
|
+
"inheritedFrom": {
|
|
83405
|
+
"name": "SbbButtonLikeBaseElement",
|
|
83406
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83407
|
+
}
|
|
83408
|
+
},
|
|
83409
|
+
{
|
|
83410
|
+
"kind": "field",
|
|
83411
|
+
"name": "_dispatchClickEvent",
|
|
83412
|
+
"privacy": "private",
|
|
83413
|
+
"inheritedFrom": {
|
|
83414
|
+
"name": "SbbButtonLikeBaseElement",
|
|
83415
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83416
|
+
}
|
|
83417
|
+
},
|
|
83418
|
+
{
|
|
83419
|
+
"kind": "field",
|
|
83420
|
+
"name": "maybeDisabled",
|
|
83421
|
+
"type": {
|
|
83422
|
+
"text": "boolean | undefined"
|
|
83423
|
+
},
|
|
83424
|
+
"privacy": "protected",
|
|
83425
|
+
"readonly": true,
|
|
83426
|
+
"inheritedFrom": {
|
|
83427
|
+
"name": "SbbActionBaseElement",
|
|
83428
|
+
"module": "core/base-elements/action-base-element.js"
|
|
83429
|
+
}
|
|
83430
|
+
},
|
|
83431
|
+
{
|
|
83432
|
+
"kind": "field",
|
|
83433
|
+
"name": "maybeDisabledInteractive",
|
|
83434
|
+
"type": {
|
|
83435
|
+
"text": "boolean | undefined"
|
|
83436
|
+
},
|
|
83437
|
+
"privacy": "protected",
|
|
83438
|
+
"readonly": true,
|
|
83439
|
+
"inheritedFrom": {
|
|
83440
|
+
"name": "SbbActionBaseElement",
|
|
83441
|
+
"module": "core/base-elements/action-base-element.js"
|
|
83442
|
+
}
|
|
83443
|
+
},
|
|
83444
|
+
{
|
|
83445
|
+
"kind": "method",
|
|
83446
|
+
"name": "setupBaseEventHandlers",
|
|
83447
|
+
"privacy": "protected",
|
|
83448
|
+
"return": {
|
|
83449
|
+
"type": {
|
|
83450
|
+
"text": "void"
|
|
83451
|
+
}
|
|
83452
|
+
},
|
|
83453
|
+
"inheritedFrom": {
|
|
83454
|
+
"name": "SbbActionBaseElement",
|
|
83455
|
+
"module": "core/base-elements/action-base-element.js"
|
|
83456
|
+
}
|
|
83457
|
+
},
|
|
83218
83458
|
{
|
|
83219
83459
|
"kind": "field",
|
|
83220
83460
|
"name": "_hydrationRequired",
|
|
@@ -83308,20 +83548,6 @@
|
|
|
83308
83548
|
"module": "core/base-elements/element.js"
|
|
83309
83549
|
}
|
|
83310
83550
|
},
|
|
83311
|
-
{
|
|
83312
|
-
"kind": "field",
|
|
83313
|
-
"name": "elementName",
|
|
83314
|
-
"type": {
|
|
83315
|
-
"text": "string"
|
|
83316
|
-
},
|
|
83317
|
-
"privacy": "public",
|
|
83318
|
-
"static": true,
|
|
83319
|
-
"readonly": true,
|
|
83320
|
-
"inheritedFrom": {
|
|
83321
|
-
"name": "SbbElement",
|
|
83322
|
-
"module": "core/base-elements/element.js"
|
|
83323
|
-
}
|
|
83324
|
-
},
|
|
83325
83551
|
{
|
|
83326
83552
|
"kind": "field",
|
|
83327
83553
|
"name": "_controllers",
|
|
@@ -83335,21 +83561,45 @@
|
|
|
83335
83561
|
}
|
|
83336
83562
|
}
|
|
83337
83563
|
],
|
|
83564
|
+
"events": [
|
|
83565
|
+
{
|
|
83566
|
+
"name": "toggleexpanded",
|
|
83567
|
+
"type": {
|
|
83568
|
+
"text": "Event"
|
|
83569
|
+
},
|
|
83570
|
+
"description": "Notifies that the `sbb-expansion-panel` is about to expand/shrink."
|
|
83571
|
+
}
|
|
83572
|
+
],
|
|
83338
83573
|
"mixins": [
|
|
83339
83574
|
{
|
|
83340
|
-
"name": "
|
|
83575
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
83341
83576
|
"module": "core/mixins.js"
|
|
83342
83577
|
},
|
|
83343
83578
|
{
|
|
83344
|
-
"name": "
|
|
83345
|
-
"module": "
|
|
83579
|
+
"name": "SbbIconNameMixin",
|
|
83580
|
+
"module": "icon.js"
|
|
83346
83581
|
}
|
|
83347
83582
|
],
|
|
83348
83583
|
"superclass": {
|
|
83349
|
-
"name": "
|
|
83584
|
+
"name": "SbbButtonBaseElement",
|
|
83350
83585
|
"module": "core/base-elements.js"
|
|
83351
83586
|
},
|
|
83587
|
+
"tagName": "sbb-expansion-panel-header",
|
|
83588
|
+
"customElement": true,
|
|
83352
83589
|
"attributes": [
|
|
83590
|
+
{
|
|
83591
|
+
"name": "disabled-interactive",
|
|
83592
|
+
"type": {
|
|
83593
|
+
"text": "boolean"
|
|
83594
|
+
},
|
|
83595
|
+
"default": "false",
|
|
83596
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
83597
|
+
"fieldName": "disabledInteractive",
|
|
83598
|
+
"inheritedFrom": {
|
|
83599
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
83600
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
83601
|
+
}
|
|
83602
|
+
},
|
|
83353
83603
|
{
|
|
83354
83604
|
"name": "disabled",
|
|
83355
83605
|
"description": "Whether the component is disabled.",
|
|
@@ -83364,157 +83614,150 @@
|
|
|
83364
83614
|
}
|
|
83365
83615
|
},
|
|
83366
83616
|
{
|
|
83367
|
-
"name": "name",
|
|
83368
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
83617
|
+
"name": "icon-name",
|
|
83369
83618
|
"type": {
|
|
83370
83619
|
"text": "string"
|
|
83371
83620
|
},
|
|
83372
|
-
"
|
|
83621
|
+
"default": "''",
|
|
83622
|
+
"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.",
|
|
83623
|
+
"fieldName": "iconName",
|
|
83373
83624
|
"inheritedFrom": {
|
|
83374
|
-
"name": "
|
|
83375
|
-
"module": "
|
|
83376
|
-
}
|
|
83377
|
-
}
|
|
83378
|
-
]
|
|
83379
|
-
},
|
|
83380
|
-
{
|
|
83381
|
-
"kind": "mixin",
|
|
83382
|
-
"description": "",
|
|
83383
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
83384
|
-
"members": [
|
|
83385
|
-
{
|
|
83386
|
-
"kind": "field",
|
|
83387
|
-
"name": "events",
|
|
83388
|
-
"privacy": "public",
|
|
83389
|
-
"static": true,
|
|
83390
|
-
"readonly": true,
|
|
83391
|
-
"default": "{ filechanged: 'filechanged', }",
|
|
83392
|
-
"type": {
|
|
83393
|
-
"text": "{\n filechanged: 'filechanged',\n }"
|
|
83625
|
+
"name": "SbbIconNameMixin",
|
|
83626
|
+
"module": "icon/icon-name-mixin.js"
|
|
83394
83627
|
}
|
|
83395
83628
|
},
|
|
83396
83629
|
{
|
|
83397
|
-
"
|
|
83398
|
-
"name": "size",
|
|
83630
|
+
"name": "value",
|
|
83399
83631
|
"type": {
|
|
83400
|
-
"text": "
|
|
83632
|
+
"text": "string"
|
|
83401
83633
|
},
|
|
83402
|
-
"
|
|
83403
|
-
"description": "
|
|
83404
|
-
"
|
|
83405
|
-
"
|
|
83406
|
-
|
|
83634
|
+
"default": "''",
|
|
83635
|
+
"description": "Value of the form element.",
|
|
83636
|
+
"fieldName": "value",
|
|
83637
|
+
"inheritedFrom": {
|
|
83638
|
+
"name": "SbbButtonBaseElement",
|
|
83639
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83640
|
+
}
|
|
83407
83641
|
},
|
|
83408
83642
|
{
|
|
83409
|
-
"
|
|
83410
|
-
"
|
|
83643
|
+
"name": "type",
|
|
83644
|
+
"description": "The type attribute to use for the button.",
|
|
83645
|
+
"default": "'button'",
|
|
83411
83646
|
"type": {
|
|
83412
|
-
"text": "
|
|
83647
|
+
"text": "SbbButtonType"
|
|
83413
83648
|
},
|
|
83414
|
-
"
|
|
83415
|
-
"
|
|
83416
|
-
|
|
83417
|
-
|
|
83649
|
+
"fieldName": "type",
|
|
83650
|
+
"inheritedFrom": {
|
|
83651
|
+
"name": "SbbButtonBaseElement",
|
|
83652
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83653
|
+
}
|
|
83418
83654
|
},
|
|
83419
83655
|
{
|
|
83420
|
-
"
|
|
83421
|
-
"
|
|
83656
|
+
"name": "form",
|
|
83657
|
+
"description": "The `<form>` element to associate the button with.",
|
|
83422
83658
|
"type": {
|
|
83423
|
-
"text": "
|
|
83659
|
+
"text": "HTMLFormElement | null"
|
|
83424
83660
|
},
|
|
83425
|
-
"
|
|
83426
|
-
"
|
|
83427
|
-
|
|
83428
|
-
|
|
83661
|
+
"fieldName": "form",
|
|
83662
|
+
"inheritedFrom": {
|
|
83663
|
+
"name": "SbbButtonBaseElement",
|
|
83664
|
+
"module": "core/base-elements/button-base-element.js"
|
|
83665
|
+
}
|
|
83429
83666
|
},
|
|
83430
83667
|
{
|
|
83431
|
-
"
|
|
83432
|
-
"
|
|
83668
|
+
"name": "name",
|
|
83669
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
83433
83670
|
"type": {
|
|
83434
83671
|
"text": "string"
|
|
83435
83672
|
},
|
|
83436
|
-
"
|
|
83437
|
-
"
|
|
83438
|
-
|
|
83439
|
-
|
|
83440
|
-
|
|
83673
|
+
"fieldName": "name",
|
|
83674
|
+
"inheritedFrom": {
|
|
83675
|
+
"name": "SbbFormAssociatedMixin",
|
|
83676
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
83677
|
+
}
|
|
83678
|
+
}
|
|
83679
|
+
]
|
|
83680
|
+
}
|
|
83681
|
+
],
|
|
83682
|
+
"exports": [
|
|
83683
|
+
{
|
|
83684
|
+
"kind": "js",
|
|
83685
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
83686
|
+
"declaration": {
|
|
83687
|
+
"name": "SbbExpansionPanelHeaderElement",
|
|
83688
|
+
"module": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js"
|
|
83689
|
+
}
|
|
83690
|
+
}
|
|
83691
|
+
]
|
|
83692
|
+
},
|
|
83693
|
+
{
|
|
83694
|
+
"kind": "javascript-module",
|
|
83695
|
+
"path": "file-selector/common/file-selector-common.js",
|
|
83696
|
+
"declarations": [
|
|
83697
|
+
{
|
|
83698
|
+
"kind": "class",
|
|
83699
|
+
"description": "",
|
|
83700
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
83701
|
+
"members": [
|
|
83441
83702
|
{
|
|
83442
83703
|
"kind": "field",
|
|
83443
|
-
"name": "
|
|
83704
|
+
"name": "size",
|
|
83444
83705
|
"type": {
|
|
83445
|
-
"text": "
|
|
83706
|
+
"text": "'s' | 'm'"
|
|
83446
83707
|
},
|
|
83447
|
-
"privacy": "public"
|
|
83448
|
-
"default": "''",
|
|
83449
|
-
"description": "This will be forwarded as aria-label to the native input element.",
|
|
83450
|
-
"attribute": "accessibility-label"
|
|
83708
|
+
"privacy": "public"
|
|
83451
83709
|
},
|
|
83452
83710
|
{
|
|
83453
83711
|
"kind": "field",
|
|
83454
|
-
"name": "
|
|
83712
|
+
"name": "multiple",
|
|
83455
83713
|
"type": {
|
|
83456
|
-
"text": "
|
|
83714
|
+
"text": "boolean"
|
|
83457
83715
|
},
|
|
83458
|
-
"privacy": "public"
|
|
83459
|
-
"description": "The path of the first selected file. Empty string ('') if no file is selected",
|
|
83460
|
-
"inheritedFrom": {
|
|
83461
|
-
"name": "SbbFormAssociatedMixin",
|
|
83462
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
83463
|
-
}
|
|
83464
|
-
},
|
|
83465
|
-
{
|
|
83466
|
-
"kind": "field",
|
|
83467
|
-
"name": "files",
|
|
83468
|
-
"privacy": "public",
|
|
83469
|
-
"description": "The list of selected files.",
|
|
83470
|
-
"type": {
|
|
83471
|
-
"text": "Readonly<File>[]"
|
|
83472
|
-
}
|
|
83716
|
+
"privacy": "public"
|
|
83473
83717
|
},
|
|
83474
83718
|
{
|
|
83475
83719
|
"kind": "field",
|
|
83476
|
-
"name": "
|
|
83720
|
+
"name": "multipleMode",
|
|
83477
83721
|
"type": {
|
|
83478
|
-
"text": "
|
|
83722
|
+
"text": "'default' | 'persistent'"
|
|
83479
83723
|
},
|
|
83480
|
-
"privacy": "
|
|
83481
|
-
"default": "[]"
|
|
83724
|
+
"privacy": "public"
|
|
83482
83725
|
},
|
|
83483
83726
|
{
|
|
83484
83727
|
"kind": "field",
|
|
83485
|
-
"name": "
|
|
83728
|
+
"name": "accept",
|
|
83486
83729
|
"type": {
|
|
83487
83730
|
"text": "string"
|
|
83488
83731
|
},
|
|
83489
|
-
"privacy": "public"
|
|
83490
|
-
"description": "Form type of element.",
|
|
83491
|
-
"default": "'file'",
|
|
83492
|
-
"readonly": true
|
|
83732
|
+
"privacy": "public"
|
|
83493
83733
|
},
|
|
83494
83734
|
{
|
|
83495
83735
|
"kind": "field",
|
|
83496
|
-
"name": "
|
|
83736
|
+
"name": "accessibilityLabel",
|
|
83497
83737
|
"type": {
|
|
83498
|
-
"text": "
|
|
83738
|
+
"text": "string"
|
|
83499
83739
|
},
|
|
83500
|
-
"privacy": "
|
|
83740
|
+
"privacy": "public"
|
|
83501
83741
|
},
|
|
83502
83742
|
{
|
|
83503
83743
|
"kind": "field",
|
|
83504
|
-
"name": "
|
|
83744
|
+
"name": "files",
|
|
83505
83745
|
"type": {
|
|
83506
|
-
"text": "
|
|
83746
|
+
"text": "Readonly<File>[]"
|
|
83507
83747
|
},
|
|
83508
|
-
"privacy": "
|
|
83509
|
-
"default": "['B', 'kB', 'MB', 'GB', 'TB']"
|
|
83748
|
+
"privacy": "public"
|
|
83510
83749
|
},
|
|
83511
83750
|
{
|
|
83512
83751
|
"kind": "field",
|
|
83513
|
-
"name": "
|
|
83752
|
+
"name": "value",
|
|
83514
83753
|
"type": {
|
|
83515
|
-
"text": "
|
|
83754
|
+
"text": "string | null"
|
|
83516
83755
|
},
|
|
83517
|
-
"privacy": "
|
|
83756
|
+
"privacy": "public",
|
|
83757
|
+
"inheritedFrom": {
|
|
83758
|
+
"name": "SbbFormAssociatedMixin",
|
|
83759
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
83760
|
+
}
|
|
83518
83761
|
},
|
|
83519
83762
|
{
|
|
83520
83763
|
"kind": "field",
|
|
@@ -83527,25 +83770,10 @@
|
|
|
83527
83770
|
{
|
|
83528
83771
|
"kind": "field",
|
|
83529
83772
|
"name": "language",
|
|
83530
|
-
"privacy": "protected",
|
|
83531
|
-
"default": "new SbbLanguageController(this)"
|
|
83532
|
-
},
|
|
83533
|
-
{
|
|
83534
|
-
"kind": "field",
|
|
83535
|
-
"name": "_counter",
|
|
83536
|
-
"type": {
|
|
83537
|
-
"text": "number"
|
|
83538
|
-
},
|
|
83539
|
-
"privacy": "private",
|
|
83540
|
-
"default": "0"
|
|
83541
|
-
},
|
|
83542
|
-
{
|
|
83543
|
-
"kind": "field",
|
|
83544
|
-
"name": "_dragTarget",
|
|
83545
83773
|
"type": {
|
|
83546
|
-
"text": "
|
|
83774
|
+
"text": "SbbLanguageController"
|
|
83547
83775
|
},
|
|
83548
|
-
"privacy": "
|
|
83776
|
+
"privacy": "protected"
|
|
83549
83777
|
},
|
|
83550
83778
|
{
|
|
83551
83779
|
"kind": "method",
|
|
@@ -83565,118 +83793,6 @@
|
|
|
83565
83793
|
}
|
|
83566
83794
|
]
|
|
83567
83795
|
},
|
|
83568
|
-
{
|
|
83569
|
-
"kind": "method",
|
|
83570
|
-
"name": "formResetCallback",
|
|
83571
|
-
"privacy": "public",
|
|
83572
|
-
"return": {
|
|
83573
|
-
"type": {
|
|
83574
|
-
"text": "void"
|
|
83575
|
-
}
|
|
83576
|
-
}
|
|
83577
|
-
},
|
|
83578
|
-
{
|
|
83579
|
-
"kind": "method",
|
|
83580
|
-
"name": "formStateRestoreCallback",
|
|
83581
|
-
"privacy": "public",
|
|
83582
|
-
"return": {
|
|
83583
|
-
"type": {
|
|
83584
|
-
"text": "void"
|
|
83585
|
-
}
|
|
83586
|
-
},
|
|
83587
|
-
"parameters": [
|
|
83588
|
-
{
|
|
83589
|
-
"name": "state",
|
|
83590
|
-
"type": {
|
|
83591
|
-
"text": "FormRestoreState | null"
|
|
83592
|
-
}
|
|
83593
|
-
},
|
|
83594
|
-
{
|
|
83595
|
-
"name": "_reason",
|
|
83596
|
-
"optional": true,
|
|
83597
|
-
"type": {
|
|
83598
|
-
"text": "FormRestoreReason"
|
|
83599
|
-
}
|
|
83600
|
-
}
|
|
83601
|
-
]
|
|
83602
|
-
},
|
|
83603
|
-
{
|
|
83604
|
-
"kind": "method",
|
|
83605
|
-
"name": "updateFormValue",
|
|
83606
|
-
"privacy": "protected",
|
|
83607
|
-
"return": {
|
|
83608
|
-
"type": {
|
|
83609
|
-
"text": "void"
|
|
83610
|
-
}
|
|
83611
|
-
},
|
|
83612
|
-
"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",
|
|
83613
|
-
"inheritedFrom": {
|
|
83614
|
-
"name": "SbbFormAssociatedMixin",
|
|
83615
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
83616
|
-
}
|
|
83617
|
-
},
|
|
83618
|
-
{
|
|
83619
|
-
"kind": "method",
|
|
83620
|
-
"name": "_checkFileEquality",
|
|
83621
|
-
"privacy": "private",
|
|
83622
|
-
"return": {
|
|
83623
|
-
"type": {
|
|
83624
|
-
"text": "boolean"
|
|
83625
|
-
}
|
|
83626
|
-
},
|
|
83627
|
-
"parameters": [
|
|
83628
|
-
{
|
|
83629
|
-
"name": "file1",
|
|
83630
|
-
"type": {
|
|
83631
|
-
"text": "Readonly<File>"
|
|
83632
|
-
}
|
|
83633
|
-
},
|
|
83634
|
-
{
|
|
83635
|
-
"name": "file2",
|
|
83636
|
-
"type": {
|
|
83637
|
-
"text": "Readonly<File>"
|
|
83638
|
-
}
|
|
83639
|
-
}
|
|
83640
|
-
]
|
|
83641
|
-
},
|
|
83642
|
-
{
|
|
83643
|
-
"kind": "method",
|
|
83644
|
-
"name": "_onFocus",
|
|
83645
|
-
"privacy": "private",
|
|
83646
|
-
"return": {
|
|
83647
|
-
"type": {
|
|
83648
|
-
"text": "void"
|
|
83649
|
-
}
|
|
83650
|
-
}
|
|
83651
|
-
},
|
|
83652
|
-
{
|
|
83653
|
-
"kind": "method",
|
|
83654
|
-
"name": "_onBlur",
|
|
83655
|
-
"privacy": "private",
|
|
83656
|
-
"return": {
|
|
83657
|
-
"type": {
|
|
83658
|
-
"text": "void"
|
|
83659
|
-
}
|
|
83660
|
-
}
|
|
83661
|
-
},
|
|
83662
|
-
{
|
|
83663
|
-
"kind": "method",
|
|
83664
|
-
"name": "_readFiles",
|
|
83665
|
-
"privacy": "private",
|
|
83666
|
-
"return": {
|
|
83667
|
-
"type": {
|
|
83668
|
-
"text": "void"
|
|
83669
|
-
}
|
|
83670
|
-
},
|
|
83671
|
-
"parameters": [
|
|
83672
|
-
{
|
|
83673
|
-
"name": "event",
|
|
83674
|
-
"type": {
|
|
83675
|
-
"text": "Event"
|
|
83676
|
-
}
|
|
83677
|
-
}
|
|
83678
|
-
]
|
|
83679
|
-
},
|
|
83680
83796
|
{
|
|
83681
83797
|
"kind": "method",
|
|
83682
83798
|
"name": "createFileList",
|
|
@@ -83707,55 +83823,8 @@
|
|
|
83707
83823
|
},
|
|
83708
83824
|
{
|
|
83709
83825
|
"kind": "method",
|
|
83710
|
-
"name": "
|
|
83711
|
-
"privacy": "
|
|
83712
|
-
"return": {
|
|
83713
|
-
"type": {
|
|
83714
|
-
"text": "void"
|
|
83715
|
-
}
|
|
83716
|
-
},
|
|
83717
|
-
"parameters": [
|
|
83718
|
-
{
|
|
83719
|
-
"name": "file",
|
|
83720
|
-
"type": {
|
|
83721
|
-
"text": "Readonly<File>"
|
|
83722
|
-
}
|
|
83723
|
-
}
|
|
83724
|
-
]
|
|
83725
|
-
},
|
|
83726
|
-
{
|
|
83727
|
-
"kind": "method",
|
|
83728
|
-
"name": "_dispatchFileChangedEvent",
|
|
83729
|
-
"privacy": "private",
|
|
83730
|
-
"return": {
|
|
83731
|
-
"type": {
|
|
83732
|
-
"text": "void"
|
|
83733
|
-
}
|
|
83734
|
-
}
|
|
83735
|
-
},
|
|
83736
|
-
{
|
|
83737
|
-
"kind": "method",
|
|
83738
|
-
"name": "_formatFileSize",
|
|
83739
|
-
"privacy": "private",
|
|
83740
|
-
"return": {
|
|
83741
|
-
"type": {
|
|
83742
|
-
"text": "string"
|
|
83743
|
-
}
|
|
83744
|
-
},
|
|
83745
|
-
"parameters": [
|
|
83746
|
-
{
|
|
83747
|
-
"name": "size",
|
|
83748
|
-
"type": {
|
|
83749
|
-
"text": "number"
|
|
83750
|
-
}
|
|
83751
|
-
}
|
|
83752
|
-
],
|
|
83753
|
-
"description": "Calculates the correct unit for the file's size."
|
|
83754
|
-
},
|
|
83755
|
-
{
|
|
83756
|
-
"kind": "method",
|
|
83757
|
-
"name": "_updateA11yLiveRegion",
|
|
83758
|
-
"privacy": "private",
|
|
83826
|
+
"name": "formResetCallback",
|
|
83827
|
+
"privacy": "public",
|
|
83759
83828
|
"return": {
|
|
83760
83829
|
"type": {
|
|
83761
83830
|
"text": "void"
|
|
@@ -83764,90 +83833,8 @@
|
|
|
83764
83833
|
},
|
|
83765
83834
|
{
|
|
83766
83835
|
"kind": "method",
|
|
83767
|
-
"name": "
|
|
83768
|
-
"privacy": "
|
|
83769
|
-
"return": {
|
|
83770
|
-
"type": {
|
|
83771
|
-
"text": "TemplateResult"
|
|
83772
|
-
}
|
|
83773
|
-
}
|
|
83774
|
-
},
|
|
83775
|
-
{
|
|
83776
|
-
"kind": "method",
|
|
83777
|
-
"name": "_onDragEnter",
|
|
83778
|
-
"privacy": "private",
|
|
83779
|
-
"return": {
|
|
83780
|
-
"type": {
|
|
83781
|
-
"text": "void"
|
|
83782
|
-
}
|
|
83783
|
-
},
|
|
83784
|
-
"parameters": [
|
|
83785
|
-
{
|
|
83786
|
-
"name": "event",
|
|
83787
|
-
"type": {
|
|
83788
|
-
"text": "DragEvent"
|
|
83789
|
-
}
|
|
83790
|
-
}
|
|
83791
|
-
]
|
|
83792
|
-
},
|
|
83793
|
-
{
|
|
83794
|
-
"kind": "method",
|
|
83795
|
-
"name": "_onDragLeave",
|
|
83796
|
-
"privacy": "private",
|
|
83797
|
-
"return": {
|
|
83798
|
-
"type": {
|
|
83799
|
-
"text": "void"
|
|
83800
|
-
}
|
|
83801
|
-
},
|
|
83802
|
-
"parameters": [
|
|
83803
|
-
{
|
|
83804
|
-
"name": "event",
|
|
83805
|
-
"type": {
|
|
83806
|
-
"text": "DragEvent"
|
|
83807
|
-
}
|
|
83808
|
-
}
|
|
83809
|
-
]
|
|
83810
|
-
},
|
|
83811
|
-
{
|
|
83812
|
-
"kind": "method",
|
|
83813
|
-
"name": "_onFileDrop",
|
|
83814
|
-
"privacy": "private",
|
|
83815
|
-
"return": {
|
|
83816
|
-
"type": {
|
|
83817
|
-
"text": "void"
|
|
83818
|
-
}
|
|
83819
|
-
},
|
|
83820
|
-
"parameters": [
|
|
83821
|
-
{
|
|
83822
|
-
"name": "event",
|
|
83823
|
-
"type": {
|
|
83824
|
-
"text": "DragEvent"
|
|
83825
|
-
}
|
|
83826
|
-
}
|
|
83827
|
-
]
|
|
83828
|
-
},
|
|
83829
|
-
{
|
|
83830
|
-
"kind": "method",
|
|
83831
|
-
"name": "_blockEvent",
|
|
83832
|
-
"privacy": "private",
|
|
83833
|
-
"return": {
|
|
83834
|
-
"type": {
|
|
83835
|
-
"text": "void"
|
|
83836
|
-
}
|
|
83837
|
-
},
|
|
83838
|
-
"parameters": [
|
|
83839
|
-
{
|
|
83840
|
-
"name": "event",
|
|
83841
|
-
"type": {
|
|
83842
|
-
"text": "DragEvent"
|
|
83843
|
-
}
|
|
83844
|
-
}
|
|
83845
|
-
]
|
|
83846
|
-
},
|
|
83847
|
-
{
|
|
83848
|
-
"kind": "method",
|
|
83849
|
-
"name": "_setDragState",
|
|
83850
|
-
"privacy": "private",
|
|
83836
|
+
"name": "formStateRestoreCallback",
|
|
83837
|
+
"privacy": "public",
|
|
83851
83838
|
"return": {
|
|
83852
83839
|
"type": {
|
|
83853
83840
|
"text": "void"
|
|
@@ -83855,17 +83842,15 @@
|
|
|
83855
83842
|
},
|
|
83856
83843
|
"parameters": [
|
|
83857
83844
|
{
|
|
83858
|
-
"name": "
|
|
83859
|
-
"default": "undefined",
|
|
83845
|
+
"name": "state",
|
|
83860
83846
|
"type": {
|
|
83861
|
-
"text": "
|
|
83847
|
+
"text": "FormRestoreState | null"
|
|
83862
83848
|
}
|
|
83863
83849
|
},
|
|
83864
83850
|
{
|
|
83865
|
-
"name": "
|
|
83866
|
-
"default": "false",
|
|
83851
|
+
"name": "reason",
|
|
83867
83852
|
"type": {
|
|
83868
|
-
"text": "
|
|
83853
|
+
"text": "FormRestoreReason"
|
|
83869
83854
|
}
|
|
83870
83855
|
}
|
|
83871
83856
|
]
|
|
@@ -84089,6 +84074,21 @@
|
|
|
84089
84074
|
"module": "core/mixins/form-associated-mixin.js"
|
|
84090
84075
|
}
|
|
84091
84076
|
},
|
|
84077
|
+
{
|
|
84078
|
+
"kind": "method",
|
|
84079
|
+
"name": "updateFormValue",
|
|
84080
|
+
"privacy": "protected",
|
|
84081
|
+
"return": {
|
|
84082
|
+
"type": {
|
|
84083
|
+
"text": "void"
|
|
84084
|
+
}
|
|
84085
|
+
},
|
|
84086
|
+
"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",
|
|
84087
|
+
"inheritedFrom": {
|
|
84088
|
+
"name": "SbbFormAssociatedMixin",
|
|
84089
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
84090
|
+
}
|
|
84091
|
+
},
|
|
84092
84092
|
{
|
|
84093
84093
|
"kind": "method",
|
|
84094
84094
|
"name": "formState",
|
|
@@ -84213,77 +84213,142 @@
|
|
|
84213
84213
|
"name": "SbbFormAssociatedMixin",
|
|
84214
84214
|
"module": "core/mixins/form-associated-mixin.js"
|
|
84215
84215
|
}
|
|
84216
|
-
}
|
|
84217
|
-
],
|
|
84218
|
-
"events": [
|
|
84219
|
-
{
|
|
84220
|
-
"name": "input",
|
|
84221
|
-
"type": {
|
|
84222
|
-
"text": "InputEvent"
|
|
84223
|
-
},
|
|
84224
|
-
"description": "The input event fires when the value has been changed as a direct result of a user action."
|
|
84225
84216
|
},
|
|
84226
84217
|
{
|
|
84227
|
-
"
|
|
84218
|
+
"kind": "field",
|
|
84219
|
+
"name": "_hydrationRequired",
|
|
84228
84220
|
"type": {
|
|
84229
|
-
"text": "
|
|
84221
|
+
"text": "boolean"
|
|
84230
84222
|
},
|
|
84231
|
-
"
|
|
84223
|
+
"privacy": "private",
|
|
84224
|
+
"default": "!!this.shadowRoot",
|
|
84225
|
+
"inheritedFrom": {
|
|
84226
|
+
"name": "SbbElement",
|
|
84227
|
+
"module": "core/base-elements/element.js"
|
|
84228
|
+
}
|
|
84232
84229
|
},
|
|
84233
84230
|
{
|
|
84234
|
-
"
|
|
84235
|
-
"
|
|
84236
|
-
|
|
84237
|
-
|
|
84238
|
-
"
|
|
84239
|
-
|
|
84240
|
-
|
|
84241
|
-
|
|
84231
|
+
"kind": "field",
|
|
84232
|
+
"name": "_hydrationComplete",
|
|
84233
|
+
"privacy": "private",
|
|
84234
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
84235
|
+
"inheritedFrom": {
|
|
84236
|
+
"name": "SbbElement",
|
|
84237
|
+
"module": "core/base-elements/element.js"
|
|
84238
|
+
}
|
|
84239
|
+
},
|
|
84242
84240
|
{
|
|
84243
|
-
"
|
|
84241
|
+
"kind": "field",
|
|
84242
|
+
"name": "_resolveHydration",
|
|
84244
84243
|
"type": {
|
|
84245
|
-
"text": "
|
|
84244
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
84246
84245
|
},
|
|
84247
|
-
"
|
|
84248
|
-
"
|
|
84249
|
-
|
|
84246
|
+
"privacy": "private",
|
|
84247
|
+
"inheritedFrom": {
|
|
84248
|
+
"name": "SbbElement",
|
|
84249
|
+
"module": "core/base-elements/element.js"
|
|
84250
|
+
}
|
|
84250
84251
|
},
|
|
84251
84252
|
{
|
|
84252
|
-
"
|
|
84253
|
+
"kind": "field",
|
|
84254
|
+
"name": "hydrationRequired",
|
|
84253
84255
|
"type": {
|
|
84254
84256
|
"text": "boolean"
|
|
84255
84257
|
},
|
|
84256
|
-
"
|
|
84257
|
-
"description": "
|
|
84258
|
-
"
|
|
84258
|
+
"privacy": "protected",
|
|
84259
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
84260
|
+
"readonly": true,
|
|
84261
|
+
"inheritedFrom": {
|
|
84262
|
+
"name": "SbbElement",
|
|
84263
|
+
"module": "core/base-elements/element.js"
|
|
84264
|
+
},
|
|
84265
|
+
"default": "!!this.shadowRoot"
|
|
84259
84266
|
},
|
|
84260
84267
|
{
|
|
84261
|
-
"
|
|
84268
|
+
"kind": "method",
|
|
84269
|
+
"name": "toggleState",
|
|
84270
|
+
"privacy": "protected",
|
|
84271
|
+
"return": {
|
|
84272
|
+
"type": {
|
|
84273
|
+
"text": "void"
|
|
84274
|
+
}
|
|
84275
|
+
},
|
|
84276
|
+
"parameters": [
|
|
84277
|
+
{
|
|
84278
|
+
"name": "value",
|
|
84279
|
+
"type": {
|
|
84280
|
+
"text": "string"
|
|
84281
|
+
}
|
|
84282
|
+
},
|
|
84283
|
+
{
|
|
84284
|
+
"name": "force",
|
|
84285
|
+
"optional": true,
|
|
84286
|
+
"type": {
|
|
84287
|
+
"text": "boolean"
|
|
84288
|
+
}
|
|
84289
|
+
}
|
|
84290
|
+
],
|
|
84291
|
+
"inheritedFrom": {
|
|
84292
|
+
"name": "SbbElement",
|
|
84293
|
+
"module": "core/base-elements/element.js"
|
|
84294
|
+
}
|
|
84295
|
+
},
|
|
84296
|
+
{
|
|
84297
|
+
"kind": "field",
|
|
84298
|
+
"name": "['_$sbbElement$']",
|
|
84262
84299
|
"type": {
|
|
84263
|
-
"text": "
|
|
84300
|
+
"text": "boolean"
|
|
84264
84301
|
},
|
|
84265
|
-
"
|
|
84266
|
-
"
|
|
84267
|
-
"
|
|
84302
|
+
"privacy": "public",
|
|
84303
|
+
"static": true,
|
|
84304
|
+
"default": "true",
|
|
84305
|
+
"inheritedFrom": {
|
|
84306
|
+
"name": "SbbElement",
|
|
84307
|
+
"module": "core/base-elements/element.js"
|
|
84308
|
+
}
|
|
84268
84309
|
},
|
|
84269
84310
|
{
|
|
84270
|
-
"
|
|
84311
|
+
"kind": "field",
|
|
84312
|
+
"name": "elementName",
|
|
84271
84313
|
"type": {
|
|
84272
84314
|
"text": "string"
|
|
84273
84315
|
},
|
|
84274
|
-
"
|
|
84275
|
-
"
|
|
84276
|
-
"
|
|
84316
|
+
"privacy": "public",
|
|
84317
|
+
"static": true,
|
|
84318
|
+
"readonly": true,
|
|
84319
|
+
"inheritedFrom": {
|
|
84320
|
+
"name": "SbbElement",
|
|
84321
|
+
"module": "core/base-elements/element.js"
|
|
84322
|
+
}
|
|
84277
84323
|
},
|
|
84278
84324
|
{
|
|
84279
|
-
"
|
|
84325
|
+
"kind": "field",
|
|
84326
|
+
"name": "_controllers",
|
|
84280
84327
|
"type": {
|
|
84281
|
-
"text": "
|
|
84328
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
84282
84329
|
},
|
|
84283
|
-
"
|
|
84284
|
-
"
|
|
84285
|
-
|
|
84330
|
+
"privacy": "private",
|
|
84331
|
+
"inheritedFrom": {
|
|
84332
|
+
"name": "SbbElement",
|
|
84333
|
+
"module": "core/base-elements/element.js"
|
|
84334
|
+
}
|
|
84335
|
+
}
|
|
84336
|
+
],
|
|
84337
|
+
"mixins": [
|
|
84338
|
+
{
|
|
84339
|
+
"name": "SbbDisabledMixin",
|
|
84340
|
+
"module": "core/mixins.js"
|
|
84286
84341
|
},
|
|
84342
|
+
{
|
|
84343
|
+
"name": "SbbFormAssociatedMixin",
|
|
84344
|
+
"module": "core/mixins.js"
|
|
84345
|
+
}
|
|
84346
|
+
],
|
|
84347
|
+
"superclass": {
|
|
84348
|
+
"name": "SbbElement",
|
|
84349
|
+
"module": "core/base-elements.js"
|
|
84350
|
+
},
|
|
84351
|
+
"attributes": [
|
|
84287
84352
|
{
|
|
84288
84353
|
"name": "disabled",
|
|
84289
84354
|
"description": "Whether the component is disabled.",
|
|
@@ -84309,125 +84374,200 @@
|
|
|
84309
84374
|
"module": "core/mixins/form-associated-mixin.js"
|
|
84310
84375
|
}
|
|
84311
84376
|
}
|
|
84312
|
-
]
|
|
84313
|
-
|
|
84377
|
+
]
|
|
84378
|
+
},
|
|
84379
|
+
{
|
|
84380
|
+
"kind": "mixin",
|
|
84381
|
+
"description": "",
|
|
84382
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
84383
|
+
"members": [
|
|
84314
84384
|
{
|
|
84315
|
-
"
|
|
84316
|
-
"
|
|
84385
|
+
"kind": "field",
|
|
84386
|
+
"name": "events",
|
|
84387
|
+
"privacy": "public",
|
|
84388
|
+
"static": true,
|
|
84389
|
+
"readonly": true,
|
|
84390
|
+
"default": "{ filechanged: 'filechanged', }",
|
|
84391
|
+
"type": {
|
|
84392
|
+
"text": "{\n filechanged: 'filechanged',\n }"
|
|
84393
|
+
}
|
|
84317
84394
|
},
|
|
84318
84395
|
{
|
|
84319
|
-
"
|
|
84320
|
-
"
|
|
84321
|
-
|
|
84322
|
-
|
|
84323
|
-
|
|
84396
|
+
"kind": "field",
|
|
84397
|
+
"name": "size",
|
|
84398
|
+
"type": {
|
|
84399
|
+
"text": "'s' | 'm'"
|
|
84400
|
+
},
|
|
84401
|
+
"privacy": "public",
|
|
84402
|
+
"description": "Size variant, either s or m.",
|
|
84403
|
+
"default": "'m' / 's' (lean)",
|
|
84404
|
+
"attribute": "size",
|
|
84405
|
+
"reflects": true
|
|
84406
|
+
},
|
|
84324
84407
|
{
|
|
84325
|
-
"
|
|
84408
|
+
"kind": "field",
|
|
84409
|
+
"name": "multiple",
|
|
84326
84410
|
"type": {
|
|
84327
|
-
"text": "
|
|
84328
|
-
}
|
|
84329
|
-
|
|
84330
|
-
|
|
84331
|
-
|
|
84332
|
-
|
|
84333
|
-
|
|
84334
|
-
{
|
|
84335
|
-
"kind": "js",
|
|
84336
|
-
"name": "fileSelectorCommonStyle",
|
|
84337
|
-
"declaration": {
|
|
84338
|
-
"name": "default",
|
|
84339
|
-
"module": "./file-selector-common.scss?lit&inline"
|
|
84340
|
-
}
|
|
84341
|
-
},
|
|
84342
|
-
{
|
|
84343
|
-
"kind": "js",
|
|
84344
|
-
"name": "SbbFileSelectorCommonElementMixinType",
|
|
84345
|
-
"declaration": {
|
|
84346
|
-
"name": "SbbFileSelectorCommonElementMixinType",
|
|
84347
|
-
"module": "file-selector/common/file-selector-common.js"
|
|
84348
|
-
}
|
|
84349
|
-
},
|
|
84350
|
-
{
|
|
84351
|
-
"kind": "js",
|
|
84352
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
84353
|
-
"declaration": {
|
|
84354
|
-
"name": "SbbFileSelectorCommonElementMixin",
|
|
84355
|
-
"module": "file-selector/common/file-selector-common.js"
|
|
84356
|
-
}
|
|
84357
|
-
}
|
|
84358
|
-
]
|
|
84359
|
-
},
|
|
84360
|
-
{
|
|
84361
|
-
"kind": "javascript-module",
|
|
84362
|
-
"path": "expansion-panel/expansion-panel-header/expansion-panel-header.component.js",
|
|
84363
|
-
"declarations": [
|
|
84364
|
-
{
|
|
84365
|
-
"kind": "class",
|
|
84366
|
-
"description": "It acts as a native `summary` tag for the `sbb-expansion-panel` component.",
|
|
84367
|
-
"name": "SbbExpansionPanelHeaderElement",
|
|
84368
|
-
"slots": [
|
|
84411
|
+
"text": "boolean"
|
|
84412
|
+
},
|
|
84413
|
+
"privacy": "public",
|
|
84414
|
+
"default": "false",
|
|
84415
|
+
"description": "Whether more than one file can be selected.",
|
|
84416
|
+
"attribute": "multiple"
|
|
84417
|
+
},
|
|
84369
84418
|
{
|
|
84370
|
-
"
|
|
84371
|
-
"name": ""
|
|
84419
|
+
"kind": "field",
|
|
84420
|
+
"name": "multipleMode",
|
|
84421
|
+
"type": {
|
|
84422
|
+
"text": "'default' | 'persistent'"
|
|
84423
|
+
},
|
|
84424
|
+
"privacy": "public",
|
|
84425
|
+
"default": "'default'",
|
|
84426
|
+
"description": "Whether the newly added files should override the previously added ones.",
|
|
84427
|
+
"attribute": "multiple-mode"
|
|
84372
84428
|
},
|
|
84373
84429
|
{
|
|
84374
|
-
"
|
|
84375
|
-
"name": "
|
|
84376
|
-
|
|
84377
|
-
|
|
84378
|
-
|
|
84430
|
+
"kind": "field",
|
|
84431
|
+
"name": "accept",
|
|
84432
|
+
"type": {
|
|
84433
|
+
"text": "string"
|
|
84434
|
+
},
|
|
84435
|
+
"privacy": "public",
|
|
84436
|
+
"default": "''",
|
|
84437
|
+
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
84438
|
+
"attribute": "accept"
|
|
84439
|
+
},
|
|
84379
84440
|
{
|
|
84380
84441
|
"kind": "field",
|
|
84381
|
-
"name": "
|
|
84442
|
+
"name": "accessibilityLabel",
|
|
84382
84443
|
"type": {
|
|
84383
84444
|
"text": "string"
|
|
84384
84445
|
},
|
|
84385
84446
|
"privacy": "public",
|
|
84386
|
-
"
|
|
84387
|
-
"
|
|
84388
|
-
"
|
|
84389
|
-
|
|
84390
|
-
|
|
84447
|
+
"default": "''",
|
|
84448
|
+
"description": "This will be forwarded as aria-label to the native input element.",
|
|
84449
|
+
"attribute": "accessibility-label"
|
|
84450
|
+
},
|
|
84451
|
+
{
|
|
84452
|
+
"kind": "field",
|
|
84453
|
+
"name": "value",
|
|
84454
|
+
"type": {
|
|
84455
|
+
"text": "string | null"
|
|
84391
84456
|
},
|
|
84392
|
-
"
|
|
84457
|
+
"privacy": "public",
|
|
84458
|
+
"description": "The path of the first selected file. Empty string ('') if no file is selected",
|
|
84459
|
+
"inheritedFrom": {
|
|
84460
|
+
"name": "SbbFormAssociatedMixin",
|
|
84461
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
84462
|
+
}
|
|
84393
84463
|
},
|
|
84394
84464
|
{
|
|
84395
84465
|
"kind": "field",
|
|
84396
|
-
"name": "
|
|
84466
|
+
"name": "files",
|
|
84397
84467
|
"privacy": "public",
|
|
84398
|
-
"
|
|
84399
|
-
"readonly": true,
|
|
84400
|
-
"default": "{ toggleexpanded: 'toggleexpanded', }",
|
|
84468
|
+
"description": "The list of selected files.",
|
|
84401
84469
|
"type": {
|
|
84402
|
-
"text": "
|
|
84470
|
+
"text": "Readonly<File>[]"
|
|
84403
84471
|
}
|
|
84404
84472
|
},
|
|
84405
84473
|
{
|
|
84406
84474
|
"kind": "field",
|
|
84407
|
-
"name": "
|
|
84475
|
+
"name": "_files",
|
|
84476
|
+
"type": {
|
|
84477
|
+
"text": "Readonly<File>[]"
|
|
84478
|
+
},
|
|
84408
84479
|
"privacy": "private",
|
|
84409
|
-
"default": "
|
|
84480
|
+
"default": "[]"
|
|
84410
84481
|
},
|
|
84411
84482
|
{
|
|
84412
84483
|
"kind": "field",
|
|
84413
|
-
"name": "
|
|
84484
|
+
"name": "type",
|
|
84414
84485
|
"type": {
|
|
84415
|
-
"text": "
|
|
84486
|
+
"text": "string"
|
|
84487
|
+
},
|
|
84488
|
+
"privacy": "public",
|
|
84489
|
+
"description": "Form type of element.",
|
|
84490
|
+
"default": "'file'",
|
|
84491
|
+
"readonly": true
|
|
84492
|
+
},
|
|
84493
|
+
{
|
|
84494
|
+
"kind": "field",
|
|
84495
|
+
"name": "_hiddenInput",
|
|
84496
|
+
"type": {
|
|
84497
|
+
"text": "HTMLInputElement"
|
|
84416
84498
|
},
|
|
84417
84499
|
"privacy": "private"
|
|
84418
84500
|
},
|
|
84419
84501
|
{
|
|
84420
84502
|
"kind": "field",
|
|
84421
|
-
"name": "
|
|
84503
|
+
"name": "_suffixes",
|
|
84422
84504
|
"type": {
|
|
84423
|
-
"text": "string
|
|
84505
|
+
"text": "string[]"
|
|
84506
|
+
},
|
|
84507
|
+
"privacy": "private",
|
|
84508
|
+
"default": "['B', 'kB', 'MB', 'GB', 'TB']"
|
|
84509
|
+
},
|
|
84510
|
+
{
|
|
84511
|
+
"kind": "field",
|
|
84512
|
+
"name": "_liveRegion",
|
|
84513
|
+
"type": {
|
|
84514
|
+
"text": "HTMLParagraphElement"
|
|
84424
84515
|
},
|
|
84425
84516
|
"privacy": "private"
|
|
84426
84517
|
},
|
|
84427
84518
|
{
|
|
84428
|
-
"kind": "
|
|
84429
|
-
"name": "
|
|
84519
|
+
"kind": "field",
|
|
84520
|
+
"name": "loadButton",
|
|
84521
|
+
"type": {
|
|
84522
|
+
"text": "SbbSecondaryButtonStaticElement"
|
|
84523
|
+
},
|
|
84524
|
+
"privacy": "protected"
|
|
84525
|
+
},
|
|
84526
|
+
{
|
|
84527
|
+
"kind": "field",
|
|
84528
|
+
"name": "language",
|
|
84529
|
+
"privacy": "protected",
|
|
84530
|
+
"default": "new SbbLanguageController(this)"
|
|
84531
|
+
},
|
|
84532
|
+
{
|
|
84533
|
+
"kind": "field",
|
|
84534
|
+
"name": "_counter",
|
|
84535
|
+
"type": {
|
|
84536
|
+
"text": "number"
|
|
84537
|
+
},
|
|
84430
84538
|
"privacy": "private",
|
|
84539
|
+
"default": "0"
|
|
84540
|
+
},
|
|
84541
|
+
{
|
|
84542
|
+
"kind": "field",
|
|
84543
|
+
"name": "_dragTarget",
|
|
84544
|
+
"type": {
|
|
84545
|
+
"text": "HTMLElement | undefined"
|
|
84546
|
+
},
|
|
84547
|
+
"privacy": "private"
|
|
84548
|
+
},
|
|
84549
|
+
{
|
|
84550
|
+
"kind": "method",
|
|
84551
|
+
"name": "renderTemplate",
|
|
84552
|
+
"privacy": "protected",
|
|
84553
|
+
"return": {
|
|
84554
|
+
"type": {
|
|
84555
|
+
"text": "TemplateResult"
|
|
84556
|
+
}
|
|
84557
|
+
},
|
|
84558
|
+
"parameters": [
|
|
84559
|
+
{
|
|
84560
|
+
"name": "input",
|
|
84561
|
+
"type": {
|
|
84562
|
+
"text": "TemplateResult"
|
|
84563
|
+
}
|
|
84564
|
+
}
|
|
84565
|
+
]
|
|
84566
|
+
},
|
|
84567
|
+
{
|
|
84568
|
+
"kind": "method",
|
|
84569
|
+
"name": "formResetCallback",
|
|
84570
|
+
"privacy": "public",
|
|
84431
84571
|
"return": {
|
|
84432
84572
|
"type": {
|
|
84433
84573
|
"text": "void"
|
|
@@ -84436,8 +84576,8 @@
|
|
|
84436
84576
|
},
|
|
84437
84577
|
{
|
|
84438
84578
|
"kind": "method",
|
|
84439
|
-
"name": "
|
|
84440
|
-
"privacy": "
|
|
84579
|
+
"name": "formStateRestoreCallback",
|
|
84580
|
+
"privacy": "public",
|
|
84441
84581
|
"return": {
|
|
84442
84582
|
"type": {
|
|
84443
84583
|
"text": "void"
|
|
@@ -84445,285 +84585,357 @@
|
|
|
84445
84585
|
},
|
|
84446
84586
|
"parameters": [
|
|
84447
84587
|
{
|
|
84448
|
-
"name": "
|
|
84588
|
+
"name": "state",
|
|
84449
84589
|
"type": {
|
|
84450
|
-
"text": "
|
|
84590
|
+
"text": "FormRestoreState | null"
|
|
84591
|
+
}
|
|
84592
|
+
},
|
|
84593
|
+
{
|
|
84594
|
+
"name": "_reason",
|
|
84595
|
+
"optional": true,
|
|
84596
|
+
"type": {
|
|
84597
|
+
"text": "FormRestoreReason"
|
|
84451
84598
|
}
|
|
84452
84599
|
}
|
|
84453
84600
|
]
|
|
84454
84601
|
},
|
|
84455
84602
|
{
|
|
84456
84603
|
"kind": "method",
|
|
84457
|
-
"name": "
|
|
84458
|
-
"privacy": "
|
|
84604
|
+
"name": "updateFormValue",
|
|
84605
|
+
"privacy": "protected",
|
|
84459
84606
|
"return": {
|
|
84460
84607
|
"type": {
|
|
84461
84608
|
"text": "void"
|
|
84462
84609
|
}
|
|
84463
84610
|
},
|
|
84464
|
-
"description": "
|
|
84611
|
+
"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",
|
|
84612
|
+
"inheritedFrom": {
|
|
84613
|
+
"name": "SbbFormAssociatedMixin",
|
|
84614
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
84615
|
+
}
|
|
84465
84616
|
},
|
|
84466
84617
|
{
|
|
84467
84618
|
"kind": "method",
|
|
84468
|
-
"name": "
|
|
84469
|
-
"privacy": "
|
|
84619
|
+
"name": "_checkFileEquality",
|
|
84620
|
+
"privacy": "private",
|
|
84470
84621
|
"return": {
|
|
84471
84622
|
"type": {
|
|
84472
|
-
"text": "
|
|
84623
|
+
"text": "boolean"
|
|
84473
84624
|
}
|
|
84474
84625
|
},
|
|
84475
|
-
"
|
|
84476
|
-
|
|
84477
|
-
|
|
84478
|
-
|
|
84479
|
-
|
|
84626
|
+
"parameters": [
|
|
84627
|
+
{
|
|
84628
|
+
"name": "file1",
|
|
84629
|
+
"type": {
|
|
84630
|
+
"text": "Readonly<File>"
|
|
84631
|
+
}
|
|
84632
|
+
},
|
|
84633
|
+
{
|
|
84634
|
+
"name": "file2",
|
|
84635
|
+
"type": {
|
|
84636
|
+
"text": "Readonly<File>"
|
|
84637
|
+
}
|
|
84638
|
+
}
|
|
84639
|
+
]
|
|
84480
84640
|
},
|
|
84481
84641
|
{
|
|
84482
|
-
"kind": "
|
|
84483
|
-
"name": "
|
|
84484
|
-
"
|
|
84485
|
-
|
|
84486
|
-
|
|
84487
|
-
|
|
84488
|
-
|
|
84489
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
84490
|
-
"attribute": "disabled-interactive",
|
|
84491
|
-
"reflects": true,
|
|
84492
|
-
"inheritedFrom": {
|
|
84493
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
84494
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
84642
|
+
"kind": "method",
|
|
84643
|
+
"name": "_onFocus",
|
|
84644
|
+
"privacy": "private",
|
|
84645
|
+
"return": {
|
|
84646
|
+
"type": {
|
|
84647
|
+
"text": "void"
|
|
84648
|
+
}
|
|
84495
84649
|
}
|
|
84496
84650
|
},
|
|
84497
84651
|
{
|
|
84498
|
-
"kind": "
|
|
84499
|
-
"name": "
|
|
84500
|
-
"privacy": "
|
|
84501
|
-
"
|
|
84502
|
-
|
|
84503
|
-
|
|
84504
|
-
|
|
84505
|
-
},
|
|
84506
|
-
"attribute": "disabled",
|
|
84507
|
-
"reflects": true,
|
|
84508
|
-
"inheritedFrom": {
|
|
84509
|
-
"name": "SbbDisabledMixin",
|
|
84510
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
84652
|
+
"kind": "method",
|
|
84653
|
+
"name": "_onBlur",
|
|
84654
|
+
"privacy": "private",
|
|
84655
|
+
"return": {
|
|
84656
|
+
"type": {
|
|
84657
|
+
"text": "void"
|
|
84658
|
+
}
|
|
84511
84659
|
}
|
|
84512
84660
|
},
|
|
84513
84661
|
{
|
|
84514
|
-
"kind": "
|
|
84515
|
-
"name": "
|
|
84662
|
+
"kind": "method",
|
|
84663
|
+
"name": "_readFiles",
|
|
84516
84664
|
"privacy": "private",
|
|
84517
|
-
"
|
|
84518
|
-
"
|
|
84665
|
+
"return": {
|
|
84666
|
+
"type": {
|
|
84667
|
+
"text": "void"
|
|
84668
|
+
}
|
|
84519
84669
|
},
|
|
84520
|
-
"
|
|
84521
|
-
|
|
84522
|
-
|
|
84523
|
-
|
|
84524
|
-
|
|
84670
|
+
"parameters": [
|
|
84671
|
+
{
|
|
84672
|
+
"name": "event",
|
|
84673
|
+
"type": {
|
|
84674
|
+
"text": "Event"
|
|
84675
|
+
}
|
|
84676
|
+
}
|
|
84677
|
+
]
|
|
84525
84678
|
},
|
|
84526
84679
|
{
|
|
84527
84680
|
"kind": "method",
|
|
84528
|
-
"name": "
|
|
84681
|
+
"name": "createFileList",
|
|
84529
84682
|
"privacy": "protected",
|
|
84530
84683
|
"return": {
|
|
84531
84684
|
"type": {
|
|
84532
|
-
"text": "
|
|
84685
|
+
"text": "void"
|
|
84533
84686
|
}
|
|
84534
84687
|
},
|
|
84535
|
-
"
|
|
84536
|
-
|
|
84537
|
-
|
|
84538
|
-
|
|
84688
|
+
"parameters": [
|
|
84689
|
+
{
|
|
84690
|
+
"name": "files",
|
|
84691
|
+
"type": {
|
|
84692
|
+
"text": "FileList"
|
|
84693
|
+
}
|
|
84694
|
+
}
|
|
84695
|
+
]
|
|
84696
|
+
},
|
|
84697
|
+
{
|
|
84698
|
+
"kind": "method",
|
|
84699
|
+
"name": "getButtonLabel",
|
|
84700
|
+
"privacy": "protected",
|
|
84701
|
+
"return": {
|
|
84702
|
+
"type": {
|
|
84703
|
+
"text": "string"
|
|
84704
|
+
}
|
|
84539
84705
|
}
|
|
84540
84706
|
},
|
|
84541
84707
|
{
|
|
84542
|
-
"kind": "
|
|
84543
|
-
"name": "
|
|
84544
|
-
"
|
|
84545
|
-
|
|
84708
|
+
"kind": "method",
|
|
84709
|
+
"name": "_removeFile",
|
|
84710
|
+
"privacy": "private",
|
|
84711
|
+
"return": {
|
|
84712
|
+
"type": {
|
|
84713
|
+
"text": "void"
|
|
84714
|
+
}
|
|
84546
84715
|
},
|
|
84547
|
-
"
|
|
84548
|
-
|
|
84549
|
-
|
|
84550
|
-
|
|
84551
|
-
|
|
84552
|
-
|
|
84553
|
-
|
|
84716
|
+
"parameters": [
|
|
84717
|
+
{
|
|
84718
|
+
"name": "file",
|
|
84719
|
+
"type": {
|
|
84720
|
+
"text": "Readonly<File>"
|
|
84721
|
+
}
|
|
84722
|
+
}
|
|
84723
|
+
]
|
|
84724
|
+
},
|
|
84725
|
+
{
|
|
84726
|
+
"kind": "method",
|
|
84727
|
+
"name": "_dispatchFileChangedEvent",
|
|
84728
|
+
"privacy": "private",
|
|
84729
|
+
"return": {
|
|
84730
|
+
"type": {
|
|
84731
|
+
"text": "void"
|
|
84732
|
+
}
|
|
84554
84733
|
}
|
|
84555
84734
|
},
|
|
84556
84735
|
{
|
|
84557
84736
|
"kind": "method",
|
|
84558
|
-
"name": "
|
|
84559
|
-
"privacy": "
|
|
84737
|
+
"name": "_formatFileSize",
|
|
84738
|
+
"privacy": "private",
|
|
84560
84739
|
"return": {
|
|
84561
84740
|
"type": {
|
|
84562
|
-
"text": "
|
|
84741
|
+
"text": "string"
|
|
84563
84742
|
}
|
|
84564
84743
|
},
|
|
84565
84744
|
"parameters": [
|
|
84566
84745
|
{
|
|
84567
|
-
"name": "
|
|
84568
|
-
"optional": true,
|
|
84746
|
+
"name": "size",
|
|
84569
84747
|
"type": {
|
|
84570
|
-
"text": "
|
|
84748
|
+
"text": "number"
|
|
84571
84749
|
}
|
|
84572
84750
|
}
|
|
84573
84751
|
],
|
|
84574
|
-
"
|
|
84575
|
-
|
|
84576
|
-
|
|
84752
|
+
"description": "Calculates the correct unit for the file's size."
|
|
84753
|
+
},
|
|
84754
|
+
{
|
|
84755
|
+
"kind": "method",
|
|
84756
|
+
"name": "_updateA11yLiveRegion",
|
|
84757
|
+
"privacy": "private",
|
|
84758
|
+
"return": {
|
|
84759
|
+
"type": {
|
|
84760
|
+
"text": "void"
|
|
84761
|
+
}
|
|
84577
84762
|
}
|
|
84578
84763
|
},
|
|
84579
84764
|
{
|
|
84580
84765
|
"kind": "method",
|
|
84581
|
-
"name": "
|
|
84582
|
-
"privacy": "
|
|
84766
|
+
"name": "_renderFileList",
|
|
84767
|
+
"privacy": "private",
|
|
84583
84768
|
"return": {
|
|
84584
84769
|
"type": {
|
|
84585
|
-
"text": "
|
|
84770
|
+
"text": "TemplateResult"
|
|
84771
|
+
}
|
|
84772
|
+
}
|
|
84773
|
+
},
|
|
84774
|
+
{
|
|
84775
|
+
"kind": "method",
|
|
84776
|
+
"name": "_onDragEnter",
|
|
84777
|
+
"privacy": "private",
|
|
84778
|
+
"return": {
|
|
84779
|
+
"type": {
|
|
84780
|
+
"text": "void"
|
|
84781
|
+
}
|
|
84782
|
+
},
|
|
84783
|
+
"parameters": [
|
|
84784
|
+
{
|
|
84785
|
+
"name": "event",
|
|
84786
|
+
"type": {
|
|
84787
|
+
"text": "DragEvent"
|
|
84788
|
+
}
|
|
84789
|
+
}
|
|
84790
|
+
]
|
|
84791
|
+
},
|
|
84792
|
+
{
|
|
84793
|
+
"kind": "method",
|
|
84794
|
+
"name": "_onDragLeave",
|
|
84795
|
+
"privacy": "private",
|
|
84796
|
+
"return": {
|
|
84797
|
+
"type": {
|
|
84798
|
+
"text": "void"
|
|
84799
|
+
}
|
|
84800
|
+
},
|
|
84801
|
+
"parameters": [
|
|
84802
|
+
{
|
|
84803
|
+
"name": "event",
|
|
84804
|
+
"type": {
|
|
84805
|
+
"text": "DragEvent"
|
|
84806
|
+
}
|
|
84807
|
+
}
|
|
84808
|
+
]
|
|
84809
|
+
},
|
|
84810
|
+
{
|
|
84811
|
+
"kind": "method",
|
|
84812
|
+
"name": "_onFileDrop",
|
|
84813
|
+
"privacy": "private",
|
|
84814
|
+
"return": {
|
|
84815
|
+
"type": {
|
|
84816
|
+
"text": "void"
|
|
84817
|
+
}
|
|
84818
|
+
},
|
|
84819
|
+
"parameters": [
|
|
84820
|
+
{
|
|
84821
|
+
"name": "event",
|
|
84822
|
+
"type": {
|
|
84823
|
+
"text": "DragEvent"
|
|
84824
|
+
}
|
|
84825
|
+
}
|
|
84826
|
+
]
|
|
84827
|
+
},
|
|
84828
|
+
{
|
|
84829
|
+
"kind": "method",
|
|
84830
|
+
"name": "_blockEvent",
|
|
84831
|
+
"privacy": "private",
|
|
84832
|
+
"return": {
|
|
84833
|
+
"type": {
|
|
84834
|
+
"text": "void"
|
|
84835
|
+
}
|
|
84836
|
+
},
|
|
84837
|
+
"parameters": [
|
|
84838
|
+
{
|
|
84839
|
+
"name": "event",
|
|
84840
|
+
"type": {
|
|
84841
|
+
"text": "DragEvent"
|
|
84842
|
+
}
|
|
84586
84843
|
}
|
|
84587
|
-
|
|
84588
|
-
"inheritedFrom": {
|
|
84589
|
-
"name": "SbbIconNameMixin",
|
|
84590
|
-
"module": "icon/icon-name-mixin.js"
|
|
84591
|
-
}
|
|
84844
|
+
]
|
|
84592
84845
|
},
|
|
84593
84846
|
{
|
|
84594
84847
|
"kind": "method",
|
|
84595
|
-
"name": "
|
|
84848
|
+
"name": "_setDragState",
|
|
84596
84849
|
"privacy": "private",
|
|
84597
84850
|
"return": {
|
|
84598
84851
|
"type": {
|
|
84599
|
-
"text": "
|
|
84852
|
+
"text": "void"
|
|
84600
84853
|
}
|
|
84601
84854
|
},
|
|
84602
|
-
"
|
|
84603
|
-
|
|
84604
|
-
|
|
84605
|
-
|
|
84606
|
-
|
|
84607
|
-
|
|
84608
|
-
|
|
84609
|
-
|
|
84610
|
-
|
|
84611
|
-
|
|
84612
|
-
|
|
84613
|
-
|
|
84614
|
-
|
|
84615
|
-
|
|
84616
|
-
|
|
84617
|
-
|
|
84618
|
-
"module": "core/base-elements/button-base-element.js"
|
|
84619
|
-
}
|
|
84620
|
-
},
|
|
84621
|
-
{
|
|
84622
|
-
"kind": "field",
|
|
84623
|
-
"name": "value",
|
|
84624
|
-
"type": {
|
|
84625
|
-
"text": "string"
|
|
84626
|
-
},
|
|
84627
|
-
"privacy": "public",
|
|
84628
|
-
"inheritedFrom": {
|
|
84629
|
-
"name": "SbbButtonBaseElement",
|
|
84630
|
-
"module": "core/base-elements/button-base-element.js"
|
|
84631
|
-
},
|
|
84632
|
-
"default": "''",
|
|
84633
|
-
"description": "Value of the form element.",
|
|
84634
|
-
"attribute": "value"
|
|
84855
|
+
"parameters": [
|
|
84856
|
+
{
|
|
84857
|
+
"name": "dragTarget",
|
|
84858
|
+
"default": "undefined",
|
|
84859
|
+
"type": {
|
|
84860
|
+
"text": "HTMLElement | undefined"
|
|
84861
|
+
}
|
|
84862
|
+
},
|
|
84863
|
+
{
|
|
84864
|
+
"name": "isDragEnter",
|
|
84865
|
+
"default": "false",
|
|
84866
|
+
"type": {
|
|
84867
|
+
"text": "boolean"
|
|
84868
|
+
}
|
|
84869
|
+
}
|
|
84870
|
+
]
|
|
84635
84871
|
},
|
|
84636
84872
|
{
|
|
84637
84873
|
"kind": "field",
|
|
84638
|
-
"name": "
|
|
84874
|
+
"name": "disabled",
|
|
84639
84875
|
"privacy": "public",
|
|
84640
|
-
"description": "
|
|
84641
|
-
"default": "
|
|
84876
|
+
"description": "Whether the component is disabled.",
|
|
84877
|
+
"default": "false",
|
|
84642
84878
|
"type": {
|
|
84643
|
-
"text": "
|
|
84879
|
+
"text": "boolean"
|
|
84644
84880
|
},
|
|
84645
|
-
"attribute": "
|
|
84881
|
+
"attribute": "disabled",
|
|
84882
|
+
"reflects": true,
|
|
84646
84883
|
"inheritedFrom": {
|
|
84647
|
-
"name": "
|
|
84648
|
-
"module": "core/
|
|
84884
|
+
"name": "SbbDisabledMixin",
|
|
84885
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
84649
84886
|
}
|
|
84650
84887
|
},
|
|
84651
84888
|
{
|
|
84652
84889
|
"kind": "field",
|
|
84653
|
-
"name": "
|
|
84654
|
-
"
|
|
84655
|
-
"text": "HTMLFormElement | null"
|
|
84656
|
-
},
|
|
84657
|
-
"privacy": "public",
|
|
84658
|
-
"description": "The `<form>` element to associate the button with.",
|
|
84659
|
-
"inheritedFrom": {
|
|
84660
|
-
"name": "SbbButtonBaseElement",
|
|
84661
|
-
"module": "core/base-elements/button-base-element.js"
|
|
84662
|
-
},
|
|
84663
|
-
"attribute": "form"
|
|
84664
|
-
},
|
|
84665
|
-
{
|
|
84666
|
-
"kind": "field",
|
|
84667
|
-
"name": "_formId",
|
|
84890
|
+
"name": "#disabled",
|
|
84891
|
+
"privacy": "private",
|
|
84668
84892
|
"type": {
|
|
84669
|
-
"text": "
|
|
84893
|
+
"text": "boolean"
|
|
84670
84894
|
},
|
|
84671
|
-
"
|
|
84672
|
-
"default": "''",
|
|
84673
|
-
"inheritedFrom": {
|
|
84674
|
-
"name": "SbbButtonBaseElement",
|
|
84675
|
-
"module": "core/base-elements/button-base-element.js"
|
|
84676
|
-
}
|
|
84677
|
-
},
|
|
84678
|
-
{
|
|
84679
|
-
"kind": "field",
|
|
84680
|
-
"name": "_handleButtonClick",
|
|
84681
|
-
"privacy": "private",
|
|
84895
|
+
"default": "false",
|
|
84682
84896
|
"inheritedFrom": {
|
|
84683
|
-
"name": "
|
|
84684
|
-
"module": "core/
|
|
84897
|
+
"name": "SbbDisabledMixin",
|
|
84898
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
84685
84899
|
}
|
|
84686
84900
|
},
|
|
84687
84901
|
{
|
|
84688
84902
|
"kind": "method",
|
|
84689
|
-
"name": "
|
|
84690
|
-
"privacy": "
|
|
84903
|
+
"name": "isDisabledExternally",
|
|
84904
|
+
"privacy": "protected",
|
|
84691
84905
|
"return": {
|
|
84692
84906
|
"type": {
|
|
84693
|
-
"text": "
|
|
84907
|
+
"text": "boolean"
|
|
84694
84908
|
}
|
|
84695
84909
|
},
|
|
84696
|
-
"
|
|
84697
|
-
{
|
|
84698
|
-
"name": "form",
|
|
84699
|
-
"type": {
|
|
84700
|
-
"text": "HTMLFormElement"
|
|
84701
|
-
}
|
|
84702
|
-
}
|
|
84703
|
-
],
|
|
84910
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
84704
84911
|
"inheritedFrom": {
|
|
84705
|
-
"name": "
|
|
84706
|
-
"module": "core/
|
|
84912
|
+
"name": "SbbDisabledMixin",
|
|
84913
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
84707
84914
|
}
|
|
84708
84915
|
},
|
|
84709
84916
|
{
|
|
84710
84917
|
"kind": "field",
|
|
84711
|
-
"name": "
|
|
84712
|
-
"
|
|
84918
|
+
"name": "formAssociated",
|
|
84919
|
+
"type": {
|
|
84920
|
+
"text": "boolean"
|
|
84921
|
+
},
|
|
84922
|
+
"privacy": "public",
|
|
84923
|
+
"static": true,
|
|
84924
|
+
"default": "true",
|
|
84713
84925
|
"inheritedFrom": {
|
|
84714
|
-
"name": "
|
|
84715
|
-
"module": "core/
|
|
84926
|
+
"name": "SbbFormAssociatedMixin",
|
|
84927
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
84716
84928
|
}
|
|
84717
84929
|
},
|
|
84718
84930
|
{
|
|
84719
84931
|
"kind": "field",
|
|
84720
|
-
"name": "
|
|
84932
|
+
"name": "form",
|
|
84721
84933
|
"type": {
|
|
84722
|
-
"text": "
|
|
84934
|
+
"text": "HTMLFormElement | null"
|
|
84723
84935
|
},
|
|
84724
84936
|
"privacy": "public",
|
|
84725
|
-
"
|
|
84726
|
-
"
|
|
84937
|
+
"description": "Returns the form owner of this element.",
|
|
84938
|
+
"readonly": true,
|
|
84727
84939
|
"inheritedFrom": {
|
|
84728
84940
|
"name": "SbbFormAssociatedMixin",
|
|
84729
84941
|
"module": "core/mixins/form-associated-mixin.js"
|
|
@@ -84876,21 +85088,6 @@
|
|
|
84876
85088
|
"module": "core/mixins/form-associated-mixin.js"
|
|
84877
85089
|
}
|
|
84878
85090
|
},
|
|
84879
|
-
{
|
|
84880
|
-
"kind": "method",
|
|
84881
|
-
"name": "updateFormValue",
|
|
84882
|
-
"privacy": "protected",
|
|
84883
|
-
"return": {
|
|
84884
|
-
"type": {
|
|
84885
|
-
"text": "void"
|
|
84886
|
-
}
|
|
84887
|
-
},
|
|
84888
|
-
"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",
|
|
84889
|
-
"inheritedFrom": {
|
|
84890
|
-
"name": "SbbFormAssociatedMixin",
|
|
84891
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
84892
|
-
}
|
|
84893
|
-
},
|
|
84894
85091
|
{
|
|
84895
85092
|
"kind": "method",
|
|
84896
85093
|
"name": "formState",
|
|
@@ -85015,256 +85212,76 @@
|
|
|
85015
85212
|
"name": "SbbFormAssociatedMixin",
|
|
85016
85213
|
"module": "core/mixins/form-associated-mixin.js"
|
|
85017
85214
|
}
|
|
85018
|
-
}
|
|
85019
|
-
|
|
85020
|
-
|
|
85021
|
-
"name": "role",
|
|
85022
|
-
"type": {
|
|
85023
|
-
"text": "ElementInternals['role']"
|
|
85024
|
-
},
|
|
85025
|
-
"privacy": "public",
|
|
85026
|
-
"static": true,
|
|
85027
|
-
"readonly": true,
|
|
85028
|
-
"default": "'button'",
|
|
85029
|
-
"inheritedFrom": {
|
|
85030
|
-
"name": "SbbButtonLikeBaseElement",
|
|
85031
|
-
"module": "core/base-elements/button-base-element.js"
|
|
85032
|
-
}
|
|
85033
|
-
},
|
|
85034
|
-
{
|
|
85035
|
-
"kind": "field",
|
|
85036
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
85037
|
-
"privacy": "private",
|
|
85038
|
-
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
85039
|
-
"parameters": [
|
|
85040
|
-
{
|
|
85041
|
-
"description": "The origin event.",
|
|
85042
|
-
"name": "event"
|
|
85043
|
-
}
|
|
85044
|
-
],
|
|
85045
|
-
"inheritedFrom": {
|
|
85046
|
-
"name": "SbbButtonLikeBaseElement",
|
|
85047
|
-
"module": "core/base-elements/button-base-element.js"
|
|
85048
|
-
}
|
|
85049
|
-
},
|
|
85050
|
-
{
|
|
85051
|
-
"kind": "field",
|
|
85052
|
-
"name": "_removeActiveMarker",
|
|
85053
|
-
"privacy": "private",
|
|
85054
|
-
"inheritedFrom": {
|
|
85055
|
-
"name": "SbbButtonLikeBaseElement",
|
|
85056
|
-
"module": "core/base-elements/button-base-element.js"
|
|
85057
|
-
}
|
|
85058
|
-
},
|
|
85059
|
-
{
|
|
85060
|
-
"kind": "field",
|
|
85061
|
-
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
85062
|
-
"privacy": "private",
|
|
85063
|
-
"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.",
|
|
85064
|
-
"parameters": [
|
|
85065
|
-
{
|
|
85066
|
-
"description": "The origin event.",
|
|
85067
|
-
"name": "event"
|
|
85068
|
-
}
|
|
85069
|
-
],
|
|
85070
|
-
"inheritedFrom": {
|
|
85071
|
-
"name": "SbbButtonLikeBaseElement",
|
|
85072
|
-
"module": "core/base-elements/button-base-element.js"
|
|
85073
|
-
}
|
|
85074
|
-
},
|
|
85075
|
-
{
|
|
85076
|
-
"kind": "field",
|
|
85077
|
-
"name": "_dispatchClickEvent",
|
|
85078
|
-
"privacy": "private",
|
|
85079
|
-
"inheritedFrom": {
|
|
85080
|
-
"name": "SbbButtonLikeBaseElement",
|
|
85081
|
-
"module": "core/base-elements/button-base-element.js"
|
|
85082
|
-
}
|
|
85083
|
-
},
|
|
85215
|
+
}
|
|
85216
|
+
],
|
|
85217
|
+
"events": [
|
|
85084
85218
|
{
|
|
85085
|
-
"
|
|
85086
|
-
"name": "maybeDisabled",
|
|
85219
|
+
"name": "input",
|
|
85087
85220
|
"type": {
|
|
85088
|
-
"text": "
|
|
85221
|
+
"text": "InputEvent"
|
|
85089
85222
|
},
|
|
85090
|
-
"
|
|
85091
|
-
"readonly": true,
|
|
85092
|
-
"inheritedFrom": {
|
|
85093
|
-
"name": "SbbActionBaseElement",
|
|
85094
|
-
"module": "core/base-elements/action-base-element.js"
|
|
85095
|
-
}
|
|
85223
|
+
"description": "The input event fires when the value has been changed as a direct result of a user action."
|
|
85096
85224
|
},
|
|
85097
85225
|
{
|
|
85098
|
-
"
|
|
85099
|
-
"name": "maybeDisabledInteractive",
|
|
85226
|
+
"name": "change",
|
|
85100
85227
|
"type": {
|
|
85101
|
-
"text": "
|
|
85102
|
-
},
|
|
85103
|
-
"privacy": "protected",
|
|
85104
|
-
"readonly": true,
|
|
85105
|
-
"inheritedFrom": {
|
|
85106
|
-
"name": "SbbActionBaseElement",
|
|
85107
|
-
"module": "core/base-elements/action-base-element.js"
|
|
85108
|
-
}
|
|
85109
|
-
},
|
|
85110
|
-
{
|
|
85111
|
-
"kind": "method",
|
|
85112
|
-
"name": "setupBaseEventHandlers",
|
|
85113
|
-
"privacy": "protected",
|
|
85114
|
-
"return": {
|
|
85115
|
-
"type": {
|
|
85116
|
-
"text": "void"
|
|
85117
|
-
}
|
|
85228
|
+
"text": "Event"
|
|
85118
85229
|
},
|
|
85119
|
-
"
|
|
85120
|
-
"name": "SbbActionBaseElement",
|
|
85121
|
-
"module": "core/base-elements/action-base-element.js"
|
|
85122
|
-
}
|
|
85230
|
+
"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."
|
|
85123
85231
|
},
|
|
85124
85232
|
{
|
|
85125
|
-
"
|
|
85126
|
-
"name": "_hydrationRequired",
|
|
85233
|
+
"name": "filechanged",
|
|
85127
85234
|
"type": {
|
|
85128
|
-
"text": "
|
|
85235
|
+
"text": "CustomEvent<Readonly<File>[]>"
|
|
85129
85236
|
},
|
|
85130
|
-
"
|
|
85131
|
-
|
|
85132
|
-
|
|
85133
|
-
|
|
85134
|
-
"module": "core/base-elements/element.js"
|
|
85135
|
-
}
|
|
85136
|
-
},
|
|
85137
|
-
{
|
|
85138
|
-
"kind": "field",
|
|
85139
|
-
"name": "_hydrationComplete",
|
|
85140
|
-
"privacy": "private",
|
|
85141
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
85142
|
-
"inheritedFrom": {
|
|
85143
|
-
"name": "SbbElement",
|
|
85144
|
-
"module": "core/base-elements/element.js"
|
|
85145
|
-
}
|
|
85146
|
-
},
|
|
85237
|
+
"description": "An event which is emitted each time the file list changes."
|
|
85238
|
+
}
|
|
85239
|
+
],
|
|
85240
|
+
"attributes": [
|
|
85147
85241
|
{
|
|
85148
|
-
"
|
|
85149
|
-
"name": "_resolveHydration",
|
|
85242
|
+
"name": "size",
|
|
85150
85243
|
"type": {
|
|
85151
|
-
"text": "
|
|
85244
|
+
"text": "'s' | 'm'"
|
|
85152
85245
|
},
|
|
85153
|
-
"
|
|
85154
|
-
"
|
|
85155
|
-
|
|
85156
|
-
"module": "core/base-elements/element.js"
|
|
85157
|
-
}
|
|
85246
|
+
"description": "Size variant, either s or m.",
|
|
85247
|
+
"default": "'m' / 's' (lean)",
|
|
85248
|
+
"fieldName": "size"
|
|
85158
85249
|
},
|
|
85159
85250
|
{
|
|
85160
|
-
"
|
|
85161
|
-
"name": "hydrationRequired",
|
|
85251
|
+
"name": "multiple",
|
|
85162
85252
|
"type": {
|
|
85163
85253
|
"text": "boolean"
|
|
85164
85254
|
},
|
|
85165
|
-
"
|
|
85166
|
-
"description": "
|
|
85167
|
-
"
|
|
85168
|
-
"inheritedFrom": {
|
|
85169
|
-
"name": "SbbElement",
|
|
85170
|
-
"module": "core/base-elements/element.js"
|
|
85171
|
-
},
|
|
85172
|
-
"default": "!!this.shadowRoot"
|
|
85173
|
-
},
|
|
85174
|
-
{
|
|
85175
|
-
"kind": "method",
|
|
85176
|
-
"name": "toggleState",
|
|
85177
|
-
"privacy": "protected",
|
|
85178
|
-
"return": {
|
|
85179
|
-
"type": {
|
|
85180
|
-
"text": "void"
|
|
85181
|
-
}
|
|
85182
|
-
},
|
|
85183
|
-
"parameters": [
|
|
85184
|
-
{
|
|
85185
|
-
"name": "value",
|
|
85186
|
-
"type": {
|
|
85187
|
-
"text": "string"
|
|
85188
|
-
}
|
|
85189
|
-
},
|
|
85190
|
-
{
|
|
85191
|
-
"name": "force",
|
|
85192
|
-
"optional": true,
|
|
85193
|
-
"type": {
|
|
85194
|
-
"text": "boolean"
|
|
85195
|
-
}
|
|
85196
|
-
}
|
|
85197
|
-
],
|
|
85198
|
-
"inheritedFrom": {
|
|
85199
|
-
"name": "SbbElement",
|
|
85200
|
-
"module": "core/base-elements/element.js"
|
|
85201
|
-
}
|
|
85255
|
+
"default": "false",
|
|
85256
|
+
"description": "Whether more than one file can be selected.",
|
|
85257
|
+
"fieldName": "multiple"
|
|
85202
85258
|
},
|
|
85203
85259
|
{
|
|
85204
|
-
"
|
|
85205
|
-
"name": "['_$sbbElement$']",
|
|
85260
|
+
"name": "multiple-mode",
|
|
85206
85261
|
"type": {
|
|
85207
|
-
"text": "
|
|
85262
|
+
"text": "'default' | 'persistent'"
|
|
85208
85263
|
},
|
|
85209
|
-
"
|
|
85210
|
-
"
|
|
85211
|
-
"
|
|
85212
|
-
"inheritedFrom": {
|
|
85213
|
-
"name": "SbbElement",
|
|
85214
|
-
"module": "core/base-elements/element.js"
|
|
85215
|
-
}
|
|
85264
|
+
"default": "'default'",
|
|
85265
|
+
"description": "Whether the newly added files should override the previously added ones.",
|
|
85266
|
+
"fieldName": "multipleMode"
|
|
85216
85267
|
},
|
|
85217
85268
|
{
|
|
85218
|
-
"
|
|
85219
|
-
"name": "_controllers",
|
|
85220
|
-
"type": {
|
|
85221
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
85222
|
-
},
|
|
85223
|
-
"privacy": "private",
|
|
85224
|
-
"inheritedFrom": {
|
|
85225
|
-
"name": "SbbElement",
|
|
85226
|
-
"module": "core/base-elements/element.js"
|
|
85227
|
-
}
|
|
85228
|
-
}
|
|
85229
|
-
],
|
|
85230
|
-
"events": [
|
|
85231
|
-
{
|
|
85232
|
-
"name": "toggleexpanded",
|
|
85269
|
+
"name": "accept",
|
|
85233
85270
|
"type": {
|
|
85234
|
-
"text": "
|
|
85271
|
+
"text": "string"
|
|
85235
85272
|
},
|
|
85236
|
-
"
|
|
85237
|
-
|
|
85238
|
-
|
|
85239
|
-
"mixins": [
|
|
85240
|
-
{
|
|
85241
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
85242
|
-
"module": "core/mixins.js"
|
|
85273
|
+
"default": "''",
|
|
85274
|
+
"description": "A comma-separated list of allowed unique file type specifiers.",
|
|
85275
|
+
"fieldName": "accept"
|
|
85243
85276
|
},
|
|
85244
85277
|
{
|
|
85245
|
-
"name": "
|
|
85246
|
-
"module": "icon.js"
|
|
85247
|
-
}
|
|
85248
|
-
],
|
|
85249
|
-
"superclass": {
|
|
85250
|
-
"name": "SbbButtonBaseElement",
|
|
85251
|
-
"module": "core/base-elements.js"
|
|
85252
|
-
},
|
|
85253
|
-
"tagName": "sbb-expansion-panel-header",
|
|
85254
|
-
"customElement": true,
|
|
85255
|
-
"attributes": [
|
|
85256
|
-
{
|
|
85257
|
-
"name": "disabled-interactive",
|
|
85278
|
+
"name": "accessibility-label",
|
|
85258
85279
|
"type": {
|
|
85259
|
-
"text": "
|
|
85280
|
+
"text": "string"
|
|
85260
85281
|
},
|
|
85261
|
-
"default": "
|
|
85262
|
-
"description": "
|
|
85263
|
-
"fieldName": "
|
|
85264
|
-
"inheritedFrom": {
|
|
85265
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
85266
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
85267
|
-
}
|
|
85282
|
+
"default": "''",
|
|
85283
|
+
"description": "This will be forwarded as aria-label to the native input element.",
|
|
85284
|
+
"fieldName": "accessibilityLabel"
|
|
85268
85285
|
},
|
|
85269
85286
|
{
|
|
85270
85287
|
"name": "disabled",
|
|
@@ -85280,66 +85297,33 @@
|
|
|
85280
85297
|
}
|
|
85281
85298
|
},
|
|
85282
85299
|
{
|
|
85283
|
-
"name": "
|
|
85284
|
-
"
|
|
85285
|
-
"text": "string"
|
|
85286
|
-
},
|
|
85287
|
-
"default": "''",
|
|
85288
|
-
"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.",
|
|
85289
|
-
"fieldName": "iconName",
|
|
85290
|
-
"inheritedFrom": {
|
|
85291
|
-
"name": "SbbIconNameMixin",
|
|
85292
|
-
"module": "icon/icon-name-mixin.js"
|
|
85293
|
-
}
|
|
85294
|
-
},
|
|
85295
|
-
{
|
|
85296
|
-
"name": "value",
|
|
85300
|
+
"name": "name",
|
|
85301
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
85297
85302
|
"type": {
|
|
85298
85303
|
"text": "string"
|
|
85299
85304
|
},
|
|
85300
|
-
"
|
|
85301
|
-
"description": "Value of the form element.",
|
|
85302
|
-
"fieldName": "value",
|
|
85305
|
+
"fieldName": "name",
|
|
85303
85306
|
"inheritedFrom": {
|
|
85304
|
-
"name": "
|
|
85305
|
-
"module": "core/
|
|
85307
|
+
"name": "SbbFormAssociatedMixin",
|
|
85308
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
85306
85309
|
}
|
|
85307
|
-
}
|
|
85310
|
+
}
|
|
85311
|
+
],
|
|
85312
|
+
"mixins": [
|
|
85308
85313
|
{
|
|
85309
|
-
"name": "
|
|
85310
|
-
"
|
|
85311
|
-
"default": "'button'",
|
|
85312
|
-
"type": {
|
|
85313
|
-
"text": "SbbButtonType"
|
|
85314
|
-
},
|
|
85315
|
-
"fieldName": "type",
|
|
85316
|
-
"inheritedFrom": {
|
|
85317
|
-
"name": "SbbButtonBaseElement",
|
|
85318
|
-
"module": "core/base-elements/button-base-element.js"
|
|
85319
|
-
}
|
|
85314
|
+
"name": "SbbDisabledMixin",
|
|
85315
|
+
"module": "core/mixins.js"
|
|
85320
85316
|
},
|
|
85321
85317
|
{
|
|
85322
|
-
"name": "
|
|
85323
|
-
"
|
|
85324
|
-
|
|
85325
|
-
|
|
85326
|
-
|
|
85327
|
-
"fieldName": "form",
|
|
85328
|
-
"inheritedFrom": {
|
|
85329
|
-
"name": "SbbButtonBaseElement",
|
|
85330
|
-
"module": "core/base-elements/button-base-element.js"
|
|
85331
|
-
}
|
|
85332
|
-
},
|
|
85318
|
+
"name": "SbbFormAssociatedMixin",
|
|
85319
|
+
"module": "core/mixins.js"
|
|
85320
|
+
}
|
|
85321
|
+
],
|
|
85322
|
+
"parameters": [
|
|
85333
85323
|
{
|
|
85334
|
-
"name": "
|
|
85335
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
85324
|
+
"name": "superclass",
|
|
85336
85325
|
"type": {
|
|
85337
|
-
"text": "
|
|
85338
|
-
},
|
|
85339
|
-
"fieldName": "name",
|
|
85340
|
-
"inheritedFrom": {
|
|
85341
|
-
"name": "SbbFormAssociatedMixin",
|
|
85342
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
85326
|
+
"text": "T"
|
|
85343
85327
|
}
|
|
85344
85328
|
}
|
|
85345
85329
|
]
|
|
@@ -85348,10 +85332,26 @@
|
|
|
85348
85332
|
"exports": [
|
|
85349
85333
|
{
|
|
85350
85334
|
"kind": "js",
|
|
85351
|
-
"name": "
|
|
85335
|
+
"name": "fileSelectorCommonStyle",
|
|
85352
85336
|
"declaration": {
|
|
85353
|
-
"name": "
|
|
85354
|
-
"module": "
|
|
85337
|
+
"name": "default",
|
|
85338
|
+
"module": "./file-selector-common.scss?lit&inline"
|
|
85339
|
+
}
|
|
85340
|
+
},
|
|
85341
|
+
{
|
|
85342
|
+
"kind": "js",
|
|
85343
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
85344
|
+
"declaration": {
|
|
85345
|
+
"name": "SbbFileSelectorCommonElementMixinType",
|
|
85346
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
85347
|
+
}
|
|
85348
|
+
},
|
|
85349
|
+
{
|
|
85350
|
+
"kind": "js",
|
|
85351
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
85352
|
+
"declaration": {
|
|
85353
|
+
"name": "SbbFileSelectorCommonElementMixin",
|
|
85354
|
+
"module": "file-selector/common/file-selector-common.js"
|
|
85355
85355
|
}
|
|
85356
85356
|
}
|
|
85357
85357
|
]
|
|
@@ -89493,453 +89493,6 @@
|
|
|
89493
89493
|
}
|
|
89494
89494
|
]
|
|
89495
89495
|
},
|
|
89496
|
-
{
|
|
89497
|
-
"kind": "javascript-module",
|
|
89498
|
-
"path": "header/common/header-action-common.js",
|
|
89499
|
-
"declarations": [
|
|
89500
|
-
{
|
|
89501
|
-
"kind": "class",
|
|
89502
|
-
"description": "",
|
|
89503
|
-
"name": "SbbHeaderActionCommonElementMixinType",
|
|
89504
|
-
"members": [
|
|
89505
|
-
{
|
|
89506
|
-
"kind": "field",
|
|
89507
|
-
"name": "expandFrom",
|
|
89508
|
-
"type": {
|
|
89509
|
-
"text": "SbbHorizontalFrom"
|
|
89510
|
-
},
|
|
89511
|
-
"privacy": "public"
|
|
89512
|
-
},
|
|
89513
|
-
{
|
|
89514
|
-
"kind": "field",
|
|
89515
|
-
"name": "iconName",
|
|
89516
|
-
"type": {
|
|
89517
|
-
"text": "string"
|
|
89518
|
-
},
|
|
89519
|
-
"privacy": "public",
|
|
89520
|
-
"default": "''",
|
|
89521
|
-
"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.",
|
|
89522
|
-
"attribute": "icon-name",
|
|
89523
|
-
"inheritedFrom": {
|
|
89524
|
-
"name": "SbbIconNameMixin",
|
|
89525
|
-
"module": "icon/icon-name-mixin.js"
|
|
89526
|
-
}
|
|
89527
|
-
},
|
|
89528
|
-
{
|
|
89529
|
-
"kind": "method",
|
|
89530
|
-
"name": "renderIconSlot",
|
|
89531
|
-
"privacy": "protected",
|
|
89532
|
-
"return": {
|
|
89533
|
-
"type": {
|
|
89534
|
-
"text": "TemplateResult"
|
|
89535
|
-
}
|
|
89536
|
-
},
|
|
89537
|
-
"parameters": [
|
|
89538
|
-
{
|
|
89539
|
-
"name": "classname",
|
|
89540
|
-
"optional": true,
|
|
89541
|
-
"type": {
|
|
89542
|
-
"text": "string"
|
|
89543
|
-
}
|
|
89544
|
-
}
|
|
89545
|
-
],
|
|
89546
|
-
"inheritedFrom": {
|
|
89547
|
-
"name": "SbbIconNameMixin",
|
|
89548
|
-
"module": "icon/icon-name-mixin.js"
|
|
89549
|
-
}
|
|
89550
|
-
},
|
|
89551
|
-
{
|
|
89552
|
-
"kind": "method",
|
|
89553
|
-
"name": "renderIconName",
|
|
89554
|
-
"privacy": "protected",
|
|
89555
|
-
"return": {
|
|
89556
|
-
"type": {
|
|
89557
|
-
"text": "string"
|
|
89558
|
-
}
|
|
89559
|
-
},
|
|
89560
|
-
"inheritedFrom": {
|
|
89561
|
-
"name": "SbbIconNameMixin",
|
|
89562
|
-
"module": "icon/icon-name-mixin.js"
|
|
89563
|
-
}
|
|
89564
|
-
},
|
|
89565
|
-
{
|
|
89566
|
-
"kind": "method",
|
|
89567
|
-
"name": "_renderIconName",
|
|
89568
|
-
"privacy": "private",
|
|
89569
|
-
"return": {
|
|
89570
|
-
"type": {
|
|
89571
|
-
"text": "string"
|
|
89572
|
-
}
|
|
89573
|
-
},
|
|
89574
|
-
"inheritedFrom": {
|
|
89575
|
-
"name": "SbbIconNameMixin",
|
|
89576
|
-
"module": "icon/icon-name-mixin.js"
|
|
89577
|
-
}
|
|
89578
|
-
},
|
|
89579
|
-
{
|
|
89580
|
-
"kind": "field",
|
|
89581
|
-
"name": "maybeDisabled",
|
|
89582
|
-
"type": {
|
|
89583
|
-
"text": "boolean | undefined"
|
|
89584
|
-
},
|
|
89585
|
-
"privacy": "protected",
|
|
89586
|
-
"readonly": true,
|
|
89587
|
-
"inheritedFrom": {
|
|
89588
|
-
"name": "SbbActionBaseElement",
|
|
89589
|
-
"module": "core/base-elements/action-base-element.js"
|
|
89590
|
-
}
|
|
89591
|
-
},
|
|
89592
|
-
{
|
|
89593
|
-
"kind": "field",
|
|
89594
|
-
"name": "maybeDisabledInteractive",
|
|
89595
|
-
"type": {
|
|
89596
|
-
"text": "boolean | undefined"
|
|
89597
|
-
},
|
|
89598
|
-
"privacy": "protected",
|
|
89599
|
-
"readonly": true,
|
|
89600
|
-
"inheritedFrom": {
|
|
89601
|
-
"name": "SbbActionBaseElement",
|
|
89602
|
-
"module": "core/base-elements/action-base-element.js"
|
|
89603
|
-
}
|
|
89604
|
-
},
|
|
89605
|
-
{
|
|
89606
|
-
"kind": "method",
|
|
89607
|
-
"name": "setupBaseEventHandlers",
|
|
89608
|
-
"privacy": "protected",
|
|
89609
|
-
"return": {
|
|
89610
|
-
"type": {
|
|
89611
|
-
"text": "void"
|
|
89612
|
-
}
|
|
89613
|
-
},
|
|
89614
|
-
"inheritedFrom": {
|
|
89615
|
-
"name": "SbbActionBaseElement",
|
|
89616
|
-
"module": "core/base-elements/action-base-element.js"
|
|
89617
|
-
}
|
|
89618
|
-
},
|
|
89619
|
-
{
|
|
89620
|
-
"kind": "method",
|
|
89621
|
-
"name": "renderTemplate",
|
|
89622
|
-
"privacy": "protected",
|
|
89623
|
-
"return": {
|
|
89624
|
-
"type": {
|
|
89625
|
-
"text": "TemplateResult"
|
|
89626
|
-
}
|
|
89627
|
-
},
|
|
89628
|
-
"description": "Override this method to render the component template.",
|
|
89629
|
-
"inheritedFrom": {
|
|
89630
|
-
"name": "SbbActionBaseElement",
|
|
89631
|
-
"module": "core/base-elements/action-base-element.js"
|
|
89632
|
-
}
|
|
89633
|
-
},
|
|
89634
|
-
{
|
|
89635
|
-
"kind": "field",
|
|
89636
|
-
"name": "_hydrationRequired",
|
|
89637
|
-
"type": {
|
|
89638
|
-
"text": "boolean"
|
|
89639
|
-
},
|
|
89640
|
-
"privacy": "private",
|
|
89641
|
-
"default": "!!this.shadowRoot",
|
|
89642
|
-
"inheritedFrom": {
|
|
89643
|
-
"name": "SbbElement",
|
|
89644
|
-
"module": "core/base-elements/element.js"
|
|
89645
|
-
}
|
|
89646
|
-
},
|
|
89647
|
-
{
|
|
89648
|
-
"kind": "field",
|
|
89649
|
-
"name": "_hydrationComplete",
|
|
89650
|
-
"privacy": "private",
|
|
89651
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
89652
|
-
"inheritedFrom": {
|
|
89653
|
-
"name": "SbbElement",
|
|
89654
|
-
"module": "core/base-elements/element.js"
|
|
89655
|
-
}
|
|
89656
|
-
},
|
|
89657
|
-
{
|
|
89658
|
-
"kind": "field",
|
|
89659
|
-
"name": "_resolveHydration",
|
|
89660
|
-
"type": {
|
|
89661
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
89662
|
-
},
|
|
89663
|
-
"privacy": "private",
|
|
89664
|
-
"inheritedFrom": {
|
|
89665
|
-
"name": "SbbElement",
|
|
89666
|
-
"module": "core/base-elements/element.js"
|
|
89667
|
-
}
|
|
89668
|
-
},
|
|
89669
|
-
{
|
|
89670
|
-
"kind": "field",
|
|
89671
|
-
"name": "hydrationRequired",
|
|
89672
|
-
"type": {
|
|
89673
|
-
"text": "boolean"
|
|
89674
|
-
},
|
|
89675
|
-
"privacy": "protected",
|
|
89676
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
89677
|
-
"readonly": true,
|
|
89678
|
-
"inheritedFrom": {
|
|
89679
|
-
"name": "SbbElement",
|
|
89680
|
-
"module": "core/base-elements/element.js"
|
|
89681
|
-
},
|
|
89682
|
-
"default": "!!this.shadowRoot"
|
|
89683
|
-
},
|
|
89684
|
-
{
|
|
89685
|
-
"kind": "method",
|
|
89686
|
-
"name": "toggleState",
|
|
89687
|
-
"privacy": "protected",
|
|
89688
|
-
"return": {
|
|
89689
|
-
"type": {
|
|
89690
|
-
"text": "void"
|
|
89691
|
-
}
|
|
89692
|
-
},
|
|
89693
|
-
"parameters": [
|
|
89694
|
-
{
|
|
89695
|
-
"name": "value",
|
|
89696
|
-
"type": {
|
|
89697
|
-
"text": "string"
|
|
89698
|
-
}
|
|
89699
|
-
},
|
|
89700
|
-
{
|
|
89701
|
-
"name": "force",
|
|
89702
|
-
"optional": true,
|
|
89703
|
-
"type": {
|
|
89704
|
-
"text": "boolean"
|
|
89705
|
-
}
|
|
89706
|
-
}
|
|
89707
|
-
],
|
|
89708
|
-
"inheritedFrom": {
|
|
89709
|
-
"name": "SbbElement",
|
|
89710
|
-
"module": "core/base-elements/element.js"
|
|
89711
|
-
}
|
|
89712
|
-
},
|
|
89713
|
-
{
|
|
89714
|
-
"kind": "field",
|
|
89715
|
-
"name": "['_$sbbElement$']",
|
|
89716
|
-
"type": {
|
|
89717
|
-
"text": "boolean"
|
|
89718
|
-
},
|
|
89719
|
-
"privacy": "public",
|
|
89720
|
-
"static": true,
|
|
89721
|
-
"default": "true",
|
|
89722
|
-
"inheritedFrom": {
|
|
89723
|
-
"name": "SbbElement",
|
|
89724
|
-
"module": "core/base-elements/element.js"
|
|
89725
|
-
}
|
|
89726
|
-
},
|
|
89727
|
-
{
|
|
89728
|
-
"kind": "field",
|
|
89729
|
-
"name": "elementName",
|
|
89730
|
-
"type": {
|
|
89731
|
-
"text": "string"
|
|
89732
|
-
},
|
|
89733
|
-
"privacy": "public",
|
|
89734
|
-
"static": true,
|
|
89735
|
-
"readonly": true,
|
|
89736
|
-
"inheritedFrom": {
|
|
89737
|
-
"name": "SbbElement",
|
|
89738
|
-
"module": "core/base-elements/element.js"
|
|
89739
|
-
}
|
|
89740
|
-
},
|
|
89741
|
-
{
|
|
89742
|
-
"kind": "field",
|
|
89743
|
-
"name": "_controllers",
|
|
89744
|
-
"type": {
|
|
89745
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
89746
|
-
},
|
|
89747
|
-
"privacy": "private",
|
|
89748
|
-
"inheritedFrom": {
|
|
89749
|
-
"name": "SbbElement",
|
|
89750
|
-
"module": "core/base-elements/element.js"
|
|
89751
|
-
}
|
|
89752
|
-
}
|
|
89753
|
-
],
|
|
89754
|
-
"mixins": [
|
|
89755
|
-
{
|
|
89756
|
-
"name": "SbbIconNameMixin",
|
|
89757
|
-
"module": "icon.js"
|
|
89758
|
-
}
|
|
89759
|
-
],
|
|
89760
|
-
"superclass": {
|
|
89761
|
-
"name": "SbbActionBaseElement",
|
|
89762
|
-
"module": "core/base-elements.js"
|
|
89763
|
-
},
|
|
89764
|
-
"attributes": [
|
|
89765
|
-
{
|
|
89766
|
-
"name": "icon-name",
|
|
89767
|
-
"type": {
|
|
89768
|
-
"text": "string"
|
|
89769
|
-
},
|
|
89770
|
-
"default": "''",
|
|
89771
|
-
"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.",
|
|
89772
|
-
"fieldName": "iconName",
|
|
89773
|
-
"inheritedFrom": {
|
|
89774
|
-
"name": "SbbIconNameMixin",
|
|
89775
|
-
"module": "icon/icon-name-mixin.js"
|
|
89776
|
-
}
|
|
89777
|
-
}
|
|
89778
|
-
]
|
|
89779
|
-
},
|
|
89780
|
-
{
|
|
89781
|
-
"kind": "mixin",
|
|
89782
|
-
"description": "",
|
|
89783
|
-
"name": "SbbHeaderActionCommonElementMixin",
|
|
89784
|
-
"members": [
|
|
89785
|
-
{
|
|
89786
|
-
"kind": "field",
|
|
89787
|
-
"name": "styles",
|
|
89788
|
-
"type": {
|
|
89789
|
-
"text": "CSSResultGroup"
|
|
89790
|
-
},
|
|
89791
|
-
"privacy": "public",
|
|
89792
|
-
"static": true,
|
|
89793
|
-
"default": "[boxSizingStyles, style]"
|
|
89794
|
-
},
|
|
89795
|
-
{
|
|
89796
|
-
"kind": "field",
|
|
89797
|
-
"name": "expandFrom",
|
|
89798
|
-
"type": {
|
|
89799
|
-
"text": "SbbHorizontalFrom"
|
|
89800
|
-
},
|
|
89801
|
-
"privacy": "public",
|
|
89802
|
-
"default": "'large'",
|
|
89803
|
-
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
89804
|
-
"attribute": "expand-from",
|
|
89805
|
-
"reflects": true
|
|
89806
|
-
},
|
|
89807
|
-
{
|
|
89808
|
-
"kind": "method",
|
|
89809
|
-
"name": "renderTemplate",
|
|
89810
|
-
"privacy": "protected",
|
|
89811
|
-
"return": {
|
|
89812
|
-
"type": {
|
|
89813
|
-
"text": "TemplateResult"
|
|
89814
|
-
}
|
|
89815
|
-
}
|
|
89816
|
-
},
|
|
89817
|
-
{
|
|
89818
|
-
"kind": "field",
|
|
89819
|
-
"name": "iconName",
|
|
89820
|
-
"type": {
|
|
89821
|
-
"text": "string"
|
|
89822
|
-
},
|
|
89823
|
-
"privacy": "public",
|
|
89824
|
-
"default": "''",
|
|
89825
|
-
"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.",
|
|
89826
|
-
"attribute": "icon-name",
|
|
89827
|
-
"inheritedFrom": {
|
|
89828
|
-
"name": "SbbIconNameMixin",
|
|
89829
|
-
"module": "icon/icon-name-mixin.js"
|
|
89830
|
-
}
|
|
89831
|
-
},
|
|
89832
|
-
{
|
|
89833
|
-
"kind": "method",
|
|
89834
|
-
"name": "renderIconSlot",
|
|
89835
|
-
"privacy": "protected",
|
|
89836
|
-
"return": {
|
|
89837
|
-
"type": {
|
|
89838
|
-
"text": "TemplateResult"
|
|
89839
|
-
}
|
|
89840
|
-
},
|
|
89841
|
-
"parameters": [
|
|
89842
|
-
{
|
|
89843
|
-
"name": "classname",
|
|
89844
|
-
"optional": true,
|
|
89845
|
-
"type": {
|
|
89846
|
-
"text": "string"
|
|
89847
|
-
}
|
|
89848
|
-
}
|
|
89849
|
-
],
|
|
89850
|
-
"inheritedFrom": {
|
|
89851
|
-
"name": "SbbIconNameMixin",
|
|
89852
|
-
"module": "icon/icon-name-mixin.js"
|
|
89853
|
-
}
|
|
89854
|
-
},
|
|
89855
|
-
{
|
|
89856
|
-
"kind": "method",
|
|
89857
|
-
"name": "renderIconName",
|
|
89858
|
-
"privacy": "protected",
|
|
89859
|
-
"return": {
|
|
89860
|
-
"type": {
|
|
89861
|
-
"text": "string"
|
|
89862
|
-
}
|
|
89863
|
-
},
|
|
89864
|
-
"inheritedFrom": {
|
|
89865
|
-
"name": "SbbIconNameMixin",
|
|
89866
|
-
"module": "icon/icon-name-mixin.js"
|
|
89867
|
-
}
|
|
89868
|
-
},
|
|
89869
|
-
{
|
|
89870
|
-
"kind": "method",
|
|
89871
|
-
"name": "_renderIconName",
|
|
89872
|
-
"privacy": "private",
|
|
89873
|
-
"return": {
|
|
89874
|
-
"type": {
|
|
89875
|
-
"text": "string"
|
|
89876
|
-
}
|
|
89877
|
-
},
|
|
89878
|
-
"inheritedFrom": {
|
|
89879
|
-
"name": "SbbIconNameMixin",
|
|
89880
|
-
"module": "icon/icon-name-mixin.js"
|
|
89881
|
-
}
|
|
89882
|
-
}
|
|
89883
|
-
],
|
|
89884
|
-
"attributes": [
|
|
89885
|
-
{
|
|
89886
|
-
"name": "expand-from",
|
|
89887
|
-
"type": {
|
|
89888
|
-
"text": "SbbHorizontalFrom"
|
|
89889
|
-
},
|
|
89890
|
-
"default": "'large'",
|
|
89891
|
-
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
89892
|
-
"fieldName": "expandFrom"
|
|
89893
|
-
},
|
|
89894
|
-
{
|
|
89895
|
-
"name": "icon-name",
|
|
89896
|
-
"type": {
|
|
89897
|
-
"text": "string"
|
|
89898
|
-
},
|
|
89899
|
-
"default": "''",
|
|
89900
|
-
"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.",
|
|
89901
|
-
"fieldName": "iconName",
|
|
89902
|
-
"inheritedFrom": {
|
|
89903
|
-
"name": "SbbIconNameMixin",
|
|
89904
|
-
"module": "icon/icon-name-mixin.js"
|
|
89905
|
-
}
|
|
89906
|
-
}
|
|
89907
|
-
],
|
|
89908
|
-
"mixins": [
|
|
89909
|
-
{
|
|
89910
|
-
"name": "SbbIconNameMixin",
|
|
89911
|
-
"module": "icon.js"
|
|
89912
|
-
}
|
|
89913
|
-
],
|
|
89914
|
-
"parameters": [
|
|
89915
|
-
{
|
|
89916
|
-
"name": "superClass",
|
|
89917
|
-
"type": {
|
|
89918
|
-
"text": "T"
|
|
89919
|
-
}
|
|
89920
|
-
}
|
|
89921
|
-
]
|
|
89922
|
-
}
|
|
89923
|
-
],
|
|
89924
|
-
"exports": [
|
|
89925
|
-
{
|
|
89926
|
-
"kind": "js",
|
|
89927
|
-
"name": "SbbHeaderActionCommonElementMixinType",
|
|
89928
|
-
"declaration": {
|
|
89929
|
-
"name": "SbbHeaderActionCommonElementMixinType",
|
|
89930
|
-
"module": "header/common/header-action-common.js"
|
|
89931
|
-
}
|
|
89932
|
-
},
|
|
89933
|
-
{
|
|
89934
|
-
"kind": "js",
|
|
89935
|
-
"name": "SbbHeaderActionCommonElementMixin",
|
|
89936
|
-
"declaration": {
|
|
89937
|
-
"name": "SbbHeaderActionCommonElementMixin",
|
|
89938
|
-
"module": "header/common/header-action-common.js"
|
|
89939
|
-
}
|
|
89940
|
-
}
|
|
89941
|
-
]
|
|
89942
|
-
},
|
|
89943
89496
|
{
|
|
89944
89497
|
"kind": "javascript-module",
|
|
89945
89498
|
"path": "form-field/form-field-clear/form-field-clear.component.js",
|
|
@@ -90732,6 +90285,453 @@
|
|
|
90732
90285
|
}
|
|
90733
90286
|
]
|
|
90734
90287
|
},
|
|
90288
|
+
{
|
|
90289
|
+
"kind": "javascript-module",
|
|
90290
|
+
"path": "header/common/header-action-common.js",
|
|
90291
|
+
"declarations": [
|
|
90292
|
+
{
|
|
90293
|
+
"kind": "class",
|
|
90294
|
+
"description": "",
|
|
90295
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
90296
|
+
"members": [
|
|
90297
|
+
{
|
|
90298
|
+
"kind": "field",
|
|
90299
|
+
"name": "expandFrom",
|
|
90300
|
+
"type": {
|
|
90301
|
+
"text": "SbbHorizontalFrom"
|
|
90302
|
+
},
|
|
90303
|
+
"privacy": "public"
|
|
90304
|
+
},
|
|
90305
|
+
{
|
|
90306
|
+
"kind": "field",
|
|
90307
|
+
"name": "iconName",
|
|
90308
|
+
"type": {
|
|
90309
|
+
"text": "string"
|
|
90310
|
+
},
|
|
90311
|
+
"privacy": "public",
|
|
90312
|
+
"default": "''",
|
|
90313
|
+
"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.",
|
|
90314
|
+
"attribute": "icon-name",
|
|
90315
|
+
"inheritedFrom": {
|
|
90316
|
+
"name": "SbbIconNameMixin",
|
|
90317
|
+
"module": "icon/icon-name-mixin.js"
|
|
90318
|
+
}
|
|
90319
|
+
},
|
|
90320
|
+
{
|
|
90321
|
+
"kind": "method",
|
|
90322
|
+
"name": "renderIconSlot",
|
|
90323
|
+
"privacy": "protected",
|
|
90324
|
+
"return": {
|
|
90325
|
+
"type": {
|
|
90326
|
+
"text": "TemplateResult"
|
|
90327
|
+
}
|
|
90328
|
+
},
|
|
90329
|
+
"parameters": [
|
|
90330
|
+
{
|
|
90331
|
+
"name": "classname",
|
|
90332
|
+
"optional": true,
|
|
90333
|
+
"type": {
|
|
90334
|
+
"text": "string"
|
|
90335
|
+
}
|
|
90336
|
+
}
|
|
90337
|
+
],
|
|
90338
|
+
"inheritedFrom": {
|
|
90339
|
+
"name": "SbbIconNameMixin",
|
|
90340
|
+
"module": "icon/icon-name-mixin.js"
|
|
90341
|
+
}
|
|
90342
|
+
},
|
|
90343
|
+
{
|
|
90344
|
+
"kind": "method",
|
|
90345
|
+
"name": "renderIconName",
|
|
90346
|
+
"privacy": "protected",
|
|
90347
|
+
"return": {
|
|
90348
|
+
"type": {
|
|
90349
|
+
"text": "string"
|
|
90350
|
+
}
|
|
90351
|
+
},
|
|
90352
|
+
"inheritedFrom": {
|
|
90353
|
+
"name": "SbbIconNameMixin",
|
|
90354
|
+
"module": "icon/icon-name-mixin.js"
|
|
90355
|
+
}
|
|
90356
|
+
},
|
|
90357
|
+
{
|
|
90358
|
+
"kind": "method",
|
|
90359
|
+
"name": "_renderIconName",
|
|
90360
|
+
"privacy": "private",
|
|
90361
|
+
"return": {
|
|
90362
|
+
"type": {
|
|
90363
|
+
"text": "string"
|
|
90364
|
+
}
|
|
90365
|
+
},
|
|
90366
|
+
"inheritedFrom": {
|
|
90367
|
+
"name": "SbbIconNameMixin",
|
|
90368
|
+
"module": "icon/icon-name-mixin.js"
|
|
90369
|
+
}
|
|
90370
|
+
},
|
|
90371
|
+
{
|
|
90372
|
+
"kind": "field",
|
|
90373
|
+
"name": "maybeDisabled",
|
|
90374
|
+
"type": {
|
|
90375
|
+
"text": "boolean | undefined"
|
|
90376
|
+
},
|
|
90377
|
+
"privacy": "protected",
|
|
90378
|
+
"readonly": true,
|
|
90379
|
+
"inheritedFrom": {
|
|
90380
|
+
"name": "SbbActionBaseElement",
|
|
90381
|
+
"module": "core/base-elements/action-base-element.js"
|
|
90382
|
+
}
|
|
90383
|
+
},
|
|
90384
|
+
{
|
|
90385
|
+
"kind": "field",
|
|
90386
|
+
"name": "maybeDisabledInteractive",
|
|
90387
|
+
"type": {
|
|
90388
|
+
"text": "boolean | undefined"
|
|
90389
|
+
},
|
|
90390
|
+
"privacy": "protected",
|
|
90391
|
+
"readonly": true,
|
|
90392
|
+
"inheritedFrom": {
|
|
90393
|
+
"name": "SbbActionBaseElement",
|
|
90394
|
+
"module": "core/base-elements/action-base-element.js"
|
|
90395
|
+
}
|
|
90396
|
+
},
|
|
90397
|
+
{
|
|
90398
|
+
"kind": "method",
|
|
90399
|
+
"name": "setupBaseEventHandlers",
|
|
90400
|
+
"privacy": "protected",
|
|
90401
|
+
"return": {
|
|
90402
|
+
"type": {
|
|
90403
|
+
"text": "void"
|
|
90404
|
+
}
|
|
90405
|
+
},
|
|
90406
|
+
"inheritedFrom": {
|
|
90407
|
+
"name": "SbbActionBaseElement",
|
|
90408
|
+
"module": "core/base-elements/action-base-element.js"
|
|
90409
|
+
}
|
|
90410
|
+
},
|
|
90411
|
+
{
|
|
90412
|
+
"kind": "method",
|
|
90413
|
+
"name": "renderTemplate",
|
|
90414
|
+
"privacy": "protected",
|
|
90415
|
+
"return": {
|
|
90416
|
+
"type": {
|
|
90417
|
+
"text": "TemplateResult"
|
|
90418
|
+
}
|
|
90419
|
+
},
|
|
90420
|
+
"description": "Override this method to render the component template.",
|
|
90421
|
+
"inheritedFrom": {
|
|
90422
|
+
"name": "SbbActionBaseElement",
|
|
90423
|
+
"module": "core/base-elements/action-base-element.js"
|
|
90424
|
+
}
|
|
90425
|
+
},
|
|
90426
|
+
{
|
|
90427
|
+
"kind": "field",
|
|
90428
|
+
"name": "_hydrationRequired",
|
|
90429
|
+
"type": {
|
|
90430
|
+
"text": "boolean"
|
|
90431
|
+
},
|
|
90432
|
+
"privacy": "private",
|
|
90433
|
+
"default": "!!this.shadowRoot",
|
|
90434
|
+
"inheritedFrom": {
|
|
90435
|
+
"name": "SbbElement",
|
|
90436
|
+
"module": "core/base-elements/element.js"
|
|
90437
|
+
}
|
|
90438
|
+
},
|
|
90439
|
+
{
|
|
90440
|
+
"kind": "field",
|
|
90441
|
+
"name": "_hydrationComplete",
|
|
90442
|
+
"privacy": "private",
|
|
90443
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
90444
|
+
"inheritedFrom": {
|
|
90445
|
+
"name": "SbbElement",
|
|
90446
|
+
"module": "core/base-elements/element.js"
|
|
90447
|
+
}
|
|
90448
|
+
},
|
|
90449
|
+
{
|
|
90450
|
+
"kind": "field",
|
|
90451
|
+
"name": "_resolveHydration",
|
|
90452
|
+
"type": {
|
|
90453
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
90454
|
+
},
|
|
90455
|
+
"privacy": "private",
|
|
90456
|
+
"inheritedFrom": {
|
|
90457
|
+
"name": "SbbElement",
|
|
90458
|
+
"module": "core/base-elements/element.js"
|
|
90459
|
+
}
|
|
90460
|
+
},
|
|
90461
|
+
{
|
|
90462
|
+
"kind": "field",
|
|
90463
|
+
"name": "hydrationRequired",
|
|
90464
|
+
"type": {
|
|
90465
|
+
"text": "boolean"
|
|
90466
|
+
},
|
|
90467
|
+
"privacy": "protected",
|
|
90468
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
90469
|
+
"readonly": true,
|
|
90470
|
+
"inheritedFrom": {
|
|
90471
|
+
"name": "SbbElement",
|
|
90472
|
+
"module": "core/base-elements/element.js"
|
|
90473
|
+
},
|
|
90474
|
+
"default": "!!this.shadowRoot"
|
|
90475
|
+
},
|
|
90476
|
+
{
|
|
90477
|
+
"kind": "method",
|
|
90478
|
+
"name": "toggleState",
|
|
90479
|
+
"privacy": "protected",
|
|
90480
|
+
"return": {
|
|
90481
|
+
"type": {
|
|
90482
|
+
"text": "void"
|
|
90483
|
+
}
|
|
90484
|
+
},
|
|
90485
|
+
"parameters": [
|
|
90486
|
+
{
|
|
90487
|
+
"name": "value",
|
|
90488
|
+
"type": {
|
|
90489
|
+
"text": "string"
|
|
90490
|
+
}
|
|
90491
|
+
},
|
|
90492
|
+
{
|
|
90493
|
+
"name": "force",
|
|
90494
|
+
"optional": true,
|
|
90495
|
+
"type": {
|
|
90496
|
+
"text": "boolean"
|
|
90497
|
+
}
|
|
90498
|
+
}
|
|
90499
|
+
],
|
|
90500
|
+
"inheritedFrom": {
|
|
90501
|
+
"name": "SbbElement",
|
|
90502
|
+
"module": "core/base-elements/element.js"
|
|
90503
|
+
}
|
|
90504
|
+
},
|
|
90505
|
+
{
|
|
90506
|
+
"kind": "field",
|
|
90507
|
+
"name": "['_$sbbElement$']",
|
|
90508
|
+
"type": {
|
|
90509
|
+
"text": "boolean"
|
|
90510
|
+
},
|
|
90511
|
+
"privacy": "public",
|
|
90512
|
+
"static": true,
|
|
90513
|
+
"default": "true",
|
|
90514
|
+
"inheritedFrom": {
|
|
90515
|
+
"name": "SbbElement",
|
|
90516
|
+
"module": "core/base-elements/element.js"
|
|
90517
|
+
}
|
|
90518
|
+
},
|
|
90519
|
+
{
|
|
90520
|
+
"kind": "field",
|
|
90521
|
+
"name": "elementName",
|
|
90522
|
+
"type": {
|
|
90523
|
+
"text": "string"
|
|
90524
|
+
},
|
|
90525
|
+
"privacy": "public",
|
|
90526
|
+
"static": true,
|
|
90527
|
+
"readonly": true,
|
|
90528
|
+
"inheritedFrom": {
|
|
90529
|
+
"name": "SbbElement",
|
|
90530
|
+
"module": "core/base-elements/element.js"
|
|
90531
|
+
}
|
|
90532
|
+
},
|
|
90533
|
+
{
|
|
90534
|
+
"kind": "field",
|
|
90535
|
+
"name": "_controllers",
|
|
90536
|
+
"type": {
|
|
90537
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
90538
|
+
},
|
|
90539
|
+
"privacy": "private",
|
|
90540
|
+
"inheritedFrom": {
|
|
90541
|
+
"name": "SbbElement",
|
|
90542
|
+
"module": "core/base-elements/element.js"
|
|
90543
|
+
}
|
|
90544
|
+
}
|
|
90545
|
+
],
|
|
90546
|
+
"mixins": [
|
|
90547
|
+
{
|
|
90548
|
+
"name": "SbbIconNameMixin",
|
|
90549
|
+
"module": "icon.js"
|
|
90550
|
+
}
|
|
90551
|
+
],
|
|
90552
|
+
"superclass": {
|
|
90553
|
+
"name": "SbbActionBaseElement",
|
|
90554
|
+
"module": "core/base-elements.js"
|
|
90555
|
+
},
|
|
90556
|
+
"attributes": [
|
|
90557
|
+
{
|
|
90558
|
+
"name": "icon-name",
|
|
90559
|
+
"type": {
|
|
90560
|
+
"text": "string"
|
|
90561
|
+
},
|
|
90562
|
+
"default": "''",
|
|
90563
|
+
"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.",
|
|
90564
|
+
"fieldName": "iconName",
|
|
90565
|
+
"inheritedFrom": {
|
|
90566
|
+
"name": "SbbIconNameMixin",
|
|
90567
|
+
"module": "icon/icon-name-mixin.js"
|
|
90568
|
+
}
|
|
90569
|
+
}
|
|
90570
|
+
]
|
|
90571
|
+
},
|
|
90572
|
+
{
|
|
90573
|
+
"kind": "mixin",
|
|
90574
|
+
"description": "",
|
|
90575
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
90576
|
+
"members": [
|
|
90577
|
+
{
|
|
90578
|
+
"kind": "field",
|
|
90579
|
+
"name": "styles",
|
|
90580
|
+
"type": {
|
|
90581
|
+
"text": "CSSResultGroup"
|
|
90582
|
+
},
|
|
90583
|
+
"privacy": "public",
|
|
90584
|
+
"static": true,
|
|
90585
|
+
"default": "[boxSizingStyles, style]"
|
|
90586
|
+
},
|
|
90587
|
+
{
|
|
90588
|
+
"kind": "field",
|
|
90589
|
+
"name": "expandFrom",
|
|
90590
|
+
"type": {
|
|
90591
|
+
"text": "SbbHorizontalFrom"
|
|
90592
|
+
},
|
|
90593
|
+
"privacy": "public",
|
|
90594
|
+
"default": "'large'",
|
|
90595
|
+
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
90596
|
+
"attribute": "expand-from",
|
|
90597
|
+
"reflects": true
|
|
90598
|
+
},
|
|
90599
|
+
{
|
|
90600
|
+
"kind": "method",
|
|
90601
|
+
"name": "renderTemplate",
|
|
90602
|
+
"privacy": "protected",
|
|
90603
|
+
"return": {
|
|
90604
|
+
"type": {
|
|
90605
|
+
"text": "TemplateResult"
|
|
90606
|
+
}
|
|
90607
|
+
}
|
|
90608
|
+
},
|
|
90609
|
+
{
|
|
90610
|
+
"kind": "field",
|
|
90611
|
+
"name": "iconName",
|
|
90612
|
+
"type": {
|
|
90613
|
+
"text": "string"
|
|
90614
|
+
},
|
|
90615
|
+
"privacy": "public",
|
|
90616
|
+
"default": "''",
|
|
90617
|
+
"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.",
|
|
90618
|
+
"attribute": "icon-name",
|
|
90619
|
+
"inheritedFrom": {
|
|
90620
|
+
"name": "SbbIconNameMixin",
|
|
90621
|
+
"module": "icon/icon-name-mixin.js"
|
|
90622
|
+
}
|
|
90623
|
+
},
|
|
90624
|
+
{
|
|
90625
|
+
"kind": "method",
|
|
90626
|
+
"name": "renderIconSlot",
|
|
90627
|
+
"privacy": "protected",
|
|
90628
|
+
"return": {
|
|
90629
|
+
"type": {
|
|
90630
|
+
"text": "TemplateResult"
|
|
90631
|
+
}
|
|
90632
|
+
},
|
|
90633
|
+
"parameters": [
|
|
90634
|
+
{
|
|
90635
|
+
"name": "classname",
|
|
90636
|
+
"optional": true,
|
|
90637
|
+
"type": {
|
|
90638
|
+
"text": "string"
|
|
90639
|
+
}
|
|
90640
|
+
}
|
|
90641
|
+
],
|
|
90642
|
+
"inheritedFrom": {
|
|
90643
|
+
"name": "SbbIconNameMixin",
|
|
90644
|
+
"module": "icon/icon-name-mixin.js"
|
|
90645
|
+
}
|
|
90646
|
+
},
|
|
90647
|
+
{
|
|
90648
|
+
"kind": "method",
|
|
90649
|
+
"name": "renderIconName",
|
|
90650
|
+
"privacy": "protected",
|
|
90651
|
+
"return": {
|
|
90652
|
+
"type": {
|
|
90653
|
+
"text": "string"
|
|
90654
|
+
}
|
|
90655
|
+
},
|
|
90656
|
+
"inheritedFrom": {
|
|
90657
|
+
"name": "SbbIconNameMixin",
|
|
90658
|
+
"module": "icon/icon-name-mixin.js"
|
|
90659
|
+
}
|
|
90660
|
+
},
|
|
90661
|
+
{
|
|
90662
|
+
"kind": "method",
|
|
90663
|
+
"name": "_renderIconName",
|
|
90664
|
+
"privacy": "private",
|
|
90665
|
+
"return": {
|
|
90666
|
+
"type": {
|
|
90667
|
+
"text": "string"
|
|
90668
|
+
}
|
|
90669
|
+
},
|
|
90670
|
+
"inheritedFrom": {
|
|
90671
|
+
"name": "SbbIconNameMixin",
|
|
90672
|
+
"module": "icon/icon-name-mixin.js"
|
|
90673
|
+
}
|
|
90674
|
+
}
|
|
90675
|
+
],
|
|
90676
|
+
"attributes": [
|
|
90677
|
+
{
|
|
90678
|
+
"name": "expand-from",
|
|
90679
|
+
"type": {
|
|
90680
|
+
"text": "SbbHorizontalFrom"
|
|
90681
|
+
},
|
|
90682
|
+
"default": "'large'",
|
|
90683
|
+
"description": "Used to set the minimum breakpoint from which the text is displayed.\nE.g. if set to 'large', the text will be visible for breakpoints large and ultra,\nand hidden for all the others. Ignored if no icon is set.",
|
|
90684
|
+
"fieldName": "expandFrom"
|
|
90685
|
+
},
|
|
90686
|
+
{
|
|
90687
|
+
"name": "icon-name",
|
|
90688
|
+
"type": {
|
|
90689
|
+
"text": "string"
|
|
90690
|
+
},
|
|
90691
|
+
"default": "''",
|
|
90692
|
+
"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.",
|
|
90693
|
+
"fieldName": "iconName",
|
|
90694
|
+
"inheritedFrom": {
|
|
90695
|
+
"name": "SbbIconNameMixin",
|
|
90696
|
+
"module": "icon/icon-name-mixin.js"
|
|
90697
|
+
}
|
|
90698
|
+
}
|
|
90699
|
+
],
|
|
90700
|
+
"mixins": [
|
|
90701
|
+
{
|
|
90702
|
+
"name": "SbbIconNameMixin",
|
|
90703
|
+
"module": "icon.js"
|
|
90704
|
+
}
|
|
90705
|
+
],
|
|
90706
|
+
"parameters": [
|
|
90707
|
+
{
|
|
90708
|
+
"name": "superClass",
|
|
90709
|
+
"type": {
|
|
90710
|
+
"text": "T"
|
|
90711
|
+
}
|
|
90712
|
+
}
|
|
90713
|
+
]
|
|
90714
|
+
}
|
|
90715
|
+
],
|
|
90716
|
+
"exports": [
|
|
90717
|
+
{
|
|
90718
|
+
"kind": "js",
|
|
90719
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
90720
|
+
"declaration": {
|
|
90721
|
+
"name": "SbbHeaderActionCommonElementMixinType",
|
|
90722
|
+
"module": "header/common/header-action-common.js"
|
|
90723
|
+
}
|
|
90724
|
+
},
|
|
90725
|
+
{
|
|
90726
|
+
"kind": "js",
|
|
90727
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
90728
|
+
"declaration": {
|
|
90729
|
+
"name": "SbbHeaderActionCommonElementMixin",
|
|
90730
|
+
"module": "header/common/header-action-common.js"
|
|
90731
|
+
}
|
|
90732
|
+
}
|
|
90733
|
+
]
|
|
90734
|
+
},
|
|
90735
90735
|
{
|
|
90736
90736
|
"kind": "javascript-module",
|
|
90737
90737
|
"path": "header/header/header.component.js",
|
|
@@ -104339,6 +104339,15 @@
|
|
|
104339
104339
|
"privacy": "private",
|
|
104340
104340
|
"default": "null"
|
|
104341
104341
|
},
|
|
104342
|
+
{
|
|
104343
|
+
"kind": "field",
|
|
104344
|
+
"name": "_previousOrientation",
|
|
104345
|
+
"type": {
|
|
104346
|
+
"text": "SbbOrientation | null"
|
|
104347
|
+
},
|
|
104348
|
+
"privacy": "private",
|
|
104349
|
+
"default": "null"
|
|
104350
|
+
},
|
|
104342
104351
|
{
|
|
104343
104352
|
"kind": "field",
|
|
104344
104353
|
"name": "_hydrationRequired",
|