@sbb-esta/lyne-elements-experimental-dev 4.6.0-dev.1772417883 → 4.6.0-dev.1772439050
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 +50 -50
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -7938,6 +7938,56 @@
|
|
|
7938
7938
|
}
|
|
7939
7939
|
]
|
|
7940
7940
|
},
|
|
7941
|
+
{
|
|
7942
|
+
"kind": "javascript-module",
|
|
7943
|
+
"path": "seat-reservation/common/translations/i18n.js",
|
|
7944
|
+
"declarations": [
|
|
7945
|
+
{
|
|
7946
|
+
"kind": "function",
|
|
7947
|
+
"name": "getI18nSeatReservation",
|
|
7948
|
+
"return": {
|
|
7949
|
+
"type": {
|
|
7950
|
+
"text": ""
|
|
7951
|
+
}
|
|
7952
|
+
},
|
|
7953
|
+
"parameters": [
|
|
7954
|
+
{
|
|
7955
|
+
"name": "key",
|
|
7956
|
+
"type": {
|
|
7957
|
+
"text": "string"
|
|
7958
|
+
},
|
|
7959
|
+
"description": "The translation key (can be nested, e.g. \"PLACE_PROPERTIES.AISLE_SEAT\")."
|
|
7960
|
+
},
|
|
7961
|
+
{
|
|
7962
|
+
"name": "language",
|
|
7963
|
+
"type": {
|
|
7964
|
+
"text": "string"
|
|
7965
|
+
},
|
|
7966
|
+
"description": "The desired language (e.g. \"de\", \"en\", \"fr\", \"it\")."
|
|
7967
|
+
},
|
|
7968
|
+
{
|
|
7969
|
+
"name": "args",
|
|
7970
|
+
"optional": true,
|
|
7971
|
+
"type": {
|
|
7972
|
+
"text": "any[]"
|
|
7973
|
+
},
|
|
7974
|
+
"description": "Optional array of parameters to replace placeholders like _param0_, _param1_ in the translation string."
|
|
7975
|
+
}
|
|
7976
|
+
],
|
|
7977
|
+
"description": "Returns the translation for a seat reservation string based on a key and language.\nSupports nested keys (e.g. \"PLACE_PROPERTIES.AISLE_SEAT\") and placeholder replacement."
|
|
7978
|
+
}
|
|
7979
|
+
],
|
|
7980
|
+
"exports": [
|
|
7981
|
+
{
|
|
7982
|
+
"kind": "js",
|
|
7983
|
+
"name": "getI18nSeatReservation",
|
|
7984
|
+
"declaration": {
|
|
7985
|
+
"name": "getI18nSeatReservation",
|
|
7986
|
+
"module": "seat-reservation/common/translations/i18n.js"
|
|
7987
|
+
}
|
|
7988
|
+
}
|
|
7989
|
+
]
|
|
7990
|
+
},
|
|
7941
7991
|
{
|
|
7942
7992
|
"kind": "javascript-module",
|
|
7943
7993
|
"path": "seat-reservation/common/mapper/icon-mapper.js",
|
|
@@ -8222,56 +8272,6 @@
|
|
|
8222
8272
|
}
|
|
8223
8273
|
}
|
|
8224
8274
|
]
|
|
8225
|
-
},
|
|
8226
|
-
{
|
|
8227
|
-
"kind": "javascript-module",
|
|
8228
|
-
"path": "seat-reservation/common/translations/i18n.js",
|
|
8229
|
-
"declarations": [
|
|
8230
|
-
{
|
|
8231
|
-
"kind": "function",
|
|
8232
|
-
"name": "getI18nSeatReservation",
|
|
8233
|
-
"return": {
|
|
8234
|
-
"type": {
|
|
8235
|
-
"text": ""
|
|
8236
|
-
}
|
|
8237
|
-
},
|
|
8238
|
-
"parameters": [
|
|
8239
|
-
{
|
|
8240
|
-
"name": "key",
|
|
8241
|
-
"type": {
|
|
8242
|
-
"text": "string"
|
|
8243
|
-
},
|
|
8244
|
-
"description": "The translation key (can be nested, e.g. \"PLACE_PROPERTIES.AISLE_SEAT\")."
|
|
8245
|
-
},
|
|
8246
|
-
{
|
|
8247
|
-
"name": "language",
|
|
8248
|
-
"type": {
|
|
8249
|
-
"text": "string"
|
|
8250
|
-
},
|
|
8251
|
-
"description": "The desired language (e.g. \"de\", \"en\", \"fr\", \"it\")."
|
|
8252
|
-
},
|
|
8253
|
-
{
|
|
8254
|
-
"name": "args",
|
|
8255
|
-
"optional": true,
|
|
8256
|
-
"type": {
|
|
8257
|
-
"text": "any[]"
|
|
8258
|
-
},
|
|
8259
|
-
"description": "Optional array of parameters to replace placeholders like _param0_, _param1_ in the translation string."
|
|
8260
|
-
}
|
|
8261
|
-
],
|
|
8262
|
-
"description": "Returns the translation for a seat reservation string based on a key and language.\nSupports nested keys (e.g. \"PLACE_PROPERTIES.AISLE_SEAT\") and placeholder replacement."
|
|
8263
|
-
}
|
|
8264
|
-
],
|
|
8265
|
-
"exports": [
|
|
8266
|
-
{
|
|
8267
|
-
"kind": "js",
|
|
8268
|
-
"name": "getI18nSeatReservation",
|
|
8269
|
-
"declaration": {
|
|
8270
|
-
"name": "getI18nSeatReservation",
|
|
8271
|
-
"module": "seat-reservation/common/translations/i18n.js"
|
|
8272
|
-
}
|
|
8273
|
-
}
|
|
8274
|
-
]
|
|
8275
8275
|
}
|
|
8276
8276
|
]
|
|
8277
8277
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sbb-esta/lyne-elements-experimental-dev",
|
|
3
|
-
"version": "4.6.0-dev.
|
|
3
|
+
"version": "4.6.0-dev.1772439050",
|
|
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/aa54ab5b0b1f123f0be2c84f526aa5cdccf46504"
|
|
11
11
|
],
|
|
12
12
|
"type": "module",
|
|
13
13
|
"exports": {
|