@sbb-esta/lyne-elements-experimental-dev 4.13.0-dev.1780722149 → 4.13.0-dev.1780899835

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
@@ -7991,6 +7991,125 @@
7991
7991
  }
7992
7992
  ]
7993
7993
  },
7994
+ {
7995
+ "kind": "javascript-module",
7996
+ "path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
7997
+ "declarations": [
7998
+ {
7999
+ "kind": "class",
8000
+ "description": "Component displays the available service icons of one coach.",
8001
+ "name": "SbbSeatReservationNavigationServicesElement",
8002
+ "members": [
8003
+ {
8004
+ "kind": "field",
8005
+ "name": "elementName",
8006
+ "type": {
8007
+ "text": "string"
8008
+ },
8009
+ "privacy": "public",
8010
+ "static": true,
8011
+ "readonly": true,
8012
+ "default": "'sbb-seat-reservation-navigation-services'"
8013
+ },
8014
+ {
8015
+ "kind": "field",
8016
+ "name": "propertyIds",
8017
+ "type": {
8018
+ "text": "string[]"
8019
+ },
8020
+ "privacy": "public",
8021
+ "default": "[]",
8022
+ "description": "Coach service property ids, which are used to display the services in the navigation",
8023
+ "attribute": "property-ids"
8024
+ },
8025
+ {
8026
+ "kind": "field",
8027
+ "name": "vertical",
8028
+ "type": {
8029
+ "text": "boolean"
8030
+ },
8031
+ "privacy": "public",
8032
+ "default": "false",
8033
+ "description": "If true, the service icons are displayed vertically",
8034
+ "attribute": "vertical",
8035
+ "reflects": true
8036
+ },
8037
+ {
8038
+ "kind": "field",
8039
+ "name": "showTitleInfo",
8040
+ "type": {
8041
+ "text": "boolean"
8042
+ },
8043
+ "privacy": "public",
8044
+ "default": "false",
8045
+ "description": "Disable the mouse over title information",
8046
+ "attribute": "showTitleInfo"
8047
+ },
8048
+ {
8049
+ "kind": "field",
8050
+ "name": "_language",
8051
+ "privacy": "private",
8052
+ "default": "new SbbLanguageController(this)"
8053
+ },
8054
+ {
8055
+ "kind": "method",
8056
+ "name": "_getServiceLabelDescription",
8057
+ "privacy": "private",
8058
+ "return": {
8059
+ "type": {
8060
+ "text": "string | null"
8061
+ }
8062
+ }
8063
+ }
8064
+ ],
8065
+ "attributes": [
8066
+ {
8067
+ "name": "property-ids",
8068
+ "type": {
8069
+ "text": "string[]"
8070
+ },
8071
+ "default": "[]",
8072
+ "description": "Coach service property ids, which are used to display the services in the navigation",
8073
+ "fieldName": "propertyIds"
8074
+ },
8075
+ {
8076
+ "name": "vertical",
8077
+ "type": {
8078
+ "text": "boolean"
8079
+ },
8080
+ "default": "false",
8081
+ "description": "If true, the service icons are displayed vertically",
8082
+ "fieldName": "vertical"
8083
+ },
8084
+ {
8085
+ "name": "showTitleInfo",
8086
+ "type": {
8087
+ "text": "boolean"
8088
+ },
8089
+ "default": "false",
8090
+ "description": "Disable the mouse over title information",
8091
+ "fieldName": "showTitleInfo"
8092
+ }
8093
+ ],
8094
+ "superclass": {
8095
+ "name": "SbbElement",
8096
+ "package": "@sbb-esta/lyne-elements/core/base-elements.js"
8097
+ },
8098
+ "tagName": "sbb-seat-reservation-navigation-services",
8099
+ "customElement": true
8100
+ }
8101
+ ],
8102
+ "exports": [
8103
+ {
8104
+ "kind": "js",
8105
+ "name": "SbbSeatReservationNavigationServicesElement",
8106
+ "declaration": {
8107
+ "name": "SbbSeatReservationNavigationServicesElement",
8108
+ "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
8109
+ }
8110
+ }
8111
+ ]
8112
+ },
7994
8113
  {
7995
8114
  "kind": "javascript-module",
7996
8115
  "path": "seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js",
@@ -8331,125 +8450,6 @@
8331
8450
  }
