@sbb-esta/lyne-elements-experimental-dev 4.6.0-dev.1772444909 → 4.6.0-dev.1772446531

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 (57) hide show
  1. package/custom-elements.json +404 -209
  2. package/development/seat-reservation/common/mapper/icon-mapper.d.ts.map +1 -1
  3. package/development/seat-reservation/common/mapper/icon-mapper.js +2 -1
  4. package/development/seat-reservation/common/mapper/mapper.js +6 -4
  5. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-bus.d.ts +69 -0
  6. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-bus.d.ts.map +1 -0
  7. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-bus.js +559 -0
  8. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-decks.d.ts +123 -0
  9. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-decks.d.ts.map +1 -0
  10. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-decks.js +972 -0
  11. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-giruno.d.ts +114 -0
  12. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-giruno.d.ts.map +1 -0
  13. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-giruno.js +20368 -0
  14. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-others.d.ts +85 -0
  15. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-others.d.ts.map +1 -0
  16. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-others.js +1739 -0
  17. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-train.d.ts +69 -0
  18. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-train.d.ts.map +1 -0
  19. package/development/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-train.js +9783 -0
  20. package/development/seat-reservation/common/svgs.js +7 -7
  21. package/development/seat-reservation/common/translations/i18n.d.ts.map +1 -1
  22. package/development/seat-reservation/common/translations/i18n.js +32 -1
  23. package/development/seat-reservation/common/types.d.ts +8 -3
  24. package/development/seat-reservation/common/types.d.ts.map +1 -1
  25. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +13 -3
  26. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  27. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +68 -15
  28. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +1 -0
  29. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  30. package/development/seat-reservation/seat-reservation/seat-reservation.component.js +64 -29
  31. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +4 -15
  32. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  33. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +75 -155
  34. package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.d.ts +2 -0
  35. package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.d.ts.map +1 -1
  36. package/development/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +21 -5
  37. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +7 -1
  38. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -1
  39. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +154 -9
  40. package/package.json +2 -2
  41. package/seat-reservation/common/mapper/icon-mapper.js +1 -0
  42. package/seat-reservation/common/mapper/mapper.js +25 -23
  43. package/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-bus.js +558 -0
  44. package/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-decks.js +970 -0
  45. package/seat-reservation/common/mapper/{seat-reservation-sample-data.js → sample-data/seat-reservation-sample-data-giruno.js} +3 -11304
  46. package/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-others.js +1738 -0
  47. package/seat-reservation/common/mapper/sample-data/seat-reservation-sample-data-train.js +9782 -0
  48. package/seat-reservation/common/svgs.js +51 -51
  49. package/seat-reservation/common/translations/i18n.js +31 -0
  50. package/seat-reservation/seat-reservation/seat-reservation-base-element.js +128 -88
  51. package/seat-reservation/seat-reservation/seat-reservation.component.js +137 -125
  52. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +141 -186
  53. package/seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js +54 -44
  54. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +106 -71
  55. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +0 -372
  56. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +0 -1
  57. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.js +0 -31673
@@ -0,0 +1,1738 @@
1
+ const e = {
2
+ vehicleType: "TRAIN",
3
+ deckCoachIndex: 0,
4
+ coachItems: [
5
+ {
6
+ id: "11",
7
+ number: "At2(501)",
8
+ dimension: {
9
+ w: 56,
10
+ h: 10
11
+ },
12
+ places: [],
13
+ serviceElements: [],
14
+ graphicElements: [
15
+ {
16
+ icon: "DRIVER_AREA_NO_VERTICAL_WALL",
17
+ dimension: {
18
+ w: 6,
19
+ h: 10
20
+ },
21
+ position: {
22
+ x: 0,
23
+ y: 0,
24
+ z: 0
25
+ },
26
+ rotation: 0
27
+ },
28
+ {
29
+ icon: "DRIVER_AREA_NO_VERTICAL_WALL",
30
+ dimension: {
31
+ w: 6,
32
+ h: 10
33
+ },
34
+ position: {
35
+ x: 50,
36
+ y: 0,
37
+ z: 0
38
+ },
39
+ rotation: 180
40
+ }
41
+ ],
42
+ travelClass: ["FIRST"],
43
+ propertyIds: [],
44
+ type: "LOCOMOTIVE_COACH"
45
+ },
46
+ {
47
+ id: "10",
48
+ number: "A3(501)",
49
+ dimension: {
50
+ w: 57,
51
+ h: 10
52
+ },
53
+ places: [
54
+ {
55
+ number: "66",
56
+ state: "ALLOCATED",
57
+ type: "SEAT",
58
+ travelClass: "FIRST",
59
+ remarkId: "",
60
+ propertyIds: [],
61
+ selected: !1,
62
+ rotation: 180,
63
+ dimension: {
64
+ w: 2,
65
+ h: 2
66
+ },
67
+ position: {
68
+ x: 48,
69
+ y: 0,
70
+ z: 0
71
+ }
72
+ },
73
+ {
74
+ number: "56",
75
+ state: "ALLOCATED",
76
+ type: "SEAT",
77
+ travelClass: "FIRST",
78
+ remarkId: "",
79
+ propertyIds: [],
80
+ selected: !1,
81
+ rotation: 180,
82
+ dimension: {
83
+ w: 2,
84
+ h: 2
85
+ },
86
+ position: {
87
+ x: 45,
88
+ y: 0,
89
+ z: 0
90
+ }
91
+ },
92
+ {
93
+ number: "55",
94
+ state: "ALLOCATED",
95
+ type: "SEAT",
96
+ travelClass: "FIRST",
97
+ remarkId: "",
98
+ propertyIds: [],
99
+ selected: !1,
100
+ rotation: 0,
101
+ dimension: {
102
+ w: 2,
103
+ h: 2
104
+ },
105
+ position: {
106
+ x: 41,
107
+ y: 0,
108
+ z: 0
109
+ }
110
+ },
111
+ {
112
+ number: "54",
113
+ state: "ALLOCATED",
114
+ type: "SEAT",
115
+ travelClass: "FIRST",
116
+ remarkId: "",
117
+ propertyIds: [],
118
+ selected: !1,
119
+ rotation: 180,
120
+ dimension: {
121
+ w: 2,
122
+ h: 2
123
+ },
124
+ position: {
125
+ x: 45,
126
+ y: 2,
127
+ z: 0
128
+ }
129
+ },
130
+ {
131
+ number: "53",
132
+ state: "ALLOCATED",
133
+ type: "SEAT",
134
+ travelClass: "FIRST",
135
+ remarkId: "",
136
+ propertyIds: [],
137
+ selected: !1,
138
+ rotation: 0,
139
+ dimension: {
140
+ w: 2,
141
+ h: 2
142
+ },
143
+ position: {
144
+ x: 41,
145
+ y: 2,
146
+ z: 0
147
+ }
148
+ },
149
+ {
150
+ number: "35",
151
+ state: "ALLOCATED",
152
+ type: "SEAT",
153
+ travelClass: "FIRST",
154
+ remarkId: "",
155
+ propertyIds: ["TABLE"],
156
+ selected: !1,
157
+ rotation: 0,
158
+ dimension: {
159
+ w: 2,
160
+ h: 2
161
+ },
162
+ position: {
163
+ x: 19,
164
+ y: 0,
165
+ z: 0
166
+ }
167
+ },
168
+ {
169
+ number: "33",
170
+ state: "ALLOCATED",
171
+ type: "SEAT",
172
+ travelClass: "FIRST",
173
+ remarkId: "",
174
+ propertyIds: ["TABLE"],
175
+ selected: !1,
176
+ rotation: 0,
177
+ dimension: {
178
+ w: 2,
179
+ h: 2
180
+ },
181
+ position: {
182
+ x: 19,
183
+ y: 2,
184
+ z: 0
185
+ }
186
+ },
187
+ {
188
+ number: "34",
189
+ state: "ALLOCATED",
190
+ type: "SEAT",
191
+ travelClass: "FIRST",
192
+ remarkId: "",
193
+ propertyIds: ["TABLE"],
194
+ selected: !1,
195
+ rotation: 180,
196
+ dimension: {
197
+ w: 2,
198
+ h: 2
199
+ },
200
+ position: {
201
+ x: 24,
202
+ y: 2,
203
+ z: 0
204
+ }
205
+ },
206
+ {
207
+ number: "36",
208
+ state: "ALLOCATED",
209
+ type: "SEAT",
210
+ travelClass: "FIRST",
211
+ remarkId: "",
212
+ propertyIds: ["TABLE"],
213
+ selected: !1,
214
+ rotation: 180,
215
+ dimension: {
216
+ w: 2,
217
+ h: 2
218
+ },
219
+ position: {
220
+ x: 24,
221
+ y: 0,
222
+ z: 0
223
+ }
224
+ },
225
+ {
226
+ number: "46",
227
+ state: "ALLOCATED",
228
+ type: "SEAT",
229
+ travelClass: "FIRST",
230
+ remarkId: "",
231
+ propertyIds: ["TABLE"],
232
+ selected: !1,
233
+ rotation: 180,
234
+ dimension: {
235
+ w: 2,
236
+ h: 2
237
+ },
238
+ position: {
239
+ x: 31,
240
+ y: 0,
241
+ z: 0
242
+ }
243
+ },
244
+ {
245
+ number: "45",
246
+ state: "ALLOCATED",
247
+ type: "SEAT",
248
+ travelClass: "FIRST",
249
+ remarkId: "",
250
+ propertyIds: ["TABLE"],
251
+ selected: !1,
252
+ rotation: 0,
253
+ dimension: {
254
+ w: 2,
255
+ h: 2
256
+ },
257
+ position: {
258
+ x: 26,
259
+ y: 0,
260
+ z: 0
261
+ }
262
+ },
263
+ {
264
+ number: "44",
265
+ state: "ALLOCATED",
266
+ type: "SEAT",
267
+ travelClass: "FIRST",
268
+ remarkId: "",
269
+ propertyIds: ["TABLE"],
270
+ selected: !1,
271
+ rotation: 180,
272
+ dimension: {
273
+ w: 2,
274
+ h: 2
275
+ },
276
+ position: {
277
+ x: 31,
278
+ y: 2,
279
+ z: 0
280
+ }
281
+ },
282
+ {
283
+ number: "43",
284
+ state: "ALLOCATED",
285
+ type: "SEAT",
286
+ travelClass: "FIRST",
287
+ remarkId: "",
288
+ propertyIds: ["TABLE"],
289
+ selected: !1,
290
+ rotation: 0,
291
+ dimension: {
292
+ w: 2,
293
+ h: 2
294
+ },
295
+ position: {
296
+ x: 26,
297
+ y: 2,
298
+ z: 0
299
+ }
300
+ },
301
+ {
302
+ number: "41",
303
+ state: "ALLOCATED",
304
+ type: "SEAT",
305
+ travelClass: "FIRST",
306
+ remarkId: "",
307
+ propertyIds: ["TABLE"],
308
+ selected: !1,
309
+ rotation: 0,
310
+ dimension: {
311
+ w: 2,
312
+ h: 2
313
+ },
314
+ position: {
315
+ x: 26,
316
+ y: 8,
317
+ z: 0
318
+ }
319
+ },
320
+ {
321
+ number: "42",
322
+ state: "ALLOCATED",
323
+ type: "SEAT",
324
+ travelClass: "FIRST",
325
+ remarkId: "",
326
+ propertyIds: ["TABLE"],
327
+ selected: !1,
328
+ rotation: 180,
329
+ dimension: {
330
+ w: 2,
331
+ h: 2
332
+ },
333
+ position: {
334
+ x: 31,
335
+ y: 8,
336
+ z: 0
337
+ }
338
+ },
339
+ {
340
+ number: "11",
341
+ state: "ALLOCATED",
342
+ type: "SEAT",
343
+ travelClass: "FIRST",
344
+ remarkId: "",
345
+ propertyIds: [],
346
+ selected: !1,
347
+ rotation: 0,
348
+ dimension: {
349
+ w: 2,
350
+ h: 2
351
+ },
352
+ position: {
353
+ x: 9,
354
+ y: 8,
355
+ z: 0
356
+ }
357
+ },
358
+ {
359
+ number: "62",
360
+ state: "ALLOCATED",
361
+ type: "SEAT",
362
+ travelClass: "FIRST",
363
+ remarkId: "",
364
+ propertyIds: [],
365
+ selected: !1,
366
+ rotation: 180,
367
+ dimension: {
368
+ w: 2,
369
+ h: 2
370
+ },
371
+ position: {
372
+ x: 48,
373
+ y: 8,
374
+ z: 0
375
+ }
376
+ },
377
+ {
378
+ number: "25",
379
+ state: "ALLOCATED",
380
+ type: "SEAT",
381
+ travelClass: "FIRST",
382
+ remarkId: "",
383
+ propertyIds: ["TABLE"],
384
+ selected: !1,
385
+ rotation: 0,
386
+ dimension: {
387
+ w: 2,
388
+ h: 2
389
+ },
390
+ position: {
391
+ x: 11,
392
+ y: 0,
393
+ z: 0
394
+ }
395
+ },
396
+ {
397
+ number: "26",
398
+ state: "ALLOCATED",
399
+ type: "SEAT",
400
+ travelClass: "FIRST",
401
+ remarkId: "",
402
+ propertyIds: ["TABLE"],
403
+ selected: !1,
404
+ rotation: 180,
405
+ dimension: {
406
+ w: 2,
407
+ h: 2
408
+ },
409
+ position: {
410
+ x: 16,
411
+ y: 0,
412
+ z: 0
413
+ }
414
+ },
415
+ {
416
+ number: "23",
417
+ state: "ALLOCATED",
418
+ type: "SEAT",
419
+ travelClass: "FIRST",
420
+ remarkId: "",
421
+ propertyIds: ["TABLE"],
422
+ selected: !1,
423
+ rotation: 0,
424
+ dimension: {
425
+ w: 2,
426
+ h: 2
427
+ },
428
+ position: {
429
+ x: 11,
430
+ y: 2,
431
+ z: 0
432
+ }
433
+ },
434
+ {
435
+ number: "24",
436
+ state: "ALLOCATED",
437
+ type: "SEAT",
438
+ travelClass: "FIRST",
439
+ remarkId: "",
440
+ propertyIds: ["TABLE"],
441
+ selected: !1,
442
+ rotation: 180,
443
+ dimension: {
444
+ w: 2,
445
+ h: 2
446
+ },
447
+ position: {
448
+ x: 16,
449
+ y: 2,
450
+ z: 0
451
+ }
452
+ },
453
+ {
454
+ number: "21",
455
+ state: "ALLOCATED",
456
+ type: "SEAT",
457
+ travelClass: "FIRST",
458
+ remarkId: "",
459
+ propertyIds: ["TABLE"],
460
+ selected: !1,
461
+ rotation: 0,
462
+ dimension: {
463
+ w: 2,
464
+ h: 2
465
+ },
466
+ position: {
467
+ x: 12,
468
+ y: 8,
469
+ z: 0
470
+ }
471
+ },
472
+ {
473
+ number: "22",
474
+ state: "ALLOCATED",
475
+ type: "SEAT",
476
+ travelClass: "FIRST",
477
+ remarkId: "",
478
+ propertyIds: ["TABLE"],
479
+ selected: !1,
480
+ rotation: 180,
481
+ dimension: {
482
+ w: 2,
483
+ h: 2
484
+ },
485
+ position: {
486
+ x: 17,
487
+ y: 8,
488
+ z: 0
489
+ }
490
+ },
491
+ {
492
+ number: "31",
493
+ state: "ALLOCATED",
494
+ type: "SEAT",
495
+ travelClass: "FIRST",
496
+ remarkId: "",
497
+ propertyIds: ["TABLE"],
498
+ selected: !1,
499
+ rotation: 0,
500
+ dimension: {
501
+ w: 2,
502
+ h: 2
503
+ },
504
+ position: {
505
+ x: 19,
506
+ y: 8,
507
+ z: 0
508
+ }
509
+ },
510
+ {
511
+ number: "32",
512
+ state: "ALLOCATED",
513
+ type: "SEAT",
514
+ travelClass: "FIRST",
515
+ remarkId: "",
516
+ propertyIds: ["TABLE"],
517
+ selected: !1,
518
+ rotation: 180,
519
+ dimension: {
520
+ w: 2,
521
+ h: 2
522
+ },
523
+ position: {
524
+ x: 24,
525
+ y: 8,
526
+ z: 0
527
+ }
528
+ },
529
+ {
530
+ number: "52",
531
+ state: "ALLOCATED",
532
+ type: "SEAT",
533
+ travelClass: "FIRST",
534
+ remarkId: "",
535
+ propertyIds: [],
536
+ selected: !1,
537
+ rotation: 180,
538
+ dimension: {
539
+ w: 2,
540
+ h: 2
541
+ },
542
+ position: {
543
+ x: 45,
544
+ y: 8,
545
+ z: 0
546
+ }
547
+ },
548
+ {
549
+ number: "51",
550
+ state: "ALLOCATED",
551
+ type: "SEAT",
552
+ travelClass: "FIRST",
553
+ remarkId: "",
554
+ propertyIds: [],
555
+ selected: !1,
556
+ rotation: 0,
557
+ dimension: {
558
+ w: 2,
559
+ h: 2
560
+ },
561
+ position: {
562
+ x: 41,
563
+ y: 8,
564
+ z: 0
565
+ }
566
+ },
567
+ {
568
+ number: "71",
569
+ state: "ALLOCATED",
570
+ type: "SEAT",
571
+ travelClass: "FIRST",
572
+ remarkId: "",
573
+ propertyIds: [],
574
+ selected: !1,
575
+ rotation: 0,
576
+ dimension: {
577
+ w: 2,
578
+ h: 2
579
+ },
580
+ position: {
581
+ x: 50,
582
+ y: 7,
583
+ z: 0
584
+ }
585
+ },
586
+ {
587
+ number: "72",
588
+ state: "ALLOCATED",
589
+ type: "SEAT",
590
+ travelClass: "FIRST",
591
+ remarkId: "",
592
+ propertyIds: [],
593
+ selected: !1,
594
+ rotation: 180,
595
+ dimension: {
596
+ w: 2,
597
+ h: 2
598
+ },
599
+ position: {
600
+ x: 54,
601
+ y: 8,
602
+ z: 0
603
+ }
604
+ },
605
+ {
606
+ number: "75",
607
+ state: "ALLOCATED",
608
+ type: "SEAT",
609
+ travelClass: "FIRST",
610
+ remarkId: "",
611
+ propertyIds: [],
612
+ selected: !1,
613
+ rotation: 0,
614
+ dimension: {
615
+ w: 2,
616
+ h: 2
617
+ },
618
+ position: {
619
+ x: 50,
620
+ y: 1,
621
+ z: 0
622
+ }
623
+ },
624
+ {
625
+ number: "76",
626
+ state: "ALLOCATED",
627
+ type: "SEAT",
628
+ travelClass: "FIRST",
629
+ remarkId: "",
630
+ propertyIds: [],
631
+ selected: !1,
632
+ rotation: 180,
633
+ dimension: {
634
+ w: 2,
635
+ h: 2
636
+ },
637
+ position: {
638
+ x: 54,
639
+ y: 0,
640
+ z: 0
641
+ }
642
+ }
643
+ ],
644
+ serviceElements: [
645
+ {
646
+ icon: "WHEELCHAIR_ICON",
647
+ dimension: {
648
+ w: 2,
649
+ h: 2
650
+ },
651
+ position: {
652
+ x: 43,
653
+ y: 2,
654
+ z: 0
655
+ }
656
+ }
657
+ ],
658
+ graphicElements: [
659
+ {
660
+ icon: "ENTRY_EXIT",
661
+ dimension: {
662
+ w: 4,
663
+ h: 1
664
+ },
665
+ position: {
666
+ x: 35,
667
+ y: 0,
668
+ z: 0
669
+ },
670
+ rotation: 90
671
+ },
672
+ {
673
+ icon: "LUGGAGE_AREA",
674
+ dimension: {
675
+ w: 3,
676
+ h: 2
677
+ },
678
+ position: {
679
+ x: 8,
680
+ y: 0,
681
+ z: 0
682
+ },
683
+ rotation: 0
684
+ },
685
+ {
686
+ icon: "COMPARTMENT_PASSAGE_LOW",
687
+ dimension: {
688
+ w: 1,
689
+ h: 10
690
+ },
691
+ position: {
692
+ x: 40,
693
+ y: 0,
694
+ z: 0
695
+ },
696
+ rotation: 0
697
+ },
698
+ {
699
+ icon: "TOILET_AREA",
700
+ dimension: {
701
+ w: 4,
702
+ h: 3
703
+ },
704
+ position: {
705
+ x: 1,
706
+ y: 0,
707
+ z: 0
708
+ },
709
+ rotation: 0
710
+ },
711
+ {
712
+ icon: "TABLE",
713
+ dimension: {
714
+ w: 1,
715
+ h: 2
716
+ },
717
+ position: {
718
+ x: 29,
719
+ y: 8,
720
+ z: 0
721
+ },
722
+ rotation: 0
723
+ },
724
+ {
725
+ icon: "TOILET_AREA",
726
+ dimension: {
727
+ w: 4,
728
+ h: 3
729
+ },
730
+ position: {
731
+ x: 5,
732
+ y: 7,
733
+ z: 0
734
+ },
735
+ rotation: 0
736
+ },
737
+ {
738
+ icon: "TABLE",
739
+ dimension: {
740
+ w: 1,
741
+ h: 4
742
+ },
743
+ position: {
744
+ x: 29,
745
+ y: 0,
746
+ z: 0
747
+ },
748
+ rotation: 0
749
+ },
750
+ {
751
+ icon: "TABLE",
752
+ dimension: {
753
+ w: 1,
754
+ h: 2
755
+ },
756
+ position: {
757
+ x: 22,
758
+ y: 8,
759
+ z: 0
760
+ },
761
+ rotation: 0
762
+ },
763
+ {
764
+ icon: "ENTRY_EXIT",
765
+ dimension: {
766
+ w: 4,
767
+ h: 1
768
+ },
769
+ position: {
770
+ x: 35,
771
+ y: 9,
772
+ z: 0
773
+ },
774
+ rotation: 90
775
+ },
776
+ {
777
+ icon: "TABLE",
778
+ dimension: {
779
+ w: 1,
780
+ h: 4
781
+ },
782
+ position: {
783
+ x: 14,
784
+ y: 0,
785
+ z: 0
786
+ },
787
+ rotation: 0
788
+ },
789
+ {
790
+ icon: "COMPARTMENT_PASSAGE_LOW",
791
+ dimension: {
792
+ w: 1,
793
+ h: 10
794
+ },
795
+ position: {
796
+ x: 33,
797
+ y: 0,
798
+ z: 0
799
+ },
800
+ rotation: 0
801
+ },
802
+ {
803
+ icon: "TABLE",
804
+ dimension: {
805
+ w: 1,
806
+ h: 2
807
+ },
808
+ position: {
809
+ x: 15,
810
+ y: 8,
811
+ z: 0
812
+ },
813
+ rotation: 0
814
+ },
815
+ {
816
+ icon: "TABLE",
817
+ dimension: {
818
+ w: 1,
819
+ h: 4
820
+ },
821
+ position: {
822
+ x: 22,
823
+ y: 0,
824
+ z: 0
825
+ },
826
+ rotation: 0
827
+ },
828
+ {
829
+ icon: "TOILET_AREA",
830
+ dimension: {
831
+ w: 4,
832
+ h: 3
833
+ },
834
+ position: {
835
+ x: 1,
836
+ y: 7,
837
+ z: 0
838
+ },
839
+ rotation: 0
840
+ },
841
+ {
842
+ icon: "COACH_PASSAGE",
843
+ dimension: {
844
+ w: 1,
845
+ h: 10
846
+ },
847
+ position: {
848
+ x: 56,
849
+ y: 0,
850
+ z: 0
851
+ },
852
+ rotation: 180
853
+ },
854
+ {
855
+ icon: "COACH_PASSAGE",
856
+ dimension: {
857
+ w: 1,
858
+ h: 10
859
+ },
860
+ position: {
861
+ x: 0,
862
+ y: 0,
863
+ z: 0
864
+ },
865
+ rotation: 0
866
+ }
867
+ ],
868
+ travelClass: ["FIRST"],
869
+ propertyIds: ["WHEELCHAIR_ICON"]
870
+ },
871
+ {
872
+ id: "0",
873
+ number: "At2(501)",
874
+ dimension: {
875
+ w: 28,
876
+ h: 10
877
+ },
878
+ places: [],
879
+ serviceElements: [],
880
+ graphicElements: [
881
+ {
882
+ icon: "DRIVER_AREA_NO_VERTICAL_WALL",
883
+ dimension: {
884
+ w: 6,
885
+ h: 10
886
+ },
887
+ position: {
888
+ x: 0,
889
+ y: 0,
890
+ z: 0
891
+ },
892
+ rotation: 0
893
+ },
894
+ {
895
+ icon: "DRIVER_AREA_NO_VERTICAL_WALL",
896
+ dimension: {
897
+ w: 6,
898
+ h: 10
899
+ },
900
+ position: {
901
+ x: 22,
902
+ y: 0,
903
+ z: 0
904
+ },
905
+ rotation: 180
906
+ }
907
+ ],
908
+ travelClass: ["FIRST"],
909
+ propertyIds: [],
910
+ type: "LOCOMOTIVE_COACH"
911
+ },
912
+ {
913
+ id: "9",
914
+ number: "A4(501)",
915
+ dimension: {
916
+ w: 57,
917
+ h: 10
918
+ },
919
+ places: [
920
+ {
921
+ number: "51",
922
+ state: "FREE",
923
+ type: "SEAT",
924
+ travelClass: "FIRST",
925
+ remarkId: "",
926
+ propertyIds: [],
927
+ selected: !1,
928
+ rotation: 180,
929
+ dimension: {
930
+ w: 2,
931
+ h: 2
932
+ },
933
+ position: {
934
+ x: 26,
935
+ y: 8,
936
+ z: 0
937
+ }
938
+ },
939
+ {
940
+ number: "76",
941
+ state: "FREE",
942
+ type: "SEAT",
943
+ travelClass: "FIRST",
944
+ remarkId: "",
945
+ propertyIds: [],
946
+ selected: !1,
947
+ rotation: 180,
948
+ dimension: {
949
+ w: 2,
950
+ h: 2
951
+ },
952
+ position: {
953
+ x: 48,
954
+ y: 0,
955
+ z: 0
956
+ }
957
+ },
958
+ {
959
+ number: "45",
960
+ state: "FREE",
961
+ type: "SEAT",
962
+ travelClass: "FIRST",
963
+ remarkId: "",
964
+ propertyIds: [],
965
+ selected: !1,
966
+ rotation: 180,
967
+ dimension: {
968
+ w: 2,
969
+ h: 2
970
+ },
971
+ position: {
972
+ x: 20,
973
+ y: 0,
974
+ z: 0
975
+ }
976
+ },
977
+ {
978
+ number: "43",
979
+ state: "FREE",
980
+ type: "SEAT",
981
+ travelClass: "FIRST",
982
+ remarkId: "",
983
+ propertyIds: [],
984
+ selected: !1,
985
+ rotation: 180,
986
+ dimension: {
987
+ w: 2,
988
+ h: 2
989
+ },
990
+ position: {
991
+ x: 20,
992
+ y: 2,
993
+ z: 0
994
+ }
995
+ },
996
+ {
997
+ number: "31",
998
+ state: "FREE",
999
+ type: "SEAT",
1000
+ travelClass: "FIRST",
1001
+ remarkId: "",
1002
+ propertyIds: [],
1003
+ selected: !1,
1004
+ rotation: 0,
1005
+ dimension: {
1006
+ w: 2,
1007
+ h: 2
1008
+ },
1009
+ position: {
1010
+ x: 13,
1011
+ y: 8,
1012
+ z: 0
1013
+ }
1014
+ },
1015
+ {
1016
+ number: "32",
1017
+ state: "FREE",
1018
+ type: "SEAT",
1019
+ travelClass: "FIRST",
1020
+ remarkId: "",
1021
+ propertyIds: [],
1022
+ selected: !1,
1023
+ rotation: 180,
1024
+ dimension: {
1025
+ w: 2,
1026
+ h: 2
1027
+ },
1028
+ position: {
1029
+ x: 17,
1030
+ y: 8,
1031
+ z: 0
1032
+ }
1033
+ },
1034
+ {
1035
+ number: "21",
1036
+ state: "FREE",
1037
+ type: "SEAT",
1038
+ travelClass: "FIRST",
1039
+ remarkId: "",
1040
+ propertyIds: [],
1041
+ selected: !1,
1042
+ rotation: 0,
1043
+ dimension: {
1044
+ w: 2,
1045
+ h: 2
1046
+ },
1047
+ position: {
1048
+ x: 7,
1049
+ y: 8,
1050
+ z: 0
1051
+ }
1052
+ },
1053
+ {
1054
+ number: "22",
1055
+ state: "FREE",
1056
+ type: "SEAT",
1057
+ travelClass: "FIRST",
1058
+ remarkId: "",
1059
+ propertyIds: [],
1060
+ selected: !1,
1061
+ rotation: 180,
1062
+ dimension: {
1063
+ w: 2,
1064
+ h: 2
1065
+ },
1066
+ position: {
1067
+ x: 11,
1068
+ y: 8,
1069
+ z: 0
1070
+ }
1071
+ },
1072
+ {
1073
+ number: "85",
1074
+ state: "FREE",
1075
+ type: "SEAT",
1076
+ travelClass: "FIRST",
1077
+ remarkId: "",
1078
+ propertyIds: [],
1079
+ selected: !1,
1080
+ rotation: 0,
1081
+ dimension: {
1082
+ w: 2,
1083
+ h: 2
1084
+ },
1085
+ position: {
1086
+ x: 50,
1087
+ y: 1,
1088
+ z: 0
1089
+ }
1090
+ },
1091
+ {
1092
+ number: "86",
1093
+ state: "FREE",
1094
+ type: "SEAT",
1095
+ travelClass: "FIRST",
1096
+ remarkId: "",
1097
+ propertyIds: [],
1098
+ selected: !1,
1099
+ rotation: 180,
1100
+ dimension: {
1101
+ w: 2,
1102
+ h: 2
1103
+ },
1104
+ position: {
1105
+ x: 54,
1106
+ y: 0,
1107
+ z: 0
1108
+ }
1109
+ },
1110
+ {
1111
+ number: "35",
1112
+ state: "FREE",
1113
+ type: "SEAT",
1114
+ travelClass: "FIRST",
1115
+ remarkId: "",
1116
+ propertyIds: [],
1117
+ selected: !1,
1118
+ rotation: 0,
1119
+ dimension: {
1120
+ w: 2,
1121
+ h: 2
1122
+ },
1123
+ position: {
1124
+ x: 13,
1125
+ y: 0,
1126
+ z: 0
1127
+ }
1128
+ },
1129
+ {
1130
+ number: "33",
1131
+ state: "FREE",
1132
+ type: "SEAT",
1133
+ travelClass: "FIRST",
1134
+ remarkId: "",
1135
+ propertyIds: [],
1136
+ selected: !1,
1137
+ rotation: 0,
1138
+ dimension: {
1139
+ w: 2,
1140
+ h: 2
1141
+ },
1142
+ position: {
1143
+ x: 13,
1144
+ y: 2,
1145
+ z: 0
1146
+ }
1147
+ },
1148
+ {
1149
+ number: "36",
1150
+ state: "FREE",
1151
+ type: "SEAT",
1152
+ travelClass: "FIRST",
1153
+ remarkId: "",
1154
+ propertyIds: [],
1155
+ selected: !1,
1156
+ rotation: 180,
1157
+ dimension: {
1158
+ w: 2,
1159
+ h: 2
1160
+ },
1161
+ position: {
1162
+ x: 17,
1163
+ y: 0,
1164
+ z: 0
1165
+ }
1166
+ },
1167
+ {
1168
+ number: "34",
1169
+ state: "FREE",
1170
+ type: "SEAT",
1171
+ travelClass: "FIRST",
1172
+ remarkId: "",
1173
+ propertyIds: [],
1174
+ selected: !1,
1175
+ rotation: 180,
1176
+ dimension: {
1177
+ w: 2,
1178
+ h: 2
1179
+ },
1180
+ position: {
1181
+ x: 17,
1182
+ y: 2,
1183
+ z: 0
1184
+ }
1185
+ },
1186
+ {
1187
+ number: "46",
1188
+ state: "FREE",
1189
+ type: "SEAT",
1190
+ travelClass: "FIRST",
1191
+ remarkId: "",
1192
+ propertyIds: [],
1193
+ selected: !1,
1194
+ rotation: 180,
1195
+ dimension: {
1196
+ w: 2,
1197
+ h: 2
1198
+ },
1199
+ position: {
1200
+ x: 23,
1201
+ y: 0,
1202
+ z: 0
1203
+ }
1204
+ },
1205
+ {
1206
+ number: "44",
1207
+ state: "FREE",
1208
+ type: "SEAT",
1209
+ travelClass: "FIRST",
1210
+ remarkId: "",
1211
+ propertyIds: [],
1212
+ selected: !1,
1213
+ rotation: 180,
1214
+ dimension: {
1215
+ w: 2,
1216
+ h: 2
1217
+ },
1218
+ position: {
1219
+ x: 23,
1220
+ y: 2,
1221
+ z: 0
1222
+ }
1223
+ },
1224
+ {
1225
+ number: "15",
1226
+ state: "FREE",
1227
+ type: "SEAT",
1228
+ travelClass: "FIRST",
1229
+ remarkId: "",
1230
+ propertyIds: [],
1231
+ selected: !1,
1232
+ rotation: 0,
1233
+ dimension: {
1234
+ w: 2,
1235
+ h: 2
1236
+ },
1237
+ position: {
1238
+ x: 1,
1239
+ y: 0,
1240
+ z: 0
1241
+ }
1242
+ },
1243
+ {
1244
+ number: "16",
1245
+ state: "FREE",
1246
+ type: "SEAT",
1247
+ travelClass: "FIRST",
1248
+ remarkId: "",
1249
+ propertyIds: [],
1250
+ selected: !1,
1251
+ rotation: 180,
1252
+ dimension: {
1253
+ w: 2,
1254
+ h: 2
1255
+ },
1256
+ position: {
1257
+ x: 5,
1258
+ y: 1,
1259
+ z: 0
1260
+ }
1261
+ },
1262
+ {
1263
+ number: "65",
1264
+ state: "ALLOCATED",
1265
+ type: "SEAT",
1266
+ travelClass: "FIRST",
1267
+ remarkId: "",
1268
+ propertyIds: [],
1269
+ selected: !1,
1270
+ rotation: 0,
1271
+ dimension: {
1272
+ w: 2,
1273
+ h: 2
1274
+ },
1275
+ position: {
1276
+ x: 41,
1277
+ y: 0,
1278
+ z: 0
1279
+ }
1280
+ },
1281
+ {
1282
+ number: "63",
1283
+ state: "ALLOCATED",
1284
+ type: "SEAT",
1285
+ travelClass: "FIRST",
1286
+ remarkId: "",
1287
+ propertyIds: [],
1288
+ selected: !1,
1289
+ rotation: 0,
1290
+ dimension: {
1291
+ w: 2,
1292
+ h: 2
1293
+ },
1294
+ position: {
1295
+ x: 41,
1296
+ y: 2,
1297
+ z: 0
1298
+ }
1299
+ },
1300
+ {
1301
+ number: "66",
1302
+ state: "ALLOCATED",
1303
+ type: "SEAT",
1304
+ travelClass: "FIRST",
1305
+ remarkId: "",
1306
+ propertyIds: [],
1307
+ selected: !1,
1308
+ rotation: 180,
1309
+ dimension: {
1310
+ w: 2,
1311
+ h: 2
1312
+ },
1313
+ position: {
1314
+ x: 45,
1315
+ y: 0,
1316
+ z: 0
1317
+ }
1318
+ },
1319
+ {
1320
+ number: "64",
1321
+ state: "ALLOCATED",
1322
+ type: "SEAT",
1323
+ travelClass: "FIRST",
1324
+ remarkId: "",
1325
+ propertyIds: [],
1326
+ selected: !1,
1327
+ rotation: 180,
1328
+ dimension: {
1329
+ w: 2,
1330
+ h: 2
1331
+ },
1332
+ position: {
1333
+ x: 45,
1334
+ y: 2,
1335
+ z: 0
1336
+ }
1337
+ },
1338
+ {
1339
+ number: "55",
1340
+ state: "ALLOCATED",
1341
+ type: "SEAT",
1342
+ travelClass: "FIRST",
1343
+ remarkId: "",
1344
+ propertyIds: [],
1345
+ selected: !1,
1346
+ rotation: 0,
1347
+ dimension: {
1348
+ w: 2,
1349
+ h: 2
1350
+ },
1351
+ position: {
1352
+ x: 25,
1353
+ y: 0,
1354
+ z: 0
1355
+ }
1356
+ },
1357
+ {
1358
+ number: "53",
1359
+ state: "ALLOCATED",
1360
+ type: "SEAT",
1361
+ travelClass: "FIRST",
1362
+ remarkId: "",
1363
+ propertyIds: [],
1364
+ selected: !1,
1365
+ rotation: 0,
1366
+ dimension: {
1367
+ w: 2,
1368
+ h: 2
1369
+ },
1370
+ position: {
1371
+ x: 25,
1372
+ y: 2,
1373
+ z: 0
1374
+ }
1375
+ },
1376
+ {
1377
+ number: "56",
1378
+ state: "ALLOCATED",
1379
+ type: "SEAT",
1380
+ travelClass: "FIRST",
1381
+ remarkId: "",
1382
+ propertyIds: [],
1383
+ selected: !1,
1384
+ rotation: 180,
1385
+ dimension: {
1386
+ w: 2,
1387
+ h: 2
1388
+ },
1389
+ position: {
1390
+ x: 31,
1391
+ y: 0,
1392
+ z: 0
1393
+ }
1394
+ },
1395
+ {
1396
+ number: "54",
1397
+ state: "ALLOCATED",
1398
+ type: "SEAT",
1399
+ travelClass: "FIRST",
1400
+ remarkId: "",
1401
+ propertyIds: [],
1402
+ selected: !1,
1403
+ rotation: 180,
1404
+ dimension: {
1405
+ w: 2,
1406
+ h: 2
1407
+ },
1408
+ position: {
1409
+ x: 31,
1410
+ y: 2,
1411
+ z: 0
1412
+ }
1413
+ },
1414
+ {
1415
+ number: "81",
1416
+ state: "FREE",
1417
+ type: "SEAT",
1418
+ travelClass: "FIRST",
1419
+ remarkId: "",
1420
+ propertyIds: [],
1421
+ selected: !1,
1422
+ rotation: 0,
1423
+ dimension: {
1424
+ w: 2,
1425
+ h: 2
1426
+ },
1427
+ position: {
1428
+ x: 50,
1429
+ y: 7,
1430
+ z: 0
1431
+ }
1432
+ },
1433
+ {
1434
+ number: "82",
1435
+ state: "FREE",
1436
+ type: "SEAT",
1437
+ travelClass: "FIRST",
1438
+ remarkId: "",
1439
+ propertyIds: [],
1440
+ selected: !1,
1441
+ rotation: 180,
1442
+ dimension: {
1443
+ w: 2,
1444
+ h: 2
1445
+ },
1446
+ position: {
1447
+ x: 54,
1448
+ y: 8,
1449
+ z: 0
1450
+ }
1451
+ },
1452
+ {
1453
+ number: "11",
1454
+ state: "FREE",
1455
+ type: "SEAT",
1456
+ travelClass: "FIRST",
1457
+ remarkId: "",
1458
+ propertyIds: [],
1459
+ selected: !1,
1460
+ rotation: 0,
1461
+ dimension: {
1462
+ w: 2,
1463
+ h: 2
1464
+ },
1465
+ position: {
1466
+ x: 1,
1467
+ y: 8,
1468
+ z: 0
1469
+ }
1470
+ },
1471
+ {
1472
+ number: "12",
1473
+ state: "FREE",
1474
+ type: "SEAT",
1475
+ travelClass: "FIRST",
1476
+ remarkId: "",
1477
+ propertyIds: [],
1478
+ selected: !1,
1479
+ rotation: 180,
1480
+ dimension: {
1481
+ w: 2,
1482
+ h: 2
1483
+ },
1484
+ position: {
1485
+ x: 5,
1486
+ y: 7,
1487
+ z: 0
1488
+ }
1489
+ },
1490
+ {
1491
+ number: "61",
1492
+ state: "ALLOCATED",
1493
+ type: "SEAT",
1494
+ travelClass: "FIRST",
1495
+ remarkId: "",
1496
+ propertyIds: [],
1497
+ selected: !1,
1498
+ rotation: 0,
1499
+ dimension: {
1500
+ w: 2,
1501
+ h: 2
1502
+ },
1503
+ position: {
1504
+ x: 41,
1505
+ y: 8,
1506
+ z: 0
1507
+ }
1508
+ },
1509
+ {
1510
+ number: "62",
1511
+ state: "ALLOCATED",
1512
+ type: "SEAT",
1513
+ travelClass: "FIRST",
1514
+ remarkId: "",
1515
+ propertyIds: [],
1516
+ selected: !1,
1517
+ rotation: 180,
1518
+ dimension: {
1519
+ w: 2,
1520
+ h: 2
1521
+ },
1522
+ position: {
1523
+ x: 45,
1524
+ y: 8,
1525
+ z: 0
1526
+ }
1527
+ },
1528
+ {
1529
+ number: "41",
1530
+ state: "FREE",
1531
+ type: "SEAT",
1532
+ travelClass: "FIRST",
1533
+ remarkId: "",
1534
+ propertyIds: [],
1535
+ selected: !1,
1536
+ rotation: 0,
1537
+ dimension: {
1538
+ w: 2,
1539
+ h: 2
1540
+ },
1541
+ position: {
1542
+ x: 19,
1543
+ y: 8,
1544
+ z: 0
1545
+ }
1546
+ },
1547
+ {
1548
+ number: "42",
1549
+ state: "FREE",
1550
+ type: "SEAT",
1551
+ travelClass: "FIRST",
1552
+ remarkId: "",
1553
+ propertyIds: [],
1554
+ selected: !1,
1555
+ rotation: 180,
1556
+ dimension: {
1557
+ w: 2,
1558
+ h: 2
1559
+ },
1560
+ position: {
1561
+ x: 23,
1562
+ y: 8,
1563
+ z: 0
1564
+ }
1565
+ },
1566
+ {
1567
+ number: "72",
1568
+ state: "FREE",
1569
+ type: "SEAT",
1570
+ travelClass: "FIRST",
1571
+ remarkId: "",
1572
+ propertyIds: [],
1573
+ selected: !1,
1574
+ rotation: 180,
1575
+ dimension: {
1576
+ w: 2,
1577
+ h: 2
1578
+ },
1579
+ position: {
1580
+ x: 48,
1581
+ y: 8,
1582
+ z: 0
1583
+ }
1584
+ },
1585
+ {
1586
+ number: "25",
1587
+ state: "FREE",
1588
+ type: "SEAT",
1589
+ travelClass: "FIRST",
1590
+ remarkId: "",
1591
+ propertyIds: [],
1592
+ selected: !1,
1593
+ rotation: 0,
1594
+ dimension: {
1595
+ w: 2,
1596
+ h: 2
1597
+ },
1598
+ position: {
1599
+ x: 10,
1600
+ y: 0,
1601
+ z: 0
1602
+ }
1603
+ },
1604
+ {
1605
+ number: "23",
1606
+ state: "FREE",
1607
+ type: "SEAT",
1608
+ travelClass: "FIRST",
1609
+ remarkId: "",
1610
+ propertyIds: [],
1611
+ selected: !1,
1612
+ rotation: 0,
1613
+ dimension: {
1614
+ w: 2,
1615
+ h: 2
1616
+ },
1617
+ position: {
1618
+ x: 10,
1619
+ y: 2,
1620
+ z: 0
1621
+ }
1622
+ }
1623
+ ],
1624
+ serviceElements: [],
1625
+ graphicElements: [
1626
+ {
1627
+ icon: "COMPARTMENT_PASSAGE_LOW",
1628
+ dimension: {
1629
+ w: 1,
1630
+ h: 10
1631
+ },
1632
+ position: {
1633
+ x: 33,
1634
+ y: 0,
1635
+ z: 0
1636
+ },
1637
+ rotation: 0
1638
+ },
1639
+ {
1640
+ icon: "COMPARTMENT_PASSAGE_LOW",
1641
+ dimension: {
1642
+ w: 1,
1643
+ h: 10
1644
+ },
1645
+ position: {
1646
+ x: 40,
1647
+ y: 0,
1648
+ z: 0
1649
+ },
1650
+ rotation: 0
1651
+ },
1652
+ {
1653
+ icon: "ENTRY_EXIT",
1654
+ dimension: {
1655
+ w: 4,
1656
+ h: 1
1657
+ },
1658
+ position: {
1659
+ x: 35,
1660
+ y: 0,
1661
+ z: 0
1662
+ },
1663
+ rotation: 90
1664
+ },
1665
+ {
1666
+ icon: "LUGGAGE_AREA",
1667
+ dimension: {
1668
+ w: 4,
1669
+ h: 2
1670
+ },
1671
+ position: {
1672
+ x: 28,
1673
+ y: 8,
1674
+ z: 0
1675
+ },
1676
+ rotation: 0
1677
+ },
1678
+ {
1679
+ icon: "LUGGAGE_AREA",
1680
+ dimension: {
1681
+ w: 3,
1682
+ h: 2
1683
+ },
1684
+ position: {
1685
+ x: 7,
1686
+ y: 0,
1687
+ z: 0
1688
+ },
1689
+ rotation: 0
1690
+ },
1691
+ {
1692
+ icon: "COACH_PASSAGE",
1693
+ dimension: {
1694
+ w: 1,
1695
+ h: 10
1696
+ },
1697
+ position: {
1698
+ x: 56,
1699
+ y: 0,
1700
+ z: 0
1701
+ },
1702
+ rotation: 180
1703
+ },
1704
+ {
1705
+ icon: "ENTRY_EXIT",
1706
+ dimension: {
1707
+ w: 4,
1708
+ h: 1
1709
+ },
1710
+ position: {
1711
+ x: 35,
1712
+ y: 9,
1713
+ z: 0
1714
+ },
1715
+ rotation: 90
1716
+ },
1717
+ {
1718
+ icon: "COACH_PASSAGE",
1719
+ dimension: {
1720
+ w: 1,
1721
+ h: 10
1722
+ },
1723
+ position: {
1724
+ x: 0,
1725
+ y: 0,
1726
+ z: 0
1727
+ },
1728
+ rotation: 0
1729
+ }
1730
+ ],
1731
+ travelClass: ["FIRST"],
1732
+ propertyIds: ["WHEELCHAIR_ICON", "MULTI_FUNCTION_ICON"]
1733
+ }
1734
+ ]
1735
+ };
1736
+ export {
1737
+ e as MOCK_TRAIN_LOCOMOTIVE_LAYOUT
1738
+ };