@sbb-esta/lyne-elements 4.13.1 → 4.14.2
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 +1065 -1065
- package/development/flip-card/flip-card/flip-card.component.d.ts.map +1 -1
- package/development/flip-card/flip-card/flip-card.component.js +1 -1
- package/development/flip-card/flip-card.js +1 -1
- package/development/{flip-card.component-Df226cP3.js → flip-card.component-D5Bi3dE-.js} +6 -5
- package/development/flip-card.js +1 -1
- package/development/flip-card.pure.js +1 -1
- package/flip-card/flip-card/flip-card.component.js +1 -1
- package/flip-card/flip-card.js +1 -1
- package/{flip-card.component-D8D-b1oO.js → flip-card.component-BCfWcmYq.js} +4 -2
- package/flip-card.js +1 -1
- package/flip-card.pure.js +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -60779,6 +60779,240 @@
|
|
|
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
|
+
},
|
|
60782
61016
|
{
|
|
60783
61017
|
"kind": "javascript-module",
|
|
60784
61018
|
"path": "container/sticky-bar/sticky-bar.component.js",
|
|
@@ -62135,285 +62369,51 @@
|
|
|
62135
62369
|
},
|
|
62136
62370
|
{
|
|
62137
62371
|
"kind": "javascript-module",
|
|
62138
|
-
"path": "
|
|
62372
|
+
"path": "core/base-elements/action-base-element.js",
|
|
62139
62373
|
"declarations": [
|
|
62140
62374
|
{
|
|
62141
62375
|
"kind": "class",
|
|
62142
|
-
"description": "
|
|
62143
|
-
"name": "
|
|
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
|
-
],
|
|
62376
|
+
"description": "",
|
|
62377
|
+
"name": "SbbActionBaseElement",
|
|
62164
62378
|
"members": [
|
|
62165
62379
|
{
|
|
62166
62380
|
"kind": "field",
|
|
62167
|
-
"name": "
|
|
62381
|
+
"name": "maybeDisabled",
|
|
62168
62382
|
"type": {
|
|
62169
|
-
"text": "
|
|
62383
|
+
"text": "boolean | undefined"
|
|
62170
62384
|
},
|
|
62171
|
-
"privacy": "
|
|
62172
|
-
"
|
|
62173
|
-
"readonly": true,
|
|
62174
|
-
"default": "'sbb-container'",
|
|
62175
|
-
"inheritedFrom": {
|
|
62176
|
-
"name": "SbbElement",
|
|
62177
|
-
"module": "core/base-elements/element.js"
|
|
62178
|
-
}
|
|
62385
|
+
"privacy": "protected",
|
|
62386
|
+
"readonly": true
|
|
62179
62387
|
},
|
|
62180
62388
|
{
|
|
62181
62389
|
"kind": "field",
|
|
62182
|
-
"name": "
|
|
62390
|
+
"name": "maybeDisabledInteractive",
|
|
62183
62391
|
"type": {
|
|
62184
|
-
"text": "boolean"
|
|
62392
|
+
"text": "boolean | undefined"
|
|
62185
62393
|
},
|
|
62186
|
-
"privacy": "
|
|
62187
|
-
"
|
|
62188
|
-
"description": "Whether the container is expanded.",
|
|
62189
|
-
"attribute": "expanded",
|
|
62190
|
-
"reflects": true
|
|
62394
|
+
"privacy": "protected",
|
|
62395
|
+
"readonly": true
|
|
62191
62396
|
},
|
|
62192
62397
|
{
|
|
62193
|
-
"kind": "
|
|
62194
|
-
"name": "
|
|
62195
|
-
"
|
|
62196
|
-
|
|
62197
|
-
|
|
62198
|
-
|
|
62199
|
-
|
|
62200
|
-
|
|
62201
|
-
"attribute": "background-expanded",
|
|
62202
|
-
"reflects": true
|
|
62398
|
+
"kind": "method",
|
|
62399
|
+
"name": "setupBaseEventHandlers",
|
|
62400
|
+
"privacy": "protected",
|
|
62401
|
+
"return": {
|
|
62402
|
+
"type": {
|
|
62403
|
+
"text": "void"
|
|
62404
|
+
}
|
|
62405
|
+
}
|
|
62203
62406
|
},
|
|
62204
62407
|
{
|
|
62205
|
-
"kind": "
|
|
62206
|
-
"name": "
|
|
62207
|
-
"
|
|
62208
|
-
|
|
62408
|
+
"kind": "method",
|
|
62409
|
+
"name": "renderTemplate",
|
|
62410
|
+
"privacy": "protected",
|
|
62411
|
+
"return": {
|
|
62412
|
+
"type": {
|
|
62413
|
+
"text": "TemplateResult"
|
|
62414
|
+
}
|
|
62209
62415
|
},
|
|
62210
|
-
"
|
|
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."
|
|
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-next-day/datepicker-next-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 ahead.",
|
|
81352
|
+
"name": "SbbDatepickerNextDayElement",
|
|
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-next-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-right-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": "i18nNextDay",
|
|
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": "i18nSelectNextDay",
|
|
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": "_isAfterMaxDate",
|
|
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-next-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": "SbbDatepickerNextDayElement",
|
|
82403
82403
|
"declaration": {
|
|
82404
|
-
"name": "
|
|
82405
|
-
"module": "datepicker/datepicker-
|
|
82404
|
+
"name": "SbbDatepickerNextDayElement",
|
|
82405
|
+
"module": "datepicker/datepicker-next-day/datepicker-next-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-previous-day/datepicker-previous-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 back.",
|
|
82417
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
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-previous-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-left-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": "i18nPreviousDay",
|
|
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": "i18nSelectPreviousDay",
|
|
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": "_isBeforeMinDate",
|
|
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-previous-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": "SbbDatepickerPreviousDayElement",
|
|
83468
83468
|
"declaration": {
|
|
83469
|
-
"name": "
|
|
83470
|
-
"module": "datepicker/datepicker-
|
|
83469
|
+
"name": "SbbDatepickerPreviousDayElement",
|
|
83470
|
+
"module": "datepicker/datepicker-previous-day/datepicker-previous-day.component.js"
|
|
83471
83471
|
}
|
|
83472
83472
|
}
|
|
83473
83473
|
]
|
|
@@ -107357,12 +107357,12 @@
|
|
|
107357
107357
|
},
|
|
107358
107358
|
{
|
|
107359
107359
|
"kind": "javascript-module",
|
|
107360
|
-
"path": "menu/menu-
|
|
107360
|
+
"path": "menu/menu-link/menu-link.component.js",
|
|
107361
107361
|
"declarations": [
|
|
107362
107362
|
{
|
|
107363
107363
|
"kind": "class",
|
|
107364
|
-
"description": "It displays a
|
|
107365
|
-
"name": "
|
|
107364
|
+
"description": "It displays a link element that can be used in the `sbb-menu` component.",
|
|
107365
|
+
"name": "SbbMenuLinkElement",
|
|
107366
107366
|
"cssProperties": [
|
|
107367
107367
|
{
|
|
107368
107368
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -107372,7 +107372,7 @@
|
|
|
107372
107372
|
],
|
|
107373
107373
|
"slots": [
|
|
107374
107374
|
{
|
|
107375
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
107375
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-link`.",
|
|
107376
107376
|
"name": ""
|
|
107377
107377
|
},
|
|
107378
107378
|
{
|
|
@@ -107394,21 +107394,20 @@
|
|
|
107394
107394
|
"name": "SbbElement",
|
|
107395
107395
|
"module": "core/base-elements/element.js"
|
|
107396
107396
|
},
|
|
107397
|
-
"default": "'sbb-menu-
|
|
107397
|
+
"default": "'sbb-menu-link'"
|
|
107398
107398
|
},
|
|
107399
107399
|
{
|
|
107400
107400
|
"kind": "field",
|
|
107401
|
-
"name": "
|
|
107401
|
+
"name": "anchorRole",
|
|
107402
107402
|
"type": {
|
|
107403
|
-
"text": "
|
|
107403
|
+
"text": "string"
|
|
107404
107404
|
},
|
|
107405
|
-
"privacy": "
|
|
107406
|
-
"static": true,
|
|
107405
|
+
"privacy": "protected",
|
|
107407
107406
|
"readonly": true,
|
|
107408
107407
|
"default": "'menuitem'",
|
|
107409
107408
|
"inheritedFrom": {
|
|
107410
|
-
"name": "
|
|
107411
|
-
"module": "core/base-elements/
|
|
107409
|
+
"name": "SbbLinkBaseElement",
|
|
107410
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107412
107411
|
}
|
|
107413
107412
|
},
|
|
107414
107413
|
{
|
|
@@ -107427,50 +107426,6 @@
|
|
|
107427
107426
|
"module": "core/mixins/disabled-mixin.js"
|
|
107428
107427
|
}
|
|
107429
107428
|
},
|
|
107430
|
-
{
|
|
107431
|
-
"kind": "field",
|
|
107432
|
-
"name": "disabled",
|
|
107433
|
-
"privacy": "public",
|
|
107434
|
-
"description": "Whether the component is disabled.",
|
|
107435
|
-
"default": "false",
|
|
107436
|
-
"type": {
|
|
107437
|
-
"text": "boolean"
|
|
107438
|
-
},
|
|
107439
|
-
"attribute": "disabled",
|
|
107440
|
-
"reflects": true,
|
|
107441
|
-
"inheritedFrom": {
|
|
107442
|
-
"name": "SbbDisabledMixin",
|
|
107443
|
-
"module": "core/mixins/disabled-mixin.js"
|
|
107444
|
-
}
|
|
107445
|
-
},
|
|
107446
|
-
{
|
|
107447
|
-
"kind": "field",
|
|
107448
|
-
"name": "#disabled",
|
|
107449
|
-
"privacy": "private",
|
|
107450
|
-
"type": {
|
|
107451
|
-
"text": "boolean"
|
|
107452
|
-
},
|
|
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
|
-
}
|
|
107473
|
-
},
|
|
107474
107429
|
{
|
|
107475
107430
|
"kind": "field",
|
|
107476
107431
|
"name": "styles",
|
|
@@ -107568,464 +107523,181 @@
|
|
|
107568
107523
|
},
|
|
107569
107524
|
{
|
|
107570
107525
|
"kind": "field",
|
|
107571
|
-
"name": "
|
|
107572
|
-
"type": {
|
|
107573
|
-
"text": "array"
|
|
107574
|
-
},
|
|
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
|
-
}
|
|
107582
|
-
},
|
|
107583
|
-
{
|
|
107584
|
-
"kind": "field",
|
|
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"
|
|
107597
|
-
},
|
|
107598
|
-
{
|
|
107599
|
-
"kind": "field",
|
|
107600
|
-
"name": "type",
|
|
107526
|
+
"name": "disabled",
|
|
107601
107527
|
"privacy": "public",
|
|
107602
|
-
"description": "
|
|
107603
|
-
"default": "
|
|
107528
|
+
"description": "Whether the component is disabled.",
|
|
107529
|
+
"default": "false",
|
|
107604
107530
|
"type": {
|
|
107605
|
-
"text": "
|
|
107531
|
+
"text": "boolean"
|
|
107606
107532
|
},
|
|
107607
|
-
"attribute": "
|
|
107533
|
+
"attribute": "disabled",
|
|
107534
|
+
"reflects": true,
|
|
107608
107535
|
"inheritedFrom": {
|
|
107609
|
-
"name": "
|
|
107610
|
-
"module": "core/
|
|
107536
|
+
"name": "SbbDisabledMixin",
|
|
107537
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107611
107538
|
}
|
|
107612
107539
|
},
|
|
107613
107540
|
{
|
|
107614
107541
|
"kind": "field",
|
|
107615
|
-
"name": "
|
|
107616
|
-
"
|
|
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"
|
|
107626
|
-
},
|
|
107627
|
-
{
|
|
107628
|
-
"kind": "field",
|
|
107629
|
-
"name": "_formId",
|
|
107542
|
+
"name": "#disabled",
|
|
107543
|
+
"privacy": "private",
|
|
107630
107544
|
"type": {
|
|
107631
|
-
"text": "
|
|
107545
|
+
"text": "boolean"
|
|
107632
107546
|
},
|
|
107633
|
-
"
|
|
107634
|
-
"default": "''",
|
|
107635
|
-
"inheritedFrom": {
|
|
107636
|
-
"name": "SbbButtonBaseElement",
|
|
107637
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107638
|
-
}
|
|
107639
|
-
},
|
|
107640
|
-
{
|
|
107641
|
-
"kind": "field",
|
|
107642
|
-
"name": "_handleButtonClick",
|
|
107643
|
-
"privacy": "private",
|
|
107547
|
+
"default": "false",
|
|
107644
107548
|
"inheritedFrom": {
|
|
107645
|
-
"name": "
|
|
107646
|
-
"module": "core/
|
|
107549
|
+
"name": "SbbDisabledMixin",
|
|
107550
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107647
107551
|
}
|
|
107648
107552
|
},
|
|
107649
107553
|
{
|
|
107650
107554
|
"kind": "method",
|
|
107651
|
-
"name": "
|
|
107652
|
-
"privacy": "
|
|
107555
|
+
"name": "isDisabledExternally",
|
|
107556
|
+
"privacy": "protected",
|
|
107653
107557
|
"return": {
|
|
107654
107558
|
"type": {
|
|
107655
|
-
"text": "
|
|
107656
|
-
}
|
|
107657
|
-
},
|
|
107658
|
-
"parameters": [
|
|
107659
|
-
{
|
|
107660
|
-
"name": "form",
|
|
107661
|
-
"type": {
|
|
107662
|
-
"text": "HTMLFormElement"
|
|
107663
|
-
}
|
|
107559
|
+
"text": "boolean"
|
|
107664
107560
|
}
|
|
107665
|
-
],
|
|
107666
|
-
"inheritedFrom": {
|
|
107667
|
-
"name": "SbbButtonBaseElement",
|
|
107668
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107669
|
-
}
|
|
107670
|
-
},
|
|
107671
|
-
{
|
|
107672
|
-
"kind": "field",
|
|
107673
|
-
"name": "_formKeyDown",
|
|
107674
|
-
"privacy": "private",
|
|
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
107561
|
},
|
|
107686
|
-
"
|
|
107687
|
-
"static": true,
|
|
107688
|
-
"default": "true",
|
|
107562
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
107689
107563
|
"inheritedFrom": {
|
|
107690
|
-
"name": "
|
|
107691
|
-
"module": "core/mixins/
|
|
107564
|
+
"name": "SbbDisabledMixin",
|
|
107565
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
107692
107566
|
}
|
|
107693
107567
|
},
|
|
107694
107568
|
{
|
|
107695
107569
|
"kind": "field",
|
|
107696
|
-
"name": "
|
|
107697
|
-
"privacy": "public",
|
|
107698
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
107570
|
+
"name": "href",
|
|
107699
107571
|
"type": {
|
|
107700
107572
|
"text": "string"
|
|
107701
107573
|
},
|
|
107702
|
-
"
|
|
107574
|
+
"privacy": "public",
|
|
107575
|
+
"default": "''",
|
|
107576
|
+
"description": "The href value you want to link to.",
|
|
107577
|
+
"attribute": "href",
|
|
107578
|
+
"reflects": true,
|
|
107703
107579
|
"inheritedFrom": {
|
|
107704
|
-
"name": "
|
|
107705
|
-
"module": "core/
|
|
107580
|
+
"name": "SbbLinkBaseElement",
|
|
107581
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107706
107582
|
}
|
|
107707
107583
|
},
|
|
107708
107584
|
{
|
|
107709
107585
|
"kind": "field",
|
|
107710
|
-
"name": "
|
|
107586
|
+
"name": "target",
|
|
107711
107587
|
"type": {
|
|
107712
|
-
"text": "
|
|
107588
|
+
"text": "LinkTargetType | string"
|
|
107713
107589
|
},
|
|
107714
107590
|
"privacy": "public",
|
|
107715
|
-
"
|
|
107716
|
-
"
|
|
107591
|
+
"default": "''",
|
|
107592
|
+
"description": "Where to display the linked URL.",
|
|
107593
|
+
"attribute": "target",
|
|
107594
|
+
"reflects": true,
|
|
107717
107595
|
"inheritedFrom": {
|
|
107718
|
-
"name": "
|
|
107719
|
-
"module": "core/
|
|
107596
|
+
"name": "SbbLinkBaseElement",
|
|
107597
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107720
107598
|
}
|
|
107721
107599
|
},
|
|
107722
107600
|
{
|
|
107723
107601
|
"kind": "field",
|
|
107724
|
-
"name": "
|
|
107602
|
+
"name": "rel",
|
|
107725
107603
|
"type": {
|
|
107726
107604
|
"text": "string"
|
|
107727
107605
|
},
|
|
107728
107606
|
"privacy": "public",
|
|
107729
|
-
"
|
|
107730
|
-
"
|
|
107607
|
+
"default": "''",
|
|
107608
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
107609
|
+
"attribute": "rel",
|
|
107610
|
+
"reflects": true,
|
|
107731
107611
|
"inheritedFrom": {
|
|
107732
|
-
"name": "
|
|
107733
|
-
"module": "core/
|
|
107612
|
+
"name": "SbbLinkBaseElement",
|
|
107613
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107734
107614
|
}
|
|
107735
107615
|
},
|
|
107736
107616
|
{
|
|
107737
107617
|
"kind": "field",
|
|
107738
|
-
"name": "
|
|
107618
|
+
"name": "download",
|
|
107739
107619
|
"type": {
|
|
107740
107620
|
"text": "boolean"
|
|
107741
107621
|
},
|
|
107742
107622
|
"privacy": "public",
|
|
107743
|
-
"
|
|
107744
|
-
"
|
|
107745
|
-
"
|
|
107746
|
-
|
|
107747
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107748
|
-
}
|
|
107749
|
-
},
|
|
107750
|
-
{
|
|
107751
|
-
"kind": "field",
|
|
107752
|
-
"name": "_validityStates",
|
|
107753
|
-
"privacy": "private",
|
|
107754
|
-
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
107623
|
+
"default": "false",
|
|
107624
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
107625
|
+
"attribute": "download",
|
|
107626
|
+
"reflects": true,
|
|
107755
107627
|
"inheritedFrom": {
|
|
107756
|
-
"name": "
|
|
107757
|
-
"module": "core/
|
|
107628
|
+
"name": "SbbLinkBaseElement",
|
|
107629
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107758
107630
|
}
|
|
107759
107631
|
},
|
|
107760
107632
|
{
|
|
107761
107633
|
"kind": "field",
|
|
107762
|
-
"name": "
|
|
107634
|
+
"name": "accessibilityLabel",
|
|
107763
107635
|
"type": {
|
|
107764
|
-
"text": "
|
|
107636
|
+
"text": "string"
|
|
107765
107637
|
},
|
|
107766
|
-
"privacy": "protected",
|
|
107767
|
-
"default": "false",
|
|
107768
|
-
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
107769
|
-
"inheritedFrom": {
|
|
107770
|
-
"name": "SbbFormAssociatedMixin",
|
|
107771
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107772
|
-
}
|
|
107773
|
-
},
|
|
107774
|
-
{
|
|
107775
|
-
"kind": "method",
|
|
107776
|
-
"name": "checkValidity",
|
|
107777
107638
|
"privacy": "public",
|
|
107778
|
-
"
|
|
107779
|
-
|
|
107780
|
-
|
|
107781
|
-
}
|
|
107782
|
-
},
|
|
107783
|
-
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
107639
|
+
"default": "''",
|
|
107640
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
107641
|
+
"attribute": "accessibility-label",
|
|
107784
107642
|
"inheritedFrom": {
|
|
107785
|
-
"name": "
|
|
107786
|
-
"module": "core/
|
|
107643
|
+
"name": "SbbLinkBaseElement",
|
|
107644
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107787
107645
|
}
|
|
107788
107646
|
},
|
|
107789
107647
|
{
|
|
107790
|
-
"kind": "
|
|
107791
|
-
"name": "
|
|
107792
|
-
"
|
|
107793
|
-
|
|
107794
|
-
"type": {
|
|
107795
|
-
"text": "boolean"
|
|
107796
|
-
}
|
|
107648
|
+
"kind": "field",
|
|
107649
|
+
"name": "accessibilityCurrent",
|
|
107650
|
+
"type": {
|
|
107651
|
+
"text": "string"
|
|
107797
107652
|
},
|
|
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.",
|
|
107799
|
-
"inheritedFrom": {
|
|
107800
|
-
"name": "SbbFormAssociatedMixin",
|
|
107801
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107802
|
-
}
|
|
107803
|
-
},
|
|
107804
|
-
{
|
|
107805
|
-
"kind": "method",
|
|
107806
|
-
"name": "setCustomValidity",
|
|
107807
107653
|
"privacy": "public",
|
|
107808
|
-
"
|
|
107809
|
-
|
|
107810
|
-
|
|
107811
|
-
}
|
|
107812
|
-
},
|
|
107813
|
-
"parameters": [
|
|
107814
|
-
{
|
|
107815
|
-
"name": "message",
|
|
107816
|
-
"type": {
|
|
107817
|
-
"text": "string"
|
|
107818
|
-
}
|
|
107819
|
-
}
|
|
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
|
-
}
|
|
107826
|
-
},
|
|
107827
|
-
{
|
|
107828
|
-
"kind": "method",
|
|
107829
|
-
"name": "_hasDisabledAncestor",
|
|
107830
|
-
"privacy": "private",
|
|
107831
|
-
"return": {
|
|
107832
|
-
"type": {
|
|
107833
|
-
"text": "boolean"
|
|
107834
|
-
}
|
|
107835
|
-
},
|
|
107836
|
-
"inheritedFrom": {
|
|
107837
|
-
"name": "SbbFormAssociatedMixin",
|
|
107838
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107839
|
-
}
|
|
107840
|
-
},
|
|
107841
|
-
{
|
|
107842
|
-
"kind": "method",
|
|
107843
|
-
"name": "updateFormValue",
|
|
107844
|
-
"privacy": "protected",
|
|
107845
|
-
"return": {
|
|
107846
|
-
"type": {
|
|
107847
|
-
"text": "void"
|
|
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"
|
|
107854
|
-
}
|
|
107855
|
-
},
|
|
107856
|
-
{
|
|
107857
|
-
"kind": "method",
|
|
107858
|
-
"name": "formState",
|
|
107859
|
-
"privacy": "protected",
|
|
107860
|
-
"return": {
|
|
107861
|
-
"type": {
|
|
107862
|
-
"text": "FormRestoreState"
|
|
107863
|
-
}
|
|
107864
|
-
},
|
|
107865
|
-
"inheritedFrom": {
|
|
107866
|
-
"name": "SbbFormAssociatedMixin",
|
|
107867
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107868
|
-
}
|
|
107869
|
-
},
|
|
107870
|
-
{
|
|
107871
|
-
"kind": "method",
|
|
107872
|
-
"name": "setValidityFlag",
|
|
107873
|
-
"privacy": "protected",
|
|
107874
|
-
"return": {
|
|
107875
|
-
"type": {
|
|
107876
|
-
"text": "void"
|
|
107877
|
-
}
|
|
107878
|
-
},
|
|
107879
|
-
"parameters": [
|
|
107880
|
-
{
|
|
107881
|
-
"name": "flag",
|
|
107882
|
-
"type": {
|
|
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]"
|
|
107897
|
-
}
|
|
107898
|
-
}
|
|
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).",
|
|
107654
|
+
"default": "''",
|
|
107655
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
107656
|
+
"attribute": "accessibility-current",
|
|
107901
107657
|
"inheritedFrom": {
|
|
107902
|
-
"name": "
|
|
107903
|
-
"module": "core/
|
|
107658
|
+
"name": "SbbLinkBaseElement",
|
|
107659
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107904
107660
|
}
|
|
107905
107661
|
},
|
|
107906
107662
|
{
|
|
107907
|
-
"kind": "
|
|
107908
|
-
"name": "
|
|
107663
|
+
"kind": "field",
|
|
107664
|
+
"name": "language",
|
|
107909
107665
|
"privacy": "protected",
|
|
107910
|
-
"
|
|
107911
|
-
"type": {
|
|
107912
|
-
"text": "void"
|
|
107913
|
-
}
|
|
107914
|
-
},
|
|
107915
|
-
"parameters": [
|
|
107916
|
-
{
|
|
107917
|
-
"name": "flag",
|
|
107918
|
-
"type": {
|
|
107919
|
-
"text": "T"
|
|
107920
|
-
}
|
|
107921
|
-
}
|
|
107922
|
-
],
|
|
107923
|
-
"description": "Removes the validity state flag entry and updates validity state.",
|
|
107666
|
+
"default": "new SbbLanguageController(this)",
|
|
107924
107667
|
"inheritedFrom": {
|
|
107925
|
-
"name": "
|
|
107926
|
-
"module": "core/
|
|
107668
|
+
"name": "SbbLinkBaseElement",
|
|
107669
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107927
107670
|
}
|
|
107928
107671
|
},
|
|
107929
107672
|
{
|
|
107930
|
-
"kind": "
|
|
107931
|
-
"name": "
|
|
107932
|
-
"privacy": "
|
|
107933
|
-
"return": {
|
|
107934
|
-
"type": {
|
|
107935
|
-
"text": "void"
|
|
107936
|
-
}
|
|
107937
|
-
},
|
|
107938
|
-
"description": "To be called whenever the current element needs to be validated.",
|
|
107673
|
+
"kind": "field",
|
|
107674
|
+
"name": "_evaluateRelAttribute",
|
|
107675
|
+
"privacy": "private",
|
|
107939
107676
|
"inheritedFrom": {
|
|
107940
|
-
"name": "
|
|
107941
|
-
"module": "core/
|
|
107677
|
+
"name": "SbbLinkBaseElement",
|
|
107678
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107942
107679
|
}
|
|
107943
107680
|
},
|
|
107944
107681
|
{
|
|
107945
107682
|
"kind": "method",
|
|
107946
|
-
"name": "
|
|
107683
|
+
"name": "renderLink",
|
|
107947
107684
|
"privacy": "protected",
|
|
107948
107685
|
"return": {
|
|
107949
107686
|
"type": {
|
|
107950
|
-
"text": "
|
|
107687
|
+
"text": "TemplateResult"
|
|
107951
107688
|
}
|
|
107952
107689
|
},
|
|
107953
107690
|
"parameters": [
|
|
107954
107691
|
{
|
|
107955
|
-
"name": "
|
|
107692
|
+
"name": "renderContent",
|
|
107956
107693
|
"type": {
|
|
107957
|
-
"text": "
|
|
107694
|
+
"text": "TemplateResult"
|
|
107958
107695
|
}
|
|
107959
107696
|
}
|
|
107960
107697
|
],
|
|
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"
|
|
107965
|
-
}
|
|
107966
|
-
},
|
|
107967
|
-
{
|
|
107968
|
-
"kind": "method",
|
|
107969
|
-
"name": "_setInternalValidity",
|
|
107970
|
-
"privacy": "private",
|
|
107971
|
-
"return": {
|
|
107972
|
-
"type": {
|
|
107973
|
-
"text": "void"
|
|
107974
|
-
}
|
|
107975
|
-
},
|
|
107976
|
-
"inheritedFrom": {
|
|
107977
|
-
"name": "SbbFormAssociatedMixin",
|
|
107978
|
-
"module": "core/mixins/form-associated-mixin.js"
|
|
107979
|
-
}
|
|
107980
|
-
},
|
|
107981
|
-
{
|
|
107982
|
-
"kind": "field",
|
|
107983
|
-
"name": "_preventScrollOnSpaceKeydown",
|
|
107984
|
-
"privacy": "private",
|
|
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"
|
|
107990
|
-
}
|
|
107991
|
-
],
|
|
107992
|
-
"inheritedFrom": {
|
|
107993
|
-
"name": "SbbButtonLikeBaseElement",
|
|
107994
|
-
"module": "core/base-elements/button-base-element.js"
|
|
107995
|
-
}
|
|
107996
|
-
},
|
|
107997
|
-
{
|
|
107998
|
-
"kind": "field",
|
|
107999
|
-
"name": "_removeActiveMarker",
|
|
108000
|
-
"privacy": "private",
|
|
108001
|
-
"inheritedFrom": {
|
|
108002
|
-
"name": "SbbButtonLikeBaseElement",
|
|
108003
|
-
"module": "core/base-elements/button-base-element.js"
|
|
108004
|
-
}
|
|
108005
|
-
},
|
|
108006
|
-
{
|
|
108007
|
-
"kind": "field",
|
|
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
|
-
],
|
|
108017
|
-
"inheritedFrom": {
|
|
108018
|
-
"name": "SbbButtonLikeBaseElement",
|
|
108019
|
-
"module": "core/base-elements/button-base-element.js"
|
|
108020
|
-
}
|
|
108021
|
-
},
|
|
108022
|
-
{
|
|
108023
|
-
"kind": "field",
|
|
108024
|
-
"name": "_dispatchClickEvent",
|
|
108025
|
-
"privacy": "private",
|
|
108026
107698
|
"inheritedFrom": {
|
|
108027
|
-
"name": "
|
|
108028
|
-
"module": "core/base-elements/
|
|
107699
|
+
"name": "SbbLinkBaseElement",
|
|
107700
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108029
107701
|
}
|
|
108030
107702
|
},
|
|
108031
107703
|
{
|
|
@@ -108176,7 +107848,7 @@
|
|
|
108176
107848
|
],
|
|
108177
107849
|
"mixins": [
|
|
108178
107850
|
{
|
|
108179
|
-
"name": "
|
|
107851
|
+
"name": "SbbDisabledInteractiveMixin",
|
|
108180
107852
|
"module": "core/mixins.js"
|
|
108181
107853
|
},
|
|
108182
107854
|
{
|
|
@@ -108185,10 +107857,10 @@
|
|
|
108185
107857
|
}
|
|
108186
107858
|
],
|
|
108187
107859
|
"superclass": {
|
|
108188
|
-
"name": "
|
|
107860
|
+
"name": "SbbLinkBaseElement",
|
|
108189
107861
|
"module": "core/base-elements.js"
|
|
108190
107862
|
},
|
|
108191
|
-
"tagName": "sbb-menu-
|
|
107863
|
+
"tagName": "sbb-menu-link",
|
|
108192
107864
|
"customElement": true,
|
|
108193
107865
|
"attributes": [
|
|
108194
107866
|
{
|
|
@@ -108205,8 +107877,21 @@
|
|
|
108205
107877
|
}
|
|
108206
107878
|
},
|
|
108207
107879
|
{
|
|
108208
|
-
"name": "
|
|
108209
|
-
"
|
|
107880
|
+
"name": "icon-name",
|
|
107881
|
+
"type": {
|
|
107882
|
+
"text": "string"
|
|
107883
|
+
},
|
|
107884
|
+
"default": "''",
|
|
107885
|
+
"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.",
|
|
107886
|
+
"fieldName": "iconName",
|
|
107887
|
+
"inheritedFrom": {
|
|
107888
|
+
"name": "SbbIconNameMixin",
|
|
107889
|
+
"module": "icon/icon-name-mixin.js"
|
|
107890
|
+
}
|
|
107891
|
+
},
|
|
107892
|
+
{
|
|
107893
|
+
"name": "disabled",
|
|
107894
|
+
"description": "Whether the component is disabled.",
|
|
108210
107895
|
"default": "false",
|
|
108211
107896
|
"type": {
|
|
108212
107897
|
"text": "boolean"
|
|
@@ -108218,66 +107903,81 @@
|
|
|
108218
107903
|
}
|
|
108219
107904
|
},
|
|
108220
107905
|
{
|
|
108221
|
-
"name": "
|
|
107906
|
+
"name": "href",
|
|
108222
107907
|
"type": {
|
|
108223
107908
|
"text": "string"
|
|
108224
107909
|
},
|
|
108225
107910
|
"default": "''",
|
|
108226
|
-
"description": "The
|
|
108227
|
-
"fieldName": "
|
|
107911
|
+
"description": "The href value you want to link to.",
|
|
107912
|
+
"fieldName": "href",
|
|
108228
107913
|
"inheritedFrom": {
|
|
108229
|
-
"name": "
|
|
108230
|
-
"module": "
|
|
107914
|
+
"name": "SbbLinkBaseElement",
|
|
107915
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108231
107916
|
}
|
|
108232
107917
|
},
|
|
108233
107918
|
{
|
|
108234
|
-
"name": "
|
|
107919
|
+
"name": "target",
|
|
107920
|
+
"type": {
|
|
107921
|
+
"text": "LinkTargetType | string"
|
|
107922
|
+
},
|
|
107923
|
+
"default": "''",
|
|
107924
|
+
"description": "Where to display the linked URL.",
|
|
107925
|
+
"fieldName": "target",
|
|
107926
|
+
"inheritedFrom": {
|
|
107927
|
+
"name": "SbbLinkBaseElement",
|
|
107928
|
+
"module": "core/base-elements/link-base-element.js"
|
|
107929
|
+
}
|
|
107930
|
+
},
|
|
107931
|
+
{
|
|
107932
|
+
"name": "rel",
|
|
108235
107933
|
"type": {
|
|
108236
107934
|
"text": "string"
|
|
108237
107935
|
},
|
|
108238
107936
|
"default": "''",
|
|
108239
|
-
"description": "
|
|
108240
|
-
"fieldName": "
|
|
107937
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
107938
|
+
"fieldName": "rel",
|
|
108241
107939
|
"inheritedFrom": {
|
|
108242
|
-
"name": "
|
|
108243
|
-
"module": "core/base-elements/
|
|
107940
|
+
"name": "SbbLinkBaseElement",
|
|
107941
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108244
107942
|
}
|
|
108245
107943
|
},
|
|
108246
107944
|
{
|
|
108247
|
-
"name": "
|
|
108248
|
-
"description": "The type attribute to use for the button.",
|
|
108249
|
-
"default": "'button'",
|
|
107945
|
+
"name": "download",
|
|
108250
107946
|
"type": {
|
|
108251
|
-
"text": "
|
|
107947
|
+
"text": "boolean"
|
|
108252
107948
|
},
|
|
108253
|
-
"
|
|
107949
|
+
"default": "false",
|
|
107950
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
107951
|
+
"fieldName": "download",
|
|
108254
107952
|
"inheritedFrom": {
|
|
108255
|
-
"name": "
|
|
108256
|
-
"module": "core/base-elements/
|
|
107953
|
+
"name": "SbbLinkBaseElement",
|
|
107954
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108257
107955
|
}
|
|
108258
107956
|
},
|
|
108259
107957
|
{
|
|
108260
|
-
"name": "
|
|
108261
|
-
"description": "The `<form>` element to associate the button with.",
|
|
107958
|
+
"name": "accessibility-label",
|
|
108262
107959
|
"type": {
|
|
108263
|
-
"text": "
|
|
107960
|
+
"text": "string"
|
|
108264
107961
|
},
|
|
108265
|
-
"
|
|
107962
|
+
"default": "''",
|
|
107963
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
107964
|
+
"fieldName": "accessibilityLabel",
|
|
108266
107965
|
"inheritedFrom": {
|
|
108267
|
-
"name": "
|
|
108268
|
-
"module": "core/base-elements/
|
|
107966
|
+
"name": "SbbLinkBaseElement",
|
|
107967
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108269
107968
|
}
|
|
108270
107969
|
},
|
|
108271
107970
|
{
|
|
108272
|
-
"name": "
|
|
108273
|
-
"description": "Name of the form element. Will be read from name attribute.",
|
|
107971
|
+
"name": "accessibility-current",
|
|
108274
107972
|
"type": {
|
|
108275
107973
|
"text": "string"
|
|
108276
107974
|
},
|
|
108277
|
-
"
|
|
107975
|
+
"default": "''",
|
|
107976
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
107977
|
+
"fieldName": "accessibilityCurrent",
|
|
108278
107978
|
"inheritedFrom": {
|
|
108279
|
-
"name": "
|
|
108280
|
-
"module": "core/
|
|
107979
|
+
"name": "SbbLinkBaseElement",
|
|
107980
|
+
"module": "core/base-elements/link-base-element.js"
|
|
108281
107981
|
}
|
|
108282
107982
|
}
|
|
108283
107983
|
]
|
|
@@ -108286,22 +107986,22 @@
|
|
|
108286
107986
|
"exports": [
|
|
108287
107987
|
{
|
|
108288
107988
|
"kind": "js",
|
|
108289
|
-
"name": "
|
|
107989
|
+
"name": "SbbMenuLinkElement",
|
|
108290
107990
|
"declaration": {
|
|
108291
|
-
"name": "
|
|
108292
|
-
"module": "menu/menu-
|
|
107991
|
+
"name": "SbbMenuLinkElement",
|
|
107992
|
+
"module": "menu/menu-link/menu-link.component.js"
|
|
108293
107993
|
}
|
|
108294
107994
|
}
|
|
108295
107995
|
]
|
|
108296
107996
|
},
|
|
108297
107997
|
{
|
|
108298
107998
|
"kind": "javascript-module",
|
|
108299
|
-
"path": "menu/menu-
|
|
107999
|
+
"path": "menu/menu-button/menu-button.component.js",
|
|
108300
108000
|
"declarations": [
|
|
108301
108001
|
{
|
|
108302
108002
|
"kind": "class",
|
|
108303
|
-
"description": "It displays a
|
|
108304
|
-
"name": "
|
|
108003
|
+
"description": "It displays a button element that can be used in the `sbb-menu` component.",
|
|
108004
|
+
"name": "SbbMenuButtonElement",
|
|
108305
108005
|
"cssProperties": [
|
|
108306
108006
|
{
|
|
108307
108007
|
"description": "Can be used to modify horizontal padding.",
|
|
@@ -108311,7 +108011,7 @@
|
|
|
108311
108011
|
],
|
|
108312
108012
|
"slots": [
|
|
108313
108013
|
{
|
|
108314
|
-
"description": "Use the unnamed slot to add content to the `sbb-menu-
|
|
108014
|
+
"description": "Use the unnamed slot to add content to the `sbb-menu-button`.",
|
|
108315
108015
|
"name": ""
|
|
108316
108016
|
},
|
|
108317
108017
|
{
|
|
@@ -108333,20 +108033,21 @@
|
|
|
108333
108033
|
"name": "SbbElement",
|
|
108334
108034
|
"module": "core/base-elements/element.js"
|
|
108335
108035
|
},
|
|
108336
|
-
"default": "'sbb-menu-
|
|
108036
|
+
"default": "'sbb-menu-button'"
|
|
108337
108037
|
},
|
|
108338
108038
|
{
|
|
108339
108039
|
"kind": "field",
|
|
108340
|
-
"name": "
|
|
108040
|
+
"name": "role",
|
|
108341
108041
|
"type": {
|
|
108342
|
-
"text": "
|
|
108042
|
+
"text": "ElementInternals['role']"
|
|
108343
108043
|
},
|
|
108344
|
-
"privacy": "
|
|
108044
|
+
"privacy": "public",
|
|
108045
|
+
"static": true,
|
|
108345
108046
|
"readonly": true,
|
|
108346
108047
|
"default": "'menuitem'",
|
|
108347
108048
|
"inheritedFrom": {
|
|
108348
|
-
"name": "
|
|
108349
|
-
"module": "core/base-elements/
|
|
108049
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108050
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108350
108051
|
}
|
|
108351
108052
|
},
|
|
108352
108053
|
{
|
|
@@ -108365,6 +108066,50 @@
|
|
|
108365
108066
|
"module": "core/mixins/disabled-mixin.js"
|
|
108366
108067
|
}
|
|
108367
108068
|
},
|
|
108069
|
+
{
|
|
108070
|
+
"kind": "field",
|
|
108071
|
+
"name": "disabled",
|
|
108072
|
+
"privacy": "public",
|
|
108073
|
+
"description": "Whether the component is disabled.",
|
|
108074
|
+
"default": "false",
|
|
108075
|
+
"type": {
|
|
108076
|
+
"text": "boolean"
|
|
108077
|
+
},
|
|
108078
|
+
"attribute": "disabled",
|
|
108079
|
+
"reflects": true,
|
|
108080
|
+
"inheritedFrom": {
|
|
108081
|
+
"name": "SbbDisabledMixin",
|
|
108082
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108083
|
+
}
|
|
108084
|
+
},
|
|
108085
|
+
{
|
|
108086
|
+
"kind": "field",
|
|
108087
|
+
"name": "#disabled",
|
|
108088
|
+
"privacy": "private",
|
|
108089
|
+
"type": {
|
|
108090
|
+
"text": "boolean"
|
|
108091
|
+
},
|
|
108092
|
+
"default": "false",
|
|
108093
|
+
"inheritedFrom": {
|
|
108094
|
+
"name": "SbbDisabledMixin",
|
|
108095
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108096
|
+
}
|
|
108097
|
+
},
|
|
108098
|
+
{
|
|
108099
|
+
"kind": "method",
|
|
108100
|
+
"name": "isDisabledExternally",
|
|
108101
|
+
"privacy": "protected",
|
|
108102
|
+
"return": {
|
|
108103
|
+
"type": {
|
|
108104
|
+
"text": "boolean"
|
|
108105
|
+
}
|
|
108106
|
+
},
|
|
108107
|
+
"description": "Will be used as 'or' check to the current disabled state.\nCan e.g. be used to read disabled state of a group.",
|
|
108108
|
+
"inheritedFrom": {
|
|
108109
|
+
"name": "SbbDisabledMixin",
|
|
108110
|
+
"module": "core/mixins/disabled-mixin.js"
|
|
108111
|
+
}
|
|
108112
|
+
},
|
|
108368
108113
|
{
|
|
108369
108114
|
"kind": "field",
|
|
108370
108115
|
"name": "styles",
|
|
@@ -108462,181 +108207,464 @@
|
|
|
108462
108207
|
},
|
|
108463
108208
|
{
|
|
108464
108209
|
"kind": "field",
|
|
108465
|
-
"name": "
|
|
108210
|
+
"name": "_elementsOnWhichEnterPressTriggersSubmit",
|
|
108211
|
+
"type": {
|
|
108212
|
+
"text": "array"
|
|
108213
|
+
},
|
|
108214
|
+
"privacy": "private",
|
|
108215
|
+
"readonly": true,
|
|
108216
|
+
"default": "[ 'input', 'sbb-date-input', 'sbb-time-input', ]",
|
|
108217
|
+
"inheritedFrom": {
|
|
108218
|
+
"name": "SbbButtonBaseElement",
|
|
108219
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108220
|
+
}
|
|
108221
|
+
},
|
|
108222
|
+
{
|
|
108223
|
+
"kind": "field",
|
|
108224
|
+
"name": "value",
|
|
108225
|
+
"type": {
|
|
108226
|
+
"text": "string"
|
|
108227
|
+
},
|
|
108466
108228
|
"privacy": "public",
|
|
108467
|
-
"
|
|
108468
|
-
|
|
108229
|
+
"inheritedFrom": {
|
|
108230
|
+
"name": "SbbButtonBaseElement",
|
|
108231
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108232
|
+
},
|
|
108233
|
+
"default": "''",
|
|
108234
|
+
"description": "Value of the form element.",
|
|
108235
|
+
"attribute": "value"
|
|
108236
|
+
},
|
|
108237
|
+
{
|
|
108238
|
+
"kind": "field",
|
|
108239
|
+
"name": "type",
|
|
108240
|
+
"privacy": "public",
|
|
108241
|
+
"description": "The type attribute to use for the button.",
|
|
108242
|
+
"default": "'button'",
|
|
108469
108243
|
"type": {
|
|
108470
|
-
"text": "
|
|
108244
|
+
"text": "SbbButtonType"
|
|
108471
108245
|
},
|
|
108472
|
-
"attribute": "
|
|
108473
|
-
"reflects": true,
|
|
108246
|
+
"attribute": "type",
|
|
108474
108247
|
"inheritedFrom": {
|
|
108475
|
-
"name": "
|
|
108476
|
-
"module": "core/
|
|
108248
|
+
"name": "SbbButtonBaseElement",
|
|
108249
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108477
108250
|
}
|
|
108478
108251
|
},
|
|
108479
108252
|
{
|
|
108480
108253
|
"kind": "field",
|
|
108481
|
-
"name": "
|
|
108482
|
-
"privacy": "private",
|
|
108254
|
+
"name": "form",
|
|
108483
108255
|
"type": {
|
|
108484
|
-
"text": "
|
|
108256
|
+
"text": "HTMLFormElement | null"
|
|
108485
108257
|
},
|
|
108486
|
-
"
|
|
108258
|
+
"privacy": "public",
|
|
108259
|
+
"description": "The `<form>` element to associate the button with.",
|
|
108487
108260
|
"inheritedFrom": {
|
|
108488
|
-
"name": "
|
|
108489
|
-
"module": "core/
|
|
108261
|
+
"name": "SbbButtonBaseElement",
|
|
108262
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108263
|
+
},
|
|
108264
|
+
"attribute": "form"
|
|
108265
|
+
},
|
|
108266
|
+
{
|
|
108267
|
+
"kind": "field",
|
|
108268
|
+
"name": "_formId",
|
|
108269
|
+
"type": {
|
|
108270
|
+
"text": "string"
|
|
108271
|
+
},
|
|
108272
|
+
"privacy": "private",
|
|
108273
|
+
"default": "''",
|
|
108274
|
+
"inheritedFrom": {
|
|
108275
|
+
"name": "SbbButtonBaseElement",
|
|
108276
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108277
|
+
}
|
|
108278
|
+
},
|
|
108279
|
+
{
|
|
108280
|
+
"kind": "field",
|
|
108281
|
+
"name": "_handleButtonClick",
|
|
108282
|
+
"privacy": "private",
|
|
108283
|
+
"inheritedFrom": {
|
|
108284
|
+
"name": "SbbButtonBaseElement",
|
|
108285
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108490
108286
|
}
|
|
108491
108287
|
},
|
|
108492
108288
|
{
|
|
108493
108289
|
"kind": "method",
|
|
108494
|
-
"name": "
|
|
108495
|
-
"privacy": "
|
|
108290
|
+
"name": "_requestSubmit",
|
|
108291
|
+
"privacy": "private",
|
|
108496
108292
|
"return": {
|
|
108497
108293
|
"type": {
|
|
108498
|
-
"text": "
|
|
108294
|
+
"text": "void"
|
|
108499
108295
|
}
|
|
108500
108296
|
},
|
|
108501
|
-
"
|
|
108297
|
+
"parameters": [
|
|
108298
|
+
{
|
|
108299
|
+
"name": "form",
|
|
108300
|
+
"type": {
|
|
108301
|
+
"text": "HTMLFormElement"
|
|
108302
|
+
}
|
|
108303
|
+
}
|
|
108304
|
+
],
|
|
108502
108305
|
"inheritedFrom": {
|
|
108503
|
-
"name": "
|
|
108504
|
-
"module": "core/
|
|
108306
|
+
"name": "SbbButtonBaseElement",
|
|
108307
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108505
108308
|
}
|
|
108506
108309
|
},
|
|
108507
108310
|
{
|
|
108508
108311
|
"kind": "field",
|
|
108509
|
-
"name": "
|
|
108510
|
-
"
|
|
108511
|
-
"text": "string"
|
|
108512
|
-
},
|
|
108513
|
-
"privacy": "public",
|
|
108514
|
-
"default": "''",
|
|
108515
|
-
"description": "The href value you want to link to.",
|
|
108516
|
-
"attribute": "href",
|
|
108517
|
-
"reflects": true,
|
|
108312
|
+
"name": "_formKeyDown",
|
|
108313
|
+
"privacy": "private",
|
|
108518
108314
|
"inheritedFrom": {
|
|
108519
|
-
"name": "
|
|
108520
|
-
"module": "core/base-elements/
|
|
108315
|
+
"name": "SbbButtonBaseElement",
|
|
108316
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108521
108317
|
}
|
|
108522
108318
|
},
|
|
108523
108319
|
{
|
|
108524
108320
|
"kind": "field",
|
|
108525
|
-
"name": "
|
|
108321
|
+
"name": "formAssociated",
|
|
108526
108322
|
"type": {
|
|
108527
|
-
"text": "
|
|
108323
|
+
"text": "boolean"
|
|
108528
108324
|
},
|
|
108529
108325
|
"privacy": "public",
|
|
108530
|
-
"
|
|
108531
|
-
"
|
|
108532
|
-
"attribute": "target",
|
|
108533
|
-
"reflects": true,
|
|
108326
|
+
"static": true,
|
|
108327
|
+
"default": "true",
|
|
108534
108328
|
"inheritedFrom": {
|
|
108535
|
-
"name": "
|
|
108536
|
-
"module": "core/
|
|
108329
|
+
"name": "SbbFormAssociatedMixin",
|
|
108330
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108537
108331
|
}
|
|
108538
108332
|
},
|
|
108539
108333
|
{
|
|
108540
108334
|
"kind": "field",
|
|
108541
|
-
"name": "
|
|
108335
|
+
"name": "name",
|
|
108336
|
+
"privacy": "public",
|
|
108337
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
108542
108338
|
"type": {
|
|
108543
108339
|
"text": "string"
|
|
108544
108340
|
},
|
|
108545
|
-
"
|
|
108546
|
-
"default": "''",
|
|
108547
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
108548
|
-
"attribute": "rel",
|
|
108549
|
-
"reflects": true,
|
|
108341
|
+
"attribute": "name",
|
|
108550
108342
|
"inheritedFrom": {
|
|
108551
|
-
"name": "
|
|
108552
|
-
"module": "core/
|
|
108343
|
+
"name": "SbbFormAssociatedMixin",
|
|
108344
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108553
108345
|
}
|
|
108554
108346
|
},
|
|
108555
108347
|
{
|
|
108556
108348
|
"kind": "field",
|
|
108557
|
-
"name": "
|
|
108349
|
+
"name": "validity",
|
|
108558
108350
|
"type": {
|
|
108559
|
-
"text": "
|
|
108351
|
+
"text": "ValidityState"
|
|
108560
108352
|
},
|
|
108561
108353
|
"privacy": "public",
|
|
108562
|
-
"
|
|
108563
|
-
"
|
|
108564
|
-
"attribute": "download",
|
|
108565
|
-
"reflects": true,
|
|
108354
|
+
"description": "Returns the ValidityState object for this element.",
|
|
108355
|
+
"readonly": true,
|
|
108566
108356
|
"inheritedFrom": {
|
|
108567
|
-
"name": "
|
|
108568
|
-
"module": "core/
|
|
108357
|
+
"name": "SbbFormAssociatedMixin",
|
|
108358
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108569
108359
|
}
|
|
108570
108360
|
},
|
|
108571
108361
|
{
|
|
108572
108362
|
"kind": "field",
|
|
108573
|
-
"name": "
|
|
108363
|
+
"name": "validationMessage",
|
|
108574
108364
|
"type": {
|
|
108575
108365
|
"text": "string"
|
|
108576
108366
|
},
|
|
108577
108367
|
"privacy": "public",
|
|
108578
|
-
"
|
|
108579
|
-
"
|
|
108580
|
-
"attribute": "accessibility-label",
|
|
108368
|
+
"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.",
|
|
108369
|
+
"readonly": true,
|
|
108581
108370
|
"inheritedFrom": {
|
|
108582
|
-
"name": "
|
|
108583
|
-
"module": "core/
|
|
108371
|
+
"name": "SbbFormAssociatedMixin",
|
|
108372
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108584
108373
|
}
|
|
108585
108374
|
},
|
|
108586
108375
|
{
|
|
108587
108376
|
"kind": "field",
|
|
108588
|
-
"name": "
|
|
108377
|
+
"name": "willValidate",
|
|
108589
108378
|
"type": {
|
|
108590
|
-
"text": "
|
|
108379
|
+
"text": "boolean"
|
|
108591
108380
|
},
|
|
108592
108381
|
"privacy": "public",
|
|
108593
|
-
"
|
|
108594
|
-
"
|
|
108595
|
-
"attribute": "accessibility-current",
|
|
108382
|
+
"description": "Returns true if this element will be validated\nwhen the form is submitted; false otherwise.",
|
|
108383
|
+
"readonly": true,
|
|
108596
108384
|
"inheritedFrom": {
|
|
108597
|
-
"name": "
|
|
108598
|
-
"module": "core/
|
|
108385
|
+
"name": "SbbFormAssociatedMixin",
|
|
108386
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108599
108387
|
}
|
|
108600
108388
|
},
|
|
108601
108389
|
{
|
|
108602
108390
|
"kind": "field",
|
|
108603
|
-
"name": "
|
|
108604
|
-
"privacy": "
|
|
108605
|
-
"default": "new
|
|
108391
|
+
"name": "_validityStates",
|
|
108392
|
+
"privacy": "private",
|
|
108393
|
+
"default": "new Map< keyof ValidityStateFlags, { flagValue: unknown; message: string } >()",
|
|
108606
108394
|
"inheritedFrom": {
|
|
108607
|
-
"name": "
|
|
108608
|
-
"module": "core/
|
|
108395
|
+
"name": "SbbFormAssociatedMixin",
|
|
108396
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108609
108397
|
}
|
|
108610
108398
|
},
|
|
108611
108399
|
{
|
|
108612
108400
|
"kind": "field",
|
|
108613
|
-
"name": "
|
|
108401
|
+
"name": "formDisabled",
|
|
108402
|
+
"type": {
|
|
108403
|
+
"text": "boolean"
|
|
108404
|
+
},
|
|
108405
|
+
"privacy": "protected",
|
|
108406
|
+
"default": "false",
|
|
108407
|
+
"description": "Whenever a surrounding form or fieldset is changing its disabled state.",
|
|
108408
|
+
"inheritedFrom": {
|
|
108409
|
+
"name": "SbbFormAssociatedMixin",
|
|
108410
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108411
|
+
}
|
|
108412
|
+
},
|
|
108413
|
+
{
|
|
108414
|
+
"kind": "method",
|
|
108415
|
+
"name": "checkValidity",
|
|
108416
|
+
"privacy": "public",
|
|
108417
|
+
"return": {
|
|
108418
|
+
"type": {
|
|
108419
|
+
"text": "boolean"
|
|
108420
|
+
}
|
|
108421
|
+
},
|
|
108422
|
+
"description": "Returns true if this element has no validity problems; false otherwise.\nFires an invalid event at the element in the latter case.",
|
|
108423
|
+
"inheritedFrom": {
|
|
108424
|
+
"name": "SbbFormAssociatedMixin",
|
|
108425
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108426
|
+
}
|
|
108427
|
+
},
|
|
108428
|
+
{
|
|
108429
|
+
"kind": "method",
|
|
108430
|
+
"name": "reportValidity",
|
|
108431
|
+
"privacy": "public",
|
|
108432
|
+
"return": {
|
|
108433
|
+
"type": {
|
|
108434
|
+
"text": "boolean"
|
|
108435
|
+
}
|
|
108436
|
+
},
|
|
108437
|
+
"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.",
|
|
108438
|
+
"inheritedFrom": {
|
|
108439
|
+
"name": "SbbFormAssociatedMixin",
|
|
108440
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108441
|
+
}
|
|
108442
|
+
},
|
|
108443
|
+
{
|
|
108444
|
+
"kind": "method",
|
|
108445
|
+
"name": "setCustomValidity",
|
|
108446
|
+
"privacy": "public",
|
|
108447
|
+
"return": {
|
|
108448
|
+
"type": {
|
|
108449
|
+
"text": "void"
|
|
108450
|
+
}
|
|
108451
|
+
},
|
|
108452
|
+
"parameters": [
|
|
108453
|
+
{
|
|
108454
|
+
"name": "message",
|
|
108455
|
+
"type": {
|
|
108456
|
+
"text": "string"
|
|
108457
|
+
}
|
|
108458
|
+
}
|
|
108459
|
+
],
|
|
108460
|
+
"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.",
|
|
108461
|
+
"inheritedFrom": {
|
|
108462
|
+
"name": "SbbFormAssociatedMixin",
|
|
108463
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108464
|
+
}
|
|
108465
|
+
},
|
|
108466
|
+
{
|
|
108467
|
+
"kind": "method",
|
|
108468
|
+
"name": "_hasDisabledAncestor",
|
|
108614
108469
|
"privacy": "private",
|
|
108470
|
+
"return": {
|
|
108471
|
+
"type": {
|
|
108472
|
+
"text": "boolean"
|
|
108473
|
+
}
|
|
108474
|
+
},
|
|
108615
108475
|
"inheritedFrom": {
|
|
108616
|
-
"name": "
|
|
108617
|
-
"module": "core/
|
|
108476
|
+
"name": "SbbFormAssociatedMixin",
|
|
108477
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108618
108478
|
}
|
|
108619
108479
|
},
|
|
108620
108480
|
{
|
|
108621
108481
|
"kind": "method",
|
|
108622
|
-
"name": "
|
|
108482
|
+
"name": "updateFormValue",
|
|
108623
108483
|
"privacy": "protected",
|
|
108624
108484
|
"return": {
|
|
108625
108485
|
"type": {
|
|
108626
|
-
"text": "
|
|
108486
|
+
"text": "void"
|
|
108487
|
+
}
|
|
108488
|
+
},
|
|
108489
|
+
"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",
|
|
108490
|
+
"inheritedFrom": {
|
|
108491
|
+
"name": "SbbFormAssociatedMixin",
|
|
108492
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108493
|
+
}
|
|
108494
|
+
},
|
|
108495
|
+
{
|
|
108496
|
+
"kind": "method",
|
|
108497
|
+
"name": "formState",
|
|
108498
|
+
"privacy": "protected",
|
|
108499
|
+
"return": {
|
|
108500
|
+
"type": {
|
|
108501
|
+
"text": "FormRestoreState"
|
|
108502
|
+
}
|
|
108503
|
+
},
|
|
108504
|
+
"inheritedFrom": {
|
|
108505
|
+
"name": "SbbFormAssociatedMixin",
|
|
108506
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108507
|
+
}
|
|
108508
|
+
},
|
|
108509
|
+
{
|
|
108510
|
+
"kind": "method",
|
|
108511
|
+
"name": "setValidityFlag",
|
|
108512
|
+
"privacy": "protected",
|
|
108513
|
+
"return": {
|
|
108514
|
+
"type": {
|
|
108515
|
+
"text": "void"
|
|
108627
108516
|
}
|
|
108628
108517
|
},
|
|
108629
108518
|
"parameters": [
|
|
108630
108519
|
{
|
|
108631
|
-
"name": "
|
|
108520
|
+
"name": "flag",
|
|
108632
108521
|
"type": {
|
|
108633
|
-
"text": "
|
|
108522
|
+
"text": "T"
|
|
108523
|
+
}
|
|
108524
|
+
},
|
|
108525
|
+
{
|
|
108526
|
+
"name": "message",
|
|
108527
|
+
"type": {
|
|
108528
|
+
"text": "string"
|
|
108529
|
+
}
|
|
108530
|
+
},
|
|
108531
|
+
{
|
|
108532
|
+
"name": "flagValue",
|
|
108533
|
+
"optional": true,
|
|
108534
|
+
"type": {
|
|
108535
|
+
"text": "ValidityStateFlags[T]"
|
|
108634
108536
|
}
|
|
108635
108537
|
}
|
|
108636
108538
|
],
|
|
108539
|
+
"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).",
|
|
108637
108540
|
"inheritedFrom": {
|
|
108638
|
-
"name": "
|
|
108639
|
-
"module": "core/
|
|
108541
|
+
"name": "SbbFormAssociatedMixin",
|
|
108542
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108543
|
+
}
|
|
108544
|
+
},
|
|
108545
|
+
{
|
|
108546
|
+
"kind": "method",
|
|
108547
|
+
"name": "removeValidityFlag",
|
|
108548
|
+
"privacy": "protected",
|
|
108549
|
+
"return": {
|
|
108550
|
+
"type": {
|
|
108551
|
+
"text": "void"
|
|
108552
|
+
}
|
|
108553
|
+
},
|
|
108554
|
+
"parameters": [
|
|
108555
|
+
{
|
|
108556
|
+
"name": "flag",
|
|
108557
|
+
"type": {
|
|
108558
|
+
"text": "T"
|
|
108559
|
+
}
|
|
108560
|
+
}
|
|
108561
|
+
],
|
|
108562
|
+
"description": "Removes the validity state flag entry and updates validity state.",
|
|
108563
|
+
"inheritedFrom": {
|
|
108564
|
+
"name": "SbbFormAssociatedMixin",
|
|
108565
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108566
|
+
}
|
|
108567
|
+
},
|
|
108568
|
+
{
|
|
108569
|
+
"kind": "method",
|
|
108570
|
+
"name": "validate",
|
|
108571
|
+
"privacy": "protected",
|
|
108572
|
+
"return": {
|
|
108573
|
+
"type": {
|
|
108574
|
+
"text": "void"
|
|
108575
|
+
}
|
|
108576
|
+
},
|
|
108577
|
+
"description": "To be called whenever the current element needs to be validated.",
|
|
108578
|
+
"inheritedFrom": {
|
|
108579
|
+
"name": "SbbFormAssociatedMixin",
|
|
108580
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108581
|
+
}
|
|
108582
|
+
},
|
|
108583
|
+
{
|
|
108584
|
+
"kind": "method",
|
|
108585
|
+
"name": "shouldValidate",
|
|
108586
|
+
"privacy": "protected",
|
|
108587
|
+
"return": {
|
|
108588
|
+
"type": {
|
|
108589
|
+
"text": "boolean"
|
|
108590
|
+
}
|
|
108591
|
+
},
|
|
108592
|
+
"parameters": [
|
|
108593
|
+
{
|
|
108594
|
+
"name": "name",
|
|
108595
|
+
"type": {
|
|
108596
|
+
"text": "PropertyKey | undefined"
|
|
108597
|
+
}
|
|
108598
|
+
}
|
|
108599
|
+
],
|
|
108600
|
+
"description": "Whether validation should be run on a property change with the given name.",
|
|
108601
|
+
"inheritedFrom": {
|
|
108602
|
+
"name": "SbbFormAssociatedMixin",
|
|
108603
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108604
|
+
}
|
|
108605
|
+
},
|
|
108606
|
+
{
|
|
108607
|
+
"kind": "method",
|
|
108608
|
+
"name": "_setInternalValidity",
|
|
108609
|
+
"privacy": "private",
|
|
108610
|
+
"return": {
|
|
108611
|
+
"type": {
|
|
108612
|
+
"text": "void"
|
|
108613
|
+
}
|
|
108614
|
+
},
|
|
108615
|
+
"inheritedFrom": {
|
|
108616
|
+
"name": "SbbFormAssociatedMixin",
|
|
108617
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108618
|
+
}
|
|
108619
|
+
},
|
|
108620
|
+
{
|
|
108621
|
+
"kind": "field",
|
|
108622
|
+
"name": "_preventScrollOnSpaceKeydown",
|
|
108623
|
+
"privacy": "private",
|
|
108624
|
+
"description": "Prevents scrolling from pressing Space, when the event target is an action element.\nAlso sets active state.",
|
|
108625
|
+
"parameters": [
|
|
108626
|
+
{
|
|
108627
|
+
"description": "The origin event.",
|
|
108628
|
+
"name": "event"
|
|
108629
|
+
}
|
|
108630
|
+
],
|
|
108631
|
+
"inheritedFrom": {
|
|
108632
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108633
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108634
|
+
}
|
|
108635
|
+
},
|
|
108636
|
+
{
|
|
108637
|
+
"kind": "field",
|
|
108638
|
+
"name": "_removeActiveMarker",
|
|
108639
|
+
"privacy": "private",
|
|
108640
|
+
"inheritedFrom": {
|
|
108641
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108642
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108643
|
+
}
|
|
108644
|
+
},
|
|
108645
|
+
{
|
|
108646
|
+
"kind": "field",
|
|
108647
|
+
"name": "_dispatchClickEventOnSpaceKeyup",
|
|
108648
|
+
"privacy": "private",
|
|
108649
|
+
"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.",
|
|
108650
|
+
"parameters": [
|
|
108651
|
+
{
|
|
108652
|
+
"description": "The origin event.",
|
|
108653
|
+
"name": "event"
|
|
108654
|
+
}
|
|
108655
|
+
],
|
|
108656
|
+
"inheritedFrom": {
|
|
108657
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108658
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108659
|
+
}
|
|
108660
|
+
},
|
|
108661
|
+
{
|
|
108662
|
+
"kind": "field",
|
|
108663
|
+
"name": "_dispatchClickEvent",
|
|
108664
|
+
"privacy": "private",
|
|
108665
|
+
"inheritedFrom": {
|
|
108666
|
+
"name": "SbbButtonLikeBaseElement",
|
|
108667
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108640
108668
|
}
|
|
108641
108669
|
},
|
|
108642
108670
|
{
|
|
@@ -108787,7 +108815,7 @@
|
|
|
108787
108815
|
],
|
|
108788
108816
|
"mixins": [
|
|
108789
108817
|
{
|
|
108790
|
-
"name": "
|
|
108818
|
+
"name": "SbbDisabledTabIndexActionMixin",
|
|
108791
108819
|
"module": "core/mixins.js"
|
|
108792
108820
|
},
|
|
108793
108821
|
{
|
|
@@ -108796,10 +108824,10 @@
|
|
|
108796
108824
|
}
|
|
108797
108825
|
],
|
|
108798
108826
|
"superclass": {
|
|
108799
|
-
"name": "
|
|
108827
|
+
"name": "SbbButtonBaseElement",
|
|
108800
108828
|
"module": "core/base-elements.js"
|
|
108801
108829
|
},
|
|
108802
|
-
"tagName": "sbb-menu-
|
|
108830
|
+
"tagName": "sbb-menu-button",
|
|
108803
108831
|
"customElement": true,
|
|
108804
108832
|
"attributes": [
|
|
108805
108833
|
{
|
|
@@ -108815,19 +108843,6 @@
|
|
|
108815
108843
|
"module": "core/mixins/disabled-mixin.js"
|
|
108816
108844
|
}
|
|
108817
108845
|
},
|
|
108818
|
-
{
|
|
108819
|
-
"name": "icon-name",
|
|
108820
|
-
"type": {
|
|
108821
|
-
"text": "string"
|
|
108822
|
-
},
|
|
108823
|
-
"default": "''",
|
|
108824
|
-
"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.",
|
|
108825
|
-
"fieldName": "iconName",
|
|
108826
|
-
"inheritedFrom": {
|
|
108827
|
-
"name": "SbbIconNameMixin",
|
|
108828
|
-
"module": "icon/icon-name-mixin.js"
|
|
108829
|
-
}
|
|
108830
|
-
},
|
|
108831
108846
|
{
|
|
108832
108847
|
"name": "disabled",
|
|
108833
108848
|
"description": "Whether the component is disabled.",
|
|
@@ -108842,81 +108857,66 @@
|
|
|
108842
108857
|
}
|
|
108843
108858
|
},
|
|
108844
108859
|
{
|
|
108845
|
-
"name": "
|
|
108860
|
+
"name": "icon-name",
|
|
108846
108861
|
"type": {
|
|
108847
108862
|
"text": "string"
|
|
108848
108863
|
},
|
|
108849
108864
|
"default": "''",
|
|
108850
|
-
"description": "The
|
|
108851
|
-
"fieldName": "
|
|
108852
|
-
"inheritedFrom": {
|
|
108853
|
-
"name": "SbbLinkBaseElement",
|
|
108854
|
-
"module": "core/base-elements/link-base-element.js"
|
|
108855
|
-
}
|
|
108856
|
-
},
|
|
108857
|
-
{
|
|
108858
|
-
"name": "target",
|
|
108859
|
-
"type": {
|
|
108860
|
-
"text": "LinkTargetType | string"
|
|
108861
|
-
},
|
|
108862
|
-
"default": "''",
|
|
108863
|
-
"description": "Where to display the linked URL.",
|
|
108864
|
-
"fieldName": "target",
|
|
108865
|
+
"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.",
|
|
108866
|
+
"fieldName": "iconName",
|
|
108865
108867
|
"inheritedFrom": {
|
|
108866
|
-
"name": "
|
|
108867
|
-
"module": "
|
|
108868
|
+
"name": "SbbIconNameMixin",
|
|
108869
|
+
"module": "icon/icon-name-mixin.js"
|
|
108868
108870
|
}
|
|
108869
108871
|
},
|
|
108870
108872
|
{
|
|
108871
|
-
"name": "
|
|
108873
|
+
"name": "value",
|
|
108872
108874
|
"type": {
|
|
108873
108875
|
"text": "string"
|
|
108874
108876
|
},
|
|
108875
108877
|
"default": "''",
|
|
108876
|
-
"description": "
|
|
108877
|
-
"fieldName": "
|
|
108878
|
+
"description": "Value of the form element.",
|
|
108879
|
+
"fieldName": "value",
|
|
108878
108880
|
"inheritedFrom": {
|
|
108879
|
-
"name": "
|
|
108880
|
-
"module": "core/base-elements/
|
|
108881
|
+
"name": "SbbButtonBaseElement",
|
|
108882
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108881
108883
|
}
|
|
108882
108884
|
},
|
|
108883
108885
|
{
|
|
108884
|
-
"name": "
|
|
108886
|
+
"name": "type",
|
|
108887
|
+
"description": "The type attribute to use for the button.",
|
|
108888
|
+
"default": "'button'",
|
|
108885
108889
|
"type": {
|
|
108886
|
-
"text": "
|
|
108890
|
+
"text": "SbbButtonType"
|
|
108887
108891
|
},
|
|
108888
|
-
"
|
|
108889
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
108890
|
-
"fieldName": "download",
|
|
108892
|
+
"fieldName": "type",
|
|
108891
108893
|
"inheritedFrom": {
|
|
108892
|
-
"name": "
|
|
108893
|
-
"module": "core/base-elements/
|
|
108894
|
+
"name": "SbbButtonBaseElement",
|
|
108895
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108894
108896
|
}
|
|
108895
108897
|
},
|
|
108896
108898
|
{
|
|
108897
|
-
"name": "
|
|
108899
|
+
"name": "form",
|
|
108900
|
+
"description": "The `<form>` element to associate the button with.",
|
|
108898
108901
|
"type": {
|
|
108899
|
-
"text": "
|
|
108902
|
+
"text": "HTMLFormElement | null"
|
|
108900
108903
|
},
|
|
108901
|
-
"
|
|
108902
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
108903
|
-
"fieldName": "accessibilityLabel",
|
|
108904
|
+
"fieldName": "form",
|
|
108904
108905
|
"inheritedFrom": {
|
|
108905
|
-
"name": "
|
|
108906
|
-
"module": "core/base-elements/
|
|
108906
|
+
"name": "SbbButtonBaseElement",
|
|
108907
|
+
"module": "core/base-elements/button-base-element.js"
|
|
108907
108908
|
}
|
|
108908
108909
|
},
|
|
108909
108910
|
{
|
|
108910
|
-
"name": "
|
|
108911
|
+
"name": "name",
|
|
108912
|
+
"description": "Name of the form element. Will be read from name attribute.",
|
|
108911
108913
|
"type": {
|
|
108912
108914
|
"text": "string"
|
|
108913
108915
|
},
|
|
108914
|
-
"
|
|
108915
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
108916
|
-
"fieldName": "accessibilityCurrent",
|
|
108916
|
+
"fieldName": "name",
|
|
108917
108917
|
"inheritedFrom": {
|
|
108918
|
-
"name": "
|
|
108919
|
-
"module": "core/
|
|
108918
|
+
"name": "SbbFormAssociatedMixin",
|
|
108919
|
+
"module": "core/mixins/form-associated-mixin.js"
|
|
108920
108920
|
}
|
|
108921
108921
|
}
|
|
108922
108922
|
]
|
|
@@ -108925,10 +108925,10 @@
|
|
|
108925
108925
|
"exports": [
|
|
108926
108926
|
{
|
|
108927
108927
|
"kind": "js",
|
|
108928
|
-
"name": "
|
|
108928
|
+
"name": "SbbMenuButtonElement",
|
|
108929
108929
|
"declaration": {
|
|
108930
|
-
"name": "
|
|
108931
|
-
"module": "menu/menu-
|
|
108930
|
+
"name": "SbbMenuButtonElement",
|
|
108931
|
+
"module": "menu/menu-button/menu-button.component.js"
|
|
108932
108932
|
}
|
|
108933
108933
|
}
|
|
108934
108934
|
]
|
|
@@ -110097,176 +110097,6 @@
|
|
|
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
|
-
},
|
|
110270
110100
|
{
|
|
110271
110101
|
"kind": "javascript-module",
|
|
110272
110102
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -110485,6 +110315,176 @@
|
|
|
110485
110315
|
}
|
|
110486
110316
|
]
|
|
110487
110317
|
},
|
|
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",
|