@sbb-esta/lyne-elements-experimental-dev 5.0.0-next-dev.1777038050 → 5.0.0-next-dev.1777124919

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.
Files changed (2) hide show
  1. package/custom-elements.json +129 -129
  2. package/package.json +2 -2
@@ -7623,6 +7623,135 @@
7623
7623
  }
7624
7624
  ]
7625
7625
  },
7626
+ {
7627
+ "kind": "javascript-module",
7628
+ "path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
7629
+ "declarations": [
7630
+ {
7631
+ "kind": "class",
7632
+ "description": "Component displays the available service icons of one coach.",
7633
+ "name": "SbbSeatReservationNavigationServicesElement",
7634
+ "members": [
7635
+ {
7636
+ "kind": "field",
7637
+ "name": "elementName",
7638
+ "type": {
7639
+ "text": "string"
7640
+ },
7641
+ "privacy": "public",
7642
+ "static": true,
7643
+ "readonly": true,
7644
+ "default": "'sbb-seat-reservation-navigation-services'"
7645
+ },
7646
+ {
7647
+ "kind": "field",
7648
+ "name": "elementDependencies",
7649
+ "type": {
7650
+ "text": "SbbElementType[]"
7651
+ },
7652
+ "privacy": "public",
7653
+ "static": true,
7654
+ "default": "[ SbbScreenReaderOnlyElement, SbbSeatReservationGraphicElement, ]"
7655
+ },
7656
+ {
7657
+ "kind": "field",
7658
+ "name": "propertyIds",
7659
+ "type": {
7660
+ "text": "string[]"
7661
+ },
7662
+ "privacy": "public",
7663
+ "default": "[]",
7664
+ "description": "Coach service property ids, which are used to display the services in the navigation",
7665
+ "attribute": "property-ids"
7666
+ },
7667
+ {
7668
+ "kind": "field",
7669
+ "name": "vertical",
7670
+ "type": {
7671
+ "text": "boolean"
7672
+ },
7673
+ "privacy": "public",
7674
+ "default": "false",
7675
+ "description": "If true, the service icons are displayed vertically",
7676
+ "attribute": "vertical",
7677
+ "reflects": true
7678
+ },
7679
+ {
7680
+ "kind": "field",
7681
+ "name": "showTitleInfo",
7682
+ "type": {
7683
+ "text": "boolean"
7684
+ },
7685
+ "privacy": "public",
7686
+ "default": "false",
7687
+ "description": "Disable the mouse over title information",
7688
+ "attribute": "showTitleInfo"
7689
+ },
7690
+ {
7691
+ "kind": "field",
7692
+ "name": "_language",
7693
+ "privacy": "private",
7694
+ "default": "new SbbLanguageController(this)"
7695
+ },
7696
+ {
7697
+ "kind": "method",
7698
+ "name": "_getServiceLabelDescription",
7699
+ "privacy": "private",
7700
+ "return": {
7701
+ "type": {
7702
+ "text": "string | null"
7703
+ }
7704
+ }
7705
+ }
7706
+ ],
7707
+ "attributes": [
7708
+ {
7709
+ "name": "property-ids",
7710
+ "type": {
7711
+ "text": "string[]"
7712
+ },
7713
+ "default": "[]",
7714
+ "description": "Coach service property ids, which are used to display the services in the navigation",
7715
+ "fieldName": "propertyIds"
7716
+ },
7717
+ {
7718
+ "name": "vertical",
7719
+ "type": {
7720
+ "text": "boolean"
7721
+ },
7722
+ "default": "false",
7723
+ "description": "If true, the service icons are displayed vertically",
7724
+ "fieldName": "vertical"
7725
+ },
7726
+ {
7727
+ "name": "showTitleInfo",
7728
+ "type": {
7729
+ "text": "boolean"
7730
+ },
7731
+ "default": "false",
7732
+ "description": "Disable the mouse over title information",
7733
+ "fieldName": "showTitleInfo"
7734
+ }
7735
+ ],
7736
+ "superclass": {
7737
+ "name": "SbbElement",
7738
+ "package": "@sbb-esta/lyne-elements/core.js"
7739
+ },
7740
+ "tagName": "sbb-seat-reservation-navigation-services",
7741
+ "customElement": true
7742
+ }
7743
+ ],
7744
+ "exports": [
7745
+ {
7746
+ "kind": "js",
7747
+ "name": "SbbSeatReservationNavigationServicesElement",
7748
+ "declaration": {
7749
+ "name": "SbbSeatReservationNavigationServicesElement",
7750
+ "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
7751
+ }
7752
+ }
7753
+ ]
7754
+ },
7626
7755
  {
7627
7756
  "kind": "javascript-module",
7628
7757
  "path": "seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js",
@@ -8022,135 +8151,6 @@
8022
8151
  }