8332
8451
  ]
8333
8452
  },
8334
- {
8335
- "kind": "javascript-module",
8336
- "path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
8337
- "declarations": [
8338
- {
8339
- "kind": "class",
8340
- "description": "Component displays the available service icons of one coach.",
8341
- "name": "SbbSeatReservationNavigationServicesElement",
8342
- "members": [
8343
- {
8344
- "kind": "field",
8345
- "name": "elementName",
8346
- "type": {
8347
- "text": "string"
8348
- },
8349
- "privacy": "public",
8350
- "static": true,
8351
- "readonly": true,
8352
- "default": "'sbb-seat-reservation-navigation-services'"
8353
- },
8354
- {
8355
- "kind": "field",
8356
- "name": "propertyIds",
8357
- "type": {
8358
- "text": "string[]"
8359
- },
8360
- "privacy": "public",
8361
- "default": "[]",
8362
- "description": "Coach service property ids, which are used to display the services in the navigation",
8363
- "attribute": "property-ids"
8364
- },
8365
- {
8366
- "kind": "field",
8367
- "name": "vertical",
8368
- "type": {
8369
- "text": "boolean"
8370
- },
8371
- "privacy": "public",
8372
- "default": "false",
8373
- "description": "If true, the service icons are displayed vertically",
8374
- "attribute": "vertical",
8375
- "reflects": true
8376
- },
8377
- {
8378
- "kind": "field",
8379
- "name": "showTitleInfo",
8380
- "type": {
8381
- "text": "boolean"
8382
- },
8383
- "privacy": "public",
8384
- "default": "false",
8385
- "description": "Disable the mouse over title information",
8386
- "attribute": "showTitleInfo"
8387
- },
8388
- {
8389
- "kind": "field",
8390
- "name": "_language",
8391
- "privacy": "private",
8392
- "default": "new SbbLanguageController(this)"
8393
- },
8394
- {
8395
- "kind": "method",
8396
- "name": "_getServiceLabelDescription",
8397
- "privacy": "private",
8398
- "return": {
8399
- "type": {
8400
- "text": "string | null"
8401
- }
8402
- }
8403
- }
8404
- ],
8405
- "attributes": [
8406
- {
8407
- "name": "property-ids",
8408
- "type": {
8409
- "text": "string[]"
8410
- },
8411
- "default": "[]",
8412
- "description": "Coach service property ids, which are used to display the services in the navigation",
8413
- "fieldName": "propertyIds"
8414
- },
8415
- {
8416
- "name": "vertical",
8417
- "type": {
8418
- "text": "boolean"
8419
- },
8420
- "default": "false",
8421
- "description": "If true, the service icons are displayed vertically",
8422
- "fieldName": "vertical"
8423
- },
8424
- {
8425
- "name": "showTitleInfo",
8426
- "type": {
8427
- "text": "boolean"
8428
- },
8429
- "default": "false",
8430
- "description": "Disable the mouse over title information",
8431
- "fieldName": "showTitleInfo"
8432
- }
8433
- ],
8434
- "superclass": {
8435
- "name": "SbbElement",
8436
- "package": "@sbb-esta/lyne-elements/core/base-elements.js"
8437
- },
8438
- "tagName": "sbb-seat-reservation-navigation-services",
8439
- "customElement": true
8440
- }
8441
- ],
8442
- "exports": [
8443
- {
8444
- "kind": "js",
8445
- "name": "SbbSeatReservationNavigationServicesElement",
8446
- "declaration": {
8447
- "name": "SbbSeatReservationNavigationServicesElement",
8448
- "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
8449
- }
8450
- }
8451
- ]
8452
- },
8453
8453
  {
8454
8454
  "kind": "javascript-module",
8455
8455
  "path": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.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.1780722149",
3
+ "version": "4.13.0-dev.1780899835",
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/5eb68834571960a0e495191ace73065a682e0a18"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/1b87fbb73c7264a9d7619ed0b467b184dcd0bad8"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {