@sbb-esta/lyne-elements-experimental-dev 4.5.1-dev.1771869495 → 4.5.1-dev.1771887443
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 +153 -153
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -6880,159 +6880,6 @@
|
|
|
6880
6880
|
}
|
|
6881
6881
|
]
|
|
6882
6882
|
},
|
|
6883
|
-
{
|
|
6884
|
-
"kind": "javascript-module",
|
|
6885
|
-
"path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
|
|
6886
|
-
"declarations": [
|
|
6887
|
-
{
|
|
6888
|
-
"kind": "function",
|
|
6889
|
-
"name": "svgImageByOSDMCode",
|
|
6890
|
-
"return": {
|
|
6891
|
-
"type": {
|
|
6892
|
-
"text": ""
|
|
6893
|
-
}
|
|
6894
|
-
},
|
|
6895
|
-
"parameters": [
|
|
6896
|
-
{
|
|
6897
|
-
"name": "osdmCode",
|
|
6898
|
-
"type": {
|
|
6899
|
-
"text": "string"
|
|
6900
|
-
}
|
|
6901
|
-
}
|
|
6902
|
-
],
|
|
6903
|
-
"description": "svgImageByOSDMCode Function returns the corresponding svg image by OSDM Code"
|
|
6904
|
-
},
|
|
6905
|
-
{
|
|
6906
|
-
"kind": "variable",
|
|
6907
|
-
"name": "assetsTemplate",
|
|
6908
|
-
"type": {
|
|
6909
|
-
"text": "TemplateResult"
|
|
6910
|
-
},
|
|
6911
|
-
"default": "html` <style> .story-asset { width: max-content; background-color: var(--sbb-color-white); } </style> <h1>List of all currently available assets.</h1> <h2>Interior</h2> ${interiorTable} <h2>Layout</h2> ${layoutItemsTable} <h2>Service Icons</h2> ${serviceIconTable} <h2>Chassis</h2> ${chassisTable} `"
|
|
6912
|
-
}
|
|
6913
|
-
],
|
|
6914
|
-
"exports": [
|
|
6915
|
-
{
|
|
6916
|
-
"kind": "js",
|
|
6917
|
-
"name": "svgImageByOSDMCode",
|
|
6918
|
-
"declaration": {
|
|
6919
|
-
"name": "svgImageByOSDMCode",
|
|
6920
|
-
"module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
|
|
6921
|
-
}
|
|
6922
|
-
},
|
|
6923
|
-
{
|
|
6924
|
-
"kind": "js",
|
|
6925
|
-
"name": "assetsTemplate",
|
|
6926
|
-
"declaration": {
|
|
6927
|
-
"name": "assetsTemplate",
|
|
6928
|
-
"module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
|
|
6929
|
-
}
|
|
6930
|
-
}
|
|
6931
|
-
]
|
|
6932
|
-
},
|
|
6933
|
-
{
|
|
6934
|
-
"kind": "javascript-module",
|
|
6935
|
-
"path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
|
|
6936
|
-
"declarations": [
|
|
6937
|
-
{
|
|
6938
|
-
"kind": "class",
|
|
6939
|
-
"description": "Output one of the SVG graphics based on its code.",
|
|
6940
|
-
"name": "SbbSeatReservationGraphicElement",
|
|
6941
|
-
"members": [
|
|
6942
|
-
{
|
|
6943
|
-
"kind": "field",
|
|
6944
|
-
"name": "name",
|
|
6945
|
-
"type": {
|
|
6946
|
-
"text": "string"
|
|
6947
|
-
},
|
|
6948
|
-
"privacy": "public",
|
|
6949
|
-
"default": "''",
|
|
6950
|
-
"description": "Name of the SVG graphic to be displayed.",
|
|
6951
|
-
"attribute": "name"
|
|
6952
|
-
},
|
|
6953
|
-
{
|
|
6954
|
-
"kind": "field",
|
|
6955
|
-
"name": "stretch",
|
|
6956
|
-
"type": {
|
|
6957
|
-
"text": "boolean"
|
|
6958
|
-
},
|
|
6959
|
-
"privacy": "public",
|
|
6960
|
-
"default": "false",
|
|
6961
|
-
"description": "if true, scale the graphic content of the given element non-uniformly if necessary",
|
|
6962
|
-
"attribute": "stretch"
|
|
6963
|
-
},
|
|
6964
|
-
{
|
|
6965
|
-
"kind": "field",
|
|
6966
|
-
"name": "_language",
|
|
6967
|
-
"privacy": "private",
|
|
6968
|
-
"default": "new SbbLanguageController(this)"
|
|
6969
|
-
},
|
|
6970
|
-
{
|
|
6971
|
-
"kind": "method",
|
|
6972
|
-
"name": "_getSvgElement",
|
|
6973
|
-
"privacy": "private",
|
|
6974
|
-
"return": {
|
|
6975
|
-
"type": {
|
|
6976
|
-
"text": "Element | null"
|
|
6977
|
-
}
|
|
6978
|
-
},
|
|
6979
|
-
"parameters": [
|
|
6980
|
-
{
|
|
6981
|
-
"name": "svg",
|
|
6982
|
-
"type": {
|
|
6983
|
-
"text": "string"
|
|
6984
|
-
}
|
|
6985
|
-
}
|
|
6986
|
-
]
|
|
6987
|
-
}
|
|
6988
|
-
],
|
|
6989
|
-
"attributes": [
|
|
6990
|
-
{
|
|
6991
|
-
"name": "name",
|
|
6992
|
-
"type": {
|
|
6993
|
-
"text": "string"
|
|
6994
|
-
},
|
|
6995
|
-
"default": "''",
|
|
6996
|
-
"description": "Name of the SVG graphic to be displayed.",
|
|
6997
|
-
"fieldName": "name"
|
|
6998
|
-
},
|
|
6999
|
-
{
|
|
7000
|
-
"name": "stretch",
|
|
7001
|
-
"type": {
|
|
7002
|
-
"text": "boolean"
|
|
7003
|
-
},
|
|
7004
|
-
"default": "false",
|
|
7005
|
-
"description": "if true, scale the graphic content of the given element non-uniformly if necessary",
|
|
7006
|
-
"fieldName": "stretch"
|
|
7007
|
-
}
|
|
7008
|
-
],
|
|
7009
|
-
"superclass": {
|
|
7010
|
-
"name": "LitElement",
|
|
7011
|
-
"package": "lit"
|
|
7012
|
-
},
|
|
7013
|
-
"tagName": "sbb-seat-reservation-graphic",
|
|
7014
|
-
"customElement": true
|
|
7015
|
-
}
|
|
7016
|
-
],
|
|
7017
|
-
"exports": [
|
|
7018
|
-
{
|
|
7019
|
-
"kind": "js",
|
|
7020
|
-
"name": "SbbSeatReservationGraphicElement",
|
|
7021
|
-
"declaration": {
|
|
7022
|
-
"name": "SbbSeatReservationGraphicElement",
|
|
7023
|
-
"module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js"
|
|
7024
|
-
}
|
|
7025
|
-
},
|
|
7026
|
-
{
|
|
7027
|
-
"kind": "custom-element-definition",
|
|
7028
|
-
"name": "sbb-seat-reservation-graphic",
|
|
7029
|
-
"declaration": {
|
|
7030
|
-
"name": "SbbSeatReservationGraphicElement",
|
|
7031
|
-
"module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js"
|
|
7032
|
-
}
|
|
7033
|
-
}
|
|
7034
|
-
]
|
|
7035
|
-
},
|
|
7036
6883
|
{
|
|
7037
6884
|
"kind": "javascript-module",
|
|
7038
6885
|
"path": "seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js",
|
|
@@ -7469,6 +7316,159 @@
|
|
|
7469
7316
|
}
|
|
7470
7317
|
]
|
|
7471
7318
|
},
|
|
7319
|
+
{
|
|
7320
|
+
"kind": "javascript-module",
|
|
7321
|
+
"path": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js",
|
|
7322
|
+
"declarations": [
|
|
7323
|
+
{
|
|
7324
|
+
"kind": "function",
|
|
7325
|
+
"name": "svgImageByOSDMCode",
|
|
7326
|
+
"return": {
|
|
7327
|
+
"type": {
|
|
7328
|
+
"text": ""
|
|
7329
|
+
}
|
|
7330
|
+
},
|
|
7331
|
+
"parameters": [
|
|
7332
|
+
{
|
|
7333
|
+
"name": "osdmCode",
|
|
7334
|
+
"type": {
|
|
7335
|
+
"text": "string"
|
|
7336
|
+
}
|
|
7337
|
+
}
|
|
7338
|
+
],
|
|
7339
|
+
"description": "svgImageByOSDMCode Function returns the corresponding svg image by OSDM Code"
|
|
7340
|
+
},
|
|
7341
|
+
{
|
|
7342
|
+
"kind": "variable",
|
|
7343
|
+
"name": "assetsTemplate",
|
|
7344
|
+
"type": {
|
|
7345
|
+
"text": "TemplateResult"
|
|
7346
|
+
},
|
|
7347
|
+
"default": "html` <style> .story-asset { width: max-content; background-color: var(--sbb-color-white); } </style> <h1>List of all currently available assets.</h1> <h2>Interior</h2> ${interiorTable} <h2>Layout</h2> ${layoutItemsTable} <h2>Service Icons</h2> ${serviceIconTable} <h2>Chassis</h2> ${chassisTable} `"
|
|
7348
|
+
}
|
|
7349
|
+
],
|
|
7350
|
+
"exports": [
|
|
7351
|
+
{
|
|
7352
|
+
"kind": "js",
|
|
7353
|
+
"name": "svgImageByOSDMCode",
|
|
7354
|
+
"declaration": {
|
|
7355
|
+
"name": "svgImageByOSDMCode",
|
|
7356
|
+
"module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
|
|
7357
|
+
}
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
"kind": "js",
|
|
7361
|
+
"name": "assetsTemplate",
|
|
7362
|
+
"declaration": {
|
|
7363
|
+
"name": "assetsTemplate",
|
|
7364
|
+
"module": "seat-reservation/seat-reservation-graphic/seat-reservation-assets.js"
|
|
7365
|
+
}
|
|
7366
|
+
}
|
|
7367
|
+
]
|
|
7368
|
+
},
|
|
7369
|
+
{
|
|
7370
|
+
"kind": "javascript-module",
|
|
7371
|
+
"path": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js",
|
|
7372
|
+
"declarations": [
|
|
7373
|
+
{
|
|
7374
|
+
"kind": "class",
|
|
7375
|
+
"description": "Output one of the SVG graphics based on its code.",
|
|
7376
|
+
"name": "SbbSeatReservationGraphicElement",
|
|
7377
|
+
"members": [
|
|
7378
|
+
{
|
|
7379
|
+
"kind": "field",
|
|
7380
|
+
"name": "name",
|
|
7381
|
+
"type": {
|
|
7382
|
+
"text": "string"
|
|
7383
|
+
},
|
|
7384
|
+
"privacy": "public",
|
|
7385
|
+
"default": "''",
|
|
7386
|
+
"description": "Name of the SVG graphic to be displayed.",
|
|
7387
|
+
"attribute": "name"
|
|
7388
|
+
},
|
|
7389
|
+
{
|
|
7390
|
+
"kind": "field",
|
|
7391
|
+
"name": "stretch",
|
|
7392
|
+
"type": {
|
|
7393
|
+
"text": "boolean"
|
|
7394
|
+
},
|
|
7395
|
+
"privacy": "public",
|
|
7396
|
+
"default": "false",
|
|
7397
|
+
"description": "if true, scale the graphic content of the given element non-uniformly if necessary",
|
|
7398
|
+
"attribute": "stretch"
|
|
7399
|
+
},
|
|
7400
|
+
{
|
|
7401
|
+
"kind": "field",
|
|
7402
|
+
"name": "_language",
|
|
7403
|
+
"privacy": "private",
|
|
7404
|
+
"default": "new SbbLanguageController(this)"
|
|
7405
|
+
},
|
|
7406
|
+
{
|
|
7407
|
+
"kind": "method",
|
|
7408
|
+
"name": "_getSvgElement",
|
|
7409
|
+
"privacy": "private",
|
|
7410
|
+
"return": {
|
|
7411
|
+
"type": {
|
|
7412
|
+
"text": "Element | null"
|
|
7413
|
+
}
|
|
7414
|
+
},
|
|
7415
|
+
"parameters": [
|
|
7416
|
+
{
|
|
7417
|
+
"name": "svg",
|
|
7418
|
+
"type": {
|
|
7419
|
+
"text": "string"
|
|
7420
|
+
}
|
|
7421
|
+
}
|
|
7422
|
+
]
|
|
7423
|
+
}
|
|
7424
|
+
],
|
|
7425
|
+
"attributes": [
|
|
7426
|
+
{
|
|
7427
|
+
"name": "name",
|
|
7428
|
+
"type": {
|
|
7429
|
+
"text": "string"
|
|
7430
|
+
},
|
|
7431
|
+
"default": "''",
|
|
7432
|
+
"description": "Name of the SVG graphic to be displayed.",
|
|
7433
|
+
"fieldName": "name"
|
|
7434
|
+
},
|
|
7435
|
+
{
|
|
7436
|
+
"name": "stretch",
|
|
7437
|
+
"type": {
|
|
7438
|
+
"text": "boolean"
|
|
7439
|
+
},
|
|
7440
|
+
"default": "false",
|
|
7441
|
+
"description": "if true, scale the graphic content of the given element non-uniformly if necessary",
|
|
7442
|
+
"fieldName": "stretch"
|
|
7443
|
+
}
|
|
7444
|
+
],
|
|
7445
|
+
"superclass": {
|
|
7446
|
+
"name": "LitElement",
|
|
7447
|
+
"package": "lit"
|
|
7448
|
+
},
|
|
7449
|
+
"tagName": "sbb-seat-reservation-graphic",
|
|
7450
|
+
"customElement": true
|
|
7451
|
+
}
|
|
7452
|
+
],
|
|
7453
|
+
"exports": [
|
|
7454
|
+
{
|
|
7455
|
+
"kind": "js",
|
|
7456
|
+
"name": "SbbSeatReservationGraphicElement",
|
|
7457
|
+
"declaration": {
|
|
7458
|
+
"name": "SbbSeatReservationGraphicElement",
|
|
7459
|
+
"module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js"
|
|
7460
|
+
}
|
|
7461
|
+
},
|
|
7462
|
+
{
|
|
7463
|
+
"kind": "custom-element-definition",
|
|
7464
|
+
"name": "sbb-seat-reservation-graphic",
|
|
7465
|
+
"declaration": {
|
|
7466
|
+
"name": "SbbSeatReservationGraphicElement",
|
|
7467
|
+
"module": "seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js"
|
|
7468
|
+
}
|
|
7469
|
+
}
|
|
7470
|
+
]
|
|
7471
|
+
},
|
|
7472
7472
|
{
|
|
7473
7473
|
"kind": "javascript-module",
|
|
7474
7474
|
"path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-experimental-dev",
|
|
3
|
-
"version": "4.5.1-dev.
|
|
3
|
+
"version": "4.5.1-dev.1771887443",
|
|
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/5b46dbc2fe0e8a425c7d4ebf2d174893bf05b6c8"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|