@sbb-esta/lyne-elements-dev 4.13.0-dev.1778821584 → 4.13.0-dev.1778879466
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 +636 -636
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -111975,16 +111975,20 @@
|
|
|
111975
111975
|
},
|
|
111976
111976
|
{
|
|
111977
111977
|
"kind": "javascript-module",
|
|
111978
|
-
"path": "navigation/navigation-
|
|
111978
|
+
"path": "navigation/navigation-list/navigation-list.component.js",
|
|
111979
111979
|
"declarations": [
|
|
111980
111980
|
{
|
|
111981
111981
|
"kind": "class",
|
|
111982
|
-
"description": "It
|
|
111983
|
-
"name": "
|
|
111982
|
+
"description": "It can be used as a container for one or more `sbb-navigation-button`/`sbb-navigation-link` within a `sbb-navigation-section`.",
|
|
111983
|
+
"name": "SbbNavigationListElement",
|
|
111984
111984
|
"slots": [
|
|
111985
111985
|
{
|
|
111986
|
-
"description": "Use the unnamed slot to add content to the `sbb-navigation-
|
|
111986
|
+
"description": "Use the unnamed slot to add content to the `sbb-navigation-list`.",
|
|
111987
111987
|
"name": ""
|
|
111988
|
+
},
|
|
111989
|
+
{
|
|
111990
|
+
"description": "Use this to provide a label element.",
|
|
111991
|
+
"name": "label"
|
|
111988
111992
|
}
|
|
111989
111993
|
],
|
|
111990
111994
|
"members": [
|
|
@@ -111997,311 +112001,129 @@
|
|
|
111997
112001
|
"privacy": "public",
|
|
111998
112002
|
"static": true,
|
|
111999
112003
|
"readonly": true,
|
|
112004
|
+
"default": "'sbb-navigation-list'",
|
|
112000
112005
|
"inheritedFrom": {
|
|
112001
112006
|
"name": "SbbElement",
|
|
112002
112007
|
"module": "core/base-elements/element.js"
|
|
112003
|
-
},
|
|
112004
|
-
"default": "'sbb-navigation-link'"
|
|
112005
|
-
},
|
|
112006
|
-
{
|
|
112007
|
-
"kind": "field",
|
|
112008
|
-
"name": "styles",
|
|
112009
|
-
"type": {
|
|
112010
|
-
"text": "CSSResultGroup"
|
|
112011
|
-
},
|
|
112012
|
-
"privacy": "public",
|
|
112013
|
-
"static": true,
|
|
112014
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
112015
|
-
"inheritedFrom": {
|
|
112016
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
112017
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
112018
112008
|
}
|
|
112019
112009
|
},
|
|
112020
112010
|
{
|
|
112021
112011
|
"kind": "field",
|
|
112022
|
-
"name": "
|
|
112023
|
-
"type": {
|
|
112024
|
-
"text": "SbbNavigationActionSize"
|
|
112025
|
-
},
|
|
112026
|
-
"privacy": "public",
|
|
112027
|
-
"description": "Action size variant, either s, m or l.",
|
|
112028
|
-
"default": "'l' / 's' (lean)",
|
|
112029
|
-
"attribute": "size",
|
|
112030
|
-
"reflects": true,
|
|
112031
|
-
"inheritedFrom": {
|
|
112032
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
112033
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
112034
|
-
}
|
|
112035
|
-
},
|
|
112036
|
-
{
|
|
112037
|
-
"kind": "field",
|
|
112038
|
-
"name": "connectedSection",
|
|
112039
|
-
"type": {
|
|
112040
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
112041
|
-
},
|
|
112042
|
-
"privacy": "public",
|
|
112043
|
-
"description": "The section that is being controlled by the action, if any.",
|
|
112044
|
-
"inheritedFrom": {
|
|
112045
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
112046
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
112047
|
-
}
|
|
112048
|
-
},
|
|
112049
|
-
{
|
|
112050
|
-
"kind": "field",
|
|
112051
|
-
"name": "marker",
|
|
112012
|
+
"name": "listChildLocalNames",
|
|
112052
112013
|
"type": {
|
|
112053
|
-
"text": "
|
|
112014
|
+
"text": "array"
|
|
112054
112015
|
},
|
|
112055
|
-
"privacy": "
|
|
112056
|
-
"description": "The navigation marker in which the action is nested.",
|
|
112016
|
+
"privacy": "protected",
|
|
112057
112017
|
"readonly": true,
|
|
112018
|
+
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
112019
|
+
"default": "[ 'sbb-navigation-button', 'sbb-navigation-link', ]",
|
|
112058
112020
|
"inheritedFrom": {
|
|
112059
|
-
"name": "
|
|
112060
|
-
"module": "
|
|
112021
|
+
"name": "SbbNamedSlotListMixin",
|
|
112022
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112061
112023
|
}
|
|
112062
112024
|
},
|
|
112063
112025
|
{
|
|
112064
112026
|
"kind": "field",
|
|
112065
|
-
"name": "
|
|
112027
|
+
"name": "label",
|
|
112066
112028
|
"type": {
|
|
112067
|
-
"text": "
|
|
112029
|
+
"text": "string"
|
|
112068
112030
|
},
|
|
112069
112031
|
"privacy": "public",
|
|
112070
|
-
"
|
|
112071
|
-
"
|
|
112072
|
-
"
|
|
112073
|
-
|
|
112074
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
112075
|
-
}
|
|
112032
|
+
"default": "''",
|
|
112033
|
+
"description": "The label to be shown before the action list.",
|
|
112034
|
+
"attribute": "label",
|
|
112035
|
+
"reflects": true
|
|
112076
112036
|
},
|
|
112077
112037
|
{
|
|
112078
112038
|
"kind": "field",
|
|
112079
|
-
"name": "
|
|
112039
|
+
"name": "listChildren",
|
|
112080
112040
|
"type": {
|
|
112081
|
-
"text": "
|
|
112041
|
+
"text": "C[]"
|
|
112082
112042
|
},
|
|
112083
|
-
"privacy": "
|
|
112084
|
-
"default": "
|
|
112043
|
+
"privacy": "protected",
|
|
112044
|
+
"default": "[]",
|
|
112045
|
+
"description": "A list of children with the defined tag names.\nThis array is only updated if there is an actual change\nto the child elements.",
|
|
112085
112046
|
"inheritedFrom": {
|
|
112086
|
-
"name": "
|
|
112087
|
-
"module": "
|
|
112047
|
+
"name": "SbbNamedSlotListMixin",
|
|
112048
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112088
112049
|
}
|
|
112089
112050
|
},
|
|
112090
112051
|
{
|
|
112091
112052
|
"kind": "field",
|
|
112092
|
-
"name": "
|
|
112093
|
-
"type": {
|
|
112094
|
-
"text": "SbbNavigationSectionElement | null"
|
|
112095
|
-
},
|
|
112053
|
+
"name": "_handleSlotchange",
|
|
112096
112054
|
"privacy": "private",
|
|
112097
|
-
"default": "null",
|
|
112098
112055
|
"inheritedFrom": {
|
|
112099
|
-
"name": "
|
|
112100
|
-
"module": "
|
|
112056
|
+
"name": "SbbNamedSlotListMixin",
|
|
112057
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112101
112058
|
}
|
|
112102
112059
|
},
|
|
112103
112060
|
{
|
|
112104
112061
|
"kind": "method",
|
|
112105
|
-
"name": "
|
|
112062
|
+
"name": "renderList",
|
|
112106
112063
|
"privacy": "protected",
|
|
112107
112064
|
"return": {
|
|
112108
112065
|
"type": {
|
|
112109
112066
|
"text": "TemplateResult"
|
|
112110
112067
|
}
|
|
112111
112068
|
},
|
|
112112
|
-
"
|
|
112113
|
-
|
|
112114
|
-
|
|
112115
|
-
|
|
112116
|
-
|
|
112117
|
-
|
|
112118
|
-
|
|
112119
|
-
|
|
112120
|
-
|
|
112121
|
-
|
|
112122
|
-
|
|
112123
|
-
|
|
112124
|
-
|
|
112125
|
-
|
|
112126
|
-
|
|
112127
|
-
|
|
112128
|
-
"
|
|
112129
|
-
"inheritedFrom": {
|
|
112130
|
-
"name": "SbbLinkBaseElement",
|
|
112131
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112132
|
-
}
|
|
112133
|
-
},
|
|
112134
|
-
{
|
|
112135
|
-
"kind": "field",
|
|
112136
|
-
"name": "target",
|
|
112137
|
-
"type": {
|
|
112138
|
-
"text": "LinkTargetType | string"
|
|
112139
|
-
},
|
|
112140
|
-
"privacy": "public",
|
|
112141
|
-
"default": "''",
|
|
112142
|
-
"description": "Where to display the linked URL.",
|
|
112143
|
-
"attribute": "target",
|
|
112144
|
-
"reflects": true,
|
|
112145
|
-
"inheritedFrom": {
|
|
112146
|
-
"name": "SbbLinkBaseElement",
|
|
112147
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112148
|
-
}
|
|
112149
|
-
},
|
|
112150
|
-
{
|
|
112151
|
-
"kind": "field",
|
|
112152
|
-
"name": "rel",
|
|
112153
|
-
"type": {
|
|
112154
|
-
"text": "string"
|
|
112155
|
-
},
|
|
112156
|
-
"privacy": "public",
|
|
112157
|
-
"default": "''",
|
|
112158
|
-
"description": "The relationship of the linked URL as space-separated link types.",
|
|
112159
|
-
"attribute": "rel",
|
|
112160
|
-
"reflects": true,
|
|
112161
|
-
"inheritedFrom": {
|
|
112162
|
-
"name": "SbbLinkBaseElement",
|
|
112163
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112164
|
-
}
|
|
112165
|
-
},
|
|
112166
|
-
{
|
|
112167
|
-
"kind": "field",
|
|
112168
|
-
"name": "download",
|
|
112169
|
-
"type": {
|
|
112170
|
-
"text": "boolean"
|
|
112171
|
-
},
|
|
112172
|
-
"privacy": "public",
|
|
112173
|
-
"default": "false",
|
|
112174
|
-
"description": "Whether the browser will show the download dialog on click.",
|
|
112175
|
-
"attribute": "download",
|
|
112176
|
-
"reflects": true,
|
|
112177
|
-
"inheritedFrom": {
|
|
112178
|
-
"name": "SbbLinkBaseElement",
|
|
112179
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112180
|
-
}
|
|
112181
|
-
},
|
|
112182
|
-
{
|
|
112183
|
-
"kind": "field",
|
|
112184
|
-
"name": "accessibilityLabel",
|
|
112185
|
-
"type": {
|
|
112186
|
-
"text": "string"
|
|
112187
|
-
},
|
|
112188
|
-
"privacy": "public",
|
|
112189
|
-
"default": "''",
|
|
112190
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
112191
|
-
"attribute": "accessibility-label",
|
|
112192
|
-
"inheritedFrom": {
|
|
112193
|
-
"name": "SbbLinkBaseElement",
|
|
112194
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112195
|
-
}
|
|
112196
|
-
},
|
|
112197
|
-
{
|
|
112198
|
-
"kind": "field",
|
|
112199
|
-
"name": "accessibilityCurrent",
|
|
112200
|
-
"type": {
|
|
112201
|
-
"text": "string"
|
|
112202
|
-
},
|
|
112203
|
-
"privacy": "public",
|
|
112204
|
-
"default": "''",
|
|
112205
|
-
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
112206
|
-
"attribute": "accessibility-current",
|
|
112207
|
-
"inheritedFrom": {
|
|
112208
|
-
"name": "SbbLinkBaseElement",
|
|
112209
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112210
|
-
}
|
|
112211
|
-
},
|
|
112212
|
-
{
|
|
112213
|
-
"kind": "field",
|
|
112214
|
-
"name": "language",
|
|
112215
|
-
"privacy": "protected",
|
|
112216
|
-
"default": "new SbbLanguageController(this)",
|
|
112217
|
-
"inheritedFrom": {
|
|
112218
|
-
"name": "SbbLinkBaseElement",
|
|
112219
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112220
|
-
}
|
|
112221
|
-
},
|
|
112222
|
-
{
|
|
112223
|
-
"kind": "field",
|
|
112224
|
-
"name": "anchorRole",
|
|
112225
|
-
"type": {
|
|
112226
|
-
"text": "string | null"
|
|
112227
|
-
},
|
|
112228
|
-
"privacy": "protected",
|
|
112229
|
-
"readonly": true,
|
|
112230
|
-
"default": "null",
|
|
112231
|
-
"inheritedFrom": {
|
|
112232
|
-
"name": "SbbLinkBaseElement",
|
|
112233
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112234
|
-
}
|
|
112235
|
-
},
|
|
112236
|
-
{
|
|
112237
|
-
"kind": "field",
|
|
112238
|
-
"name": "_evaluateRelAttribute",
|
|
112239
|
-
"privacy": "private",
|
|
112069
|
+
"parameters": [
|
|
112070
|
+
{
|
|
112071
|
+
"name": "attributes",
|
|
112072
|
+
"default": "{}",
|
|
112073
|
+
"type": {
|
|
112074
|
+
"text": "{ class?: string; ariaLabel?: string; ariaLabelledby?: string }"
|
|
112075
|
+
}
|
|
112076
|
+
},
|
|
112077
|
+
{
|
|
112078
|
+
"name": "listItemAttributes",
|
|
112079
|
+
"default": "{}",
|
|
112080
|
+
"type": {
|
|
112081
|
+
"text": "{ localNameVisualOnly?: string[] }"
|
|
112082
|
+
}
|
|
112083
|
+
}
|
|
112084
|
+
],
|
|
112085
|
+
"description": "Renders list and list slots for slotted children or a number of list slots\ncorresponding to the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
|
|
112240
112086
|
"inheritedFrom": {
|
|
112241
|
-
"name": "
|
|
112242
|
-
"module": "core/
|
|
112087
|
+
"name": "SbbNamedSlotListMixin",
|
|
112088
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112243
112089
|
}
|
|
112244
112090
|
},
|
|
112245
112091
|
{
|
|
112246
112092
|
"kind": "method",
|
|
112247
|
-
"name": "
|
|
112093
|
+
"name": "listSlotEntries",
|
|
112248
112094
|
"privacy": "protected",
|
|
112249
112095
|
"return": {
|
|
112250
112096
|
"type": {
|
|
112251
|
-
"text": "
|
|
112097
|
+
"text": "SbbNamedSlotProperties[]"
|
|
112252
112098
|
}
|
|
112253
112099
|
},
|
|
112254
112100
|
"parameters": [
|
|
112255
112101
|
{
|
|
112256
|
-
"name": "
|
|
112102
|
+
"name": "listItemAttributes",
|
|
112257
112103
|
"type": {
|
|
112258
|
-
"text": "
|
|
112104
|
+
"text": "{\n localNameVisualOnly?: string[];\n }"
|
|
112259
112105
|
}
|
|
112260
112106
|
}
|
|
112261
112107
|
],
|
|
112108
|
+
"description": "Returns an array of SbbNamedSlotProperties, which holds the list slot names and the hidden property;\nits length corresponds to the number of matched children or the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
|
|
112262
112109
|
"inheritedFrom": {
|
|
112263
|
-
"name": "
|
|
112264
|
-
"module": "core/
|
|
112265
|
-
}
|
|
112266
|
-
},
|
|
112267
|
-
{
|
|
112268
|
-
"kind": "field",
|
|
112269
|
-
"name": "maybeDisabled",
|
|
112270
|
-
"type": {
|
|
112271
|
-
"text": "boolean | undefined"
|
|
112272
|
-
},
|
|
112273
|
-
"privacy": "protected",
|
|
112274
|
-
"readonly": true,
|
|
112275
|
-
"inheritedFrom": {
|
|
112276
|
-
"name": "SbbActionBaseElement",
|
|
112277
|
-
"module": "core/base-elements/action-base-element.js"
|
|
112278
|
-
}
|
|
112279
|
-
},
|
|
112280
|
-
{
|
|
112281
|
-
"kind": "field",
|
|
112282
|
-
"name": "maybeDisabledInteractive",
|
|
112283
|
-
"type": {
|
|
112284
|
-
"text": "boolean | undefined"
|
|
112285
|
-
},
|
|
112286
|
-
"privacy": "protected",
|
|
112287
|
-
"readonly": true,
|
|
112288
|
-
"inheritedFrom": {
|
|
112289
|
-
"name": "SbbActionBaseElement",
|
|
112290
|
-
"module": "core/base-elements/action-base-element.js"
|
|
112110
|
+
"name": "SbbNamedSlotListMixin",
|
|
112111
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112291
112112
|
}
|
|
112292
112113
|
},
|
|
112293
112114
|
{
|
|
112294
112115
|
"kind": "method",
|
|
112295
|
-
"name": "
|
|
112116
|
+
"name": "renderHiddenSlot",
|
|
112296
112117
|
"privacy": "protected",
|
|
112297
112118
|
"return": {
|
|
112298
112119
|
"type": {
|
|
112299
|
-
"text": "
|
|
112120
|
+
"text": "TemplateResult"
|
|
112300
112121
|
}
|
|
112301
112122
|
},
|
|
112123
|
+
"description": "Returns a hidden slot, which is intended as the children change detection.\nWhen an element without a slot attribute is slotted to the element, it triggers\nthe slotchange event, which can be used to assign it to the appropriate named slot.",
|
|
112302
112124
|
"inheritedFrom": {
|
|
112303
|
-
"name": "
|
|
112304
|
-
"module": "core/
|
|
112125
|
+
"name": "SbbNamedSlotListMixin",
|
|
112126
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112305
112127
|
}
|
|
112306
112128
|
},
|
|
112307
112129
|
{
|
|
@@ -112410,211 +112232,314 @@
|
|
|
112410
112232
|
}
|
|
112411
112233
|
}
|
|
112412
112234
|
],
|
|
112235
|
+
"attributes": [
|
|
112236
|
+
{
|
|
112237
|
+
"name": "label",
|
|
112238
|
+
"type": {
|
|
112239
|
+
"text": "string"
|
|
112240
|
+
},
|
|
112241
|
+
"default": "''",
|
|
112242
|
+
"description": "The label to be shown before the action list.",
|
|
112243
|
+
"fieldName": "label"
|
|
112244
|
+
}
|
|
112245
|
+
],
|
|
112413
112246
|
"mixins": [
|
|
112414
112247
|
{
|
|
112415
|
-
"name": "
|
|
112416
|
-
"module": "
|
|
112248
|
+
"name": "SbbNamedSlotListMixin",
|
|
112249
|
+
"module": "core/mixins.js"
|
|
112417
112250
|
}
|
|
112418
112251
|
],
|
|
112419
112252
|
"superclass": {
|
|
112420
|
-
"name": "
|
|
112253
|
+
"name": "SbbElement",
|
|
112421
112254
|
"module": "core/base-elements.js"
|
|
112422
112255
|
},
|
|
112423
|
-
"tagName": "sbb-navigation-
|
|
112424
|
-
"customElement": true
|
|
112425
|
-
|
|
112256
|
+
"tagName": "sbb-navigation-list",
|
|
112257
|
+
"customElement": true
|
|
112258
|
+
}
|
|
112259
|
+
],
|
|
112260
|
+
"exports": [
|
|
112261
|
+
{
|
|
112262
|
+
"kind": "js",
|
|
112263
|
+
"name": "SbbNavigationListElement",
|
|
112264
|
+
"declaration": {
|
|
112265
|
+
"name": "SbbNavigationListElement",
|
|
112266
|
+
"module": "navigation/navigation-list/navigation-list.component.js"
|
|
112267
|
+
}
|
|
112268
|
+
}
|
|
112269
|
+
]
|
|
112270
|
+
},
|
|
112271
|
+
{
|
|
112272
|
+
"kind": "javascript-module",
|
|
112273
|
+
"path": "navigation/navigation-link/navigation-link.component.js",
|
|
112274
|
+
"declarations": [
|
|
112275
|
+
{
|
|
112276
|
+
"kind": "class",
|
|
112277
|
+
"description": "It displays a link element that can be used in the `sbb-navigation` component.",
|
|
112278
|
+
"name": "SbbNavigationLinkElement",
|
|
112279
|
+
"slots": [
|
|
112280
|
+
{
|
|
112281
|
+
"description": "Use the unnamed slot to add content to the `sbb-navigation-link`.",
|
|
112282
|
+
"name": ""
|
|
112283
|
+
}
|
|
112284
|
+
],
|
|
112285
|
+
"members": [
|
|
112286
|
+
{
|
|
112287
|
+
"kind": "field",
|
|
112288
|
+
"name": "elementName",
|
|
112289
|
+
"type": {
|
|
112290
|
+
"text": "string"
|
|
112291
|
+
},
|
|
112292
|
+
"privacy": "public",
|
|
112293
|
+
"static": true,
|
|
112294
|
+
"readonly": true,
|
|
112295
|
+
"inheritedFrom": {
|
|
112296
|
+
"name": "SbbElement",
|
|
112297
|
+
"module": "core/base-elements/element.js"
|
|
112298
|
+
},
|
|
112299
|
+
"default": "'sbb-navigation-link'"
|
|
112300
|
+
},
|
|
112301
|
+
{
|
|
112302
|
+
"kind": "field",
|
|
112303
|
+
"name": "styles",
|
|
112304
|
+
"type": {
|
|
112305
|
+
"text": "CSSResultGroup"
|
|
112306
|
+
},
|
|
112307
|
+
"privacy": "public",
|
|
112308
|
+
"static": true,
|
|
112309
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
112310
|
+
"inheritedFrom": {
|
|
112311
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112312
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112313
|
+
}
|
|
112314
|
+
},
|
|
112426
112315
|
{
|
|
112316
|
+
"kind": "field",
|
|
112427
112317
|
"name": "size",
|
|
112428
112318
|
"type": {
|
|
112429
112319
|
"text": "SbbNavigationActionSize"
|
|
112430
112320
|
},
|
|
112321
|
+
"privacy": "public",
|
|
112431
112322
|
"description": "Action size variant, either s, m or l.",
|
|
112432
112323
|
"default": "'l' / 's' (lean)",
|
|
112433
|
-
"
|
|
112324
|
+
"attribute": "size",
|
|
112325
|
+
"reflects": true,
|
|
112326
|
+
"inheritedFrom": {
|
|
112327
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112328
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112329
|
+
}
|
|
112330
|
+
},
|
|
112331
|
+
{
|
|
112332
|
+
"kind": "field",
|
|
112333
|
+
"name": "connectedSection",
|
|
112334
|
+
"type": {
|
|
112335
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
112336
|
+
},
|
|
112337
|
+
"privacy": "public",
|
|
112338
|
+
"description": "The section that is being controlled by the action, if any.",
|
|
112339
|
+
"inheritedFrom": {
|
|
112340
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112341
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112342
|
+
}
|
|
112343
|
+
},
|
|
112344
|
+
{
|
|
112345
|
+
"kind": "field",
|
|
112346
|
+
"name": "marker",
|
|
112347
|
+
"type": {
|
|
112348
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
112349
|
+
},
|
|
112350
|
+
"privacy": "public",
|
|
112351
|
+
"description": "The navigation marker in which the action is nested.",
|
|
112352
|
+
"readonly": true,
|
|
112353
|
+
"inheritedFrom": {
|
|
112354
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112355
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112356
|
+
}
|
|
112357
|
+
},
|
|
112358
|
+
{
|
|
112359
|
+
"kind": "field",
|
|
112360
|
+
"name": "section",
|
|
112361
|
+
"type": {
|
|
112362
|
+
"text": "SbbNavigationSectionElement | null"
|
|
112363
|
+
},
|
|
112364
|
+
"privacy": "public",
|
|
112365
|
+
"description": "The section in which the action is nested.",
|
|
112366
|
+
"readonly": true,
|
|
112367
|
+
"inheritedFrom": {
|
|
112368
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112369
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112370
|
+
}
|
|
112371
|
+
},
|
|
112372
|
+
{
|
|
112373
|
+
"kind": "field",
|
|
112374
|
+
"name": "_navigationMarker",
|
|
112375
|
+
"type": {
|
|
112376
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
112377
|
+
},
|
|
112378
|
+
"privacy": "private",
|
|
112379
|
+
"default": "null",
|
|
112380
|
+
"inheritedFrom": {
|
|
112381
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112382
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112383
|
+
}
|
|
112384
|
+
},
|
|
112385
|
+
{
|
|
112386
|
+
"kind": "field",
|
|
112387
|
+
"name": "_navigationSection",
|
|
112388
|
+
"type": {
|
|
112389
|
+
"text": "SbbNavigationSectionElement | null"
|
|
112390
|
+
},
|
|
112391
|
+
"privacy": "private",
|
|
112392
|
+
"default": "null",
|
|
112434
112393
|
"inheritedFrom": {
|
|
112435
112394
|
"name": "SbbNavigationActionCommonElementMixin",
|
|
112436
112395
|
"module": "navigation/common/navigation-action-common.js"
|
|
112437
112396
|
}
|
|
112438
112397
|
},
|
|
112439
112398
|
{
|
|
112399
|
+
"kind": "method",
|
|
112400
|
+
"name": "renderTemplate",
|
|
112401
|
+
"privacy": "protected",
|
|
112402
|
+
"return": {
|
|
112403
|
+
"type": {
|
|
112404
|
+
"text": "TemplateResult"
|
|
112405
|
+
}
|
|
112406
|
+
},
|
|
112407
|
+
"description": "Override this method to render the component template.",
|
|
112408
|
+
"inheritedFrom": {
|
|
112409
|
+
"name": "SbbActionBaseElement",
|
|
112410
|
+
"module": "core/base-elements/action-base-element.js"
|
|
112411
|
+
}
|
|
112412
|
+
},
|
|
112413
|
+
{
|
|
112414
|
+
"kind": "field",
|
|
112440
112415
|
"name": "href",
|
|
112441
112416
|
"type": {
|
|
112442
112417
|
"text": "string"
|
|
112443
112418
|
},
|
|
112419
|
+
"privacy": "public",
|
|
112444
112420
|
"default": "''",
|
|
112445
112421
|
"description": "The href value you want to link to.",
|
|
112446
|
-
"
|
|
112422
|
+
"attribute": "href",
|
|
112423
|
+
"reflects": true,
|
|
112447
112424
|
"inheritedFrom": {
|
|
112448
112425
|
"name": "SbbLinkBaseElement",
|
|
112449
112426
|
"module": "core/base-elements/link-base-element.js"
|
|
112450
112427
|
}
|
|
112451
112428
|
},
|
|
112452
112429
|
{
|
|
112430
|
+
"kind": "field",
|
|
112453
112431
|
"name": "target",
|
|
112454
112432
|
"type": {
|
|
112455
112433
|
"text": "LinkTargetType | string"
|
|
112456
112434
|
},
|
|
112435
|
+
"privacy": "public",
|
|
112457
112436
|
"default": "''",
|
|
112458
112437
|
"description": "Where to display the linked URL.",
|
|
112459
|
-
"
|
|
112438
|
+
"attribute": "target",
|
|
112439
|
+
"reflects": true,
|
|
112460
112440
|
"inheritedFrom": {
|
|
112461
112441
|
"name": "SbbLinkBaseElement",
|
|
112462
112442
|
"module": "core/base-elements/link-base-element.js"
|
|
112463
112443
|
}
|
|
112464
112444
|
},
|
|
112465
112445
|
{
|
|
112446
|
+
"kind": "field",
|
|
112466
112447
|
"name": "rel",
|
|
112467
112448
|
"type": {
|
|
112468
112449
|
"text": "string"
|
|
112469
112450
|
},
|
|
112451
|
+
"privacy": "public",
|
|
112470
112452
|
"default": "''",
|
|
112471
112453
|
"description": "The relationship of the linked URL as space-separated link types.",
|
|
112472
|
-
"
|
|
112454
|
+
"attribute": "rel",
|
|
112455
|
+
"reflects": true,
|
|
112473
112456
|
"inheritedFrom": {
|
|
112474
112457
|
"name": "SbbLinkBaseElement",
|
|
112475
112458
|
"module": "core/base-elements/link-base-element.js"
|
|
112476
112459
|
}
|
|
112477
112460
|
},
|
|
112478
112461
|
{
|
|
112462
|
+
"kind": "field",
|
|
112479
112463
|
"name": "download",
|
|
112480
112464
|
"type": {
|
|
112481
112465
|
"text": "boolean"
|
|
112482
112466
|
},
|
|
112483
|
-
"
|
|
112484
|
-
"
|
|
112485
|
-
"
|
|
112486
|
-
"
|
|
112487
|
-
|
|
112488
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112489
|
-
}
|
|
112490
|
-
},
|
|
112491
|
-
{
|
|
112492
|
-
"name": "accessibility-label",
|
|
112493
|
-
"type": {
|
|
112494
|
-
"text": "string"
|
|
112495
|
-
},
|
|
112496
|
-
"default": "''",
|
|
112497
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
112498
|
-
"fieldName": "accessibilityLabel",
|
|
112467
|
+
"privacy": "public",
|
|
112468
|
+
"default": "false",
|
|
112469
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
112470
|
+
"attribute": "download",
|
|
112471
|
+
"reflects": true,
|
|
112499
112472
|
"inheritedFrom": {
|
|
112500
112473
|
"name": "SbbLinkBaseElement",
|
|
112501
112474
|
"module": "core/base-elements/link-base-element.js"
|
|
112502
112475
|
}
|
|
112503
112476
|
},
|
|
112504
112477
|
{
|
|
112505
|
-
"
|
|
112478
|
+
"kind": "field",
|
|
112479
|
+
"name": "accessibilityLabel",
|
|
112506
112480
|
"type": {
|
|
112507
112481
|
"text": "string"
|
|
112508
112482
|
},
|
|
112483
|
+
"privacy": "public",
|
|
112509
112484
|
"default": "''",
|
|
112510
|
-
"description": "This will be forwarded as aria-
|
|
112511
|
-
"
|
|
112485
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
112486
|
+
"attribute": "accessibility-label",
|
|
112512
112487
|
"inheritedFrom": {
|
|
112513
112488
|
"name": "SbbLinkBaseElement",
|
|
112514
112489
|
"module": "core/base-elements/link-base-element.js"
|
|
112515
112490
|
}
|
|
112516
|
-
}
|
|
112517
|
-
]
|
|
112518
|
-
}
|
|
112519
|
-
],
|
|
112520
|
-
"exports": [
|
|
112521
|
-
{
|
|
112522
|
-
"kind": "js",
|
|
112523
|
-
"name": "SbbNavigationLinkElement",
|
|
112524
|
-
"declaration": {
|
|
112525
|
-
"name": "SbbNavigationLinkElement",
|
|
112526
|
-
"module": "navigation/navigation-link/navigation-link.component.js"
|
|
112527
|
-
}
|
|
112528
|
-
}
|
|
112529
|
-
]
|
|
112530
|
-
},
|
|
112531
|
-
{
|
|
112532
|
-
"kind": "javascript-module",
|
|
112533
|
-
"path": "navigation/navigation-list/navigation-list.component.js",
|
|
112534
|
-
"declarations": [
|
|
112535
|
-
{
|
|
112536
|
-
"kind": "class",
|
|
112537
|
-
"description": "It can be used as a container for one or more `sbb-navigation-button`/`sbb-navigation-link` within a `sbb-navigation-section`.",
|
|
112538
|
-
"name": "SbbNavigationListElement",
|
|
112539
|
-
"slots": [
|
|
112540
|
-
{
|
|
112541
|
-
"description": "Use the unnamed slot to add content to the `sbb-navigation-list`.",
|
|
112542
|
-
"name": ""
|
|
112543
112491
|
},
|
|
112544
|
-
{
|
|
112545
|
-
"description": "Use this to provide a label element.",
|
|
112546
|
-
"name": "label"
|
|
112547
|
-
}
|
|
112548
|
-
],
|
|
112549
|
-
"members": [
|
|
112550
112492
|
{
|
|
112551
112493
|
"kind": "field",
|
|
112552
|
-
"name": "
|
|
112494
|
+
"name": "accessibilityCurrent",
|
|
112553
112495
|
"type": {
|
|
112554
112496
|
"text": "string"
|
|
112555
112497
|
},
|
|
112556
112498
|
"privacy": "public",
|
|
112557
|
-
"
|
|
112558
|
-
"
|
|
112559
|
-
"
|
|
112499
|
+
"default": "''",
|
|
112500
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
112501
|
+
"attribute": "accessibility-current",
|
|
112560
112502
|
"inheritedFrom": {
|
|
112561
|
-
"name": "
|
|
112562
|
-
"module": "core/base-elements/element.js"
|
|
112503
|
+
"name": "SbbLinkBaseElement",
|
|
112504
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112563
112505
|
}
|
|
112564
112506
|
},
|
|
112565
112507
|
{
|
|
112566
112508
|
"kind": "field",
|
|
112567
|
-
"name": "
|
|
112568
|
-
"type": {
|
|
112569
|
-
"text": "array"
|
|
112570
|
-
},
|
|
112509
|
+
"name": "language",
|
|
112571
112510
|
"privacy": "protected",
|
|
112572
|
-
"
|
|
112573
|
-
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
112574
|
-
"default": "[ 'sbb-navigation-button', 'sbb-navigation-link', ]",
|
|
112511
|
+
"default": "new SbbLanguageController(this)",
|
|
112575
112512
|
"inheritedFrom": {
|
|
112576
|
-
"name": "
|
|
112577
|
-
"module": "core/
|
|
112513
|
+
"name": "SbbLinkBaseElement",
|
|
112514
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112578
112515
|
}
|
|
112579
112516
|
},
|
|
112580
112517
|
{
|
|
112581
112518
|
"kind": "field",
|
|
112582
|
-
"name": "
|
|
112583
|
-
"type": {
|
|
112584
|
-
"text": "string"
|
|
112585
|
-
},
|
|
112586
|
-
"privacy": "public",
|
|
112587
|
-
"default": "''",
|
|
112588
|
-
"description": "The label to be shown before the action list.",
|
|
112589
|
-
"attribute": "label",
|
|
112590
|
-
"reflects": true
|
|
112591
|
-
},
|
|
112592
|
-
{
|
|
112593
|
-
"kind": "field",
|
|
112594
|
-
"name": "listChildren",
|
|
112519
|
+
"name": "anchorRole",
|
|
112595
112520
|
"type": {
|
|
112596
|
-
"text": "
|
|
112521
|
+
"text": "string | null"
|
|
112597
112522
|
},
|
|
112598
112523
|
"privacy": "protected",
|
|
112599
|
-
"
|
|
112600
|
-
"
|
|
112524
|
+
"readonly": true,
|
|
112525
|
+
"default": "null",
|
|
112601
112526
|
"inheritedFrom": {
|
|
112602
|
-
"name": "
|
|
112603
|
-
"module": "core/
|
|
112527
|
+
"name": "SbbLinkBaseElement",
|
|
112528
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112604
112529
|
}
|
|
112605
112530
|
},
|
|
112606
112531
|
{
|
|
112607
112532
|
"kind": "field",
|
|
112608
|
-
"name": "
|
|
112533
|
+
"name": "_evaluateRelAttribute",
|
|
112609
112534
|
"privacy": "private",
|
|
112610
112535
|
"inheritedFrom": {
|
|
112611
|
-
"name": "
|
|
112612
|
-
"module": "core/
|
|
112536
|
+
"name": "SbbLinkBaseElement",
|
|
112537
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112613
112538
|
}
|
|
112614
112539
|
},
|
|
112615
112540
|
{
|
|
112616
112541
|
"kind": "method",
|
|
112617
|
-
"name": "
|
|
112542
|
+
"name": "renderLink",
|
|
112618
112543
|
"privacy": "protected",
|
|
112619
112544
|
"return": {
|
|
112620
112545
|
"type": {
|
|
@@ -112623,62 +112548,55 @@
|
|
|
112623
112548
|
},
|
|
112624
112549
|
"parameters": [
|
|
112625
112550
|
{
|
|
112626
|
-
"name": "
|
|
112627
|
-
"default": "{}",
|
|
112628
|
-
"type": {
|
|
112629
|
-
"text": "{ class?: string; ariaLabel?: string; ariaLabelledby?: string }"
|
|
112630
|
-
}
|
|
112631
|
-
},
|
|
112632
|
-
{
|
|
112633
|
-
"name": "listItemAttributes",
|
|
112634
|
-
"default": "{}",
|
|
112551
|
+
"name": "renderContent",
|
|
112635
112552
|
"type": {
|
|
112636
|
-
"text": "
|
|
112553
|
+
"text": "TemplateResult"
|
|
112637
112554
|
}
|
|
112638
112555
|
}
|
|
112639
112556
|
],
|
|
112640
|
-
"description": "Renders list and list slots for slotted children or a number of list slots\ncorresponding to the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
|
|
112641
112557
|
"inheritedFrom": {
|
|
112642
|
-
"name": "
|
|
112643
|
-
"module": "core/
|
|
112558
|
+
"name": "SbbLinkBaseElement",
|
|
112559
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112644
112560
|
}
|
|
112645
112561
|
},
|
|
112646
112562
|
{
|
|
112647
|
-
"kind": "
|
|
112648
|
-
"name": "
|
|
112563
|
+
"kind": "field",
|
|
112564
|
+
"name": "maybeDisabled",
|
|
112565
|
+
"type": {
|
|
112566
|
+
"text": "boolean | undefined"
|
|
112567
|
+
},
|
|
112649
112568
|
"privacy": "protected",
|
|
112650
|
-
"
|
|
112651
|
-
|
|
112652
|
-
|
|
112653
|
-
|
|
112569
|
+
"readonly": true,
|
|
112570
|
+
"inheritedFrom": {
|
|
112571
|
+
"name": "SbbActionBaseElement",
|
|
112572
|
+
"module": "core/base-elements/action-base-element.js"
|
|
112573
|
+
}
|
|
112574
|
+
},
|
|
112575
|
+
{
|
|
112576
|
+
"kind": "field",
|
|
112577
|
+
"name": "maybeDisabledInteractive",
|
|
112578
|
+
"type": {
|
|
112579
|
+
"text": "boolean | undefined"
|
|
112654
112580
|
},
|
|
112655
|
-
"
|
|
112656
|
-
|
|
112657
|
-
"name": "listItemAttributes",
|
|
112658
|
-
"type": {
|
|
112659
|
-
"text": "{\n localNameVisualOnly?: string[];\n }"
|
|
112660
|
-
}
|
|
112661
|
-
}
|
|
112662
|
-
],
|
|
112663
|
-
"description": "Returns an array of SbbNamedSlotProperties, which holds the list slot names and the hidden property;\nits length corresponds to the number of matched children or the `data-ssr-child-count` attribute value.\n\nThis is a possible optimization for SSR, as in an SSR Lit environment\nother elements are not available, but might be available in the meta\nframework wrapper (like e.g. React). This allows to provide the number of\nchildren to be passed via the `data-ssr-child-count` attribute value.",
|
|
112581
|
+
"privacy": "protected",
|
|
112582
|
+
"readonly": true,
|
|
112664
112583
|
"inheritedFrom": {
|
|
112665
|
-
"name": "
|
|
112666
|
-
"module": "core/
|
|
112584
|
+
"name": "SbbActionBaseElement",
|
|
112585
|
+
"module": "core/base-elements/action-base-element.js"
|
|
112667
112586
|
}
|
|
112668
112587
|
},
|
|
112669
112588
|
{
|
|
112670
112589
|
"kind": "method",
|
|
112671
|
-
"name": "
|
|
112590
|
+
"name": "setupBaseEventHandlers",
|
|
112672
112591
|
"privacy": "protected",
|
|
112673
112592
|
"return": {
|
|
112674
112593
|
"type": {
|
|
112675
|
-
"text": "
|
|
112594
|
+
"text": "void"
|
|
112676
112595
|
}
|
|
112677
112596
|
},
|
|
112678
|
-
"description": "Returns a hidden slot, which is intended as the children change detection.\nWhen an element without a slot attribute is slotted to the element, it triggers\nthe slotchange event, which can be used to assign it to the appropriate named slot.",
|
|
112679
112597
|
"inheritedFrom": {
|
|
112680
|
-
"name": "
|
|
112681
|
-
"module": "core/
|
|
112598
|
+
"name": "SbbActionBaseElement",
|
|
112599
|
+
"module": "core/base-elements/action-base-element.js"
|
|
112682
112600
|
}
|
|
112683
112601
|
},
|
|
112684
112602
|
{
|
|
@@ -112778,47 +112696,129 @@
|
|
|
112778
112696
|
"kind": "field",
|
|
112779
112697
|
"name": "_controllers",
|
|
112780
112698
|
"type": {
|
|
112781
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
112699
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
112700
|
+
},
|
|
112701
|
+
"privacy": "private",
|
|
112702
|
+
"inheritedFrom": {
|
|
112703
|
+
"name": "SbbElement",
|
|
112704
|
+
"module": "core/base-elements/element.js"
|
|
112705
|
+
}
|
|
112706
|
+
}
|
|
112707
|
+
],
|
|
112708
|
+
"mixins": [
|
|
112709
|
+
{
|
|
112710
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112711
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112712
|
+
}
|
|
112713
|
+
],
|
|
112714
|
+
"superclass": {
|
|
112715
|
+
"name": "SbbLinkBaseElement",
|
|
112716
|
+
"module": "core/base-elements.js"
|
|
112717
|
+
},
|
|
112718
|
+
"tagName": "sbb-navigation-link",
|
|
112719
|
+
"customElement": true,
|
|
112720
|
+
"attributes": [
|
|
112721
|
+
{
|
|
112722
|
+
"name": "size",
|
|
112723
|
+
"type": {
|
|
112724
|
+
"text": "SbbNavigationActionSize"
|
|
112725
|
+
},
|
|
112726
|
+
"description": "Action size variant, either s, m or l.",
|
|
112727
|
+
"default": "'l' / 's' (lean)",
|
|
112728
|
+
"fieldName": "size",
|
|
112729
|
+
"inheritedFrom": {
|
|
112730
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112731
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112732
|
+
}
|
|
112733
|
+
},
|
|
112734
|
+
{
|
|
112735
|
+
"name": "href",
|
|
112736
|
+
"type": {
|
|
112737
|
+
"text": "string"
|
|
112738
|
+
},
|
|
112739
|
+
"default": "''",
|
|
112740
|
+
"description": "The href value you want to link to.",
|
|
112741
|
+
"fieldName": "href",
|
|
112742
|
+
"inheritedFrom": {
|
|
112743
|
+
"name": "SbbLinkBaseElement",
|
|
112744
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112745
|
+
}
|
|
112746
|
+
},
|
|
112747
|
+
{
|
|
112748
|
+
"name": "target",
|
|
112749
|
+
"type": {
|
|
112750
|
+
"text": "LinkTargetType | string"
|
|
112751
|
+
},
|
|
112752
|
+
"default": "''",
|
|
112753
|
+
"description": "Where to display the linked URL.",
|
|
112754
|
+
"fieldName": "target",
|
|
112755
|
+
"inheritedFrom": {
|
|
112756
|
+
"name": "SbbLinkBaseElement",
|
|
112757
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112758
|
+
}
|
|
112759
|
+
},
|
|
112760
|
+
{
|
|
112761
|
+
"name": "rel",
|
|
112762
|
+
"type": {
|
|
112763
|
+
"text": "string"
|
|
112764
|
+
},
|
|
112765
|
+
"default": "''",
|
|
112766
|
+
"description": "The relationship of the linked URL as space-separated link types.",
|
|
112767
|
+
"fieldName": "rel",
|
|
112768
|
+
"inheritedFrom": {
|
|
112769
|
+
"name": "SbbLinkBaseElement",
|
|
112770
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112771
|
+
}
|
|
112772
|
+
},
|
|
112773
|
+
{
|
|
112774
|
+
"name": "download",
|
|
112775
|
+
"type": {
|
|
112776
|
+
"text": "boolean"
|
|
112777
|
+
},
|
|
112778
|
+
"default": "false",
|
|
112779
|
+
"description": "Whether the browser will show the download dialog on click.",
|
|
112780
|
+
"fieldName": "download",
|
|
112781
|
+
"inheritedFrom": {
|
|
112782
|
+
"name": "SbbLinkBaseElement",
|
|
112783
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112784
|
+
}
|
|
112785
|
+
},
|
|
112786
|
+
{
|
|
112787
|
+
"name": "accessibility-label",
|
|
112788
|
+
"type": {
|
|
112789
|
+
"text": "string"
|
|
112782
112790
|
},
|
|
112783
|
-
"
|
|
112791
|
+
"default": "''",
|
|
112792
|
+
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
112793
|
+
"fieldName": "accessibilityLabel",
|
|
112784
112794
|
"inheritedFrom": {
|
|
112785
|
-
"name": "
|
|
112786
|
-
"module": "core/base-elements/element.js"
|
|
112795
|
+
"name": "SbbLinkBaseElement",
|
|
112796
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112787
112797
|
}
|
|
112788
|
-
}
|
|
112789
|
-
],
|
|
112790
|
-
"attributes": [
|
|
112798
|
+
},
|
|
112791
112799
|
{
|
|
112792
|
-
"name": "
|
|
112800
|
+
"name": "accessibility-current",
|
|
112793
112801
|
"type": {
|
|
112794
112802
|
"text": "string"
|
|
112795
112803
|
},
|
|
112796
112804
|
"default": "''",
|
|
112797
|
-
"description": "
|
|
112798
|
-
"fieldName": "
|
|
112799
|
-
|
|
112800
|
-
|
|
112801
|
-
|
|
112802
|
-
|
|
112803
|
-
"name": "SbbNamedSlotListMixin",
|
|
112804
|
-
"module": "core/mixins.js"
|
|
112805
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
112806
|
+
"fieldName": "accessibilityCurrent",
|
|
112807
|
+
"inheritedFrom": {
|
|
112808
|
+
"name": "SbbLinkBaseElement",
|
|
112809
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112810
|
+
}
|
|
112805
112811
|
}
|
|
112806
|
-
]
|
|
112807
|
-
"superclass": {
|
|
112808
|
-
"name": "SbbElement",
|
|
112809
|
-
"module": "core/base-elements.js"
|
|
112810
|
-
},
|
|
112811
|
-
"tagName": "sbb-navigation-list",
|
|
112812
|
-
"customElement": true
|
|
112812
|
+
]
|
|
112813
112813
|
}
|
|
112814
112814
|
],
|
|
112815
112815
|
"exports": [
|
|
112816
112816
|
{
|
|
112817
112817
|
"kind": "js",
|
|
112818
|
-
"name": "
|
|
112818
|
+
"name": "SbbNavigationLinkElement",
|
|
112819
112819
|
"declaration": {
|
|
112820
|
-
"name": "
|
|
112821
|
-
"module": "navigation/navigation-
|
|
112820
|
+
"name": "SbbNavigationLinkElement",
|
|
112821
|
+
"module": "navigation/navigation-link/navigation-link.component.js"
|
|
112822
112822
|
}
|
|
112823
112823
|
}
|
|
112824
112824
|
]
|
|
@@ -128769,231 +128769,42 @@
|
|
|
128769
128769
|
},
|
|
128770
128770
|
{
|
|
128771
128771
|
"kind": "field",
|
|
128772
|
-
"name": "maybeDisabled",
|
|
128773
|
-
"type": {
|
|
128774
|
-
"text": "boolean | undefined"
|
|
128775
|
-
},
|
|
128776
|
-
"privacy": "protected",
|
|
128777
|
-
"readonly": true,
|
|
128778
|
-
"inheritedFrom": {
|
|
128779
|
-
"name": "SbbActionBaseElement",
|
|
128780
|
-
"module": "core/base-elements/action-base-element.js"
|
|
128781
|
-
}
|
|
128782
|
-
},
|
|
128783
|
-
{
|
|
128784
|
-
"kind": "field",
|
|
128785
|
-
"name": "maybeDisabledInteractive",
|
|
128786
|
-
"type": {
|
|
128787
|
-
"text": "boolean | undefined"
|
|
128788
|
-
},
|
|
128789
|
-
"privacy": "protected",
|
|
128790
|
-
"readonly": true,
|
|
128791
|
-
"inheritedFrom": {
|
|
128792
|
-
"name": "SbbActionBaseElement",
|
|
128793
|
-
"module": "core/base-elements/action-base-element.js"
|
|
128794
|
-
}
|
|
128795
|
-
},
|
|
128796
|
-
{
|
|
128797
|
-
"kind": "method",
|
|
128798
|
-
"name": "setupBaseEventHandlers",
|
|
128799
|
-
"privacy": "protected",
|
|
128800
|
-
"return": {
|
|
128801
|
-
"type": {
|
|
128802
|
-
"text": "void"
|
|
128803
|
-
}
|
|
128804
|
-
},
|
|
128805
|
-
"inheritedFrom": {
|
|
128806
|
-
"name": "SbbActionBaseElement",
|
|
128807
|
-
"module": "core/base-elements/action-base-element.js"
|
|
128808
|
-
}
|
|
128809
|
-
},
|
|
128810
|
-
{
|
|
128811
|
-
"kind": "field",
|
|
128812
|
-
"name": "_hydrationRequired",
|
|
128813
|
-
"type": {
|
|
128814
|
-
"text": "boolean"
|
|
128815
|
-
},
|
|
128816
|
-
"privacy": "private",
|
|
128817
|
-
"default": "!!this.shadowRoot",
|
|
128818
|
-
"inheritedFrom": {
|
|
128819
|
-
"name": "SbbElement",
|
|
128820
|
-
"module": "core/base-elements/element.js"
|
|
128821
|
-
}
|
|
128822
|
-
},
|
|
128823
|
-
{
|
|
128824
|
-
"kind": "field",
|
|
128825
|
-
"name": "_hydrationComplete",
|
|
128826
|
-
"privacy": "private",
|
|
128827
|
-
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
128828
|
-
"inheritedFrom": {
|
|
128829
|
-
"name": "SbbElement",
|
|
128830
|
-
"module": "core/base-elements/element.js"
|
|
128831
|
-
}
|
|
128832
|
-
},
|
|
128833
|
-
{
|
|
128834
|
-
"kind": "field",
|
|
128835
|
-
"name": "_resolveHydration",
|
|
128836
|
-
"type": {
|
|
128837
|
-
"text": "(hydrationRequired: boolean) => void"
|
|
128838
|
-
},
|
|
128839
|
-
"privacy": "private",
|
|
128840
|
-
"inheritedFrom": {
|
|
128841
|
-
"name": "SbbElement",
|
|
128842
|
-
"module": "core/base-elements/element.js"
|
|
128843
|
-
}
|
|
128844
|
-
},
|
|
128845
|
-
{
|
|
128846
|
-
"kind": "field",
|
|
128847
|
-
"name": "hydrationRequired",
|
|
128848
|
-
"type": {
|
|
128849
|
-
"text": "boolean"
|
|
128850
|
-
},
|
|
128851
|
-
"privacy": "protected",
|
|
128852
|
-
"description": "Returns whether hydration is required and not completed.",
|
|
128853
|
-
"readonly": true,
|
|
128854
|
-
"inheritedFrom": {
|
|
128855
|
-
"name": "SbbElement",
|
|
128856
|
-
"module": "core/base-elements/element.js"
|
|
128857
|
-
},
|
|
128858
|
-
"default": "!!this.shadowRoot"
|
|
128859
|
-
},
|
|
128860
|
-
{
|
|
128861
|
-
"kind": "method",
|
|
128862
|
-
"name": "toggleState",
|
|
128863
|
-
"privacy": "protected",
|
|
128864
|
-
"return": {
|
|
128865
|
-
"type": {
|
|
128866
|
-
"text": "void"
|
|
128867
|
-
}
|
|
128868
|
-
},
|
|
128869
|
-
"parameters": [
|
|
128870
|
-
{
|
|
128871
|
-
"name": "value",
|
|
128872
|
-
"type": {
|
|
128873
|
-
"text": "string"
|
|
128874
|
-
}
|
|
128875
|
-
},
|
|
128876
|
-
{
|
|
128877
|
-
"name": "force",
|
|
128878
|
-
"optional": true,
|
|
128879
|
-
"type": {
|
|
128880
|
-
"text": "boolean"
|
|
128881
|
-
}
|
|
128882
|
-
}
|
|
128883
|
-
],
|
|
128884
|
-
"inheritedFrom": {
|
|
128885
|
-
"name": "SbbElement",
|
|
128886
|
-
"module": "core/base-elements/element.js"
|
|
128887
|
-
}
|
|
128888
|
-
},
|
|
128889
|
-
{
|
|
128890
|
-
"kind": "field",
|
|
128891
|
-
"name": "['_$sbbElement$']",
|
|
128892
|
-
"type": {
|
|
128893
|
-
"text": "boolean"
|
|
128894
|
-
},
|
|
128895
|
-
"privacy": "public",
|
|
128896
|
-
"static": true,
|
|
128897
|
-
"default": "true",
|
|
128898
|
-
"inheritedFrom": {
|
|
128899
|
-
"name": "SbbElement",
|
|
128900
|
-
"module": "core/base-elements/element.js"
|
|
128901
|
-
}
|
|
128902
|
-
},
|
|
128903
|
-
{
|
|
128904
|
-
"kind": "field",
|
|
128905
|
-
"name": "_controllers",
|
|
128906
|
-
"type": {
|
|
128907
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
128908
|
-
},
|
|
128909
|
-
"privacy": "private",
|
|
128910
|
-
"inheritedFrom": {
|
|
128911
|
-
"name": "SbbElement",
|
|
128912
|
-
"module": "core/base-elements/element.js"
|
|
128913
|
-
}
|
|
128914
|
-
}
|
|
128915
|
-
],
|
|
128916
|
-
"mixins": [
|
|
128917
|
-
{
|
|
128918
|
-
"name": "SbbTeaserProductCommonElementMixin",
|
|
128919
|
-
"module": "teaser-product/common/teaser-product-common.js"
|
|
128920
|
-
}
|
|
128921
|
-
],
|
|
128922
|
-
"superclass": {
|
|
128923
|
-
"name": "SbbActionBaseElement",
|
|
128924
|
-
"module": "core/base-elements.js"
|
|
128925
|
-
},
|
|
128926
|
-
"tagName": "sbb-teaser-product-static",
|
|
128927
|
-
"customElement": true,
|
|
128928
|
-
"attributes": [
|
|
128929
|
-
{
|
|
128930
|
-
"name": "image-alignment",
|
|
128931
|
-
"type": {
|
|
128932
|
-
"text": "'after' | 'before'"
|
|
128933
|
-
},
|
|
128934
|
-
"default": "'after'",
|
|
128935
|
-
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
128936
|
-
"fieldName": "imageAlignment",
|
|
128937
|
-
"inheritedFrom": {
|
|
128938
|
-
"name": "SbbTeaserProductCommonElementMixin",
|
|
128939
|
-
"module": "teaser-product/common/teaser-product-common.js"
|
|
128940
|
-
}
|
|
128941
|
-
},
|
|
128942
|
-
{
|
|
128943
|
-
"name": "negative",
|
|
128944
|
-
"type": {
|
|
128945
|
-
"text": "boolean"
|
|
128946
|
-
},
|
|
128947
|
-
"default": "false",
|
|
128948
|
-
"description": "Negative coloring variant flag.",
|
|
128949
|
-
"fieldName": "negative",
|
|
128950
|
-
"inheritedFrom": {
|
|
128951
|
-
"name": "SbbNegativeMixin",
|
|
128952
|
-
"module": "core/mixins/negative-mixin.js"
|
|
128953
|
-
}
|
|
128954
|
-
}
|
|
128955
|
-
]
|
|
128956
|
-
}
|
|
128957
|
-
],
|
|
128958
|
-
"exports": [
|
|
128959
|
-
{
|
|
128960
|
-
"kind": "js",
|
|
128961
|
-
"name": "SbbTeaserProductStaticElement",
|
|
128962
|
-
"declaration": {
|
|
128963
|
-
"name": "SbbTeaserProductStaticElement",
|
|
128964
|
-
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
128965
|
-
}
|
|
128966
|
-
}
|
|
128967
|
-
]
|
|
128968
|
-
},
|
|
128969
|
-
{
|
|
128970
|
-
"kind": "javascript-module",
|
|
128971
|
-
"path": "timetable-form/timetable-form/timetable-form.component.js",
|
|
128972
|
-
"declarations": [
|
|
128973
|
-
{
|
|
128974
|
-
"kind": "class",
|
|
128975
|
-
"description": "Serves as a building block of a sbb 'timetable-form'.\nIt automatically handles the styles and part of its behaviors",
|
|
128976
|
-
"name": "SbbTimetableFormElement",
|
|
128977
|
-
"slots": [
|
|
128978
|
-
{
|
|
128979
|
-
"description": "Use the unnamed slot to add content to the 'timetable-form'",
|
|
128980
|
-
"name": ""
|
|
128981
|
-
}
|
|
128982
|
-
],
|
|
128983
|
-
"members": [
|
|
128772
|
+
"name": "maybeDisabled",
|
|
128773
|
+
"type": {
|
|
128774
|
+
"text": "boolean | undefined"
|
|
128775
|
+
},
|
|
128776
|
+
"privacy": "protected",
|
|
128777
|
+
"readonly": true,
|
|
128778
|
+
"inheritedFrom": {
|
|
128779
|
+
"name": "SbbActionBaseElement",
|
|
128780
|
+
"module": "core/base-elements/action-base-element.js"
|
|
128781
|
+
}
|
|
128782
|
+
},
|
|
128984
128783
|
{
|
|
128985
128784
|
"kind": "field",
|
|
128986
|
-
"name": "
|
|
128785
|
+
"name": "maybeDisabledInteractive",
|
|
128987
128786
|
"type": {
|
|
128988
|
-
"text": "
|
|
128787
|
+
"text": "boolean | undefined"
|
|
128989
128788
|
},
|
|
128990
|
-
"privacy": "
|
|
128991
|
-
"static": true,
|
|
128789
|
+
"privacy": "protected",
|
|
128992
128790
|
"readonly": true,
|
|
128993
|
-
"default": "'sbb-timetable-form'",
|
|
128994
128791
|
"inheritedFrom": {
|
|
128995
|
-
"name": "
|
|
128996
|
-
"module": "core/base-elements/element.js"
|
|
128792
|
+
"name": "SbbActionBaseElement",
|
|
128793
|
+
"module": "core/base-elements/action-base-element.js"
|
|
128794
|
+
}
|
|
128795
|
+
},
|
|
128796
|
+
{
|
|
128797
|
+
"kind": "method",
|
|
128798
|
+
"name": "setupBaseEventHandlers",
|
|
128799
|
+
"privacy": "protected",
|
|
128800
|
+
"return": {
|
|
128801
|
+
"type": {
|
|
128802
|
+
"text": "void"
|
|
128803
|
+
}
|
|
128804
|
+
},
|
|
128805
|
+
"inheritedFrom": {
|
|
128806
|
+
"name": "SbbActionBaseElement",
|
|
128807
|
+
"module": "core/base-elements/action-base-element.js"
|
|
128997
128808
|
}
|
|
128998
128809
|
},
|
|
128999
128810
|
{
|
|
@@ -129102,36 +128913,70 @@
|
|
|
129102
128913
|
}
|
|
129103
128914
|
}
|
|
129104
128915
|
],
|
|
128916
|
+
"mixins": [
|
|
128917
|
+
{
|
|
128918
|
+
"name": "SbbTeaserProductCommonElementMixin",
|
|
128919
|
+
"module": "teaser-product/common/teaser-product-common.js"
|
|
128920
|
+
}
|
|
128921
|
+
],
|
|
129105
128922
|
"superclass": {
|
|
129106
|
-
"name": "
|
|
128923
|
+
"name": "SbbActionBaseElement",
|
|
129107
128924
|
"module": "core/base-elements.js"
|
|
129108
128925
|
},
|
|
129109
|
-
"tagName": "sbb-
|
|
129110
|
-
"customElement": true
|
|
128926
|
+
"tagName": "sbb-teaser-product-static",
|
|
128927
|
+
"customElement": true,
|
|
128928
|
+
"attributes": [
|
|
128929
|
+
{
|
|
128930
|
+
"name": "image-alignment",
|
|
128931
|
+
"type": {
|
|
128932
|
+
"text": "'after' | 'before'"
|
|
128933
|
+
},
|
|
128934
|
+
"default": "'after'",
|
|
128935
|
+
"description": "Whether the fully visible part of the image is aligned 'before' or 'after' the content.\nOnly relevant starting from large breakpoint.",
|
|
128936
|
+
"fieldName": "imageAlignment",
|
|
128937
|
+
"inheritedFrom": {
|
|
128938
|
+
"name": "SbbTeaserProductCommonElementMixin",
|
|
128939
|
+
"module": "teaser-product/common/teaser-product-common.js"
|
|
128940
|
+
}
|
|
128941
|
+
},
|
|
128942
|
+
{
|
|
128943
|
+
"name": "negative",
|
|
128944
|
+
"type": {
|
|
128945
|
+
"text": "boolean"
|
|
128946
|
+
},
|
|
128947
|
+
"default": "false",
|
|
128948
|
+
"description": "Negative coloring variant flag.",
|
|
128949
|
+
"fieldName": "negative",
|
|
128950
|
+
"inheritedFrom": {
|
|
128951
|
+
"name": "SbbNegativeMixin",
|
|
128952
|
+
"module": "core/mixins/negative-mixin.js"
|
|
128953
|
+
}
|
|
128954
|
+
}
|
|
128955
|
+
]
|
|
129111
128956
|
}
|
|
129112
128957
|
],
|
|
129113
128958
|
"exports": [
|
|
129114
128959
|
{
|
|
129115
128960
|
"kind": "js",
|
|
129116
|
-
"name": "
|
|
128961
|
+
"name": "SbbTeaserProductStaticElement",
|
|
129117
128962
|
"declaration": {
|
|
129118
|
-
"name": "
|
|
129119
|
-
"module": "
|
|
128963
|
+
"name": "SbbTeaserProductStaticElement",
|
|
128964
|
+
"module": "teaser-product/teaser-product-static/teaser-product-static.component.js"
|
|
129120
128965
|
}
|
|
129121
128966
|
}
|
|
129122
128967
|
]
|
|
129123
128968
|
},
|
|
129124
128969
|
{
|
|
129125
128970
|
"kind": "javascript-module",
|
|
129126
|
-
"path": "timetable-form/timetable-form
|
|
128971
|
+
"path": "timetable-form/timetable-form/timetable-form.component.js",
|
|
129127
128972
|
"declarations": [
|
|
129128
128973
|
{
|
|
129129
128974
|
"kind": "class",
|
|
129130
|
-
"description": "
|
|
129131
|
-
"name": "
|
|
128975
|
+
"description": "Serves as a building block of a sbb 'timetable-form'.\nIt automatically handles the styles and part of its behaviors",
|
|
128976
|
+
"name": "SbbTimetableFormElement",
|
|
129132
128977
|
"slots": [
|
|
129133
128978
|
{
|
|
129134
|
-
"description": "Use the unnamed slot to add content to the
|
|
128979
|
+
"description": "Use the unnamed slot to add content to the 'timetable-form'",
|
|
129135
128980
|
"name": ""
|
|
129136
128981
|
}
|
|
129137
128982
|
],
|
|
@@ -129145,7 +128990,7 @@
|
|
|
129145
128990
|
"privacy": "public",
|
|
129146
128991
|
"static": true,
|
|
129147
128992
|
"readonly": true,
|
|
129148
|
-
"default": "'sbb-timetable-form
|
|
128993
|
+
"default": "'sbb-timetable-form'",
|
|
129149
128994
|
"inheritedFrom": {
|
|
129150
128995
|
"name": "SbbElement",
|
|
129151
128996
|
"module": "core/base-elements/element.js"
|
|
@@ -129261,17 +129106,17 @@
|
|
|
129261
129106
|
"name": "SbbElement",
|
|
129262
129107
|
"module": "core/base-elements.js"
|
|
129263
129108
|
},
|
|
129264
|
-
"tagName": "sbb-timetable-form
|
|
129109
|
+
"tagName": "sbb-timetable-form",
|
|
129265
129110
|
"customElement": true
|
|
129266
129111
|
}
|
|
129267
129112
|
],
|
|
129268
129113
|
"exports": [
|
|
129269
129114
|
{
|
|
129270
129115
|
"kind": "js",
|
|
129271
|
-
"name": "
|
|
129116
|
+
"name": "SbbTimetableFormElement",
|
|
129272
129117
|
"declaration": {
|
|
129273
|
-
"name": "
|
|
129274
|
-
"module": "timetable-form/timetable-form
|
|
129118
|
+
"name": "SbbTimetableFormElement",
|
|
129119
|
+
"module": "timetable-form/timetable-form/timetable-form.component.js"
|
|
129275
129120
|
}
|
|
129276
129121
|
}
|
|
129277
129122
|
]
|
|
@@ -130271,6 +130116,161 @@
|
|
|
130271
130116
|
}
|
|
130272
130117
|
]
|
|
130273
130118
|
},
|
|
130119
|
+
{
|
|
130120
|
+
"kind": "javascript-module",
|
|
130121
|
+
"path": "timetable-form/timetable-form-details/timetable-form-details.component.js",
|
|
130122
|
+
"declarations": [
|
|
130123
|
+
{
|
|
130124
|
+
"kind": "class",
|
|
130125
|
+
"description": "Wraps the details section of the `sbb-timetable-form`.",
|
|
130126
|
+
"name": "SbbTimetableFormDetailsElement",
|
|
130127
|
+
"slots": [
|
|
130128
|
+
{
|
|
130129
|
+
"description": "Use the unnamed slot to add content to the details section.",
|
|
130130
|
+
"name": ""
|
|
130131
|
+
}
|
|
130132
|
+
],
|
|
130133
|
+
"members": [
|
|
130134
|
+
{
|
|
130135
|
+
"kind": "field",
|
|
130136
|
+
"name": "elementName",
|
|
130137
|
+
"type": {
|
|
130138
|
+
"text": "string"
|
|
130139
|
+
},
|
|
130140
|
+
"privacy": "public",
|
|
130141
|
+
"static": true,
|
|
130142
|
+
"readonly": true,
|
|
130143
|
+
"default": "'sbb-timetable-form-details'",
|
|
130144
|
+
"inheritedFrom": {
|
|
130145
|
+
"name": "SbbElement",
|
|
130146
|
+
"module": "core/base-elements/element.js"
|
|
130147
|
+
}
|
|
130148
|
+
},
|
|
130149
|
+
{
|
|
130150
|
+
"kind": "field",
|
|
130151
|
+
"name": "_hydrationRequired",
|
|
130152
|
+
"type": {
|
|
130153
|
+
"text": "boolean"
|
|
130154
|
+
},
|
|
130155
|
+
"privacy": "private",
|
|
130156
|
+
"default": "!!this.shadowRoot",
|
|
130157
|
+
"inheritedFrom": {
|
|
130158
|
+
"name": "SbbElement",
|
|
130159
|
+
"module": "core/base-elements/element.js"
|
|
130160
|
+
}
|
|
130161
|
+
},
|
|
130162
|
+
{
|
|
130163
|
+
"kind": "field",
|
|
130164
|
+
"name": "_hydrationComplete",
|
|
130165
|
+
"privacy": "private",
|
|
130166
|
+
"default": "new Promise<boolean>( (resolve) => (this._resolveHydration = resolve), )",
|
|
130167
|
+
"inheritedFrom": {
|
|
130168
|
+
"name": "SbbElement",
|
|
130169
|
+
"module": "core/base-elements/element.js"
|
|
130170
|
+
}
|
|
130171
|
+
},
|
|
130172
|
+
{
|
|
130173
|
+
"kind": "field",
|
|
130174
|
+
"name": "_resolveHydration",
|
|
130175
|
+
"type": {
|
|
130176
|
+
"text": "(hydrationRequired: boolean) => void"
|
|
130177
|
+
},
|
|
130178
|
+
"privacy": "private",
|
|
130179
|
+
"inheritedFrom": {
|
|
130180
|
+
"name": "SbbElement",
|
|
130181
|
+
"module": "core/base-elements/element.js"
|
|
130182
|
+
}
|
|
130183
|
+
},
|
|
130184
|
+
{
|
|
130185
|
+
"kind": "field",
|
|
130186
|
+
"name": "hydrationRequired",
|
|
130187
|
+
"type": {
|
|
130188
|
+
"text": "boolean"
|
|
130189
|
+
},
|
|
130190
|
+
"privacy": "protected",
|
|
130191
|
+
"description": "Returns whether hydration is required and not completed.",
|
|
130192
|
+
"readonly": true,
|
|
130193
|
+
"inheritedFrom": {
|
|
130194
|
+
"name": "SbbElement",
|
|
130195
|
+
"module": "core/base-elements/element.js"
|
|
130196
|
+
},
|
|
130197
|
+
"default": "!!this.shadowRoot"
|
|
130198
|
+
},
|
|
130199
|
+
{
|
|
130200
|
+
"kind": "method",
|
|
130201
|
+
"name": "toggleState",
|
|
130202
|
+
"privacy": "protected",
|
|
130203
|
+
"return": {
|
|
130204
|
+
"type": {
|
|
130205
|
+
"text": "void"
|
|
130206
|
+
}
|
|
130207
|
+
},
|
|
130208
|
+
"parameters": [
|
|
130209
|
+
{
|
|
130210
|
+
"name": "value",
|
|
130211
|
+
"type": {
|
|
130212
|
+
"text": "string"
|
|
130213
|
+
}
|
|
130214
|
+
},
|
|
130215
|
+
{
|
|
130216
|
+
"name": "force",
|
|
130217
|
+
"optional": true,
|
|
130218
|
+
"type": {
|
|
130219
|
+
"text": "boolean"
|
|
130220
|
+
}
|
|
130221
|
+
}
|
|
130222
|
+
],
|
|
130223
|
+
"inheritedFrom": {
|
|
130224
|
+
"name": "SbbElement",
|
|
130225
|
+
"module": "core/base-elements/element.js"
|
|
130226
|
+
}
|
|
130227
|
+
},
|
|
130228
|
+
{
|
|
130229
|
+
"kind": "field",
|
|
130230
|
+
"name": "['_$sbbElement$']",
|
|
130231
|
+
"type": {
|
|
130232
|
+
"text": "boolean"
|
|
130233
|
+
},
|
|
130234
|
+
"privacy": "public",
|
|
130235
|
+
"static": true,
|
|
130236
|
+
"default": "true",
|
|
130237
|
+
"inheritedFrom": {
|
|
130238
|
+
"name": "SbbElement",
|
|
130239
|
+
"module": "core/base-elements/element.js"
|
|
130240
|
+
}
|
|
130241
|
+
},
|
|
130242
|
+
{
|
|
130243
|
+
"kind": "field",
|
|
130244
|
+
"name": "_controllers",
|
|
130245
|
+
"type": {
|
|
130246
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
130247
|
+
},
|
|
130248
|
+
"privacy": "private",
|
|
130249
|
+
"inheritedFrom": {
|
|
130250
|
+
"name": "SbbElement",
|
|
130251
|
+
"module": "core/base-elements/element.js"
|
|
130252
|
+
}
|
|
130253
|
+
}
|
|
130254
|
+
],
|
|
130255
|
+
"superclass": {
|
|
130256
|
+
"name": "SbbElement",
|
|
130257
|
+
"module": "core/base-elements.js"
|
|
130258
|
+
},
|
|
130259
|
+
"tagName": "sbb-timetable-form-details",
|
|
130260
|
+
"customElement": true
|
|
130261
|
+
}
|
|
130262
|
+
],
|
|
130263
|
+
"exports": [
|
|
130264
|
+
{
|
|
130265
|
+
"kind": "js",
|
|
130266
|
+
"name": "SbbTimetableFormDetailsElement",
|
|
130267
|
+
"declaration": {
|
|
130268
|
+
"name": "SbbTimetableFormDetailsElement",
|
|
130269
|
+
"module": "timetable-form/timetable-form-details/timetable-form-details.component.js"
|
|
130270
|
+
}
|
|
130271
|
+
}
|
|
130272
|
+
]
|
|
130273
|
+
},
|
|
130274
130274
|
{
|
|
130275
130275
|
"kind": "javascript-module",
|
|
130276
130276
|
"path": "timetable-form/timetable-form-swap-button/timetable-form-swap-button.component.js",
|