@sbb-esta/lyne-elements-dev 4.13.0-dev.1780984177 → 4.13.1-dev.1781015161
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1302 -1302
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -60779,240 +60779,6 @@
|
|
|
60779
60779
|
}
|
|
60780
60780
|
]
|
|
60781
60781
|
},
|
|
60782
|
-
{
|
|
60783
|
-
"kind": "javascript-module",
|
|
60784
|
-
"path": "container/container/container.component.js",
|
|
60785
|
-
"declarations": [
|
|
60786
|
-
{
|
|
60787
|
-
"kind": "class",
|
|
60788
|
-
"description": "It displays its content with the default page spacing.",
|
|
60789
|
-
"name": "SbbContainerElement",
|
|
60790
|
-
"cssProperties": [
|
|
60791
|
-
{
|
|
60792
|
-
"description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
|
|
60793
|
-
"name": "--sbb-page-spacing-padding"
|
|
60794
|
-
}
|
|
60795
|
-
],
|
|
60796
|
-
"slots": [
|
|
60797
|
-
{
|
|
60798
|
-
"description": "Use the unnamed slot to add anything to the container.",
|
|
60799
|
-
"name": ""
|
|
60800
|
-
},
|
|
60801
|
-
{
|
|
60802
|
-
"description": "The slot used by the sbb-sticky-bar component.",
|
|
60803
|
-
"name": "sticky-bar"
|
|
60804
|
-
},
|
|
60805
|
-
{
|
|
60806
|
-
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
60807
|
-
"name": "image"
|
|
60808
|
-
}
|
|
60809
|
-
],
|
|
60810
|
-
"members": [
|
|
60811
|
-
{
|
|
60812
|
-
"kind": "field",
|
|
60813
|
-
"name": "elementName",
|
|
60814
|
-
"type": {
|
|
60815
|
-
"text": "string"
|
|
60816
|
-
},
|
|
60817
|
-
"privacy": "public",
|
|
60818
|
-
"static": true,
|
|
60819
|
-
"readonly": true,
|
|
60820
|
-
"default": "'sbb-container'",
|
|
60821
|
-
"inheritedFrom": {
|
|
60822
|
-
"name": "SbbElement",
|
|
60823
|
-
"module": "core/base-elements/element.js"
|
|
60824
|
-
}
|
|
60825
|
-
},
|
|
60826
|
-
{
|
|
60827
|
-
"kind": "field",
|
|
60828
|
-
"name": "expanded",
|
|
60829
|
-
"type": {
|
|
60830
|
-
"text": "boolean"
|
|
60831
|
-
},
|
|
60832
|
-
"privacy": "public",
|
|
60833
|
-
"default": "false",
|
|
60834
|
-
"description": "Whether the container is expanded.",
|
|
60835
|
-
"attribute": "expanded",
|
|
60836
|
-
"reflects": true
|
|
60837
|
-
},
|
|
60838
|
-
{
|
|
60839
|
-
"kind": "field",
|
|
60840
|
-
"name": "backgroundExpanded",
|
|
60841
|
-
"type": {
|
|
60842
|
-
"text": "boolean"
|
|
60843
|
-
},
|
|
60844
|
-
"privacy": "public",
|
|
60845
|
-
"default": "false",
|
|
60846
|
-
"description": "Whether the background color is shown on full container width on large screens.",
|
|
60847
|
-
"attribute": "background-expanded",
|
|
60848
|
-
"reflects": true
|
|
60849
|
-
},
|
|
60850
|
-
{
|
|
60851
|
-
"kind": "field",
|
|
60852
|
-
"name": "color",
|
|
60853
|
-
"type": {
|
|
60854
|
-
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
60855
|
-
},
|
|
60856
|
-
"privacy": "public",
|
|
60857
|
-
"default": "'white'",
|
|
60858
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
60859
|
-
"attribute": "color",
|
|
60860
|
-
"reflects": true
|
|
60861
|
-
},
|
|
60862
|
-
{
|
|
60863
|
-
"kind": "field",
|
|
60864
|
-
"name": "_hydrationRequired",
|
|
60865
|
-
"type": {
|
|
60866
|
-
"text": "boolean"
|
|
60867
|
-
},
|
|
60868
|
-
"privacy": "private",
|
|
60869
|
-
"default": "!!this.shadowRoot",
|
|
60870
|
-
"inheritedFrom": {
|
|
60871
|
-
"name": "SbbHydrationMixin",
|
|
60872
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
60873
|
-
}
|
|
60874
|
-
},
|
|
60875
|
-
{
|
|
60876
|
-
"kind": "field",
|
|
60877
|
-
"name": "_hydrationComplete",
|
|
60878
|
-
"privacy": "private",
|
|
60879
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
60880
|
-
"inheritedFrom": {
|
|
60881
|
-
"name": "SbbHydrationMixin",
|
|
60882
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
60883
|
-
}
|
|
60884
|
-
},
|
|
60885
|
-
{
|
|
60886
|
-
"kind": "field",
|
|
60887
|
-
"name": "_resolveHydration",
|
|
60888
|
-
"type": {
|
|
60889
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
60890
|
-
},
|
|
60891
|
-
"privacy": "private",
|
|
60892
|
-
"inheritedFrom": {
|
|
60893
|
-
"name": "SbbHydrationMixin",
|
|
60894
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
60895
|
-
}
|
|
60896
|
-
},
|
|
60897
|
-
{
|
|
60898
|
-
"kind": "field",
|
|
60899
|
-
"name": "hydrationRequired",
|
|
60900
|
-
"type": {
|
|
60901
|
-
"text": "boolean"
|
|
60902
|
-
},
|
|
60903
|
-
"privacy": "protected",
|
|
60904
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
60905
|
-
"readonly": true,
|
|
60906
|
-
"inheritedFrom": {
|
|
60907
|
-
"name": "SbbHydrationMixin",
|
|
60908
|
-
"module": "core/mixins/hydration-mixin.js"
|
|
60909
|
-
},
|
|
60910
|
-
"default": "!!this.shadowRoot"
|
|
60911
|
-
},
|
|
60912
|
-
{
|
|
60913
|
-
"kind": "method",
|
|
60914
|
-
"name": "toggleState",
|
|
60915
|
-
"privacy": "protected",
|
|
60916
|
-
"return": {
|
|
60917
|
-
"type": {
|
|
60918
|
-
"text": "void"
|
|
60919
|
-
}
|
|
60920
|
-
},
|
|
60921
|
-
"parameters": [
|
|
60922
|
-
{
|
|
60923
|
-
"name": "value",
|
|
60924
|
-
"type": {
|
|
60925
|
-
"text": "string"
|
|
60926
|
-
}
|
|
60927
|
-
},
|
|
60928
|
-
{
|
|
60929
|
-
"name": "force",
|
|
60930
|
-
"optional": true,
|
|
60931
|
-
"type": {
|
|
60932
|
-
"text": "boolean"
|
|
60933
|
-
}
|
|
60934
|
-
}
|
|
60935
|
-
],
|
|
60936
|
-
"inheritedFrom": {
|
|
60937
|
-
"name": "SbbElementInternalsMixin",
|
|
60938
|
-
"module": "core/mixins/element-internals-mixin.js"
|
|
60939
|
-
}
|
|
60940
|
-
},
|
|
60941
|
-
{
|
|
60942
|
-
"kind": "field",
|
|
60943
|
-
"name": "['_$sbbElement$']",
|
|
60944
|
-
"type": {
|
|
60945
|
-
"text": "boolean"
|
|
60946
|
-
},
|
|
60947
|
-
"privacy": "public",
|
|
60948
|
-
"static": true,
|
|
60949
|
-
"default": "true",
|
|
60950
|
-
"inheritedFrom": {
|
|
60951
|
-
"name": "SbbElement",
|
|
60952
|
-
"module": "core/base-elements/element.js"
|
|
60953
|
-
}
|
|
60954
|
-
},
|
|
60955
|
-
{
|
|
60956
|
-
"kind": "field",
|
|
60957
|
-
"name": "_controllers",
|
|
60958
|
-
"type": {
|
|
60959
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
60960
|
-
},
|
|
60961
|
-
"privacy": "private",
|
|
60962
|
-
"inheritedFrom": {
|
|
60963
|
-
"name": "SbbElement",
|
|
60964
|
-
"module": "core/base-elements/element.js"
|
|
60965
|
-
}
|
|
60966
|
-
}
|
|
60967
|
-
],
|
|
60968
|
-
"attributes": [
|
|
60969
|
-
{
|
|
60970
|
-
"name": "expanded",
|
|
60971
|
-
"type": {
|
|
60972
|
-
"text": "boolean"
|
|
60973
|
-
},
|
|
60974
|
-
"default": "false",
|
|
60975
|
-
"description": "Whether the container is expanded.",
|
|
60976
|
-
"fieldName": "expanded"
|
|
60977
|
-
},
|
|
60978
|
-
{
|
|
60979
|
-
"name": "background-expanded",
|
|
60980
|
-
"type": {
|
|
60981
|
-
"text": "boolean"
|
|
60982
|
-
},
|
|
60983
|
-
"default": "false",
|
|
60984
|
-
"description": "Whether the background color is shown on full container width on large screens.",
|
|
60985
|
-
"fieldName": "backgroundExpanded"
|
|
60986
|
-
},
|
|
60987
|
-
{
|
|
60988
|
-
"name": "color",
|
|
60989
|
-
"type": {
|
|
60990
|
-
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
60991
|
-
},
|
|
60992
|
-
"default": "'white'",
|
|
60993
|
-
"description": "Color of the container, like transparent, white etc.",
|
|
60994
|
-
"fieldName": "color"
|
|
60995
|
-
}
|
|
60996
|
-
],
|
|
60997
|
-
"superclass": {
|
|
60998
|
-
"name": "SbbElement",
|
|
60999
|
-
"module": "core/base-elements.js"
|
|
61000
|
-
},
|
|
61001
|
-
"tagName": "sbb-container",
|
|
61002
|
-
"customElement": true
|
|
61003
|
-
}
|
|
61004
|
-
],
|
|
61005
|
-
"exports": [
|
|
61006
|
-
{
|
|
61007
|
-
"kind": "js",
|
|
61008
|
-
"name": "SbbContainerElement",
|
|
61009
|
-
"declaration": {
|
|
61010
|
-
"name": "SbbContainerElement",
|
|
61011
|
-
"module": "container/container/container.component.js"
|
|
61012
|
-
}
|
|
61013
|
-
}
|
|
61014
|
-
]
|
|
61015
|
-
},
|
|
61016
60782
|
{
|
|
61017
60783
|
"kind": "javascript-module",
|
|
61018
60784
|
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
@@ -62369,51 +62135,285 @@
|
|
|
62369
62135
|
},
|
|
62370
62136
|
{
|
|
62371
62137
|
"kind": "javascript-module",
|
|
62372
|
-
"path": "
|
|
62138
|
+
"path": "container/container/container.component.js",
|
|
62373
62139
|
"declarations": [
|
|
62374
62140
|
{
|
|
62375
62141
|
"kind": "class",
|
|
62376
|
-
"description": "",
|
|
62377
|
-
"name": "
|
|
62142
|
+
"description": "It displays its content with the default page spacing.",
|
|
62143
|
+
"name": "SbbContainerElement",
|
|
62144
|
+
"cssProperties": [
|
|
62145
|
+
{
|
|
62146
|
+
"description": "Use this variable to override the default page spacing. Note that overriding this will disable the standard responsive spacing behavior of the container.",
|
|
62147
|
+
"name": "--sbb-page-spacing-padding"
|
|
62148
|
+
}
|
|
62149
|
+
],
|
|
62150
|
+
"slots": [
|
|
62151
|
+
{
|
|
62152
|
+
"description": "Use the unnamed slot to add anything to the container.",
|
|
62153
|
+
"name": ""
|
|
62154
|
+
},
|
|
62155
|
+
{
|
|
62156
|
+
"description": "The slot used by the sbb-sticky-bar component.",
|
|
62157
|
+
"name": "sticky-bar"
|
|
62158
|
+
},
|
|
62159
|
+
{
|
|
62160
|
+
"description": "The slot used to slot an `sbb-image` to use as background.",
|
|
62161
|
+
"name": "image"
|
|
62162
|
+
}
|
|
62163
|
+
],
|
|
62378
62164
|
"members": [
|
|
62379
62165
|
{
|
|
62380
62166
|
"kind": "field",
|
|
62381
|
-
"name": "
|
|
62167
|
+
"name": "elementName",
|
|
62382
62168
|
"type": {
|
|
62383
|
-
"text": "
|
|
62169
|
+
"text": "string"
|
|
62384
62170
|
},
|
|
62385
|
-
"privacy": "
|
|
62386
|
-
"
|
|
62171
|
+
"privacy": "public",
|
|
62172
|
+
"static": true,
|
|
62173
|
+
"readonly": true,
|
|
62174
|
+
"default": "'sbb-container'",
|
|
62175
|
+
"inheritedFrom": {
|
|
62176
|
+
"name": "SbbElement",
|
|
62177
|
+
"module": "core/base-elements/element.js"
|
|
62178
|
+
}
|
|
62387
62179
|
},
|
|
62388
62180
|
{
|
|
62389
62181
|
"kind": "field",
|
|
62390
|
-
"name": "
|
|
62182
|
+
"name": "expanded",
|
|
62391
62183
|
"type": {
|
|
62392
|
-
"text": "boolean
|
|
62184
|
+
"text": "boolean"
|
|
62393
62185
|
},
|
|
62394
|
-
"privacy": "
|
|
62395
|
-
"
|
|
62186
|
+
"privacy": "public",
|
|
62187
|
+
"default": "false",
|
|
62188
|
+
"description": "Whether the container is expanded.",
|
|
62189
|
+
"attribute": "expanded",
|
|
62190
|
+
"reflects": true
|
|
62396
62191
|
},
|
|
62397
62192
|
{
|
|
62398
|
-
"kind": "
|
|
62399
|
-
"name": "
|
|
62400
|
-
"
|
|
62401
|
-
|
|
62402
|
-
|
|
62403
|
-
|
|
62404
|
-
|
|
62405
|
-
|
|
62193
|
+
"kind": "field",
|
|
62194
|
+
"name": "backgroundExpanded",
|
|
62195
|
+
"type": {
|
|
62196
|
+
"text": "boolean"
|
|
62197
|
+
},
|
|
62198
|
+
"privacy": "public",
|
|
62199
|
+
"default": "false",
|
|
62200
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
62201
|
+
"attribute": "background-expanded",
|
|
62202
|
+
"reflects": true
|
|
62406
62203
|
},
|
|
62407
62204
|
{
|
|
62408
|
-
"kind": "
|
|
62409
|
-
"name": "
|
|
62410
|
-
"
|
|
62411
|
-
|
|
62412
|
-
"type": {
|
|
62413
|
-
"text": "TemplateResult"
|
|
62414
|
-
}
|
|
62205
|
+
"kind": "field",
|
|
62206
|
+
"name": "color",
|
|
62207
|
+
"type": {
|
|
62208
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
62415
62209
|
},
|
|
62416
|
-
"
|
|
62210
|
+
"privacy": "public",
|
|
62211
|
+
"default": "'white'",
|
|
62212
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
62213
|
+
"attribute": "color",
|
|
62214
|
+
"reflects": true
|
|
62215
|
+
},
|
|
62216
|
+
{
|
|
62217
|
+
"kind": "field",
|
|
62218
|
+
"name": "_hydrationRequired",
|
|
62219
|
+
"type": {
|
|
62220
|
+
"text": "boolean"
|
|
62221
|
+
},
|
|
62222
|
+
"privacy": "private",
|
|
62223
|
+
"default": "!!this.shadowRoot",
|
|
62224
|
+
"inheritedFrom": {
|
|
62225
|
+
"name": "SbbHydrationMixin",
|
|
62226
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62227
|
+
}
|
|
62228
|
+
},
|
|
62229
|
+
{
|
|
62230
|
+
"kind": "field",
|
|
62231
|
+
"name": "_hydrationComplete",
|
|
62232
|
+
"privacy": "private",
|
|
62233
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
62234
|
+
"inheritedFrom": {
|
|
62235
|
+
"name": "SbbHydrationMixin",
|
|
62236
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62237
|
+
}
|
|
62238
|
+
},
|
|
62239
|
+
{
|
|
62240
|
+
"kind": "field",
|
|
62241
|
+
"name": "_resolveHydration",
|
|
62242
|
+
"type": {
|
|
62243
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
62244
|
+
},
|
|
62245
|
+
"privacy": "private",
|
|
62246
|
+
"inheritedFrom": {
|
|
62247
|
+
"name": "SbbHydrationMixin",
|
|
62248
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62249
|
+
}
|
|
62250
|
+
},
|
|
62251
|
+
{
|
|
62252
|
+
"kind": "field",
|
|
62253
|
+
"name": "hydrationRequired",
|
|
62254
|
+
"type": {
|
|
62255
|
+
"text": "boolean"
|
|
62256
|
+
},
|
|
62257
|
+
"privacy": "protected",
|
|
62258
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
62259
|
+
"readonly": true,
|
|
62260
|
+
"inheritedFrom": {
|
|
62261
|
+
"name": "SbbHydrationMixin",
|
|
62262
|
+
"module": "core/mixins/hydration-mixin.js"
|
|
62263
|
+
},
|
|
62264
|
+
"default": "!!this.shadowRoot"
|
|
62265
|
+
},
|
|
62266
|
+
{
|
|
62267
|
+
"kind": "method",
|
|
62268
|
+
"name": "toggleState",
|
|
62269
|
+
"privacy": "protected",
|
|
62270
|
+
"return": {
|
|
62271
|
+
"type": {
|
|
62272
|
+
"text": "void"
|
|
62273
|
+
}
|
|
62274
|
+
},
|
|
62275
|
+
"parameters": [
|
|
62276
|
+
{
|
|
62277
|
+
"name": "value",
|
|
62278
|
+
"type": {
|
|
62279
|
+
"text": "string"
|
|
62280
|
+
}
|
|
62281
|
+
},
|
|
62282
|
+
{
|
|
62283
|
+
"name": "force",
|
|
62284
|
+
"optional": true,
|
|
62285
|
+
"type": {
|
|
62286
|
+
"text": "boolean"
|
|
62287
|
+
}
|
|
62288
|
+
}
|
|
62289
|
+
],
|
|
62290
|
+
"inheritedFrom": {
|
|
62291
|
+
"name": "SbbElementInternalsMixin",
|
|
62292
|
+
"module": "core/mixins/element-internals-mixin.js"
|
|
62293
|
+
}
|
|
62294
|
+
},
|
|
62295
|
+
{
|
|
62296
|
+
"kind": "field",
|
|
62297
|
+
"name": "['_$sbbElement$']",
|
|
62298
|
+
"type": {
|
|
62299
|
+
"text": "boolean"
|
|
62300
|
+
},
|
|
62301
|
+
"privacy": "public",
|
|
62302
|
+
"static": true,
|
|
62303
|
+
"default": "true",
|
|
62304
|
+
"inheritedFrom": {
|
|
62305
|
+
"name": "SbbElement",
|
|
62306
|
+
"module": "core/base-elements/element.js"
|
|
62307
|
+
}
|
|
62308
|
+
},
|
|
62309
|
+
{
|
|
62310
|
+
"kind": "field",
|
|
62311
|
+
"name": "_controllers",
|
|
62312
|
+
"type": {
|
|
62313
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
62314
|
+
},
|
|
62315
|
+
"privacy": "private",
|
|
62316
|
+
"inheritedFrom": {
|
|
62317
|
+
"name": "SbbElement",
|
|
62318
|
+
"module": "core/base-elements/element.js"
|
|
62319
|
+
}
|
|
62320
|
+
}
|
|
62321
|
+
],
|
|
62322
|
+
"attributes": [
|
|
62323
|
+
{
|
|
62324
|
+
"name": "expanded",
|
|
62325
|
+
"type": {
|
|
62326
|
+
"text": "boolean"
|
|
62327
|
+
},
|
|
62328
|
+
"default": "false",
|
|
62329
|
+
"description": "Whether the container is expanded.",
|
|
62330
|
+
"fieldName": "expanded"
|
|
62331
|
+
},
|
|
62332
|
+
{
|
|
62333
|
+
"name": "background-expanded",
|
|
62334
|
+
"type": {
|
|
62335
|
+
"text": "boolean"
|
|
62336
|
+
},
|
|
62337
|
+
"default": "false",
|
|
62338
|
+
"description": "Whether the background color is shown on full container width on large screens.",
|
|
62339
|
+
"fieldName": "backgroundExpanded"
|
|
62340
|
+
},
|
|
62341
|
+
{
|
|
62342
|
+
"name": "color",
|
|
62343
|
+
"type": {
|
|
62344
|
+
"text": "| 'transparent'\n | 'white'\n | 'milk'\n | 'midnight'\n | 'charcoal'"
|
|
62345
|
+
},
|
|
62346
|
+
"default": "'white'",
|
|
62347
|
+
"description": "Color of the container, like transparent, white etc.",
|
|
62348
|
+
"fieldName": "color"
|
|
62349
|
+
}
|
|
62350
|
+
],
|
|
62351
|
+
"superclass": {
|
|
62352
|
+
"name": "SbbElement",
|
|
62353
|
+
"module": "core/base-elements.js"
|
|
62354
|
+
},
|
|
62355
|
+
"tagName": "sbb-container",
|
|
62356
|
+
"customElement": true
|
|
62357
|
+
}
|
|
62358
|
+
],
|
|
62359
|
+
"exports": [
|
|
62360
|
+
{
|
|
62361
|
+
"kind": "js",
|
|
62362
|
+
"name": "SbbContainerElement",
|
|
62363
|
+
"declaration": {
|
|
62364
|
+
"name": "SbbContainerElement",
|
|
62365
|
+
"module": "container/container/container.component.js"
|
|
62366
|
+
}
|
|
62367
|
+
}
|
|
62368
|
+
]
|
|
62369
|
+
},
|
|
62370
|
+
{
|
|
62371
|
+
"kind": "javascript-module",
|
|
62372
|
+
"path": "core/base-elements/action-base-element.js",
|
|
62373
|
+
"declarations": [
|
|
62374
|
+
{
|
|
62375
|
+
"kind": "class",
|
|
62376
|
+
"description": "",
|
|
62377
|
+
"name": "SbbActionBaseElement",
|
|
62378
|
+
"members": [
|
|
62379
|
+
{
|
|
62380
|
+
"kind": "field",
|
|
62381
|
+
"name": "maybeDisabled",
|
|
62382
|
+
"type": {
|
|
62383
|
+
"text": "boolean | undefined"
|
|
62384
|
+
},
|
|
62385
|
+
"privacy": "protected",
|
|
62386
|
+
"readonly": true
|
|
62387
|
+
},
|
|
62388
|
+
{
|
|
62389
|
+
"kind": "field",
|
|
62390
|
+
"name": "maybeDisabledInteractive",
|
|
62391
|
+
"type": {
|
|
62392
|
+
"text": "boolean | undefined"
|
|
62393
|
+
},
|
|
62394
|
+
"privacy": "protected",
|
|
62395
|
+
"readonly": true
|
|
62396
|
+
},
|
|
62397
|
+
{
|
|
62398
|
+
"kind": "method",
|
|
62399
|
+
"name": "setupBaseEventHandlers",
|
|
62400
|
+
"privacy": "protected",
|
|
62401
|
+
"return": {
|
|
62402
|
+
"type": {
|
|
62403
|
+
"text": "void"
|
|
62404
|
+
}
|
|
62405
|
+
}
|
|
62406
|
+
},
|
|
62407
|
+
{
|
|
62408
|
+
"kind": "method",
|
|
62409
|
+
"name": "renderTemplate",
|
|
62410
|
+
"privacy": "protected",
|
|
62411
|
+
"return": {
|
|
62412
|
+
"type": {
|
|
62413
|
+
"text": "TemplateResult"
|
|
62414
|
+
}
|
|
62415
|
+
},
|
|
62416
|
+
"description": "Override this method to render the component template."
|
|
62417
62417
|
},
|
|
62418
62418
|
{
|
|
62419
62419
|
"kind": "field",
|
|
@@ -81344,12 +81344,12 @@
|
|
|
81344
81344
|
},
|
|
81345
81345
|
{
|
|
81346
81346
|
"kind": "javascript-module",
|
|
81347
|
-
"path": "datepicker/datepicker-
|
|
81347
|
+
"path": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js",
|
|
81348
81348
|
"declarations": [
|
|
81349
81349
|
{
|
|
81350
81350
|
"kind": "class",
|
|
81351
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
81352
|
-
"name": "
|
|
81351
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date back.",
|
|
81352
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
81353
81353
|
"members": [
|
|
81354
81354
|
{
|
|
81355
81355
|
"kind": "field",
|
|
@@ -81364,7 +81364,7 @@
|
|
|
81364
81364
|
"name": "SbbElement",
|
|
81365
81365
|
"module": "core/base-elements/element.js"
|
|
81366
81366
|
},
|
|
81367
|
-
"default": "'sbb-datepicker-
|
|
81367
|
+
"default": "'sbb-datepicker-previous-day'"
|
|
81368
81368
|
},
|
|
81369
81369
|
{
|
|
81370
81370
|
"kind": "field",
|
|
@@ -81377,7 +81377,7 @@
|
|
|
81377
81377
|
"name": "SbbDatepickerButtonBase",
|
|
81378
81378
|
"module": "datepicker/common/datepicker-button.js"
|
|
81379
81379
|
},
|
|
81380
|
-
"default": "'chevron-small-
|
|
81380
|
+
"default": "'chevron-small-left-small'"
|
|
81381
81381
|
},
|
|
81382
81382
|
{
|
|
81383
81383
|
"kind": "field",
|
|
@@ -81386,7 +81386,7 @@
|
|
|
81386
81386
|
"text": "Record<string, string>"
|
|
81387
81387
|
},
|
|
81388
81388
|
"privacy": "protected",
|
|
81389
|
-
"default": "
|
|
81389
|
+
"default": "i18nPreviousDay",
|
|
81390
81390
|
"inheritedFrom": {
|
|
81391
81391
|
"name": "SbbDatepickerButton",
|
|
81392
81392
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81399,7 +81399,7 @@
|
|
|
81399
81399
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
81400
81400
|
},
|
|
81401
81401
|
"privacy": "protected",
|
|
81402
|
-
"default": "
|
|
81402
|
+
"default": "i18nSelectPreviousDay",
|
|
81403
81403
|
"inheritedFrom": {
|
|
81404
81404
|
"name": "SbbDatepickerButton",
|
|
81405
81405
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -81429,7 +81429,7 @@
|
|
|
81429
81429
|
},
|
|
81430
81430
|
{
|
|
81431
81431
|
"kind": "method",
|
|
81432
|
-
"name": "
|
|
81432
|
+
"name": "_isBeforeMinDate",
|
|
81433
81433
|
"privacy": "private",
|
|
81434
81434
|
"return": {
|
|
81435
81435
|
"type": {
|
|
@@ -82289,7 +82289,7 @@
|
|
|
82289
82289
|
"name": "SbbDatepickerButton",
|
|
82290
82290
|
"module": "datepicker/common/datepicker-button.js"
|
|
82291
82291
|
},
|
|
82292
|
-
"tagName": "sbb-datepicker-
|
|
82292
|
+
"tagName": "sbb-datepicker-previous-day",
|
|
82293
82293
|
"customElement": true,
|
|
82294
82294
|
"classGenerics": "T = Date",
|
|
82295
82295
|
"attributes": [
|
|
@@ -82399,22 +82399,22 @@
|
|
|
82399
82399
|
"exports": [
|
|
82400
82400
|
{
|
|
82401
82401
|
"kind": "js",
|
|
82402
|
-
"name": "
|
|
82402
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
82403
82403
|
"declaration": {
|
|
82404
|
-
"name": "
|
|
82405
|
-
"module": "datepicker/datepicker-
|
|
82404
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
82405
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
82406
82406
|
}
|
|
82407
82407
|
}
|
|
82408
82408
|
]
|
|
82409
82409
|
},
|
|
82410
82410
|
{
|
|
82411
82411
|
"kind": "javascript-module",
|
|
82412
|
-
"path": "datepicker/datepicker-
|
|
82412
|
+
"path": "datepicker/datepicker-next-day/datepicker-next-day.component.js",
|
|
82413
82413
|
"declarations": [
|
|
82414
82414
|
{
|
|
82415
82415
|
"kind": "class",
|
|
82416
|
-
"description": "Combined with a `sbb-datepicker`, it can be used to move the date
|
|
82417
|
-
"name": "
|
|
82416
|
+
"description": "Combined with a `sbb-datepicker`, it can be used to move the date ahead.",
|
|
82417
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82418
82418
|
"members": [
|
|
82419
82419
|
{
|
|
82420
82420
|
"kind": "field",
|
|
@@ -82429,7 +82429,7 @@
|
|
|
82429
82429
|
"name": "SbbElement",
|
|
82430
82430
|
"module": "core/base-elements/element.js"
|
|
82431
82431
|
},
|
|
82432
|
-
"default": "'sbb-datepicker-
|
|
82432
|
+
"default": "'sbb-datepicker-next-day'"
|
|
82433
82433
|
},
|
|
82434
82434
|
{
|
|
82435
82435
|
"kind": "field",
|
|
@@ -82442,7 +82442,7 @@
|
|
|
82442
82442
|
"name": "SbbDatepickerButtonBase",
|
|
82443
82443
|
"module": "datepicker/common/datepicker-button.js"
|
|
82444
82444
|
},
|
|
82445
|
-
"default": "'chevron-small-
|
|
82445
|
+
"default": "'chevron-small-right-small'"
|
|
82446
82446
|
},
|
|
82447
82447
|
{
|
|
82448
82448
|
"kind": "field",
|
|
@@ -82451,7 +82451,7 @@
|
|
|
82451
82451
|
"text": "Record<string, string>"
|
|
82452
82452
|
},
|
|
82453
82453
|
"privacy": "protected",
|
|
82454
|
-
"default": "
|
|
82454
|
+
"default": "i18nNextDay",
|
|
82455
82455
|
"inheritedFrom": {
|
|
82456
82456
|
"name": "SbbDatepickerButton",
|
|
82457
82457
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -82464,7 +82464,7 @@
|
|
|
82464
82464
|
"text": "(_currentDate: string) => Record<string, string>"
|
|
82465
82465
|
},
|
|
82466
82466
|
"privacy": "protected",
|
|
82467
|
-
"default": "
|
|
82467
|
+
"default": "i18nSelectNextDay",
|
|
82468
82468
|
"inheritedFrom": {
|
|
82469
82469
|
"name": "SbbDatepickerButton",
|
|
82470
82470
|
"module": "datepicker/common/datepicker-button.js"
|
|
@@ -82494,7 +82494,7 @@
|
|
|
82494
82494
|
},
|
|
82495
82495
|
{
|
|
82496
82496
|
"kind": "method",
|
|
82497
|
-
"name": "
|
|
82497
|
+
"name": "_isAfterMaxDate",
|
|
82498
82498
|
"privacy": "private",
|
|
82499
82499
|
"return": {
|
|
82500
82500
|
"type": {
|
|
@@ -83354,7 +83354,7 @@
|
|
|
83354
83354
|
"name": "SbbDatepickerButton",
|
|
83355
83355
|
"module": "datepicker/common/datepicker-button.js"
|
|
83356
83356
|
},
|
|
83357
|
-
"tagName": "sbb-datepicker-
|
|
83357
|
+
"tagName": "sbb-datepicker-next-day",
|
|
83358
83358
|
"customElement": true,
|
|
83359
83359
|
"classGenerics": "T = Date",
|
|
83360
83360
|
"attributes": [
|
|
@@ -83464,10 +83464,10 @@
|
|
|
83464
83464
|
"exports": [
|
|
83465
83465
|
{
|
|
83466
83466
|
"kind": "js",
|
|
83467
|
-
"name": "
|
|
83467
|
+
"name": "SbbDatepickerNextDayElement",
|
|
83468
83468
|
"declaration": {
|
|
83469
|
-
"name": "
|
|
83470
|
-
"module": "datepicker/datepicker-
|
|
83469
|
+
"name": "SbbDatepickerNextDayElement",
|
|
83470
|
+
"module": "datepicker/datepicker-next-day/datepicker-next-day.component.js"
|
|
83471
83471
|
}
|
|
83472
83472
|
}
|
|
83473
83473
|
]
|
|
@@ -106618,27 +106618,23 @@
|
|
|
106618
106618
|
},
|
|
106619
106619
|
{
|
|
106620
106620
|
"kind": "javascript-module",
|
|
106621
|
-
"path": "menu/menu
|
|
106621
|
+
"path": "menu/menu/menu.component.js",
|
|
106622
106622
|
"declarations": [
|
|
106623
106623
|
{
|
|
106624
106624
|
"kind": "class",
|
|
106625
|
-
"description": "It displays a
|
|
106626
|
-
"name": "
|
|
106625
|
+
"description": "It displays a contextual menu with one or more action element.",
|
|
106626
|
+
"name": "SbbMenuElement",
|
|
106627
106627
|
"cssProperties": [
|
|
106628
106628
|
{
|
|
106629
|
-
"description": "
|
|
106630
|
-
"name": "--sbb-menu-
|
|
106631
|
-
"default": "var(--sbb-
|
|
106629
|
+
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable. The default `z-index` of the component is set to `var(--sbb-overlay-default-z-index)` with a value of `1000`.",
|
|
106630
|
+
"name": "--sbb-menu-z-index",
|
|
106631
|
+
"default": "var(--sbb-overlay-default-z-index)"
|
|
106632
106632
|
}
|
|
106633
106633
|
],
|
|
106634
106634
|
"slots": [
|
|
106635
106635
|
{
|
|
106636
|
-
"description": "Use the unnamed slot to add
|
|
106636
|
+
"description": "Use the unnamed slot to add `sbb-menu-button`/`sbb-menu-link` or other elements to the menu.",
|
|
106637
106637
|
"name": ""
|
|
106638
|
-
},
|
|
106639
|
-
{
|
|
106640
|
-
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
106641
|
-
"name": "icon"
|
|
106642
106638
|
}
|
|
106643
106639
|
],
|
|
106644
106640
|
"members": [
|
|
@@ -106655,261 +106651,274 @@
|
|
|
106655
106651
|
"name": "SbbElement",
|
|
106656
106652
|
"module": "core/base-elements/element.js"
|
|
106657
106653
|
},
|
|
106658
|
-
"default": "'sbb-menu
|
|
106654
|
+
"default": "'sbb-menu'"
|
|
106659
106655
|
},
|
|
106660
106656
|
{
|
|
106661
106657
|
"kind": "field",
|
|
106662
106658
|
"name": "role",
|
|
106663
106659
|
"type": {
|
|
106664
|
-
"text": "
|
|
106660
|
+
"text": "string"
|
|
106665
106661
|
},
|
|
106666
106662
|
"privacy": "public",
|
|
106667
106663
|
"static": true,
|
|
106668
106664
|
"readonly": true,
|
|
106669
|
-
"default": "'
|
|
106670
|
-
"inheritedFrom": {
|
|
106671
|
-
"name": "SbbButtonLikeBaseElement",
|
|
106672
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106673
|
-
}
|
|
106665
|
+
"default": "'menu'"
|
|
106674
106666
|
},
|
|
106675
106667
|
{
|
|
106676
106668
|
"kind": "field",
|
|
106677
|
-
"name": "
|
|
106669
|
+
"name": "trigger",
|
|
106678
106670
|
"type": {
|
|
106679
|
-
"text": "
|
|
106671
|
+
"text": "HTMLElement | null"
|
|
106680
106672
|
},
|
|
106681
106673
|
"privacy": "public",
|
|
106682
|
-
"default": "
|
|
106683
|
-
"description": "
|
|
106684
|
-
"attribute": "
|
|
106685
|
-
"reflects": true,
|
|
106686
|
-
"inheritedFrom": {
|
|
106687
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
106688
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
106689
|
-
}
|
|
106674
|
+
"default": "null",
|
|
106675
|
+
"description": "The element that will trigger the menu overlay.\n\nFor attribute usage, provide an id reference.",
|
|
106676
|
+
"attribute": "trigger"
|
|
106690
106677
|
},
|
|
106691
106678
|
{
|
|
106692
106679
|
"kind": "field",
|
|
106693
|
-
"name": "
|
|
106694
|
-
"privacy": "public",
|
|
106695
|
-
"description": "Whether the component is disabled.",
|
|
106696
|
-
"default": "false",
|
|
106680
|
+
"name": "_menu",
|
|
106697
106681
|
"type": {
|
|
106698
|
-
"text": "
|
|
106682
|
+
"text": "HTMLDivElement"
|
|
106699
106683
|
},
|
|
106700
|
-
"
|
|
106701
|
-
"reflects": true,
|
|
106702
|
-
"inheritedFrom": {
|
|
106703
|
-
"name": "SbbDisabledMixin",
|
|
106704
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
106705
|
-
}
|
|
106684
|
+
"privacy": "private"
|
|
106706
106685
|
},
|
|
106707
106686
|
{
|
|
106708
106687
|
"kind": "field",
|
|
106709
|
-
"name": "
|
|
106688
|
+
"name": "_triggerElement",
|
|
106689
|
+
"type": {
|
|
106690
|
+
"text": "HTMLElement | null"
|
|
106691
|
+
},
|
|
106710
106692
|
"privacy": "private",
|
|
106693
|
+
"default": "null"
|
|
106694
|
+
},
|
|
106695
|
+
{
|
|
106696
|
+
"kind": "field",
|
|
106697
|
+
"name": "_triggerAbortController",
|
|
106698
|
+
"type": {
|
|
106699
|
+
"text": "AbortController"
|
|
106700
|
+
},
|
|
106701
|
+
"privacy": "private"
|
|
106702
|
+
},
|
|
106703
|
+
{
|
|
106704
|
+
"kind": "field",
|
|
106705
|
+
"name": "_isPointerDownEventOnMenu",
|
|
106711
106706
|
"type": {
|
|
106712
106707
|
"text": "boolean"
|
|
106713
106708
|
},
|
|
106714
|
-
"
|
|
106715
|
-
"
|
|
106716
|
-
|
|
106717
|
-
|
|
106718
|
-
|
|
106709
|
+
"privacy": "private",
|
|
106710
|
+
"default": "false"
|
|
106711
|
+
},
|
|
106712
|
+
{
|
|
106713
|
+
"kind": "field",
|
|
106714
|
+
"name": "_windowEventsController",
|
|
106715
|
+
"type": {
|
|
106716
|
+
"text": "AbortController"
|
|
106717
|
+
},
|
|
106718
|
+
"privacy": "private"
|
|
106719
|
+
},
|
|
106720
|
+
{
|
|
106721
|
+
"kind": "field",
|
|
106722
|
+
"name": "_escapableOverlayController",
|
|
106723
|
+
"privacy": "private",
|
|
106724
|
+
"default": "new SbbEscapableOverlayController(this)"
|
|
106725
|
+
},
|
|
106726
|
+
{
|
|
106727
|
+
"kind": "field",
|
|
106728
|
+
"name": "_focusTrapController",
|
|
106729
|
+
"privacy": "private",
|
|
106730
|
+
"default": "new SbbFocusTrapController(this)"
|
|
106731
|
+
},
|
|
106732
|
+
{
|
|
106733
|
+
"kind": "field",
|
|
106734
|
+
"name": "_scrollHandler",
|
|
106735
|
+
"privacy": "private",
|
|
106736
|
+
"default": "new SbbScrollHandler()"
|
|
106737
|
+
},
|
|
106738
|
+
{
|
|
106739
|
+
"kind": "field",
|
|
106740
|
+
"name": "_inertController",
|
|
106741
|
+
"privacy": "private",
|
|
106742
|
+
"default": "new SbbInertController(this)"
|
|
106743
|
+
},
|
|
106744
|
+
{
|
|
106745
|
+
"kind": "field",
|
|
106746
|
+
"name": "_mobileBreakpoint",
|
|
106747
|
+
"privacy": "private",
|
|
106748
|
+
"default": "SbbMediaQueryBreakpointSmallAndBelow"
|
|
106749
|
+
},
|
|
106750
|
+
{
|
|
106751
|
+
"kind": "field",
|
|
106752
|
+
"name": "_mediaMatcher",
|
|
106753
|
+
"privacy": "private",
|
|
106754
|
+
"default": "new SbbMediaMatcherController(this, { [this._mobileBreakpoint]: (matches) => { if (matches && (this.state === 'opening' || this.state === 'opened')) { this._scrollHandler.disableScroll(); } else { this._scrollHandler.enableScroll(); } }, })"
|
|
106755
|
+
},
|
|
106756
|
+
{
|
|
106757
|
+
"kind": "field",
|
|
106758
|
+
"name": "_darkModeController",
|
|
106759
|
+
"privacy": "private",
|
|
106760
|
+
"default": "new SbbDarkModeController(this, () => this._syncNegative())"
|
|
106761
|
+
},
|
|
106762
|
+
{
|
|
106763
|
+
"kind": "field",
|
|
106764
|
+
"name": "_language",
|
|
106765
|
+
"privacy": "private",
|
|
106766
|
+
"default": "new SbbLanguageController(this)"
|
|
106767
|
+
},
|
|
106768
|
+
{
|
|
106769
|
+
"kind": "field",
|
|
106770
|
+
"name": "_nestedMenu",
|
|
106771
|
+
"type": {
|
|
106772
|
+
"text": "SbbMenuElement | null"
|
|
106773
|
+
},
|
|
106774
|
+
"privacy": "private",
|
|
106775
|
+
"default": "null"
|
|
106719
106776
|
},
|
|
106720
106777
|
{
|
|
106721
106778
|
"kind": "method",
|
|
106722
|
-
"name": "
|
|
106723
|
-
"privacy": "
|
|
106779
|
+
"name": "escapeStrategy",
|
|
106780
|
+
"privacy": "public",
|
|
106724
106781
|
"return": {
|
|
106725
106782
|
"type": {
|
|
106726
|
-
"text": "
|
|
106783
|
+
"text": "void"
|
|
106727
106784
|
}
|
|
106728
106785
|
},
|
|
106729
|
-
"description": "
|
|
106786
|
+
"description": "The method which is called on escape key press. Defaults to calling close()",
|
|
106730
106787
|
"inheritedFrom": {
|
|
106731
|
-
"name": "
|
|
106732
|
-
"module": "core/
|
|
106788
|
+
"name": "SbbOpenCloseBaseElement",
|
|
106789
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106733
106790
|
}
|
|
106734
106791
|
},
|
|
106735
106792
|
{
|
|
106736
|
-
"kind": "
|
|
106737
|
-
"name": "
|
|
106738
|
-
"type": {
|
|
106739
|
-
"text": "CSSResultGroup"
|
|
106740
|
-
},
|
|
106793
|
+
"kind": "method",
|
|
106794
|
+
"name": "open",
|
|
106741
106795
|
"privacy": "public",
|
|
106742
|
-
"
|
|
106743
|
-
|
|
106796
|
+
"return": {
|
|
106797
|
+
"type": {
|
|
106798
|
+
"text": "void"
|
|
106799
|
+
}
|
|
106800
|
+
},
|
|
106801
|
+
"description": "Opens the menu on trigger click.",
|
|
106744
106802
|
"inheritedFrom": {
|
|
106745
|
-
"name": "
|
|
106746
|
-
"module": "
|
|
106803
|
+
"name": "SbbOpenCloseBaseElement",
|
|
106804
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106747
106805
|
}
|
|
106748
106806
|
},
|
|
106749
106807
|
{
|
|
106750
106808
|
"kind": "method",
|
|
106751
|
-
"name": "
|
|
106752
|
-
"privacy": "
|
|
106809
|
+
"name": "close",
|
|
106810
|
+
"privacy": "public",
|
|
106753
106811
|
"return": {
|
|
106754
106812
|
"type": {
|
|
106755
|
-
"text": "
|
|
106813
|
+
"text": "void"
|
|
106756
106814
|
}
|
|
106757
106815
|
},
|
|
106758
|
-
"description": "
|
|
106816
|
+
"description": "Closes the menu and all its nested menus.",
|
|
106759
106817
|
"inheritedFrom": {
|
|
106760
|
-
"name": "
|
|
106761
|
-
"module": "core/base-elements/
|
|
106818
|
+
"name": "SbbOpenCloseBaseElement",
|
|
106819
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
106762
106820
|
}
|
|
106763
106821
|
},
|
|
106764
106822
|
{
|
|
106765
|
-
"kind": "
|
|
106766
|
-
"name": "
|
|
106767
|
-
"type": {
|
|
106768
|
-
"text": "string"
|
|
106769
|
-
},
|
|
106823
|
+
"kind": "method",
|
|
106824
|
+
"name": "closeAll",
|
|
106770
106825
|
"privacy": "public",
|
|
106771
|
-
"
|
|
106772
|
-
|
|
106773
|
-
|
|
106774
|
-
|
|
106775
|
-
|
|
106776
|
-
|
|
106777
|
-
}
|
|
106826
|
+
"return": {
|
|
106827
|
+
"type": {
|
|
106828
|
+
"text": "void"
|
|
106829
|
+
}
|
|
106830
|
+
},
|
|
106831
|
+
"description": "Closes the menu and all related menus (nested and parent menus)."
|
|
106778
106832
|
},
|
|
106779
106833
|
{
|
|
106780
106834
|
"kind": "method",
|
|
106781
|
-
"name": "
|
|
106782
|
-
"privacy": "
|
|
106835
|
+
"name": "_close",
|
|
106836
|
+
"privacy": "private",
|
|
106783
106837
|
"return": {
|
|
106784
106838
|
"type": {
|
|
106785
|
-
"text": "
|
|
106839
|
+
"text": "void"
|
|
106786
106840
|
}
|
|
106787
106841
|
},
|
|
106788
106842
|
"parameters": [
|
|
106789
106843
|
{
|
|
106790
|
-
"name": "
|
|
106791
|
-
"
|
|
106792
|
-
"
|
|
106793
|
-
|
|
106794
|
-
}
|
|
106844
|
+
"name": "closeAll",
|
|
106845
|
+
"default": "false",
|
|
106846
|
+
"description": "If true, it ensures animations are correct by toggling some states when closing all related menus at once.",
|
|
106847
|
+
"optional": true
|
|
106795
106848
|
}
|
|
106796
|
-
]
|
|
106797
|
-
"inheritedFrom": {
|
|
106798
|
-
"name": "SbbIconNameMixin",
|
|
106799
|
-
"module": "icon/icon-name-mixin.js"
|
|
106800
|
-
}
|
|
106849
|
+
]
|
|
106801
106850
|
},
|
|
106802
106851
|
{
|
|
106803
106852
|
"kind": "method",
|
|
106804
|
-
"name": "
|
|
106805
|
-
"privacy": "
|
|
106853
|
+
"name": "_isZeroAnimationDuration",
|
|
106854
|
+
"privacy": "private",
|
|
106806
106855
|
"return": {
|
|
106807
106856
|
"type": {
|
|
106808
|
-
"text": "
|
|
106857
|
+
"text": "boolean"
|
|
106809
106858
|
}
|
|
106810
|
-
},
|
|
106811
|
-
"inheritedFrom": {
|
|
106812
|
-
"name": "SbbIconNameMixin",
|
|
106813
|
-
"module": "icon/icon-name-mixin.js"
|
|
106814
106859
|
}
|
|
106815
106860
|
},
|
|
106816
106861
|
{
|
|
106817
106862
|
"kind": "method",
|
|
106818
|
-
"name": "
|
|
106863
|
+
"name": "_handleOpening",
|
|
106819
106864
|
"privacy": "private",
|
|
106820
106865
|
"return": {
|
|
106821
106866
|
"type": {
|
|
106822
|
-
"text": "
|
|
106867
|
+
"text": "void"
|
|
106823
106868
|
}
|
|
106824
|
-
},
|
|
106825
|
-
"inheritedFrom": {
|
|
106826
|
-
"name": "SbbIconNameMixin",
|
|
106827
|
-
"module": "icon/icon-name-mixin.js"
|
|
106828
106869
|
}
|
|
106829
106870
|
},
|
|
106830
106871
|
{
|
|
106831
|
-
"kind": "
|
|
106832
|
-
"name": "
|
|
106833
|
-
"type": {
|
|
106834
|
-
"text": "array"
|
|
106835
|
-
},
|
|
106872
|
+
"kind": "method",
|
|
106873
|
+
"name": "_handleClosing",
|
|
106836
106874
|
"privacy": "private",
|
|
106837
|
-
"
|
|
106838
|
-
|
|
106839
|
-
|
|
106840
|
-
|
|
106841
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106842
|
-
}
|
|
106843
|
-
},
|
|
106844
|
-
{
|
|
106845
|
-
"kind": "field",
|
|
106846
|
-
"name": "value",
|
|
106847
|
-
"type": {
|
|
106848
|
-
"text": "string"
|
|
106849
|
-
},
|
|
106850
|
-
"privacy": "public",
|
|
106851
|
-
"inheritedFrom": {
|
|
106852
|
-
"name": "SbbButtonBaseElement",
|
|
106853
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106854
|
-
},
|
|
106855
|
-
"default": "''",
|
|
106856
|
-
"description": "Value of the form element.",
|
|
106857
|
-
"attribute": "value"
|
|
106858
|
-
},
|
|
106859
|
-
{
|
|
106860
|
-
"kind": "field",
|
|
106861
|
-
"name": "type",
|
|
106862
|
-
"privacy": "public",
|
|
106863
|
-
"description": "The type attribute to use for the button.",
|
|
106864
|
-
"default": "'button'",
|
|
106865
|
-
"type": {
|
|
106866
|
-
"text": "SbbButtonType"
|
|
106867
|
-
},
|
|
106868
|
-
"attribute": "type",
|
|
106869
|
-
"inheritedFrom": {
|
|
106870
|
-
"name": "SbbButtonBaseElement",
|
|
106871
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106875
|
+
"return": {
|
|
106876
|
+
"type": {
|
|
106877
|
+
"text": "void"
|
|
106878
|
+
}
|
|
106872
106879
|
}
|
|
106873
106880
|
},
|
|
106874
106881
|
{
|
|
106875
|
-
"kind": "
|
|
106876
|
-
"name": "
|
|
106877
|
-
"
|
|
106878
|
-
|
|
106879
|
-
|
|
106880
|
-
|
|
106881
|
-
|
|
106882
|
-
"inheritedFrom": {
|
|
106883
|
-
"name": "SbbButtonBaseElement",
|
|
106884
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106882
|
+
"kind": "method",
|
|
106883
|
+
"name": "_handleKeyDown",
|
|
106884
|
+
"privacy": "private",
|
|
106885
|
+
"return": {
|
|
106886
|
+
"type": {
|
|
106887
|
+
"text": "void"
|
|
106888
|
+
}
|
|
106885
106889
|
},
|
|
106886
|
-
"
|
|
106890
|
+
"parameters": [
|
|
106891
|
+
{
|
|
106892
|
+
"name": "evt",
|
|
106893
|
+
"type": {
|
|
106894
|
+
"text": "KeyboardEvent"
|
|
106895
|
+
}
|
|
106896
|
+
}
|
|
106897
|
+
]
|
|
106887
106898
|
},
|
|
106888
106899
|
{
|
|
106889
|
-
"kind": "
|
|
106890
|
-
"name": "
|
|
106891
|
-
"type": {
|
|
106892
|
-
"text": "string"
|
|
106893
|
-
},
|
|
106900
|
+
"kind": "method",
|
|
106901
|
+
"name": "_configureTrigger",
|
|
106894
106902
|
"privacy": "private",
|
|
106895
|
-
"
|
|
106896
|
-
|
|
106897
|
-
|
|
106898
|
-
|
|
106903
|
+
"return": {
|
|
106904
|
+
"type": {
|
|
106905
|
+
"text": "void"
|
|
106906
|
+
}
|
|
106899
106907
|
}
|
|
106900
106908
|
},
|
|
106901
106909
|
{
|
|
106902
|
-
"kind": "
|
|
106903
|
-
"name": "
|
|
106910
|
+
"kind": "method",
|
|
106911
|
+
"name": "_attachWindowEvents",
|
|
106904
106912
|
"privacy": "private",
|
|
106905
|
-
"
|
|
106906
|
-
"
|
|
106907
|
-
|
|
106913
|
+
"return": {
|
|
106914
|
+
"type": {
|
|
106915
|
+
"text": "void"
|
|
106916
|
+
}
|
|
106908
106917
|
}
|
|
106909
106918
|
},
|
|
106910
106919
|
{
|
|
106911
106920
|
"kind": "method",
|
|
106912
|
-
"name": "
|
|
106921
|
+
"name": "_interactiveElementClick",
|
|
106913
106922
|
"privacy": "private",
|
|
106914
106923
|
"return": {
|
|
106915
106924
|
"type": {
|
|
@@ -106918,220 +106927,79 @@
|
|
|
106918
106927
|
},
|
|
106919
106928
|
"parameters": [
|
|
106920
106929
|
{
|
|
106921
|
-
"name": "
|
|
106930
|
+
"name": "event",
|
|
106922
106931
|
"type": {
|
|
106923
|
-
"text": "
|
|
106932
|
+
"text": "Event"
|
|
106924
106933
|
}
|
|
106925
106934
|
}
|
|
106926
|
-
]
|
|
106927
|
-
"inheritedFrom": {
|
|
106928
|
-
"name": "SbbButtonBaseElement",
|
|
106929
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106930
|
-
}
|
|
106931
|
-
},
|
|
106932
|
-
{
|
|
106933
|
-
"kind": "field",
|
|
106934
|
-
"name": "_formKeyDown",
|
|
106935
|
-
"privacy": "private",
|
|
106936
|
-
"inheritedFrom": {
|
|
106937
|
-
"name": "SbbButtonBaseElement",
|
|
106938
|
-
"module": "core/base-elements/button-base-element.js"
|
|
106939
|
-
}
|
|
106940
|
-
},
|
|
106941
|
-
{
|
|
106942
|
-
"kind": "field",
|
|
106943
|
-
"name": "formAssociated",
|
|
106944
|
-
"type": {
|
|
106945
|
-
"text": "boolean"
|
|
106946
|
-
},
|
|
106947
|
-
"privacy": "public",
|
|
106948
|
-
"static": true,
|
|
106949
|
-
"default": "true",
|
|
106950
|
-
"inheritedFrom": {
|
|
106951
|
-
"name": "SbbFormAssociatedMixin",
|
|
106952
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106953
|
-
}
|
|
106954
|
-
},
|
|
106955
|
-
{
|
|
106956
|
-
"kind": "field",
|
|
106957
|
-
"name": "name",
|
|
106958
|
-
"privacy": "public",
|
|
106959
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
106960
|
-
"type": {
|
|
106961
|
-
"text": "string"
|
|
106962
|
-
},
|
|
106963
|
-
"attribute": "name",
|
|
106964
|
-
"inheritedFrom": {
|
|
106965
|
-
"name": "SbbFormAssociatedMixin",
|
|
106966
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106967
|
-
}
|
|
106968
|
-
},
|
|
106969
|
-
{
|
|
106970
|
-
"kind": "field",
|
|
106971
|
-
"name": "validity",
|
|
106972
|
-
"type": {
|
|
106973
|
-
"text": "ValidityState"
|
|
106974
|
-
},
|
|
106975
|
-
"privacy": "public",
|
|
106976
|
-
"description": "Returns the ValidityState object for this element.",
|
|
106977
|
-
"readonly": true,
|
|
106978
|
-
"inheritedFrom": {
|
|
106979
|
-
"name": "SbbFormAssociatedMixin",
|
|
106980
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106981
|
-
}
|
|
106982
|
-
},
|
|
106983
|
-
{
|
|
106984
|
-
"kind": "field",
|
|
106985
|
-
"name": "validationMessage",
|
|
106986
|
-
"type": {
|
|
106987
|
-
"text": "string"
|
|
106988
|
-
},
|
|
106989
|
-
"privacy": "public",
|
|
106990
|
-
"description": "Returns the current error message, if available, which corresponds\nto the current validation state.\nPlease note that only one message is returned at a time (e.g. if\nmultiple validity states are invalid, only the chronologically first one\nis returned until it is fixed, at which point the next message might be\nreturned, if it is still applicable). Also, a custom validity message\n(see below) has precedence over native validation messages.",
|
|
106991
|
-
"readonly": true,
|
|
106992
|
-
"inheritedFrom": {
|
|
106993
|
-
"name": "SbbFormAssociatedMixin",
|
|
106994
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
106995
|
-
}
|
|
106996
|
-
},
|
|
106997
|
-
{
|
|
106998
|
-
"kind": "field",
|
|
106999
|
-
"name": "willValidate",
|
|
107000
|
-
"type": {
|
|
107001
|
-
"text": "boolean"
|
|
107002
|
-
},
|
|
107003
|
-
"privacy": "public",
|
|
107004
|
-
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
107005
|
-
"readonly": true,
|
|
107006
|
-
"inheritedFrom": {
|
|
107007
|
-
"name": "SbbFormAssociatedMixin",
|
|
107008
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107009
|
-
}
|
|
106935
|
+
]
|
|
107010
106936
|
},
|
|
107011
106937
|
{
|
|
107012
106938
|
"kind": "field",
|
|
107013
|
-
"name": "
|
|
107014
|
-
"privacy": "private"
|
|
107015
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
107016
|
-
"inheritedFrom": {
|
|
107017
|
-
"name": "SbbFormAssociatedMixin",
|
|
107018
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107019
|
-
}
|
|
106939
|
+
"name": "_pointerDownListener",
|
|
106940
|
+
"privacy": "private"
|
|
107020
106941
|
},
|
|
107021
106942
|
{
|
|
107022
106943
|
"kind": "field",
|
|
107023
|
-
"name": "
|
|
107024
|
-
"
|
|
107025
|
-
"text": "boolean"
|
|
107026
|
-
},
|
|
107027
|
-
"privacy": "protected",
|
|
107028
|
-
"default": "false",
|
|
107029
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
107030
|
-
"inheritedFrom": {
|
|
107031
|
-
"name": "SbbFormAssociatedMixin",
|
|
107032
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107033
|
-
}
|
|
106944
|
+
"name": "_closeOnBackdropClick",
|
|
106945
|
+
"privacy": "private"
|
|
107034
106946
|
},
|
|
107035
106947
|
{
|
|
107036
106948
|
"kind": "method",
|
|
107037
|
-
"name": "
|
|
107038
|
-
"privacy": "
|
|
106949
|
+
"name": "_nestedMenus",
|
|
106950
|
+
"privacy": "private",
|
|
107039
106951
|
"return": {
|
|
107040
106952
|
"type": {
|
|
107041
|
-
"text": "
|
|
106953
|
+
"text": "SbbMenuElement[]"
|
|
107042
106954
|
}
|
|
107043
106955
|
},
|
|
107044
|
-
"description": "
|
|
107045
|
-
"inheritedFrom": {
|
|
107046
|
-
"name": "SbbFormAssociatedMixin",
|
|
107047
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107048
|
-
}
|
|
106956
|
+
"description": "Converts the linked list into an array of SbbMenuElement."
|
|
107049
106957
|
},
|
|
107050
106958
|
{
|
|
107051
106959
|
"kind": "method",
|
|
107052
|
-
"name": "
|
|
107053
|
-
"privacy": "
|
|
106960
|
+
"name": "_parentMenu",
|
|
106961
|
+
"privacy": "private",
|
|
107054
106962
|
"return": {
|
|
107055
106963
|
"type": {
|
|
107056
|
-
"text": "
|
|
106964
|
+
"text": "SbbMenuElement | null"
|
|
107057
106965
|
}
|
|
107058
|
-
},
|
|
107059
|
-
"description": "Returns true if this element has no validity problems; otherwise,\nreturns false, fires an invalid event at the element,\nand (if the event isn't canceled) reports the problem to the user.",
|
|
107060
|
-
"inheritedFrom": {
|
|
107061
|
-
"name": "SbbFormAssociatedMixin",
|
|
107062
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107063
106966
|
}
|
|
107064
106967
|
},
|
|
107065
106968
|
{
|
|
107066
106969
|
"kind": "method",
|
|
107067
|
-
"name": "
|
|
107068
|
-
"privacy": "
|
|
106970
|
+
"name": "_mainMenu",
|
|
106971
|
+
"privacy": "private",
|
|
107069
106972
|
"return": {
|
|
107070
106973
|
"type": {
|
|
107071
|
-
"text": "
|
|
106974
|
+
"text": "SbbMenuElement"
|
|
107072
106975
|
}
|
|
107073
106976
|
},
|
|
107074
|
-
"
|
|
107075
|
-
{
|
|
107076
|
-
"name": "message",
|
|
107077
|
-
"type": {
|
|
107078
|
-
"text": "string"
|
|
107079
|
-
}
|
|
107080
|
-
}
|
|
107081
|
-
],
|
|
107082
|
-
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
107083
|
-
"inheritedFrom": {
|
|
107084
|
-
"name": "SbbFormAssociatedMixin",
|
|
107085
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107086
|
-
}
|
|
106977
|
+
"description": "The outermost menu."
|
|
107087
106978
|
},
|
|
107088
106979
|
{
|
|
107089
106980
|
"kind": "method",
|
|
107090
|
-
"name": "
|
|
106981
|
+
"name": "_isNested",
|
|
107091
106982
|
"privacy": "private",
|
|
107092
106983
|
"return": {
|
|
107093
106984
|
"type": {
|
|
107094
106985
|
"text": "boolean"
|
|
107095
106986
|
}
|
|
107096
|
-
},
|
|
107097
|
-
"inheritedFrom": {
|
|
107098
|
-
"name": "SbbFormAssociatedMixin",
|
|
107099
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107100
106987
|
}
|
|
107101
106988
|
},
|
|
107102
106989
|
{
|
|
107103
106990
|
"kind": "method",
|
|
107104
|
-
"name": "
|
|
107105
|
-
"privacy": "
|
|
106991
|
+
"name": "_updateNestedInert",
|
|
106992
|
+
"privacy": "private",
|
|
107106
106993
|
"return": {
|
|
107107
106994
|
"type": {
|
|
107108
106995
|
"text": "void"
|
|
107109
106996
|
}
|
|
107110
|
-
},
|
|
107111
|
-
"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",
|
|
107112
|
-
"inheritedFrom": {
|
|
107113
|
-
"name": "SbbFormAssociatedMixin",
|
|
107114
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107115
|
-
}
|
|
107116
|
-
},
|
|
107117
|
-
{
|
|
107118
|
-
"kind": "method",
|
|
107119
|
-
"name": "formState",
|
|
107120
|
-
"privacy": "protected",
|
|
107121
|
-
"return": {
|
|
107122
|
-
"type": {
|
|
107123
|
-
"text": "FormRestoreState"
|
|
107124
|
-
}
|
|
107125
|
-
},
|
|
107126
|
-
"inheritedFrom": {
|
|
107127
|
-
"name": "SbbFormAssociatedMixin",
|
|
107128
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107129
106997
|
}
|
|
107130
106998
|
},
|
|
107131
106999
|
{
|
|
107132
107000
|
"kind": "method",
|
|
107133
|
-
"name": "
|
|
107134
|
-
"privacy": "
|
|
107001
|
+
"name": "_handleMouseOver",
|
|
107002
|
+
"privacy": "private",
|
|
107135
107003
|
"return": {
|
|
107136
107004
|
"type": {
|
|
107137
107005
|
"text": "void"
|
|
@@ -107139,35 +107007,17 @@
|
|
|
107139
107007
|
},
|
|
107140
107008
|
"parameters": [
|
|
107141
107009
|
{
|
|
107142
|
-
"name": "
|
|
107143
|
-
"type": {
|
|
107144
|
-
"text": "T"
|
|
107145
|
-
}
|
|
107146
|
-
},
|
|
107147
|
-
{
|
|
107148
|
-
"name": "message",
|
|
107149
|
-
"type": {
|
|
107150
|
-
"text": "string"
|
|
107151
|
-
}
|
|
107152
|
-
},
|
|
107153
|
-
{
|
|
107154
|
-
"name": "flagValue",
|
|
107155
|
-
"optional": true,
|
|
107010
|
+
"name": "event",
|
|
107156
107011
|
"type": {
|
|
107157
|
-
"text": "
|
|
107012
|
+
"text": "MouseEvent"
|
|
107158
107013
|
}
|
|
107159
107014
|
}
|
|
107160
|
-
]
|
|
107161
|
-
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
107162
|
-
"inheritedFrom": {
|
|
107163
|
-
"name": "SbbFormAssociatedMixin",
|
|
107164
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107165
|
-
}
|
|
107015
|
+
]
|
|
107166
107016
|
},
|
|
107167
107017
|
{
|
|
107168
107018
|
"kind": "method",
|
|
107169
|
-
"name": "
|
|
107170
|
-
"privacy": "
|
|
107019
|
+
"name": "_onMenuAnimationEnd",
|
|
107020
|
+
"privacy": "private",
|
|
107171
107021
|
"return": {
|
|
107172
107022
|
"type": {
|
|
107173
107023
|
"text": "void"
|
|
@@ -107175,158 +107025,152 @@
|
|
|
107175
107025
|
},
|
|
107176
107026
|
"parameters": [
|
|
107177
107027
|
{
|
|
107178
|
-
"name": "
|
|
107028
|
+
"name": "event",
|
|
107179
107029
|
"type": {
|
|
107180
|
-
"text": "
|
|
107030
|
+
"text": "AnimationEvent"
|
|
107181
107031
|
}
|
|
107182
107032
|
}
|
|
107183
|
-
]
|
|
107184
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
107185
|
-
"inheritedFrom": {
|
|
107186
|
-
"name": "SbbFormAssociatedMixin",
|
|
107187
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107188
|
-
}
|
|
107033
|
+
]
|
|
107189
107034
|
},
|
|
107190
107035
|
{
|
|
107191
107036
|
"kind": "method",
|
|
107192
|
-
"name": "
|
|
107193
|
-
"privacy": "
|
|
107037
|
+
"name": "_setMenuPosition",
|
|
107038
|
+
"privacy": "private",
|
|
107194
107039
|
"return": {
|
|
107195
107040
|
"type": {
|
|
107196
107041
|
"text": "void"
|
|
107197
107042
|
}
|
|
107198
|
-
},
|
|
107199
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
107200
|
-
"inheritedFrom": {
|
|
107201
|
-
"name": "SbbFormAssociatedMixin",
|
|
107202
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107203
107043
|
}
|
|
107204
107044
|
},
|
|
107205
107045
|
{
|
|
107206
107046
|
"kind": "method",
|
|
107207
|
-
"name": "
|
|
107208
|
-
"privacy": "
|
|
107047
|
+
"name": "_syncNegative",
|
|
107048
|
+
"privacy": "private",
|
|
107209
107049
|
"return": {
|
|
107210
107050
|
"type": {
|
|
107211
|
-
"text": "
|
|
107212
|
-
}
|
|
107213
|
-
},
|
|
107214
|
-
"parameters": [
|
|
107215
|
-
{
|
|
107216
|
-
"name": "name",
|
|
107217
|
-
"type": {
|
|
107218
|
-
"text": "PropertyKey | undefined"
|
|
107219
|
-
}
|
|
107051
|
+
"text": "void"
|
|
107220
107052
|
}
|
|
107221
|
-
],
|
|
107222
|
-
"description": "Whether validation should be run on a property change with the given name.",
|
|
107223
|
-
"inheritedFrom": {
|
|
107224
|
-
"name": "SbbFormAssociatedMixin",
|
|
107225
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107226
107053
|
}
|
|
107227
107054
|
},
|
|
107228
107055
|
{
|
|
107229
107056
|
"kind": "method",
|
|
107230
|
-
"name": "
|
|
107057
|
+
"name": "_isMobile",
|
|
107231
107058
|
"privacy": "private",
|
|
107232
107059
|
"return": {
|
|
107233
107060
|
"type": {
|
|
107234
|
-
"text": "
|
|
107061
|
+
"text": "boolean"
|
|
107235
107062
|
}
|
|
107236
|
-
},
|
|
107237
|
-
"inheritedFrom": {
|
|
107238
|
-
"name": "SbbFormAssociatedMixin",
|
|
107239
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107240
107063
|
}
|
|
107241
107064
|
},
|
|
107242
107065
|
{
|
|
107243
107066
|
"kind": "field",
|
|
107244
|
-
"name": "
|
|
107245
|
-
"privacy": "
|
|
107246
|
-
"
|
|
107247
|
-
"
|
|
107248
|
-
|
|
107249
|
-
|
|
107250
|
-
|
|
107251
|
-
|
|
107252
|
-
],
|
|
107067
|
+
"name": "events",
|
|
107068
|
+
"privacy": "public",
|
|
107069
|
+
"static": true,
|
|
107070
|
+
"readonly": true,
|
|
107071
|
+
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
107072
|
+
"type": {
|
|
107073
|
+
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
107074
|
+
},
|
|
107253
107075
|
"inheritedFrom": {
|
|
107254
|
-
"name": "
|
|
107255
|
-
"module": "core/base-elements/
|
|
107076
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107077
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107256
107078
|
}
|
|
107257
107079
|
},
|
|
107258
107080
|
{
|
|
107259
107081
|
"kind": "field",
|
|
107260
|
-
"name": "
|
|
107261
|
-
"privacy": "
|
|
107082
|
+
"name": "state",
|
|
107083
|
+
"privacy": "protected",
|
|
107084
|
+
"description": "The state of the component.",
|
|
107085
|
+
"type": {
|
|
107086
|
+
"text": "SbbOpenedClosedState"
|
|
107087
|
+
},
|
|
107088
|
+
"default": "'closed'",
|
|
107262
107089
|
"inheritedFrom": {
|
|
107263
|
-
"name": "
|
|
107264
|
-
"module": "core/base-elements/
|
|
107090
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107091
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107265
107092
|
}
|
|
107266
107093
|
},
|
|
107267
107094
|
{
|
|
107268
107095
|
"kind": "field",
|
|
107269
|
-
"name": "
|
|
107096
|
+
"name": "_state",
|
|
107097
|
+
"type": {
|
|
107098
|
+
"text": "SbbOpenedClosedState"
|
|
107099
|
+
},
|
|
107270
107100
|
"privacy": "private",
|
|
107271
|
-
"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.",
|
|
107272
|
-
"parameters": [
|
|
107273
|
-
{
|
|
107274
|
-
"description": "The origin event.",
|
|
107275
|
-
"name": "event"
|
|
107276
|
-
}
|
|
107277
|
-
],
|
|
107278
107101
|
"inheritedFrom": {
|
|
107279
|
-
"name": "
|
|
107280
|
-
"module": "core/base-elements/
|
|
107102
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107103
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107281
107104
|
}
|
|
107282
107105
|
},
|
|
107283
107106
|
{
|
|
107284
107107
|
"kind": "field",
|
|
107285
|
-
"name": "
|
|
107286
|
-
"
|
|
107108
|
+
"name": "isOpen",
|
|
107109
|
+
"type": {
|
|
107110
|
+
"text": "boolean"
|
|
107111
|
+
},
|
|
107112
|
+
"privacy": "public",
|
|
107113
|
+
"description": "Whether the element is open.",
|
|
107114
|
+
"readonly": true,
|
|
107287
107115
|
"inheritedFrom": {
|
|
107288
|
-
"name": "
|
|
107289
|
-
"module": "core/base-elements/
|
|
107116
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107117
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107290
107118
|
}
|
|
107291
107119
|
},
|
|
107292
107120
|
{
|
|
107293
|
-
"kind": "
|
|
107294
|
-
"name": "
|
|
107295
|
-
"type": {
|
|
107296
|
-
"text": "boolean | undefined"
|
|
107297
|
-
},
|
|
107121
|
+
"kind": "method",
|
|
107122
|
+
"name": "dispatchBeforeOpenEvent",
|
|
107298
107123
|
"privacy": "protected",
|
|
107299
|
-
"
|
|
107124
|
+
"return": {
|
|
107125
|
+
"type": {
|
|
107126
|
+
"text": "boolean"
|
|
107127
|
+
}
|
|
107128
|
+
},
|
|
107300
107129
|
"inheritedFrom": {
|
|
107301
|
-
"name": "
|
|
107302
|
-
"module": "core/base-elements/
|
|
107130
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107131
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107303
107132
|
}
|
|
107304
107133
|
},
|
|
107305
107134
|
{
|
|
107306
|
-
"kind": "
|
|
107307
|
-
"name": "
|
|
107308
|
-
"
|
|
107309
|
-
|
|
107135
|
+
"kind": "method",
|
|
107136
|
+
"name": "dispatchOpenEvent",
|
|
107137
|
+
"privacy": "protected",
|
|
107138
|
+
"return": {
|
|
107139
|
+
"type": {
|
|
107140
|
+
"text": "boolean"
|
|
107141
|
+
}
|
|
107310
107142
|
},
|
|
107143
|
+
"inheritedFrom": {
|
|
107144
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107145
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107146
|
+
}
|
|
107147
|
+
},
|
|
107148
|
+
{
|
|
107149
|
+
"kind": "method",
|
|
107150
|
+
"name": "dispatchBeforeCloseEvent",
|
|
107311
107151
|
"privacy": "protected",
|
|
107312
|
-
"
|
|
107152
|
+
"return": {
|
|
107153
|
+
"type": {
|
|
107154
|
+
"text": "boolean"
|
|
107155
|
+
}
|
|
107156
|
+
},
|
|
107313
107157
|
"inheritedFrom": {
|
|
107314
|
-
"name": "
|
|
107315
|
-
"module": "core/base-elements/
|
|
107158
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107159
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107316
107160
|
}
|
|
107317
107161
|
},
|
|
107318
107162
|
{
|
|
107319
107163
|
"kind": "method",
|
|
107320
|
-
"name": "
|
|
107164
|
+
"name": "dispatchCloseEvent",
|
|
107321
107165
|
"privacy": "protected",
|
|
107322
107166
|
"return": {
|
|
107323
107167
|
"type": {
|
|
107324
|
-
"text": "
|
|
107168
|
+
"text": "boolean"
|
|
107325
107169
|
}
|
|
107326
107170
|
},
|
|
107327
107171
|
"inheritedFrom": {
|
|
107328
|
-
"name": "
|
|
107329
|
-
"module": "core/base-elements/
|
|
107172
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107173
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107330
107174
|
}
|
|
107331
107175
|
},
|
|
107332
107176
|
{
|
|
@@ -107435,110 +107279,66 @@
|
|
|
107435
107279
|
}
|
|
107436
107280
|
}
|
|
107437
107281
|
],
|
|
107438
|
-
"
|
|
107439
|
-
{
|
|
107440
|
-
"name": "SbbDisabledTabIndexActionMixin",
|
|
107441
|
-
"module": "core/mixins.js"
|
|
107442
|
-
},
|
|
107282
|
+
"attributes": [
|
|
107443
107283
|
{
|
|
107444
|
-
"name": "
|
|
107445
|
-
"
|
|
107284
|
+
"name": "trigger",
|
|
107285
|
+
"type": {
|
|
107286
|
+
"text": "HTMLElement | null"
|
|
107287
|
+
},
|
|
107288
|
+
"default": "null",
|
|
107289
|
+
"description": "The element that will trigger the menu overlay.\n\nFor attribute usage, provide an id reference.",
|
|
107290
|
+
"fieldName": "trigger"
|
|
107446
107291
|
}
|
|
107447
107292
|
],
|
|
107448
107293
|
"superclass": {
|
|
107449
|
-
"name": "
|
|
107294
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107450
107295
|
"module": "core/base-elements.js"
|
|
107451
107296
|
},
|
|
107452
|
-
"tagName": "sbb-menu
|
|
107297
|
+
"tagName": "sbb-menu",
|
|
107453
107298
|
"customElement": true,
|
|
107454
|
-
"
|
|
107455
|
-
{
|
|
107456
|
-
"name": "disabled-interactive",
|
|
107457
|
-
"type": {
|
|
107458
|
-
"text": "boolean"
|
|
107459
|
-
},
|
|
107460
|
-
"default": "false",
|
|
107461
|
-
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
107462
|
-
"fieldName": "disabledInteractive",
|
|
107463
|
-
"inheritedFrom": {
|
|
107464
|
-
"name": "SbbDisabledInteractiveMixin",
|
|
107465
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107466
|
-
}
|
|
107467
|
-
},
|
|
107468
|
-
{
|
|
107469
|
-
"name": "disabled",
|
|
107470
|
-
"description": "Whether the component is disabled.",
|
|
107471
|
-
"default": "false",
|
|
107472
|
-
"type": {
|
|
107473
|
-
"text": "boolean"
|
|
107474
|
-
},
|
|
107475
|
-
"fieldName": "disabled",
|
|
107476
|
-
"inheritedFrom": {
|
|
107477
|
-
"name": "SbbDisabledMixin",
|
|
107478
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107479
|
-
}
|
|
107480
|
-
},
|
|
107481
|
-
{
|
|
107482
|
-
"name": "icon-name",
|
|
107483
|
-
"type": {
|
|
107484
|
-
"text": "string"
|
|
107485
|
-
},
|
|
107486
|
-
"default": "''",
|
|
107487
|
-
"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.",
|
|
107488
|
-
"fieldName": "iconName",
|
|
107489
|
-
"inheritedFrom": {
|
|
107490
|
-
"name": "SbbIconNameMixin",
|
|
107491
|
-
"module": "icon/icon-name-mixin.js"
|
|
107492
|
-
}
|
|
107493
|
-
},
|
|
107299
|
+
"events": [
|
|
107494
107300
|
{
|
|
107495
|
-
"name": "
|
|
107301
|
+
"name": "beforeopen",
|
|
107496
107302
|
"type": {
|
|
107497
|
-
"text": "
|
|
107303
|
+
"text": "Event"
|
|
107498
107304
|
},
|
|
107499
|
-
"
|
|
107500
|
-
"description": "Value of the form element.",
|
|
107501
|
-
"fieldName": "value",
|
|
107305
|
+
"description": "Emits whenever the component starts the opening transition. Can be canceled.",
|
|
107502
107306
|
"inheritedFrom": {
|
|
107503
|
-
"name": "
|
|
107504
|
-
"module": "core/base-elements/
|
|
107307
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107308
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107505
107309
|
}
|
|
107506
107310
|
},
|
|
107507
107311
|
{
|
|
107508
|
-
"name": "
|
|
107509
|
-
"description": "The type attribute to use for the button.",
|
|
107510
|
-
"default": "'button'",
|
|
107312
|
+
"name": "open",
|
|
107511
107313
|
"type": {
|
|
107512
|
-
"text": "
|
|
107314
|
+
"text": "Event"
|
|
107513
107315
|
},
|
|
107514
|
-
"
|
|
107316
|
+
"description": "Emits whenever the component is opened.",
|
|
107515
107317
|
"inheritedFrom": {
|
|
107516
|
-
"name": "
|
|
107517
|
-
"module": "core/base-elements/
|
|
107318
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107319
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107518
107320
|
}
|
|
107519
107321
|
},
|
|
107520
107322
|
{
|
|
107521
|
-
"name": "
|
|
107522
|
-
"description": "The `<form>` element to associate the button with.",
|
|
107323
|
+
"name": "beforeclose",
|
|
107523
107324
|
"type": {
|
|
107524
|
-
"text": "
|
|
107325
|
+
"text": "Event"
|
|
107525
107326
|
},
|
|
107526
|
-
"
|
|
107327
|
+
"description": "Emits whenever the component begins the closing transition. Can be canceled.",
|
|
107527
107328
|
"inheritedFrom": {
|
|
107528
|
-
"name": "
|
|
107529
|
-
"module": "core/base-elements/
|
|
107329
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107330
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107530
107331
|
}
|
|
107531
107332
|
},
|
|
107532
107333
|
{
|
|
107533
|
-
"name": "
|
|
107534
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
107334
|
+
"name": "close",
|
|
107535
107335
|
"type": {
|
|
107536
|
-
"text": "
|
|
107336
|
+
"text": "Event"
|
|
107537
107337
|
},
|
|
107538
|
-
"
|
|
107338
|
+
"description": "Emits whenever the component is closed.",
|
|
107539
107339
|
"inheritedFrom": {
|
|
107540
|
-
"name": "
|
|
107541
|
-
"module": "core/
|
|
107340
|
+
"name": "SbbOpenCloseBaseElement",
|
|
107341
|
+
"module": "core/base-elements/open-close-base-element.js"
|
|
107542
107342
|
}
|
|
107543
107343
|
}
|
|
107544
107344
|
]
|
|
@@ -107547,33 +107347,37 @@
|
|
|
107547
107347
|
"exports": [
|
|
107548
107348
|
{
|
|
107549
107349
|
"kind": "js",
|
|
107550
|
-
"name": "
|
|
107350
|
+
"name": "SbbMenuElement",
|
|
107551
107351
|
"declaration": {
|
|
107552
|
-
"name": "
|
|
107553
|
-
"module": "menu/menu
|
|
107352
|
+
"name": "SbbMenuElement",
|
|
107353
|
+
"module": "menu/menu/menu.component.js"
|
|
107554
107354
|
}
|
|
107555
107355
|
}
|
|
107556
107356
|
]
|
|
107557
107357
|
},
|
|
107558
107358
|
{
|
|
107559
107359
|
"kind": "javascript-module",
|
|
107560
|
-
"path": "menu/menu/menu.component.js",
|
|
107360
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
107561
107361
|
"declarations": [
|
|
107562
107362
|
{
|
|
107563
107363
|
"kind": "class",
|
|
107564
|
-
"description": "It displays a
|
|
107565
|
-
"name": "
|
|
107364
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
107365
|
+
"name": "SbbMenuButtonElement",
|
|
107566
107366
|
"cssProperties": [
|
|
107567
107367
|
{
|
|
107568
|
-
"description": "
|
|
107569
|
-
"name": "--sbb-menu-
|
|
107570
|
-
"default": "var(--sbb-
|
|
107368
|
+
"description": "Can be used to modify horizontal padding.",
|
|
107369
|
+
"name": "--sbb-menu-action-outer-horizontal-padding",
|
|
107370
|
+
"default": "var(--sbb-spacing-fixed-3x)"
|
|
107571
107371
|
}
|
|
107572
107372
|
],
|
|
107573
107373
|
"slots": [
|
|
107574
107374
|
{
|
|
107575
|
-
"description": "Use the unnamed slot to add `sbb-menu-button
|
|
107375
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
107576
107376
|
"name": ""
|
|
107377
|
+
},
|
|
107378
|
+
{
|
|
107379
|
+
"description": "Use this slot to provide an icon. If `icon-name` is set, a `sbb-icon` will be used.",
|
|
107380
|
+
"name": "icon"
|
|
107577
107381
|
}
|
|
107578
107382
|
],
|
|
107579
107383
|
"members": [
|
|
@@ -107590,237 +107394,483 @@
|
|
|
107590
107394
|
"name": "SbbElement",
|
|
107591
107395
|
"module": "core/base-elements/element.js"
|
|
107592
107396
|
},
|
|
107593
|
-
"default": "'sbb-menu'"
|
|
107397
|
+
"default": "'sbb-menu-button'"
|
|
107594
107398
|
},
|
|
107595
107399
|
{
|
|
107596
107400
|
"kind": "field",
|
|
107597
107401
|
"name": "role",
|
|
107598
107402
|
"type": {
|
|
107599
|
-
"text": "
|
|
107403
|
+
"text": "ElementInternals['role']"
|
|
107600
107404
|
},
|
|
107601
107405
|
"privacy": "public",
|
|
107602
107406
|
"static": true,
|
|
107603
107407
|
"readonly": true,
|
|
107604
|
-
"default": "'
|
|
107408
|
+
"default": "'menuitem'",
|
|
107409
|
+
"inheritedFrom": {
|
|
107410
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107411
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107412
|
+
}
|
|
107605
107413
|
},
|
|
107606
107414
|
{
|
|
107607
107415
|
"kind": "field",
|
|
107608
|
-
"name": "
|
|
107416
|
+
"name": "disabledInteractive",
|
|
107609
107417
|
"type": {
|
|
107610
|
-
"text": "
|
|
107418
|
+
"text": "boolean"
|
|
107611
107419
|
},
|
|
107612
107420
|
"privacy": "public",
|
|
107613
|
-
"default": "
|
|
107614
|
-
"description": "
|
|
107615
|
-
"attribute": "
|
|
107421
|
+
"default": "false",
|
|
107422
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
107423
|
+
"attribute": "disabled-interactive",
|
|
107424
|
+
"reflects": true,
|
|
107425
|
+
"inheritedFrom": {
|
|
107426
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
107427
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107428
|
+
}
|
|
107616
107429
|
},
|
|
107617
107430
|
{
|
|
107618
107431
|
"kind": "field",
|
|
107619
|
-
"name": "
|
|
107432
|
+
"name": "disabled",
|
|
107433
|
+
"privacy": "public",
|
|
107434
|
+
"description": "Whether the component is disabled.",
|
|
107435
|
+
"default": "false",
|
|
107620
107436
|
"type": {
|
|
107621
|
-
"text": "
|
|
107437
|
+
"text": "boolean"
|
|
107622
107438
|
},
|
|
107623
|
-
"
|
|
107439
|
+
"attribute": "disabled",
|
|
107440
|
+
"reflects": true,
|
|
107441
|
+
"inheritedFrom": {
|
|
107442
|
+
"name": "SbbDisabledMixin",
|
|
107443
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107444
|
+
}
|
|
107624
107445
|
},
|
|
107625
107446
|
{
|
|
107626
107447
|
"kind": "field",
|
|
107627
|
-
"name": "
|
|
107448
|
+
"name": "#disabled",
|
|
107449
|
+
"privacy": "private",
|
|
107628
107450
|
"type": {
|
|
107629
|
-
"text": "
|
|
107451
|
+
"text": "boolean"
|
|
107630
107452
|
},
|
|
107631
|
-
"
|
|
107632
|
-
"
|
|
107453
|
+
"default": "false",
|
|
107454
|
+
"inheritedFrom": {
|
|
107455
|
+
"name": "SbbDisabledMixin",
|
|
107456
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107457
|
+
}
|
|
107458
|
+
},
|
|
107459
|
+
{
|
|
107460
|
+
"kind": "method",
|
|
107461
|
+
"name": "isDisabledExternally",
|
|
107462
|
+
"privacy": "protected",
|
|
107463
|
+
"return": {
|
|
107464
|
+
"type": {
|
|
107465
|
+
"text": "boolean"
|
|
107466
|
+
}
|
|
107467
|
+
},
|
|
107468
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107469
|
+
"inheritedFrom": {
|
|
107470
|
+
"name": "SbbDisabledMixin",
|
|
107471
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107472
|
+
}
|
|
107633
107473
|
},
|
|
107634
107474
|
{
|
|
107635
107475
|
"kind": "field",
|
|
107636
|
-
"name": "
|
|
107476
|
+
"name": "styles",
|
|
107637
107477
|
"type": {
|
|
107638
|
-
"text": "
|
|
107478
|
+
"text": "CSSResultGroup"
|
|
107639
107479
|
},
|
|
107640
|
-
"privacy": "
|
|
107480
|
+
"privacy": "public",
|
|
107481
|
+
"static": true,
|
|
107482
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
107483
|
+
"inheritedFrom": {
|
|
107484
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
107485
|
+
"module": "menu/common/menu-action-common.js"
|
|
107486
|
+
}
|
|
107487
|
+
},
|
|
107488
|
+
{
|
|
107489
|
+
"kind": "method",
|
|
107490
|
+
"name": "renderTemplate",
|
|
107491
|
+
"privacy": "protected",
|
|
107492
|
+
"return": {
|
|
107493
|
+
"type": {
|
|
107494
|
+
"text": "TemplateResult"
|
|
107495
|
+
}
|
|
107496
|
+
},
|
|
107497
|
+
"description": "Override this method to render the component template.",
|
|
107498
|
+
"inheritedFrom": {
|
|
107499
|
+
"name": "SbbActionBaseElement",
|
|
107500
|
+
"module": "core/base-elements/action-base-element.js"
|
|
107501
|
+
}
|
|
107641
107502
|
},
|
|
107642
107503
|
{
|
|
107643
107504
|
"kind": "field",
|
|
107644
|
-
"name": "
|
|
107505
|
+
"name": "iconName",
|
|
107645
107506
|
"type": {
|
|
107646
|
-
"text": "
|
|
107507
|
+
"text": "string"
|
|
107508
|
+
},
|
|
107509
|
+
"privacy": "public",
|
|
107510
|
+
"default": "''",
|
|
107511
|
+
"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.",
|
|
107512
|
+
"attribute": "icon-name",
|
|
107513
|
+
"inheritedFrom": {
|
|
107514
|
+
"name": "SbbIconNameMixin",
|
|
107515
|
+
"module": "icon/icon-name-mixin.js"
|
|
107516
|
+
}
|
|
107517
|
+
},
|
|
107518
|
+
{
|
|
107519
|
+
"kind": "method",
|
|
107520
|
+
"name": "renderIconSlot",
|
|
107521
|
+
"privacy": "protected",
|
|
107522
|
+
"return": {
|
|
107523
|
+
"type": {
|
|
107524
|
+
"text": "TemplateResult"
|
|
107525
|
+
}
|
|
107526
|
+
},
|
|
107527
|
+
"parameters": [
|
|
107528
|
+
{
|
|
107529
|
+
"name": "classname",
|
|
107530
|
+
"optional": true,
|
|
107531
|
+
"type": {
|
|
107532
|
+
"text": "string"
|
|
107533
|
+
}
|
|
107534
|
+
}
|
|
107535
|
+
],
|
|
107536
|
+
"inheritedFrom": {
|
|
107537
|
+
"name": "SbbIconNameMixin",
|
|
107538
|
+
"module": "icon/icon-name-mixin.js"
|
|
107539
|
+
}
|
|
107540
|
+
},
|
|
107541
|
+
{
|
|
107542
|
+
"kind": "method",
|
|
107543
|
+
"name": "renderIconName",
|
|
107544
|
+
"privacy": "protected",
|
|
107545
|
+
"return": {
|
|
107546
|
+
"type": {
|
|
107547
|
+
"text": "string"
|
|
107548
|
+
}
|
|
107647
107549
|
},
|
|
107550
|
+
"inheritedFrom": {
|
|
107551
|
+
"name": "SbbIconNameMixin",
|
|
107552
|
+
"module": "icon/icon-name-mixin.js"
|
|
107553
|
+
}
|
|
107554
|
+
},
|
|
107555
|
+
{
|
|
107556
|
+
"kind": "method",
|
|
107557
|
+
"name": "_renderIconName",
|
|
107648
107558
|
"privacy": "private",
|
|
107649
|
-
"
|
|
107559
|
+
"return": {
|
|
107560
|
+
"type": {
|
|
107561
|
+
"text": "string"
|
|
107562
|
+
}
|
|
107563
|
+
},
|
|
107564
|
+
"inheritedFrom": {
|
|
107565
|
+
"name": "SbbIconNameMixin",
|
|
107566
|
+
"module": "icon/icon-name-mixin.js"
|
|
107567
|
+
}
|
|
107650
107568
|
},
|
|
107651
107569
|
{
|
|
107652
107570
|
"kind": "field",
|
|
107653
|
-
"name": "
|
|
107571
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
107654
107572
|
"type": {
|
|
107655
|
-
"text": "
|
|
107573
|
+
"text": "array"
|
|
107656
107574
|
},
|
|
107657
|
-
"privacy": "private"
|
|
107575
|
+
"privacy": "private",
|
|
107576
|
+
"readonly": true,
|
|
107577
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
107578
|
+
"inheritedFrom": {
|
|
107579
|
+
"name": "SbbButtonBaseElement",
|
|
107580
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107581
|
+
}
|
|
107658
107582
|
},
|
|
107659
107583
|
{
|
|
107660
107584
|
"kind": "field",
|
|
107661
|
-
"name": "
|
|
107662
|
-
"
|
|
107663
|
-
|
|
107585
|
+
"name": "value",
|
|
107586
|
+
"type": {
|
|
107587
|
+
"text": "string"
|
|
107588
|
+
},
|
|
107589
|
+
"privacy": "public",
|
|
107590
|
+
"inheritedFrom": {
|
|
107591
|
+
"name": "SbbButtonBaseElement",
|
|
107592
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107593
|
+
},
|
|
107594
|
+
"default": "''",
|
|
107595
|
+
"description": "Value of the form element.",
|
|
107596
|
+
"attribute": "value"
|
|
107664
107597
|
},
|
|
107665
107598
|
{
|
|
107666
107599
|
"kind": "field",
|
|
107667
|
-
"name": "
|
|
107668
|
-
"privacy": "
|
|
107669
|
-
"
|
|
107600
|
+
"name": "type",
|
|
107601
|
+
"privacy": "public",
|
|
107602
|
+
"description": "The type attribute to use for the button.",
|
|
107603
|
+
"default": "'button'",
|
|
107604
|
+
"type": {
|
|
107605
|
+
"text": "SbbButtonType"
|
|
107606
|
+
},
|
|
107607
|
+
"attribute": "type",
|
|
107608
|
+
"inheritedFrom": {
|
|
107609
|
+
"name": "SbbButtonBaseElement",
|
|
107610
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107611
|
+
}
|
|
107670
107612
|
},
|
|
107671
107613
|
{
|
|
107672
107614
|
"kind": "field",
|
|
107673
|
-
"name": "
|
|
107674
|
-
"
|
|
107675
|
-
|
|
107615
|
+
"name": "form",
|
|
107616
|
+
"type": {
|
|
107617
|
+
"text": "HTMLFormElement | null"
|
|
107618
|
+
},
|
|
107619
|
+
"privacy": "public",
|
|
107620
|
+
"description": "The `<form>` element to associate the button with.",
|
|
107621
|
+
"inheritedFrom": {
|
|
107622
|
+
"name": "SbbButtonBaseElement",
|
|
107623
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107624
|
+
},
|
|
107625
|
+
"attribute": "form"
|
|
107676
107626
|
},
|
|
107677
107627
|
{
|
|
107678
107628
|
"kind": "field",
|
|
107679
|
-
"name": "
|
|
107629
|
+
"name": "_formId",
|
|
107630
|
+
"type": {
|
|
107631
|
+
"text": "string"
|
|
107632
|
+
},
|
|
107680
107633
|
"privacy": "private",
|
|
107681
|
-
"default": "
|
|
107634
|
+
"default": "''",
|
|
107635
|
+
"inheritedFrom": {
|
|
107636
|
+
"name": "SbbButtonBaseElement",
|
|
107637
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107638
|
+
}
|
|
107682
107639
|
},
|
|
107683
107640
|
{
|
|
107684
107641
|
"kind": "field",
|
|
107685
|
-
"name": "
|
|
107642
|
+
"name": "_handleButtonClick",
|
|
107686
107643
|
"privacy": "private",
|
|
107687
|
-
"
|
|
107644
|
+
"inheritedFrom": {
|
|
107645
|
+
"name": "SbbButtonBaseElement",
|
|
107646
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107647
|
+
}
|
|
107688
107648
|
},
|
|
107689
107649
|
{
|
|
107690
|
-
"kind": "
|
|
107691
|
-
"name": "
|
|
107650
|
+
"kind": "method",
|
|
107651
|
+
"name": "_requestSubmit",
|
|
107692
107652
|
"privacy": "private",
|
|
107693
|
-
"
|
|
107653
|
+
"return": {
|
|
107654
|
+
"type": {
|
|
107655
|
+
"text": "void"
|
|
107656
|
+
}
|
|
107657
|
+
},
|
|
107658
|
+
"parameters": [
|
|
107659
|
+
{
|
|
107660
|
+
"name": "form",
|
|
107661
|
+
"type": {
|
|
107662
|
+
"text": "HTMLFormElement"
|
|
107663
|
+
}
|
|
107664
|
+
}
|
|
107665
|
+
],
|
|
107666
|
+
"inheritedFrom": {
|
|
107667
|
+
"name": "SbbButtonBaseElement",
|
|
107668
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107669
|
+
}
|
|
107694
107670
|
},
|
|
107695
107671
|
{
|
|
107696
107672
|
"kind": "field",
|
|
107697
|
-
"name": "
|
|
107673
|
+
"name": "_formKeyDown",
|
|
107698
107674
|
"privacy": "private",
|
|
107699
|
-
"
|
|
107675
|
+
"inheritedFrom": {
|
|
107676
|
+
"name": "SbbButtonBaseElement",
|
|
107677
|
+
"module": "core/base-elements/button-base-element.js"
|
|
107678
|
+
}
|
|
107679
|
+
},
|
|
107680
|
+
{
|
|
107681
|
+
"kind": "field",
|
|
107682
|
+
"name": "formAssociated",
|
|
107683
|
+
"type": {
|
|
107684
|
+
"text": "boolean"
|
|
107685
|
+
},
|
|
107686
|
+
"privacy": "public",
|
|
107687
|
+
"static": true,
|
|
107688
|
+
"default": "true",
|
|
107689
|
+
"inheritedFrom": {
|
|
107690
|
+
"name": "SbbFormAssociatedMixin",
|
|
107691
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107692
|
+
}
|
|
107693
|
+
},
|
|
107694
|
+
{
|
|
107695
|
+
"kind": "field",
|
|
107696
|
+
"name": "name",
|
|
107697
|
+
"privacy": "public",
|
|
107698
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
107699
|
+
"type": {
|
|
107700
|
+
"text": "string"
|
|
107701
|
+
},
|
|
107702
|
+
"attribute": "name",
|
|
107703
|
+
"inheritedFrom": {
|
|
107704
|
+
"name": "SbbFormAssociatedMixin",
|
|
107705
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107706
|
+
}
|
|
107707
|
+
},
|
|
107708
|
+
{
|
|
107709
|
+
"kind": "field",
|
|
107710
|
+
"name": "validity",
|
|
107711
|
+
"type": {
|
|
107712
|
+
"text": "ValidityState"
|
|
107713
|
+
},
|
|
107714
|
+
"privacy": "public",
|
|
107715
|
+
"description": "Returns the ValidityState object for this element.",
|
|
107716
|
+
"readonly": true,
|
|
107717
|
+
"inheritedFrom": {
|
|
107718
|
+
"name": "SbbFormAssociatedMixin",
|
|
107719
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107720
|
+
}
|
|
107721
|
+
},
|
|
107722
|
+
{
|
|
107723
|
+
"kind": "field",
|
|
107724
|
+
"name": "validationMessage",
|
|
107725
|
+
"type": {
|
|
107726
|
+
"text": "string"
|
|
107727
|
+
},
|
|
107728
|
+
"privacy": "public",
|
|
107729
|
+
"description": "Returns the current error message, if available, which corresponds\nto the current validation state.\nPlease note that only one message is returned at a time (e.g. if\nmultiple validity states are invalid, only the chronologically first one\nis returned until it is fixed, at which point the next message might be\nreturned, if it is still applicable). Also, a custom validity message\n(see below) has precedence over native validation messages.",
|
|
107730
|
+
"readonly": true,
|
|
107731
|
+
"inheritedFrom": {
|
|
107732
|
+
"name": "SbbFormAssociatedMixin",
|
|
107733
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107734
|
+
}
|
|
107735
|
+
},
|
|
107736
|
+
{
|
|
107737
|
+
"kind": "field",
|
|
107738
|
+
"name": "willValidate",
|
|
107739
|
+
"type": {
|
|
107740
|
+
"text": "boolean"
|
|
107741
|
+
},
|
|
107742
|
+
"privacy": "public",
|
|
107743
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
107744
|
+
"readonly": true,
|
|
107745
|
+
"inheritedFrom": {
|
|
107746
|
+
"name": "SbbFormAssociatedMixin",
|
|
107747
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107748
|
+
}
|
|
107700
107749
|
},
|
|
107701
107750
|
{
|
|
107702
107751
|
"kind": "field",
|
|
107703
|
-
"name": "
|
|
107752
|
+
"name": "_validityStates",
|
|
107704
107753
|
"privacy": "private",
|
|
107705
|
-
"default": "new
|
|
107754
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
107755
|
+
"inheritedFrom": {
|
|
107756
|
+
"name": "SbbFormAssociatedMixin",
|
|
107757
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107758
|
+
}
|
|
107706
107759
|
},
|
|
107707
107760
|
{
|
|
107708
107761
|
"kind": "field",
|
|
107709
|
-
"name": "
|
|
107762
|
+
"name": "formDisabled",
|
|
107710
107763
|
"type": {
|
|
107711
|
-
"text": "
|
|
107712
|
-
},
|
|
107713
|
-
"privacy": "private",
|
|
107714
|
-
"default": "null"
|
|
107715
|
-
},
|
|
107716
|
-
{
|
|
107717
|
-
"kind": "method",
|
|
107718
|
-
"name": "escapeStrategy",
|
|
107719
|
-
"privacy": "public",
|
|
107720
|
-
"return": {
|
|
107721
|
-
"type": {
|
|
107722
|
-
"text": "void"
|
|
107723
|
-
}
|
|
107764
|
+
"text": "boolean"
|
|
107724
107765
|
},
|
|
107725
|
-
"
|
|
107766
|
+
"privacy": "protected",
|
|
107767
|
+
"default": "false",
|
|
107768
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
107726
107769
|
"inheritedFrom": {
|
|
107727
|
-
"name": "
|
|
107728
|
-
"module": "core/
|
|
107770
|
+
"name": "SbbFormAssociatedMixin",
|
|
107771
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107729
107772
|
}
|
|
107730
107773
|
},
|
|
107731
107774
|
{
|
|
107732
107775
|
"kind": "method",
|
|
107733
|
-
"name": "
|
|
107776
|
+
"name": "checkValidity",
|
|
107734
107777
|
"privacy": "public",
|
|
107735
107778
|
"return": {
|
|
107736
107779
|
"type": {
|
|
107737
|
-
"text": "
|
|
107780
|
+
"text": "boolean"
|
|
107738
107781
|
}
|
|
107739
107782
|
},
|
|
107740
|
-
"description": "
|
|
107783
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
107741
107784
|
"inheritedFrom": {
|
|
107742
|
-
"name": "
|
|
107743
|
-
"module": "core/
|
|
107785
|
+
"name": "SbbFormAssociatedMixin",
|
|
107786
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107744
107787
|
}
|
|
107745
107788
|
},
|
|
107746
107789
|
{
|
|
107747
107790
|
"kind": "method",
|
|
107748
|
-
"name": "
|
|
107791
|
+
"name": "reportValidity",
|
|
107749
107792
|
"privacy": "public",
|
|
107750
107793
|
"return": {
|
|
107751
107794
|
"type": {
|
|
107752
|
-
"text": "
|
|
107795
|
+
"text": "boolean"
|
|
107753
107796
|
}
|
|
107754
107797
|
},
|
|
107755
|
-
"description": "
|
|
107798
|
+
"description": "Returns true if this element has no validity problems; otherwise,\nreturns false, fires an invalid event at the element,\nand (if the event isn't canceled) reports the problem to the user.",
|
|
107756
107799
|
"inheritedFrom": {
|
|
107757
|
-
"name": "
|
|
107758
|
-
"module": "core/
|
|
107800
|
+
"name": "SbbFormAssociatedMixin",
|
|
107801
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107759
107802
|
}
|
|
107760
107803
|
},
|
|
107761
107804
|
{
|
|
107762
107805
|
"kind": "method",
|
|
107763
|
-
"name": "
|
|
107806
|
+
"name": "setCustomValidity",
|
|
107764
107807
|
"privacy": "public",
|
|
107765
107808
|
"return": {
|
|
107766
107809
|
"type": {
|
|
107767
107810
|
"text": "void"
|
|
107768
107811
|
}
|
|
107769
107812
|
},
|
|
107770
|
-
"description": "Closes the menu and all related menus (nested and parent menus)."
|
|
107771
|
-
},
|
|
107772
|
-
{
|
|
107773
|
-
"kind": "method",
|
|
107774
|
-
"name": "_close",
|
|
107775
|
-
"privacy": "private",
|
|
107776
|
-
"return": {
|
|
107777
|
-
"type": {
|
|
107778
|
-
"text": "void"
|
|
107779
|
-
}
|
|
107780
|
-
},
|
|
107781
107813
|
"parameters": [
|
|
107782
107814
|
{
|
|
107783
|
-
"name": "
|
|
107784
|
-
"
|
|
107785
|
-
|
|
107786
|
-
|
|
107815
|
+
"name": "message",
|
|
107816
|
+
"type": {
|
|
107817
|
+
"text": "string"
|
|
107818
|
+
}
|
|
107787
107819
|
}
|
|
107788
|
-
]
|
|
107820
|
+
],
|
|
107821
|
+
"description": "Sets the custom validity message for this element. Use the empty string\nto indicate that the element does not have a custom validity error.",
|
|
107822
|
+
"inheritedFrom": {
|
|
107823
|
+
"name": "SbbFormAssociatedMixin",
|
|
107824
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107825
|
+
}
|
|
107789
107826
|
},
|
|
107790
107827
|
{
|
|
107791
107828
|
"kind": "method",
|
|
107792
|
-
"name": "
|
|
107829
|
+
"name": "_hasDisabledAncestor",
|
|
107793
107830
|
"privacy": "private",
|
|
107794
107831
|
"return": {
|
|
107795
107832
|
"type": {
|
|
107796
107833
|
"text": "boolean"
|
|
107797
107834
|
}
|
|
107835
|
+
},
|
|
107836
|
+
"inheritedFrom": {
|
|
107837
|
+
"name": "SbbFormAssociatedMixin",
|
|
107838
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107798
107839
|
}
|
|
107799
107840
|
},
|
|
107800
107841
|
{
|
|
107801
107842
|
"kind": "method",
|
|
107802
|
-
"name": "
|
|
107803
|
-
"privacy": "
|
|
107843
|
+
"name": "updateFormValue",
|
|
107844
|
+
"privacy": "protected",
|
|
107804
107845
|
"return": {
|
|
107805
107846
|
"type": {
|
|
107806
107847
|
"text": "void"
|
|
107807
107848
|
}
|
|
107849
|
+
},
|
|
107850
|
+
"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",
|
|
107851
|
+
"inheritedFrom": {
|
|
107852
|
+
"name": "SbbFormAssociatedMixin",
|
|
107853
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107808
107854
|
}
|
|
107809
107855
|
},
|
|
107810
107856
|
{
|
|
107811
107857
|
"kind": "method",
|
|
107812
|
-
"name": "
|
|
107813
|
-
"privacy": "
|
|
107858
|
+
"name": "formState",
|
|
107859
|
+
"privacy": "protected",
|
|
107814
107860
|
"return": {
|
|
107815
107861
|
"type": {
|
|
107816
|
-
"text": "
|
|
107862
|
+
"text": "FormRestoreState"
|
|
107817
107863
|
}
|
|
107864
|
+
},
|
|
107865
|
+
"inheritedFrom": {
|
|
107866
|
+
"name": "SbbFormAssociatedMixin",
|
|
107867
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107818
107868
|
}
|
|
107819
107869
|
},
|
|
107820
107870
|
{
|
|
107821
107871
|
"kind": "method",
|
|
107822
|
-
"name": "
|
|
107823
|
-
"privacy": "
|
|
107872
|
+
"name": "setValidityFlag",
|
|
107873
|
+
"privacy": "protected",
|
|
107824
107874
|
"return": {
|
|
107825
107875
|
"type": {
|
|
107826
107876
|
"text": "void"
|
|
@@ -107828,37 +107878,35 @@
|
|
|
107828
107878
|
},
|
|
107829
107879
|
"parameters": [
|
|
107830
107880
|
{
|
|
107831
|
-
"name": "
|
|
107881
|
+
"name": "flag",
|
|
107832
107882
|
"type": {
|
|
107833
|
-
"text": "
|
|
107883
|
+
"text": "T"
|
|
107884
|
+
}
|
|
107885
|
+
},
|
|
107886
|
+
{
|
|
107887
|
+
"name": "message",
|
|
107888
|
+
"type": {
|
|
107889
|
+
"text": "string"
|
|
107890
|
+
}
|
|
107891
|
+
},
|
|
107892
|
+
{
|
|
107893
|
+
"name": "flagValue",
|
|
107894
|
+
"optional": true,
|
|
107895
|
+
"type": {
|
|
107896
|
+
"text": "ValidityStateFlags[T]"
|
|
107834
107897
|
}
|
|
107835
107898
|
}
|
|
107836
|
-
]
|
|
107837
|
-
|
|
107838
|
-
|
|
107839
|
-
|
|
107840
|
-
|
|
107841
|
-
"privacy": "private",
|
|
107842
|
-
"return": {
|
|
107843
|
-
"type": {
|
|
107844
|
-
"text": "void"
|
|
107845
|
-
}
|
|
107846
|
-
}
|
|
107847
|
-
},
|
|
107848
|
-
{
|
|
107849
|
-
"kind": "method",
|
|
107850
|
-
"name": "_attachWindowEvents",
|
|
107851
|
-
"privacy": "private",
|
|
107852
|
-
"return": {
|
|
107853
|
-
"type": {
|
|
107854
|
-
"text": "void"
|
|
107855
|
-
}
|
|
107899
|
+
],
|
|
107900
|
+
"description": "Marks this element as suffering from the constraint indicated by the\nflag argument and associates the given message to it.\nNote that only one message is displayed at a time and custom messages by\nconsumers are always displayed before internal messages and internal\nmessages are displayed in the order they were added.\nTo set/define custom validity state flags, you need to extend the\nValidityState prototype (and the CustomValidityState interface).",
|
|
107901
|
+
"inheritedFrom": {
|
|
107902
|
+
"name": "SbbFormAssociatedMixin",
|
|
107903
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107856
107904
|
}
|
|
107857
107905
|
},
|
|
107858
107906
|
{
|
|
107859
107907
|
"kind": "method",
|
|
107860
|
-
"name": "
|
|
107861
|
-
"privacy": "
|
|
107908
|
+
"name": "removeValidityFlag",
|
|
107909
|
+
"privacy": "protected",
|
|
107862
107910
|
"return": {
|
|
107863
107911
|
"type": {
|
|
107864
107912
|
"text": "void"
|
|
@@ -107866,250 +107914,158 @@
|
|
|
107866
107914
|
},
|
|
107867
107915
|
"parameters": [
|
|
107868
107916
|
{
|
|
107869
|
-
"name": "
|
|
107917
|
+
"name": "flag",
|
|
107870
107918
|
"type": {
|
|
107871
|
-
"text": "
|
|
107919
|
+
"text": "T"
|
|
107872
107920
|
}
|
|
107873
107921
|
}
|
|
107874
|
-
]
|
|
107875
|
-
|
|
107876
|
-
|
|
107877
|
-
|
|
107878
|
-
|
|
107879
|
-
"privacy": "private"
|
|
107880
|
-
},
|
|
107881
|
-
{
|
|
107882
|
-
"kind": "field",
|
|
107883
|
-
"name": "_closeOnBackdropClick",
|
|
107884
|
-
"privacy": "private"
|
|
107885
|
-
},
|
|
107886
|
-
{
|
|
107887
|
-
"kind": "method",
|
|
107888
|
-
"name": "_nestedMenus",
|
|
107889
|
-
"privacy": "private",
|
|
107890
|
-
"return": {
|
|
107891
|
-
"type": {
|
|
107892
|
-
"text": "SbbMenuElement[]"
|
|
107893
|
-
}
|
|
107894
|
-
},
|
|
107895
|
-
"description": "Converts the linked list into an array of SbbMenuElement."
|
|
107896
|
-
},
|
|
107897
|
-
{
|
|
107898
|
-
"kind": "method",
|
|
107899
|
-
"name": "_parentMenu",
|
|
107900
|
-
"privacy": "private",
|
|
107901
|
-
"return": {
|
|
107902
|
-
"type": {
|
|
107903
|
-
"text": "SbbMenuElement | null"
|
|
107904
|
-
}
|
|
107905
|
-
}
|
|
107906
|
-
},
|
|
107907
|
-
{
|
|
107908
|
-
"kind": "method",
|
|
107909
|
-
"name": "_mainMenu",
|
|
107910
|
-
"privacy": "private",
|
|
107911
|
-
"return": {
|
|
107912
|
-
"type": {
|
|
107913
|
-
"text": "SbbMenuElement"
|
|
107914
|
-
}
|
|
107915
|
-
},
|
|
107916
|
-
"description": "The outermost menu."
|
|
107917
|
-
},
|
|
107918
|
-
{
|
|
107919
|
-
"kind": "method",
|
|
107920
|
-
"name": "_isNested",
|
|
107921
|
-
"privacy": "private",
|
|
107922
|
-
"return": {
|
|
107923
|
-
"type": {
|
|
107924
|
-
"text": "boolean"
|
|
107925
|
-
}
|
|
107926
|
-
}
|
|
107927
|
-
},
|
|
107928
|
-
{
|
|
107929
|
-
"kind": "method",
|
|
107930
|
-
"name": "_updateNestedInert",
|
|
107931
|
-
"privacy": "private",
|
|
107932
|
-
"return": {
|
|
107933
|
-
"type": {
|
|
107934
|
-
"text": "void"
|
|
107935
|
-
}
|
|
107922
|
+
],
|
|
107923
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
107924
|
+
"inheritedFrom": {
|
|
107925
|
+
"name": "SbbFormAssociatedMixin",
|
|
107926
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107936
107927
|
}
|
|
107937
107928
|
},
|
|
107938
107929
|
{
|
|
107939
107930
|
"kind": "method",
|
|
107940
|
-
"name": "
|
|
107941
|
-
"privacy": "
|
|
107931
|
+
"name": "validate",
|
|
107932
|
+
"privacy": "protected",
|
|
107942
107933
|
"return": {
|
|
107943
107934
|
"type": {
|
|
107944
107935
|
"text": "void"
|
|
107945
107936
|
}
|
|
107946
107937
|
},
|
|
107947
|
-
"
|
|
107948
|
-
|
|
107949
|
-
|
|
107950
|
-
|
|
107951
|
-
|
|
107952
|
-
}
|
|
107953
|
-
}
|
|
107954
|
-
]
|
|
107938
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
107939
|
+
"inheritedFrom": {
|
|
107940
|
+
"name": "SbbFormAssociatedMixin",
|
|
107941
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107942
|
+
}
|
|
107955
107943
|
},
|
|
107956
107944
|
{
|
|
107957
107945
|
"kind": "method",
|
|
107958
|
-
"name": "
|
|
107959
|
-
"privacy": "
|
|
107946
|
+
"name": "shouldValidate",
|
|
107947
|
+
"privacy": "protected",
|
|
107960
107948
|
"return": {
|
|
107961
107949
|
"type": {
|
|
107962
|
-
"text": "
|
|
107950
|
+
"text": "boolean"
|
|
107963
107951
|
}
|
|
107964
107952
|
},
|
|
107965
107953
|
"parameters": [
|
|
107966
107954
|
{
|
|
107967
|
-
"name": "
|
|
107955
|
+
"name": "name",
|
|
107968
107956
|
"type": {
|
|
107969
|
-
"text": "
|
|
107957
|
+
"text": "PropertyKey | undefined"
|
|
107970
107958
|
}
|
|
107971
107959
|
}
|
|
107972
|
-
]
|
|
107973
|
-
|
|
107974
|
-
|
|
107975
|
-
|
|
107976
|
-
|
|
107977
|
-
"privacy": "private",
|
|
107978
|
-
"return": {
|
|
107979
|
-
"type": {
|
|
107980
|
-
"text": "void"
|
|
107981
|
-
}
|
|
107960
|
+
],
|
|
107961
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
107962
|
+
"inheritedFrom": {
|
|
107963
|
+
"name": "SbbFormAssociatedMixin",
|
|
107964
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107982
107965
|
}
|
|
107983
107966
|
},
|
|
107984
107967
|
{
|
|
107985
107968
|
"kind": "method",
|
|
107986
|
-
"name": "
|
|
107969
|
+
"name": "_setInternalValidity",
|
|
107987
107970
|
"privacy": "private",
|
|
107988
107971
|
"return": {
|
|
107989
107972
|
"type": {
|
|
107990
107973
|
"text": "void"
|
|
107991
107974
|
}
|
|
107975
|
+
},
|
|
107976
|
+
"inheritedFrom": {
|
|
107977
|
+
"name": "SbbFormAssociatedMixin",
|
|
107978
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
107992
107979
|
}
|
|
107993
107980
|
},
|
|
107994
107981
|
{
|
|
107995
|
-
"kind": "
|
|
107996
|
-
"name": "
|
|
107982
|
+
"kind": "field",
|
|
107983
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
107997
107984
|
"privacy": "private",
|
|
107998
|
-
"
|
|
107999
|
-
|
|
108000
|
-
|
|
107985
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
107986
|
+
"parameters": [
|
|
107987
|
+
{
|
|
107988
|
+
"description": "The origin event.",
|
|
107989
|
+
"name": "event"
|
|
108001
107990
|
}
|
|
107991
|
+
],
|
|
107992
|
+
"inheritedFrom": {
|
|
107993
|
+
"name": "SbbButtonLikeBaseElement",
|
|
107994
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108002
107995
|
}
|
|
108003
107996
|
},
|
|
108004
107997
|
{
|
|
108005
107998
|
"kind": "field",
|
|
108006
|
-
"name": "
|
|
108007
|
-
"privacy": "
|
|
108008
|
-
"static": true,
|
|
108009
|
-
"readonly": true,
|
|
108010
|
-
"default": "{ beforeopen: 'beforeopen', open: 'open', beforeclose: 'beforeclose', close: 'close', }",
|
|
108011
|
-
"type": {
|
|
108012
|
-
"text": "{\n beforeopen: 'beforeopen',\n open: 'open',\n beforeclose: 'beforeclose',\n close: 'close',\n }"
|
|
108013
|
-
},
|
|
107999
|
+
"name": "_removeActiveMarker",
|
|
108000
|
+
"privacy": "private",
|
|
108014
108001
|
"inheritedFrom": {
|
|
108015
|
-
"name": "
|
|
108016
|
-
"module": "core/base-elements/
|
|
108002
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108003
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108017
108004
|
}
|
|
108018
108005
|
},
|
|
108019
108006
|
{
|
|
108020
108007
|
"kind": "field",
|
|
108021
|
-
"name": "
|
|
108022
|
-
"privacy": "
|
|
108023
|
-
"description": "
|
|
108024
|
-
"
|
|
108025
|
-
|
|
108026
|
-
|
|
108027
|
-
|
|
108008
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
108009
|
+
"privacy": "private",
|
|
108010
|
+
"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.",
|
|
108011
|
+
"parameters": [
|
|
108012
|
+
{
|
|
108013
|
+
"description": "The origin event.",
|
|
108014
|
+
"name": "event"
|
|
108015
|
+
}
|
|
108016
|
+
],
|
|
108028
108017
|
"inheritedFrom": {
|
|
108029
|
-
"name": "
|
|
108030
|
-
"module": "core/base-elements/
|
|
108018
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108019
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108031
108020
|
}
|
|
108032
108021
|
},
|
|
108033
108022
|
{
|
|
108034
108023
|
"kind": "field",
|
|
108035
|
-
"name": "
|
|
108036
|
-
"type": {
|
|
108037
|
-
"text": "SbbOpenedClosedState"
|
|
108038
|
-
},
|
|
108024
|
+
"name": "_dispatchClickEvent",
|
|
108039
108025
|
"privacy": "private",
|
|
108040
108026
|
"inheritedFrom": {
|
|
108041
|
-
"name": "
|
|
108042
|
-
"module": "core/base-elements/
|
|
108027
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108028
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108043
108029
|
}
|
|
108044
108030
|
},
|
|
108045
108031
|
{
|
|
108046
108032
|
"kind": "field",
|
|
108047
|
-
"name": "
|
|
108033
|
+
"name": "maybeDisabled",
|
|
108048
108034
|
"type": {
|
|
108049
|
-
"text": "boolean"
|
|
108035
|
+
"text": "boolean | undefined"
|
|
108050
108036
|
},
|
|
108051
|
-
"privacy": "public",
|
|
108052
|
-
"description": "Whether the element is open.",
|
|
108053
|
-
"readonly": true,
|
|
108054
|
-
"inheritedFrom": {
|
|
108055
|
-
"name": "SbbOpenCloseBaseElement",
|
|
108056
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
108057
|
-
}
|
|
108058
|
-
},
|
|
108059
|
-
{
|
|
108060
|
-
"kind": "method",
|
|
108061
|
-
"name": "dispatchBeforeOpenEvent",
|
|
108062
108037
|
"privacy": "protected",
|
|
108063
|
-
"
|
|
108064
|
-
"type": {
|
|
108065
|
-
"text": "boolean"
|
|
108066
|
-
}
|
|
108067
|
-
},
|
|
108038
|
+
"readonly": true,
|
|
108068
108039
|
"inheritedFrom": {
|
|
108069
|
-
"name": "
|
|
108070
|
-
"module": "core/base-elements/
|
|
108040
|
+
"name": "SbbActionBaseElement",
|
|
108041
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108071
108042
|
}
|
|
108072
108043
|
},
|
|
108073
108044
|
{
|
|
108074
|
-
"kind": "
|
|
108075
|
-
"name": "
|
|
108076
|
-
"
|
|
108077
|
-
|
|
108078
|
-
"type": {
|
|
108079
|
-
"text": "boolean"
|
|
108080
|
-
}
|
|
108045
|
+
"kind": "field",
|
|
108046
|
+
"name": "maybeDisabledInteractive",
|
|
108047
|
+
"type": {
|
|
108048
|
+
"text": "boolean | undefined"
|
|
108081
108049
|
},
|
|
108082
|
-
"inheritedFrom": {
|
|
108083
|
-
"name": "SbbOpenCloseBaseElement",
|
|
108084
|
-
"module": "core/base-elements/open-close-base-element.js"
|
|
108085
|
-
}
|
|
108086
|
-
},
|
|
108087
|
-
{
|
|
108088
|
-
"kind": "method",
|
|
108089
|
-
"name": "dispatchBeforeCloseEvent",
|
|
108090
108050
|
"privacy": "protected",
|
|
108091
|
-
"
|
|
108092
|
-
"type": {
|
|
108093
|
-
"text": "boolean"
|
|
108094
|
-
}
|
|
108095
|
-
},
|
|
108051
|
+
"readonly": true,
|
|
108096
108052
|
"inheritedFrom": {
|
|
108097
|
-
"name": "
|
|
108098
|
-
"module": "core/base-elements/
|
|
108053
|
+
"name": "SbbActionBaseElement",
|
|
108054
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108099
108055
|
}
|
|
108100
108056
|
},
|
|
108101
108057
|
{
|
|
108102
108058
|
"kind": "method",
|
|
108103
|
-
"name": "
|
|
108059
|
+
"name": "setupBaseEventHandlers",
|
|
108104
108060
|
"privacy": "protected",
|
|
108105
108061
|
"return": {
|
|
108106
108062
|
"type": {
|
|
108107
|
-
"text": "
|
|
108063
|
+
"text": "void"
|
|
108108
108064
|
}
|
|
108109
108065
|
},
|
|
108110
108066
|
"inheritedFrom": {
|
|
108111
|
-
"name": "
|
|
108112
|
-
"module": "core/base-elements/
|
|
108067
|
+
"name": "SbbActionBaseElement",
|
|
108068
|
+
"module": "core/base-elements/action-base-element.js"
|
|
108113
108069
|
}
|
|
108114
108070
|
},
|
|
108115
108071
|
{
|
|
@@ -108218,66 +108174,110 @@
|
|
|
108218
108174
|
}
|
|
108219
108175
|
}
|
|
108220
108176
|
],
|
|
108221
|
-
"
|
|
108177
|
+
"mixins": [
|
|
108222
108178
|
{
|
|
108223
|
-
"name": "
|
|
108224
|
-
"
|
|
108225
|
-
|
|
108226
|
-
|
|
108227
|
-
"
|
|
108228
|
-
"
|
|
108229
|
-
"fieldName": "trigger"
|
|
108179
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
108180
|
+
"module": "core/mixins.js"
|
|
108181
|
+
},
|
|
108182
|
+
{
|
|
108183
|
+
"name": "SbbMenuActionCommonElementMixin",
|
|
108184
|
+
"module": "menu/common/menu-action-common.js"
|
|
108230
108185
|
}
|
|
108231
108186
|
],
|
|
108232
108187
|
"superclass": {
|
|
108233
|
-
"name": "
|
|
108188
|
+
"name": "SbbButtonBaseElement",
|
|
108234
108189
|
"module": "core/base-elements.js"
|
|
108235
108190
|
},
|
|
108236
|
-
"tagName": "sbb-menu",
|
|
108191
|
+
"tagName": "sbb-menu-button",
|
|
108237
108192
|
"customElement": true,
|
|
108238
|
-
"
|
|
108193
|
+
"attributes": [
|
|
108239
108194
|
{
|
|
108240
|
-
"name": "
|
|
108195
|
+
"name": "disabled-interactive",
|
|
108241
108196
|
"type": {
|
|
108242
|
-
"text": "
|
|
108197
|
+
"text": "boolean"
|
|
108243
108198
|
},
|
|
108244
|
-
"
|
|
108199
|
+
"default": "false",
|
|
108200
|
+
"description": "Whether the button should be aria-disabled but stay interactive.",
|
|
108201
|
+
"fieldName": "disabledInteractive",
|
|
108245
108202
|
"inheritedFrom": {
|
|
108246
|
-
"name": "
|
|
108247
|
-
"module": "core/
|
|
108203
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
108204
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108248
108205
|
}
|
|
108249
108206
|
},
|
|
108250
108207
|
{
|
|
108251
|
-
"name": "
|
|
108208
|
+
"name": "disabled",
|
|
108209
|
+
"description": "Whether the component is disabled.",
|
|
108210
|
+
"default": "false",
|
|
108252
108211
|
"type": {
|
|
108253
|
-
"text": "
|
|
108212
|
+
"text": "boolean"
|
|
108254
108213
|
},
|
|
108255
|
-
"
|
|
108214
|
+
"fieldName": "disabled",
|
|
108256
108215
|
"inheritedFrom": {
|
|
108257
|
-
"name": "
|
|
108258
|
-
"module": "core/
|
|
108216
|
+
"name": "SbbDisabledMixin",
|
|
108217
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108259
108218
|
}
|
|
108260
108219
|
},
|
|
108261
108220
|
{
|
|
108262
|
-
"name": "
|
|
108221
|
+
"name": "icon-name",
|
|
108263
108222
|
"type": {
|
|
108264
|
-
"text": "
|
|
108223
|
+
"text": "string"
|
|
108265
108224
|
},
|
|
108266
|
-
"
|
|
108225
|
+
"default": "''",
|
|
108226
|
+
"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.",
|
|
108227
|
+
"fieldName": "iconName",
|
|
108267
108228
|
"inheritedFrom": {
|
|
108268
|
-
"name": "
|
|
108269
|
-
"module": "
|
|
108229
|
+
"name": "SbbIconNameMixin",
|
|
108230
|
+
"module": "icon/icon-name-mixin.js"
|
|
108270
108231
|
}
|
|
108271
108232
|
},
|
|
108272
108233
|
{
|
|
108273
|
-
"name": "
|
|
108234
|
+
"name": "value",
|
|
108274
108235
|
"type": {
|
|
108275
|
-
"text": "
|
|
108236
|
+
"text": "string"
|
|
108276
108237
|
},
|
|
108277
|
-
"
|
|
108238
|
+
"default": "''",
|
|
108239
|
+
"description": "Value of the form element.",
|
|
108240
|
+
"fieldName": "value",
|
|
108278
108241
|
"inheritedFrom": {
|
|
108279
|
-
"name": "
|
|
108280
|
-
"module": "core/base-elements/
|
|
108242
|
+
"name": "SbbButtonBaseElement",
|
|
108243
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108244
|
+
}
|
|
108245
|
+
},
|
|
108246
|
+
{
|
|
108247
|
+
"name": "type",
|
|
108248
|
+
"description": "The type attribute to use for the button.",
|
|
108249
|
+
"default": "'button'",
|
|
108250
|
+
"type": {
|
|
108251
|
+
"text": "SbbButtonType"
|
|
108252
|
+
},
|
|
108253
|
+
"fieldName": "type",
|
|
108254
|
+
"inheritedFrom": {
|
|
108255
|
+
"name": "SbbButtonBaseElement",
|
|
108256
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108257
|
+
}
|
|
108258
|
+
},
|
|
108259
|
+
{
|
|
108260
|
+
"name": "form",
|
|
108261
|
+
"description": "The `<form>` element to associate the button with.",
|
|
108262
|
+
"type": {
|
|
108263
|
+
"text": "HTMLFormElement | null"
|
|
108264
|
+
},
|
|
108265
|
+
"fieldName": "form",
|
|
108266
|
+
"inheritedFrom": {
|
|
108267
|
+
"name": "SbbButtonBaseElement",
|
|
108268
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108269
|
+
}
|
|
108270
|
+
},
|
|
108271
|
+
{
|
|
108272
|
+
"name": "name",
|
|
108273
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
108274
|
+
"type": {
|
|
108275
|
+
"text": "string"
|
|
108276
|
+
},
|
|
108277
|
+
"fieldName": "name",
|
|
108278
|
+
"inheritedFrom": {
|
|
108279
|
+
"name": "SbbFormAssociatedMixin",
|
|
108280
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108281
108281
|
}
|
|
108282
108282
|
}
|
|
108283
108283
|
]
|
|
@@ -108286,10 +108286,10 @@
|
|
|
108286
108286
|
"exports": [
|
|
108287
108287
|
{
|
|
108288
108288
|
"kind": "js",
|
|
108289
|
-
"name": "
|
|
108289
|
+
"name": "SbbMenuButtonElement",
|
|
108290
108290
|
"declaration": {
|
|
108291
|
-
"name": "
|
|
108292
|
-
"module": "menu/menu/menu.component.js"
|
|
108291
|
+
"name": "SbbMenuButtonElement",
|
|
108292
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
108293
108293
|
}
|
|
108294
108294
|
}
|
|
108295
108295
|
]
|
|
@@ -110097,6 +110097,176 @@
|
|
|
110097
110097
|
}
|
|
110098
110098
|
]
|
|
110099
110099
|
},
|
|
110100
|
+
{
|
|
110101
|
+
"kind": "javascript-module",
|
|
110102
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
110103
|
+
"declarations": [
|
|
110104
|
+
{
|
|
110105
|
+
"kind": "class",
|
|
110106
|
+
"description": "",
|
|
110107
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110108
|
+
"members": [
|
|
110109
|
+
{
|
|
110110
|
+
"kind": "field",
|
|
110111
|
+
"name": "size",
|
|
110112
|
+
"type": {
|
|
110113
|
+
"text": "SbbNavigationActionSize"
|
|
110114
|
+
},
|
|
110115
|
+
"privacy": "public"
|
|
110116
|
+
},
|
|
110117
|
+
{
|
|
110118
|
+
"kind": "field",
|
|
110119
|
+
"name": "marker",
|
|
110120
|
+
"type": {
|
|
110121
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110122
|
+
},
|
|
110123
|
+
"privacy": "public",
|
|
110124
|
+
"readonly": true
|
|
110125
|
+
},
|
|
110126
|
+
{
|
|
110127
|
+
"kind": "field",
|
|
110128
|
+
"name": "section",
|
|
110129
|
+
"type": {
|
|
110130
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110131
|
+
},
|
|
110132
|
+
"privacy": "public",
|
|
110133
|
+
"readonly": true
|
|
110134
|
+
},
|
|
110135
|
+
{
|
|
110136
|
+
"kind": "field",
|
|
110137
|
+
"name": "connectedSection",
|
|
110138
|
+
"type": {
|
|
110139
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110140
|
+
},
|
|
110141
|
+
"privacy": "public"
|
|
110142
|
+
}
|
|
110143
|
+
]
|
|
110144
|
+
},
|
|
110145
|
+
{
|
|
110146
|
+
"kind": "mixin",
|
|
110147
|
+
"description": "",
|
|
110148
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110149
|
+
"members": [
|
|
110150
|
+
{
|
|
110151
|
+
"kind": "field",
|
|
110152
|
+
"name": "styles",
|
|
110153
|
+
"type": {
|
|
110154
|
+
"text": "CSSResultGroup"
|
|
110155
|
+
},
|
|
110156
|
+
"privacy": "public",
|
|
110157
|
+
"static": true,
|
|
110158
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110159
|
+
},
|
|
110160
|
+
{
|
|
110161
|
+
"kind": "field",
|
|
110162
|
+
"name": "size",
|
|
110163
|
+
"type": {
|
|
110164
|
+
"text": "SbbNavigationActionSize"
|
|
110165
|
+
},
|
|
110166
|
+
"privacy": "public",
|
|
110167
|
+
"description": "Action size variant, either s, m or l.",
|
|
110168
|
+
"default": "'l' / 's' (lean)",
|
|
110169
|
+
"attribute": "size",
|
|
110170
|
+
"reflects": true
|
|
110171
|
+
},
|
|
110172
|
+
{
|
|
110173
|
+
"kind": "field",
|
|
110174
|
+
"name": "connectedSection",
|
|
110175
|
+
"type": {
|
|
110176
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110177
|
+
},
|
|
110178
|
+
"privacy": "public",
|
|
110179
|
+
"description": "The section that is being controlled by the action, if any."
|
|
110180
|
+
},
|
|
110181
|
+
{
|
|
110182
|
+
"kind": "field",
|
|
110183
|
+
"name": "marker",
|
|
110184
|
+
"type": {
|
|
110185
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110186
|
+
},
|
|
110187
|
+
"privacy": "public",
|
|
110188
|
+
"description": "The navigation marker in which the action is nested.",
|
|
110189
|
+
"readonly": true
|
|
110190
|
+
},
|
|
110191
|
+
{
|
|
110192
|
+
"kind": "field",
|
|
110193
|
+
"name": "section",
|
|
110194
|
+
"type": {
|
|
110195
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110196
|
+
},
|
|
110197
|
+
"privacy": "public",
|
|
110198
|
+
"description": "The section in which the action is nested.",
|
|
110199
|
+
"readonly": true
|
|
110200
|
+
},
|
|
110201
|
+
{
|
|
110202
|
+
"kind": "field",
|
|
110203
|
+
"name": "_navigationMarker",
|
|
110204
|
+
"type": {
|
|
110205
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110206
|
+
},
|
|
110207
|
+
"privacy": "private",
|
|
110208
|
+
"default": "null"
|
|
110209
|
+
},
|
|
110210
|
+
{
|
|
110211
|
+
"kind": "field",
|
|
110212
|
+
"name": "_navigationSection",
|
|
110213
|
+
"type": {
|
|
110214
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110215
|
+
},
|
|
110216
|
+
"privacy": "private",
|
|
110217
|
+
"default": "null"
|
|
110218
|
+
},
|
|
110219
|
+
{
|
|
110220
|
+
"kind": "method",
|
|
110221
|
+
"name": "renderTemplate",
|
|
110222
|
+
"privacy": "protected",
|
|
110223
|
+
"return": {
|
|
110224
|
+
"type": {
|
|
110225
|
+
"text": "TemplateResult"
|
|
110226
|
+
}
|
|
110227
|
+
}
|
|
110228
|
+
}
|
|
110229
|
+
],
|
|
110230
|
+
"attributes": [
|
|
110231
|
+
{
|
|
110232
|
+
"name": "size",
|
|
110233
|
+
"type": {
|
|
110234
|
+
"text": "SbbNavigationActionSize"
|
|
110235
|
+
},
|
|
110236
|
+
"description": "Action size variant, either s, m or l.",
|
|
110237
|
+
"default": "'l' / 's' (lean)",
|
|
110238
|
+
"fieldName": "size"
|
|
110239
|
+
}
|
|
110240
|
+
],
|
|
110241
|
+
"parameters": [
|
|
110242
|
+
{
|
|
110243
|
+
"name": "superClass",
|
|
110244
|
+
"type": {
|
|
110245
|
+
"text": "T"
|
|
110246
|
+
}
|
|
110247
|
+
}
|
|
110248
|
+
]
|
|
110249
|
+
}
|
|
110250
|
+
],
|
|
110251
|
+
"exports": [
|
|
110252
|
+
{
|
|
110253
|
+
"kind": "js",
|
|
110254
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110255
|
+
"declaration": {
|
|
110256
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110257
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110258
|
+
}
|
|
110259
|
+
},
|
|
110260
|
+
{
|
|
110261
|
+
"kind": "js",
|
|
110262
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110263
|
+
"declaration": {
|
|
110264
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110265
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110266
|
+
}
|
|
110267
|
+
}
|
|
110268
|
+
]
|
|
110269
|
+
},
|
|
110100
110270
|
{
|
|
110101
110271
|
"kind": "javascript-module",
|
|
110102
110272
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -110315,176 +110485,6 @@
|
|
|
110315
110485
|
}
|
|
110316
110486
|
]
|
|
110317
110487
|
},
|
|
110318
|
-
{
|
|
110319
|
-
"kind": "javascript-module",
|
|
110320
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
110321
|
-
"declarations": [
|
|
110322
|
-
{
|
|
110323
|
-
"kind": "class",
|
|
110324
|
-
"description": "",
|
|
110325
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110326
|
-
"members": [
|
|
110327
|
-
{
|
|
110328
|
-
"kind": "field",
|
|
110329
|
-
"name": "size",
|
|
110330
|
-
"type": {
|
|
110331
|
-
"text": "SbbNavigationActionSize"
|
|
110332
|
-
},
|
|
110333
|
-
"privacy": "public"
|
|
110334
|
-
},
|
|
110335
|
-
{
|
|
110336
|
-
"kind": "field",
|
|
110337
|
-
"name": "marker",
|
|
110338
|
-
"type": {
|
|
110339
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110340
|
-
},
|
|
110341
|
-
"privacy": "public",
|
|
110342
|
-
"readonly": true
|
|
110343
|
-
},
|
|
110344
|
-
{
|
|
110345
|
-
"kind": "field",
|
|
110346
|
-
"name": "section",
|
|
110347
|
-
"type": {
|
|
110348
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110349
|
-
},
|
|
110350
|
-
"privacy": "public",
|
|
110351
|
-
"readonly": true
|
|
110352
|
-
},
|
|
110353
|
-
{
|
|
110354
|
-
"kind": "field",
|
|
110355
|
-
"name": "connectedSection",
|
|
110356
|
-
"type": {
|
|
110357
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110358
|
-
},
|
|
110359
|
-
"privacy": "public"
|
|
110360
|
-
}
|
|
110361
|
-
]
|
|
110362
|
-
},
|
|
110363
|
-
{
|
|
110364
|
-
"kind": "mixin",
|
|
110365
|
-
"description": "",
|
|
110366
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110367
|
-
"members": [
|
|
110368
|
-
{
|
|
110369
|
-
"kind": "field",
|
|
110370
|
-
"name": "styles",
|
|
110371
|
-
"type": {
|
|
110372
|
-
"text": "CSSResultGroup"
|
|
110373
|
-
},
|
|
110374
|
-
"privacy": "public",
|
|
110375
|
-
"static": true,
|
|
110376
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110377
|
-
},
|
|
110378
|
-
{
|
|
110379
|
-
"kind": "field",
|
|
110380
|
-
"name": "size",
|
|
110381
|
-
"type": {
|
|
110382
|
-
"text": "SbbNavigationActionSize"
|
|
110383
|
-
},
|
|
110384
|
-
"privacy": "public",
|
|
110385
|
-
"description": "Action size variant, either s, m or l.",
|
|
110386
|
-
"default": "'l' / 's' (lean)",
|
|
110387
|
-
"attribute": "size",
|
|
110388
|
-
"reflects": true
|
|
110389
|
-
},
|
|
110390
|
-
{
|
|
110391
|
-
"kind": "field",
|
|
110392
|
-
"name": "connectedSection",
|
|
110393
|
-
"type": {
|
|
110394
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110395
|
-
},
|
|
110396
|
-
"privacy": "public",
|
|
110397
|
-
"description": "The section that is being controlled by the action, if any."
|
|
110398
|
-
},
|
|
110399
|
-
{
|
|
110400
|
-
"kind": "field",
|
|
110401
|
-
"name": "marker",
|
|
110402
|
-
"type": {
|
|
110403
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110404
|
-
},
|
|
110405
|
-
"privacy": "public",
|
|
110406
|
-
"description": "The navigation marker in which the action is nested.",
|
|
110407
|
-
"readonly": true
|
|
110408
|
-
},
|
|
110409
|
-
{
|
|
110410
|
-
"kind": "field",
|
|
110411
|
-
"name": "section",
|
|
110412
|
-
"type": {
|
|
110413
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110414
|
-
},
|
|
110415
|
-
"privacy": "public",
|
|
110416
|
-
"description": "The section in which the action is nested.",
|
|
110417
|
-
"readonly": true
|
|
110418
|
-
},
|
|
110419
|
-
{
|
|
110420
|
-
"kind": "field",
|
|
110421
|
-
"name": "_navigationMarker",
|
|
110422
|
-
"type": {
|
|
110423
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110424
|
-
},
|
|
110425
|
-
"privacy": "private",
|
|
110426
|
-
"default": "null"
|
|
110427
|
-
},
|
|
110428
|
-
{
|
|
110429
|
-
"kind": "field",
|
|
110430
|
-
"name": "_navigationSection",
|
|
110431
|
-
"type": {
|
|
110432
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110433
|
-
},
|
|
110434
|
-
"privacy": "private",
|
|
110435
|
-
"default": "null"
|
|
110436
|
-
},
|
|
110437
|
-
{
|
|
110438
|
-
"kind": "method",
|
|
110439
|
-
"name": "renderTemplate",
|
|
110440
|
-
"privacy": "protected",
|
|
110441
|
-
"return": {
|
|
110442
|
-
"type": {
|
|
110443
|
-
"text": "TemplateResult"
|
|
110444
|
-
}
|
|
110445
|
-
}
|
|
110446
|
-
}
|
|
110447
|
-
],
|
|
110448
|
-
"attributes": [
|
|
110449
|
-
{
|
|
110450
|
-
"name": "size",
|
|
110451
|
-
"type": {
|
|
110452
|
-
"text": "SbbNavigationActionSize"
|
|
110453
|
-
},
|
|
110454
|
-
"description": "Action size variant, either s, m or l.",
|
|
110455
|
-
"default": "'l' / 's' (lean)",
|
|
110456
|
-
"fieldName": "size"
|
|
110457
|
-
}
|
|
110458
|
-
],
|
|
110459
|
-
"parameters": [
|
|
110460
|
-
{
|
|
110461
|
-
"name": "superClass",
|
|
110462
|
-
"type": {
|
|
110463
|
-
"text": "T"
|
|
110464
|
-
}
|
|
110465
|
-
}
|
|
110466
|
-
]
|
|
110467
|
-
}
|
|
110468
|
-
],
|
|
110469
|
-
"exports": [
|
|
110470
|
-
{
|
|
110471
|
-
"kind": "js",
|
|
110472
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110473
|
-
"declaration": {
|
|
110474
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110475
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110476
|
-
}
|
|
110477
|
-
},
|
|
110478
|
-
{
|
|
110479
|
-
"kind": "js",
|
|
110480
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110481
|
-
"declaration": {
|
|
110482
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110483
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110484
|
-
}
|
|
110485
|
-
}
|
|
110486
|
-
]
|
|
110487
|
-
},
|
|
110488
110488
|
{
|
|
110489
110489
|
"kind": "javascript-module",
|
|
110490
110490
|
"path": "navigation/navigation/navigation.component.js",
|