@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
@@ -1,10 +1,12 @@
1
- import { MOCK_COACHES_RAW_0 as m, MOCK_COACHES_RAW_1 as u, MOCK_COACHE_RAW_DECK_LOWER as y, MOCK_COACHE_RAW_DECK_UPPPER as g } from "./seat-reservation-sample-data.js";
1
+ import { MOCK_COACHES_RAW_BUS as u } from "./sample-data/seat-reservation-sample-data-bus.js";
2
+ import { MOCK_COACHE_RAW_DECK_LOWER as y, MOCK_COACHE_RAW_DECK_UPPPER as g } from "./sample-data/seat-reservation-sample-data-decks.js";
3
+ import { MOCK_COACHES_RAW_TRAIN as d } from "./sample-data/seat-reservation-sample-data-train.js";
2
4
  function E(e, n) {
3
- return e !== null ? e === "TRAIN" ? m : u : n === "LOWER_DECK" ? y : n === "UPPER_DECK" ? g : m;
5
+ return e !== null ? e === "TRAIN" ? d : u : n === "LOWER_DECK" ? y : n === "UPPER_DECK" ? g : d;
4
6
  }
5
- const A = (e, n = null) => {
6
- const i = E(e, n), r = n === "LOWER_DECK" ? 1 : 0, a = i.map((C) => {
7
- const s = C?.coachDeckLayout, c = [], d = [], l = s.placeGroups.map((t) => (c.indexOf(t.travelClass) === -1 && c.push(t.travelClass), d.indexOf(t.accommodationSubType) === -1 && d.push(t.accommodationSubType), t.places?.map((o) => ({
7
+ const I = (e, n = null) => {
8
+ const i = E(e, n), s = n === "LOWER_DECK" ? 1 : 0, a = i.map((C) => {
9
+ const r = C?.coachDeckLayout, c = [], m = [], p = r.placeGroups.map((t) => (c.indexOf(t.travelClass) === -1 && c.push(t.travelClass), m.indexOf(t.accommodationSubType) === -1 && m.push(t.accommodationSubType), t.places?.map((o) => ({
8
10
  number: o?.number,
9
11
  state: o?.state,
10
12
  type: t.accommodationSubType.indexOf("BICYCLE") === -1 ? "SEAT" : "BICYCLE",
@@ -17,7 +19,7 @@ const A = (e, n = null) => {
17
19
  rotation: o?.orientation || 0,
18
20
  travelClass: t?.travelClass,
19
21
  propertyIds: o.placeProperties || []
20
- })))).flat(), p = s.serviceIcons.map((t) => ({
22
+ })))).flat(), l = r.serviceIcons.map((t) => ({
21
23
  icon: t.type,
22
24
  position: {
23
25
  x: t.rectangle.position.x,
@@ -28,7 +30,7 @@ const A = (e, n = null) => {
28
30
  w: t.rectangle.dimension.width,
29
31
  h: t.rectangle.dimension.height
30
32
  }
31
- })), h = s.graphicElements.map((t) => ({
33
+ })), h = r.graphicElements.map((t) => ({
32
34
  icon: t?.type,
33
35
  position: {
34
36
  x: t.rectangle.position.x,
@@ -39,40 +41,40 @@ const A = (e, n = null) => {
39
41
  rotation: t.orientation
40
42
  }));
41
43
  return {
42
- id: s?.id,
43
- number: s?.name,
44
- dimension: { w: s.dimension?.width, h: s.dimension?.height },
45
- places: l,
46
- serviceElements: p,
44
+ id: r?.id,
45
+ number: r?.name,
46
+ dimension: { w: r.dimension?.width, h: r.dimension?.height },
47
+ places: p,
48
+ serviceElements: l,
47
49
  graphicElements: h,
48
50
  travelClass: c,
49
- propertyIds: d
51
+ propertyIds: m
50
52
  };
51
53
  });
52
54
  return {
53
55
  vehicleType: e || "TRAIN",
54
- deckCoachIndex: r,
56
+ deckCoachIndex: s,
55
57
  deckCoachLevel: "SINGLE_DECK",
56
58
  coachItems: a
57
59
  };
58
- }, T = (e, n, i, r) => ({
60
+ }, f = (e, n, i, s) => ({
59
61
  id: n,
60
62
  number: e.number,
61
63
  deckIndex: i,
62
- coachIndex: r,
64
+ coachIndex: s,
63
65
  state: e.state,
64
66
  placeType: e.type
65
- }), I = (e, n, i, r, a) => ({
67
+ }), O = (e, n, i, s, a) => ({
66
68
  id: i,
67
69
  coachId: n.id,
68
70
  coachNumber: n.number,
69
71
  coachIndex: a,
70
- deckIndex: r,
72
+ deckIndex: s,
71
73
  placeNumber: e.number,
72
74
  placeType: e.type,
73
75
  placeTravelClass: e.travelClass || "ANY_CLASS",
74
76
  propertyIds: e.propertyIds || []
75
- }), O = (e, n, i) => ({
77
+ }), R = (e, n, i) => ({
76
78
  coachId: n.id,
77
79
  coachNumber: n.number,
78
80
  coachIndex: e,
@@ -82,8 +84,8 @@ const A = (e, n = null) => {
82
84
  coachNumberOfFreePlaces: i
83
85
  });
84
86
  export {
85
- O as mapCoachInfosToCoachSelection,
86
- I as mapPlaceAndCoachToSeatReservationPlaceSelection,
87
- T as mapPlaceInfosToPlaceSelection,
88
- A as mapRawDataToSeatReservation
87
+ R as mapCoachInfosToCoachSelection,
88
+ O as mapPlaceAndCoachToSeatReservationPlaceSelection,
89
+ f as mapPlaceInfosToPlaceSelection,
90
+ I as mapRawDataToSeatReservation
89
91
  };
@@ -0,0 +1,558 @@
1
+ const e = [
2
+ {
3
+ warnings: null,
4
+ coachDeckLayout: {
5
+ id: "32801",
6
+ name: "WR6(501) - not touch",
7
+ dimension: {
8
+ width: 56,
9
+ height: 10,
10
+ borderRadius: null
11
+ },
12
+ lowFloorEntry: !1,
13
+ deckLevel: "LOWER_DECK",
14
+ placeGroups: [
15
+ {
16
+ travelClass: "SECOND",
17
+ accommodationSubType: "RESTAURANT",
18
+ places: [
19
+ {
20
+ number: "21",
21
+ rectangle: {
22
+ position: {
23
+ x: 31,
24
+ y: 0,
25
+ z: 0
26
+ },
27
+ dimension: {
28
+ width: 2,
29
+ height: 2,
30
+ borderRadius: null
31
+ }
32
+ },
33
+ orientation: 0,
34
+ placeLocations: ["WINDOW"],
35
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
36
+ state: "FREE"
37
+ },
38
+ {
39
+ number: "22",
40
+ rectangle: {
41
+ position: {
42
+ x: 37,
43
+ y: 0,
44
+ z: 0
45
+ },
46
+ dimension: {
47
+ width: 2,
48
+ height: 2,
49
+ borderRadius: null
50
+ }
51
+ },
52
+ orientation: 180,
53
+ placeLocations: ["WINDOW"],
54
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
55
+ state: "FREE"
56
+ }
57
+ ]
58
+ },
59
+ {
60
+ travelClass: "SECOND",
61
+ accommodationSubType: "RESTAURANT",
62
+ places: [
63
+ {
64
+ number: "41",
65
+ rectangle: {
66
+ position: {
67
+ x: 39,
68
+ y: 0,
69
+ z: 0
70
+ },
71
+ dimension: {
72
+ width: 2,
73
+ height: 2,
74
+ borderRadius: null
75
+ }
76
+ },
77
+ orientation: 0,
78
+ placeLocations: ["WINDOW"],
79
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
80
+ state: "FREE"
81
+ },
82
+ {
83
+ number: "42",
84
+ rectangle: {
85
+ position: {
86
+ x: 45,
87
+ y: 0,
88
+ z: 0
89
+ },
90
+ dimension: {
91
+ width: 2,
92
+ height: 2,
93
+ borderRadius: null
94
+ }
95
+ },
96
+ orientation: 180,
97
+ placeLocations: ["WINDOW"],
98
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
99
+ state: "FREE"
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ travelClass: "SECOND",
105
+ accommodationSubType: "RESTAURANT",
106
+ places: [
107
+ {
108
+ number: "61",
109
+ rectangle: {
110
+ position: {
111
+ x: 47,
112
+ y: 0,
113
+ z: 0
114
+ },
115
+ dimension: {
116
+ width: 2,
117
+ height: 2,
118
+ borderRadius: null
119
+ }
120
+ },
121
+ orientation: 0,
122
+ placeLocations: ["WINDOW"],
123
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
124
+ state: "FREE"
125
+ },
126
+ {
127
+ number: "62",
128
+ rectangle: {
129
+ position: {
130
+ x: 53,
131
+ y: 0,
132
+ z: 0
133
+ },
134
+ dimension: {
135
+ width: 2,
136
+ height: 2,
137
+ borderRadius: null
138
+ }
139
+ },
140
+ orientation: 180,
141
+ placeLocations: ["WINDOW"],
142
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
143
+ state: "FREE"
144
+ }
145
+ ]
146
+ },
147
+ {
148
+ travelClass: "SECOND",
149
+ accommodationSubType: "RESTAURANT",
150
+ places: [
151
+ {
152
+ number: "13",
153
+ rectangle: {
154
+ position: {
155
+ x: 31,
156
+ y: 6,
157
+ z: 0
158
+ },
159
+ dimension: {
160
+ width: 2,
161
+ height: 2,
162
+ borderRadius: null
163
+ }
164
+ },
165
+ orientation: 0,
166
+ placeLocations: ["AISLE"],
167
+ placeProperties: ["AISLE_SEAT", "TABLE"],
168
+ state: "FREE"
169
+ },
170
+ {
171
+ number: "14",
172
+ rectangle: {
173
+ position: {
174
+ x: 37,
175
+ y: 6,
176
+ z: 0
177
+ },
178
+ dimension: {
179
+ width: 2,
180
+ height: 2,
181
+ borderRadius: null
182
+ }
183
+ },
184
+ orientation: 180,
185
+ placeLocations: ["AISLE"],
186
+ placeProperties: ["AISLE_SEAT", "TABLE"],
187
+ state: "FREE"
188
+ },
189
+ {
190
+ number: "11",
191
+ rectangle: {
192
+ position: {
193
+ x: 31,
194
+ y: 8,
195
+ z: 0
196
+ },
197
+ dimension: {
198
+ width: 2,
199
+ height: 2,
200
+ borderRadius: null
201
+ }
202
+ },
203
+ orientation: 0,
204
+ placeLocations: ["WINDOW"],
205
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
206
+ state: "FREE"
207
+ },
208
+ {
209
+ number: "12",
210
+ rectangle: {
211
+ position: {
212
+ x: 37,
213
+ y: 8,
214
+ z: 0
215
+ },
216
+ dimension: {
217
+ width: 2,
218
+ height: 2,
219
+ borderRadius: null
220
+ }
221
+ },
222
+ orientation: 180,
223
+ placeLocations: ["WINDOW"],
224
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
225
+ state: "FREE"
226
+ }
227
+ ]
228
+ },
229
+ {
230
+ travelClass: "SECOND",
231
+ accommodationSubType: "RESTAURANT",
232
+ places: [
233
+ {
234
+ number: "33",
235
+ rectangle: {
236
+ position: {
237
+ x: 39,
238
+ y: 6,
239
+ z: 0
240
+ },
241
+ dimension: {
242
+ width: 2,
243
+ height: 2,
244
+ borderRadius: null
245
+ }
246
+ },
247
+ orientation: 0,
248
+ placeLocations: ["AISLE"],
249
+ placeProperties: ["AISLE_SEAT", "TABLE"],
250
+ state: "FREE"
251
+ },
252
+ {
253
+ number: "34",
254
+ rectangle: {
255
+ position: {
256
+ x: 45,
257
+ y: 6,
258
+ z: 0
259
+ },
260
+ dimension: {
261
+ width: 2,
262
+ height: 2,
263
+ borderRadius: null
264
+ }
265
+ },
266
+ orientation: 180,
267
+ placeLocations: ["AISLE"],
268
+ placeProperties: ["AISLE_SEAT", "TABLE"],
269
+ state: "FREE"
270
+ },
271
+ {
272
+ number: "31",
273
+ rectangle: {
274
+ position: {
275
+ x: 39,
276
+ y: 8,
277
+ z: 0
278
+ },
279
+ dimension: {
280
+ width: 2,
281
+ height: 2,
282
+ borderRadius: null
283
+ }
284
+ },
285
+ orientation: 0,
286
+ placeLocations: ["WINDOW"],
287
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
288
+ state: "FREE"
289
+ },
290
+ {
291
+ number: "32",
292
+ rectangle: {
293
+ position: {
294
+ x: 45,
295
+ y: 8,
296
+ z: 0
297
+ },
298
+ dimension: {
299
+ width: 2,
300
+ height: 2,
301
+ borderRadius: null
302
+ }
303
+ },
304
+ orientation: 180,
305
+ placeLocations: ["WINDOW"],
306
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
307
+ state: "FREE"
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ travelClass: "SECOND",
313
+ accommodationSubType: "RESTAURANT",
314
+ places: [
315
+ {
316
+ number: "53",
317
+ rectangle: {
318
+ position: {
319
+ x: 47,
320
+ y: 6,
321
+ z: 0
322
+ },
323
+ dimension: {
324
+ width: 2,
325
+ height: 2,
326
+ borderRadius: null
327
+ }
328
+ },
329
+ orientation: 0,
330
+ placeLocations: ["AISLE"],
331
+ placeProperties: ["AISLE_SEAT", "TABLE"],
332
+ state: "FREE"
333
+ },
334
+ {
335
+ number: "51",
336
+ rectangle: {
337
+ position: {
338
+ x: 47,
339
+ y: 8,
340
+ z: 0
341
+ },
342
+ dimension: {
343
+ width: 2,
344
+ height: 2,
345
+ borderRadius: null
346
+ }
347
+ },
348
+ orientation: 0,
349
+ placeLocations: ["WINDOW"],
350
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
351
+ state: "FREE"
352
+ },
353
+ {
354
+ number: "52",
355
+ rectangle: {
356
+ position: {
357
+ x: 53,
358
+ y: 8,
359
+ z: 0
360
+ },
361
+ dimension: {
362
+ width: 2,
363
+ height: 2,
364
+ borderRadius: null
365
+ }
366
+ },
367
+ orientation: 180,
368
+ placeLocations: ["WINDOW"],
369
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
370
+ state: "FREE"
371
+ }
372
+ ]
373
+ }
374
+ ],
375
+ graphicElements: [
376
+ {
377
+ rectangle: {
378
+ position: {
379
+ x: 0,
380
+ y: 0,
381
+ z: 0
382
+ },
383
+ dimension: {
384
+ width: 6,
385
+ height: 10,
386
+ borderRadius: null
387
+ }
388
+ },
389
+ orientation: 0,
390
+ type: "DRIVER_AREA"
391
+ },
392
+ {
393
+ rectangle: {
394
+ position: {
395
+ x: 55,
396
+ y: 0,
397
+ z: 0
398
+ },
399
+ dimension: {
400
+ width: 1,
401
+ height: 10,
402
+ borderRadius: null
403
+ }
404
+ },
405
+ orientation: 180,
406
+ type: "COACH_WALL_NO_PASSAGE"
407
+ },
408
+ {
409
+ rectangle: {
410
+ position: {
411
+ x: 42,
412
+ y: 6,
413
+ z: 0
414
+ },
415
+ dimension: {
416
+ width: 2,
417
+ height: 4,
418
+ borderRadius: null
419
+ }
420
+ },
421
+ orientation: 0,
422
+ type: "TABLE_RESTAURANT"
423
+ },
424
+ {
425
+ rectangle: {
426
+ position: {
427
+ x: 50,
428
+ y: 0,
429
+ z: 0
430
+ },
431
+ dimension: {
432
+ width: 2,
433
+ height: 2,
434
+ borderRadius: null
435
+ }
436
+ },
437
+ orientation: 0,
438
+ type: "TABLE_RESTAURANT"
439
+ },
440
+ {
441
+ rectangle: {
442
+ position: {
443
+ x: 34,
444
+ y: 0,
445
+ z: 0
446
+ },
447
+ dimension: {
448
+ width: 2,
449
+ height: 2,
450
+ borderRadius: null
451
+ }
452
+ },
453
+ orientation: 0,
454
+ type: "TABLE_RESTAURANT"
455
+ },
456
+ {
457
+ rectangle: {
458
+ position: {
459
+ x: 34,
460
+ y: 6,
461
+ z: 0
462
+ },
463
+ dimension: {
464
+ width: 2,
465
+ height: 4,
466
+ borderRadius: null
467
+ }
468
+ },
469
+ orientation: 0,
470
+ type: "TABLE_RESTAURANT"
471
+ },
472
+ {
473
+ rectangle: {
474
+ position: {
475
+ x: 42,
476
+ y: 0,
477
+ z: 0
478
+ },
479
+ dimension: {
480
+ width: 2,
481
+ height: 2,
482
+ borderRadius: null
483
+ }
484
+ },
485
+ orientation: 0,
486
+ type: "TABLE_RESTAURANT"
487
+ },
488
+ {
489
+ rectangle: {
490
+ position: {
491
+ x: 50,
492
+ y: 6,
493
+ z: 0
494
+ },
495
+ dimension: {
496
+ width: 2,
497
+ height: 2,
498
+ borderRadius: null
499
+ }
500
+ },
501
+ orientation: 0,
502
+ type: "TABLE_RESTAURANT"
503
+ },
504
+ {
505
+ rectangle: {
506
+ position: {
507
+ x: 8,
508
+ y: 2,
509
+ z: 0
510
+ },
511
+ dimension: {
512
+ width: 6,
513
+ height: 6,
514
+ borderRadius: null
515
+ }
516
+ },
517
+ orientation: 0,
518
+ type: "TABLE_RESTAURANT"
519
+ }
520
+ ],
521
+ serviceIcons: [
522
+ {
523
+ rectangle: {
524
+ position: {
525
+ x: 32,
526
+ y: 3,
527
+ z: 0
528
+ },
529
+ dimension: {
530
+ width: 2,
531
+ height: 2,
532
+ borderRadius: null
533
+ }
534
+ },
535
+ type: "RESTAURANT_ICON"
536
+ },
537
+ {
538
+ rectangle: {
539
+ position: {
540
+ x: 46,
541
+ y: 3,
542
+ z: 0
543
+ },
544
+ dimension: {
545
+ width: 2,
546
+ height: 2,
547
+ borderRadius: null
548
+ }
549
+ },
550
+ type: "RESTAURANT_ICON"
551
+ }
552
+ ]
553
+ }
554
+ }
555
+ ];
556
+ export {
557
+ e as MOCK_COACHES_RAW_BUS
558
+ };