@sbb-esta/lyne-elements-experimental-dev 4.13.0-dev.1779125462 → 4.13.0-dev.1779150909
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
|
@@ -7414,6 +7414,90 @@
|
|
|
7414
7414
|
}
|
|
7415
7415
|
]
|
|
7416
7416
|
},
|
|
7417
|
+
{
|
|
7418
|
+
"kind": "javascript-module",
|
|
7419
|
+
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
7420
|
+
"declarations": [
|
|
7421
|
+
{
|
|
7422
|
+
"kind": "class",
|
|
7423
|
+
"description": "Visualize an area with a special meaning within a wagon.",
|
|
7424
|
+
"name": "SbbSeatReservationAreaElement",
|
|
7425
|
+
"members": [
|
|
7426
|
+
{
|
|
7427
|
+
"kind": "field",
|
|
7428
|
+
"name": "elementName",
|
|
7429
|
+
"type": {
|
|
7430
|
+
"text": "string"
|
|
7431
|
+
},
|
|
7432
|
+
"privacy": "public",
|
|
7433
|
+
"static": true,
|
|
7434
|
+
"readonly": true,
|
|
7435
|
+
"default": "'sbb-seat-reservation-area'"
|
|
7436
|
+
},
|
|
7437
|
+
{
|
|
7438
|
+
"kind": "field",
|
|
7439
|
+
"name": "mounting",
|
|
7440
|
+
"type": {
|
|
7441
|
+
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7442
|
+
},
|
|
7443
|
+
"privacy": "public",
|
|
7444
|
+
"default": "'free'",
|
|
7445
|
+
"description": "Mounting Prop",
|
|
7446
|
+
"attribute": "mounting",
|
|
7447
|
+
"reflects": true
|
|
7448
|
+
},
|
|
7449
|
+
{
|
|
7450
|
+
"kind": "field",
|
|
7451
|
+
"name": "background",
|
|
7452
|
+
"type": {
|
|
7453
|
+
"text": "'light' | 'dark'"
|
|
7454
|
+
},
|
|
7455
|
+
"privacy": "public",
|
|
7456
|
+
"default": "'light'",
|
|
7457
|
+
"description": "the background of the area",
|
|
7458
|
+
"attribute": "background",
|
|
7459
|
+
"reflects": true
|
|
7460
|
+
}
|
|
7461
|
+
],
|
|
7462
|
+
"attributes": [
|
|
7463
|
+
{
|
|
7464
|
+
"name": "mounting",
|
|
7465
|
+
"type": {
|
|
7466
|
+
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7467
|
+
},
|
|
7468
|
+
"default": "'free'",
|
|
7469
|
+
"description": "Mounting Prop",
|
|
7470
|
+
"fieldName": "mounting"
|
|
7471
|
+
},
|
|
7472
|
+
{
|
|
7473
|
+
"name": "background",
|
|
7474
|
+
"type": {
|
|
7475
|
+
"text": "'light' | 'dark'"
|
|
7476
|
+
},
|
|
7477
|
+
"default": "'light'",
|
|
7478
|
+
"description": "the background of the area",
|
|
7479
|
+
"fieldName": "background"
|
|
7480
|
+
}
|
|
7481
|
+
],
|
|
7482
|
+
"superclass": {
|
|
7483
|
+
"name": "SbbElement",
|
|
7484
|
+
"package": "@sbb-esta/lyne-elements/core/base-elements.js"
|
|
7485
|
+
},
|
|
7486
|
+
"tagName": "sbb-seat-reservation-area",
|
|
7487
|
+
"customElement": true
|
|
7488
|
+
}
|
|
7489
|
+
],
|
|
7490
|
+
"exports": [
|
|
7491
|
+
{
|
|
7492
|
+
"kind": "js",
|
|
7493
|
+
"name": "SbbSeatReservationAreaElement",
|
|
7494
|
+
"declaration": {
|
|
7495
|
+
"name": "SbbSeatReservationAreaElement",
|
|
7496
|
+
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
7497
|
+
}
|
|
7498
|
+
}
|
|
7499
|
+
]
|
|
7500
|
+
},
|
|
7417
7501
|
{
|
|
7418
7502
|
"kind": "javascript-module",
|
|
7419
7503
|
"path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
|
|
@@ -7570,90 +7654,6 @@
|
|
|
7570
7654
|
}
|
|
7571
7655
|
]
|
|
7572
7656
|
},
|
|
7573
|
-
{
|
|
7574
|
-
"kind": "javascript-module",
|
|
7575
|
-
"path": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js",
|
|
7576
|
-
"declarations": [
|
|
7577
|
-
{
|
|
7578
|
-
"kind": "class",
|
|
7579
|
-
"description": "Visualize an area with a special meaning within a wagon.",
|
|
7580
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7581
|
-
"members": [
|
|
7582
|
-
{
|
|
7583
|
-
"kind": "field",
|
|
7584
|
-
"name": "elementName",
|
|
7585
|
-
"type": {
|
|
7586
|
-
"text": "string"
|
|
7587
|
-
},
|
|
7588
|
-
"privacy": "public",
|
|
7589
|
-
"static": true,
|
|
7590
|
-
"readonly": true,
|
|
7591
|
-
"default": "'sbb-seat-reservation-area'"
|
|
7592
|
-
},
|
|
7593
|
-
{
|
|
7594
|
-
"kind": "field",
|
|
7595
|
-
"name": "mounting",
|
|
7596
|
-
"type": {
|
|
7597
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7598
|
-
},
|
|
7599
|
-
"privacy": "public",
|
|
7600
|
-
"default": "'free'",
|
|
7601
|
-
"description": "Mounting Prop",
|
|
7602
|
-
"attribute": "mounting",
|
|
7603
|
-
"reflects": true
|
|
7604
|
-
},
|
|
7605
|
-
{
|
|
7606
|
-
"kind": "field",
|
|
7607
|
-
"name": "background",
|
|
7608
|
-
"type": {
|
|
7609
|
-
"text": "'light' | 'dark'"
|
|
7610
|
-
},
|
|
7611
|
-
"privacy": "public",
|
|
7612
|
-
"default": "'light'",
|
|
7613
|
-
"description": "the background of the area",
|
|
7614
|
-
"attribute": "background",
|
|
7615
|
-
"reflects": true
|
|
7616
|
-
}
|
|
7617
|
-
],
|
|
7618
|
-
"attributes": [
|
|
7619
|
-
{
|
|
7620
|
-
"name": "mounting",
|
|
7621
|
-
"type": {
|
|
7622
|
-
"text": "'free' | 'upper-border' | 'lower-border' | 'upper-to-lower-border'"
|
|
7623
|
-
},
|
|
7624
|
-
"default": "'free'",
|
|
7625
|
-
"description": "Mounting Prop",
|
|
7626
|
-
"fieldName": "mounting"
|
|
7627
|
-
},
|
|
7628
|
-
{
|
|
7629
|
-
"name": "background",
|
|
7630
|
-
"type": {
|
|
7631
|
-
"text": "'light' | 'dark'"
|
|
7632
|
-
},
|
|
7633
|
-
"default": "'light'",
|
|
7634
|
-
"description": "the background of the area",
|
|
7635
|
-
"fieldName": "background"
|
|
7636
|
-
}
|
|
7637
|
-
],
|
|
7638
|
-
"superclass": {
|
|
7639
|
-
"name": "SbbElement",
|
|
7640
|
-
"package": "@sbb-esta/lyne-elements/core/base-elements.js"
|
|
7641
|
-
},
|
|
7642
|
-
"tagName": "sbb-seat-reservation-area",
|
|
7643
|
-
"customElement": true
|
|
7644
|
-
}
|
|
7645
|
-
],
|
|
7646
|
-
"exports": [
|
|
7647
|
-
{
|
|
7648
|
-
"kind": "js",
|
|
7649
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7650
|
-
"declaration": {
|
|
7651
|
-
"name": "SbbSeatReservationAreaElement",
|
|
7652
|
-
"module": "seat-reservation/seat-reservation-area/seat-reservation-area.component.js"
|
|
7653
|
-
}
|
|
7654
|
-
}
|
|
7655
|
-
]
|
|
7656
|
-
},
|
|
7657
7657
|
{
|
|
7658
7658
|
"kind": "javascript-module",
|
|
7659
7659
|
"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.13.0-dev.
|
|
3
|
+
"version": "4.13.0-dev.1779150909",
|
|
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/cff5270cbb6c322de317c66e7df9ed6f7a77d60e"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|