@sbb-esta/lyne-elements-experimental-dev 4.11.0-dev.1776241572 → 4.11.0-dev.1776257944
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 +84 -84
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -3124,6 +3124,90 @@
|
|
|
3124
3124
|
"declarations": [],
|
|
3125
3125
|
"exports": []
|
|
3126
3126
|
},
|
|
3127
|
+
{
|
|
3128
|
+
"kind": "javascript-module",
|
|
3129
|
+
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
3130
|
+
"declarations": [
|
|
3131
|
+
{
|
|
3132
|
+
"kind": "class",
|
|
3133
|
+
"description": "Visualize an area with a special meaning within a wagon.",
|
|
3134
|
+
"name": "SbbSeatReservationAreaElement",
|
|
3135
|
+
"members": [
|
|
3136
|
+
{
|
|
3137
|
+
"kind": "field",
|
|
3138
|
+
"name": "elementName",
|
|
3139
|
+
"type": {
|
|
3140
|
+
"text": "string"
|
|
3141
|
+
},
|
|
3142
|
+
"privacy": "public",
|
|
3143
|
+
"static": true,
|
|
3144
|
+
"readonly": true,
|
|
3145
|
+
"default": "'sbb-seat-reservation-area'"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"kind": "field",
|
|
3149
|
+
"name": "mounting",
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
3152
|
+
},
|
|
3153
|
+
"privacy": "public",
|
|
3154
|
+
"default": "'free'",
|
|
3155
|
+
"description": "Mounting Prop",
|
|
3156
|
+
"attribute": "mounting",
|
|
3157
|
+
"reflects": true
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"kind": "field",
|
|
3161
|
+
"name": "background",
|
|
3162
|
+
"type": {
|
|
3163
|
+
"text": "'light' | 'dark'"
|
|
3164
|
+
},
|
|
3165
|
+
"privacy": "public",
|
|
3166
|
+
"default": "'light'",
|
|
3167
|
+
"description": "the background of the area",
|
|
3168
|
+
"attribute": "background",
|
|
3169
|
+
"reflects": true
|
|
3170
|
+
}
|
|
3171
|
+
],
|
|
3172
|
+
"attributes": [
|
|
3173
|
+
{
|
|
3174
|
+
"name": "mounting",
|
|
3175
|
+
"type": {
|
|
3176
|
+
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
3177
|
+
},
|
|
3178
|
+
"default": "'free'",
|
|
3179
|
+
"description": "Mounting Prop",
|
|
3180
|
+
"fieldName": "mounting"
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"name": "background",
|
|
3184
|
+
"type": {
|
|
3185
|
+
"text": "'light' | 'dark'"
|
|
3186
|
+
},
|
|
3187
|
+
"default": "'light'",
|
|
3188
|
+
"description": "the background of the area",
|
|
3189
|
+
"fieldName": "background"
|
|
3190
|
+
}
|
|
3191
|
+
],
|
|
3192
|
+
"superclass": {
|
|
3193
|
+
"name": "SbbElement",
|
|
3194
|
+
"package": "@sbb-esta/lyne-elements/core/base-elements.js"
|
|
3195
|
+
},
|
|
3196
|
+
"tagName": "sbb-seat-reservation-area",
|
|
3197
|
+
"customElement": true
|
|
3198
|
+
}
|
|
3199
|
+
],
|
|
3200
|
+
"exports": [
|
|
3201
|
+
{
|
|
3202
|
+
"kind": "js",
|
|
3203
|
+
"name": "SbbSeatReservationAreaElement",
|
|
3204
|
+
"declaration": {
|
|
3205
|
+
"name": "SbbSeatReservationAreaElement",
|
|
3206
|
+
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
3207
|
+
}
|
|
3208
|
+
}
|
|
3209
|
+
]
|
|
3210
|
+
},
|
|
3127
3211
|
{
|
|
3128
3212
|
"kind": "javascript-module",
|
|
3129
3213
|
"path": "seat-reservation/seat-reservation/seat-reservation-base-element.js",
|
|
@@ -7449,90 +7533,6 @@
|
|
|
7449
7533
|
}
|
|
7450
7534
|
]
|
|
7451
7535
|
},
|
|
7452
|
-
{
|
|
7453
|
-
"kind": "javascript-module",
|
|
7454
|
-
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
7455
|
-
"declarations": [
|
|
7456
|
-
{
|
|
7457
|
-
"kind": "class",
|
|
7458
|
-
"description": "Visualize an area with a special meaning within a wagon.",
|
|
7459
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7460
|
-
"members": [
|
|
7461
|
-
{
|
|
7462
|
-
"kind": "field",
|
|
7463
|
-
"name": "elementName",
|
|
7464
|
-
"type": {
|
|
7465
|
-
"text": "string"
|
|
7466
|
-
},
|
|
7467
|
-
"privacy": "public",
|
|
7468
|
-
"static": true,
|
|
7469
|
-
"readonly": true,
|
|
7470
|
-
"default": "'sbb-seat-reservation-area'"
|
|
7471
|
-
},
|
|
7472
|
-
{
|
|
7473
|
-
"kind": "field",
|
|
7474
|
-
"name": "mounting",
|
|
7475
|
-
"type": {
|
|
7476
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7477
|
-
},
|
|
7478
|
-
"privacy": "public",
|
|
7479
|
-
"default": "'free'",
|
|
7480
|
-
"description": "Mounting Prop",
|
|
7481
|
-
"attribute": "mounting",
|
|
7482
|
-
"reflects": true
|
|
7483
|
-
},
|
|
7484
|
-
{
|
|
7485
|
-
"kind": "field",
|
|
7486
|
-
"name": "background",
|
|
7487
|
-
"type": {
|
|
7488
|
-
"text": "'light' | 'dark'"
|
|
7489
|
-
},
|
|
7490
|
-
"privacy": "public",
|
|
7491
|
-
"default": "'light'",
|
|
7492
|
-
"description": "the background of the area",
|
|
7493
|
-
"attribute": "background",
|
|
7494
|
-
"reflects": true
|
|
7495
|
-
}
|
|
7496
|
-
],
|
|
7497
|
-
"attributes": [
|
|
7498
|
-
{
|
|
7499
|
-
"name": "mounting",
|
|
7500
|
-
"type": {
|
|
7501
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7502
|
-
},
|
|
7503
|
-
"default": "'free'",
|
|
7504
|
-
"description": "Mounting Prop",
|
|
7505
|
-
"fieldName": "mounting"
|
|
7506
|
-
},
|
|
7507
|
-
{
|
|
7508
|
-
"name": "background",
|
|
7509
|
-
"type": {
|
|
7510
|
-
"text": "'light' | 'dark'"
|
|
7511
|
-
},
|
|
7512
|
-
"default": "'light'",
|
|
7513
|
-
"description": "the background of the area",
|
|
7514
|
-
"fieldName": "background"
|
|
7515
|
-
}
|
|
7516
|
-
],
|
|
7517
|
-
"superclass": {
|
|
7518
|
-
"name": "SbbElement",
|
|
7519
|
-
"package": "@sbb-esta/lyne-elements/core/base-elements.js"
|
|
7520
|
-
},
|
|
7521
|
-
"tagName": "sbb-seat-reservation-area",
|
|
7522
|
-
"customElement": true
|
|
7523
|
-
}
|
|
7524
|
-
],
|
|
7525
|
-
"exports": [
|
|
7526
|
-
{
|
|
7527
|
-
"kind": "js",
|
|
7528
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7529
|
-
"declaration": {
|
|
7530
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7531
|
-
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
7532
|
-
}
|
|
7533
|
-
}
|
|
7534
|
-
]
|
|
7535
|
-
},
|
|
7536
7536
|
{
|
|
7537
7537
|
"kind": "javascript-module",
|
|
7538
7538
|
"path": "seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-experimental-dev",
|
|
3
|
-
"version": "4.11.0-dev.
|
|
3
|
+
"version": "4.11.0-dev.1776257944",
|
|
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/d68810465d3c109b17a2f1f6088749e50f4d1a90"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|