@sbb-esta/lyne-elements-experimental-dev 5.0.0-next-dev.1777283658 → 5.0.0-next-dev.1777284507
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 +124 -124
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -7076,6 +7076,90 @@
|
|
|
7076
7076
|
}
|
|
7077
7077
|
]
|
|
7078
7078
|
},
|
|
7079
|
+
{
|
|
7080
|
+
"kind": "javascript-module",
|
|
7081
|
+
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
7082
|
+
"declarations": [
|
|
7083
|
+
{
|
|
7084
|
+
"kind": "class",
|
|
7085
|
+
"description": "Visualize an area with a special meaning within a wagon.",
|
|
7086
|
+
"name": "SbbSeatReservationAreaElement",
|
|
7087
|
+
"members": [
|
|
7088
|
+
{
|
|
7089
|
+
"kind": "field",
|
|
7090
|
+
"name": "elementName",
|
|
7091
|
+
"type": {
|
|
7092
|
+
"text": "string"
|
|
7093
|
+
},
|
|
7094
|
+
"privacy": "public",
|
|
7095
|
+
"static": true,
|
|
7096
|
+
"readonly": true,
|
|
7097
|
+
"default": "'sbb-seat-reservation-area'"
|
|
7098
|
+
},
|
|
7099
|
+
{
|
|
7100
|
+
"kind": "field",
|
|
7101
|
+
"name": "mounting",
|
|
7102
|
+
"type": {
|
|
7103
|
+
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7104
|
+
},
|
|
7105
|
+
"privacy": "public",
|
|
7106
|
+
"default": "'free'",
|
|
7107
|
+
"description": "Mounting Prop",
|
|
7108
|
+
"attribute": "mounting",
|
|
7109
|
+
"reflects": true
|
|
7110
|
+
},
|
|
7111
|
+
{
|
|
7112
|
+
"kind": "field",
|
|
7113
|
+
"name": "background",
|
|
7114
|
+
"type": {
|
|
7115
|
+
"text": "'light' | 'dark'"
|
|
7116
|
+
},
|
|
7117
|
+
"privacy": "public",
|
|
7118
|
+
"default": "'light'",
|
|
7119
|
+
"description": "the background of the area",
|
|
7120
|
+
"attribute": "background",
|
|
7121
|
+
"reflects": true
|
|
7122
|
+
}
|
|
7123
|
+
],
|
|
7124
|
+
"attributes": [
|
|
7125
|
+
{
|
|
7126
|
+
"name": "mounting",
|
|
7127
|
+
"type": {
|
|
7128
|
+
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7129
|
+
},
|
|
7130
|
+
"default": "'free'",
|
|
7131
|
+
"description": "Mounting Prop",
|
|
7132
|
+
"fieldName": "mounting"
|
|
7133
|
+
},
|
|
7134
|
+
{
|
|
7135
|
+
"name": "background",
|
|
7136
|
+
"type": {
|
|
7137
|
+
"text": "'light' | 'dark'"
|
|
7138
|
+
},
|
|
7139
|
+
"default": "'light'",
|
|
7140
|
+
"description": "the background of the area",
|
|
7141
|
+
"fieldName": "background"
|
|
7142
|
+
}
|
|
7143
|
+
],
|
|
7144
|
+
"superclass": {
|
|
7145
|
+
"name": "SbbElement",
|
|
7146
|
+
"package": "@sbb-esta/lyne-elements/core.js"
|
|
7147
|
+
},
|
|
7148
|
+
"tagName": "sbb-seat-reservation-area",
|
|
7149
|
+
"customElement": true
|
|
7150
|
+
}
|
|
7151
|
+
],
|
|
7152
|
+
"exports": [
|
|
7153
|
+
{
|
|
7154
|
+
"kind": "js",
|
|
7155
|
+
"name": "SbbSeatReservationAreaElement",
|
|
7156
|
+
"declaration": {
|
|
7157
|
+
"name": "SbbSeatReservationAreaElement",
|
|
7158
|
+
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
7159
|
+
}
|
|
7160
|
+
}
|
|
7161
|
+
]
|
|
7162
|
+
},
|
|
7079
7163
|
{
|
|
7080
7164
|
"kind": "javascript-module",
|
|
7081
7165
|
"path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
|
|
@@ -7192,90 +7276,6 @@
|
|
|
7192
7276
|
}
|
|
7193
7277
|
]
|
|
7194
7278
|
},
|
|
7195
|
-
{
|
|
7196
|
-
"kind": "javascript-module",
|
|
7197
|
-
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
7198
|
-
"declarations": [
|
|
7199
|
-
{
|
|
7200
|
-
"kind": "class",
|
|
7201
|
-
"description": "Visualize an area with a special meaning within a wagon.",
|
|
7202
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7203
|
-
"members": [
|
|
7204
|
-
{
|
|
7205
|
-
"kind": "field",
|
|
7206
|
-
"name": "elementName",
|
|
7207
|
-
"type": {
|
|
7208
|
-
"text": "string"
|
|
7209
|
-
},
|
|
7210
|
-
"privacy": "public",
|
|
7211
|
-
"static": true,
|
|
7212
|
-
"readonly": true,
|
|
7213
|
-
"default": "'sbb-seat-reservation-area'"
|
|
7214
|
-
},
|
|
7215
|
-
{
|
|
7216
|
-
"kind": "field",
|
|
7217
|
-
"name": "mounting",
|
|
7218
|
-
"type": {
|
|
7219
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7220
|
-
},
|
|
7221
|
-
"privacy": "public",
|
|
7222
|
-
"default": "'free'",
|
|
7223
|
-
"description": "Mounting Prop",
|
|
7224
|
-
"attribute": "mounting",
|
|
7225
|
-
"reflects": true
|
|
7226
|
-
},
|
|
7227
|
-
{
|
|
7228
|
-
"kind": "field",
|
|
7229
|
-
"name": "background",
|
|
7230
|
-
"type": {
|
|
7231
|
-
"text": "'light' | 'dark'"
|
|
7232
|
-
},
|
|
7233
|
-
"privacy": "public",
|
|
7234
|
-
"default": "'light'",
|
|
7235
|
-
"description": "the background of the area",
|
|
7236
|
-
"attribute": "background",
|
|
7237
|
-
"reflects": true
|
|
7238
|
-
}
|
|
7239
|
-
],
|
|
7240
|
-
"attributes": [
|
|
7241
|
-
{
|
|
7242
|
-
"name": "mounting",
|
|
7243
|
-
"type": {
|
|
7244
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7245
|
-
},
|
|
7246
|
-
"default": "'free'",
|
|
7247
|
-
"description": "Mounting Prop",
|
|
7248
|
-
"fieldName": "mounting"
|
|
7249
|
-
},
|
|
7250
|
-
{
|
|
7251
|
-
"name": "background",
|
|
7252
|
-
"type": {
|
|
7253
|
-
"text": "'light' | 'dark'"
|
|
7254
|
-
},
|
|
7255
|
-
"default": "'light'",
|
|
7256
|
-
"description": "the background of the area",
|
|
7257
|
-
"fieldName": "background"
|
|
7258
|
-
}
|
|
7259
|
-
],
|
|
7260
|
-
"superclass": {
|
|
7261
|
-
"name": "SbbElement",
|
|
7262
|
-
"package": "@sbb-esta/lyne-elements/core.js"
|
|
7263
|
-
},
|
|
7264
|
-
"tagName": "sbb-seat-reservation-area",
|
|
7265
|
-
"customElement": true
|
|
7266
|
-
}
|
|
7267
|
-
],
|
|
7268
|
-
"exports": [
|
|
7269
|
-
{
|
|
7270
|
-
"kind": "js",
|
|
7271
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7272
|
-
"declaration": {
|
|
7273
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7274
|
-
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
7275
|
-
}
|
|
7276
|
-
}
|
|
7277
|
-
]
|
|
7278
|
-
},
|
|
7279
7279
|
{
|
|
7280
7280
|
"kind": "javascript-module",
|
|
7281
7281
|
"path": "seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js",
|
|
@@ -7752,6 +7752,46 @@
|
|
|
7752
7752
|
}
|
|
7753
7753
|
]
|
|
7754
7754
|
},
|
|
7755
|
+
{
|
|
7756
|
+
"kind": "javascript-module",
|
|
7757
|
+
"path": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js",
|
|
7758
|
+
"declarations": [
|
|
7759
|
+
{
|
|
7760
|
+
"kind": "class",
|
|
7761
|
+
"description": "Wrapper class for scoped elements with similar properties to set.",
|
|
7762
|
+
"name": "SbbSeatReservationScopedElement",
|
|
7763
|
+
"members": [
|
|
7764
|
+
{
|
|
7765
|
+
"kind": "field",
|
|
7766
|
+
"name": "elementName",
|
|
7767
|
+
"type": {
|
|
7768
|
+
"text": "string"
|
|
7769
|
+
},
|
|
7770
|
+
"privacy": "public",
|
|
7771
|
+
"static": true,
|
|
7772
|
+
"readonly": true,
|
|
7773
|
+
"default": "'sbb-seat-reservation-scoped'"
|
|
7774
|
+
}
|
|
7775
|
+
],
|
|
7776
|
+
"superclass": {
|
|
7777
|
+
"name": "SbbElement",
|
|
7778
|
+
"package": "@sbb-esta/lyne-elements/core.js"
|
|
7779
|
+
},
|
|
7780
|
+
"tagName": "sbb-seat-reservation-scoped",
|
|
7781
|
+
"customElement": true
|
|
7782
|
+
}
|
|
7783
|
+
],
|
|
7784
|
+
"exports": [
|
|
7785
|
+
{
|
|
7786
|
+
"kind": "js",
|
|
7787
|
+
"name": "SbbSeatReservationScopedElement",
|
|
7788
|
+
"declaration": {
|
|
7789
|
+
"name": "SbbSeatReservationScopedElement",
|
|
7790
|
+
"module": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js"
|
|
7791
|
+
}
|
|
7792
|
+
}
|
|
7793
|
+
]
|
|
7794
|
+
},
|
|
7755
7795
|
{
|
|
7756
7796
|
"kind": "javascript-module",
|
|
7757
7797
|
"path": "seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js",
|
|
@@ -8111,46 +8151,6 @@
|
|
|
8111
8151
|
}
|
|
8112
8152
|
]
|
|
8113
8153
|
},
|
|
8114
|
-
{
|
|
8115
|
-
"kind": "javascript-module",
|
|
8116
|
-
"path": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js",
|
|
8117
|
-
"declarations": [
|
|
8118
|
-
{
|
|
8119
|
-
"kind": "class",
|
|
8120
|
-
"description": "Wrapper class for scoped elements with similar properties to set.",
|
|
8121
|
-
"name": "SbbSeatReservationScopedElement",
|
|
8122
|
-
"members": [
|
|
8123
|
-
{
|
|
8124
|
-
"kind": "field",
|
|
8125
|
-
"name": "elementName",
|
|
8126
|
-
"type": {
|
|
8127
|
-
"text": "string"
|
|
8128
|
-
},
|
|
8129
|
-
"privacy": "public",
|
|
8130
|
-
"static": true,
|
|
8131
|
-
"readonly": true,
|
|
8132
|
-
"default": "'sbb-seat-reservation-scoped'"
|
|
8133
|
-
}
|
|
8134
|
-
],
|
|
8135
|
-
"superclass": {
|
|
8136
|
-
"name": "SbbElement",
|
|
8137
|
-
"package": "@sbb-esta/lyne-elements/core.js"
|
|
8138
|
-
},
|
|
8139
|
-
"tagName": "sbb-seat-reservation-scoped",
|
|
8140
|
-
"customElement": true
|
|
8141
|
-
}
|
|
8142
|
-
],
|
|
8143
|
-
"exports": [
|
|
8144
|
-
{
|
|
8145
|
-
"kind": "js",
|
|
8146
|
-
"name": "SbbSeatReservationScopedElement",
|
|
8147
|
-
"declaration": {
|
|
8148
|
-
"name": "SbbSeatReservationScopedElement",
|
|
8149
|
-
"module": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js"
|
|
8150
|
-
}
|
|
8151
|
-
}
|
|
8152
|
-
]
|
|
8153
|
-
},
|
|
8154
8154
|
{
|
|
8155
8155
|
"kind": "javascript-module",
|
|
8156
8156
|
"path": "seat-reservation/common/mapper/icon-mapper.js",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-experimental-dev",
|
|
3
|
-
"version": "5.0.0-next-dev.
|
|
3
|
+
"version": "5.0.0-next-dev.1777284507",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
7
7
|
"web components",
|
|
8
8
|
"lit",
|
|
9
9
|
"storybook",
|
|
10
|
-
"https://github.com/sbb-design-systems/lyne-components/commit/
|
|
10
|
+
"https://github.com/sbb-design-systems/lyne-components/commit/f604ff49705e28595a914ee9d1a09974aa5aada9"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|