@sbb-esta/lyne-elements-experimental 4.0.4 → 4.0.5
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 +96 -96
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -7356,6 +7356,102 @@
|
|
|
7356
7356
|
}
|
|
7357
7357
|
]
|
|
7358
7358
|
},
|
|
7359
|
+
{
|
|
7360
|
+
"kind": "javascript-module",
|
|
7361
|
+
"path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
|
|
7362
|
+
"declarations": [
|
|
7363
|
+
{
|
|
7364
|
+
"kind": "class",
|
|
7365
|
+
"description": "Component displays the available service icons of one coach.",
|
|
7366
|
+
"name": "SbbSeatReservationNavigationServicesElement",
|
|
7367
|
+
"members": [
|
|
7368
|
+
{
|
|
7369
|
+
"kind": "field",
|
|
7370
|
+
"name": "propertyIds",
|
|
7371
|
+
"type": {
|
|
7372
|
+
"text": "string[]"
|
|
7373
|
+
},
|
|
7374
|
+
"privacy": "public",
|
|
7375
|
+
"default": "[]",
|
|
7376
|
+
"description": "Coach service property ids, which are used to display the services in the navigation",
|
|
7377
|
+
"attribute": "property-ids"
|
|
7378
|
+
},
|
|
7379
|
+
{
|
|
7380
|
+
"kind": "field",
|
|
7381
|
+
"name": "vertical",
|
|
7382
|
+
"type": {
|
|
7383
|
+
"text": "boolean"
|
|
7384
|
+
},
|
|
7385
|
+
"privacy": "public",
|
|
7386
|
+
"default": "false",
|
|
7387
|
+
"description": "If true, the service icons are displayed vertically",
|
|
7388
|
+
"attribute": "vertical",
|
|
7389
|
+
"reflects": true
|
|
7390
|
+
},
|
|
7391
|
+
{
|
|
7392
|
+
"kind": "field",
|
|
7393
|
+
"name": "_language",
|
|
7394
|
+
"privacy": "private",
|
|
7395
|
+
"default": "new SbbLanguageController(this)"
|
|
7396
|
+
},
|
|
7397
|
+
{
|
|
7398
|
+
"kind": "method",
|
|
7399
|
+
"name": "_getServiceLabelDescription",
|
|
7400
|
+
"privacy": "private",
|
|
7401
|
+
"return": {
|
|
7402
|
+
"type": {
|
|
7403
|
+
"text": "string | null"
|
|
7404
|
+
}
|
|
7405
|
+
}
|
|
7406
|
+
}
|
|
7407
|
+
],
|
|
7408
|
+
"attributes": [
|
|
7409
|
+
{
|
|
7410
|
+
"name": "property-ids",
|
|
7411
|
+
"type": {
|
|
7412
|
+
"text": "string[]"
|
|
7413
|
+
},
|
|
7414
|
+
"default": "[]",
|
|
7415
|
+
"description": "Coach service property ids, which are used to display the services in the navigation",
|
|
7416
|
+
"fieldName": "propertyIds"
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"name": "vertical",
|
|
7420
|
+
"type": {
|
|
7421
|
+
"text": "boolean"
|
|
7422
|
+
},
|
|
7423
|
+
"default": "false",
|
|
7424
|
+
"description": "If true, the service icons are displayed vertically",
|
|
7425
|
+
"fieldName": "vertical"
|
|
7426
|
+
}
|
|
7427
|
+
],
|
|
7428
|
+
"superclass": {
|
|
7429
|
+
"name": "LitElement",
|
|
7430
|
+
"package": "lit"
|
|
7431
|
+
},
|
|
7432
|
+
"tagName": "sbb-seat-reservation-navigation-services",
|
|
7433
|
+
"customElement": true
|
|
7434
|
+
}
|
|
7435
|
+
],
|
|
7436
|
+
"exports": [
|
|
7437
|
+
{
|
|
7438
|
+
"kind": "js",
|
|
7439
|
+
"name": "SbbSeatReservationNavigationServicesElement",
|
|
7440
|
+
"declaration": {
|
|
7441
|
+
"name": "SbbSeatReservationNavigationServicesElement",
|
|
7442
|
+
"module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
|
|
7443
|
+
}
|
|
7444
|
+
},
|
|
7445
|
+
{
|
|
7446
|
+
"kind": "custom-element-definition",
|
|
7447
|
+
"name": "sbb-seat-reservation-navigation-services",
|
|
7448
|
+
"declaration": {
|
|
7449
|
+
"name": "SbbSeatReservationNavigationServicesElement",
|
|
7450
|
+
"module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
|
|
7451
|
+
}
|
|
7452
|
+
}
|
|
7453
|
+
]
|
|
7454
|
+
},
|
|
7359
7455
|
{
|
|
7360
7456
|
"kind": "javascript-module",
|
|
7361
7457
|
"path": "seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js",
|
|
@@ -7627,102 +7723,6 @@
|
|
|
7627
7723
|
}
|
|
7628
7724
|
]
|
|
7629
7725
|
},
|
|
7630
|
-
{
|
|
7631
|
-
"kind": "javascript-module",
|
|
7632
|
-
"path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
|
|
7633
|
-
"declarations": [
|
|
7634
|
-
{
|
|
7635
|
-
"kind": "class",
|
|
7636
|
-
"description": "Component displays the available service icons of one coach.",
|
|
7637
|
-
"name": "SbbSeatReservationNavigationServicesElement",
|
|
7638
|
-
"members": [
|
|
7639
|
-
{
|
|
7640
|
-
"kind": "field",
|
|
7641
|
-
"name": "propertyIds",
|
|
7642
|
-
"type": {
|
|
7643
|
-
"text": "string[]"
|
|
7644
|
-
},
|
|
7645
|
-
"privacy": "public",
|
|
7646
|
-
"default": "[]",
|
|
7647
|
-
"description": "Coach service property ids, which are used to display the services in the navigation",
|
|
7648
|
-
"attribute": "property-ids"
|
|
7649
|
-
},
|
|
7650
|
-
{
|
|
7651
|
-
"kind": "field",
|
|
7652
|
-
"name": "vertical",
|
|
7653
|
-
"type": {
|
|
7654
|
-
"text": "boolean"
|
|
7655
|
-
},
|
|
7656
|
-
"privacy": "public",
|
|
7657
|
-
"default": "false",
|
|
7658
|
-
"description": "If true, the service icons are displayed vertically",
|
|
7659
|
-
"attribute": "vertical",
|
|
7660
|
-
"reflects": true
|
|
7661
|
-
},
|
|
7662
|
-
{
|
|
7663
|
-
"kind": "field",
|
|
7664
|
-
"name": "_language",
|
|
7665
|
-
"privacy": "private",
|
|
7666
|
-
"default": "new SbbLanguageController(this)"
|
|
7667
|
-
},
|
|
7668
|
-
{
|
|
7669
|
-
"kind": "method",
|
|
7670
|
-
"name": "_getServiceLabelDescription",
|
|
7671
|
-
"privacy": "private",
|
|
7672
|
-
"return": {
|
|
7673
|
-
"type": {
|
|
7674
|
-
"text": "string | null"
|
|
7675
|
-
}
|
|
7676
|
-
}
|
|
7677
|
-
}
|
|
7678
|
-
],
|
|
7679
|
-
"attributes": [
|
|
7680
|
-
{
|
|
7681
|
-
"name": "property-ids",
|
|
7682
|
-
"type": {
|
|
7683
|
-
"text": "string[]"
|
|
7684
|
-
},
|
|
7685
|
-
"default": "[]",
|
|
7686
|
-
"description": "Coach service property ids, which are used to display the services in the navigation",
|
|
7687
|
-
"fieldName": "propertyIds"
|
|
7688
|
-
},
|
|
7689
|
-
{
|
|
7690
|
-
"name": "vertical",
|
|
7691
|
-
"type": {
|
|
7692
|
-
"text": "boolean"
|
|
7693
|
-
},
|
|
7694
|
-
"default": "false",
|
|
7695
|
-
"description": "If true, the service icons are displayed vertically",
|
|
7696
|
-
"fieldName": "vertical"
|
|
7697
|
-
}
|
|
7698
|
-
],
|
|
7699
|
-
"superclass": {
|
|
7700
|
-
"name": "LitElement",
|
|
7701
|
-
"package": "lit"
|
|
7702
|
-
},
|
|
7703
|
-
"tagName": "sbb-seat-reservation-navigation-services",
|
|
7704
|
-
"customElement": true
|
|
7705
|
-
}
|
|
7706
|
-
],
|
|
7707
|
-
"exports": [
|
|
7708
|
-
{
|
|
7709
|
-
"kind": "js",
|
|
7710
|
-
"name": "SbbSeatReservationNavigationServicesElement",
|
|
7711
|
-
"declaration": {
|
|
7712
|
-
"name": "SbbSeatReservationNavigationServicesElement",
|
|
7713
|
-
"module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
|
|
7714
|
-
}
|
|
7715
|
-
},
|
|
7716
|
-
{
|
|
7717
|
-
"kind": "custom-element-definition",
|
|
7718
|
-
"name": "sbb-seat-reservation-navigation-services",
|
|
7719
|
-
"declaration": {
|
|
7720
|
-
"name": "SbbSeatReservationNavigationServicesElement",
|
|
7721
|
-
"module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
|
|
7722
|
-
}
|
|
7723
|
-
}
|
|
7724
|
-
]
|
|
7725
|
-
},
|
|
7726
7726
|
{
|
|
7727
7727
|
"kind": "javascript-module",
|
|
7728
7728
|
"path": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-experimental",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "Lyne Design System",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design system",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"type": "module",
|
|
12
12
|
"customElements": "custom-elements.json",
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@sbb-esta/lyne-elements": "4.0.
|
|
14
|
+
"@sbb-esta/lyne-elements": "4.0.5"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"lit": "^3.3.2",
|