@sbb-esta/lyne-elements-experimental-dev 4.8.1-dev.1774242009 → 4.8.1-dev.1774250635

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 +119 -119
  2. package/package.json +2 -2
@@ -7802,6 +7802,125 @@
7802
7802
  }
7803
7803
  ]
7804
7804
  },
7805
+ {
7806
+ "kind": "javascript-module",
7807
+ "path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
7808
+ "declarations": [
7809
+ {
7810
+ "kind": "class",
7811
+ "description": "Component displays the available service icons of one coach.",
7812
+ "name": "SbbSeatReservationNavigationServicesElement",
7813
+ "members": [
7814
+ {
7815
+ "kind": "field",
7816
+ "name": "elementName",
7817
+ "type": {
7818
+ "text": "string"
7819
+ },
7820
+ "privacy": "public",
7821
+ "static": true,
7822
+ "readonly": true,
7823
+ "default": "'sbb-seat-reservation-navigation-services'"
7824
+ },
7825
+ {
7826
+ "kind": "field",
7827
+ "name": "propertyIds",
7828
+ "type": {
7829
+ "text": "string[]"
7830
+ },
7831
+ "privacy": "public",
7832
+ "default": "[]",
7833
+ "description": "Coach service property ids, which are used to display the services in the navigation",
7834
+ "attribute": "property-ids"
7835
+ },
7836
+ {
7837
+ "kind": "field",
7838
+ "name": "vertical",
7839
+ "type": {
7840
+ "text": "boolean"
7841
+ },
7842
+ "privacy": "public",
7843
+ "default": "false",
7844
+ "description": "If true, the service icons are displayed vertically",
7845
+ "attribute": "vertical",
7846
+ "reflects": true
7847
+ },
7848
+ {
7849
+ "kind": "field",
7850
+ "name": "showTitleInfo",
7851
+ "type": {
7852
+ "text": "boolean"
7853
+ },
7854
+ "privacy": "public",
7855
+ "default": "false",
7856
+ "description": "Disable the mouse over title information",
7857
+ "attribute": "showTitleInfo"
7858
+ },
7859
+ {
7860
+ "kind": "field",
7861
+ "name": "_language",
7862
+ "privacy": "private",
7863
+ "default": "new SbbLanguageController(this)"
7864
+ },
7865
+ {
7866
+ "kind": "method",
7867
+ "name": "_getServiceLabelDescription",
7868
+ "privacy": "private",
7869
+ "return": {
7870
+ "type": {
7871
+ "text": "string | null"
7872
+ }
7873
+ }
7874
+ }
7875
+ ],
7876
+ "attributes": [
7877
+ {
7878
+ "name": "property-ids",
7879
+ "type": {
7880
+ "text": "string[]"
7881
+ },
7882
+ "default": "[]",
7883
+ "description": "Coach service property ids, which are used to display the services in the navigation",
7884
+ "fieldName": "propertyIds"
7885
+ },
7886
+ {
7887
+ "name": "vertical",
7888
+ "type": {
7889
+ "text": "boolean"
7890
+ },
7891
+ "default": "false",
7892
+ "description": "If true, the service icons are displayed vertically",
7893
+ "fieldName": "vertical"
7894
+ },
7895
+ {
7896
+ "name": "showTitleInfo",
7897
+ "type": {
7898
+ "text": "boolean"
7899
+ },
7900
+ "default": "false",
7901
+ "description": "Disable the mouse over title information",
7902
+ "fieldName": "showTitleInfo"
7903
+ }
7904
+ ],
7905
+ "superclass": {
7906
+ "name": "SbbElement",
7907
+ "package": "@sbb-esta/lyne-elements/core/base-elements.js"
7908
+ },
7909
+ "tagName": "sbb-seat-reservation-navigation-services",
7910
+ "customElement": true
7911
+ }
7912
+ ],
7913
+ "exports": [
7914
+ {
7915
+ "kind": "js",
7916
+ "name": "SbbSeatReservationNavigationServicesElement",
7917
+ "declaration": {
7918
+ "name": "SbbSeatReservationNavigationServicesElement",
7919
+ "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
7920
+ }
7921
+ }
7922
+ ]
7923
+ },
7805
7924
  {
7806
7925
  "kind": "javascript-module",
7807
7926
  "path": "seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js",
@@ -8191,125 +8310,6 @@
8191
8310
  }
8192
8311
  ]
8193
8312
  },
8194
- {
8195
- "kind": "javascript-module",
8196
- "path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
8197
- "declarations": [
8198
- {
8199
- "kind": "class",
8200
- "description": "Component displays the available service icons of one coach.",
8201
- "name": "SbbSeatReservationNavigationServicesElement",
8202
- "members": [
8203
- {
8204
- "kind": "field",
8205
- "name": "elementName",
8206
- "type": {
8207
- "text": "string"
8208
- },
8209
- "privacy": "public",
8210
- "static": true,
8211
- "readonly": true,
8212
- "default": "'sbb-seat-reservation-navigation-services'"
8213
- },
8214
- {
8215
- "kind": "field",
8216
- "name": "propertyIds",
8217
- "type": {
8218
- "text": "string[]"
8219
- },
8220
- "privacy": "public",
8221
- "default": "[]",
8222
- "description": "Coach service property ids, which are used to display the services in the navigation",
8223
- "attribute": "property-ids"
8224
- },
8225
- {
8226
- "kind": "field",
8227
- "name": "vertical",
8228
- "type": {
8229
- "text": "boolean"
8230
- },
8231
- "privacy": "public",
8232
- "default": "false",
8233
- "description": "If true, the service icons are displayed vertically",
8234
- "attribute": "vertical",
8235
- "reflects": true
8236
- },
8237
- {
8238
- "kind": "field",
8239
- "name": "showTitleInfo",
8240
- "type": {
8241
- "text": "boolean"
8242
- },
8243
- "privacy": "public",
8244
- "default": "false",
8245
- "description": "Disable the mouse over title information",
8246
- "attribute": "showTitleInfo"
8247
- },
8248
- {
8249
- "kind": "field",
8250
- "name": "_language",
8251
- "privacy": "private",
8252
- "default": "new SbbLanguageController(this)"
8253
- },
8254
- {
8255
- "kind": "method",
8256
- "name": "_getServiceLabelDescription",
8257
- "privacy": "private",
8258
- "return": {
8259
- "type": {
8260
- "text": "string | null"
8261
- }
8262
- }
8263
- }
8264
- ],
8265
- "attributes": [
8266
- {
8267
- "name": "property-ids",
8268
- "type": {
8269
- "text": "string[]"
8270
- },
8271
- "default": "[]",
8272
- "description": "Coach service property ids, which are used to display the services in the navigation",
8273
- "fieldName": "propertyIds"
8274
- },
8275
- {
8276
- "name": "vertical",
8277
- "type": {
8278
- "text": "boolean"
8279
- },
8280
- "default": "false",
8281
- "description": "If true, the service icons are displayed vertically",
8282
- "fieldName": "vertical"
8283
- },
8284
- {
8285
- "name": "showTitleInfo",
8286
- "type": {
8287
- "text": "boolean"
8288
- },
8289
- "default": "false",
8290
- "description": "Disable the mouse over title information",
8291
- "fieldName": "showTitleInfo"
8292
- }
8293
- ],
8294
- "superclass": {
8295
- "name": "SbbElement",
8296
- "package": "@sbb-esta/lyne-elements/core/base-elements.js"
8297
- },
8298
- "tagName": "sbb-seat-reservation-navigation-services",
8299
- "customElement": true
8300
- }
8301
- ],
8302
- "exports": [
8303
- {
8304
- "kind": "js",
8305
- "name": "SbbSeatReservationNavigationServicesElement",
8306
- "declaration": {
8307
- "name": "SbbSeatReservationNavigationServicesElement",
8308
- "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
8309
- }
8310
- }
8311
- ]
8312
- },
8313
8313
  {
8314
8314
  "kind": "javascript-module",
8315
8315
  "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": "4.8.1-dev.1774242009",
3
+ "version": "4.8.1-dev.1774250635",
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/cfc03d679a6bd4dc8f50a214eb755a9ee195d300"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/bffc26b7eef7b4df53616ef8b57c156c345c4ddf"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {