@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.
Files changed (179) hide show
  1. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +38 -0
  2. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -0
  3. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +89 -0
  4. package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts +31 -0
  5. package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts.map +1 -0
  6. package/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +54 -0
  7. package/autocomplete-grid/autocomplete-grid-button.d.ts +5 -0
  8. package/autocomplete-grid/autocomplete-grid-button.d.ts.map +1 -0
  9. package/autocomplete-grid/autocomplete-grid-button.js +4 -0
  10. package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts +19 -0
  11. package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts.map +1 -0
  12. package/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +25 -0
  13. package/autocomplete-grid/autocomplete-grid-cell.d.ts +5 -0
  14. package/autocomplete-grid/autocomplete-grid-cell.d.ts.map +1 -0
  15. package/autocomplete-grid/autocomplete-grid-cell.js +4 -0
  16. package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts +19 -0
  17. package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts.map +1 -0
  18. package/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +29 -0
  19. package/autocomplete-grid/autocomplete-grid-optgroup.d.ts +5 -0
  20. package/autocomplete-grid/autocomplete-grid-optgroup.d.ts.map +1 -0
  21. package/autocomplete-grid/autocomplete-grid-optgroup.js +4 -0
  22. package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts +26 -0
  23. package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts.map +1 -0
  24. package/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +41 -0
  25. package/autocomplete-grid/autocomplete-grid-option.d.ts +5 -0
  26. package/autocomplete-grid/autocomplete-grid-option.d.ts.map +1 -0
  27. package/autocomplete-grid/autocomplete-grid-option.js +5 -0
  28. package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts +20 -0
  29. package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts.map +1 -0
  30. package/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +28 -0
  31. package/autocomplete-grid/autocomplete-grid-row.d.ts +5 -0
  32. package/autocomplete-grid/autocomplete-grid-row.d.ts.map +1 -0
  33. package/autocomplete-grid/autocomplete-grid-row.js +4 -0
  34. package/autocomplete-grid/autocomplete-grid.d.ts +5 -0
  35. package/autocomplete-grid/autocomplete-grid.d.ts.map +1 -0
  36. package/autocomplete-grid/autocomplete-grid.js +4 -0
  37. package/autocomplete-grid.d.ts +10 -0
  38. package/autocomplete-grid.d.ts.map +1 -0
  39. package/autocomplete-grid.js +15 -0
  40. package/core/datetime.d.ts +1 -1
  41. package/core/timetable/access-leg-helper.d.ts +6 -6
  42. package/core/timetable/timetable-helper.d.ts +1 -1
  43. package/core/timetable.d.ts +3 -3
  44. package/custom-elements.json +936 -136
  45. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +38 -0
  46. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -0
  47. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +140 -0
  48. package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts +31 -0
  49. package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.d.ts.map +1 -0
  50. package/development/autocomplete-grid/autocomplete-grid-button/autocomplete-grid-button.component.js +82 -0
  51. package/development/autocomplete-grid/autocomplete-grid-button.d.ts +5 -0
  52. package/development/autocomplete-grid/autocomplete-grid-button.d.ts.map +1 -0
  53. package/development/autocomplete-grid/autocomplete-grid-button.js +5 -0
  54. package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts +19 -0
  55. package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.d.ts.map +1 -0
  56. package/development/autocomplete-grid/autocomplete-grid-cell/autocomplete-grid-cell.component.js +40 -0
  57. package/development/autocomplete-grid/autocomplete-grid-cell.d.ts +5 -0
  58. package/development/autocomplete-grid/autocomplete-grid-cell.d.ts.map +1 -0
  59. package/development/autocomplete-grid/autocomplete-grid-cell.js +5 -0
  60. package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts +19 -0
  61. package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.d.ts.map +1 -0
  62. package/development/autocomplete-grid/autocomplete-grid-optgroup/autocomplete-grid-optgroup.component.js +40 -0
  63. package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts +5 -0
  64. package/development/autocomplete-grid/autocomplete-grid-optgroup.d.ts.map +1 -0
  65. package/development/autocomplete-grid/autocomplete-grid-optgroup.js +5 -0
  66. package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts +26 -0
  67. package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.d.ts.map +1 -0
  68. package/development/autocomplete-grid/autocomplete-grid-option/autocomplete-grid-option.component.js +134 -0
  69. package/development/autocomplete-grid/autocomplete-grid-option.d.ts +5 -0
  70. package/development/autocomplete-grid/autocomplete-grid-option.d.ts.map +1 -0
  71. package/development/autocomplete-grid/autocomplete-grid-option.js +6 -0
  72. package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts +20 -0
  73. package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.d.ts.map +1 -0
  74. package/development/autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.component.js +115 -0
  75. package/development/autocomplete-grid/autocomplete-grid-row.d.ts +5 -0
  76. package/development/autocomplete-grid/autocomplete-grid-row.d.ts.map +1 -0
  77. package/development/autocomplete-grid/autocomplete-grid-row.js +5 -0
  78. package/development/autocomplete-grid/autocomplete-grid.d.ts +5 -0
  79. package/development/autocomplete-grid/autocomplete-grid.d.ts.map +1 -0
  80. package/development/autocomplete-grid/autocomplete-grid.js +5 -0
  81. package/development/autocomplete-grid.d.ts +10 -0
  82. package/development/autocomplete-grid.d.ts.map +1 -0
  83. package/development/autocomplete-grid.js +16 -0
  84. package/development/core/datetime.d.ts +1 -1
  85. package/development/core/timetable/access-leg-helper.d.ts +6 -6
  86. package/development/core/timetable/access-leg-helper.js +1 -1
  87. package/development/core/timetable/timetable-helper.d.ts +1 -1
  88. package/development/core/timetable/timetable-helper.js +1 -1
  89. package/development/core/timetable.d.ts +3 -3
  90. package/development/journey-summary/journey-summary.component.d.ts +1 -1
  91. package/development/journey-summary/journey-summary.component.js +1 -1
  92. package/development/journey-summary.d.ts +1 -1
  93. package/development/pearl-chain/pearl-chain.component.d.ts +1 -1
  94. package/development/pearl-chain/pearl-chain.component.js +1 -1
  95. package/development/pearl-chain-time/pearl-chain-time.component.d.ts +1 -1
  96. package/development/pearl-chain-time/pearl-chain-time.component.js +1 -1
  97. package/development/pearl-chain-time.d.ts +1 -1
  98. package/development/pearl-chain-vertical-item.d.ts +1 -1
  99. package/development/pearl-chain-vertical.d.ts +1 -1
  100. package/development/pearl-chain.d.ts +1 -1
  101. package/development/seat-reservation/common/mapper/icon-mapper.js +1 -1
  102. package/development/seat-reservation/common/mapper/mapper.d.ts +4 -2
  103. package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
  104. package/development/seat-reservation/common/mapper/mapper.js +1 -1
  105. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +0 -88
  106. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
  107. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.js +1 -815
  108. package/development/seat-reservation/common/mapper.d.ts +2 -2
  109. package/development/seat-reservation/common/translations.d.ts +1 -1
  110. package/development/seat-reservation/common.d.ts +4 -4
  111. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +5 -4
  112. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  113. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +16 -10
  114. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +2 -2
  115. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  116. package/development/seat-reservation/seat-reservation/seat-reservation.component.js +13 -10
  117. package/development/seat-reservation/seat-reservation-area.d.ts +1 -1
  118. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +1 -1
  119. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +1 -1
  120. package/development/seat-reservation/seat-reservation-graphic.d.ts +1 -1
  121. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +8 -4
  122. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  123. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +57 -22
  124. package/development/seat-reservation/seat-reservation-navigation-coach.d.ts +1 -1
  125. package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +1 -1
  126. package/development/seat-reservation/seat-reservation-navigation-services.d.ts +1 -1
  127. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +1 -1
  128. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +1 -1
  129. package/development/seat-reservation/seat-reservation-place-control.d.ts +1 -1
  130. package/development/seat-reservation/seat-reservation-scoped.d.ts +1 -1
  131. package/development/seat-reservation/seat-reservation.d.ts +2 -2
  132. package/development/seat-reservation.d.ts +8 -8
  133. package/development/timetable-duration.d.ts +1 -1
  134. package/development/timetable-row/timetable-row.component.d.ts +1 -1
  135. package/development/timetable-row/timetable-row.component.d.ts.map +1 -1
  136. package/development/timetable-row/timetable-row.component.js +7 -7
  137. package/development/timetable-row.d.ts +1 -1
  138. package/index.d.ts +12 -0
  139. package/index.js +12 -0
  140. package/journey-summary/journey-summary.component.d.ts +1 -1
  141. package/journey-summary.d.ts +1 -1
  142. package/package.json +37 -2
  143. package/pearl-chain/pearl-chain.component.d.ts +1 -1
  144. package/pearl-chain-time/pearl-chain-time.component.d.ts +1 -1
  145. package/pearl-chain-time.d.ts +1 -1
  146. package/pearl-chain-vertical-item.d.ts +1 -1
  147. package/pearl-chain-vertical.d.ts +1 -1
  148. package/pearl-chain.d.ts +1 -1
  149. package/seat-reservation/common/mapper/mapper.d.ts +4 -2
  150. package/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
  151. package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +0 -88
  152. package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
  153. package/seat-reservation/common/mapper/seat-reservation-sample-data.js +2 -815
  154. package/seat-reservation/common/mapper.d.ts +2 -2
  155. package/seat-reservation/common/translations.d.ts +1 -1
  156. package/seat-reservation/common.d.ts +4 -4
  157. package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +5 -4
  158. package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  159. package/seat-reservation/seat-reservation/seat-reservation-base-element.js +31 -30
  160. package/seat-reservation/seat-reservation/seat-reservation.component.d.ts +2 -2
  161. package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  162. package/seat-reservation/seat-reservation/seat-reservation.component.js +40 -41
  163. package/seat-reservation/seat-reservation-area.d.ts +1 -1
  164. package/seat-reservation/seat-reservation-graphic.d.ts +1 -1
  165. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +8 -4
  166. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  167. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +148 -127
  168. package/seat-reservation/seat-reservation-navigation-coach.d.ts +1 -1
  169. package/seat-reservation/seat-reservation-navigation-services.d.ts +1 -1
  170. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +1 -1
  171. package/seat-reservation/seat-reservation-place-control.d.ts +1 -1
  172. package/seat-reservation/seat-reservation-scoped.d.ts +1 -1
  173. package/seat-reservation/seat-reservation.d.ts +2 -2
  174. package/seat-reservation.d.ts +8 -8
  175. package/timetable-duration.d.ts +1 -1
  176. package/timetable-row/timetable-row.component.d.ts +1 -1
  177. package/timetable-row/timetable-row.component.d.ts.map +1 -1
  178. package/timetable-row/timetable-row.component.js +18 -18
  179. package/timetable-row.d.ts +1 -1