8023
8152
  ]
8024
8153
  },
8025
- {
8026
- "kind": "javascript-module",
8027
- "path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
8028
- "declarations": [
8029
- {
8030
- "kind": "class",
8031
- "description": "Component displays the available service icons of one coach.",
8032
- "name": "SbbSeatReservationNavigationServicesElement",
8033
- "members": [
8034
- {
8035
- "kind": "field",
8036
- "name": "elementName",
8037
- "type": {
8038
- "text": "string"
8039
- },
8040
- "privacy": "public",
8041
- "static": true,
8042
- "readonly": true,
8043
- "default": "'sbb-seat-reservation-navigation-services'"
8044
- },
8045
- {
8046
- "kind": "field",
8047
- "name": "elementDependencies",
8048
- "type": {
8049
- "text": "SbbElementType[]"
8050
- },
8051
- "privacy": "public",
8052
- "static": true,
8053
- "default": "[ SbbScreenReaderOnlyElement, SbbSeatReservationGraphicElement, ]"
8054
- },
8055
- {
8056
- "kind": "field",
8057
- "name": "propertyIds",
8058
- "type": {
8059
- "text": "string[]"
8060
- },
8061
- "privacy": "public",
8062
- "default": "[]",
8063
- "description": "Coach service property ids, which are used to display the services in the navigation",
8064
- "attribute": "property-ids"
8065
- },
8066
- {
8067
- "kind": "field",
8068
- "name": "vertical",
8069
- "type": {
8070
- "text": "boolean"
8071
- },
8072
- "privacy": "public",
8073
- "default": "false",
8074
- "description": "If true, the service icons are displayed vertically",
8075
- "attribute": "vertical",
8076
- "reflects": true
8077
- },
8078
- {
8079
- "kind": "field",
8080
- "name": "showTitleInfo",
8081
- "type": {
8082
- "text": "boolean"
8083
- },
8084
- "privacy": "public",
8085
- "default": "false",
8086
- "description": "Disable the mouse over title information",
8087
- "attribute": "showTitleInfo"
8088
- },
8089
- {
8090
- "kind": "field",
8091
- "name": "_language",
8092
- "privacy": "private",
8093
- "default": "new SbbLanguageController(this)"
8094
- },
8095
- {
8096
- "kind": "method",
8097
- "name": "_getServiceLabelDescription",
8098
- "privacy": "private",
8099
- "return": {
8100
- "type": {
8101
- "text": "string | null"
8102
- }
8103
- }
8104
- }
8105
- ],
8106
- "attributes": [
8107
- {
8108
- "name": "property-ids",
8109
- "type": {
8110
- "text": "string[]"
8111
- },
8112
- "default": "[]",
8113
- "description": "Coach service property ids, which are used to display the services in the navigation",
8114
- "fieldName": "propertyIds"
8115
- },
8116
- {
8117
- "name": "vertical",
8118
- "type": {
8119
- "text": "boolean"
8120
- },
8121
- "default": "false",
8122
- "description": "If true, the service icons are displayed vertically",
8123
- "fieldName": "vertical"
8124
- },
8125
- {
8126
- "name": "showTitleInfo",
8127
- "type": {
8128
- "text": "boolean"
8129
- },
8130
- "default": "false",
8131
- "description": "Disable the mouse over title information",
8132
- "fieldName": "showTitleInfo"
8133
- }
8134
- ],
8135
- "superclass": {
8136
- "name": "SbbElement",
8137
- "package": "@sbb-esta/lyne-elements/core.js"
8138
- },
8139
- "tagName": "sbb-seat-reservation-navigation-services",
8140
- "customElement": true
8141
- }
8142
- ],
8143
- "exports": [
8144
- {
8145
- "kind": "js",
8146
- "name": "SbbSeatReservationNavigationServicesElement",
8147
- "declaration": {
8148
- "name": "SbbSeatReservationNavigationServicesElement",
8149
- "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.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.1777038050",
3
+ "version": "5.0.0-next-dev.1777124919",
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/aee15d097bf0dbfc0219d6924bba1f11c380f8f7"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/aaaaafd20c0b6d7f25f8274f9903e3d6a6751f35"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {