@sbb-esta/lyne-elements-experimental 4.0.0-next.2 → 4.0.0-next.4
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/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +38 -0
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +89 -0
- package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts +31 -0
- package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +54 -0
- package/autocomplete-grid/autocomplete-grid-button.d.ts +5 -0
- package/autocomplete-grid/autocomplete-grid-button.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-button.js +4 -0
- package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts +19 -0
- package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +25 -0
- package/autocomplete-grid/autocomplete-grid-cell.d.ts +5 -0
- package/autocomplete-grid/autocomplete-grid-cell.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-cell.js +4 -0
- package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts +19 -0
- package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +29 -0
- package/autocomplete-grid/autocomplete-grid-optgroup.d.ts +5 -0
- package/autocomplete-grid/autocomplete-grid-optgroup.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-optgroup.js +4 -0
- package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts +26 -0
- package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +41 -0
- package/autocomplete-grid/autocomplete-grid-option.d.ts +5 -0
- package/autocomplete-grid/autocomplete-grid-option.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-option.js +5 -0
- package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts +20 -0
- package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +28 -0
- package/autocomplete-grid/autocomplete-grid-row.d.ts +5 -0
- package/autocomplete-grid/autocomplete-grid-row.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid-row.js +4 -0
- package/autocomplete-grid/autocomplete-grid.d.ts +5 -0
- package/autocomplete-grid/autocomplete-grid.d.ts.map +1 -0
- package/autocomplete-grid/autocomplete-grid.js +4 -0
- package/autocomplete-grid.d.ts +10 -0
- package/autocomplete-grid.d.ts.map +1 -0
- package/autocomplete-grid.js +15 -0
- package/core/datetime.d.ts +1 -1
- package/core/timetable/access-leg-helper.d.ts +6 -6
- package/core/timetable/timetable-helper.d.ts +1 -1
- package/core/timetable.d.ts +3 -3
- package/custom-elements.json +936 -136
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +38 -0
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +140 -0
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts +31 -0
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +82 -0
- package/development/autocomplete-grid/autocomplete-grid-button.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-button.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-button.js +5 -0
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts +19 -0
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +40 -0
- package/development/autocomplete-grid/autocomplete-grid-cell.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-cell.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-cell.js +5 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts +19 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +40 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-optgroup.js +5 -0
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts +26 -0
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +134 -0
- package/development/autocomplete-grid/autocomplete-grid-option.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-option.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-option.js +6 -0
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts +20 -0
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +115 -0
- package/development/autocomplete-grid/autocomplete-grid-row.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid-row.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid-row.js +5 -0
- package/development/autocomplete-grid/autocomplete-grid.d.ts +5 -0
- package/development/autocomplete-grid/autocomplete-grid.d.ts.map +1 -0
- package/development/autocomplete-grid/autocomplete-grid.js +5 -0
- package/development/autocomplete-grid.d.ts +10 -0
- package/development/autocomplete-grid.d.ts.map +1 -0
- package/development/autocomplete-grid.js +16 -0
- package/development/core/datetime.d.ts +1 -1
- package/development/core/timetable/access-leg-helper.d.ts +6 -6
- package/development/core/timetable/access-leg-helper.js +1 -1
- package/development/core/timetable/timetable-helper.d.ts +1 -1
- package/development/core/timetable/timetable-helper.js +1 -1
- package/development/core/timetable.d.ts +3 -3
- package/development/journey-summary/journey-summary.component.d.ts +1 -1
- package/development/journey-summary/journey-summary.component.js +1 -1
- package/development/journey-summary.d.ts +1 -1
- package/development/pearl-chain/pearl-chain.component.d.ts +1 -1
- package/development/pearl-chain/pearl-chain.component.js +1 -1
- package/development/pearl-chain-time/pearl-chain-time.component.d.ts +1 -1
- package/development/pearl-chain-time/pearl-chain-time.component.js +1 -1
- package/development/pearl-chain-time.d.ts +1 -1
- package/development/pearl-chain-vertical-item.d.ts +1 -1
- package/development/pearl-chain-vertical.d.ts +1 -1
- package/development/pearl-chain.d.ts +1 -1
- package/development/seat-reservation/common/mapper/icon-mapper.js +1 -1
- package/development/seat-reservation/common/mapper/mapper.d.ts +4 -2
- package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/mapper.js +1 -1
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +0 -88
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.js +1 -815
- package/development/seat-reservation/common/mapper.d.ts +2 -2
- package/development/seat-reservation/common/translations.d.ts +1 -1
- package/development/seat-reservation/common.d.ts +4 -4
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +5 -4
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +16 -10
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +2 -2
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +13 -10
- package/development/seat-reservation/seat-reservation-area.d.ts +1 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +1 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +1 -1
- package/development/seat-reservation/seat-reservation-graphic.d.ts +1 -1
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +8 -4
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +57 -22
- package/development/seat-reservation/seat-reservation-navigation-coach.d.ts +1 -1
- package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +1 -1
- package/development/seat-reservation/seat-reservation-navigation-services.d.ts +1 -1
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +1 -1
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +1 -1
- package/development/seat-reservation/seat-reservation-place-control.d.ts +1 -1
- package/development/seat-reservation/seat-reservation-scoped.d.ts +1 -1
- package/development/seat-reservation/seat-reservation.d.ts +2 -2
- package/development/seat-reservation.d.ts +8 -8
- package/development/timetable-duration.d.ts +1 -1
- package/development/timetable-row/timetable-row.component.d.ts +1 -1
- package/development/timetable-row/timetable-row.component.d.ts.map +1 -1
- package/development/timetable-row/timetable-row.component.js +7 -7
- package/development/timetable-row.d.ts +1 -1
- package/index.d.ts +12 -0
- package/index.js +12 -0
- package/journey-summary/journey-summary.component.d.ts +1 -1
- package/journey-summary.d.ts +1 -1
- package/package.json +37 -2
- package/pearl-chain/pearl-chain.component.d.ts +1 -1
- package/pearl-chain-time/pearl-chain-time.component.d.ts +1 -1
- package/pearl-chain-time.d.ts +1 -1
- package/pearl-chain-vertical-item.d.ts +1 -1
- package/pearl-chain-vertical.d.ts +1 -1
- package/pearl-chain.d.ts +1 -1
- package/seat-reservation/common/mapper/mapper.d.ts +4 -2
- package/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +0 -88
- package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
- package/seat-reservation/common/mapper/seat-reservation-sample-data.js +2 -815
- package/seat-reservation/common/mapper.d.ts +2 -2
- package/seat-reservation/common/translations.d.ts +1 -1
- package/seat-reservation/common.d.ts +4 -4
- package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +5 -4
- package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation-base-element.js +31 -30
- package/seat-reservation/seat-reservation/seat-reservation.component.d.ts +2 -2
- package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation.component.js +40 -41
- package/seat-reservation/seat-reservation-area.d.ts +1 -1
- package/seat-reservation/seat-reservation-graphic.d.ts +1 -1
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +8 -4
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +148 -127
- package/seat-reservation/seat-reservation-navigation-coach.d.ts +1 -1
- package/seat-reservation/seat-reservation-navigation-services.d.ts +1 -1
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +1 -1
- package/seat-reservation/seat-reservation-place-control.d.ts +1 -1
- package/seat-reservation/seat-reservation-scoped.d.ts +1 -1
- package/seat-reservation/seat-reservation.d.ts +2 -2
- package/seat-reservation.d.ts +8 -8
- package/timetable-duration.d.ts +1 -1
- package/timetable-row/timetable-row.component.d.ts +1 -1
- package/timetable-row/timetable-row.component.d.ts.map +1 -1
- package/timetable-row/timetable-row.component.js +18 -18
- package/timetable-row.d.ts +1 -1
package/custom-elements.json
CHANGED
|
@@ -2,6 +2,61 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "autocomplete-grid.js",
|
|
8
|
+
"declarations": [],
|
|
9
|
+
"exports": [
|
|
10
|
+
{
|
|
11
|
+
"kind": "js",
|
|
12
|
+
"name": "*",
|
|
13
|
+
"declaration": {
|
|
14
|
+
"name": "*",
|
|
15
|
+
"module": "autocomplete-grid/autocomplete-grid.js"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"kind": "js",
|
|
20
|
+
"name": "*",
|
|
21
|
+
"declaration": {
|
|
22
|
+
"name": "*",
|
|
23
|
+
"module": "autocomplete-grid/autocomplete-grid-button.js"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"kind": "js",
|
|
28
|
+
"name": "*",
|
|
29
|
+
"declaration": {
|
|
30
|
+
"name": "*",
|
|
31
|
+
"module": "autocomplete-grid/autocomplete-grid-cell.js"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"kind": "js",
|
|
36
|
+
"name": "*",
|
|
37
|
+
"declaration": {
|
|
38
|
+
"name": "*",
|
|
39
|
+
"module": "autocomplete-grid/autocomplete-grid-optgroup.js"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"kind": "js",
|
|
44
|
+
"name": "*",
|
|
45
|
+
"declaration": {
|
|
46
|
+
"name": "*",
|
|
47
|
+
"module": "autocomplete-grid/autocomplete-grid-option.js"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "*",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "*",
|
|
55
|
+
"module": "autocomplete-grid/autocomplete-grid-row.js"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
5
60
|
{
|
|
6
61
|
"kind": "javascript-module",
|
|
7
62
|
"path": "journey-summary.js",
|
|
@@ -224,6 +279,96 @@
|
|
|
224
279
|
}
|
|
225
280
|
]
|
|
226
281
|
},
|
|
282
|
+
{
|
|
283
|
+
"kind": "javascript-module",
|
|
284
|
+
"path": "autocomplete-grid/autocomplete-grid-button.js",
|
|
285
|
+
"declarations": [],
|
|
286
|
+
"exports": [
|
|
287
|
+
{
|
|
288
|
+
"kind": "js",
|
|
289
|
+
"name": "*",
|
|
290
|
+
"declaration": {
|
|
291
|
+
"name": "*",
|
|
292
|
+
"module": "autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js"
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
"kind": "javascript-module",
|
|
299
|
+
"path": "autocomplete-grid/autocomplete-grid-cell.js",
|
|
300
|
+
"declarations": [],
|
|
301
|
+
"exports": [
|
|
302
|
+
{
|
|
303
|
+
"kind": "js",
|
|
304
|
+
"name": "*",
|
|
305
|
+
"declaration": {
|
|
306
|
+
"name": "*",
|
|
307
|
+
"module": "autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js"
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"kind": "javascript-module",
|
|
314
|
+
"path": "autocomplete-grid/autocomplete-grid-optgroup.js",
|
|
315
|
+
"declarations": [],
|
|
316
|
+
"exports": [
|
|
317
|
+
{
|
|
318
|
+
"kind": "js",
|
|
319
|
+
"name": "*",
|
|
320
|
+
"declaration": {
|
|
321
|
+
"name": "*",
|
|
322
|
+
"module": "autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js"
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
]
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"kind": "javascript-module",
|
|
329
|
+
"path": "autocomplete-grid/autocomplete-grid-option.js",
|
|
330
|
+
"declarations": [],
|
|
331
|
+
"exports": [
|
|
332
|
+
{
|
|
333
|
+
"kind": "js",
|
|
334
|
+
"name": "*",
|
|
335
|
+
"declaration": {
|
|
336
|
+
"name": "*",
|
|
337
|
+
"module": "autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js"
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"kind": "javascript-module",
|
|
344
|
+
"path": "autocomplete-grid/autocomplete-grid-row.js",
|
|
345
|
+
"declarations": [],
|
|
346
|
+
"exports": [
|
|
347
|
+
{
|
|
348
|
+
"kind": "js",
|
|
349
|
+
"name": "*",
|
|
350
|
+
"declaration": {
|
|
351
|
+
"name": "*",
|
|
352
|
+
"module": "autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js"
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"kind": "javascript-module",
|
|
359
|
+
"path": "autocomplete-grid/autocomplete-grid.js",
|
|
360
|
+
"declarations": [],
|
|
361
|
+
"exports": [
|
|
362
|
+
{
|
|
363
|
+
"kind": "js",
|
|
364
|
+
"name": "*",
|
|
365
|
+
"declaration": {
|
|
366
|
+
"name": "*",
|
|
367
|
+
"module": "autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js"
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
]
|
|
371
|
+
},
|
|
227
372
|
{
|
|
228
373
|
"kind": "javascript-module",
|
|
229
374
|
"path": "journey-summary/journey-summary.component.js",
|
|
@@ -1953,28 +2098,28 @@
|
|
|
1953
2098
|
"type": {
|
|
1954
2099
|
"text": "Leg[]"
|
|
1955
2100
|
},
|
|
1956
|
-
"description": "
|
|
2101
|
+
"description": "An array of Leg objects representing the journey legs."
|
|
1957
2102
|
},
|
|
1958
2103
|
{
|
|
1959
2104
|
"name": "departureWalk",
|
|
1960
2105
|
"type": {
|
|
1961
2106
|
"text": "number"
|
|
1962
2107
|
},
|
|
1963
|
-
"description": "
|
|
2108
|
+
"description": "The walking distance in minutes from the departure point to the first leg."
|
|
1964
2109
|
},
|
|
1965
2110
|
{
|
|
1966
2111
|
"name": "arrivalWalk",
|
|
1967
2112
|
"type": {
|
|
1968
2113
|
"text": "number"
|
|
1969
2114
|
},
|
|
1970
|
-
"description": "
|
|
2115
|
+
"description": "The walking distance in minutes from the last leg to the arrival point."
|
|
1971
2116
|
},
|
|
1972
2117
|
{
|
|
1973
2118
|
"name": "currentLanguage",
|
|
1974
2119
|
"type": {
|
|
1975
2120
|
"text": "string"
|
|
1976
2121
|
},
|
|
1977
|
-
"description": "
|
|
2122
|
+
"description": "The current language for localization."
|
|
1978
2123
|
},
|
|
1979
2124
|
{
|
|
1980
2125
|
"name": "a11yFootpath",
|
|
@@ -1982,7 +2127,7 @@
|
|
|
1982
2127
|
"type": {
|
|
1983
2128
|
"text": "boolean"
|
|
1984
2129
|
},
|
|
1985
|
-
"description": "
|
|
2130
|
+
"description": "Whether the a11y-icon should be shown."
|
|
1986
2131
|
}
|
|
1987
2132
|
]
|
|
1988
2133
|
}
|
|
@@ -2088,6 +2233,622 @@
|
|
|
2088
2233
|
"declarations": [],
|
|
2089
2234
|
"exports": []
|
|
2090
2235
|
},
|
|
2236
|
+
{
|
|
2237
|
+
"kind": "javascript-module",
|
|
2238
|
+
"path": "autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js",
|
|
2239
|
+
"declarations": [
|
|
2240
|
+
{
|
|
2241
|
+
"kind": "class",
|
|
2242
|
+
"description": "Combined with a native input, it displays a panel with a list of available options with connected buttons.",
|
|
2243
|
+
"name": "SbbAutocompleteGridElement",
|
|
2244
|
+
"cssProperties": [
|
|
2245
|
+
{
|
|
2246
|
+
"description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable. The default `z-index` of the component is set to `var(--sbb-overlay-default-z-index)` with a value of `1000`.",
|
|
2247
|
+
"name": "--sbb-autocomplete-z-index",
|
|
2248
|
+
"default": "var(--sbb-overlay-default-z-index)"
|
|
2249
|
+
}
|
|
2250
|
+
],
|
|
2251
|
+
"slots": [
|
|
2252
|
+
{
|
|
2253
|
+
"description": "Use the unnamed slot to add `sbb-autocomplete-grid-row` or `sbb-autocomplete-grid-optgroup` elements to the `sbb-autocomplete-grid`.",
|
|
2254
|
+
"name": ""
|
|
2255
|
+
}
|
|
2256
|
+
],
|
|
2257
|
+
"members": [
|
|
2258
|
+
{
|
|
2259
|
+
"kind": "field",
|
|
2260
|
+
"name": "role",
|
|
2261
|
+
"privacy": "public",
|
|
2262
|
+
"static": true,
|
|
2263
|
+
"readonly": true
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
"kind": "field",
|
|
2267
|
+
"name": "overlayId",
|
|
2268
|
+
"privacy": "protected",
|
|
2269
|
+
"default": "`sbb-autocomplete-grid-${++nextId}`"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"kind": "field",
|
|
2273
|
+
"name": "panelRole",
|
|
2274
|
+
"type": {
|
|
2275
|
+
"text": "string"
|
|
2276
|
+
},
|
|
2277
|
+
"privacy": "protected",
|
|
2278
|
+
"default": "'grid'"
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"kind": "field",
|
|
2282
|
+
"name": "_activeColumnIndex",
|
|
2283
|
+
"type": {
|
|
2284
|
+
"text": "number"
|
|
2285
|
+
},
|
|
2286
|
+
"privacy": "private",
|
|
2287
|
+
"default": "0"
|
|
2288
|
+
},
|
|
2289
|
+
{
|
|
2290
|
+
"kind": "field",
|
|
2291
|
+
"name": "options",
|
|
2292
|
+
"type": {
|
|
2293
|
+
"text": "SbbAutocompleteGridOptionElement<T>[]"
|
|
2294
|
+
},
|
|
2295
|
+
"privacy": "protected",
|
|
2296
|
+
"readonly": true
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"kind": "method",
|
|
2300
|
+
"name": "syncNegative",
|
|
2301
|
+
"privacy": "protected",
|
|
2302
|
+
"return": {
|
|
2303
|
+
"type": {
|
|
2304
|
+
"text": "void"
|
|
2305
|
+
}
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"kind": "method",
|
|
2310
|
+
"name": "openedPanelKeyboardInteraction",
|
|
2311
|
+
"privacy": "protected",
|
|
2312
|
+
"return": {
|
|
2313
|
+
"type": {
|
|
2314
|
+
"text": "void"
|
|
2315
|
+
}
|
|
2316
|
+
},
|
|
2317
|
+
"parameters": [
|
|
2318
|
+
{
|
|
2319
|
+
"name": "event",
|
|
2320
|
+
"type": {
|
|
2321
|
+
"text": "KeyboardEvent"
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
]
|
|
2325
|
+
},
|
|
2326
|
+
{
|
|
2327
|
+
"kind": "method",
|
|
2328
|
+
"name": "selectByKeyboard",
|
|
2329
|
+
"privacy": "protected",
|
|
2330
|
+
"return": {
|
|
2331
|
+
"type": {
|
|
2332
|
+
"text": "void"
|
|
2333
|
+
}
|
|
2334
|
+
},
|
|
2335
|
+
"parameters": [
|
|
2336
|
+
{
|
|
2337
|
+
"name": "event",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "KeyboardEvent"
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
],
|
|
2343
|
+
"description": "Select an element on 'Enter' keypress.\n\nDue to keyboard navigation code, the `_activeColumnIndex` is zero when an option is 'focused'\nand greater than zero when a button is 'focused', so asking for `querySelectorAll(...)[this._activeColumnIndex]`\nwould always return a `SbbAutocompleteGridButtonElement`."
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"kind": "method",
|
|
2347
|
+
"name": "setNextActiveOption",
|
|
2348
|
+
"privacy": "protected",
|
|
2349
|
+
"return": {
|
|
2350
|
+
"type": {
|
|
2351
|
+
"text": "void"
|
|
2352
|
+
}
|
|
2353
|
+
},
|
|
2354
|
+
"parameters": [
|
|
2355
|
+
{
|
|
2356
|
+
"name": "event",
|
|
2357
|
+
"optional": true,
|
|
2358
|
+
"type": {
|
|
2359
|
+
"text": "KeyboardEvent"
|
|
2360
|
+
}
|
|
2361
|
+
}
|
|
2362
|
+
]
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"kind": "method",
|
|
2366
|
+
"name": "_setNextHorizontalActiveElement",
|
|
2367
|
+
"privacy": "private",
|
|
2368
|
+
"return": {
|
|
2369
|
+
"type": {
|
|
2370
|
+
"text": "void"
|
|
2371
|
+
}
|
|
2372
|
+
},
|
|
2373
|
+
"parameters": [
|
|
2374
|
+
{
|
|
2375
|
+
"name": "event",
|
|
2376
|
+
"type": {
|
|
2377
|
+
"text": "KeyboardEvent"
|
|
2378
|
+
}
|
|
2379
|
+
}
|
|
2380
|
+
]
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"kind": "method",
|
|
2384
|
+
"name": "resetActiveElement",
|
|
2385
|
+
"privacy": "protected",
|
|
2386
|
+
"return": {
|
|
2387
|
+
"type": {
|
|
2388
|
+
"text": "void"
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"kind": "method",
|
|
2394
|
+
"name": "setTriggerAttributes",
|
|
2395
|
+
"privacy": "protected",
|
|
2396
|
+
"return": {
|
|
2397
|
+
"type": {
|
|
2398
|
+
"text": "void"
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
"parameters": [
|
|
2402
|
+
{
|
|
2403
|
+
"name": "element",
|
|
2404
|
+
"type": {
|
|
2405
|
+
"text": "HTMLInputElement"
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
]
|
|
2409
|
+
}
|
|
2410
|
+
],
|
|
2411
|
+
"superclass": {
|
|
2412
|
+
"name": "SbbAutocompleteBaseElement",
|
|
2413
|
+
"package": "@sbb-esta/lyne-elements/autocomplete.js"
|
|
2414
|
+
},
|
|
2415
|
+
"classGenerics": "T = string",
|
|
2416
|
+
"tagName": "sbb-autocomplete-grid",
|
|
2417
|
+
"customElement": true
|
|
2418
|
+
}
|
|
2419
|
+
],
|
|
2420
|
+
"exports": [
|
|
2421
|
+
{
|
|
2422
|
+
"kind": "js",
|
|
2423
|
+
"name": "SbbAutocompleteGridElement",
|
|
2424
|
+
"declaration": {
|
|
2425
|
+
"name": "SbbAutocompleteGridElement",
|
|
2426
|
+
"module": "autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js"
|
|
2427
|
+
}
|
|
2428
|
+
},
|
|
2429
|
+
{
|
|
2430
|
+
"kind": "custom-element-definition",
|
|
2431
|
+
"name": "sbb-autocomplete-grid",
|
|
2432
|
+
"declaration": {
|
|
2433
|
+
"name": "SbbAutocompleteGridElement",
|
|
2434
|
+
"module": "autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js"
|
|
2435
|
+
}
|
|
2436
|
+
}
|
|
2437
|
+
]
|
|
2438
|
+
},
|
|
2439
|
+
{
|
|
2440
|
+
"kind": "javascript-module",
|
|
2441
|
+
"path": "autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js",
|
|
2442
|
+
"declarations": [
|
|
2443
|
+
{
|
|
2444
|
+
"kind": "class",
|
|
2445
|
+
"description": "It displays an icon-only button that can be used in `sbb-autocomplete-grid`.",
|
|
2446
|
+
"name": "SbbAutocompleteGridButtonElement",
|
|
2447
|
+
"slots": [
|
|
2448
|
+
{
|
|
2449
|
+
"description": "Slot used to display the icon, if one is set",
|
|
2450
|
+
"name": "icon"
|
|
2451
|
+
}
|
|
2452
|
+
],
|
|
2453
|
+
"members": [
|
|
2454
|
+
{
|
|
2455
|
+
"kind": "field",
|
|
2456
|
+
"name": "role",
|
|
2457
|
+
"type": {
|
|
2458
|
+
"text": "string"
|
|
2459
|
+
},
|
|
2460
|
+
"privacy": "public",
|
|
2461
|
+
"static": true,
|
|
2462
|
+
"readonly": true,
|
|
2463
|
+
"default": "'button'"
|
|
2464
|
+
},
|
|
2465
|
+
{
|
|
2466
|
+
"kind": "field",
|
|
2467
|
+
"name": "option",
|
|
2468
|
+
"type": {
|
|
2469
|
+
"text": "SbbAutocompleteGridOptionElement | null"
|
|
2470
|
+
},
|
|
2471
|
+
"privacy": "public",
|
|
2472
|
+
"description": "Gets the SbbAutocompleteGridOptionElement on the same row of the button.",
|
|
2473
|
+
"readonly": true
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"kind": "field",
|
|
2477
|
+
"name": "optgroup",
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "SbbAutocompleteGridOptgroupElement | null"
|
|
2480
|
+
},
|
|
2481
|
+
"privacy": "public",
|
|
2482
|
+
"readonly": true
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"kind": "method",
|
|
2486
|
+
"name": "isDisabledExternally",
|
|
2487
|
+
"privacy": "protected",
|
|
2488
|
+
"return": {
|
|
2489
|
+
"type": {
|
|
2490
|
+
"text": "boolean"
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"kind": "method",
|
|
2496
|
+
"name": "renderTemplate",
|
|
2497
|
+
"privacy": "protected",
|
|
2498
|
+
"return": {
|
|
2499
|
+
"type": {
|
|
2500
|
+
"text": "TemplateResult"
|
|
2501
|
+
}
|
|
2502
|
+
}
|
|
2503
|
+
},
|
|
2504
|
+
{
|
|
2505
|
+
"kind": "method",
|
|
2506
|
+
"name": "_updateInternals",
|
|
2507
|
+
"privacy": "private",
|
|
2508
|
+
"return": {
|
|
2509
|
+
"type": {
|
|
2510
|
+
"text": "void"
|
|
2511
|
+
}
|
|
2512
|
+
}
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"kind": "field",
|
|
2516
|
+
"name": "_handleButtonClick",
|
|
2517
|
+
"privacy": "private"
|
|
2518
|
+
}
|
|
2519
|
+
],
|
|
2520
|
+
"mixins": [
|
|
2521
|
+
{
|
|
2522
|
+
"name": "SbbDisabledMixin",
|
|
2523
|
+
"package": "@sbb-esta/lyne-elements/core/mixins.js"
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"name": "SbbNegativeMixin",
|
|
2527
|
+
"package": "@sbb-esta/lyne-elements/core/mixins.js"
|
|
2528
|
+
},
|
|
2529
|
+
{
|
|
2530
|
+
"name": "SbbIconNameMixin",
|
|
2531
|
+
"package": "@sbb-esta/lyne-elements/icon.js"
|
|
2532
|
+
}
|
|
2533
|
+
],
|
|
2534
|
+
"superclass": {
|
|
2535
|
+
"name": "SbbActionBaseElement",
|
|
2536
|
+
"package": "@sbb-esta/lyne-elements/core/base-elements.js"
|
|
2537
|
+
},
|
|
2538
|
+
"tagName": "sbb-autocomplete-grid-button",
|
|
2539
|
+
"customElement": true
|
|
2540
|
+
}
|
|
2541
|
+
],
|
|
2542
|
+
"exports": [
|
|
2543
|
+
{
|
|
2544
|
+
"kind": "js",
|
|
2545
|
+
"name": "SbbAutocompleteGridButtonElement",
|
|
2546
|
+
"declaration": {
|
|
2547
|
+
"name": "SbbAutocompleteGridButtonElement",
|
|
2548
|
+
"module": "autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js"
|
|
2549
|
+
}
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "custom-element-definition",
|
|
2553
|
+
"name": "sbb-autocomplete-grid-button",
|
|
2554
|
+
"declaration": {
|
|
2555
|
+
"name": "SbbAutocompleteGridButtonElement",
|
|
2556
|
+
"module": "autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js"
|
|
2557
|
+
}
|
|
2558
|
+
}
|
|
2559
|
+
]
|
|
2560
|
+
},
|
|
2561
|
+
{
|
|
2562
|
+
"kind": "javascript-module",
|
|
2563
|
+
"path": "autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js",
|
|
2564
|
+
"declarations": [
|
|
2565
|
+
{
|
|
2566
|
+
"kind": "class",
|
|
2567
|
+
"description": "A wrapper component for autocomplete-grid action button.",
|
|
2568
|
+
"name": "SbbAutocompleteGridCellElement",
|
|
2569
|
+
"slots": [
|
|
2570
|
+
{
|
|
2571
|
+
"description": "Use the unnamed slot to add a `sbb-autocomplete-grid-button` element.",
|
|
2572
|
+
"name": ""
|
|
2573
|
+
}
|
|
2574
|
+
],
|
|
2575
|
+
"members": [
|
|
2576
|
+
{
|
|
2577
|
+
"kind": "field",
|
|
2578
|
+
"name": "role",
|
|
2579
|
+
"type": {
|
|
2580
|
+
"text": "string"
|
|
2581
|
+
},
|
|
2582
|
+
"privacy": "public",
|
|
2583
|
+
"static": true,
|
|
2584
|
+
"readonly": true,
|
|
2585
|
+
"default": "'gridcell'"
|
|
2586
|
+
}
|
|
2587
|
+
],
|
|
2588
|
+
"mixins": [
|
|
2589
|
+
{
|
|
2590
|
+
"name": "SbbElementInternalsMixin",
|
|
2591
|
+
"package": "@sbb-esta/lyne-elements/core/mixins.js"
|
|
2592
|
+
}
|
|
2593
|
+
],
|
|
2594
|
+
"superclass": {
|
|
2595
|
+
"name": "LitElement",
|
|
2596
|
+
"package": "lit"
|
|
2597
|
+
},
|
|
2598
|
+
"tagName": "sbb-autocomplete-grid-cell",
|
|
2599
|
+
"customElement": true
|
|
2600
|
+
}
|
|
2601
|
+
],
|
|
2602
|
+
"exports": [
|
|
2603
|
+
{
|
|
2604
|
+
"kind": "js",
|
|
2605
|
+
"name": "SbbAutocompleteGridCellElement",
|
|
2606
|
+
"declaration": {
|
|
2607
|
+
"name": "SbbAutocompleteGridCellElement",
|
|
2608
|
+
"module": "autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js"
|
|
2609
|
+
}
|
|
2610
|
+
},
|
|
2611
|
+
{
|
|
2612
|
+
"kind": "custom-element-definition",
|
|
2613
|
+
"name": "sbb-autocomplete-grid-cell",
|
|
2614
|
+
"declaration": {
|
|
2615
|
+
"name": "SbbAutocompleteGridCellElement",
|
|
2616
|
+
"module": "autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js"
|
|
2617
|
+
}
|
|
2618
|
+
}
|
|
2619
|
+
]
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"kind": "javascript-module",
|
|
2623
|
+
"path": "autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js",
|
|
2624
|
+
"declarations": [
|
|
2625
|
+
{
|
|
2626
|
+
"kind": "class",
|
|
2627
|
+
"description": "It can be used as a container for one or more `sbb-autocomplete-grid-option`.",
|
|
2628
|
+
"name": "SbbAutocompleteGridOptgroupElement",
|
|
2629
|
+
"slots": [
|
|
2630
|
+
{
|
|
2631
|
+
"description": "Use the unnamed slot to add `sbb-autocomplete-grid-option` elements to the `sbb-autocomplete-grid-optgroup`.",
|
|
2632
|
+
"name": ""
|
|
2633
|
+
}
|
|
2634
|
+
],
|
|
2635
|
+
"members": [
|
|
2636
|
+
{
|
|
2637
|
+
"kind": "field",
|
|
2638
|
+
"name": "options",
|
|
2639
|
+
"type": {
|
|
2640
|
+
"text": "SbbAutocompleteGridOptionElement[]"
|
|
2641
|
+
},
|
|
2642
|
+
"privacy": "protected",
|
|
2643
|
+
"readonly": true
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"kind": "method",
|
|
2647
|
+
"name": "getAutocompleteParent",
|
|
2648
|
+
"privacy": "protected",
|
|
2649
|
+
"return": {
|
|
2650
|
+
"type": {
|
|
2651
|
+
"text": "SbbAutocompleteBaseElement | null"
|
|
2652
|
+
}
|
|
2653
|
+
}
|
|
2654
|
+
}
|
|
2655
|
+
],
|
|
2656
|
+
"superclass": {
|
|
2657
|
+
"name": "SbbOptgroupBaseElement",
|
|
2658
|
+
"package": "@sbb-esta/lyne-elements/option/optgroup.js"
|
|
2659
|
+
},
|
|
2660
|
+
"tagName": "sbb-autocomplete-grid-optgroup",
|
|
2661
|
+
"customElement": true
|
|
2662
|
+
}
|
|
2663
|
+
],
|
|
2664
|
+
"exports": [
|
|
2665
|
+
{
|
|
2666
|
+
"kind": "js",
|
|
2667
|
+
"name": "SbbAutocompleteGridOptgroupElement",
|
|
2668
|
+
"declaration": {
|
|
2669
|
+
"name": "SbbAutocompleteGridOptgroupElement",
|
|
2670
|
+
"module": "autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js"
|
|
2671
|
+
}
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"kind": "custom-element-definition",
|
|
2675
|
+
"name": "sbb-autocomplete-grid-optgroup",
|
|
2676
|
+
"declaration": {
|
|
2677
|
+
"name": "SbbAutocompleteGridOptgroupElement",
|
|
2678
|
+
"module": "autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js"
|
|
2679
|
+
}
|
|
2680
|
+
}
|
|
2681
|
+
]
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"kind": "javascript-module",
|
|
2685
|
+
"path": "autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js",
|
|
2686
|
+
"declarations": [
|
|
2687
|
+
{
|
|
2688
|
+
"kind": "variable",
|
|
2689
|
+
"name": "autocompleteGridOptionId",
|
|
2690
|
+
"type": {
|
|
2691
|
+
"text": "string"
|
|
2692
|
+
},
|
|
2693
|
+
"default": "`sbb-autocomplete-grid-option`"
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"kind": "class",
|
|
2697
|
+
"description": "It displays an option item which can be used in `sbb-autocomplete-grid`.",
|
|
2698
|
+
"name": "SbbAutocompleteGridOptionElement",
|
|
2699
|
+
"cssProperties": [
|
|
2700
|
+
{
|
|
2701
|
+
"description": "Can be used to reserve space even when preserve-icon-space on autocomplete is not set or iconName is not set.",
|
|
2702
|
+
"name": "--sbb-option-icon-container-display",
|
|
2703
|
+
"default": "none"
|
|
2704
|
+
}
|
|
2705
|
+
],
|
|
2706
|
+
"slots": [
|
|
2707
|
+
{
|
|
2708
|
+
"description": "Use the unnamed slot to add content to the option label.",
|
|
2709
|
+
"name": ""
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
"description": "Use this slot to provide an icon. If `icon-name` is set, a sbb-icon will be used.",
|
|
2713
|
+
"name": "icon"
|
|
2714
|
+
}
|
|
2715
|
+
],
|
|
2716
|
+
"members": [
|
|
2717
|
+
{
|
|
2718
|
+
"kind": "field",
|
|
2719
|
+
"name": "role",
|
|
2720
|
+
"type": {
|
|
2721
|
+
"text": "string"
|
|
2722
|
+
},
|
|
2723
|
+
"privacy": "public",
|
|
2724
|
+
"static": true,
|
|
2725
|
+
"readonly": true,
|
|
2726
|
+
"default": "'gridcell'"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
"kind": "field",
|
|
2730
|
+
"name": "optionId",
|
|
2731
|
+
"privacy": "protected",
|
|
2732
|
+
"default": "`sbb-autocomplete-grid-option`",
|
|
2733
|
+
"type": {
|
|
2734
|
+
"text": "string"
|
|
2735
|
+
}
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"kind": "method",
|
|
2739
|
+
"name": "selectByClick",
|
|
2740
|
+
"privacy": "protected",
|
|
2741
|
+
"return": {
|
|
2742
|
+
"type": {
|
|
2743
|
+
"text": "void"
|
|
2744
|
+
}
|
|
2745
|
+
},
|
|
2746
|
+
"parameters": [
|
|
2747
|
+
{
|
|
2748
|
+
"name": "event",
|
|
2749
|
+
"type": {
|
|
2750
|
+
"text": "MouseEvent"
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
]
|
|
2754
|
+
}
|
|
2755
|
+
],
|
|
2756
|
+
"superclass": {
|
|
2757
|
+
"name": "SbbOptionBaseElement",
|
|
2758
|
+
"package": "@sbb-esta/lyne-elements/option.js"
|
|
2759
|
+
},
|
|
2760
|
+
"classGenerics": "T = string",
|
|
2761
|
+
"tagName": "sbb-autocomplete-grid-option",
|
|
2762
|
+
"customElement": true
|
|
2763
|
+
}
|
|
2764
|
+
],
|
|
2765
|
+
"exports": [
|
|
2766
|
+
{
|
|
2767
|
+
"kind": "js",
|
|
2768
|
+
"name": "autocompleteGridOptionId",
|
|
2769
|
+
"declaration": {
|
|
2770
|
+
"name": "autocompleteGridOptionId",
|
|
2771
|
+
"module": "autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js"
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"kind": "js",
|
|
2776
|
+
"name": "SbbAutocompleteGridOptionElement",
|
|
2777
|
+
"declaration": {
|
|
2778
|
+
"name": "SbbAutocompleteGridOptionElement",
|
|
2779
|
+
"module": "autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js"
|
|
2780
|
+
}
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"kind": "custom-element-definition",
|
|
2784
|
+
"name": "sbb-autocomplete-grid-option",
|
|
2785
|
+
"declaration": {
|
|
2786
|
+
"name": "SbbAutocompleteGridOptionElement",
|
|
2787
|
+
"module": "autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js"
|
|
2788
|
+
}
|
|
2789
|
+
}
|
|
2790
|
+
]
|
|
2791
|
+
},
|
|
2792
|
+
{
|
|
2793
|
+
"kind": "javascript-module",
|
|
2794
|
+
"path": "autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js",
|
|
2795
|
+
"declarations": [
|
|
2796
|
+
{
|
|
2797
|
+
"kind": "class",
|
|
2798
|
+
"description": "The component is used as a wrapper for options and action buttons.",
|
|
2799
|
+
"name": "SbbAutocompleteGridRowElement",
|
|
2800
|
+
"slots": [
|
|
2801
|
+
{
|
|
2802
|
+
"description": "Use the unnamed slot to add a `sbb-autocomplete-grid-option` and a `sbb-autocomplete-grid-cell` with one or more `sbb-autocomplete-grid-button`.",
|
|
2803
|
+
"name": ""
|
|
2804
|
+
}
|
|
2805
|
+
],
|
|
2806
|
+
"members": [
|
|
2807
|
+
{
|
|
2808
|
+
"kind": "field",
|
|
2809
|
+
"name": "role",
|
|
2810
|
+
"type": {
|
|
2811
|
+
"text": "string"
|
|
2812
|
+
},
|
|
2813
|
+
"privacy": "public",
|
|
2814
|
+
"static": true,
|
|
2815
|
+
"readonly": true,
|
|
2816
|
+
"default": "'row'"
|
|
2817
|
+
}
|
|
2818
|
+
],
|
|
2819
|
+
"mixins": [
|
|
2820
|
+
{
|
|
2821
|
+
"name": "SbbElementInternalsMixin",
|
|
2822
|
+
"package": "@sbb-esta/lyne-elements/core/mixins.js"
|
|
2823
|
+
}
|
|
2824
|
+
],
|
|
2825
|
+
"superclass": {
|
|
2826
|
+
"name": "LitElement",
|
|
2827
|
+
"package": "lit"
|
|
2828
|
+
},
|
|
2829
|
+
"tagName": "sbb-autocomplete-grid-row",
|
|
2830
|
+
"customElement": true
|
|
2831
|
+
}
|
|
2832
|
+
],
|
|
2833
|
+
"exports": [
|
|
2834
|
+
{
|
|
2835
|
+
"kind": "js",
|
|
2836
|
+
"name": "SbbAutocompleteGridRowElement",
|
|
2837
|
+
"declaration": {
|
|
2838
|
+
"name": "SbbAutocompleteGridRowElement",
|
|
2839
|
+
"module": "autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"kind": "custom-element-definition",
|
|
2844
|
+
"name": "sbb-autocomplete-grid-row",
|
|
2845
|
+
"declaration": {
|
|
2846
|
+
"name": "SbbAutocompleteGridRowElement",
|
|
2847
|
+
"module": "autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js"
|
|
2848
|
+
}
|
|
2849
|
+
}
|
|
2850
|
+
]
|
|
2851
|
+
},
|
|
2091
2852
|
{
|
|
2092
2853
|
"kind": "javascript-module",
|
|
2093
2854
|
"path": "seat-reservation/common/mapper.js",
|
|
@@ -2531,6 +3292,15 @@
|
|
|
2531
3292
|
"privacy": "protected",
|
|
2532
3293
|
"default": "false"
|
|
2533
3294
|
},
|
|
3295
|
+
{
|
|
3296
|
+
"kind": "field",
|
|
3297
|
+
"name": "hasSeatReservationNativeFocus",
|
|
3298
|
+
"type": {
|
|
3299
|
+
"text": "boolean"
|
|
3300
|
+
},
|
|
3301
|
+
"privacy": "protected",
|
|
3302
|
+
"default": "false"
|
|
3303
|
+
},
|
|
2534
3304
|
{
|
|
2535
3305
|
"kind": "field",
|
|
2536
3306
|
"name": "keyboardNavigationEvents",
|
|
@@ -2597,7 +3367,7 @@
|
|
|
2597
3367
|
"text": "void"
|
|
2598
3368
|
}
|
|
2599
3369
|
},
|
|
2600
|
-
"description": "Scroll event handler managed the end of scrolling inside the coach scroll area.\nTimeout event handling to check if the scrolling has been completed.\nIt is required because the Safari browser does not handle scrollend event
|
|
3370
|
+
"description": "Scroll event handler managed the end of scrolling inside the coach scroll area.\nTimeout event handling to check if the scrolling has been completed.\nIt is required because the Safari browser does not handle scrollend event,\nand we therefore imitate this event -> scrollend."
|
|
2601
3371
|
},
|
|
2602
3372
|
{
|
|
2603
3373
|
"kind": "method",
|
|
@@ -2903,7 +3673,7 @@
|
|
|
2903
3673
|
},
|
|
2904
3674
|
{
|
|
2905
3675
|
"kind": "method",
|
|
2906
|
-
"name": "
|
|
3676
|
+
"name": "_getFirstPlaceInSelectedCoach",
|
|
2907
3677
|
"privacy": "private",
|
|
2908
3678
|
"return": {
|
|
2909
3679
|
"type": {
|
|
@@ -3339,7 +4109,7 @@
|
|
|
3339
4109
|
},
|
|
3340
4110
|
{
|
|
3341
4111
|
"kind": "method",
|
|
3342
|
-
"name": "
|
|
4112
|
+
"name": "_isValidCoachIndex",
|
|
3343
4113
|
"privacy": "private",
|
|
3344
4114
|
"return": {
|
|
3345
4115
|
"type": {
|
|
@@ -3611,9 +4381,6 @@
|
|
|
3611
4381
|
"type": {
|
|
3612
4382
|
"text": "number"
|
|
3613
4383
|
}
|
|
3614
|
-
},
|
|
3615
|
-
{
|
|
3616
|
-
"name": "deckIndex"
|
|
3617
4384
|
}
|
|
3618
4385
|
]
|
|
3619
4386
|
},
|
|
@@ -4526,6 +5293,19 @@
|
|
|
4526
5293
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4527
5294
|
}
|
|
4528
5295
|
},
|
|
5296
|
+
{
|
|
5297
|
+
"kind": "field",
|
|
5298
|
+
"name": "hasSeatReservationNativeFocus",
|
|
5299
|
+
"type": {
|
|
5300
|
+
"text": "boolean"
|
|
5301
|
+
},
|
|
5302
|
+
"privacy": "protected",
|
|
5303
|
+
"default": "false",
|
|
5304
|
+
"inheritedFrom": {
|
|
5305
|
+
"name": "SeatReservationBaseElement",
|
|
5306
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5307
|
+
}
|
|
5308
|
+
},
|
|
4529
5309
|
{
|
|
4530
5310
|
"kind": "field",
|
|
4531
5311
|
"name": "keyboardNavigationEvents",
|
|
@@ -4612,7 +5392,7 @@
|
|
|
4612
5392
|
"text": "void"
|
|
4613
5393
|
}
|
|
4614
5394
|
},
|
|
4615
|
-
"description": "Scroll event handler managed the end of scrolling inside the coach scroll area.\nTimeout event handling to check if the scrolling has been completed.\nIt is required because the Safari browser does not handle scrollend event
|
|
5395
|
+
"description": "Scroll event handler managed the end of scrolling inside the coach scroll area.\nTimeout event handling to check if the scrolling has been completed.\nIt is required because the Safari browser does not handle scrollend event,\nand we therefore imitate this event -> scrollend.",
|
|
4616
5396
|
"inheritedFrom": {
|
|
4617
5397
|
"name": "SeatReservationBaseElement",
|
|
4618
5398
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -4990,7 +5770,7 @@
|
|
|
4990
5770
|
},
|
|
4991
5771
|
{
|
|
4992
5772
|
"kind": "method",
|
|
4993
|
-
"name": "
|
|
5773
|
+
"name": "_getFirstPlaceInSelectedCoach",
|
|
4994
5774
|
"privacy": "private",
|
|
4995
5775
|
"return": {
|
|
4996
5776
|
"type": {
|
|
@@ -5526,7 +6306,7 @@
|
|
|
5526
6306
|
},
|
|
5527
6307
|
{
|
|
5528
6308
|
"kind": "method",
|
|
5529
|
-
"name": "
|
|
6309
|
+
"name": "_isValidCoachIndex",
|
|
5530
6310
|
"privacy": "private",
|
|
5531
6311
|
"return": {
|
|
5532
6312
|
"type": {
|
|
@@ -5988,6 +6768,102 @@
|
|
|
5988
6768
|
}
|
|
5989
6769
|
]
|
|
5990
6770
|
},
|
|
6771
|
+
{
|
|
6772
|
+
"kind": "javascript-module",
|
|
6773
|
+
"path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
|
|
6774
|
+
"declarations": [
|
|
6775
|
+
{
|
|
6776
|
+
"kind": "class",
|
|
6777
|
+
"description": "Component displays the available service icons of one coach.",
|
|
6778
|
+
"name": "SbbSeatReservationNavigationServicesElement",
|
|
6779
|
+
"members": [
|
|
6780
|
+
{
|
|
6781
|
+
"kind": "field",
|
|
6782
|
+
"name": "propertyIds",
|
|
6783
|
+
"type": {
|
|
6784
|
+
"text": "string[]"
|
|
6785
|
+
},
|
|
6786
|
+
"privacy": "public",
|
|
6787
|
+
"default": "[]",
|
|
6788
|
+
"description": "Coach service property ids, which are used to display the services in the navigation",
|
|
6789
|
+
"attribute": "property-ids"
|
|
6790
|
+
},
|
|
6791
|
+
{
|
|
6792
|
+
"kind": "field",
|
|
6793
|
+
"name": "vertical",
|
|
6794
|
+
"type": {
|
|
6795
|
+
"text": "boolean"
|
|
6796
|
+
},
|
|
6797
|
+
"privacy": "public",
|
|
6798
|
+
"default": "false",
|
|
6799
|
+
"description": "If true, the service icons are displayed vertically",
|
|
6800
|
+
"attribute": "vertical",
|
|
6801
|
+
"reflects": true
|
|
6802
|
+
},
|
|
6803
|
+
{
|
|
6804
|
+
"kind": "field",
|
|
6805
|
+
"name": "_language",
|
|
6806
|
+
"privacy": "private",
|
|
6807
|
+
"default": "new SbbLanguageController(this)"
|
|
6808
|
+
},
|
|
6809
|
+
{
|
|
6810
|
+
"kind": "method",
|
|
6811
|
+
"name": "_getServiceLabelDescription",
|
|
6812
|
+
"privacy": "private",
|
|
6813
|
+
"return": {
|
|
6814
|
+
"type": {
|
|
6815
|
+
"text": "string | null"
|
|
6816
|
+
}
|
|
6817
|
+
}
|
|
6818
|
+
}
|
|
6819
|
+
],
|
|
6820
|
+
"attributes": [
|
|
6821
|
+
{
|
|
6822
|
+
"name": "property-ids",
|
|
6823
|
+
"type": {
|
|
6824
|
+
"text": "string[]"
|
|
6825
|
+
},
|
|
6826
|
+
"default": "[]",
|
|
6827
|
+
"description": "Coach service property ids, which are used to display the services in the navigation",
|
|
6828
|
+
"fieldName": "propertyIds"
|
|
6829
|
+
},
|
|
6830
|
+
{
|
|
6831
|
+
"name": "vertical",
|
|
6832
|
+
"type": {
|
|
6833
|
+
"text": "boolean"
|
|
6834
|
+
},
|
|
6835
|
+
"default": "false",
|
|
6836
|
+
"description": "If true, the service icons are displayed vertically",
|
|
6837
|
+
"fieldName": "vertical"
|
|
6838
|
+
}
|
|
6839
|
+
],
|
|
6840
|
+
"superclass": {
|
|
6841
|
+
"name": "LitElement",
|
|
6842
|
+
"package": "lit"
|
|
6843
|
+
},
|
|
6844
|
+
"tagName": "sbb-seat-reservation-navigation-services",
|
|
6845
|
+
"customElement": true
|
|
6846
|
+
}
|
|
6847
|
+
],
|
|
6848
|
+
"exports": [
|
|
6849
|
+
{
|
|
6850
|
+
"kind": "js",
|
|
6851
|
+
"name": "SbbSeatReservationNavigationServicesElement",
|
|
6852
|
+
"declaration": {
|
|
6853
|
+
"name": "SbbSeatReservationNavigationServicesElement",
|
|
6854
|
+
"module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
|
|
6855
|
+
}
|
|
6856
|
+
},
|
|
6857
|
+
{
|
|
6858
|
+
"kind": "custom-element-definition",
|
|
6859
|
+
"name": "sbb-seat-reservation-navigation-services",
|
|
6860
|
+
"declaration": {
|
|
6861
|
+
"name": "SbbSeatReservationNavigationServicesElement",
|
|
6862
|
+
"module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
|
|
6863
|
+
}
|
|
6864
|
+
}
|
|
6865
|
+
]
|
|
6866
|
+
},
|
|
5991
6867
|
{
|
|
5992
6868
|
"kind": "javascript-module",
|
|
5993
6869
|
"path": "seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js",
|
|
@@ -6038,7 +6914,7 @@
|
|
|
6038
6914
|
},
|
|
6039
6915
|
"privacy": "public",
|
|
6040
6916
|
"default": "false",
|
|
6041
|
-
"description": "
|
|
6917
|
+
"description": "Select coach property",
|
|
6042
6918
|
"attribute": "selected"
|
|
6043
6919
|
},
|
|
6044
6920
|
{
|
|
@@ -6049,9 +6925,31 @@
|
|
|
6049
6925
|
},
|
|
6050
6926
|
"privacy": "public",
|
|
6051
6927
|
"default": "false",
|
|
6052
|
-
"description": "
|
|
6928
|
+
"description": "Focus coach property",
|
|
6053
6929
|
"attribute": "focused"
|
|
6054
6930
|
},
|
|
6931
|
+
{
|
|
6932
|
+
"kind": "field",
|
|
6933
|
+
"name": "hovered",
|
|
6934
|
+
"type": {
|
|
6935
|
+
"text": "boolean"
|
|
6936
|
+
},
|
|
6937
|
+
"privacy": "public",
|
|
6938
|
+
"default": "false",
|
|
6939
|
+
"description": "Hover coach property",
|
|
6940
|
+
"attribute": "hovered"
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
"kind": "field",
|
|
6944
|
+
"name": "nativeFocusActive",
|
|
6945
|
+
"type": {
|
|
6946
|
+
"text": "boolean"
|
|
6947
|
+
},
|
|
6948
|
+
"privacy": "public",
|
|
6949
|
+
"default": "true",
|
|
6950
|
+
"description": "Native focus for this navigation coach is also set when the focused property is changed",
|
|
6951
|
+
"attribute": "nativeFocusActive"
|
|
6952
|
+
},
|
|
6055
6953
|
{
|
|
6056
6954
|
"kind": "field",
|
|
6057
6955
|
"name": "index",
|
|
@@ -6070,7 +6968,7 @@
|
|
|
6070
6968
|
},
|
|
6071
6969
|
"privacy": "public",
|
|
6072
6970
|
"default": "{ seats: 0, bicycles: 0 }",
|
|
6073
|
-
"description": "Representation of places available for selecting, counting seat places and bicycle places
|
|
6971
|
+
"description": "Representation of places available for selecting, counting seat places and bicycle places separately",
|
|
6074
6972
|
"attribute": "free-places-by-type"
|
|
6075
6973
|
},
|
|
6076
6974
|
{
|
|
@@ -6273,7 +7171,7 @@
|
|
|
6273
7171
|
"text": "boolean"
|
|
6274
7172
|
},
|
|
6275
7173
|
"default": "false",
|
|
6276
|
-
"description": "
|
|
7174
|
+
"description": "Select coach property",
|
|
6277
7175
|
"fieldName": "selected"
|
|
6278
7176
|
},
|
|
6279
7177
|
{
|
|
@@ -6282,9 +7180,27 @@
|
|
|
6282
7180
|
"text": "boolean"
|
|
6283
7181
|
},
|
|
6284
7182
|
"default": "false",
|
|
6285
|
-
"description": "
|
|
7183
|
+
"description": "Focus coach property",
|
|
6286
7184
|
"fieldName": "focused"
|
|
6287
7185
|
},
|
|
7186
|
+
{
|
|
7187
|
+
"name": "hovered",
|
|
7188
|
+
"type": {
|
|
7189
|
+
"text": "boolean"
|
|
7190
|
+
},
|
|
7191
|
+
"default": "false",
|
|
7192
|
+
"description": "Hover coach property",
|
|
7193
|
+
"fieldName": "hovered"
|
|
7194
|
+
},
|
|
7195
|
+
{
|
|
7196
|
+
"name": "nativeFocusActive",
|
|
7197
|
+
"type": {
|
|
7198
|
+
"text": "boolean"
|
|
7199
|
+
},
|
|
7200
|
+
"default": "true",
|
|
7201
|
+
"description": "Native focus for this navigation coach is also set when the focused property is changed",
|
|
7202
|
+
"fieldName": "nativeFocusActive"
|
|
7203
|
+
},
|
|
6288
7204
|
{
|
|
6289
7205
|
"name": "index",
|
|
6290
7206
|
"type": {
|
|
@@ -6299,7 +7215,7 @@
|
|
|
6299
7215
|
"text": "CoachNumberOfFreePlaces"
|
|
6300
7216
|
},
|
|
6301
7217
|
"default": "{ seats: 0, bicycles: 0 }",
|
|
6302
|
-
"description": "Representation of places available for selecting, counting seat places and bicycle places
|
|
7218
|
+
"description": "Representation of places available for selecting, counting seat places and bicycle places separately",
|
|
6303
7219
|
"fieldName": "freePlacesByType"
|
|
6304
7220
|
},
|
|
6305
7221
|
{
|
|
@@ -6384,102 +7300,6 @@
|
|
|
6384
7300
|
}
|
|
6385
7301
|
]
|
|
6386
7302
|
},
|
|
6387
|
-
{
|
|
6388
|
-
"kind": "javascript-module",
|
|
6389
|
-
"path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
|
|
6390
|
-
"declarations": [
|
|
6391
|
-
{
|
|
6392
|
-
"kind": "class",
|
|
6393
|
-
"description": "Component displays the available service icons of one coach.",
|
|
6394
|
-
"name": "SbbSeatReservationNavigationServicesElement",
|
|
6395
|
-
"members": [
|
|
6396
|
-
{
|
|
6397
|
-
"kind": "field",
|
|
6398
|
-
"name": "propertyIds",
|
|
6399
|
-
"type": {
|
|
6400
|
-
"text": "string[]"
|
|
6401
|
-
},
|
|
6402
|
-
"privacy": "public",
|
|
6403
|
-
"default": "[]",
|
|
6404
|
-
"description": "Coach service property ids, which are used to display the services in the navigation",
|
|
6405
|
-
"attribute": "property-ids"
|
|
6406
|
-
},
|
|
6407
|
-
{
|
|
6408
|
-
"kind": "field",
|
|
6409
|
-
"name": "vertical",
|
|
6410
|
-
"type": {
|
|
6411
|
-
"text": "boolean"
|
|
6412
|
-
},
|
|
6413
|
-
"privacy": "public",
|
|
6414
|
-
"default": "false",
|
|
6415
|
-
"description": "If true, the service icons are displayed vertically",
|
|
6416
|
-
"attribute": "vertical",
|
|
6417
|
-
"reflects": true
|
|
6418
|
-
},
|
|
6419
|
-
{
|
|
6420
|
-
"kind": "field",
|
|
6421
|
-
"name": "_language",
|
|
6422
|
-
"privacy": "private",
|
|
6423
|
-
"default": "new SbbLanguageController(this)"
|
|
6424
|
-
},
|
|
6425
|
-
{
|
|
6426
|
-
"kind": "method",
|
|
6427
|
-
"name": "_getServiceLabelDescription",
|
|
6428
|
-
"privacy": "private",
|
|
6429
|
-
"return": {
|
|
6430
|
-
"type": {
|
|
6431
|
-
"text": "string | null"
|
|
6432
|
-
}
|
|
6433
|
-
}
|
|
6434
|
-
}
|
|
6435
|
-
],
|
|
6436
|
-
"attributes": [
|
|
6437
|
-
{
|
|
6438
|
-
"name": "property-ids",
|
|
6439
|
-
"type": {
|
|
6440
|
-
"text": "string[]"
|
|
6441
|
-
},
|
|
6442
|
-
"default": "[]",
|
|
6443
|
-
"description": "Coach service property ids, which are used to display the services in the navigation",
|
|
6444
|
-
"fieldName": "propertyIds"
|
|
6445
|
-
},
|
|
6446
|
-
{
|
|
6447
|
-
"name": "vertical",
|
|
6448
|
-
"type": {
|
|
6449
|
-
"text": "boolean"
|
|
6450
|
-
},
|
|
6451
|
-
"default": "false",
|
|
6452
|
-
"description": "If true, the service icons are displayed vertically",
|
|
6453
|
-
"fieldName": "vertical"
|
|
6454
|
-
}
|
|
6455
|
-
],
|
|
6456
|
-
"superclass": {
|
|
6457
|
-
"name": "LitElement",
|
|
6458
|
-
"package": "lit"
|
|
6459
|
-
},
|
|
6460
|
-
"tagName": "sbb-seat-reservation-navigation-services",
|
|
6461
|
-
"customElement": true
|
|
6462
|
-
}
|
|
6463
|
-
],
|
|
6464
|
-
"exports": [
|
|
6465
|
-
{
|
|
6466
|
-
"kind": "js",
|
|
6467
|
-
"name": "SbbSeatReservationNavigationServicesElement",
|
|
6468
|
-
"declaration": {
|
|
6469
|
-
"name": "SbbSeatReservationNavigationServicesElement",
|
|
6470
|
-
"module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
|
|
6471
|
-
}
|
|
6472
|
-
},
|
|
6473
|
-
{
|
|
6474
|
-
"kind": "custom-element-definition",
|
|
6475
|
-
"name": "sbb-seat-reservation-navigation-services",
|
|
6476
|
-
"declaration": {
|
|
6477
|
-
"name": "SbbSeatReservationNavigationServicesElement",
|
|
6478
|
-
"module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
|
|
6479
|
-
}
|
|
6480
|
-
}
|
|
6481
|
-
]
|
|
6482
|
-
},
|
|
6483
7303
|
{
|
|
6484
7304
|
"kind": "javascript-module",
|
|
6485
7305
|
"path": "seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js",
|
|
@@ -6906,9 +7726,6 @@
|
|
|
6906
7726
|
"type": {
|
|
6907
7727
|
"text": "number"
|
|
6908
7728
|
}
|
|
6909
|
-
},
|
|
6910
|
-
{
|
|
6911
|
-
"name": "coachDeckIndex"
|
|
6912
7729
|
}
|
|
6913
7730
|
],
|
|
6914
7731
|
"description": "Mapped information from place, coach and the coachindex to the seatReservationPlaceSelection.\nThis Object information is emitted outwards"
|
|
@@ -6999,15 +7816,6 @@
|
|
|
6999
7816
|
},
|
|
7000
7817
|
"default": "[ { warnings: null, coachDeckLayout: { id: '32801', name: 'WR6(501) - not touch', dimension: { width: 56, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '21', rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '22', rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '41', rectangle: { position: { x: 39, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '42', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '61', rectangle: { position: { x: 47, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '62', rectangle: { position: { x: 53, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '13', rectangle: { position: { x: 31, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '14', rectangle: { position: { x: 37, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '11', rectangle: { position: { x: 31, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '12', rectangle: { position: { x: 37, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '33', rectangle: { position: { x: 39, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '34', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '31', rectangle: { position: { x: 39, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '32', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '53', rectangle: { position: { x: 47, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '51', rectangle: { position: { x: 47, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '52', rectangle: { position: { x: 53, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 6, height: 10, borderRadius: null, }, }, orientation: 0, type: 'DRIVER_AREA', }, { rectangle: { position: { x: 55, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, { rectangle: { position: { x: 42, y: 6, z: 0, }, dimension: { width: 2, height: 4, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 50, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 34, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 34, y: 6, z: 0, }, dimension: { width: 2, height: 4, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 42, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 50, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 8, y: 2, z: 0, }, dimension: { width: 6, height: 6, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, ], serviceIcons: [ { rectangle: { position: { x: 32, y: 3, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'RESTAURANT_ICON', }, { rectangle: { position: { x: 46, y: 3, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'RESTAURANT_ICON', }, ], }, }, ]"
|
|
7001
7818
|
},
|
|
7002
|
-
{
|
|
7003
|
-
"kind": "variable",
|
|
7004
|
-
"name": "MOCK_COACHES_RAW_REAL_DATA",
|
|
7005
|
-
"type": {
|
|
7006
|
-
"text": "array"
|
|
7007
|
-
},
|
|
7008
|
-
"default": "[ { notifications: [], coachDeckLayout: { name: '65200', dimension: { width: 64, height: 10, }, lowFloorEntry: true, id: '30802', deckLevel: 'LOWER_DECK', placeGroups: [ { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '15', rectangle: { position: { x: 14, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '11', rectangle: { position: { x: 14, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '16', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '14', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '12', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '25', rectangle: { position: { x: 20, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '26', rectangle: { position: { x: 24, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, { number: '23', rectangle: { position: { x: 20, y: 2, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '24', rectangle: { position: { x: 24, y: 2, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '21', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '22', rectangle: { position: { x: 24, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '35', rectangle: { position: { x: 27, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, { number: '33', rectangle: { position: { x: 27, y: 2, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '31', rectangle: { position: { x: 27, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '36', rectangle: { position: { x: 30, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, { number: '34', rectangle: { position: { x: 30, y: 2, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '32', rectangle: { position: { x: 30, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '46', rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, { number: '44', rectangle: { position: { x: 33, y: 2, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '42', rectangle: { position: { x: 33, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '55', rectangle: { position: { x: 44, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '56', rectangle: { position: { x: 49, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, { number: '53', rectangle: { position: { x: 44, y: 2, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '54', rectangle: { position: { x: 49, y: 2, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '52', rectangle: { position: { x: 48, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '65', rectangle: { position: { x: 51, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '66', rectangle: { position: { x: 55, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, { number: '63', rectangle: { position: { x: 51, y: 2, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '61', rectangle: { position: { x: 51, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '62', rectangle: { position: { x: 55, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '75', rectangle: { position: { x: 57, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '76', rectangle: { position: { x: 61, y: 0, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, { serviceClass: 'HIGH', accommodationSubType: 'OPEN_SPACE', places: [ { number: '71', rectangle: { position: { x: 57, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 0, placeProperties: [], }, { number: '72', rectangle: { position: { x: 61, y: 8, z: 0, }, dimension: { width: 2, height: 2, }, }, orientation: 180, placeProperties: [], }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 1, z: 0, }, dimension: { width: 13, height: 8, borderRadius: { topLeft: 3, topRight: 0, bottomRight: 0, bottomLeft: 3, }, }, }, orientation: 0, type: 'DRIVER_AREA', }, { rectangle: { position: { x: 36, y: 0, z: 0, }, dimension: { width: 2, height: 4, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 44, y: 8, z: 0, }, dimension: { width: 4, height: 2, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 39, y: 0, z: 0, }, dimension: { width: 4, height: 1, }, }, orientation: 0, type: 'ENTRANCE', }, { rectangle: { position: { x: 38, y: 1, z: 0, }, dimension: { width: 1, height: 4, }, }, orientation: 0, type: 'WALL', }, { rectangle: { position: { x: 38, y: 7, z: 0, }, dimension: { width: 1, height: 2, }, }, orientation: 0, type: 'WALL', }, { rectangle: { position: { x: 43, y: 1, z: 0, }, dimension: { width: 1, height: 4, }, }, orientation: 0, type: 'WALL', }, { rectangle: { position: { x: 43, y: 7, z: 0, }, dimension: { width: 1, height: 2, }, }, orientation: 0, type: 'WALL', }, ], serviceIcons: [ { rectangle: { position: { x: 47, y: 4, z: 0, }, dimension: { width: 1, height: 1, }, }, type: 'WHEELCHAIR_ICON', }, ], }, }, ]",
|
|
7009
|
-
"description": "taken from json provided by VAKE;\nAttention: <b>all the type information does not reflect our assumptions</b> and the data was\nmanuelly adjusted."
|
|
7010
|
-
},
|
|
7011
7819
|
{
|
|
7012
7820
|
"kind": "variable",
|
|
7013
7821
|
"name": "MOCK_GIRUNO_TRAIN",
|
|
@@ -7034,14 +7842,6 @@
|
|
|
7034
7842
|
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
7035
7843
|
}
|
|
7036
7844
|
},
|
|
7037
|
-
{
|
|
7038
|
-
"kind": "js",
|
|
7039
|
-
"name": "MOCK_COACHES_RAW_REAL_DATA",
|
|
7040
|
-
"declaration": {
|
|
7041
|
-
"name": "MOCK_COACHES_RAW_REAL_DATA",
|
|
7042
|
-
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
7043
|
-
}
|
|
7044
|
-
},
|
|
7045
7845
|
{
|
|
7046
7846
|
"kind": "js",
|
|
7047
7847
|
"name": "MOCK_GIRUNO_TRAIN",
|