@sbb-esta/lyne-elements-dev 4.11.0-dev.1776937132 → 4.11.0-dev.1776937282
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 +417 -417
- package/development/block-link-common-COY1RI1I.js +1 -1
- package/development/breadcrumb-group.component-DZslNBlB.js +1 -1
- package/development/button-common-7dmrUx4A.js +1 -1
- package/development/calendar-cell-base-element-BXohfDSl.js +1 -1
- package/development/calendar.component-Dg3D2A7k.js +1 -1
- package/development/card-action-common-1FDHbfeR.js +1 -1
- package/development/carousel-list.component-L-nYpHcN.js +1 -1
- package/development/carousel.component-Dl48ROSf.js +1 -1
- package/development/checkbox-common-Dd5uup8K.js +1 -1
- package/development/checkbox-group/checkbox-group.component.js +1 -1
- package/development/chip-group.component-BVfHWX2-.js +1 -1
- package/development/core/a11y/input-modality-detector.js +1 -1
- package/development/core/base-elements/element.js +1 -1
- package/development/core/controllers/media-matchers-controller.js +1 -1
- package/development/core/datetime/date-adapter.js +1 -1
- package/development/core/datetime/native-date-adapter.js +1 -1
- package/development/core/datetime/temporal-date-adapter.js +1 -1
- package/development/core/mixins/disabled-mixin.js +1 -1
- package/development/core/mixins/form-associated-checkbox-mixin.js +1 -1
- package/development/core/mixins/form-associated-input-mixin.js +1 -1
- package/development/core/mixins/form-associated-mixin.js +1 -1
- package/development/core/mixins/form-associated-radio-button-mixin.js +1 -1
- package/development/core/mixins/named-slot-list-mixin.js +1 -1
- package/development/core/mixins/negative-mixin.js +1 -1
- package/development/core/mixins/readonly-mixin.js +1 -1
- package/development/core/mixins/required-mixin.js +1 -1
- package/development/core/testing/event-spy.js +1 -1
- package/development/datepicker-button-CUPeoQgH.js +1 -1
- package/development/file-selector-common-C82QR3zb.js +1 -1
- package/development/header-action-common-MTYV0dqA.js +1 -1
- package/development/icon/icon-name-mixin.js +1 -1
- package/development/image.component-BD0jc-u-.js +1 -1
- package/development/link-common-DJ2FfG_Q.js +1 -1
- package/development/link-list-base-CKMNz30d.js +1 -1
- package/development/mini-calendar.component-BufzKw74.js +1 -1
- package/development/navigation-action-common-Hjr4dI9J.js +1 -1
- package/development/navigation-section.component-CnVrRETN.js +1 -1
- package/development/navigation.component-CTNQ1dix.js +1 -1
- package/development/option/option/option-base-element.js +1 -1
- package/development/paginator/common/paginator-common.js +1 -1
- package/development/panel-mixin-Dj_rsgL9.js +1 -1
- package/development/popover.component-BCMdJBUR.js +1 -1
- package/development/radio-button-common--d3WX-ZM.js +1 -1
- package/development/radio-button-panel/radio-button-panel.component.js +1 -1
- package/development/sidebar-container.component-BDSoDAym.js +1 -1
- package/development/sidebar.component-BLqO52nH.js +1 -1
- package/development/stepper.component-CxOBayI1.js +1 -1
- package/development/sticky-bar.component-Dzrdsnxu.js +1 -1
- package/development/styles-D8-q-irv.js +1 -1
- package/development/tab-group.component-DldBA45K.js +1 -1
- package/development/teaser-product-common-DYX370pm.js +1 -1
- package/development/time-input.component-BtdSR8kB.js +1 -1
- package/development/toggle.component-BJpD1b9H.js +1 -1
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -109957,176 +109957,6 @@
|
|
|
109957
109957
|
}
|
|
109958
109958
|
]
|
|
109959
109959
|
},
|
|
109960
|
-
{
|
|
109961
|
-
"kind": "javascript-module",
|
|
109962
|
-
"path": "navigation/common/navigation-action-common.js",
|
|
109963
|
-
"declarations": [
|
|
109964
|
-
{
|
|
109965
|
-
"kind": "class",
|
|
109966
|
-
"description": "",
|
|
109967
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
109968
|
-
"members": [
|
|
109969
|
-
{
|
|
109970
|
-
"kind": "field",
|
|
109971
|
-
"name": "size",
|
|
109972
|
-
"type": {
|
|
109973
|
-
"text": "SbbNavigationActionSize"
|
|
109974
|
-
},
|
|
109975
|
-
"privacy": "public"
|
|
109976
|
-
},
|
|
109977
|
-
{
|
|
109978
|
-
"kind": "field",
|
|
109979
|
-
"name": "marker",
|
|
109980
|
-
"type": {
|
|
109981
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
109982
|
-
},
|
|
109983
|
-
"privacy": "public",
|
|
109984
|
-
"readonly": true
|
|
109985
|
-
},
|
|
109986
|
-
{
|
|
109987
|
-
"kind": "field",
|
|
109988
|
-
"name": "section",
|
|
109989
|
-
"type": {
|
|
109990
|
-
"text": "SbbNavigationSectionElement | null"
|
|
109991
|
-
},
|
|
109992
|
-
"privacy": "public",
|
|
109993
|
-
"readonly": true
|
|
109994
|
-
},
|
|
109995
|
-
{
|
|
109996
|
-
"kind": "field",
|
|
109997
|
-
"name": "connectedSection",
|
|
109998
|
-
"type": {
|
|
109999
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110000
|
-
},
|
|
110001
|
-
"privacy": "public"
|
|
110002
|
-
}
|
|
110003
|
-
]
|
|
110004
|
-
},
|
|
110005
|
-
{
|
|
110006
|
-
"kind": "mixin",
|
|
110007
|
-
"description": "",
|
|
110008
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110009
|
-
"members": [
|
|
110010
|
-
{
|
|
110011
|
-
"kind": "field",
|
|
110012
|
-
"name": "styles",
|
|
110013
|
-
"type": {
|
|
110014
|
-
"text": "CSSResultGroup"
|
|
110015
|
-
},
|
|
110016
|
-
"privacy": "public",
|
|
110017
|
-
"static": true,
|
|
110018
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110019
|
-
},
|
|
110020
|
-
{
|
|
110021
|
-
"kind": "field",
|
|
110022
|
-
"name": "size",
|
|
110023
|
-
"type": {
|
|
110024
|
-
"text": "SbbNavigationActionSize"
|
|
110025
|
-
},
|
|
110026
|
-
"privacy": "public",
|
|
110027
|
-
"description": "Action size variant, either s, m or l.",
|
|
110028
|
-
"default": "'l' / 's' (lean)",
|
|
110029
|
-
"attribute": "size",
|
|
110030
|
-
"reflects": true
|
|
110031
|
-
},
|
|
110032
|
-
{
|
|
110033
|
-
"kind": "field",
|
|
110034
|
-
"name": "connectedSection",
|
|
110035
|
-
"type": {
|
|
110036
|
-
"text": "SbbNavigationSectionElement | undefined"
|
|
110037
|
-
},
|
|
110038
|
-
"privacy": "public",
|
|
110039
|
-
"description": "The section that is being controlled by the action, if any."
|
|
110040
|
-
},
|
|
110041
|
-
{
|
|
110042
|
-
"kind": "field",
|
|
110043
|
-
"name": "marker",
|
|
110044
|
-
"type": {
|
|
110045
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110046
|
-
},
|
|
110047
|
-
"privacy": "public",
|
|
110048
|
-
"description": "The navigation marker in which the action is nested.",
|
|
110049
|
-
"readonly": true
|
|
110050
|
-
},
|
|
110051
|
-
{
|
|
110052
|
-
"kind": "field",
|
|
110053
|
-
"name": "section",
|
|
110054
|
-
"type": {
|
|
110055
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110056
|
-
},
|
|
110057
|
-
"privacy": "public",
|
|
110058
|
-
"description": "The section in which the action is nested.",
|
|
110059
|
-
"readonly": true
|
|
110060
|
-
},
|
|
110061
|
-
{
|
|
110062
|
-
"kind": "field",
|
|
110063
|
-
"name": "_navigationMarker",
|
|
110064
|
-
"type": {
|
|
110065
|
-
"text": "SbbNavigationMarkerElement | null"
|
|
110066
|
-
},
|
|
110067
|
-
"privacy": "private",
|
|
110068
|
-
"default": "null"
|
|
110069
|
-
},
|
|
110070
|
-
{
|
|
110071
|
-
"kind": "field",
|
|
110072
|
-
"name": "_navigationSection",
|
|
110073
|
-
"type": {
|
|
110074
|
-
"text": "SbbNavigationSectionElement | null"
|
|
110075
|
-
},
|
|
110076
|
-
"privacy": "private",
|
|
110077
|
-
"default": "null"
|
|
110078
|
-
},
|
|
110079
|
-
{
|
|
110080
|
-
"kind": "method",
|
|
110081
|
-
"name": "renderTemplate",
|
|
110082
|
-
"privacy": "protected",
|
|
110083
|
-
"return": {
|
|
110084
|
-
"type": {
|
|
110085
|
-
"text": "TemplateResult"
|
|
110086
|
-
}
|
|
110087
|
-
}
|
|
110088
|
-
}
|
|
110089
|
-
],
|
|
110090
|
-
"attributes": [
|
|
110091
|
-
{
|
|
110092
|
-
"name": "size",
|
|
110093
|
-
"type": {
|
|
110094
|
-
"text": "SbbNavigationActionSize"
|
|
110095
|
-
},
|
|
110096
|
-
"description": "Action size variant, either s, m or l.",
|
|
110097
|
-
"default": "'l' / 's' (lean)",
|
|
110098
|
-
"fieldName": "size"
|
|
110099
|
-
}
|
|
110100
|
-
],
|
|
110101
|
-
"parameters": [
|
|
110102
|
-
{
|
|
110103
|
-
"name": "superClass",
|
|
110104
|
-
"type": {
|
|
110105
|
-
"text": "T"
|
|
110106
|
-
}
|
|
110107
|
-
}
|
|
110108
|
-
]
|
|
110109
|
-
}
|
|
110110
|
-
],
|
|
110111
|
-
"exports": [
|
|
110112
|
-
{
|
|
110113
|
-
"kind": "js",
|
|
110114
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110115
|
-
"declaration": {
|
|
110116
|
-
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110117
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110118
|
-
}
|
|
110119
|
-
},
|
|
110120
|
-
{
|
|
110121
|
-
"kind": "js",
|
|
110122
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110123
|
-
"declaration": {
|
|
110124
|
-
"name": "SbbNavigationActionCommonElementMixin",
|
|
110125
|
-
"module": "navigation/common/navigation-action-common.js"
|
|
110126
|
-
}
|
|
110127
|
-
}
|
|
110128
|
-
]
|
|
110129
|
-
},
|
|
110130
109960
|
{
|
|
110131
109961
|
"kind": "javascript-module",
|
|
110132
109962
|
"path": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js",
|
|
@@ -110303,44 +110133,214 @@
|
|
|
110303
110133
|
},
|
|
110304
110134
|
{
|
|
110305
110135
|
"kind": "field",
|
|
110306
|
-
"name": "_controllers",
|
|
110136
|
+
"name": "_controllers",
|
|
110137
|
+
"type": {
|
|
110138
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
110139
|
+
},
|
|
110140
|
+
"privacy": "private",
|
|
110141
|
+
"inheritedFrom": {
|
|
110142
|
+
"name": "SbbElement",
|
|
110143
|
+
"module": "core/base-elements/element.js"
|
|
110144
|
+
}
|
|
110145
|
+
}
|
|
110146
|
+
],
|
|
110147
|
+
"attributes": [
|
|
110148
|
+
{
|
|
110149
|
+
"name": "date",
|
|
110150
|
+
"type": {
|
|
110151
|
+
"text": "string"
|
|
110152
|
+
},
|
|
110153
|
+
"default": "''",
|
|
110154
|
+
"description": "Date as ISO string (YYYY-MM)",
|
|
110155
|
+
"fieldName": "date"
|
|
110156
|
+
}
|
|
110157
|
+
],
|
|
110158
|
+
"superclass": {
|
|
110159
|
+
"name": "SbbElement",
|
|
110160
|
+
"module": "core/base-elements.js"
|
|
110161
|
+
},
|
|
110162
|
+
"tagName": "sbb-mini-calendar-month",
|
|
110163
|
+
"customElement": true,
|
|
110164
|
+
"classGenerics": "T = Date"
|
|
110165
|
+
}
|
|
110166
|
+
],
|
|
110167
|
+
"exports": [
|
|
110168
|
+
{
|
|
110169
|
+
"kind": "js",
|
|
110170
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
110171
|
+
"declaration": {
|
|
110172
|
+
"name": "SbbMiniCalendarMonthElement",
|
|
110173
|
+
"module": "mini-calendar/mini-calendar-month/mini-calendar-month.component.js"
|
|
110174
|
+
}
|
|
110175
|
+
}
|
|
110176
|
+
]
|
|
110177
|
+
},
|
|
110178
|
+
{
|
|
110179
|
+
"kind": "javascript-module",
|
|
110180
|
+
"path": "navigation/common/navigation-action-common.js",
|
|
110181
|
+
"declarations": [
|
|
110182
|
+
{
|
|
110183
|
+
"kind": "class",
|
|
110184
|
+
"description": "",
|
|
110185
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110186
|
+
"members": [
|
|
110187
|
+
{
|
|
110188
|
+
"kind": "field",
|
|
110189
|
+
"name": "size",
|
|
110190
|
+
"type": {
|
|
110191
|
+
"text": "SbbNavigationActionSize"
|
|
110192
|
+
},
|
|
110193
|
+
"privacy": "public"
|
|
110194
|
+
},
|
|
110195
|
+
{
|
|
110196
|
+
"kind": "field",
|
|
110197
|
+
"name": "marker",
|
|
110198
|
+
"type": {
|
|
110199
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110200
|
+
},
|
|
110201
|
+
"privacy": "public",
|
|
110202
|
+
"readonly": true
|
|
110203
|
+
},
|
|
110204
|
+
{
|
|
110205
|
+
"kind": "field",
|
|
110206
|
+
"name": "section",
|
|
110207
|
+
"type": {
|
|
110208
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110209
|
+
},
|
|
110210
|
+
"privacy": "public",
|
|
110211
|
+
"readonly": true
|
|
110212
|
+
},
|
|
110213
|
+
{
|
|
110214
|
+
"kind": "field",
|
|
110215
|
+
"name": "connectedSection",
|
|
110216
|
+
"type": {
|
|
110217
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110218
|
+
},
|
|
110219
|
+
"privacy": "public"
|
|
110220
|
+
}
|
|
110221
|
+
]
|
|
110222
|
+
},
|
|
110223
|
+
{
|
|
110224
|
+
"kind": "mixin",
|
|
110225
|
+
"description": "",
|
|
110226
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110227
|
+
"members": [
|
|
110228
|
+
{
|
|
110229
|
+
"kind": "field",
|
|
110230
|
+
"name": "styles",
|
|
110231
|
+
"type": {
|
|
110232
|
+
"text": "CSSResultGroup"
|
|
110233
|
+
},
|
|
110234
|
+
"privacy": "public",
|
|
110235
|
+
"static": true,
|
|
110236
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]"
|
|
110237
|
+
},
|
|
110238
|
+
{
|
|
110239
|
+
"kind": "field",
|
|
110240
|
+
"name": "size",
|
|
110241
|
+
"type": {
|
|
110242
|
+
"text": "SbbNavigationActionSize"
|
|
110243
|
+
},
|
|
110244
|
+
"privacy": "public",
|
|
110245
|
+
"description": "Action size variant, either s, m or l.",
|
|
110246
|
+
"default": "'l' / 's' (lean)",
|
|
110247
|
+
"attribute": "size",
|
|
110248
|
+
"reflects": true
|
|
110249
|
+
},
|
|
110250
|
+
{
|
|
110251
|
+
"kind": "field",
|
|
110252
|
+
"name": "connectedSection",
|
|
110253
|
+
"type": {
|
|
110254
|
+
"text": "SbbNavigationSectionElement | undefined"
|
|
110255
|
+
},
|
|
110256
|
+
"privacy": "public",
|
|
110257
|
+
"description": "The section that is being controlled by the action, if any."
|
|
110258
|
+
},
|
|
110259
|
+
{
|
|
110260
|
+
"kind": "field",
|
|
110261
|
+
"name": "marker",
|
|
110262
|
+
"type": {
|
|
110263
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110264
|
+
},
|
|
110265
|
+
"privacy": "public",
|
|
110266
|
+
"description": "The navigation marker in which the action is nested.",
|
|
110267
|
+
"readonly": true
|
|
110268
|
+
},
|
|
110269
|
+
{
|
|
110270
|
+
"kind": "field",
|
|
110271
|
+
"name": "section",
|
|
110272
|
+
"type": {
|
|
110273
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110274
|
+
},
|
|
110275
|
+
"privacy": "public",
|
|
110276
|
+
"description": "The section in which the action is nested.",
|
|
110277
|
+
"readonly": true
|
|
110278
|
+
},
|
|
110279
|
+
{
|
|
110280
|
+
"kind": "field",
|
|
110281
|
+
"name": "_navigationMarker",
|
|
110282
|
+
"type": {
|
|
110283
|
+
"text": "SbbNavigationMarkerElement | null"
|
|
110284
|
+
},
|
|
110285
|
+
"privacy": "private",
|
|
110286
|
+
"default": "null"
|
|
110287
|
+
},
|
|
110288
|
+
{
|
|
110289
|
+
"kind": "field",
|
|
110290
|
+
"name": "_navigationSection",
|
|
110307
110291
|
"type": {
|
|
110308
|
-
"text": "
|
|
110292
|
+
"text": "SbbNavigationSectionElement | null"
|
|
110309
110293
|
},
|
|
110310
110294
|
"privacy": "private",
|
|
110311
|
-
"
|
|
110312
|
-
|
|
110313
|
-
|
|
110295
|
+
"default": "null"
|
|
110296
|
+
},
|
|
110297
|
+
{
|
|
110298
|
+
"kind": "method",
|
|
110299
|
+
"name": "renderTemplate",
|
|
110300
|
+
"privacy": "protected",
|
|
110301
|
+
"return": {
|
|
110302
|
+
"type": {
|
|
110303
|
+
"text": "TemplateResult"
|
|
110304
|
+
}
|
|
110314
110305
|
}
|
|
110315
110306
|
}
|
|
110316
110307
|
],
|
|
110317
110308
|
"attributes": [
|
|
110318
110309
|
{
|
|
110319
|
-
"name": "
|
|
110310
|
+
"name": "size",
|
|
110320
110311
|
"type": {
|
|
110321
|
-
"text": "
|
|
110312
|
+
"text": "SbbNavigationActionSize"
|
|
110322
110313
|
},
|
|
110323
|
-
"
|
|
110324
|
-
"
|
|
110325
|
-
"fieldName": "
|
|
110314
|
+
"description": "Action size variant, either s, m or l.",
|
|
110315
|
+
"default": "'l' / 's' (lean)",
|
|
110316
|
+
"fieldName": "size"
|
|
110326
110317
|
}
|
|
110327
110318
|
],
|
|
110328
|
-
"
|
|
110329
|
-
|
|
110330
|
-
|
|
110331
|
-
|
|
110332
|
-
|
|
110333
|
-
|
|
110334
|
-
|
|
110319
|
+
"parameters": [
|
|
110320
|
+
{
|
|
110321
|
+
"name": "superClass",
|
|
110322
|
+
"type": {
|
|
110323
|
+
"text": "T"
|
|
110324
|
+
}
|
|
110325
|
+
}
|
|
110326
|
+
]
|
|
110335
110327
|
}
|
|
110336
110328
|
],
|
|
110337
110329
|
"exports": [
|
|
110338
110330
|
{
|
|
110339
110331
|
"kind": "js",
|
|
110340
|
-
"name": "
|
|
110332
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110341
110333
|
"declaration": {
|
|
110342
|
-
"name": "
|
|
110343
|
-
"module": "
|
|
110334
|
+
"name": "SbbNavigationActionCommonElementMixinType",
|
|
110335
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110336
|
+
}
|
|
110337
|
+
},
|
|
110338
|
+
{
|
|
110339
|
+
"kind": "js",
|
|
110340
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110341
|
+
"declaration": {
|
|
110342
|
+
"name": "SbbNavigationActionCommonElementMixin",
|
|
110343
|
+
"module": "navigation/common/navigation-action-common.js"
|
|
110344
110344
|
}
|
|
110345
110345
|
}
|
|
110346
110346
|
]
|
|
@@ -133023,15 +133023,22 @@
|
|
|
133023
133023
|
},
|
|
133024
133024
|
{
|
|
133025
133025
|
"kind": "javascript-module",
|
|
133026
|
-
"path": "train/train-
|
|
133026
|
+
"path": "train/train-formation/train-formation.component.js",
|
|
133027
133027
|
"declarations": [
|
|
133028
133028
|
{
|
|
133029
133029
|
"kind": "class",
|
|
133030
|
-
"description": "It displays a train
|
|
133031
|
-
"name": "
|
|
133030
|
+
"description": "It displays a train composition, acting as a container for one or more `sbb-train` component.",
|
|
133031
|
+
"name": "SbbTrainFormationElement",
|
|
133032
|
+
"cssProperties": [
|
|
133033
|
+
{
|
|
133034
|
+
"description": "Defines the inline padding inside the horizontal scrolling area.",
|
|
133035
|
+
"name": "--sbb-train-formation-padding-inline",
|
|
133036
|
+
"default": "0px"
|
|
133037
|
+
}
|
|
133038
|
+
],
|
|
133032
133039
|
"slots": [
|
|
133033
133040
|
{
|
|
133034
|
-
"description": "Use the unnamed slot to add
|
|
133041
|
+
"description": "Use the unnamed slot to add 'sbb-train' elements to the `sbb-train-formation`.",
|
|
133035
133042
|
"name": ""
|
|
133036
133043
|
}
|
|
133037
133044
|
],
|
|
@@ -133045,35 +133052,12 @@
|
|
|
133045
133052
|
"privacy": "public",
|
|
133046
133053
|
"static": true,
|
|
133047
133054
|
"readonly": true,
|
|
133048
|
-
"default": "'sbb-train-
|
|
133055
|
+
"default": "'sbb-train-formation'",
|
|
133049
133056
|
"inheritedFrom": {
|
|
133050
133057
|
"name": "SbbElement",
|
|
133051
133058
|
"module": "core/base-elements/element.js"
|
|
133052
133059
|
}
|
|
133053
133060
|
},
|
|
133054
|
-
{
|
|
133055
|
-
"kind": "field",
|
|
133056
|
-
"name": "events",
|
|
133057
|
-
"privacy": "public",
|
|
133058
|
-
"static": true,
|
|
133059
|
-
"readonly": true,
|
|
133060
|
-
"default": "{ sectorchange: 'sectorchange', }",
|
|
133061
|
-
"type": {
|
|
133062
|
-
"text": "{\n sectorchange: 'sectorchange',\n }"
|
|
133063
|
-
}
|
|
133064
|
-
},
|
|
133065
|
-
{
|
|
133066
|
-
"kind": "field",
|
|
133067
|
-
"name": "type",
|
|
133068
|
-
"type": {
|
|
133069
|
-
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
133070
|
-
},
|
|
133071
|
-
"privacy": "public",
|
|
133072
|
-
"default": "'wagon'",
|
|
133073
|
-
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
133074
|
-
"attribute": "type",
|
|
133075
|
-
"reflects": true
|
|
133076
|
-
},
|
|
133077
133061
|
{
|
|
133078
133062
|
"kind": "field",
|
|
133079
133063
|
"name": "listChildLocalNames",
|
|
@@ -133083,7 +133067,7 @@
|
|
|
133083
133067
|
"privacy": "protected",
|
|
133084
133068
|
"readonly": true,
|
|
133085
133069
|
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
133086
|
-
"default": "['sbb-
|
|
133070
|
+
"default": "['sbb-train']",
|
|
133087
133071
|
"inheritedFrom": {
|
|
133088
133072
|
"name": "SbbNamedSlotListMixin",
|
|
133089
133073
|
"module": "core/mixins/named-slot-list-mixin.js"
|
|
@@ -133091,71 +133075,24 @@
|
|
|
133091
133075
|
},
|
|
133092
133076
|
{
|
|
133093
133077
|
"kind": "field",
|
|
133094
|
-
"name": "
|
|
133095
|
-
"type": {
|
|
133096
|
-
"text": "SbbOccupancy | null"
|
|
133097
|
-
},
|
|
133098
|
-
"privacy": "public",
|
|
133099
|
-
"default": "null",
|
|
133100
|
-
"description": "Occupancy of a wagon.",
|
|
133101
|
-
"attribute": "occupancy"
|
|
133102
|
-
},
|
|
133103
|
-
{
|
|
133104
|
-
"kind": "field",
|
|
133105
|
-
"name": "sector",
|
|
133106
|
-
"type": {
|
|
133107
|
-
"text": "string"
|
|
133108
|
-
},
|
|
133109
|
-
"privacy": "public",
|
|
133110
|
-
"default": "''",
|
|
133111
|
-
"description": "Sector in which the wagon stops.",
|
|
133112
|
-
"attribute": "sector",
|
|
133113
|
-
"reflects": true
|
|
133114
|
-
},
|
|
133115
|
-
{
|
|
133116
|
-
"kind": "field",
|
|
133117
|
-
"name": "blockedPassage",
|
|
133118
|
-
"type": {
|
|
133119
|
-
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
133120
|
-
},
|
|
133121
|
-
"privacy": "public",
|
|
133122
|
-
"default": "'none'",
|
|
133123
|
-
"description": "Accessibility text for blocked passages of the wagon.",
|
|
133124
|
-
"attribute": "blocked-passage"
|
|
133125
|
-
},
|
|
133126
|
-
{
|
|
133127
|
-
"kind": "field",
|
|
133128
|
-
"name": "wagonClass",
|
|
133129
|
-
"type": {
|
|
133130
|
-
"text": "'1' | '2' | null"
|
|
133131
|
-
},
|
|
133132
|
-
"privacy": "public",
|
|
133133
|
-
"default": "null",
|
|
133134
|
-
"description": "Class label",
|
|
133135
|
-
"attribute": "wagon-class"
|
|
133136
|
-
},
|
|
133137
|
-
{
|
|
133138
|
-
"kind": "field",
|
|
133139
|
-
"name": "label",
|
|
133078
|
+
"name": "view",
|
|
133140
133079
|
"type": {
|
|
133141
|
-
"text": "
|
|
133080
|
+
"text": "'side' | 'top'"
|
|
133142
133081
|
},
|
|
133143
133082
|
"privacy": "public",
|
|
133144
|
-
"default": "''",
|
|
133145
|
-
"description": "
|
|
133146
|
-
"attribute": "
|
|
133083
|
+
"default": "'side'",
|
|
133084
|
+
"description": "Whether the view of the wagons is from side or top perspective.",
|
|
133085
|
+
"attribute": "view",
|
|
133147
133086
|
"reflects": true
|
|
133148
133087
|
},
|
|
133149
133088
|
{
|
|
133150
133089
|
"kind": "field",
|
|
133151
|
-
"name": "
|
|
133090
|
+
"name": "_sectors",
|
|
133152
133091
|
"type": {
|
|
133153
|
-
"text": "
|
|
133092
|
+
"text": "AggregatedSector[]"
|
|
133154
133093
|
},
|
|
133155
|
-
"privacy": "
|
|
133156
|
-
"default": "
|
|
133157
|
-
"description": "Additional accessibility text which will be appended to the end.",
|
|
133158
|
-
"attribute": "additional-accessibility-text"
|
|
133094
|
+
"privacy": "private",
|
|
133095
|
+
"default": "[]"
|
|
133159
133096
|
},
|
|
133160
133097
|
{
|
|
133161
133098
|
"kind": "field",
|
|
@@ -133165,23 +133102,22 @@
|
|
|
133165
133102
|
},
|
|
133166
133103
|
{
|
|
133167
133104
|
"kind": "method",
|
|
133168
|
-
"name": "
|
|
133105
|
+
"name": "_readSectors",
|
|
133169
133106
|
"privacy": "private",
|
|
133170
133107
|
"return": {
|
|
133171
133108
|
"type": {
|
|
133172
133109
|
"text": "void"
|
|
133173
133110
|
}
|
|
133174
|
-
}
|
|
133175
|
-
|
|
133176
|
-
|
|
133177
|
-
|
|
133178
|
-
|
|
133179
|
-
|
|
133180
|
-
|
|
133181
|
-
|
|
133182
|
-
"text": "string"
|
|
133111
|
+
},
|
|
133112
|
+
"parameters": [
|
|
133113
|
+
{
|
|
133114
|
+
"name": "event",
|
|
133115
|
+
"optional": true,
|
|
133116
|
+
"type": {
|
|
133117
|
+
"text": "Event"
|
|
133118
|
+
}
|
|
133183
133119
|
}
|
|
133184
|
-
|
|
133120
|
+
]
|
|
133185
133121
|
},
|
|
133186
133122
|
{
|
|
133187
133123
|
"kind": "field",
|
|
@@ -133347,103 +133283,49 @@
|
|
|
133347
133283
|
"type": {
|
|
133348
133284
|
"text": "boolean"
|
|
133349
133285
|
}
|
|
133350
|
-
}
|
|
133351
|
-
],
|
|
133352
|
-
"inheritedFrom": {
|
|
133353
|
-
"name": "SbbElement",
|
|
133354
|
-
"module": "core/base-elements/element.js"
|
|
133355
|
-
}
|
|
133356
|
-
},
|
|
133357
|
-
{
|
|
133358
|
-
"kind": "field",
|
|
133359
|
-
"name": "['_$sbbElement$']",
|
|
133360
|
-
"type": {
|
|
133361
|
-
"text": "boolean"
|
|
133362
|
-
},
|
|
133363
|
-
"privacy": "public",
|
|
133364
|
-
"static": true,
|
|
133365
|
-
"default": "true",
|
|
133366
|
-
"inheritedFrom": {
|
|
133367
|
-
"name": "SbbElement",
|
|
133368
|
-
"module": "core/base-elements/element.js"
|
|
133369
|
-
}
|
|
133370
|
-
},
|
|
133371
|
-
{
|
|
133372
|
-
"kind": "field",
|
|
133373
|
-
"name": "_controllers",
|
|
133374
|
-
"type": {
|
|
133375
|
-
"text": "Set<SbbReactiveController> | undefined"
|
|
133376
|
-
},
|
|
133377
|
-
"privacy": "private",
|
|
133378
|
-
"inheritedFrom": {
|
|
133379
|
-
"name": "SbbElement",
|
|
133380
|
-
"module": "core/base-elements/element.js"
|
|
133381
|
-
}
|
|
133382
|
-
}
|
|
133383
|
-
],
|
|
133384
|
-
"attributes": [
|
|
133385
|
-
{
|
|
133386
|
-
"name": "type",
|
|
133387
|
-
"type": {
|
|
133388
|
-
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
133389
|
-
},
|
|
133390
|
-
"default": "'wagon'",
|
|
133391
|
-
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
133392
|
-
"fieldName": "type"
|
|
133393
|
-
},
|
|
133394
|
-
{
|
|
133395
|
-
"name": "occupancy",
|
|
133396
|
-
"type": {
|
|
133397
|
-
"text": "SbbOccupancy | null"
|
|
133398
|
-
},
|
|
133399
|
-
"default": "null",
|
|
133400
|
-
"description": "Occupancy of a wagon.",
|
|
133401
|
-
"fieldName": "occupancy"
|
|
133402
|
-
},
|
|
133403
|
-
{
|
|
133404
|
-
"name": "sector",
|
|
133405
|
-
"type": {
|
|
133406
|
-
"text": "string"
|
|
133407
|
-
},
|
|
133408
|
-
"default": "''",
|
|
133409
|
-
"description": "Sector in which the wagon stops.",
|
|
133410
|
-
"fieldName": "sector"
|
|
133411
|
-
},
|
|
133412
|
-
{
|
|
133413
|
-
"name": "blocked-passage",
|
|
133414
|
-
"type": {
|
|
133415
|
-
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
133416
|
-
},
|
|
133417
|
-
"default": "'none'",
|
|
133418
|
-
"description": "Accessibility text for blocked passages of the wagon.",
|
|
133419
|
-
"fieldName": "blockedPassage"
|
|
133286
|
+
}
|
|
133287
|
+
],
|
|
133288
|
+
"inheritedFrom": {
|
|
133289
|
+
"name": "SbbElement",
|
|
133290
|
+
"module": "core/base-elements/element.js"
|
|
133291
|
+
}
|
|
133420
133292
|
},
|
|
133421
133293
|
{
|
|
133422
|
-
"
|
|
133294
|
+
"kind": "field",
|
|
133295
|
+
"name": "['_$sbbElement$']",
|
|
133423
133296
|
"type": {
|
|
133424
|
-
"text": "
|
|
133297
|
+
"text": "boolean"
|
|
133425
133298
|
},
|
|
133426
|
-
"
|
|
133427
|
-
"
|
|
133428
|
-
"
|
|
133299
|
+
"privacy": "public",
|
|
133300
|
+
"static": true,
|
|
133301
|
+
"default": "true",
|
|
133302
|
+
"inheritedFrom": {
|
|
133303
|
+
"name": "SbbElement",
|
|
133304
|
+
"module": "core/base-elements/element.js"
|
|
133305
|
+
}
|
|
133429
133306
|
},
|
|
133430
133307
|
{
|
|
133431
|
-
"
|
|
133308
|
+
"kind": "field",
|
|
133309
|
+
"name": "_controllers",
|
|
133432
133310
|
"type": {
|
|
133433
|
-
"text": "
|
|
133311
|
+
"text": "Set<SbbReactiveController> | undefined"
|
|
133434
133312
|
},
|
|
133435
|
-
"
|
|
133436
|
-
"
|
|
133437
|
-
|
|
133438
|
-
|
|
133313
|
+
"privacy": "private",
|
|
133314
|
+
"inheritedFrom": {
|
|
133315
|
+
"name": "SbbElement",
|
|
133316
|
+
"module": "core/base-elements/element.js"
|
|
133317
|
+
}
|
|
133318
|
+
}
|
|
133319
|
+
],
|
|
133320
|
+
"attributes": [
|
|
133439
133321
|
{
|
|
133440
|
-
"name": "
|
|
133322
|
+
"name": "view",
|
|
133441
133323
|
"type": {
|
|
133442
|
-
"text": "
|
|
133324
|
+
"text": "'side' | 'top'"
|
|
133443
133325
|
},
|
|
133444
|
-
"default": "''",
|
|
133445
|
-
"description": "
|
|
133446
|
-
"fieldName": "
|
|
133326
|
+
"default": "'side'",
|
|
133327
|
+
"description": "Whether the view of the wagons is from side or top perspective.",
|
|
133328
|
+
"fieldName": "view"
|
|
133447
133329
|
}
|
|
133448
133330
|
],
|
|
133449
133331
|
"mixins": [
|
|
@@ -133456,39 +133338,32 @@
|
|
|
133456
133338
|
"name": "SbbElement",
|
|
133457
133339
|
"module": "core/base-elements.js"
|
|
133458
133340
|
},
|
|
133459
|
-
"tagName": "sbb-train-
|
|
133341
|
+
"tagName": "sbb-train-formation",
|
|
133460
133342
|
"customElement": true
|
|
133461
133343
|
}
|
|
133462
133344
|
],
|
|
133463
133345
|
"exports": [
|
|
133464
133346
|
{
|
|
133465
133347
|
"kind": "js",
|
|
133466
|
-
"name": "
|
|
133348
|
+
"name": "SbbTrainFormationElement",
|
|
133467
133349
|
"declaration": {
|
|
133468
|
-
"name": "
|
|
133469
|
-
"module": "train/train-
|
|
133350
|
+
"name": "SbbTrainFormationElement",
|
|
133351
|
+
"module": "train/train-formation/train-formation.component.js"
|
|
133470
133352
|
}
|
|
133471
133353
|
}
|
|
133472
133354
|
]
|
|
133473
133355
|
},
|
|
133474
133356
|
{
|
|
133475
133357
|
"kind": "javascript-module",
|
|
133476
|
-
"path": "train/train-
|
|
133358
|
+
"path": "train/train-wagon/train-wagon.component.js",
|
|
133477
133359
|
"declarations": [
|
|
133478
133360
|
{
|
|
133479
133361
|
"kind": "class",
|
|
133480
|
-
"description": "It displays a train
|
|
133481
|
-
"name": "
|
|
133482
|
-
"cssProperties": [
|
|
133483
|
-
{
|
|
133484
|
-
"description": "Defines the inline padding inside the horizontal scrolling area.",
|
|
133485
|
-
"name": "--sbb-train-formation-padding-inline",
|
|
133486
|
-
"default": "0px"
|
|
133487
|
-
}
|
|
133488
|
-
],
|
|
133362
|
+
"description": "It displays a train compartment within a `sbb-train` component.",
|
|
133363
|
+
"name": "SbbTrainWagonElement",
|
|
133489
133364
|
"slots": [
|
|
133490
133365
|
{
|
|
133491
|
-
"description": "Use the unnamed slot to add
|
|
133366
|
+
"description": "Use the unnamed slot to add one or more `sbb-icon` for meta-information of the `sbb-train-wagon`.",
|
|
133492
133367
|
"name": ""
|
|
133493
133368
|
}
|
|
133494
133369
|
],
|
|
@@ -133502,12 +133377,35 @@
|
|
|
133502
133377
|
"privacy": "public",
|
|
133503
133378
|
"static": true,
|
|
133504
133379
|
"readonly": true,
|
|
133505
|
-
"default": "'sbb-train-
|
|
133380
|
+
"default": "'sbb-train-wagon'",
|
|
133506
133381
|
"inheritedFrom": {
|
|
133507
133382
|
"name": "SbbElement",
|
|
133508
133383
|
"module": "core/base-elements/element.js"
|
|
133509
133384
|
}
|
|
133510
133385
|
},
|
|
133386
|
+
{
|
|
133387
|
+
"kind": "field",
|
|
133388
|
+
"name": "events",
|
|
133389
|
+
"privacy": "public",
|
|
133390
|
+
"static": true,
|
|
133391
|
+
"readonly": true,
|
|
133392
|
+
"default": "{ sectorchange: 'sectorchange', }",
|
|
133393
|
+
"type": {
|
|
133394
|
+
"text": "{\n sectorchange: 'sectorchange',\n }"
|
|
133395
|
+
}
|
|
133396
|
+
},
|
|
133397
|
+
{
|
|
133398
|
+
"kind": "field",
|
|
133399
|
+
"name": "type",
|
|
133400
|
+
"type": {
|
|
133401
|
+
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
133402
|
+
},
|
|
133403
|
+
"privacy": "public",
|
|
133404
|
+
"default": "'wagon'",
|
|
133405
|
+
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
133406
|
+
"attribute": "type",
|
|
133407
|
+
"reflects": true
|
|
133408
|
+
},
|
|
133511
133409
|
{
|
|
133512
133410
|
"kind": "field",
|
|
133513
133411
|
"name": "listChildLocalNames",
|
|
@@ -133517,7 +133415,7 @@
|
|
|
133517
133415
|
"privacy": "protected",
|
|
133518
133416
|
"readonly": true,
|
|
133519
133417
|
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
133520
|
-
"default": "['sbb-
|
|
133418
|
+
"default": "['sbb-icon']",
|
|
133521
133419
|
"inheritedFrom": {
|
|
133522
133420
|
"name": "SbbNamedSlotListMixin",
|
|
133523
133421
|
"module": "core/mixins/named-slot-list-mixin.js"
|
|
@@ -133525,24 +133423,71 @@
|
|
|
133525
133423
|
},
|
|
133526
133424
|
{
|
|
133527
133425
|
"kind": "field",
|
|
133528
|
-
"name": "
|
|
133426
|
+
"name": "occupancy",
|
|
133529
133427
|
"type": {
|
|
133530
|
-
"text": "
|
|
133428
|
+
"text": "SbbOccupancy | null"
|
|
133531
133429
|
},
|
|
133532
133430
|
"privacy": "public",
|
|
133533
|
-
"default": "
|
|
133534
|
-
"description": "
|
|
133535
|
-
"attribute": "
|
|
133431
|
+
"default": "null",
|
|
133432
|
+
"description": "Occupancy of a wagon.",
|
|
133433
|
+
"attribute": "occupancy"
|
|
133434
|
+
},
|
|
133435
|
+
{
|
|
133436
|
+
"kind": "field",
|
|
133437
|
+
"name": "sector",
|
|
133438
|
+
"type": {
|
|
133439
|
+
"text": "string"
|
|
133440
|
+
},
|
|
133441
|
+
"privacy": "public",
|
|
133442
|
+
"default": "''",
|
|
133443
|
+
"description": "Sector in which the wagon stops.",
|
|
133444
|
+
"attribute": "sector",
|
|
133536
133445
|
"reflects": true
|
|
133537
133446
|
},
|
|
133538
133447
|
{
|
|
133539
133448
|
"kind": "field",
|
|
133540
|
-
"name": "
|
|
133449
|
+
"name": "blockedPassage",
|
|
133541
133450
|
"type": {
|
|
133542
|
-
"text": "
|
|
133451
|
+
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
133543
133452
|
},
|
|
133544
|
-
"privacy": "
|
|
133545
|
-
"default": "
|
|
133453
|
+
"privacy": "public",
|
|
133454
|
+
"default": "'none'",
|
|
133455
|
+
"description": "Accessibility text for blocked passages of the wagon.",
|
|
133456
|
+
"attribute": "blocked-passage"
|
|
133457
|
+
},
|
|
133458
|
+
{
|
|
133459
|
+
"kind": "field",
|
|
133460
|
+
"name": "wagonClass",
|
|
133461
|
+
"type": {
|
|
133462
|
+
"text": "'1' | '2' | null"
|
|
133463
|
+
},
|
|
133464
|
+
"privacy": "public",
|
|
133465
|
+
"default": "null",
|
|
133466
|
+
"description": "Class label",
|
|
133467
|
+
"attribute": "wagon-class"
|
|
133468
|
+
},
|
|
133469
|
+
{
|
|
133470
|
+
"kind": "field",
|
|
133471
|
+
"name": "label",
|
|
133472
|
+
"type": {
|
|
133473
|
+
"text": "string"
|
|
133474
|
+
},
|
|
133475
|
+
"privacy": "public",
|
|
133476
|
+
"default": "''",
|
|
133477
|
+
"description": "Wagon number",
|
|
133478
|
+
"attribute": "label",
|
|
133479
|
+
"reflects": true
|
|
133480
|
+
},
|
|
133481
|
+
{
|
|
133482
|
+
"kind": "field",
|
|
133483
|
+
"name": "additionalAccessibilityText",
|
|
133484
|
+
"type": {
|
|
133485
|
+
"text": "string"
|
|
133486
|
+
},
|
|
133487
|
+
"privacy": "public",
|
|
133488
|
+
"default": "''",
|
|
133489
|
+
"description": "Additional accessibility text which will be appended to the end.",
|
|
133490
|
+
"attribute": "additional-accessibility-text"
|
|
133546
133491
|
},
|
|
133547
133492
|
{
|
|
133548
133493
|
"kind": "field",
|
|
@@ -133552,22 +133497,23 @@
|
|
|
133552
133497
|
},
|
|
133553
133498
|
{
|
|
133554
133499
|
"kind": "method",
|
|
133555
|
-
"name": "
|
|
133500
|
+
"name": "_sectorChanged",
|
|
133556
133501
|
"privacy": "private",
|
|
133557
133502
|
"return": {
|
|
133558
133503
|
"type": {
|
|
133559
133504
|
"text": "void"
|
|
133560
133505
|
}
|
|
133561
|
-
}
|
|
133562
|
-
|
|
133563
|
-
|
|
133564
|
-
|
|
133565
|
-
|
|
133566
|
-
|
|
133567
|
-
|
|
133568
|
-
|
|
133506
|
+
}
|
|
133507
|
+
},
|
|
133508
|
+
{
|
|
133509
|
+
"kind": "method",
|
|
133510
|
+
"name": "_typeLabel",
|
|
133511
|
+
"privacy": "private",
|
|
133512
|
+
"return": {
|
|
133513
|
+
"type": {
|
|
133514
|
+
"text": "string"
|
|
133569
133515
|
}
|
|
133570
|
-
|
|
133516
|
+
}
|
|
133571
133517
|
},
|
|
133572
133518
|
{
|
|
133573
133519
|
"kind": "field",
|
|
@@ -133769,13 +133715,67 @@
|
|
|
133769
133715
|
],
|
|
133770
133716
|
"attributes": [
|
|
133771
133717
|
{
|
|
133772
|
-
"name": "
|
|
133718
|
+
"name": "type",
|
|
133773
133719
|
"type": {
|
|
133774
|
-
"text": "'
|
|
133720
|
+
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
133775
133721
|
},
|
|
133776
|
-
"default": "'
|
|
133777
|
-
"description": "
|
|
133778
|
-
"fieldName": "
|
|
133722
|
+
"default": "'wagon'",
|
|
133723
|
+
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
133724
|
+
"fieldName": "type"
|
|
133725
|
+
},
|
|
133726
|
+
{
|
|
133727
|
+
"name": "occupancy",
|
|
133728
|
+
"type": {
|
|
133729
|
+
"text": "SbbOccupancy | null"
|
|
133730
|
+
},
|
|
133731
|
+
"default": "null",
|
|
133732
|
+
"description": "Occupancy of a wagon.",
|
|
133733
|
+
"fieldName": "occupancy"
|
|
133734
|
+
},
|
|
133735
|
+
{
|
|
133736
|
+
"name": "sector",
|
|
133737
|
+
"type": {
|
|
133738
|
+
"text": "string"
|
|
133739
|
+
},
|
|
133740
|
+
"default": "''",
|
|
133741
|
+
"description": "Sector in which the wagon stops.",
|
|
133742
|
+
"fieldName": "sector"
|
|
133743
|
+
},
|
|
133744
|
+
{
|
|
133745
|
+
"name": "blocked-passage",
|
|
133746
|
+
"type": {
|
|
133747
|
+
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
133748
|
+
},
|
|
133749
|
+
"default": "'none'",
|
|
133750
|
+
"description": "Accessibility text for blocked passages of the wagon.",
|
|
133751
|
+
"fieldName": "blockedPassage"
|
|
133752
|
+
},
|
|
133753
|
+
{
|
|
133754
|
+
"name": "wagon-class",
|
|
133755
|
+
"type": {
|
|
133756
|
+
"text": "'1' | '2' | null"
|
|
133757
|
+
},
|
|
133758
|
+
"default": "null",
|
|
133759
|
+
"description": "Class label",
|
|
133760
|
+
"fieldName": "wagonClass"
|
|
133761
|
+
},
|
|
133762
|
+
{
|
|
133763
|
+
"name": "label",
|
|
133764
|
+
"type": {
|
|
133765
|
+
"text": "string"
|
|
133766
|
+
},
|
|
133767
|
+
"default": "''",
|
|
133768
|
+
"description": "Wagon number",
|
|
133769
|
+
"fieldName": "label"
|
|
133770
|
+
},
|
|
133771
|
+
{
|
|
133772
|
+
"name": "additional-accessibility-text",
|
|
133773
|
+
"type": {
|
|
133774
|
+
"text": "string"
|
|
133775
|
+
},
|
|
133776
|
+
"default": "''",
|
|
133777
|
+
"description": "Additional accessibility text which will be appended to the end.",
|
|
133778
|
+
"fieldName": "additionalAccessibilityText"
|
|
133779
133779
|
}
|
|
133780
133780
|
],
|
|
133781
133781
|
"mixins": [
|
|
@@ -133788,17 +133788,17 @@
|
|
|
133788
133788
|
"name": "SbbElement",
|
|
133789
133789
|
"module": "core/base-elements.js"
|
|
133790
133790
|
},
|
|
133791
|
-
"tagName": "sbb-train-
|
|
133791
|
+
"tagName": "sbb-train-wagon",
|
|
133792
133792
|
"customElement": true
|
|
133793
133793
|
}
|
|
133794
133794
|
],
|
|
133795
133795
|
"exports": [
|
|
133796
133796
|
{
|
|
133797
133797
|
"kind": "js",
|
|
133798
|
-
"name": "
|
|
133798
|
+
"name": "SbbTrainWagonElement",
|
|
133799
133799
|
"declaration": {
|
|
133800
|
-
"name": "
|
|
133801
|
-
"module": "train/train-
|
|
133800
|
+
"name": "SbbTrainWagonElement",
|
|
133801
|
+
"module": "train/train-wagon/train-wagon.component.js"
|
|
133802
133802
|
}
|
|
133803
133803
|
}
|
|
133804
133804
|
]
|