@@ -10330,819 +10330,7 @@ const e = [
10330
10330
  ]
10331
10331
  }
10332
10332
  }
10333
- ], i = [
10334
- {
10335
- notifications: [],
10336
- coachDeckLayout: {
10337
- name: "65200",
10338
- dimension: {
10339
- width: 64,
10340
- height: 10
10341
- },
10342
- lowFloorEntry: !0,
10343
- id: "30802",
10344
- deckLevel: "LOWER_DECK",
10345
- placeGroups: [
10346
- {
10347
- serviceClass: "HIGH",
10348
- accommodationSubType: "OPEN_SPACE",
10349
- places: [
10350
- {
10351
- number: "15",
10352
- rectangle: {
10353
- position: {
10354
- x: 14,
10355
- y: 0,
10356
- z: 0
10357
- },
10358
- dimension: {
10359
- width: 2,
10360
- height: 2
10361
- }
10362
- },
10363
- orientation: 0,
10364
- placeProperties: []
10365
- }
10366
- ]
10367
- },
10368
- {
10369
- serviceClass: "HIGH",
10370
- accommodationSubType: "OPEN_SPACE",
10371
- places: [
10372
- {
10373
- number: "11",
10374
- rectangle: {
10375
- position: {
10376
- x: 14,
10377
- y: 8,
10378
- z: 0
10379
- },
10380
- dimension: {
10381
- width: 2,
10382
- height: 2
10383
- }
10384
- },
10385
- orientation: 0,
10386
- placeProperties: []
10387
- }
10388
- ]
10389
- },
10390
- {
10391
- serviceClass: "HIGH",
10392
- accommodationSubType: "OPEN_SPACE",
10393
- places: [
10394
- {
10395
- number: "16",
10396
- rectangle: {
10397
- position: {
10398
- x: 17,
10399
- y: 0,
10400
- z: 0
10401
- },
10402
- dimension: {
10403
- width: 2,
10404
- height: 2
10405
- }
10406
- },
10407
- orientation: 0,
10408
- placeProperties: []
10409
- },
10410
- {
10411
- number: "14",
10412
- rectangle: {
10413
- position: {
10414
- x: 17,
10415
- y: 2,
10416
- z: 0
10417
- },
10418
- dimension: {
10419
- width: 2,
10420
- height: 2
10421
- }
10422
- },
10423
- orientation: 0,
10424
- placeProperties: []
10425
- }
10426
- ]
10427
- },
10428
- {
10429
- serviceClass: "HIGH",
10430
- accommodationSubType: "OPEN_SPACE",
10431
- places: [
10432
- {
10433
- number: "12",
10434
- rectangle: {
10435
- position: {
10436
- x: 17,
10437
- y: 8,
10438
- z: 0
10439
- },
10440
- dimension: {
10441
- width: 2,
10442
- height: 2
10443
- }
10444
- },
10445
- orientation: 0,
10446
- placeProperties: []
10447
- }
10448
- ]
10449
- },
10450
- {
10451
- serviceClass: "HIGH",
10452
- accommodationSubType: "OPEN_SPACE",
10453
- places: [
10454
- {
10455
- number: "25",
10456
- rectangle: {
10457
- position: {
10458
- x: 20,
10459
- y: 0,
10460
- z: 0
10461
- },
10462
- dimension: {
10463
- width: 2,
10464
- height: 2
10465
- }
10466
- },
10467
- orientation: 0,
10468
- placeProperties: []
10469
- },
10470
- {
10471
- number: "26",
10472
- rectangle: {
10473
- position: {
10474
- x: 24,
10475
- y: 0,
10476
- z: 0
10477
- },
10478
- dimension: {
10479
- width: 2,
10480
- height: 2
10481
- }
10482
- },
10483
- orientation: 180,
10484
- placeProperties: []
10485
- },
10486
- {
10487
- number: "23",
10488
- rectangle: {
10489
- position: {
10490
- x: 20,
10491
- y: 2,
10492
- z: 0
10493
- },
10494
- dimension: {
10495
- width: 2,
10496
- height: 2
10497
- }
10498
- },
10499
- orientation: 0,
10500
- placeProperties: []
10501
- },
10502
- {
10503
- number: "24",
10504
- rectangle: {
10505
- position: {
10506
- x: 24,
10507
- y: 2,
10508
- z: 0
10509
- },
10510
- dimension: {
10511
- width: 2,
10512
- height: 2
10513
- }
10514
- },
10515
- orientation: 0,
10516
- placeProperties: []
10517
- }
10518
- ]
10519
- },
10520
- {
10521
- serviceClass: "HIGH",
10522
- accommodationSubType: "OPEN_SPACE",
10523
- places: [
10524
- {
10525
- number: "21",
10526
- rectangle: {
10527
- position: {
10528
- x: 20,
10529
- y: 8,
10530
- z: 0
10531
- },
10532
- dimension: {
10533
- width: 2,
10534
- height: 2
10535
- }
10536
- },
10537
- orientation: 0,
10538
- placeProperties: []
10539
- },
10540
- {
10541
- number: "22",
10542
- rectangle: {
10543
- position: {
10544
- x: 24,
10545
- y: 8,
10546
- z: 0
10547
- },
10548
- dimension: {
10549
- width: 2,
10550
- height: 2
10551
- }
10552
- },
10553
- orientation: 180,
10554
- placeProperties: []
10555
- }
10556
- ]
10557
- },
10558
- {
10559
- serviceClass: "HIGH",
10560
- accommodationSubType: "OPEN_SPACE",
10561
- places: [
10562
- {
10563
- number: "35",
10564
- rectangle: {
10565
- position: {
10566
- x: 27,
10567
- y: 0,
10568
- z: 0
10569
- },
10570
- dimension: {
10571
- width: 2,
10572
- height: 2
10573
- }
10574
- },
10575
- orientation: 180,
10576
- placeProperties: []
10577
- },
10578
- {
10579
- number: "33",
10580
- rectangle: {
10581
- position: {
10582
- x: 27,
10583
- y: 2,
10584
- z: 0
10585
- },
10586
- dimension: {
10587
- width: 2,
10588
- height: 2
10589
- }
10590
- },
10591
- orientation: 180,
10592
- placeProperties: []
10593
- }
10594
- ]
10595
- },
10596
- {
10597
- serviceClass: "HIGH",
10598
- accommodationSubType: "OPEN_SPACE",
10599
- places: [
10600
- {
10601
- number: "31",
10602
- rectangle: {
10603
- position: {
10604
- x: 27,
10605
- y: 8,
10606
- z: 0
10607
- },
10608
- dimension: {
10609
- width: 2,
10610
- height: 2
10611
- }
10612
- },
10613
- orientation: 180,
10614
- placeProperties: []
10615
- }
10616
- ]
10617
- },
10618
- {
10619
- serviceClass: "HIGH",
10620
- accommodationSubType: "OPEN_SPACE",
10621
- places: [
10622
- {
10623
- number: "36",
10624
- rectangle: {
10625
- position: {
10626
- x: 30,
10627
- y: 0,
10628
- z: 0
10629
- },
10630
- dimension: {
10631
- width: 2,
10632
- height: 2
10633
- }
10634
- },
10635
- orientation: 180,
10636
- placeProperties: []
10637
- },
10638
- {
10639
- number: "34",
10640
- rectangle: {
10641
- position: {
10642
- x: 30,
10643
- y: 2,
10644
- z: 0
10645
- },
10646
- dimension: {
10647
- width: 2,
10648
- height: 2
10649
- }
10650
- },
10651
- orientation: 180,
10652
- placeProperties: []
10653
- }
10654
- ]
10655
- },
10656
- {
10657
- serviceClass: "HIGH",
10658
- accommodationSubType: "OPEN_SPACE",
10659
- places: [
10660
- {
10661
- number: "32",
10662
- rectangle: {
10663
- position: {
10664
- x: 30,
10665
- y: 8,
10666
- z: 0
10667
- },
10668
- dimension: {
10669
- width: 2,
10670
- height: 2
10671
- }
10672
- },
10673
- orientation: 0,
10674
- placeProperties: []
10675
- }
10676
- ]
10677
- },
10678
- {
10679
- serviceClass: "HIGH",
10680
- accommodationSubType: "OPEN_SPACE",
10681
- places: [
10682
- {
10683
- number: "46",
10684
- rectangle: {
10685
- position: {
10686
- x: 33,
10687
- y: 0,
10688
- z: 0
10689
- },
10690
- dimension: {
10691
- width: 2,
10692
- height: 2
10693
- }
10694
- },
10695
- orientation: 180,
10696
- placeProperties: []
10697
- },
10698
- {
10699
- number: "44",
10700
- rectangle: {
10701
- position: {
10702
- x: 33,
10703
- y: 2,
10704
- z: 0
10705
- },
10706
- dimension: {
10707
- width: 2,
10708
- height: 2
10709
- }
10710
- },
10711
- orientation: 180,
10712
- placeProperties: []
10713
- }
10714
- ]
10715
- },
10716
- {
10717
- serviceClass: "HIGH",
10718
- accommodationSubType: "OPEN_SPACE",
10719
- places: [
10720
- {
10721
- number: "42",
10722
- rectangle: {
10723
- position: {
10724
- x: 33,
10725
- y: 8,
10726
- z: 0
10727
- },
10728
- dimension: {
10729
- width: 2,
10730
- height: 2
10731
- }
10732
- },
10733
- orientation: 180,
10734
- placeProperties: []
10735
- }
10736
- ]
10737
- },
10738
- {
10739
- serviceClass: "HIGH",
10740
- accommodationSubType: "OPEN_SPACE",
10741
- places: [
10742
- {
10743
- number: "55",
10744
- rectangle: {
10745
- position: {
10746
- x: 44,
10747
- y: 0,
10748
- z: 0
10749
- },
10750
- dimension: {
10751
- width: 2,
10752
- height: 2
10753
- }
10754
- },
10755
- orientation: 0,
10756
- placeProperties: []
10757
- },
10758
- {
10759
- number: "56",
10760
- rectangle: {
10761
- position: {
10762
- x: 49,
10763
- y: 0,
10764
- z: 0
10765
- },
10766
- dimension: {
10767
- width: 2,
10768
- height: 2
10769
- }
10770
- },
10771
- orientation: 180,
10772
- placeProperties: []
10773
- },
10774
- {
10775
- number: "53",
10776
- rectangle: {
10777
- position: {
10778
- x: 44,
10779
- y: 2,
10780
- z: 0
10781
- },
10782
- dimension: {
10783
- width: 2,
10784
- height: 2
10785
- }
10786
- },
10787
- orientation: 0,
10788
- placeProperties: []
10789
- },
10790
- {
10791
- number: "54",
10792
- rectangle: {
10793
- position: {
10794
- x: 49,
10795
- y: 2,
10796
- z: 0
10797
- },
10798
- dimension: {
10799
- width: 2,
10800
- height: 2
10801
- }
10802
- },
10803
- orientation: 180,
10804
- placeProperties: []
10805
- }
10806
- ]
10807
- },
10808
- {
10809
- serviceClass: "HIGH",
10810
- accommodationSubType: "OPEN_SPACE",
10811
- places: [
10812
- {
10813
- number: "52",
10814
- rectangle: {
10815
- position: {
10816
- x: 48,
10817
- y: 8,
10818
- z: 0
10819
- },
10820
- dimension: {
10821
- width: 2,
10822
- height: 2
10823
- }
10824
- },
10825
- orientation: 0,
10826
- placeProperties: []
10827
- }
10828
- ]
10829
- },
10830
- {
10831
- serviceClass: "HIGH",
10832
- accommodationSubType: "OPEN_SPACE",
10833
- places: [
10834
- {
10835
- number: "65",
10836
- rectangle: {
10837
- position: {
10838
- x: 51,
10839
- y: 0,
10840
- z: 0
10841
- },
10842
- dimension: {
10843
- width: 2,
10844
- height: 2
10845
- }
10846
- },
10847
- orientation: 0,
10848
- placeProperties: []
10849
- },
10850
- {
10851
- number: "66",
10852
- rectangle: {
10853
- position: {
10854
- x: 55,
10855
- y: 0,
10856
- z: 0
10857
- },
10858
- dimension: {
10859
- width: 2,
10860
- height: 2
10861
- }
10862
- },
10863
- orientation: 180,
10864
- placeProperties: []
10865
- },
10866
- {
10867
- number: "63",
10868
- rectangle: {
10869
- position: {
10870
- x: 51,
10871
- y: 2,
10872
- z: 0
10873
- },
10874
- dimension: {
10875
- width: 2,
10876
- height: 2
10877
- }
10878
- },
10879
- orientation: 0,
10880
- placeProperties: []
10881
- }
10882
- ]
10883
- },
10884
- {
10885
- serviceClass: "HIGH",
10886
- accommodationSubType: "OPEN_SPACE",
10887
- places: [
10888
- {
10889
- number: "61",
10890
- rectangle: {
10891
- position: {
10892
- x: 51,
10893
- y: 8,
10894
- z: 0
10895
- },
10896
- dimension: {
10897
- width: 2,
10898
- height: 2
10899
- }
10900
- },
10901
- orientation: 0,
10902
- placeProperties: []
10903
- },
10904
- {
10905
- number: "62",
10906
- rectangle: {
10907
- position: {
10908
- x: 55,
10909
- y: 8,
10910
- z: 0
10911
- },
10912
- dimension: {
10913
- width: 2,
10914
- height: 2
10915
- }
10916
- },
10917
- orientation: 180,
10918
- placeProperties: []
10919
- }
10920
- ]
10921
- },
10922
- {
10923
- serviceClass: "HIGH",
10924
- accommodationSubType: "OPEN_SPACE",
10925
- places: [
10926
- {
10927
- number: "75",
10928
- rectangle: {
10929
- position: {
10930
- x: 57,
10931
- y: 0,
10932
- z: 0
10933
- },
10934
- dimension: {
10935
- width: 2,
10936
- height: 2
10937
- }
10938
- },
10939
- orientation: 0,
10940
- placeProperties: []
10941
- },
10942
- {
10943
- number: "76",
10944
- rectangle: {
10945
- position: {
10946
- x: 61,
10947
- y: 0,
10948
- z: 0
10949
- },
10950
- dimension: {
10951
- width: 2,
10952
- height: 2
10953
- }
10954
- },
10955
- orientation: 180,
10956
- placeProperties: []
10957
- }
10958
- ]
10959
- },
10960
- {
10961
- serviceClass: "HIGH",
10962
- accommodationSubType: "OPEN_SPACE",
10963
- places: [
10964
- {
10965
- number: "71",
10966
- rectangle: {
10967
- position: {
10968
- x: 57,
10969
- y: 8,
10970
- z: 0
10971
- },
10972
- dimension: {
10973
- width: 2,
10974
- height: 2
10975
- }
10976
- },
10977
- orientation: 0,
10978
- placeProperties: []
10979
- },
10980
- {
10981
- number: "72",
10982
- rectangle: {
10983
- position: {
10984
- x: 61,
10985
- y: 8,
10986
- z: 0
10987
- },
10988
- dimension: {
10989
- width: 2,
10990
- height: 2
10991
- }
10992
- },
10993
- orientation: 180,
10994
- placeProperties: []
10995
- }
10996
- ]
10997
- }
10998
- ],
10999
- graphicElements: [
11000
- {
11001
- rectangle: {
11002
- position: {
11003
- x: 0,
11004
- y: 1,
11005
- z: 0
11006
- },
11007
- dimension: {
11008
- width: 13,
11009
- height: 8,
11010
- borderRadius: {
11011
- topLeft: 3,
11012
- topRight: 0,
11013
- bottomRight: 0,
11014
- bottomLeft: 3
11015
- }
11016
- }
11017
- },
11018
- orientation: 0,
11019
- type: "DRIVER_AREA"
11020
- },
11021
- {
11022
- rectangle: {
11023
- position: {
11024
- x: 36,
11025
- y: 0,
11026
- z: 0
11027
- },
11028
- dimension: {
11029
- width: 2,
11030
- height: 4
11031
- }
11032
- },
11033
- orientation: 0,
11034
- type: "LUGGAGE_AREA"
11035
- },
11036
- {
11037
- rectangle: {
11038
- position: {
11039
- x: 44,
11040
- y: 8,
11041
- z: 0
11042
- },
11043
- dimension: {
11044
- width: 4,
11045
- height: 2
11046
- }
11047
- },
11048
- orientation: 0,
11049
- type: "LUGGAGE_AREA"
11050
- },
11051
- {
11052
- rectangle: {
11053
- position: {
11054
- x: 39,
11055
- y: 0,
11056
- z: 0
11057
- },
11058
- dimension: {
11059
- width: 4,
11060
- height: 1
11061
- }
11062
- },
11063
- orientation: 0,
11064
- type: "ENTRANCE"
11065
- },
11066
- {
11067
- rectangle: {
11068
- position: {
11069
- x: 38,
11070
- y: 1,
11071
- z: 0
11072
- },
11073
- dimension: {
11074
- width: 1,
11075
- height: 4
11076
- }
11077
- },
11078
- orientation: 0,
11079
- type: "WALL"
11080
- },
11081
- {
11082
- rectangle: {
11083
- position: {
11084
- x: 38,
11085
- y: 7,
11086
- z: 0
11087
- },
11088
- dimension: {
11089
- width: 1,
11090
- height: 2
11091
- }
11092
- },
11093
- orientation: 0,
11094
- type: "WALL"
11095
- },
11096
- {
11097
- rectangle: {
11098
- position: {
11099
- x: 43,
11100
- y: 1,
11101
- z: 0
11102
- },
11103
- dimension: {
11104
- width: 1,
11105
- height: 4
11106
- }
11107
- },
11108
- orientation: 0,
11109
- type: "WALL"
11110
- },
11111
- {
11112
- rectangle: {
11113
- position: {
11114
- x: 43,
11115
- y: 7,
11116
- z: 0
11117
- },
11118
- dimension: {
11119
- width: 1,
11120
- height: 2
11121
- }
11122
- },
11123
- orientation: 0,
11124
- type: "WALL"
11125
- }
11126
- ],
11127
- serviceIcons: [
11128
- {
11129
- rectangle: {
11130
- position: {
11131
- x: 47,
11132
- y: 4,
11133
- z: 0
11134
- },
11135
- dimension: {
11136
- width: 1,
11137
- height: 1
11138
- }
11139
- },
11140
- type: "WHEELCHAIR_ICON"
11141
- }
11142
- ]
11143
- }
11144
- }
11145
- ], o = {
10333
+ ], i = {
11146
10334
  vehicleType: "TRAIN",
11147
10335
  deckCoachIndex: 0,
11148
10336
  coachItems: [
@@ -31509,6 +30697,5 @@ const e = [
31509
30697
  export {
31510
30698
  e as MOCK_COACHES_RAW_0,
31511
30699
  t as MOCK_COACHES_RAW_1,
31512
- i as MOCK_COACHES_RAW_REAL_DATA,
31513
- o as MOCK_GIRUNO_TRAIN
30700
+ i as MOCK_GIRUNO_TRAIN
31514
30701
  };