@sbb-esta/lyne-elements-dev 4.13.0-dev.1778879466 → 4.13.0-dev.1778950703
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,20 +111975,16 @@
|
|
|
111975
111975
|
},
|
|
111976
111976
|
{
|
|
111977
111977
|
"kind": "javascript-module",
|
|
111978
|
-
"path": "navigation/navigation-
|
|
111978
|
+
"path": "navigation/navigation-link/navigation-link.component.js",
|
|
111979
111979
|
"declarations": [
|
|
111980
111980
|
{
|
|
111981
111981
|
"kind": "class",
|
|
111982
|
-
"description": "It
|
|
111983
|
-
"name": "
|
|
111982
|
+
"description": "It displays a link element that can be used in the `sbb-navigation` component.",
|
|
111983
|
+
"name": "SbbNavigationLinkElement",
|
|
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-link`.",
|
|
111987
111987
|
"name": ""
|
|
111988
|
-
},
|
|
111989
|
-
{
|
|
111990
|
-
"description": "Use this to provide a label element.",
|
|
111991
|
-
"name": "label"
|
|
111992
111988
|
}
|
|
111993
111989
|
],
|
|
111994
111990
|
"members": [
|
|
@@ -112001,129 +111997,311 @@
|
|
|
112001
111997
|
"privacy": "public",
|
|
112002
111998
|
"static": true,
|
|
112003
111999
|
"readonly": true,
|
|
112004
|
-
"default": "'sbb-navigation-list'",
|
|
112005
112000
|
"inheritedFrom": {
|
|
112006
112001
|
"name": "SbbElement",
|
|
112007
112002
|
"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"
|
|
112008
112018
|
}
|
|
112009
112019
|
},
|
|
112010
112020
|
{
|
|
112011
112021
|
"kind": "field",
|
|
112012
|
-
"name": "
|
|
112022
|
+
"name": "size",
|
|
112013
112023
|
"type": {
|
|
112014
|
-
"text": "
|
|
112024
|
+
"text": "SbbNavigationActionSize"
|
|
112015
112025
|
},
|
|
112016
|
-
"privacy": "
|
|
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",
|
|
112052
|
+
"type": {
|
|
112053
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
112054
|
+
},
|
|
112055
|
+
"privacy": "public",
|
|
112056
|
+
"description": "The navigation marker in which the action is nested.",
|
|
112017
112057
|
"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', ]",
|
|
112020
112058
|
"inheritedFrom": {
|
|
112021
|
-
"name": "
|
|
112022
|
-
"module": "
|
|
112059
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112060
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112023
112061
|
}
|
|
112024
112062
|
},
|
|
112025
112063
|
{
|
|
112026
112064
|
"kind": "field",
|
|
112027
|
-
"name": "
|
|
112065
|
+
"name": "section",
|
|
112028
112066
|
"type": {
|
|
112029
|
-
"text": "
|
|
112067
|
+
"text": "SbbNavigationSectionElement | null"
|
|
112030
112068
|
},
|
|
112031
112069
|
"privacy": "public",
|
|
112032
|
-
"
|
|
112033
|
-
"
|
|
112034
|
-
"
|
|
112035
|
-
|
|
112070
|
+
"description": "The section in which the action is nested.",
|
|
112071
|
+
"readonly": true,
|
|
112072
|
+
"inheritedFrom": {
|
|
112073
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112074
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112075
|
+
}
|
|
112036
112076
|
},
|
|
112037
112077
|
{
|
|
112038
112078
|
"kind": "field",
|
|
112039
|
-
"name": "
|
|
112079
|
+
"name": "_navigationMarker",
|
|
112040
112080
|
"type": {
|
|
112041
|
-
"text": "
|
|
112081
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
112042
112082
|
},
|
|
112043
|
-
"privacy": "
|
|
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.",
|
|
112083
|
+
"privacy": "private",
|
|
112084
|
+
"default": "null",
|
|
112046
112085
|
"inheritedFrom": {
|
|
112047
|
-
"name": "
|
|
112048
|
-
"module": "
|
|
112086
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112087
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112049
112088
|
}
|
|
112050
112089
|
},
|
|
112051
112090
|
{
|
|
112052
112091
|
"kind": "field",
|
|
112053
|
-
"name": "
|
|
112092
|
+
"name": "_navigationSection",
|
|
112093
|
+
"type": {
|
|
112094
|
+
"text": "SbbNavigationSectionElement | null"
|
|
112095
|
+
},
|
|
112054
112096
|
"privacy": "private",
|
|
112097
|
+
"default": "null",
|
|
112055
112098
|
"inheritedFrom": {
|
|
112056
|
-
"name": "
|
|
112057
|
-
"module": "
|
|
112099
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112100
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112058
112101
|
}
|
|
112059
112102
|
},
|
|
112060
112103
|
{
|
|
112061
112104
|
"kind": "method",
|
|
112062
|
-
"name": "
|
|
112105
|
+
"name": "renderTemplate",
|
|
112063
112106
|
"privacy": "protected",
|
|
112064
112107
|
"return": {
|
|
112065
112108
|
"type": {
|
|
112066
112109
|
"text": "TemplateResult"
|
|
112067
112110
|
}
|
|
112068
112111
|
},
|
|
112069
|
-
"
|
|
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.",
|
|
112112
|
+
"description": "Override this method to render the component template.",
|
|
112086
112113
|
"inheritedFrom": {
|
|
112087
|
-
"name": "
|
|
112088
|
-
"module": "core/
|
|
112114
|
+
"name": "SbbActionBaseElement",
|
|
112115
|
+
"module": "core/base-elements/action-base-element.js"
|
|
112116
|
+
}
|
|
112117
|
+
},
|
|
112118
|
+
{
|
|
112119
|
+
"kind": "field",
|
|
112120
|
+
"name": "href",
|
|
112121
|
+
"type": {
|
|
112122
|
+
"text": "string"
|
|
112123
|
+
},
|
|
112124
|
+
"privacy": "public",
|
|
112125
|
+
"default": "''",
|
|
112126
|
+
"description": "The href value you want to link to.",
|
|
112127
|
+
"attribute": "href",
|
|
112128
|
+
"reflects": true,
|
|
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",
|
|
112240
|
+
"inheritedFrom": {
|
|
112241
|
+
"name": "SbbLinkBaseElement",
|
|
112242
|
+
"module": "core/base-elements/link-base-element.js"
|
|
112089
112243
|
}
|
|
112090
112244
|
},
|
|
112091
112245
|
{
|
|
112092
112246
|
"kind": "method",
|
|
112093
|
-
"name": "
|
|
112247
|
+
"name": "renderLink",
|
|
112094
112248
|
"privacy": "protected",
|
|
112095
112249
|
"return": {
|
|
112096
112250
|
"type": {
|
|
112097
|
-
"text": "
|
|
112251
|
+
"text": "TemplateResult"
|
|
112098
112252
|
}
|
|
112099
112253
|
},
|
|
112100
112254
|
"parameters": [
|
|
112101
112255
|
{
|
|
112102
|
-
"name": "
|
|
112256
|
+
"name": "renderContent",
|
|
112103
112257
|
"type": {
|
|
112104
|
-
"text": "
|
|
112258
|
+
"text": "TemplateResult"
|
|
112105
112259
|
}
|
|
112106
112260
|
}
|
|
112107
112261
|
],
|
|
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.",
|
|
112109
112262
|
"inheritedFrom": {
|
|
112110
|
-
"name": "
|
|
112111
|
-
"module": "core/
|
|
112263
|
+
"name": "SbbLinkBaseElement",
|
|
112264
|
+
"module": "core/base-elements/link-base-element.js"
|
|
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"
|
|
112112
112291
|
}
|
|
112113
112292
|
},
|
|
112114
112293
|
{
|
|
112115
112294
|
"kind": "method",
|
|
112116
|
-
"name": "
|
|
112295
|
+
"name": "setupBaseEventHandlers",
|
|
112117
112296
|
"privacy": "protected",
|
|
112118
112297
|
"return": {
|
|
112119
112298
|
"type": {
|
|
112120
|
-
"text": "
|
|
112299
|
+
"text": "void"
|
|
112121
112300
|
}
|
|
112122
112301
|
},
|
|
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.",
|
|
112124
112302
|
"inheritedFrom": {
|
|
112125
|
-
"name": "
|
|
112126
|
-
"module": "core/
|
|
112303
|
+
"name": "SbbActionBaseElement",
|
|
112304
|
+
"module": "core/base-elements/action-base-element.js"
|
|
112127
112305
|
}
|
|
112128
112306
|
},
|
|
112129
112307
|
{
|
|
@@ -112232,314 +112410,211 @@
|
|
|
112232
112410
|
}
|
|
112233
112411
|
}
|
|
112234
112412
|
],
|
|
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
|
-
],
|
|
112246
112413
|
"mixins": [
|
|
112247
112414
|
{
|
|
112248
|
-
"name": "
|
|
112249
|
-
"module": "
|
|
112415
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
112416
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
112250
112417
|
}
|
|
112251
112418
|
],
|
|
112252
112419
|
"superclass": {
|
|
112253
|
-
"name": "
|
|
112420
|
+
"name": "SbbLinkBaseElement",
|
|
112254
112421
|
"module": "core/base-elements.js"
|
|
112255
112422
|
},
|
|
112256
|
-
"tagName": "sbb-navigation-
|
|
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
|
-
},
|
|
112423
|
+
"tagName": "sbb-navigation-link",
|
|
112424
|
+
"customElement": true,
|
|
112425
|
+
"attributes": [
|
|
112315
112426
|
{
|
|
112316
|
-
"kind": "field",
|
|
112317
112427
|
"name": "size",
|
|
112318
112428
|
"type": {
|
|
112319
112429
|
"text": "SbbNavigationActionSize"
|
|
112320
112430
|
},
|
|
112321
|
-
"privacy": "public",
|
|
112322
112431
|
"description": "Action size variant, either s, m or l.",
|
|
112323
112432
|
"default": "'l' / 's' (lean)",
|
|
112324
|
-
"
|
|
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",
|
|
112433
|
+
"fieldName": "size",
|
|
112393
112434
|
"inheritedFrom": {
|
|
112394
112435
|
"name": "SbbNavigationActionCommonElementMixin",
|
|
112395
112436
|
"module": "navigation/common/navigation-action-common.js"
|
|
112396
112437
|
}
|
|
112397
112438
|
},
|
|
112398
112439
|
{
|
|
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",
|
|
112415
112440
|
"name": "href",
|
|
112416
112441
|
"type": {
|
|
112417
112442
|
"text": "string"
|
|
112418
112443
|
},
|
|
112419
|
-
"privacy": "public",
|
|
112420
112444
|
"default": "''",
|
|
112421
112445
|
"description": "The href value you want to link to.",
|
|
112422
|
-
"
|
|
112423
|
-
"reflects": true,
|
|
112446
|
+
"fieldName": "href",
|
|
112424
112447
|
"inheritedFrom": {
|
|
112425
112448
|
"name": "SbbLinkBaseElement",
|
|
112426
112449
|
"module": "core/base-elements/link-base-element.js"
|
|
112427
112450
|
}
|
|
112428
112451
|
},
|
|
112429
112452
|
{
|
|
112430
|
-
"kind": "field",
|
|
112431
112453
|
"name": "target",
|
|
112432
112454
|
"type": {
|
|
112433
112455
|
"text": "LinkTargetType | string"
|
|
112434
112456
|
},
|
|
112435
|
-
"privacy": "public",
|
|
112436
112457
|
"default": "''",
|
|
112437
112458
|
"description": "Where to display the linked URL.",
|
|
112438
|
-
"
|
|
112439
|
-
"reflects": true,
|
|
112459
|
+
"fieldName": "target",
|
|
112440
112460
|
"inheritedFrom": {
|
|
112441
112461
|
"name": "SbbLinkBaseElement",
|
|
112442
112462
|
"module": "core/base-elements/link-base-element.js"
|
|
112443
112463
|
}
|
|
112444
112464
|
},
|
|
112445
112465
|
{
|
|
112446
|
-
"kind": "field",
|
|
112447
112466
|
"name": "rel",
|
|
112448
112467
|
"type": {
|
|
112449
112468
|
"text": "string"
|
|
112450
112469
|
},
|
|
112451
|
-
"privacy": "public",
|
|
112452
112470
|
"default": "''",
|
|
112453
112471
|
"description": "The relationship of the linked URL as space-separated link types.",
|
|
112454
|
-
"
|
|
112455
|
-
"reflects": true,
|
|
112472
|
+
"fieldName": "rel",
|
|
112456
112473
|
"inheritedFrom": {
|
|
112457
112474
|
"name": "SbbLinkBaseElement",
|
|
112458
112475
|
"module": "core/base-elements/link-base-element.js"
|
|
112459
112476
|
}
|
|
112460
112477
|
},
|
|
112461
112478
|
{
|
|
112462
|
-
"kind": "field",
|
|
112463
112479
|
"name": "download",
|
|
112464
112480
|
"type": {
|
|
112465
112481
|
"text": "boolean"
|
|
112466
112482
|
},
|
|
112467
|
-
"privacy": "public",
|
|
112468
112483
|
"default": "false",
|
|
112469
112484
|
"description": "Whether the browser will show the download dialog on click.",
|
|
112470
|
-
"
|
|
112471
|
-
"
|
|
112485
|
+
"fieldName": "download",
|
|
112486
|
+
"inheritedFrom": {
|
|
112487
|
+
"name": "SbbLinkBaseElement",
|
|
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",
|
|
112472
112499
|
"inheritedFrom": {
|
|
112473
112500
|
"name": "SbbLinkBaseElement",
|
|
112474
112501
|
"module": "core/base-elements/link-base-element.js"
|
|
112475
112502
|
}
|
|
112476
112503
|
},
|
|
112477
112504
|
{
|
|
112478
|
-
"
|
|
112479
|
-
"name": "accessibilityLabel",
|
|
112505
|
+
"name": "accessibility-current",
|
|
112480
112506
|
"type": {
|
|
112481
112507
|
"text": "string"
|
|
112482
112508
|
},
|
|
112483
|
-
"privacy": "public",
|
|
112484
112509
|
"default": "''",
|
|
112485
|
-
"description": "This will be forwarded as aria-
|
|
112486
|
-
"
|
|
112510
|
+
"description": "This will be forwarded as aria-current to the inner anchor element.",
|
|
112511
|
+
"fieldName": "accessibilityCurrent",
|
|
112487
112512
|
"inheritedFrom": {
|
|
112488
112513
|
"name": "SbbLinkBaseElement",
|
|
112489
112514
|
"module": "core/base-elements/link-base-element.js"
|
|
112490
112515
|
}
|
|
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": ""
|
|
112491
112543
|
},
|
|
112544
|
+
{
|
|
112545
|
+
"description": "Use this to provide a label element.",
|
|
112546
|
+
"name": "label"
|
|
112547
|
+
}
|
|
112548
|
+
],
|
|
112549
|
+
"members": [
|
|
112492
112550
|
{
|
|
112493
112551
|
"kind": "field",
|
|
112494
|
-
"name": "
|
|
112552
|
+
"name": "elementName",
|
|
112495
112553
|
"type": {
|
|
112496
112554
|
"text": "string"
|
|
112497
112555
|
},
|
|
112498
112556
|
"privacy": "public",
|
|
112499
|
-
"
|
|
112500
|
-
"
|
|
112501
|
-
"
|
|
112557
|
+
"static": true,
|
|
112558
|
+
"readonly": true,
|
|
112559
|
+
"default": "'sbb-navigation-list'",
|
|
112502
112560
|
"inheritedFrom": {
|
|
112503
|
-
"name": "
|
|
112504
|
-
"module": "core/base-elements/
|
|
112561
|
+
"name": "SbbElement",
|
|
112562
|
+
"module": "core/base-elements/element.js"
|
|
112505
112563
|
}
|
|
112506
112564
|
},
|
|
112507
112565
|
{
|
|
112508
112566
|
"kind": "field",
|
|
112509
|
-
"name": "
|
|
112567
|
+
"name": "listChildLocalNames",
|
|
112568
|
+
"type": {
|
|
112569
|
+
"text": "array"
|
|
112570
|
+
},
|
|
112510
112571
|
"privacy": "protected",
|
|
112511
|
-
"
|
|
112572
|
+
"readonly": true,
|
|
112573
|
+
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
112574
|
+
"default": "[ 'sbb-navigation-button', 'sbb-navigation-link', ]",
|
|
112512
112575
|
"inheritedFrom": {
|
|
112513
|
-
"name": "
|
|
112514
|
-
"module": "core/
|
|
112576
|
+
"name": "SbbNamedSlotListMixin",
|
|
112577
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112515
112578
|
}
|
|
112516
112579
|
},
|
|
112517
112580
|
{
|
|
112518
112581
|
"kind": "field",
|
|
112519
|
-
"name": "
|
|
112582
|
+
"name": "label",
|
|
112520
112583
|
"type": {
|
|
112521
|
-
"text": "string
|
|
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",
|
|
112595
|
+
"type": {
|
|
112596
|
+
"text": "C[]"
|
|
112522
112597
|
},
|
|
112523
112598
|
"privacy": "protected",
|
|
112524
|
-
"
|
|
112525
|
-
"
|
|
112599
|
+
"default": "[]",
|
|
112600
|
+
"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.",
|
|
112526
112601
|
"inheritedFrom": {
|
|
112527
|
-
"name": "
|
|
112528
|
-
"module": "core/
|
|
112602
|
+
"name": "SbbNamedSlotListMixin",
|
|
112603
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112529
112604
|
}
|
|
112530
112605
|
},
|
|
112531
112606
|
{
|
|
112532
112607
|
"kind": "field",
|
|
112533
|
-
"name": "
|
|
112608
|
+
"name": "_handleSlotchange",
|
|
112534
112609
|
"privacy": "private",
|
|
112535
112610
|
"inheritedFrom": {
|
|
112536
|
-
"name": "
|
|
112537
|
-
"module": "core/
|
|
112611
|
+
"name": "SbbNamedSlotListMixin",
|
|
112612
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112538
112613
|
}
|
|
112539
112614
|
},
|
|
112540
112615
|
{
|
|
112541
112616
|
"kind": "method",
|
|
112542
|
-
"name": "
|
|
112617
|
+
"name": "renderList",
|
|
112543
112618
|
"privacy": "protected",
|
|
112544
112619
|
"return": {
|
|
112545
112620
|
"type": {
|
|
@@ -112548,55 +112623,62 @@
|
|
|
112548
112623
|
},
|
|
112549
112624
|
"parameters": [
|
|
112550
112625
|
{
|
|
112551
|
-
"name": "
|
|
112626
|
+
"name": "attributes",
|
|
112627
|
+
"default": "{}",
|
|
112552
112628
|
"type": {
|
|
112553
|
-
"text": "
|
|
112629
|
+
"text": "{ class?: string; ariaLabel?: string; ariaLabelledby?: string }"
|
|
112630
|
+
}
|
|
112631
|
+
},
|
|
112632
|
+
{
|
|
112633
|
+
"name": "listItemAttributes",
|
|
112634
|
+
"default": "{}",
|
|
112635
|
+
"type": {
|
|
112636
|
+
"text": "{ localNameVisualOnly?: string[] }"
|
|
112554
112637
|
}
|
|
112555
112638
|
}
|
|
112556
112639
|
],
|
|
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.",
|
|
112557
112641
|
"inheritedFrom": {
|
|
112558
|
-
"name": "
|
|
112559
|
-
"module": "core/
|
|
112642
|
+
"name": "SbbNamedSlotListMixin",
|
|
112643
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112560
112644
|
}
|
|
112561
112645
|
},
|
|
112562
112646
|
{
|
|
112563
|
-
"kind": "
|
|
112564
|
-
"name": "
|
|
112565
|
-
"type": {
|
|
112566
|
-
"text": "boolean | undefined"
|
|
112567
|
-
},
|
|
112647
|
+
"kind": "method",
|
|
112648
|
+
"name": "listSlotEntries",
|
|
112568
112649
|
"privacy": "protected",
|
|
112569
|
-
"
|
|
112570
|
-
|
|
112571
|
-
|
|
112572
|
-
|
|
112573
|
-
}
|
|
112574
|
-
},
|
|
112575
|
-
{
|
|
112576
|
-
"kind": "field",
|
|
112577
|
-
"name": "maybeDisabledInteractive",
|
|
112578
|
-
"type": {
|
|
112579
|
-
"text": "boolean | undefined"
|
|
112650
|
+
"return": {
|
|
112651
|
+
"type": {
|
|
112652
|
+
"text": "SbbNamedSlotProperties[]"
|
|
112653
|
+
}
|
|
112580
112654
|
},
|
|
112581
|
-
"
|
|
112582
|
-
|
|
112655
|
+
"parameters": [
|
|
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.",
|
|
112583
112664
|
"inheritedFrom": {
|
|
112584
|
-
"name": "
|
|
112585
|
-
"module": "core/
|
|
112665
|
+
"name": "SbbNamedSlotListMixin",
|
|
112666
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112586
112667
|
}
|
|
112587
112668
|
},
|
|
112588
112669
|
{
|
|
112589
112670
|
"kind": "method",
|
|
112590
|
-
"name": "
|
|
112671
|
+
"name": "renderHiddenSlot",
|
|
112591
112672
|
"privacy": "protected",
|
|
112592
112673
|
"return": {
|
|
112593
112674
|
"type": {
|
|
112594
|
-
"text": "
|
|
112675
|
+
"text": "TemplateResult"
|
|
112595
112676
|
}
|
|
112596
112677
|
},
|
|
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.",
|
|
112597
112679
|
"inheritedFrom": {
|
|
112598
|
-
"name": "
|
|
112599
|
-
"module": "core/
|
|
112680
|
+
"name": "SbbNamedSlotListMixin",
|
|
112681
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
112600
112682
|
}
|
|
112601
112683
|
},
|
|
112602
112684
|
{
|
|
@@ -112671,154 +112753,72 @@
|
|
|
112671
112753
|
"type": {
|
|
112672
112754
|
"text": "boolean"
|
|
112673
112755
|
}
|
|
112674
|
-
}
|
|
112675
|
-
],
|
|
112676
|
-
"inheritedFrom": {
|
|
112677
|
-
"name": "SbbElement",
|
|
112678
|
-
"module": "core/base-elements/element.js"
|
|
112679
|
-
}
|
|
112680
|
-
},
|
|
112681
|
-
{
|
|
112682
|
-
"kind": "field",
|
|
112683
|
-
"name": "['_$sbbElement$']",
|
|
112684
|
-
"type": {
|
|
112685
|
-
"text": "boolean"
|
|
112686
|
-
},
|
|
112687
|
-
"privacy": "public",
|
|
112688
|
-
"static": true,
|
|
112689
|
-
"default": "true",
|
|
112690
|
-
"inheritedFrom": {
|
|
112691
|
-
"name": "SbbElement",
|
|
112692
|
-
"module": "core/base-elements/element.js"
|
|
112693
|
-
}
|
|
112694
|
-
},
|
|
112695
|
-
{
|
|
112696
|
-
"kind": "field",
|
|
112697
|
-
"name": "_controllers",
|
|
112698
|
-
"type": {
|
|
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",
|
|
112756
|
+
}
|
|
112757
|
+
],
|
|
112768
112758
|
"inheritedFrom": {
|
|
112769
|
-
"name": "
|
|
112770
|
-
"module": "core/base-elements/
|
|
112759
|
+
"name": "SbbElement",
|
|
112760
|
+
"module": "core/base-elements/element.js"
|
|
112771
112761
|
}
|
|
112772
112762
|
},
|
|
112773
112763
|
{
|
|
112774
|
-
"
|
|
112764
|
+
"kind": "field",
|
|
112765
|
+
"name": "['_$sbbElement$']",
|
|
112775
112766
|
"type": {
|
|
112776
112767
|
"text": "boolean"
|
|
112777
112768
|
},
|
|
112778
|
-
"
|
|
112779
|
-
"
|
|
112780
|
-
"
|
|
112769
|
+
"privacy": "public",
|
|
112770
|
+
"static": true,
|
|
112771
|
+
"default": "true",
|
|
112781
112772
|
"inheritedFrom": {
|
|
112782
|
-
"name": "
|
|
112783
|
-
"module": "core/base-elements/
|
|
112773
|
+
"name": "SbbElement",
|
|
112774
|
+
"module": "core/base-elements/element.js"
|
|
112784
112775
|
}
|
|
112785
112776
|
},
|
|
112786
112777
|
{
|
|
112787
|
-
"
|
|
112778
|
+
"kind": "field",
|
|
112779
|
+
"name": "_controllers",
|
|
112788
112780
|
"type": {
|
|
112789
|
-
"text": "
|
|
112781
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
112790
112782
|
},
|
|
112791
|
-
"
|
|
112792
|
-
"description": "This will be forwarded as aria-label to the inner anchor element.",
|
|
112793
|
-
"fieldName": "accessibilityLabel",
|
|
112783
|
+
"privacy": "private",
|
|
112794
112784
|
"inheritedFrom": {
|
|
112795
|
-
"name": "
|
|
112796
|
-
"module": "core/base-elements/
|
|
112785
|
+
"name": "SbbElement",
|
|
112786
|
+
"module": "core/base-elements/element.js"
|
|
112797
112787
|
}
|
|
112798
|
-
}
|
|
112788
|
+
}
|
|
112789
|
+
],
|
|
112790
|
+
"attributes": [
|
|
112799
112791
|
{
|
|
112800
|
-
"name": "
|
|
112792
|
+
"name": "label",
|
|
112801
112793
|
"type": {
|
|
112802
112794
|
"text": "string"
|
|
112803
112795
|
},
|
|
112804
112796
|
"default": "''",
|
|
112805
|
-
"description": "
|
|
112806
|
-
"fieldName": "
|
|
112807
|
-
"inheritedFrom": {
|
|
112808
|
-
"name": "SbbLinkBaseElement",
|
|
112809
|
-
"module": "core/base-elements/link-base-element.js"
|
|
112810
|
-
}
|
|
112797
|
+
"description": "The label to be shown before the action list.",
|
|
112798
|
+
"fieldName": "label"
|
|
112811
112799
|
}
|
|
112812
|
-
]
|
|
112800
|
+
],
|
|
112801
|
+
"mixins": [
|
|
112802
|
+
{
|
|
112803
|
+
"name": "SbbNamedSlotListMixin",
|
|
112804
|
+
"module": "core/mixins.js"
|
|
112805
|
+
}
|
|
112806
|
+
],
|
|
112807
|
+
"superclass": {
|
|
112808
|
+
"name": "SbbElement",
|
|
112809
|
+
"module": "core/base-elements.js"
|
|
112810
|
+
},
|
|
112811
|
+
"tagName": "sbb-navigation-list",
|
|
112812
|
+
"customElement": true
|
|
112813
112813
|
}
|
|
112814
112814
|
],
|
|
112815
112815
|
"exports": [
|
|
112816
112816
|
{
|
|
112817
112817
|
"kind": "js",
|
|
112818
|
-
"name": "
|
|
112818
|
+
"name": "SbbNavigationListElement",
|
|
112819
112819
|
"declaration": {
|
|
112820
|
-
"name": "
|
|
112821
|
-
"module": "navigation/navigation-
|
|
112820
|
+
"name": "SbbNavigationListElement",
|
|
112821
|
+
"module": "navigation/navigation-list/navigation-list.component.js"
|
|
112822
112822
|
}
|
|
112823
112823
|
}
|
|
112824
112824
|
]
|
|
@@ -128782,29 +128782,218 @@
|
|
|
128782
128782
|
},
|
|
128783
128783
|
{
|
|
128784
128784
|
"kind": "field",
|
|
128785
|
-
"name": "maybeDisabledInteractive",
|
|
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": [
|
|
128984
|
+
{
|
|
128985
|
+
"kind": "field",
|
|
128986
|
+
"name": "elementName",
|
|
128786
128987
|
"type": {
|
|
128787
|
-
"text": "
|
|
128988
|
+
"text": "string"
|
|
128788
128989
|
},
|
|
128789
|
-
"privacy": "
|
|
128990
|
+
"privacy": "public",
|
|
128991
|
+
"static": true,
|
|
128790
128992
|
"readonly": true,
|
|
128993
|
+
"default": "'sbb-timetable-form'",
|
|
128791
128994
|
"inheritedFrom": {
|
|
128792
|
-
"name": "
|
|
128793
|
-
"module": "core/base-elements/
|
|
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"
|
|
128995
|
+
"name": "SbbElement",
|
|
128996
|
+
"module": "core/base-elements/element.js"
|
|
128808
128997
|
}
|
|
128809
128998
|
},
|
|
128810
128999
|
{
|
|
@@ -128913,70 +129102,36 @@
|
|
|
128913
129102
|
}
|
|
128914
129103
|
}
|
|
128915
129104
|
],
|
|
128916
|
-
"mixins": [
|
|
128917
|
-
{
|
|
128918
|
-
"name": "SbbTeaserProductCommonElementMixin",
|
|
128919
|
-
"module": "teaser-product/common/teaser-product-common.js"
|
|
128920
|
-
}
|
|
128921
|
-
],
|
|
128922
129105
|
"superclass": {
|
|
128923
|
-
"name": "
|
|
129106
|
+
"name": "SbbElement",
|
|
128924
129107
|
"module": "core/base-elements.js"
|
|
128925
129108
|
},
|
|
128926
|
-
"tagName": "sbb-
|
|
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
|
-
]
|
|
129109
|
+
"tagName": "sbb-timetable-form",
|
|
129110
|
+
"customElement": true
|
|
128956
129111
|
}
|
|
128957
129112
|
],
|
|
128958
129113
|
"exports": [
|
|
128959
129114
|
{
|
|
128960
129115
|
"kind": "js",
|
|
128961
|
-
"name": "
|
|
129116
|
+
"name": "SbbTimetableFormElement",
|
|
128962
129117
|
"declaration": {
|
|
128963
|
-
"name": "
|
|
128964
|
-
"module": "
|
|
129118
|
+
"name": "SbbTimetableFormElement",
|
|
129119
|
+
"module": "timetable-form/timetable-form/timetable-form.component.js"
|
|
128965
129120
|
}
|
|
128966
129121
|
}
|
|
128967
129122
|
]
|
|
128968
129123
|
},
|
|
128969
129124
|
{
|
|
128970
129125
|
"kind": "javascript-module",
|
|
128971
|
-
"path": "timetable-form/timetable-form/timetable-form.component.js",
|
|
129126
|
+
"path": "timetable-form/timetable-form-details/timetable-form-details.component.js",
|
|
128972
129127
|
"declarations": [
|
|
128973
129128
|
{
|
|
128974
129129
|
"kind": "class",
|
|
128975
|
-
"description": "
|
|
128976
|
-
"name": "
|
|
129130
|
+
"description": "Wraps the details section of the `sbb-timetable-form`.",
|
|
129131
|
+
"name": "SbbTimetableFormDetailsElement",
|
|
128977
129132
|
"slots": [
|
|
128978
129133
|
{
|
|
128979
|
-
"description": "Use the unnamed slot to add content to the
|
|
129134
|
+
"description": "Use the unnamed slot to add content to the details section.",
|
|
128980
129135
|
"name": ""
|
|
128981
129136
|
}
|
|
128982
129137
|
],
|
|
@@ -128990,7 +129145,7 @@
|
|
|
128990
129145
|
"privacy": "public",
|
|
128991
129146
|
"static": true,
|
|
128992
129147
|
"readonly": true,
|
|
128993
|
-
"default": "'sbb-timetable-form'",
|
|
129148
|
+
"default": "'sbb-timetable-form-details'",
|
|
128994
129149
|
"inheritedFrom": {
|
|
128995
129150
|
"name": "SbbElement",
|
|
128996
129151
|
"module": "core/base-elements/element.js"
|
|
@@ -129106,17 +129261,17 @@
|
|
|
129106
129261
|
"name": "SbbElement",
|
|
129107
129262
|
"module": "core/base-elements.js"
|
|
129108
129263
|
},
|
|
129109
|
-
"tagName": "sbb-timetable-form",
|
|
129264
|
+
"tagName": "sbb-timetable-form-details",
|
|
129110
129265
|
"customElement": true
|
|
129111
129266
|
}
|
|
129112
129267
|
],
|
|
129113
129268
|
"exports": [
|
|
129114
129269
|
{
|
|
129115
129270
|
"kind": "js",
|
|
129116
|
-
"name": "
|
|
129271
|
+
"name": "SbbTimetableFormDetailsElement",
|
|
129117
129272
|
"declaration": {
|
|
129118
|
-
"name": "
|
|
129119
|
-
"module": "timetable-form/timetable-form/timetable-form.component.js"
|
|
129273
|
+
"name": "SbbTimetableFormDetailsElement",
|
|
129274
|
+
"module": "timetable-form/timetable-form-details/timetable-form-details.component.js"
|
|
129120
129275
|
}
|
|
129121
129276
|
}
|
|
129122
129277
|
]
|
|
@@ -130116,161 +130271,6 @@
|
|
|
130116
130271
|
}
|
|
130117
130272
|
]
|
|
130118
130273
|
},
|
|
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",
|