@sbb-esta/lyne-elements-dev 5.0.0-next.1-dev.1777534699 → 5.0.0-next.1-dev.1777534945
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/container/sticky-bar/sticky-bar.component.js +1 -1
- package/container.js +1 -1
- package/container.pure.js +1 -1
- package/core/mixins/form-associated-input-mixin.js +1 -1
- package/custom-elements.json +381 -381
- package/development/container/sticky-bar/sticky-bar.component.js +1 -1
- package/development/container.js +1 -1
- package/development/container.pure.js +1 -1
- package/development/core/mixins/form-associated-input-mixin.js +2 -2
- package/development/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +1 -1
- package/development/{expansion-panel-header.component-QbxqMGKG.js → expansion-panel-header.component-DFTa_og5.js} +2 -2
- package/development/expansion-panel.js +1 -1
- package/development/expansion-panel.pure.js +1 -1
- package/development/option/option/option.component.js +1 -1
- package/development/{option.component-BbrXKO7i.js → option.component-BPHnz8y-.js} +2 -2
- package/development/option.js +1 -1
- package/development/option.pure.js +1 -1
- package/development/{sticky-bar.component-MMBSPa2B.js → sticky-bar.component-CVKi_65S.js} +3 -3
- package/development/{tab-group.component-CxuecHpZ.js → tab-group.component-B56RhxCr.js} +2 -2
- package/development/tabs/tab-group/tab-group.component.d.ts.map +1 -1
- package/development/tabs/tab-group/tab-group.component.js +1 -1
- package/development/tabs.js +1 -1
- package/development/tabs.pure.js +1 -1
- package/expansion-panel/expansion-panel-header/expansion-panel-header.component.js +1 -1
- package/{expansion-panel-header.component-BEpspobZ.js → expansion-panel-header.component-BecyqC-C.js} +1 -1
- package/expansion-panel.js +1 -1
- package/expansion-panel.pure.js +1 -1
- package/option/option/option.component.js +1 -1
- package/{option.component-aSuNGDJg.js → option.component-QwHFIP3m.js} +1 -1
- package/option.js +1 -1
- package/option.pure.js +1 -1
- package/package.json +2 -2
- package/{sticky-bar.component-B_cdkr-V.js → sticky-bar.component-C3ey8Qj8.js} +2 -2
- package/{tab-group.component-CYbbE0J6.js → tab-group.component-C02ZTjXT.js} +1 -1
- package/tabs/tab-group/tab-group.component.js +1 -1
- package/tabs.js +1 -1
- package/tabs.pure.js +1 -1
package/custom-elements.json
CHANGED
|
@@ -165901,15 +165901,22 @@
|
|
|
165901
165901
|
},
|
|
165902
165902
|
{
|
|
165903
165903
|
"kind": "javascript-module",
|
|
165904
|
-
"path": "train/train-
|
|
165904
|
+
"path": "train/train-formation/train-formation.component.js",
|
|
165905
165905
|
"declarations": [
|
|
165906
165906
|
{
|
|
165907
165907
|
"kind": "class",
|
|
165908
|
-
"description": "It displays a train
|
|
165909
|
-
"name": "
|
|
165908
|
+
"description": "It displays a train composition, acting as a container for one or more `sbb-train` component.",
|
|
165909
|
+
"name": "SbbTrainFormationElement",
|
|
165910
|
+
"cssProperties": [
|
|
165911
|
+
{
|
|
165912
|
+
"description": "Defines the inline or block padding inside the horizontal or vertical scrolling area.",
|
|
165913
|
+
"name": "--sbb-train-formation-scroll-padding",
|
|
165914
|
+
"default": "var(--sbb-spacing-fixed-1x)"
|
|
165915
|
+
}
|
|
165916
|
+
],
|
|
165910
165917
|
"slots": [
|
|
165911
165918
|
{
|
|
165912
|
-
"description": "Use the unnamed slot to add
|
|
165919
|
+
"description": "Use the unnamed slot to add 'sbb-train' elements to the `sbb-train-formation`.",
|
|
165913
165920
|
"name": ""
|
|
165914
165921
|
}
|
|
165915
165922
|
],
|
|
@@ -165923,56 +165930,12 @@
|
|
|
165923
165930
|
"privacy": "public",
|
|
165924
165931
|
"static": true,
|
|
165925
165932
|
"readonly": true,
|
|
165926
|
-
"default": "'sbb-train-
|
|
165927
|
-
"inheritedFrom": {
|
|
165928
|
-
"name": "SbbElement",
|
|
165929
|
-
"module": "core/base-elements/element.js"
|
|
165930
|
-
}
|
|
165931
|
-
},
|
|
165932
|
-
{
|
|
165933
|
-
"kind": "field",
|
|
165934
|
-
"name": "elementDependencies",
|
|
165935
|
-
"type": {
|
|
165936
|
-
"text": "SbbElementType[]"
|
|
165937
|
-
},
|
|
165938
|
-
"privacy": "public",
|
|
165939
|
-
"static": true,
|
|
165940
|
-
"default": "[ SbbIconElement, SbbTimetableOccupancyIconElement, SbbDividerElement, ]",
|
|
165933
|
+
"default": "'sbb-train-formation'",
|
|
165941
165934
|
"inheritedFrom": {
|
|
165942
165935
|
"name": "SbbElement",
|
|
165943
165936
|
"module": "core/base-elements/element.js"
|
|
165944
165937
|
}
|
|
165945
165938
|
},
|
|
165946
|
-
{
|
|
165947
|
-
"kind": "field",
|
|
165948
|
-
"name": "styles",
|
|
165949
|
-
"type": {
|
|
165950
|
-
"text": "CSSResultGroup"
|
|
165951
|
-
},
|
|
165952
|
-
"privacy": "public",
|
|
165953
|
-
"static": true,
|
|
165954
|
-
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
165955
|
-
"inheritedFrom": {
|
|
165956
|
-
"name": "SbbNamedSlotListMixin",
|
|
165957
|
-
"module": "core/mixins/named-slot-list-mixin.js"
|
|
165958
|
-
}
|
|
165959
|
-
},
|
|
165960
|
-
{
|
|
165961
|
-
"kind": "field",
|
|
165962
|
-
"name": "wagonType",
|
|
165963
|
-
"type": {
|
|
165964
|
-
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
165965
|
-
},
|
|
165966
|
-
"privacy": "public",
|
|
165967
|
-
"default": "'wagon'",
|
|
165968
|
-
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
165969
|
-
"attribute": "wagon-type",
|
|
165970
|
-
"reflects": true,
|
|
165971
|
-
"inheritedFrom": {
|
|
165972
|
-
"name": "SbbTrainWagonMixin",
|
|
165973
|
-
"module": "train/train-wagon-common.js"
|
|
165974
|
-
}
|
|
165975
|
-
},
|
|
165976
165939
|
{
|
|
165977
165940
|
"kind": "field",
|
|
165978
165941
|
"name": "listChildLocalNames",
|
|
@@ -165982,7 +165945,7 @@
|
|
|
165982
165945
|
"privacy": "protected",
|
|
165983
165946
|
"readonly": true,
|
|
165984
165947
|
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
165985
|
-
"default": "['sbb-
|
|
165948
|
+
"default": "['sbb-train']",
|
|
165986
165949
|
"inheritedFrom": {
|
|
165987
165950
|
"name": "SbbNamedSlotListMixin",
|
|
165988
165951
|
"module": "core/mixins/named-slot-list-mixin.js"
|
|
@@ -165990,213 +165953,107 @@
|
|
|
165990
165953
|
},
|
|
165991
165954
|
{
|
|
165992
165955
|
"kind": "field",
|
|
165993
|
-
"name": "
|
|
165994
|
-
"type": {
|
|
165995
|
-
"text": "SbbOccupancy | null"
|
|
165996
|
-
},
|
|
165997
|
-
"privacy": "public",
|
|
165998
|
-
"default": "null",
|
|
165999
|
-
"description": "Occupancy of a wagon.",
|
|
166000
|
-
"attribute": "occupancy",
|
|
166001
|
-
"inheritedFrom": {
|
|
166002
|
-
"name": "SbbTrainWagonMixin",
|
|
166003
|
-
"module": "train/train-wagon-common.js"
|
|
166004
|
-
}
|
|
166005
|
-
},
|
|
166006
|
-
{
|
|
166007
|
-
"kind": "field",
|
|
166008
|
-
"name": "sector",
|
|
166009
|
-
"type": {
|
|
166010
|
-
"text": "string"
|
|
166011
|
-
},
|
|
166012
|
-
"privacy": "public",
|
|
166013
|
-
"default": "''",
|
|
166014
|
-
"description": "Sector in which the wagon stops.",
|
|
166015
|
-
"attribute": "sector",
|
|
166016
|
-
"reflects": true,
|
|
166017
|
-
"inheritedFrom": {
|
|
166018
|
-
"name": "SbbTrainWagonMixin",
|
|
166019
|
-
"module": "train/train-wagon-common.js"
|
|
166020
|
-
}
|
|
166021
|
-
},
|
|
166022
|
-
{
|
|
166023
|
-
"kind": "field",
|
|
166024
|
-
"name": "blockedPassage",
|
|
166025
|
-
"type": {
|
|
166026
|
-
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
166027
|
-
},
|
|
166028
|
-
"privacy": "public",
|
|
166029
|
-
"default": "'none'",
|
|
166030
|
-
"description": "Accessibility text for blocked passages of the wagon.",
|
|
166031
|
-
"attribute": "blocked-passage",
|
|
166032
|
-
"inheritedFrom": {
|
|
166033
|
-
"name": "SbbTrainWagonMixin",
|
|
166034
|
-
"module": "train/train-wagon-common.js"
|
|
166035
|
-
}
|
|
166036
|
-
},
|
|
166037
|
-
{
|
|
166038
|
-
"kind": "field",
|
|
166039
|
-
"name": "wagonClass",
|
|
166040
|
-
"type": {
|
|
166041
|
-
"text": "| '1'\n | '2'\n | '1-2'\n | '2-1'\n | null"
|
|
166042
|
-
},
|
|
166043
|
-
"privacy": "public",
|
|
166044
|
-
"default": "null",
|
|
166045
|
-
"description": "Class label",
|
|
166046
|
-
"attribute": "wagon-class",
|
|
166047
|
-
"inheritedFrom": {
|
|
166048
|
-
"name": "SbbTrainWagonMixin",
|
|
166049
|
-
"module": "train/train-wagon-common.js"
|
|
166050
|
-
}
|
|
166051
|
-
},
|
|
166052
|
-
{
|
|
166053
|
-
"kind": "field",
|
|
166054
|
-
"name": "label",
|
|
165956
|
+
"name": "view",
|
|
166055
165957
|
"type": {
|
|
166056
|
-
"text": "
|
|
165958
|
+
"text": "'side' | 'top'"
|
|
166057
165959
|
},
|
|
166058
165960
|
"privacy": "public",
|
|
166059
|
-
"default": "''",
|
|
166060
|
-
"description": "
|
|
166061
|
-
"attribute": "
|
|
166062
|
-
"reflects": true
|
|
166063
|
-
"inheritedFrom": {
|
|
166064
|
-
"name": "SbbTrainWagonMixin",
|
|
166065
|
-
"module": "train/train-wagon-common.js"
|
|
166066
|
-
}
|
|
165961
|
+
"default": "'side'",
|
|
165962
|
+
"description": "Whether the view of the wagons is from side or top perspective.",
|
|
165963
|
+
"attribute": "view",
|
|
165964
|
+
"reflects": true
|
|
166067
165965
|
},
|
|
166068
165966
|
{
|
|
166069
165967
|
"kind": "field",
|
|
166070
|
-
"name": "
|
|
165968
|
+
"name": "orientation",
|
|
166071
165969
|
"type": {
|
|
166072
|
-
"text": "
|
|
165970
|
+
"text": "SbbOrientation"
|
|
166073
165971
|
},
|
|
166074
165972
|
"privacy": "public",
|
|
166075
|
-
"default": "''",
|
|
166076
|
-
"description": "
|
|
166077
|
-
"attribute": "
|
|
166078
|
-
"
|
|
166079
|
-
"name": "SbbTrainWagonMixin",
|
|
166080
|
-
"module": "train/train-wagon-common.js"
|
|
166081
|
-
}
|
|
165973
|
+
"default": "'horizontal'",
|
|
165974
|
+
"description": "Orientation, either horizontal or vertical.",
|
|
165975
|
+
"attribute": "orientation",
|
|
165976
|
+
"reflects": true
|
|
166082
165977
|
},
|
|
166083
165978
|
{
|
|
166084
165979
|
"kind": "field",
|
|
166085
|
-
"name": "
|
|
165980
|
+
"name": "_sectors",
|
|
166086
165981
|
"type": {
|
|
166087
|
-
"text": "
|
|
165982
|
+
"text": "AggregatedSector[]"
|
|
166088
165983
|
},
|
|
166089
165984
|
"privacy": "private",
|
|
166090
|
-
"default": "
|
|
166091
|
-
"inheritedFrom": {
|
|
166092
|
-
"name": "SbbTrainWagonMixin",
|
|
166093
|
-
"module": "train/train-wagon-common.js"
|
|
166094
|
-
}
|
|
165985
|
+
"default": "[]"
|
|
166095
165986
|
},
|
|
166096
165987
|
{
|
|
166097
165988
|
"kind": "field",
|
|
166098
165989
|
"name": "_language",
|
|
166099
165990
|
"privacy": "private",
|
|
166100
|
-
"default": "new SbbLanguageController(this)"
|
|
166101
|
-
"inheritedFrom": {
|
|
166102
|
-
"name": "SbbTrainWagonMixin",
|
|
166103
|
-
"module": "train/train-wagon-common.js"
|
|
166104
|
-
}
|
|
166105
|
-
},
|
|
166106
|
-
{
|
|
166107
|
-
"kind": "field",
|
|
166108
|
-
"name": "_clipStyleSheet",
|
|
166109
|
-
"type": {
|
|
166110
|
-
"text": "CSSStyleSheet | null"
|
|
166111
|
-
},
|
|
166112
|
-
"privacy": "private",
|
|
166113
|
-
"default": "null",
|
|
166114
|
-
"inheritedFrom": {
|
|
166115
|
-
"name": "SbbTrainWagonMixin",
|
|
166116
|
-
"module": "train/train-wagon-common.js"
|
|
166117
|
-
}
|
|
165991
|
+
"default": "new SbbLanguageController(this)"
|
|
166118
165992
|
},
|
|
166119
165993
|
{
|
|
166120
165994
|
"kind": "method",
|
|
166121
|
-
"name": "
|
|
165995
|
+
"name": "_readDirectionLabel",
|
|
166122
165996
|
"privacy": "private",
|
|
166123
165997
|
"return": {
|
|
166124
165998
|
"type": {
|
|
166125
165999
|
"text": "void"
|
|
166126
166000
|
}
|
|
166127
166001
|
},
|
|
166128
|
-
"
|
|
166129
|
-
|
|
166130
|
-
|
|
166131
|
-
|
|
166132
|
-
|
|
166133
|
-
|
|
166134
|
-
|
|
166135
|
-
"name": "_wagonTypeLabel",
|
|
166136
|
-
"privacy": "private",
|
|
166137
|
-
"return": {
|
|
166138
|
-
"type": {
|
|
166139
|
-
"text": "string"
|
|
166002
|
+
"parameters": [
|
|
166003
|
+
{
|
|
166004
|
+
"name": "event",
|
|
166005
|
+
"optional": true,
|
|
166006
|
+
"type": {
|
|
166007
|
+
"text": "Event"
|
|
166008
|
+
}
|
|
166140
166009
|
}
|
|
166141
|
-
|
|
166142
|
-
"inheritedFrom": {
|
|
166143
|
-
"name": "SbbTrainWagonMixin",
|
|
166144
|
-
"module": "train/train-wagon-common.js"
|
|
166145
|
-
}
|
|
166010
|
+
]
|
|
166146
166011
|
},
|
|
166147
166012
|
{
|
|
166148
166013
|
"kind": "method",
|
|
166149
|
-
"name": "
|
|
166014
|
+
"name": "_readSectors",
|
|
166150
166015
|
"privacy": "private",
|
|
166151
166016
|
"return": {
|
|
166152
166017
|
"type": {
|
|
166153
|
-
"text": "
|
|
166018
|
+
"text": "void"
|
|
166154
166019
|
}
|
|
166155
166020
|
},
|
|
166156
|
-
"
|
|
166157
|
-
|
|
166158
|
-
|
|
166159
|
-
|
|
166160
|
-
|
|
166161
|
-
|
|
166162
|
-
|
|
166163
|
-
"name": "_classLabel",
|
|
166164
|
-
"privacy": "private",
|
|
166165
|
-
"return": {
|
|
166166
|
-
"type": {
|
|
166167
|
-
"text": "string"
|
|
166021
|
+
"parameters": [
|
|
166022
|
+
{
|
|
166023
|
+
"name": "event",
|
|
166024
|
+
"optional": true,
|
|
166025
|
+
"type": {
|
|
166026
|
+
"text": "Event"
|
|
166027
|
+
}
|
|
166168
166028
|
}
|
|
166169
|
-
|
|
166170
|
-
"inheritedFrom": {
|
|
166171
|
-
"name": "SbbTrainWagonMixin",
|
|
166172
|
-
"module": "train/train-wagon-common.js"
|
|
166173
|
-
}
|
|
166029
|
+
]
|
|
166174
166030
|
},
|
|
166175
166031
|
{
|
|
166176
|
-
"kind": "
|
|
166177
|
-
"name": "
|
|
166178
|
-
"
|
|
166179
|
-
|
|
166180
|
-
"type": {
|
|
166181
|
-
"text": "TemplateResult"
|
|
166182
|
-
}
|
|
166032
|
+
"kind": "field",
|
|
166033
|
+
"name": "elementDependencies",
|
|
166034
|
+
"type": {
|
|
166035
|
+
"text": "SbbElementType[]"
|
|
166183
166036
|
},
|
|
166037
|
+
"privacy": "public",
|
|
166038
|
+
"static": true,
|
|
166039
|
+
"default": "[]",
|
|
166184
166040
|
"inheritedFrom": {
|
|
166185
|
-
"name": "
|
|
166186
|
-
"module": "
|
|
166041
|
+
"name": "SbbElement",
|
|
166042
|
+
"module": "core/base-elements/element.js"
|
|
166187
166043
|
}
|
|
166188
166044
|
},
|
|
166189
166045
|
{
|
|
166190
166046
|
"kind": "field",
|
|
166191
|
-
"name": "
|
|
166047
|
+
"name": "styles",
|
|
166192
166048
|
"type": {
|
|
166193
|
-
"text": "
|
|
166049
|
+
"text": "CSSResultGroup"
|
|
166194
166050
|
},
|
|
166195
|
-
"privacy": "
|
|
166196
|
-
"
|
|
166051
|
+
"privacy": "public",
|
|
166052
|
+
"static": true,
|
|
166053
|
+
"default": "[screenReaderOnlyStyles]",
|
|
166197
166054
|
"inheritedFrom": {
|
|
166198
|
-
"name": "
|
|
166199
|
-
"module": "
|
|
166055
|
+
"name": "SbbNamedSlotListMixin",
|
|
166056
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
166200
166057
|
}
|
|
166201
166058
|
},
|
|
166202
166059
|
{
|
|
@@ -166562,279 +166419,349 @@
|
|
|
166562
166419
|
}
|
|
166563
166420
|
}
|
|
166564
166421
|
],
|
|
166422
|
+
"attributes": [
|
|
166423
|
+
{
|
|
166424
|
+
"name": "view",
|
|
166425
|
+
"type": {
|
|
166426
|
+
"text": "'side' | 'top'"
|
|
166427
|
+
},
|
|
166428
|
+
"default": "'side'",
|
|
166429
|
+
"description": "Whether the view of the wagons is from side or top perspective.",
|
|
166430
|
+
"fieldName": "view"
|
|
166431
|
+
},
|
|
166432
|
+
{
|
|
166433
|
+
"name": "orientation",
|
|
166434
|
+
"type": {
|
|
166435
|
+
"text": "SbbOrientation"
|
|
166436
|
+
},
|
|
166437
|
+
"default": "'horizontal'",
|
|
166438
|
+
"description": "Orientation, either horizontal or vertical.",
|
|
166439
|
+
"fieldName": "orientation"
|
|
166440
|
+
}
|
|
166441
|
+
],
|
|
166565
166442
|
"mixins": [
|
|
166566
166443
|
{
|
|
166567
|
-
"name": "
|
|
166568
|
-
"module": "
|
|
166444
|
+
"name": "SbbNamedSlotListMixin",
|
|
166445
|
+
"module": "core.js"
|
|
166569
166446
|
}
|
|
166570
166447
|
],
|
|
166571
166448
|
"superclass": {
|
|
166572
166449
|
"name": "SbbElement",
|
|
166573
166450
|
"module": "core.js"
|
|
166574
166451
|
},
|
|
166575
|
-
"tagName": "sbb-train-
|
|
166576
|
-
"customElement": true
|
|
166577
|
-
|
|
166452
|
+
"tagName": "sbb-train-formation",
|
|
166453
|
+
"customElement": true
|
|
166454
|
+
}
|
|
166455
|
+
],
|
|
166456
|
+
"exports": [
|
|
166457
|
+
{
|
|
166458
|
+
"kind": "js",
|
|
166459
|
+
"name": "SbbTrainFormationElement",
|
|
166460
|
+
"declaration": {
|
|
166461
|
+
"name": "SbbTrainFormationElement",
|
|
166462
|
+
"module": "train/train-formation/train-formation.component.js"
|
|
166463
|
+
}
|
|
166464
|
+
}
|
|
166465
|
+
]
|
|
166466
|
+
},
|
|
166467
|
+
{
|
|
166468
|
+
"kind": "javascript-module",
|
|
166469
|
+
"path": "train/train-wagon/train-wagon.component.js",
|
|
166470
|
+
"declarations": [
|
|
166471
|
+
{
|
|
166472
|
+
"kind": "class",
|
|
166473
|
+
"description": "It displays a train compartment within a `sbb-train` component.",
|
|
166474
|
+
"name": "SbbTrainWagonElement",
|
|
166475
|
+
"slots": [
|
|
166578
166476
|
{
|
|
166579
|
-
"
|
|
166477
|
+
"description": "Use the unnamed slot to add one or more `sbb-icon` for meta-information of the wagon.",
|
|
166478
|
+
"name": ""
|
|
166479
|
+
}
|
|
166480
|
+
],
|
|
166481
|
+
"members": [
|
|
166482
|
+
{
|
|
166483
|
+
"kind": "field",
|
|
166484
|
+
"name": "elementName",
|
|
166580
166485
|
"type": {
|
|
166581
|
-
"text": "
|
|
166486
|
+
"text": "string"
|
|
166582
166487
|
},
|
|
166583
|
-
"
|
|
166584
|
-
"
|
|
166585
|
-
"
|
|
166488
|
+
"privacy": "public",
|
|
166489
|
+
"static": true,
|
|
166490
|
+
"readonly": true,
|
|
166491
|
+
"default": "'sbb-train-wagon'",
|
|
166586
166492
|
"inheritedFrom": {
|
|
166587
|
-
"name": "
|
|
166588
|
-
"module": "
|
|
166493
|
+
"name": "SbbElement",
|
|
166494
|
+
"module": "core/base-elements/element.js"
|
|
166589
166495
|
}
|
|
166590
166496
|
},
|
|
166591
166497
|
{
|
|
166592
|
-
"
|
|
166498
|
+
"kind": "field",
|
|
166499
|
+
"name": "elementDependencies",
|
|
166593
166500
|
"type": {
|
|
166594
|
-
"text": "
|
|
166501
|
+
"text": "SbbElementType[]"
|
|
166595
166502
|
},
|
|
166596
|
-
"
|
|
166597
|
-
"
|
|
166598
|
-
"
|
|
166503
|
+
"privacy": "public",
|
|
166504
|
+
"static": true,
|
|
166505
|
+
"default": "[ SbbIconElement, SbbTimetableOccupancyIconElement, SbbDividerElement, ]",
|
|
166599
166506
|
"inheritedFrom": {
|
|
166600
|
-
"name": "
|
|
166601
|
-
"module": "
|
|
166507
|
+
"name": "SbbElement",
|
|
166508
|
+
"module": "core/base-elements/element.js"
|
|
166602
166509
|
}
|
|
166603
166510
|
},
|
|
166604
166511
|
{
|
|
166605
|
-
"
|
|
166512
|
+
"kind": "field",
|
|
166513
|
+
"name": "styles",
|
|
166606
166514
|
"type": {
|
|
166607
|
-
"text": "
|
|
166515
|
+
"text": "CSSResultGroup"
|
|
166608
166516
|
},
|
|
166609
|
-
"
|
|
166610
|
-
"
|
|
166611
|
-
"
|
|
166517
|
+
"privacy": "public",
|
|
166518
|
+
"static": true,
|
|
166519
|
+
"default": "[boxSizingStyles, unsafeCSS(style)]",
|
|
166612
166520
|
"inheritedFrom": {
|
|
166613
|
-
"name": "
|
|
166614
|
-
"module": "
|
|
166521
|
+
"name": "SbbNamedSlotListMixin",
|
|
166522
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
166615
166523
|
}
|
|
166616
166524
|
},
|
|
166617
166525
|
{
|
|
166618
|
-
"
|
|
166526
|
+
"kind": "field",
|
|
166527
|
+
"name": "wagonType",
|
|
166619
166528
|
"type": {
|
|
166620
|
-
"text": "'
|
|
166529
|
+
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
166621
166530
|
},
|
|
166622
|
-
"
|
|
166623
|
-
"
|
|
166624
|
-
"
|
|
166531
|
+
"privacy": "public",
|
|
166532
|
+
"default": "'wagon'",
|
|
166533
|
+
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
166534
|
+
"attribute": "wagon-type",
|
|
166535
|
+
"reflects": true,
|
|
166625
166536
|
"inheritedFrom": {
|
|
166626
166537
|
"name": "SbbTrainWagonMixin",
|
|
166627
166538
|
"module": "train/train-wagon-common.js"
|
|
166628
166539
|
}
|
|
166629
166540
|
},
|
|
166630
166541
|
{
|
|
166631
|
-
"
|
|
166542
|
+
"kind": "field",
|
|
166543
|
+
"name": "listChildLocalNames",
|
|
166632
166544
|
"type": {
|
|
166633
|
-
"text": "
|
|
166545
|
+
"text": "array"
|
|
166634
166546
|
},
|
|
166635
|
-
"
|
|
166636
|
-
"
|
|
166637
|
-
"
|
|
166547
|
+
"privacy": "protected",
|
|
166548
|
+
"readonly": true,
|
|
166549
|
+
"description": "A list of lower-cased tag names to match against. (e.g. `sbb-link`)",
|
|
166550
|
+
"default": "['sbb-icon']",
|
|
166638
166551
|
"inheritedFrom": {
|
|
166639
|
-
"name": "
|
|
166640
|
-
"module": "
|
|
166552
|
+
"name": "SbbNamedSlotListMixin",
|
|
166553
|
+
"module": "core/mixins/named-slot-list-mixin.js"
|
|
166641
166554
|
}
|
|
166642
166555
|
},
|
|
166643
166556
|
{
|
|
166644
|
-
"
|
|
166557
|
+
"kind": "field",
|
|
166558
|
+
"name": "occupancy",
|
|
166645
166559
|
"type": {
|
|
166646
|
-
"text": "
|
|
166560
|
+
"text": "SbbOccupancy | null"
|
|
166647
166561
|
},
|
|
166648
|
-
"
|
|
166649
|
-
"
|
|
166650
|
-
"
|
|
166562
|
+
"privacy": "public",
|
|
166563
|
+
"default": "null",
|
|
166564
|
+
"description": "Occupancy of a wagon.",
|
|
166565
|
+
"attribute": "occupancy",
|
|
166651
166566
|
"inheritedFrom": {
|
|
166652
166567
|
"name": "SbbTrainWagonMixin",
|
|
166653
166568
|
"module": "train/train-wagon-common.js"
|
|
166654
166569
|
}
|
|
166655
166570
|
},
|
|
166656
166571
|
{
|
|
166657
|
-
"
|
|
166572
|
+
"kind": "field",
|
|
166573
|
+
"name": "sector",
|
|
166658
166574
|
"type": {
|
|
166659
166575
|
"text": "string"
|
|
166660
166576
|
},
|
|
166577
|
+
"privacy": "public",
|
|
166661
166578
|
"default": "''",
|
|
166662
|
-
"description": "
|
|
166663
|
-
"
|
|
166579
|
+
"description": "Sector in which the wagon stops.",
|
|
166580
|
+
"attribute": "sector",
|
|
166581
|
+
"reflects": true,
|
|
166664
166582
|
"inheritedFrom": {
|
|
166665
166583
|
"name": "SbbTrainWagonMixin",
|
|
166666
166584
|
"module": "train/train-wagon-common.js"
|
|
166667
166585
|
}
|
|
166668
|
-
}
|
|
166669
|
-
]
|
|
166670
|
-
}
|
|
166671
|
-
],
|
|
166672
|
-
"exports": [
|
|
166673
|
-
{
|
|
166674
|
-
"kind": "js",
|
|
166675
|
-
"name": "SbbTrainWagonElement",
|
|
166676
|
-
"declaration": {
|
|
166677
|
-
"name": "SbbTrainWagonElement",
|
|
166678
|
-
"module": "train/train-wagon/train-wagon.component.js"
|
|
166679
|
-
}
|
|
166680
|
-
}
|
|
166681
|
-
]
|
|
166682
|
-
},
|
|
166683
|
-
{
|
|
166684
|
-
"kind": "javascript-module",
|
|
166685
|
-
"path": "train/train-formation/train-formation.component.js",
|
|
166686
|
-
"declarations": [
|
|
166687
|
-
{
|
|
166688
|
-
"kind": "class",
|
|
166689
|
-
"description": "It displays a train composition, acting as a container for one or more `sbb-train` component.",
|
|
166690
|
-
"name": "SbbTrainFormationElement",
|
|
166691
|
-
"cssProperties": [
|
|
166692
|
-
{
|
|
166693
|
-
"description": "Defines the inline or block padding inside the horizontal or vertical scrolling area.",
|
|
166694
|
-
"name": "--sbb-train-formation-scroll-padding",
|
|
166695
|
-
"default": "var(--sbb-spacing-fixed-1x)"
|
|
166696
|
-
}
|
|
166697
|
-
],
|
|
166698
|
-
"slots": [
|
|
166699
|
-
{
|
|
166700
|
-
"description": "Use the unnamed slot to add 'sbb-train' elements to the `sbb-train-formation`.",
|
|
166701
|
-
"name": ""
|
|
166702
|
-
}
|
|
166703
|
-
],
|
|
166704
|
-
"members": [
|
|
166586
|
+
},
|
|
166705
166587
|
{
|
|
166706
166588
|
"kind": "field",
|
|
166707
|
-
"name": "
|
|
166589
|
+
"name": "blockedPassage",
|
|
166708
166590
|
"type": {
|
|
166709
|
-
"text": "
|
|
166591
|
+
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
166710
166592
|
},
|
|
166711
166593
|
"privacy": "public",
|
|
166712
|
-
"
|
|
166713
|
-
"
|
|
166714
|
-
"
|
|
166594
|
+
"default": "'none'",
|
|
166595
|
+
"description": "Accessibility text for blocked passages of the wagon.",
|
|
166596
|
+
"attribute": "blocked-passage",
|
|
166715
166597
|
"inheritedFrom": {
|
|
166716
|
-
"name": "
|
|
166717
|
-
"module": "
|
|
166598
|
+
"name": "SbbTrainWagonMixin",
|
|
166599
|
+
"module": "train/train-wagon-common.js"
|
|
166718
166600
|
}
|
|
166719
166601
|
},
|
|
166720
166602
|
{
|
|
166721
166603
|
"kind": "field",
|
|
166722
|
-
"name": "
|
|
166604
|
+
"name": "wagonClass",
|
|
166723
166605
|
"type": {
|
|
166724
|
-
"text": "
|
|
166606
|
+
"text": "| '1'\n | '2'\n | '1-2'\n | '2-1'\n | null"
|
|
166725
166607
|
},
|
|
166726
|
-
"privacy": "
|
|
166727
|
-
"
|
|
166728
|
-
"description": "
|
|
166729
|
-
"
|
|
166608
|
+
"privacy": "public",
|
|
166609
|
+
"default": "null",
|
|
166610
|
+
"description": "Class label",
|
|
166611
|
+
"attribute": "wagon-class",
|
|
166730
166612
|
"inheritedFrom": {
|
|
166731
|
-
"name": "
|
|
166732
|
-
"module": "
|
|
166613
|
+
"name": "SbbTrainWagonMixin",
|
|
166614
|
+
"module": "train/train-wagon-common.js"
|
|
166733
166615
|
}
|
|
166734
166616
|
},
|
|
166735
166617
|
{
|
|
166736
166618
|
"kind": "field",
|
|
166737
|
-
"name": "
|
|
166619
|
+
"name": "label",
|
|
166738
166620
|
"type": {
|
|
166739
|
-
"text": "
|
|
166621
|
+
"text": "string"
|
|
166740
166622
|
},
|
|
166741
166623
|
"privacy": "public",
|
|
166742
|
-
"default": "'
|
|
166743
|
-
"description": "
|
|
166744
|
-
"attribute": "
|
|
166745
|
-
"reflects": true
|
|
166624
|
+
"default": "''",
|
|
166625
|
+
"description": "Wagon number",
|
|
166626
|
+
"attribute": "label",
|
|
166627
|
+
"reflects": true,
|
|
166628
|
+
"inheritedFrom": {
|
|
166629
|
+
"name": "SbbTrainWagonMixin",
|
|
166630
|
+
"module": "train/train-wagon-common.js"
|
|
166631
|
+
}
|
|
166746
166632
|
},
|
|
166747
166633
|
{
|
|
166748
166634
|
"kind": "field",
|
|
166749
|
-
"name": "
|
|
166635
|
+
"name": "additionalAccessibilityText",
|
|
166750
166636
|
"type": {
|
|
166751
|
-
"text": "
|
|
166637
|
+
"text": "string"
|
|
166752
166638
|
},
|
|
166753
166639
|
"privacy": "public",
|
|
166754
|
-
"default": "'
|
|
166755
|
-
"description": "
|
|
166756
|
-
"attribute": "
|
|
166757
|
-
"
|
|
166640
|
+
"default": "''",
|
|
166641
|
+
"description": "Additional accessibility text which will be appended to the end.",
|
|
166642
|
+
"attribute": "additional-accessibility-text",
|
|
166643
|
+
"inheritedFrom": {
|
|
166644
|
+
"name": "SbbTrainWagonMixin",
|
|
166645
|
+
"module": "train/train-wagon-common.js"
|
|
166646
|
+
}
|
|
166758
166647
|
},
|
|
166759
166648
|
{
|
|
166760
166649
|
"kind": "field",
|
|
166761
|
-
"name": "
|
|
166650
|
+
"name": "_view",
|
|
166762
166651
|
"type": {
|
|
166763
|
-
"text": "
|
|
166652
|
+
"text": "SbbTrainFormationElement['view'] | null"
|
|
166764
166653
|
},
|
|
166765
166654
|
"privacy": "private",
|
|
166766
|
-
"default": "
|
|
166655
|
+
"default": "null",
|
|
166656
|
+
"inheritedFrom": {
|
|
166657
|
+
"name": "SbbTrainWagonMixin",
|
|
166658
|
+
"module": "train/train-wagon-common.js"
|
|
166659
|
+
}
|
|
166767
166660
|
},
|
|
166768
166661
|
{
|
|
166769
166662
|
"kind": "field",
|
|
166770
166663
|
"name": "_language",
|
|
166771
166664
|
"privacy": "private",
|
|
166772
|
-
"default": "new SbbLanguageController(this)"
|
|
166665
|
+
"default": "new SbbLanguageController(this)",
|
|
166666
|
+
"inheritedFrom": {
|
|
166667
|
+
"name": "SbbTrainWagonMixin",
|
|
166668
|
+
"module": "train/train-wagon-common.js"
|
|
166669
|
+
}
|
|
166670
|
+
},
|
|
166671
|
+
{
|
|
166672
|
+
"kind": "field",
|
|
166673
|
+
"name": "_clipStyleSheet",
|
|
166674
|
+
"type": {
|
|
166675
|
+
"text": "CSSStyleSheet | null"
|
|
166676
|
+
},
|
|
166677
|
+
"privacy": "private",
|
|
166678
|
+
"default": "null",
|
|
166679
|
+
"inheritedFrom": {
|
|
166680
|
+
"name": "SbbTrainWagonMixin",
|
|
166681
|
+
"module": "train/train-wagon-common.js"
|
|
166682
|
+
}
|
|
166773
166683
|
},
|
|
166774
166684
|
{
|
|
166775
166685
|
"kind": "method",
|
|
166776
|
-
"name": "
|
|
166686
|
+
"name": "_sectorChanged",
|
|
166777
166687
|
"privacy": "private",
|
|
166778
166688
|
"return": {
|
|
166779
166689
|
"type": {
|
|
166780
166690
|
"text": "void"
|
|
166781
166691
|
}
|
|
166782
166692
|
},
|
|
166783
|
-
"
|
|
166784
|
-
|
|
166785
|
-
|
|
166786
|
-
|
|
166787
|
-
|
|
166788
|
-
|
|
166789
|
-
|
|
166693
|
+
"inheritedFrom": {
|
|
166694
|
+
"name": "SbbTrainWagonMixin",
|
|
166695
|
+
"module": "train/train-wagon-common.js"
|
|
166696
|
+
}
|
|
166697
|
+
},
|
|
166698
|
+
{
|
|
166699
|
+
"kind": "method",
|
|
166700
|
+
"name": "_wagonTypeLabel",
|
|
166701
|
+
"privacy": "private",
|
|
166702
|
+
"return": {
|
|
166703
|
+
"type": {
|
|
166704
|
+
"text": "string"
|
|
166790
166705
|
}
|
|
166791
|
-
|
|
166706
|
+
},
|
|
166707
|
+
"inheritedFrom": {
|
|
166708
|
+
"name": "SbbTrainWagonMixin",
|
|
166709
|
+
"module": "train/train-wagon-common.js"
|
|
166710
|
+
}
|
|
166792
166711
|
},
|
|
166793
166712
|
{
|
|
166794
166713
|
"kind": "method",
|
|
166795
|
-
"name": "
|
|
166714
|
+
"name": "_wagonShape",
|
|
166796
166715
|
"privacy": "private",
|
|
166797
166716
|
"return": {
|
|
166798
166717
|
"type": {
|
|
166799
|
-
"text": "
|
|
166718
|
+
"text": "string"
|
|
166800
166719
|
}
|
|
166801
166720
|
},
|
|
166802
|
-
"
|
|
166803
|
-
|
|
166804
|
-
|
|
166805
|
-
|
|
166806
|
-
|
|
166807
|
-
|
|
166808
|
-
|
|
166721
|
+
"inheritedFrom": {
|
|
166722
|
+
"name": "SbbTrainWagonMixin",
|
|
166723
|
+
"module": "train/train-wagon-common.js"
|
|
166724
|
+
}
|
|
166725
|
+
},
|
|
166726
|
+
{
|
|
166727
|
+
"kind": "method",
|
|
166728
|
+
"name": "_classLabel",
|
|
166729
|
+
"privacy": "private",
|
|
166730
|
+
"return": {
|
|
166731
|
+
"type": {
|
|
166732
|
+
"text": "string"
|
|
166809
166733
|
}
|
|
166810
|
-
|
|
166734
|
+
},
|
|
166735
|
+
"inheritedFrom": {
|
|
166736
|
+
"name": "SbbTrainWagonMixin",
|
|
166737
|
+
"module": "train/train-wagon-common.js"
|
|
166738
|
+
}
|
|
166811
166739
|
},
|
|
166812
166740
|
{
|
|
166813
|
-
"kind": "
|
|
166814
|
-
"name": "
|
|
166815
|
-
"
|
|
166816
|
-
|
|
166741
|
+
"kind": "method",
|
|
166742
|
+
"name": "renderTemplate",
|
|
166743
|
+
"privacy": "protected",
|
|
166744
|
+
"return": {
|
|
166745
|
+
"type": {
|
|
166746
|
+
"text": "TemplateResult"
|
|
166747
|
+
}
|
|
166817
166748
|
},
|
|
166818
|
-
"privacy": "public",
|
|
166819
|
-
"static": true,
|
|
166820
|
-
"default": "[]",
|
|
166821
166749
|
"inheritedFrom": {
|
|
166822
|
-
"name": "
|
|
166823
|
-
"module": "
|
|
166750
|
+
"name": "SbbTrainWagonMixin",
|
|
166751
|
+
"module": "train/train-wagon-common.js"
|
|
166824
166752
|
}
|
|
166825
166753
|
},
|
|
166826
166754
|
{
|
|
166827
166755
|
"kind": "field",
|
|
166828
|
-
"name": "
|
|
166756
|
+
"name": "orientation",
|
|
166829
166757
|
"type": {
|
|
166830
|
-
"text": "
|
|
166758
|
+
"text": "SbbOrientation | null"
|
|
166831
166759
|
},
|
|
166832
|
-
"privacy": "
|
|
166833
|
-
"
|
|
166834
|
-
"default": "[screenReaderOnlyStyles]",
|
|
166760
|
+
"privacy": "protected",
|
|
166761
|
+
"default": "null",
|
|
166835
166762
|
"inheritedFrom": {
|
|
166836
|
-
"name": "
|
|
166837
|
-
"module": "
|
|
166763
|
+
"name": "SbbTrainFormationOrientationMixin",
|
|
166764
|
+
"module": "train/train-formation-orientation-mixin.js"
|
|
166838
166765
|
}
|
|
166839
166766
|
},
|
|
166840
166767
|
{
|
|
@@ -167200,47 +167127,120 @@
|
|
|
167200
167127
|
}
|
|
167201
167128
|
}
|
|
167202
167129
|
],
|
|
167130
|
+
"mixins": [
|
|
167131
|
+
{
|
|
167132
|
+
"name": "SbbTrainWagonMixin",
|
|
167133
|
+
"module": "train/train-wagon-common.js"
|
|
167134
|
+
}
|
|
167135
|
+
],
|
|
167136
|
+
"superclass": {
|
|
167137
|
+
"name": "SbbElement",
|
|
167138
|
+
"module": "core.js"
|
|
167139
|
+
},
|
|
167140
|
+
"tagName": "sbb-train-wagon",
|
|
167141
|
+
"customElement": true,
|
|
167203
167142
|
"attributes": [
|
|
167204
167143
|
{
|
|
167205
|
-
"name": "
|
|
167144
|
+
"name": "wagon-type",
|
|
167206
167145
|
"type": {
|
|
167207
|
-
"text": "'
|
|
167146
|
+
"text": "| 'wagon'\n | 'wagon-end-left'\n | 'wagon-end-right'\n | 'couchette'\n | 'sleeping'\n | 'restaurant'\n | 'locomotive'\n | 'closed'"
|
|
167208
167147
|
},
|
|
167209
|
-
"default": "'
|
|
167210
|
-
"description": "
|
|
167211
|
-
"fieldName": "
|
|
167148
|
+
"default": "'wagon'",
|
|
167149
|
+
"description": "Wagon type.\nFor `wagon-end-left` and `wagon-end-right`, please set the corresponding value of the `blockedPassage` property.",
|
|
167150
|
+
"fieldName": "wagonType",
|
|
167151
|
+
"inheritedFrom": {
|
|
167152
|
+
"name": "SbbTrainWagonMixin",
|
|
167153
|
+
"module": "train/train-wagon-common.js"
|
|
167154
|
+
}
|
|
167212
167155
|
},
|
|
167213
167156
|
{
|
|
167214
|
-
"name": "
|
|
167157
|
+
"name": "occupancy",
|
|
167215
167158
|
"type": {
|
|
167216
|
-
"text": "
|
|
167159
|
+
"text": "SbbOccupancy | null"
|
|
167217
167160
|
},
|
|
167218
|
-
"default": "
|
|
167219
|
-
"description": "
|
|
167220
|
-
"fieldName": "
|
|
167221
|
-
|
|
167222
|
-
|
|
167223
|
-
|
|
167161
|
+
"default": "null",
|
|
167162
|
+
"description": "Occupancy of a wagon.",
|
|
167163
|
+
"fieldName": "occupancy",
|
|
167164
|
+
"inheritedFrom": {
|
|
167165
|
+
"name": "SbbTrainWagonMixin",
|
|
167166
|
+
"module": "train/train-wagon-common.js"
|
|
167167
|
+
}
|
|
167168
|
+
},
|
|
167224
167169
|
{
|
|
167225
|
-
"name": "
|
|
167226
|
-
"
|
|
167170
|
+
"name": "sector",
|
|
167171
|
+
"type": {
|
|
167172
|
+
"text": "string"
|
|
167173
|
+
},
|
|
167174
|
+
"default": "''",
|
|
167175
|
+
"description": "Sector in which the wagon stops.",
|
|
167176
|
+
"fieldName": "sector",
|
|
167177
|
+
"inheritedFrom": {
|
|
167178
|
+
"name": "SbbTrainWagonMixin",
|
|
167179
|
+
"module": "train/train-wagon-common.js"
|
|
167180
|
+
}
|
|
167181
|
+
},
|
|
167182
|
+
{
|
|
167183
|
+
"name": "blocked-passage",
|
|
167184
|
+
"type": {
|
|
167185
|
+
"text": "'previous' | 'next' | 'both' | 'none'"
|
|
167186
|
+
},
|
|
167187
|
+
"default": "'none'",
|
|
167188
|
+
"description": "Accessibility text for blocked passages of the wagon.",
|
|
167189
|
+
"fieldName": "blockedPassage",
|
|
167190
|
+
"inheritedFrom": {
|
|
167191
|
+
"name": "SbbTrainWagonMixin",
|
|
167192
|
+
"module": "train/train-wagon-common.js"
|
|
167193
|
+
}
|
|
167194
|
+
},
|
|
167195
|
+
{
|
|
167196
|
+
"name": "wagon-class",
|
|
167197
|
+
"type": {
|
|
167198
|
+
"text": "| '1'\n | '2'\n | '1-2'\n | '2-1'\n | null"
|
|
167199
|
+
},
|
|
167200
|
+
"default": "null",
|
|
167201
|
+
"description": "Class label",
|
|
167202
|
+
"fieldName": "wagonClass",
|
|
167203
|
+
"inheritedFrom": {
|
|
167204
|
+
"name": "SbbTrainWagonMixin",
|
|
167205
|
+
"module": "train/train-wagon-common.js"
|
|
167206
|
+
}
|
|
167207
|
+
},
|
|
167208
|
+
{
|
|
167209
|
+
"name": "label",
|
|
167210
|
+
"type": {
|
|
167211
|
+
"text": "string"
|
|
167212
|
+
},
|
|
167213
|
+
"default": "''",
|
|
167214
|
+
"description": "Wagon number",
|
|
167215
|
+
"fieldName": "label",
|
|
167216
|
+
"inheritedFrom": {
|
|
167217
|
+
"name": "SbbTrainWagonMixin",
|
|
167218
|
+
"module": "train/train-wagon-common.js"
|
|
167219
|
+
}
|
|
167220
|
+
},
|
|
167221
|
+
{
|
|
167222
|
+
"name": "additional-accessibility-text",
|
|
167223
|
+
"type": {
|
|
167224
|
+
"text": "string"
|
|
167225
|
+
},
|
|
167226
|
+
"default": "''",
|
|
167227
|
+
"description": "Additional accessibility text which will be appended to the end.",
|
|
167228
|
+
"fieldName": "additionalAccessibilityText",
|
|
167229
|
+
"inheritedFrom": {
|
|
167230
|
+
"name": "SbbTrainWagonMixin",
|
|
167231
|
+
"module": "train/train-wagon-common.js"
|
|
167232
|
+
}
|
|
167227
167233
|
}
|
|
167228
|
-
]
|
|
167229
|
-
"superclass": {
|
|
167230
|
-
"name": "SbbElement",
|
|
167231
|
-
"module": "core.js"
|
|
167232
|
-
},
|
|
167233
|
-
"tagName": "sbb-train-formation",
|
|
167234
|
-
"customElement": true
|
|
167234
|
+
]
|
|
167235
167235
|
}
|
|
167236
167236
|
],
|
|
167237
167237
|
"exports": [
|
|
167238
167238
|
{
|
|
167239
167239
|
"kind": "js",
|
|
167240
|
-
"name": "
|
|
167240
|
+
"name": "SbbTrainWagonElement",
|
|
167241
167241
|
"declaration": {
|
|
167242
|
-
"name": "
|
|
167243
|
-
"module": "train/train-
|
|
167242
|
+
"name": "SbbTrainWagonElement",
|
|
167243
|
+
"module": "train/train-wagon/train-wagon.component.js"
|
|
167244
167244
|
}
|
|
167245
167245
|
}
|
|
167246
167246
|
]
|