@sbb-esta/lyne-elements-experimental 3.1.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1147 -590
- package/development/seat-reservation/common/mapper/icon-mapper.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/icon-mapper.js +4 -5
- package/development/seat-reservation/common/mapper/mapper.d.ts +6 -5
- package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/mapper.js +14 -11
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +113 -0
- 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 +25999 -649
- package/development/seat-reservation/common/svgs.d.ts +0 -1
- package/development/seat-reservation/common/svgs.d.ts.map +1 -1
- package/development/seat-reservation/common/svgs.js +1 -3
- package/development/seat-reservation/common/translations/i18n.d.ts.map +1 -1
- package/development/seat-reservation/common/translations/i18n.js +225 -194
- package/development/seat-reservation/common/types.d.ts +20 -3
- package/development/seat-reservation/common/types.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +50 -18
- 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 +352 -172
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +29 -13
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +603 -308
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +17 -10
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +1 -6
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +36 -18
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +3 -1
- 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 +54 -32
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +2 -0
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +107 -58
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts +1 -16
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +10 -164
- package/package.json +2 -2
- package/seat-reservation/common/mapper/icon-mapper.d.ts.map +1 -1
- package/seat-reservation/common/mapper/icon-mapper.js +3 -4
- package/seat-reservation/common/mapper/mapper.d.ts +6 -5
- package/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/seat-reservation/common/mapper/mapper.js +35 -32
- package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +113 -0
- package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
- package/seat-reservation/common/mapper/seat-reservation-sample-data.js +25997 -648
- package/seat-reservation/common/svgs.d.ts +0 -1
- package/seat-reservation/common/svgs.d.ts.map +1 -1
- package/seat-reservation/common/svgs.js +4 -11
- package/seat-reservation/common/translations/i18n.d.ts.map +1 -1
- package/seat-reservation/common/translations/i18n.js +228 -197
- package/seat-reservation/common/types.d.ts +20 -3
- package/seat-reservation/common/types.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +50 -18
- package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation-base-element.js +294 -175
- package/seat-reservation/seat-reservation/seat-reservation.component.d.ts +29 -13
- package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation.component.js +318 -303
- package/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +22 -22
- package/seat-reservation/seat-reservation-graphic/seat-reservation-assets.d.ts.map +1 -1
- package/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +0 -5
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +37 -37
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts +3 -1
- 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 +95 -84
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts +2 -0
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +75 -63
- package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts +1 -16
- package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js +14 -101
package/custom-elements.json
CHANGED
|
@@ -2121,7 +2121,7 @@
|
|
|
2121
2121
|
"type": {
|
|
2122
2122
|
"text": "object"
|
|
2123
2123
|
},
|
|
2124
|
-
"default": "{ chassisDriverBus, chassisDriverTrain, chassisDriverTrainFull, chassisPassageCompartmentLeftTop, chassisPassageCompartmentMiddle, chassisPassageCompartmentRightBottom, chassisPassageWaggonBottomRight, chassisPassageWaggonTopLeft, chassisRowOuter, chassisRowMiddle, chassisSeparator, interiorPlaceBikeDefault, interiorPlaceBikeNotBookable, interiorPlaceBikeSelected, interiorPlaceBikeUnavailable, interiorPlaceSeatDefault, interiorPlaceSeatNotBookable, interiorPlaceSeatSelected, interiorPlaceSeatUnavailable,
|
|
2124
|
+
"default": "{ chassisDriverBus, chassisDriverTrain, chassisDriverTrainFull, chassisPassageCompartmentLeftTop, chassisPassageCompartmentMiddle, chassisPassageCompartmentRightBottom, chassisPassageWaggonBottomRight, chassisPassageWaggonTopLeft, chassisRowOuter, chassisRowMiddle, chassisSeparator, interiorPlaceBikeDefault, interiorPlaceBikeNotBookable, interiorPlaceBikeSelected, interiorPlaceBikeUnavailable, interiorPlaceSeatDefault, interiorPlaceSeatNotBookable, interiorPlaceSeatSelected, interiorPlaceSeatUnavailable, layoutEntrance, }"
|
|
2125
2125
|
}
|
|
2126
2126
|
],
|
|
2127
2127
|
"exports": [
|
|
@@ -2178,14 +2178,14 @@
|
|
|
2178
2178
|
},
|
|
2179
2179
|
{
|
|
2180
2180
|
"kind": "field",
|
|
2181
|
-
"name": "
|
|
2181
|
+
"name": "seatReservations",
|
|
2182
2182
|
"type": {
|
|
2183
|
-
"text": "SeatReservation"
|
|
2183
|
+
"text": "SeatReservation[]"
|
|
2184
2184
|
},
|
|
2185
2185
|
"privacy": "public",
|
|
2186
2186
|
"default": "null!",
|
|
2187
|
-
"description": "The seat
|
|
2188
|
-
"attribute": "seat-
|
|
2187
|
+
"description": "The seat reservations array contains all coaches and places",
|
|
2188
|
+
"attribute": "seat-reservations"
|
|
2189
2189
|
},
|
|
2190
2190
|
{
|
|
2191
2191
|
"kind": "field",
|
|
@@ -2233,14 +2233,25 @@
|
|
|
2233
2233
|
},
|
|
2234
2234
|
{
|
|
2235
2235
|
"kind": "field",
|
|
2236
|
-
"name": "
|
|
2236
|
+
"name": "maxSeatReservations",
|
|
2237
2237
|
"type": {
|
|
2238
2238
|
"text": "number"
|
|
2239
2239
|
},
|
|
2240
2240
|
"privacy": "public",
|
|
2241
|
-
"default": "
|
|
2241
|
+
"default": "-1",
|
|
2242
2242
|
"description": "Maximal number of possible clickable seats",
|
|
2243
|
-
"attribute": "max-reservations"
|
|
2243
|
+
"attribute": "max-seat-reservations"
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"kind": "field",
|
|
2247
|
+
"name": "maxBicycleReservations",
|
|
2248
|
+
"type": {
|
|
2249
|
+
"text": "number"
|
|
2250
|
+
},
|
|
2251
|
+
"privacy": "public",
|
|
2252
|
+
"default": "-1",
|
|
2253
|
+
"description": "Maximal number of possible clickable bicycle places",
|
|
2254
|
+
"attribute": "max-bicycle-reservations"
|
|
2244
2255
|
},
|
|
2245
2256
|
{
|
|
2246
2257
|
"kind": "field",
|
|
@@ -2253,6 +2264,16 @@
|
|
|
2253
2264
|
"description": "Any click functionality is prevented",
|
|
2254
2265
|
"attribute": "prevent-place-click"
|
|
2255
2266
|
},
|
|
2267
|
+
{
|
|
2268
|
+
"kind": "field",
|
|
2269
|
+
"name": "preselectCoachIndex",
|
|
2270
|
+
"type": {
|
|
2271
|
+
"text": "number"
|
|
2272
|
+
},
|
|
2273
|
+
"privacy": "public",
|
|
2274
|
+
"default": "-1",
|
|
2275
|
+
"attribute": "preselect-coach-index"
|
|
2276
|
+
},
|
|
2256
2277
|
{
|
|
2257
2278
|
"kind": "field",
|
|
2258
2279
|
"name": "selectedCoachIndex",
|
|
@@ -2271,6 +2292,15 @@
|
|
|
2271
2292
|
"privacy": "protected",
|
|
2272
2293
|
"default": "-1"
|
|
2273
2294
|
},
|
|
2295
|
+
{
|
|
2296
|
+
"kind": "field",
|
|
2297
|
+
"name": "hoveredScrollCoachIndex",
|
|
2298
|
+
"type": {
|
|
2299
|
+
"text": "number"
|
|
2300
|
+
},
|
|
2301
|
+
"privacy": "protected",
|
|
2302
|
+
"default": "-1"
|
|
2303
|
+
},
|
|
2274
2304
|
{
|
|
2275
2305
|
"kind": "field",
|
|
2276
2306
|
"name": "coachBorderPadding",
|
|
@@ -2280,11 +2310,38 @@
|
|
|
2280
2310
|
"privacy": "protected",
|
|
2281
2311
|
"default": "6"
|
|
2282
2312
|
},
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "field",
|
|
2315
|
+
"name": "gapBetweenCoaches",
|
|
2316
|
+
"type": {
|
|
2317
|
+
"text": "number"
|
|
2318
|
+
},
|
|
2319
|
+
"privacy": "protected",
|
|
2320
|
+
"default": "4"
|
|
2321
|
+
},
|
|
2283
2322
|
{
|
|
2284
2323
|
"kind": "field",
|
|
2285
2324
|
"name": "coachBorderOffset",
|
|
2286
2325
|
"privacy": "protected"
|
|
2287
2326
|
},
|
|
2327
|
+
{
|
|
2328
|
+
"kind": "field",
|
|
2329
|
+
"name": "gapBetweenCoachDecks",
|
|
2330
|
+
"type": {
|
|
2331
|
+
"text": "number"
|
|
2332
|
+
},
|
|
2333
|
+
"privacy": "protected",
|
|
2334
|
+
"default": "48"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"kind": "field",
|
|
2338
|
+
"name": "coachNavButtonDim",
|
|
2339
|
+
"type": {
|
|
2340
|
+
"text": "number"
|
|
2341
|
+
},
|
|
2342
|
+
"privacy": "protected",
|
|
2343
|
+
"default": "0"
|
|
2344
|
+
},
|
|
2288
2345
|
{
|
|
2289
2346
|
"kind": "field",
|
|
2290
2347
|
"name": "currScrollDirection",
|
|
@@ -2311,6 +2368,15 @@
|
|
|
2311
2368
|
"privacy": "protected",
|
|
2312
2369
|
"default": "0"
|
|
2313
2370
|
},
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "field",
|
|
2373
|
+
"name": "scrollNavigationAreaDim",
|
|
2374
|
+
"type": {
|
|
2375
|
+
"text": "number"
|
|
2376
|
+
},
|
|
2377
|
+
"privacy": "protected",
|
|
2378
|
+
"default": "0"
|
|
2379
|
+
},
|
|
2314
2380
|
{
|
|
2315
2381
|
"kind": "field",
|
|
2316
2382
|
"name": "triggerCoachPositionsCollection",
|
|
@@ -2338,6 +2404,15 @@
|
|
|
2338
2404
|
"privacy": "protected",
|
|
2339
2405
|
"default": "null!"
|
|
2340
2406
|
},
|
|
2407
|
+
{
|
|
2408
|
+
"kind": "field",
|
|
2409
|
+
"name": "navigationScrollArea",
|
|
2410
|
+
"type": {
|
|
2411
|
+
"text": "HTMLElement"
|
|
2412
|
+
},
|
|
2413
|
+
"privacy": "protected",
|
|
2414
|
+
"default": "null!"
|
|
2415
|
+
},
|
|
2341
2416
|
{
|
|
2342
2417
|
"kind": "field",
|
|
2343
2418
|
"name": "coachScrollArea",
|
|
@@ -2374,6 +2449,15 @@
|
|
|
2374
2449
|
"privacy": "protected",
|
|
2375
2450
|
"default": "-1"
|
|
2376
2451
|
},
|
|
2452
|
+
{
|
|
2453
|
+
"kind": "field",
|
|
2454
|
+
"name": "currSelectedDeckIndex",
|
|
2455
|
+
"type": {
|
|
2456
|
+
"text": "number"
|
|
2457
|
+
},
|
|
2458
|
+
"privacy": "protected",
|
|
2459
|
+
"default": "0"
|
|
2460
|
+
},
|
|
2377
2461
|
{
|
|
2378
2462
|
"kind": "field",
|
|
2379
2463
|
"name": "preventCoachScrollByPlaceClick",
|
|
@@ -2387,10 +2471,10 @@
|
|
|
2387
2471
|
"kind": "field",
|
|
2388
2472
|
"name": "selectedSeatReservationPlaces",
|
|
2389
2473
|
"type": {
|
|
2390
|
-
"text": "
|
|
2474
|
+
"text": "SeatReservationSelectedPlaces"
|
|
2391
2475
|
},
|
|
2392
2476
|
"privacy": "protected",
|
|
2393
|
-
"default": "[]"
|
|
2477
|
+
"default": "{ seats: [], bicycles: [], }"
|
|
2394
2478
|
},
|
|
2395
2479
|
{
|
|
2396
2480
|
"kind": "field",
|
|
@@ -2428,6 +2512,15 @@
|
|
|
2428
2512
|
"privacy": "protected",
|
|
2429
2513
|
"default": "false"
|
|
2430
2514
|
},
|
|
2515
|
+
{
|
|
2516
|
+
"kind": "field",
|
|
2517
|
+
"name": "hasMultipleDecks",
|
|
2518
|
+
"type": {
|
|
2519
|
+
"text": "boolean"
|
|
2520
|
+
},
|
|
2521
|
+
"privacy": "protected",
|
|
2522
|
+
"default": "false"
|
|
2523
|
+
},
|
|
2431
2524
|
{
|
|
2432
2525
|
"kind": "field",
|
|
2433
2526
|
"name": "keyboardNavigationEvents",
|
|
@@ -2437,6 +2530,35 @@
|
|
|
2437
2530
|
"text": "{\n ArrowLeft: 'ArrowLeft',\n ArrowRight: 'ArrowRight',\n ArrowUp: 'ArrowUp',\n ArrowDown: 'ArrowDown',\n Tab: 'Tab',\n Enter: 'Enter',\n }"
|
|
2438
2531
|
}
|
|
2439
2532
|
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "method",
|
|
2535
|
+
"name": "navigateByDirectionBtn",
|
|
2536
|
+
"privacy": "protected",
|
|
2537
|
+
"return": {
|
|
2538
|
+
"type": {
|
|
2539
|
+
"text": "void"
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
"parameters": [
|
|
2543
|
+
{
|
|
2544
|
+
"name": "btnDirection",
|
|
2545
|
+
"type": {
|
|
2546
|
+
"text": "string"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "method",
|
|
2553
|
+
"name": "initPrepairSeatReservationData",
|
|
2554
|
+
"privacy": "protected",
|
|
2555
|
+
"return": {
|
|
2556
|
+
"type": {
|
|
2557
|
+
"text": "void"
|
|
2558
|
+
}
|
|
2559
|
+
},
|
|
2560
|
+
"description": "Data can be prepared once for the entire component\nin order to avoid recurring iteration processes in rendering."
|
|
2561
|
+
},
|
|
2440
2562
|
{
|
|
2441
2563
|
"kind": "method",
|
|
2442
2564
|
"name": "initNavigationSelectionByScrollEvent",
|
|
@@ -2514,92 +2636,6 @@
|
|
|
2514
2636
|
}
|
|
2515
2637
|
]
|
|
2516
2638
|
},
|
|
2517
|
-
{
|
|
2518
|
-
"kind": "method",
|
|
2519
|
-
"name": "_setScrollDirectionByCoachIndex",
|
|
2520
|
-
"privacy": "private",
|
|
2521
|
-
"return": {
|
|
2522
|
-
"type": {
|
|
2523
|
-
"text": "void"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
"description": "Sets the new ScrollDirection by the new given target coach index."
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"kind": "method",
|
|
2530
|
-
"name": "_getCoachScrollPositionX",
|
|
2531
|
-
"privacy": "private",
|
|
2532
|
-
"return": {
|
|
2533
|
-
"type": {
|
|
2534
|
-
"text": ""
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
"description": "Returns the scroll start or end position X from the selected coach.\nIn case the user is curretnly navigate throught places by keyboard and goes to previous coach,\nthen we return the end position of the coach to get clostest next scroll position of the next focus place."
|
|
2538
|
-
},
|
|
2539
|
-
{
|
|
2540
|
-
"kind": "method",
|
|
2541
|
-
"name": "_setFocusToSelectedCoachGrid",
|
|
2542
|
-
"privacy": "private",
|
|
2543
|
-
"return": {
|
|
2544
|
-
"type": {
|
|
2545
|
-
"text": "void"
|
|
2546
|
-
}
|
|
2547
|
-
},
|
|
2548
|
-
"description": "Sets the focus on the HTML table (grid) caption element so that the heading is read out when using a ScreenReader."
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"kind": "method",
|
|
2552
|
-
"name": "_isScrollableToSelectedCoach",
|
|
2553
|
-
"privacy": "private",
|
|
2554
|
-
"return": {
|
|
2555
|
-
"type": {
|
|
2556
|
-
"text": ""
|
|
2557
|
-
}
|
|
2558
|
-
},
|
|
2559
|
-
"description": "Returns whether the current scrolled position can be used to scroll to the selected wagon"
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"kind": "method",
|
|
2563
|
-
"name": "_getCoachIndexByScrollTriggerPosition",
|
|
2564
|
-
"privacy": "private",
|
|
2565
|
-
"return": {
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": ""
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
"description": "Returns the coach index which is currently visible in the scroll area"
|
|
2571
|
-
},
|
|
2572
|
-
{
|
|
2573
|
-
"kind": "method",
|
|
2574
|
-
"name": "_getFirstPlaceInSelecedCoach",
|
|
2575
|
-
"privacy": "private",
|
|
2576
|
-
"return": {
|
|
2577
|
-
"type": {
|
|
2578
|
-
"text": ""
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
"description": "Get the first place of current selected coach by table cell coordinate 0-0 id."
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"kind": "method",
|
|
2585
|
-
"name": "_getClosestPlaceByKeyDirection",
|
|
2586
|
-
"privacy": "private",
|
|
2587
|
-
"return": {
|
|
2588
|
-
"type": {
|
|
2589
|
-
"text": ""
|
|
2590
|
-
}
|
|
2591
|
-
},
|
|
2592
|
-
"parameters": [
|
|
2593
|
-
{
|
|
2594
|
-
"name": "pressedKey",
|
|
2595
|
-
"optional": true,
|
|
2596
|
-
"type": {
|
|
2597
|
-
"text": "string"
|
|
2598
|
-
}
|
|
2599
|
-
}
|
|
2600
|
-
],
|
|
2601
|
-
"description": "To get the correct closest place of current pressed key and the current selected place,\nwe have to investigate the coordinates of each place to find the closest place of the currSelectedPlaceElementId."
|
|
2602
|
-
},
|
|
2603
2639
|
{
|
|
2604
2640
|
"kind": "method",
|
|
2605
2641
|
"name": "focusPlaceElement",
|
|
@@ -2615,13 +2651,6 @@
|
|
|
2615
2651
|
"type": {
|
|
2616
2652
|
"text": "Place | null"
|
|
2617
2653
|
}
|
|
2618
|
-
},
|
|
2619
|
-
{
|
|
2620
|
-
"name": "coachIndex",
|
|
2621
|
-
"optional": true,
|
|
2622
|
-
"type": {
|
|
2623
|
-
"text": "number"
|
|
2624
|
-
}
|
|
2625
2654
|
}
|
|
2626
2655
|
]
|
|
2627
2656
|
},
|
|
@@ -2715,25 +2744,26 @@
|
|
|
2715
2744
|
},
|
|
2716
2745
|
{
|
|
2717
2746
|
"kind": "method",
|
|
2718
|
-
"name": "
|
|
2719
|
-
"privacy": "
|
|
2747
|
+
"name": "getAvailableFreePlacesNumFromCoach",
|
|
2748
|
+
"privacy": "protected",
|
|
2720
2749
|
"return": {
|
|
2721
2750
|
"type": {
|
|
2722
|
-
"text": "
|
|
2751
|
+
"text": ""
|
|
2723
2752
|
}
|
|
2724
2753
|
},
|
|
2725
2754
|
"parameters": [
|
|
2726
2755
|
{
|
|
2727
|
-
"name": "
|
|
2756
|
+
"name": "coachIndex",
|
|
2728
2757
|
"type": {
|
|
2729
|
-
"text": "
|
|
2758
|
+
"text": "number"
|
|
2730
2759
|
}
|
|
2731
2760
|
}
|
|
2732
|
-
]
|
|
2761
|
+
],
|
|
2762
|
+
"description": "Counts all available seats together depending on the seat type"
|
|
2733
2763
|
},
|
|
2734
2764
|
{
|
|
2735
2765
|
"kind": "method",
|
|
2736
|
-
"name": "
|
|
2766
|
+
"name": "_scrollToSelectedNavigationButton",
|
|
2737
2767
|
"privacy": "private",
|
|
2738
2768
|
"return": {
|
|
2739
2769
|
"type": {
|
|
@@ -2742,65 +2772,242 @@
|
|
|
2742
2772
|
},
|
|
2743
2773
|
"parameters": [
|
|
2744
2774
|
{
|
|
2745
|
-
"name": "
|
|
2775
|
+
"name": "selectedNavCoachIndex",
|
|
2746
2776
|
"type": {
|
|
2747
|
-
"text": "
|
|
2777
|
+
"text": "number"
|
|
2748
2778
|
}
|
|
2749
2779
|
}
|
|
2750
|
-
]
|
|
2780
|
+
],
|
|
2781
|
+
"description": "Performs an automatic main navigation scroll to the specified selectedNavCoachIndex.\nCalculates the central scroll offset of the nav coach to be selected."
|
|
2751
2782
|
},
|
|
2752
2783
|
{
|
|
2753
2784
|
"kind": "method",
|
|
2754
|
-
"name": "
|
|
2755
|
-
"privacy": "
|
|
2785
|
+
"name": "_setScrollDirectionByCoachIndex",
|
|
2786
|
+
"privacy": "private",
|
|
2756
2787
|
"return": {
|
|
2757
2788
|
"type": {
|
|
2758
|
-
"text": "
|
|
2789
|
+
"text": "void"
|
|
2759
2790
|
}
|
|
2760
2791
|
},
|
|
2761
|
-
"
|
|
2762
|
-
{
|
|
2763
|
-
"name": "currentIndex",
|
|
2764
|
-
"optional": true,
|
|
2765
|
-
"type": {
|
|
2766
|
-
"text": "number"
|
|
2767
|
-
}
|
|
2768
|
-
}
|
|
2769
|
-
]
|
|
2792
|
+
"description": "Sets the new ScrollDirection by the new given target coach index."
|
|
2770
2793
|
},
|
|
2771
2794
|
{
|
|
2772
2795
|
"kind": "method",
|
|
2773
|
-
"name": "
|
|
2774
|
-
"privacy": "
|
|
2796
|
+
"name": "_getCoachScrollPositionX",
|
|
2797
|
+
"privacy": "private",
|
|
2775
2798
|
"return": {
|
|
2776
2799
|
"type": {
|
|
2777
|
-
"text": "
|
|
2800
|
+
"text": ""
|
|
2778
2801
|
}
|
|
2779
2802
|
},
|
|
2780
|
-
"
|
|
2781
|
-
{
|
|
2782
|
-
"name": "currentIndex",
|
|
2783
|
-
"optional": true,
|
|
2784
|
-
"type": {
|
|
2785
|
-
"text": "number"
|
|
2786
|
-
}
|
|
2787
|
-
}
|
|
2788
|
-
]
|
|
2803
|
+
"description": "Returns the scroll start or end position X from the selected coach.\nIn case the user is currently navigating through places by keyboard and goes to previous coach,\nthen we return the end position of the coach to get the closest scroll position of the next focus place."
|
|
2789
2804
|
},
|
|
2790
2805
|
{
|
|
2791
2806
|
"kind": "method",
|
|
2792
|
-
"name": "
|
|
2793
|
-
"privacy": "
|
|
2807
|
+
"name": "_setFocusToSelectedCoachGrid",
|
|
2808
|
+
"privacy": "private",
|
|
2794
2809
|
"return": {
|
|
2795
2810
|
"type": {
|
|
2796
2811
|
"text": "void"
|
|
2797
2812
|
}
|
|
2798
2813
|
},
|
|
2799
|
-
"
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2814
|
+
"description": "Sets the focus on the HTML table (grid) caption element so that the heading is read out when using a ScreenReader."
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"kind": "method",
|
|
2818
|
+
"name": "_isScrollableToSelectedCoach",
|
|
2819
|
+
"privacy": "private",
|
|
2820
|
+
"return": {
|
|
2821
|
+
"type": {
|
|
2822
|
+
"text": ""
|
|
2823
|
+
}
|
|
2824
|
+
},
|
|
2825
|
+
"description": "Returns whether the current scrolled position can be used to scroll to the selected wagon"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"kind": "method",
|
|
2829
|
+
"name": "_getCoachIndexByScrollTriggerPosition",
|
|
2830
|
+
"privacy": "private",
|
|
2831
|
+
"return": {
|
|
2832
|
+
"type": {
|
|
2833
|
+
"text": ""
|
|
2834
|
+
}
|
|
2835
|
+
},
|
|
2836
|
+
"description": "Returns the coach index which is currently visible in the scroll area"
|
|
2837
|
+
},
|
|
2838
|
+
{
|
|
2839
|
+
"kind": "method",
|
|
2840
|
+
"name": "_getFirstPlaceInSelecedCoach",
|
|
2841
|
+
"privacy": "private",
|
|
2842
|
+
"return": {
|
|
2843
|
+
"type": {
|
|
2844
|
+
"text": ""
|
|
2845
|
+
}
|
|
2846
|
+
},
|
|
2847
|
+
"description": "Get the first place of current selected coach by table cell coordinate 0-0 id."
|
|
2848
|
+
},
|
|
2849
|
+
{
|
|
2850
|
+
"kind": "method",
|
|
2851
|
+
"name": "_getSwitchedCoachDeckIndexByKeyNavigation",
|
|
2852
|
+
"privacy": "private",
|
|
2853
|
+
"return": {
|
|
2854
|
+
"type": {
|
|
2855
|
+
"text": "number | null"
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
"parameters": [
|
|
2859
|
+
{
|
|
2860
|
+
"name": "pressedKey",
|
|
2861
|
+
"type": {
|
|
2862
|
+
"text": "string"
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"name": "coach",
|
|
2867
|
+
"type": {
|
|
2868
|
+
"text": "CoachItem"
|
|
2869
|
+
}
|
|
2870
|
+
}
|
|
2871
|
+
]
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"kind": "method",
|
|
2875
|
+
"name": "_getClosestPlaceByKeyDirection",
|
|
2876
|
+
"privacy": "private",
|
|
2877
|
+
"return": {
|
|
2878
|
+
"type": {
|
|
2879
|
+
"text": ""
|
|
2880
|
+
}
|
|
2881
|
+
},
|
|
2882
|
+
"parameters": [
|
|
2883
|
+
{
|
|
2884
|
+
"name": "pressedKey",
|
|
2885
|
+
"optional": true,
|
|
2886
|
+
"type": {
|
|
2887
|
+
"text": "string"
|
|
2888
|
+
}
|
|
2889
|
+
}
|
|
2890
|
+
],
|
|
2891
|
+
"description": "To get the correct closest place of current pressed key and the current selected place,\nwe have to investigate the coordinates of each place to find the closest place of the currSelectedPlaceElementId."
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "method",
|
|
2895
|
+
"name": "_navigateCoachNavigationByKeyboard",
|
|
2896
|
+
"privacy": "private",
|
|
2897
|
+
"return": {
|
|
2898
|
+
"type": {
|
|
2899
|
+
"text": "void"
|
|
2900
|
+
}
|
|
2901
|
+
},
|
|
2902
|
+
"parameters": [
|
|
2903
|
+
{
|
|
2904
|
+
"name": "tabDirection",
|
|
2905
|
+
"type": {
|
|
2906
|
+
"text": "string"
|
|
2907
|
+
}
|
|
2908
|
+
}
|
|
2909
|
+
]
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"kind": "method",
|
|
2913
|
+
"name": "_navigateToPlaceByKeyboard",
|
|
2914
|
+
"privacy": "private",
|
|
2915
|
+
"return": {
|
|
2916
|
+
"type": {
|
|
2917
|
+
"text": "void"
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
"parameters": [
|
|
2921
|
+
{
|
|
2922
|
+
"name": "pressedKey",
|
|
2923
|
+
"type": {
|
|
2924
|
+
"text": "string"
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
]
|
|
2928
|
+
},
|
|
2929
|
+
{
|
|
2930
|
+
"kind": "method",
|
|
2931
|
+
"name": "getNextAvailableCoachIndex",
|
|
2932
|
+
"privacy": "protected",
|
|
2933
|
+
"return": {
|
|
2934
|
+
"type": {
|
|
2935
|
+
"text": "number"
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"parameters": [
|
|
2939
|
+
{
|
|
2940
|
+
"name": "currentIndex",
|
|
2941
|
+
"optional": true,
|
|
2942
|
+
"type": {
|
|
2943
|
+
"text": "number"
|
|
2944
|
+
}
|
|
2945
|
+
}
|
|
2946
|
+
]
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "method",
|
|
2950
|
+
"name": "getPrevAvailableCoachIndex",
|
|
2951
|
+
"privacy": "protected",
|
|
2952
|
+
"return": {
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": "number"
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
"parameters": [
|
|
2958
|
+
{
|
|
2959
|
+
"name": "currentIndex",
|
|
2960
|
+
"optional": true,
|
|
2961
|
+
"type": {
|
|
2962
|
+
"text": "number"
|
|
2963
|
+
}
|
|
2964
|
+
}
|
|
2965
|
+
]
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"kind": "method",
|
|
2969
|
+
"name": "updateSelectedSeatReservationPlaces",
|
|
2970
|
+
"privacy": "protected",
|
|
2971
|
+
"return": {
|
|
2972
|
+
"type": {
|
|
2973
|
+
"text": "void"
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2976
|
+
"parameters": [
|
|
2977
|
+
{
|
|
2978
|
+
"name": "placeSelection",
|
|
2979
|
+
"type": {
|
|
2980
|
+
"text": "PlaceSelection"
|
|
2981
|
+
}
|
|
2982
|
+
}
|
|
2983
|
+
]
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"kind": "method",
|
|
2987
|
+
"name": "_updateSelectedSeatReservationPlaces",
|
|
2988
|
+
"privacy": "private",
|
|
2989
|
+
"return": {
|
|
2990
|
+
"type": {
|
|
2991
|
+
"text": "SeatReservationPlaceSelection[]"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"parameters": [
|
|
2995
|
+
{
|
|
2996
|
+
"name": "selectedSeatReservationPlaces",
|
|
2997
|
+
"type": {
|
|
2998
|
+
"text": "SeatReservationPlaceSelection[]"
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"name": "maxReservations",
|
|
3003
|
+
"type": {
|
|
3004
|
+
"text": "number"
|
|
3005
|
+
}
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"name": "placeSelection",
|
|
3009
|
+
"type": {
|
|
3010
|
+
"text": "PlaceSelection"
|
|
2804
3011
|
}
|
|
2805
3012
|
}
|
|
2806
3013
|
]
|
|
@@ -2850,10 +3057,16 @@
|
|
|
2850
3057
|
"privacy": "private",
|
|
2851
3058
|
"return": {
|
|
2852
3059
|
"type": {
|
|
2853
|
-
"text": "
|
|
3060
|
+
"text": "SeatReservationPlaceSelection[]"
|
|
2854
3061
|
}
|
|
2855
3062
|
},
|
|
2856
3063
|
"parameters": [
|
|
3064
|
+
{
|
|
3065
|
+
"name": "reservationPlaceSelections",
|
|
3066
|
+
"type": {
|
|
3067
|
+
"text": "SeatReservationPlaceSelection[]"
|
|
3068
|
+
}
|
|
3069
|
+
},
|
|
2857
3070
|
{
|
|
2858
3071
|
"name": "currSelectedPlace",
|
|
2859
3072
|
"optional": true,
|
|
@@ -2884,11 +3097,11 @@
|
|
|
2884
3097
|
},
|
|
2885
3098
|
{
|
|
2886
3099
|
"kind": "method",
|
|
2887
|
-
"name": "
|
|
3100
|
+
"name": "_getSeatReservationSelectedCoach",
|
|
2888
3101
|
"privacy": "private",
|
|
2889
3102
|
"return": {
|
|
2890
3103
|
"type": {
|
|
2891
|
-
"text": "
|
|
3104
|
+
"text": "SeatReservationSelectedCoach | null"
|
|
2892
3105
|
}
|
|
2893
3106
|
},
|
|
2894
3107
|
"parameters": [
|
|
@@ -2920,69 +3133,52 @@
|
|
|
2920
3133
|
},
|
|
2921
3134
|
{
|
|
2922
3135
|
"kind": "method",
|
|
2923
|
-
"name": "
|
|
3136
|
+
"name": "_prepairCoachDriverArea",
|
|
2924
3137
|
"privacy": "private",
|
|
2925
3138
|
"return": {
|
|
2926
3139
|
"type": {
|
|
2927
|
-
"text": ""
|
|
3140
|
+
"text": "void"
|
|
2928
3141
|
}
|
|
2929
3142
|
},
|
|
2930
|
-
"
|
|
2931
|
-
{
|
|
2932
|
-
"name": "placeNumber",
|
|
2933
|
-
"optional": true,
|
|
2934
|
-
"type": {
|
|
2935
|
-
"text": "string"
|
|
2936
|
-
},
|
|
2937
|
-
"description": "optional as string"
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"name": "coachIndex",
|
|
2941
|
-
"optional": true,
|
|
2942
|
-
"type": {
|
|
2943
|
-
"text": "number"
|
|
2944
|
-
},
|
|
2945
|
-
"description": "optional as string"
|
|
2946
|
-
}
|
|
2947
|
-
],
|
|
2948
|
-
"description": "Returns the current selected place HTML element by given placeNumber and coachIndex.\nIf both doesnt exist, we try to return the place HTML element by the _currentSelectedPlaceElementId"
|
|
3143
|
+
"description": "Prepares all coaches with the values for whether there is a driver area left or right"
|
|
2949
3144
|
},
|
|
2950
3145
|
{
|
|
2951
3146
|
"kind": "method",
|
|
2952
|
-
"name": "
|
|
3147
|
+
"name": "_getPlaceHtmlElement",
|
|
2953
3148
|
"privacy": "private",
|
|
2954
3149
|
"return": {
|
|
2955
3150
|
"type": {
|
|
2956
|
-
"text": "
|
|
3151
|
+
"text": ""
|
|
2957
3152
|
}
|
|
2958
|
-
}
|
|
3153
|
+
},
|
|
3154
|
+
"description": "Returns the current selected place HTML element by currSelectedPlaceElementId."
|
|
2959
3155
|
}
|
|
2960
3156
|
],
|
|
2961
3157
|
"events": [
|
|
2962
3158
|
{
|
|
2963
3159
|
"name": "selectedplaces",
|
|
2964
3160
|
"type": {
|
|
2965
|
-
"text": "CustomEvent<
|
|
3161
|
+
"text": "CustomEvent<SeatReservationSelectedPlaces>"
|
|
2966
3162
|
},
|
|
2967
3163
|
"description": "Emits when a place was selected and returns a Place array with all selected places."
|
|
2968
3164
|
},
|
|
2969
3165
|
{
|
|
2970
3166
|
"name": "selectedcoach",
|
|
2971
3167
|
"type": {
|
|
2972
|
-
"text": "CustomEvent<
|
|
3168
|
+
"text": "CustomEvent<SeatReservationSelectedCoach>"
|
|
2973
3169
|
},
|
|
2974
3170
|
"description": "Emits when a coach was selected and returns a CoachSelection"
|
|
2975
3171
|
}
|
|
2976
3172
|
],
|
|
2977
3173
|
"attributes": [
|
|
2978
3174
|
{
|
|
2979
|
-
"name": "seat-
|
|
3175
|
+
"name": "seat-reservations",
|
|
2980
3176
|
"type": {
|
|
2981
|
-
"text": "SeatReservation"
|
|
3177
|
+
"text": "SeatReservation[]"
|
|
2982
3178
|
},
|
|
2983
3179
|
"default": "null!",
|
|
2984
|
-
"description": "The seat
|
|
2985
|
-
"fieldName": "
|
|
3180
|
+
"description": "The seat reservations array contains all coaches and places",
|
|
3181
|
+
"fieldName": "seatReservations"
|
|
2986
3182
|
},
|
|
2987
3183
|
{
|
|
2988
3184
|
"name": "has-navigation",
|
|
@@ -3021,13 +3217,22 @@
|
|
|
3021
3217
|
"fieldName": "height"
|
|
3022
3218
|
},
|
|
3023
3219
|
{
|
|
3024
|
-
"name": "max-reservations",
|
|
3220
|
+
"name": "max-seat-reservations",
|
|
3025
3221
|
"type": {
|
|
3026
3222
|
"text": "number"
|
|
3027
3223
|
},
|
|
3028
|
-
"default": "
|
|
3224
|
+
"default": "-1",
|
|
3029
3225
|
"description": "Maximal number of possible clickable seats",
|
|
3030
|
-
"fieldName": "
|
|
3226
|
+
"fieldName": "maxSeatReservations"
|
|
3227
|
+
},
|
|
3228
|
+
{
|
|
3229
|
+
"name": "max-bicycle-reservations",
|
|
3230
|
+
"type": {
|
|
3231
|
+
"text": "number"
|
|
3232
|
+
},
|
|
3233
|
+
"default": "-1",
|
|
3234
|
+
"description": "Maximal number of possible clickable bicycle places",
|
|
3235
|
+
"fieldName": "maxBicycleReservations"
|
|
3031
3236
|
},
|
|
3032
3237
|
{
|
|
3033
3238
|
"name": "prevent-place-click",
|
|
@@ -3037,6 +3242,14 @@
|
|
|
3037
3242
|
"default": "false",
|
|
3038
3243
|
"description": "Any click functionality is prevented",
|
|
3039
3244
|
"fieldName": "preventPlaceClick"
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"name": "preselect-coach-index",
|
|
3248
|
+
"type": {
|
|
3249
|
+
"text": "number"
|
|
3250
|
+
},
|
|
3251
|
+
"default": "-1",
|
|
3252
|
+
"fieldName": "preselectCoachIndex"
|
|
3040
3253
|
}
|
|
3041
3254
|
],
|
|
3042
3255
|
"superclass": {
|
|
@@ -3062,84 +3275,9 @@
|
|
|
3062
3275
|
"declarations": [
|
|
3063
3276
|
{
|
|
3064
3277
|
"kind": "class",
|
|
3065
|
-
"description": "
|
|
3278
|
+
"description": "Main component for the seat reservation.",
|
|
3066
3279
|
"name": "SbbSeatReservationElement",
|
|
3067
3280
|
"members": [
|
|
3068
|
-
{
|
|
3069
|
-
"kind": "field",
|
|
3070
|
-
"name": "seatReservation",
|
|
3071
|
-
"type": {
|
|
3072
|
-
"text": "SeatReservation"
|
|
3073
|
-
},
|
|
3074
|
-
"privacy": "public",
|
|
3075
|
-
"default": "null!",
|
|
3076
|
-
"description": "The seat reservation object which contains all coaches and places",
|
|
3077
|
-
"attribute": "seat-reservation",
|
|
3078
|
-
"inheritedFrom": {
|
|
3079
|
-
"name": "SeatReservationBaseElement",
|
|
3080
|
-
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3081
|
-
}
|
|
3082
|
-
},
|
|
3083
|
-
{
|
|
3084
|
-
"kind": "field",
|
|
3085
|
-
"name": "hasNavigation",
|
|
3086
|
-
"type": {
|
|
3087
|
-
"text": "boolean"
|
|
3088
|
-
},
|
|
3089
|
-
"privacy": "public",
|
|
3090
|
-
"default": "true",
|
|
3091
|
-
"description": "The seat reservation navigation can be toggled by this property",
|
|
3092
|
-
"attribute": "has-navigation",
|
|
3093
|
-
"inheritedFrom": {
|
|
3094
|
-
"name": "SeatReservationBaseElement",
|
|
3095
|
-
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3096
|
-
}
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"kind": "field",
|
|
3100
|
-
"name": "alignVertical",
|
|
3101
|
-
"type": {
|
|
3102
|
-
"text": "boolean"
|
|
3103
|
-
},
|
|
3104
|
-
"privacy": "public",
|
|
3105
|
-
"default": "false",
|
|
3106
|
-
"description": "Controls the visual representation of seat reservation in a horizonal or vertical alignment",
|
|
3107
|
-
"attribute": "align-vertical",
|
|
3108
|
-
"inheritedFrom": {
|
|
3109
|
-
"name": "SeatReservationBaseElement",
|
|
3110
|
-
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3111
|
-
}
|
|
3112
|
-
},
|
|
3113
|
-
{
|
|
3114
|
-
"kind": "field",
|
|
3115
|
-
"name": "maxReservations",
|
|
3116
|
-
"type": {
|
|
3117
|
-
"text": "number"
|
|
3118
|
-
},
|
|
3119
|
-
"privacy": "public",
|
|
3120
|
-
"default": "null!",
|
|
3121
|
-
"description": "Maximal number of possible clickable seats",
|
|
3122
|
-
"attribute": "max-reservations",
|
|
3123
|
-
"inheritedFrom": {
|
|
3124
|
-
"name": "SeatReservationBaseElement",
|
|
3125
|
-
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3126
|
-
}
|
|
3127
|
-
},
|
|
3128
|
-
{
|
|
3129
|
-
"kind": "field",
|
|
3130
|
-
"name": "preventPlaceClick",
|
|
3131
|
-
"type": {
|
|
3132
|
-
"text": "boolean"
|
|
3133
|
-
},
|
|
3134
|
-
"privacy": "public",
|
|
3135
|
-
"default": "false",
|
|
3136
|
-
"description": "Any click functionality is prevented",
|
|
3137
|
-
"attribute": "prevent-place-click",
|
|
3138
|
-
"inheritedFrom": {
|
|
3139
|
-
"name": "SeatReservationBaseElement",
|
|
3140
|
-
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3141
|
-
}
|
|
3142
|
-
},
|
|
3143
3281
|
{
|
|
3144
3282
|
"kind": "field",
|
|
3145
3283
|
"name": "_language",
|
|
@@ -3161,7 +3299,7 @@
|
|
|
3161
3299
|
"text": "array"
|
|
3162
3300
|
},
|
|
3163
3301
|
"privacy": "private",
|
|
3164
|
-
"default": "[ '
|
|
3302
|
+
"default": "[ 'DRIVER_AREA', 'COACH_PASSAGE', 'COACH_WALL_NO_PASSAGE', 'COMPARTMENT_PASSAGE', 'COMPARTMENT_PASSAGE_HIGH', 'COMPARTMENT_PASSAGE_MIDDLE', 'COMPARTMENT_PASSAGE_LOW', ]"
|
|
3165
3303
|
},
|
|
3166
3304
|
{
|
|
3167
3305
|
"kind": "field",
|
|
@@ -3174,7 +3312,7 @@
|
|
|
3174
3312
|
},
|
|
3175
3313
|
{
|
|
3176
3314
|
"kind": "method",
|
|
3177
|
-
"name": "
|
|
3315
|
+
"name": "_determineBaseFontSize",
|
|
3178
3316
|
"privacy": "private",
|
|
3179
3317
|
"return": {
|
|
3180
3318
|
"type": {
|
|
@@ -3192,6 +3330,34 @@
|
|
|
3192
3330
|
}
|
|
3193
3331
|
}
|
|
3194
3332
|
},
|
|
3333
|
+
{
|
|
3334
|
+
"kind": "method",
|
|
3335
|
+
"name": "_renderDeckLabels",
|
|
3336
|
+
"privacy": "private",
|
|
3337
|
+
"return": {
|
|
3338
|
+
"type": {
|
|
3339
|
+
"text": "TemplateResult[] | null"
|
|
3340
|
+
}
|
|
3341
|
+
}
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "method",
|
|
3345
|
+
"name": "_renderNavigationControlButton",
|
|
3346
|
+
"privacy": "private",
|
|
3347
|
+
"return": {
|
|
3348
|
+
"type": {
|
|
3349
|
+
"text": "TemplateResult | null"
|
|
3350
|
+
}
|
|
3351
|
+
},
|
|
3352
|
+
"parameters": [
|
|
3353
|
+
{
|
|
3354
|
+
"name": "btnDirection",
|
|
3355
|
+
"type": {
|
|
3356
|
+
"text": "string"
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
]
|
|
3360
|
+
},
|
|
3195
3361
|
{
|
|
3196
3362
|
"kind": "method",
|
|
3197
3363
|
"name": "_renderNavigation",
|
|
@@ -3213,11 +3379,19 @@
|
|
|
3213
3379
|
},
|
|
3214
3380
|
"parameters": [
|
|
3215
3381
|
{
|
|
3216
|
-
"name": "
|
|
3217
|
-
"
|
|
3382
|
+
"name": "seatReservation",
|
|
3383
|
+
"type": {
|
|
3384
|
+
"text": "SeatReservation"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"name": "deckIndex",
|
|
3218
3389
|
"type": {
|
|
3219
|
-
"text": "
|
|
3390
|
+
"text": "number"
|
|
3220
3391
|
}
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"name": "coaches"
|
|
3221
3395
|
}
|
|
3222
3396
|
]
|
|
3223
3397
|
},
|
|
@@ -3238,7 +3412,13 @@
|
|
|
3238
3412
|
}
|
|
3239
3413
|
},
|
|
3240
3414
|
{
|
|
3241
|
-
"name": "
|
|
3415
|
+
"name": "coachIndex",
|
|
3416
|
+
"type": {
|
|
3417
|
+
"text": "number"
|
|
3418
|
+
}
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"name": "coachDeckIndex",
|
|
3242
3422
|
"type": {
|
|
3243
3423
|
"text": "number"
|
|
3244
3424
|
}
|
|
@@ -3251,7 +3431,7 @@
|
|
|
3251
3431
|
"privacy": "private",
|
|
3252
3432
|
"return": {
|
|
3253
3433
|
"type": {
|
|
3254
|
-
"text": "
|
|
3434
|
+
"text": ""
|
|
3255
3435
|
}
|
|
3256
3436
|
},
|
|
3257
3437
|
"parameters": [
|
|
@@ -3260,12 +3440,6 @@
|
|
|
3260
3440
|
"type": {
|
|
3261
3441
|
"text": "CoachItem"
|
|
3262
3442
|
}
|
|
3263
|
-
},
|
|
3264
|
-
{
|
|
3265
|
-
"name": "coachIndex",
|
|
3266
|
-
"type": {
|
|
3267
|
-
"text": "number"
|
|
3268
|
-
}
|
|
3269
3443
|
}
|
|
3270
3444
|
]
|
|
3271
3445
|
},
|
|
@@ -3290,6 +3464,12 @@
|
|
|
3290
3464
|
"type": {
|
|
3291
3465
|
"text": "number"
|
|
3292
3466
|
}
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"name": "deckIndex",
|
|
3470
|
+
"type": {
|
|
3471
|
+
"text": "number"
|
|
3472
|
+
}
|
|
3293
3473
|
}
|
|
3294
3474
|
]
|
|
3295
3475
|
},
|
|
@@ -3314,6 +3494,12 @@
|
|
|
3314
3494
|
"type": {
|
|
3315
3495
|
"text": "number"
|
|
3316
3496
|
}
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"name": "deckIndex",
|
|
3500
|
+
"type": {
|
|
3501
|
+
"text": "number"
|
|
3502
|
+
}
|
|
3317
3503
|
}
|
|
3318
3504
|
]
|
|
3319
3505
|
},
|
|
@@ -3338,6 +3524,18 @@
|
|
|
3338
3524
|
"type": {
|
|
3339
3525
|
"text": "ElementDimension"
|
|
3340
3526
|
}
|
|
3527
|
+
},
|
|
3528
|
+
{
|
|
3529
|
+
"name": "coachIndex",
|
|
3530
|
+
"type": {
|
|
3531
|
+
"text": "number"
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"name": "coachDeckIndex",
|
|
3536
|
+
"type": {
|
|
3537
|
+
"text": "number"
|
|
3538
|
+
}
|
|
3341
3539
|
}
|
|
3342
3540
|
]
|
|
3343
3541
|
},
|
|
@@ -3368,8 +3566,22 @@
|
|
|
3368
3566
|
"type": {
|
|
3369
3567
|
"text": "ElementDimension"
|
|
3370
3568
|
}
|
|
3569
|
+
},
|
|
3570
|
+
{
|
|
3571
|
+
"name": "coachIndex",
|
|
3572
|
+
"type": {
|
|
3573
|
+
"text": "number"
|
|
3574
|
+
},
|
|
3575
|
+
"description": "used to generate a unique id for the popover trigger"
|
|
3576
|
+
},
|
|
3577
|
+
{
|
|
3578
|
+
"name": "coachDeckIndex",
|
|
3579
|
+
"type": {
|
|
3580
|
+
"text": "number"
|
|
3581
|
+
}
|
|
3371
3582
|
}
|
|
3372
|
-
]
|
|
3583
|
+
],
|
|
3584
|
+
"description": "creates a rendered element with an area component"
|
|
3373
3585
|
},
|
|
3374
3586
|
{
|
|
3375
3587
|
"kind": "method",
|
|
@@ -3411,6 +3623,18 @@
|
|
|
3411
3623
|
}
|
|
3412
3624
|
},
|
|
3413
3625
|
"parameters": [
|
|
3626
|
+
{
|
|
3627
|
+
"name": "coachIndex",
|
|
3628
|
+
"type": {
|
|
3629
|
+
"text": "number"
|
|
3630
|
+
}
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
"name": "coachDeckIndex",
|
|
3634
|
+
"type": {
|
|
3635
|
+
"text": "number"
|
|
3636
|
+
}
|
|
3637
|
+
},
|
|
3414
3638
|
{
|
|
3415
3639
|
"name": "serviceElements",
|
|
3416
3640
|
"optional": true,
|
|
@@ -3467,6 +3691,42 @@
|
|
|
3467
3691
|
}
|
|
3468
3692
|
}
|
|
3469
3693
|
},
|
|
3694
|
+
{
|
|
3695
|
+
"kind": "method",
|
|
3696
|
+
"name": "_popover",
|
|
3697
|
+
"privacy": "private",
|
|
3698
|
+
"return": {
|
|
3699
|
+
"type": {
|
|
3700
|
+
"text": "TemplateResult"
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
"parameters": [
|
|
3704
|
+
{
|
|
3705
|
+
"name": "triggerId",
|
|
3706
|
+
"type": {
|
|
3707
|
+
"text": "string"
|
|
3708
|
+
}
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
"name": "popoverContent",
|
|
3712
|
+
"type": {
|
|
3713
|
+
"text": "string | null | typeof nothing"
|
|
3714
|
+
}
|
|
3715
|
+
}
|
|
3716
|
+
],
|
|
3717
|
+
"description": "Creates a popover for extra service information"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"kind": "method",
|
|
3721
|
+
"name": "_closePopover",
|
|
3722
|
+
"privacy": "private",
|
|
3723
|
+
"return": {
|
|
3724
|
+
"type": {
|
|
3725
|
+
"text": "void"
|
|
3726
|
+
}
|
|
3727
|
+
},
|
|
3728
|
+
"description": "trigger to close all opened popovers (normally only one is opened at a time)"
|
|
3729
|
+
},
|
|
3470
3730
|
{
|
|
3471
3731
|
"kind": "method",
|
|
3472
3732
|
"name": "_getDescriptionTableCoach",
|
|
@@ -3482,6 +3742,12 @@
|
|
|
3482
3742
|
"type": {
|
|
3483
3743
|
"text": "CoachItem"
|
|
3484
3744
|
}
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"name": "coachIndex",
|
|
3748
|
+
"type": {
|
|
3749
|
+
"text": "number"
|
|
3750
|
+
}
|
|
3485
3751
|
}
|
|
3486
3752
|
]
|
|
3487
3753
|
},
|
|
@@ -3505,14 +3771,59 @@
|
|
|
3505
3771
|
},
|
|
3506
3772
|
{
|
|
3507
3773
|
"kind": "field",
|
|
3508
|
-
"name": "events",
|
|
3774
|
+
"name": "events",
|
|
3775
|
+
"privacy": "public",
|
|
3776
|
+
"static": true,
|
|
3777
|
+
"readonly": true,
|
|
3778
|
+
"default": "{ selectedplaces: 'selectedplaces', selectedcoach: 'selectedcoach', }",
|
|
3779
|
+
"type": {
|
|
3780
|
+
"text": "{\n selectedplaces: 'selectedplaces',\n selectedcoach: 'selectedcoach',\n }"
|
|
3781
|
+
},
|
|
3782
|
+
"inheritedFrom": {
|
|
3783
|
+
"name": "SeatReservationBaseElement",
|
|
3784
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"kind": "field",
|
|
3789
|
+
"name": "seatReservations",
|
|
3790
|
+
"type": {
|
|
3791
|
+
"text": "SeatReservation[]"
|
|
3792
|
+
},
|
|
3793
|
+
"privacy": "public",
|
|
3794
|
+
"default": "null!",
|
|
3795
|
+
"description": "The seat reservations array contains all coaches and places",
|
|
3796
|
+
"attribute": "seat-reservations",
|
|
3797
|
+
"inheritedFrom": {
|
|
3798
|
+
"name": "SeatReservationBaseElement",
|
|
3799
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3800
|
+
}
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"kind": "field",
|
|
3804
|
+
"name": "hasNavigation",
|
|
3805
|
+
"type": {
|
|
3806
|
+
"text": "boolean"
|
|
3807
|
+
},
|
|
3509
3808
|
"privacy": "public",
|
|
3510
|
-
"
|
|
3511
|
-
"
|
|
3512
|
-
"
|
|
3809
|
+
"default": "true",
|
|
3810
|
+
"description": "The seat reservation navigation can be toggled by this property",
|
|
3811
|
+
"attribute": "has-navigation",
|
|
3812
|
+
"inheritedFrom": {
|
|
3813
|
+
"name": "SeatReservationBaseElement",
|
|
3814
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3815
|
+
}
|
|
3816
|
+
},
|
|
3817
|
+
{
|
|
3818
|
+
"kind": "field",
|
|
3819
|
+
"name": "alignVertical",
|
|
3513
3820
|
"type": {
|
|
3514
|
-
"text": "
|
|
3821
|
+
"text": "boolean"
|
|
3515
3822
|
},
|
|
3823
|
+
"privacy": "public",
|
|
3824
|
+
"default": "false",
|
|
3825
|
+
"description": "The seat reservation area is aligned vertically",
|
|
3826
|
+
"attribute": "align-vertical",
|
|
3516
3827
|
"inheritedFrom": {
|
|
3517
3828
|
"name": "SeatReservationBaseElement",
|
|
3518
3829
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3548,6 +3859,65 @@
|
|
|
3548
3859
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3549
3860
|
}
|
|
3550
3861
|
},
|
|
3862
|
+
{
|
|
3863
|
+
"kind": "field",
|
|
3864
|
+
"name": "maxSeatReservations",
|
|
3865
|
+
"type": {
|
|
3866
|
+
"text": "number"
|
|
3867
|
+
},
|
|
3868
|
+
"privacy": "public",
|
|
3869
|
+
"default": "-1",
|
|
3870
|
+
"description": "Maximal number of possible clickable seats",
|
|
3871
|
+
"attribute": "max-seat-reservations",
|
|
3872
|
+
"inheritedFrom": {
|
|
3873
|
+
"name": "SeatReservationBaseElement",
|
|
3874
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3875
|
+
}
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"kind": "field",
|
|
3879
|
+
"name": "maxBicycleReservations",
|
|
3880
|
+
"type": {
|
|
3881
|
+
"text": "number"
|
|
3882
|
+
},
|
|
3883
|
+
"privacy": "public",
|
|
3884
|
+
"default": "-1",
|
|
3885
|
+
"description": "Maximal number of possible clickable bicycle places",
|
|
3886
|
+
"attribute": "max-bicycle-reservations",
|
|
3887
|
+
"inheritedFrom": {
|
|
3888
|
+
"name": "SeatReservationBaseElement",
|
|
3889
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3890
|
+
}
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"kind": "field",
|
|
3894
|
+
"name": "preventPlaceClick",
|
|
3895
|
+
"type": {
|
|
3896
|
+
"text": "boolean"
|
|
3897
|
+
},
|
|
3898
|
+
"privacy": "public",
|
|
3899
|
+
"default": "false",
|
|
3900
|
+
"description": "Any click functionality is prevented",
|
|
3901
|
+
"attribute": "prevent-place-click",
|
|
3902
|
+
"inheritedFrom": {
|
|
3903
|
+
"name": "SeatReservationBaseElement",
|
|
3904
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3905
|
+
}
|
|
3906
|
+
},
|
|
3907
|
+
{
|
|
3908
|
+
"kind": "field",
|
|
3909
|
+
"name": "preselectCoachIndex",
|
|
3910
|
+
"type": {
|
|
3911
|
+
"text": "number"
|
|
3912
|
+
},
|
|
3913
|
+
"privacy": "public",
|
|
3914
|
+
"default": "-1",
|
|
3915
|
+
"attribute": "preselect-coach-index",
|
|
3916
|
+
"inheritedFrom": {
|
|
3917
|
+
"name": "SeatReservationBaseElement",
|
|
3918
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3919
|
+
}
|
|
3920
|
+
},
|
|
3551
3921
|
{
|
|
3552
3922
|
"kind": "field",
|
|
3553
3923
|
"name": "selectedCoachIndex",
|
|
@@ -3574,6 +3944,19 @@
|
|
|
3574
3944
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3575
3945
|
}
|
|
3576
3946
|
},
|
|
3947
|
+
{
|
|
3948
|
+
"kind": "field",
|
|
3949
|
+
"name": "hoveredScrollCoachIndex",
|
|
3950
|
+
"type": {
|
|
3951
|
+
"text": "number"
|
|
3952
|
+
},
|
|
3953
|
+
"privacy": "protected",
|
|
3954
|
+
"default": "-1",
|
|
3955
|
+
"inheritedFrom": {
|
|
3956
|
+
"name": "SeatReservationBaseElement",
|
|
3957
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3958
|
+
}
|
|
3959
|
+
},
|
|
3577
3960
|
{
|
|
3578
3961
|
"kind": "field",
|
|
3579
3962
|
"name": "coachBorderPadding",
|
|
@@ -3587,6 +3970,19 @@
|
|
|
3587
3970
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3588
3971
|
}
|
|
3589
3972
|
},
|
|
3973
|
+
{
|
|
3974
|
+
"kind": "field",
|
|
3975
|
+
"name": "gapBetweenCoaches",
|
|
3976
|
+
"type": {
|
|
3977
|
+
"text": "number"
|
|
3978
|
+
},
|
|
3979
|
+
"privacy": "protected",
|
|
3980
|
+
"default": "4",
|
|
3981
|
+
"inheritedFrom": {
|
|
3982
|
+
"name": "SeatReservationBaseElement",
|
|
3983
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3984
|
+
}
|
|
3985
|
+
},
|
|
3590
3986
|
{
|
|
3591
3987
|
"kind": "field",
|
|
3592
3988
|
"name": "coachBorderOffset",
|
|
@@ -3596,6 +3992,32 @@
|
|
|
3596
3992
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3597
3993
|
}
|
|
3598
3994
|
},
|
|
3995
|
+
{
|
|
3996
|
+
"kind": "field",
|
|
3997
|
+
"name": "gapBetweenCoachDecks",
|
|
3998
|
+
"type": {
|
|
3999
|
+
"text": "number"
|
|
4000
|
+
},
|
|
4001
|
+
"privacy": "protected",
|
|
4002
|
+
"default": "48",
|
|
4003
|
+
"inheritedFrom": {
|
|
4004
|
+
"name": "SeatReservationBaseElement",
|
|
4005
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4006
|
+
}
|
|
4007
|
+
},
|
|
4008
|
+
{
|
|
4009
|
+
"kind": "field",
|
|
4010
|
+
"name": "coachNavButtonDim",
|
|
4011
|
+
"type": {
|
|
4012
|
+
"text": "number"
|
|
4013
|
+
},
|
|
4014
|
+
"privacy": "protected",
|
|
4015
|
+
"default": "0",
|
|
4016
|
+
"inheritedFrom": {
|
|
4017
|
+
"name": "SeatReservationBaseElement",
|
|
4018
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4019
|
+
}
|
|
4020
|
+
},
|
|
3599
4021
|
{
|
|
3600
4022
|
"kind": "field",
|
|
3601
4023
|
"name": "currScrollDirection",
|
|
@@ -3634,6 +4056,19 @@
|
|
|
3634
4056
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3635
4057
|
}
|
|
3636
4058
|
},
|
|
4059
|
+
{
|
|
4060
|
+
"kind": "field",
|
|
4061
|
+
"name": "scrollNavigationAreaDim",
|
|
4062
|
+
"type": {
|
|
4063
|
+
"text": "number"
|
|
4064
|
+
},
|
|
4065
|
+
"privacy": "protected",
|
|
4066
|
+
"default": "0",
|
|
4067
|
+
"inheritedFrom": {
|
|
4068
|
+
"name": "SeatReservationBaseElement",
|
|
4069
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4070
|
+
}
|
|
4071
|
+
},
|
|
3637
4072
|
{
|
|
3638
4073
|
"kind": "field",
|
|
3639
4074
|
"name": "triggerCoachPositionsCollection",
|
|
@@ -3673,6 +4108,19 @@
|
|
|
3673
4108
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3674
4109
|
}
|
|
3675
4110
|
},
|
|
4111
|
+
{
|
|
4112
|
+
"kind": "field",
|
|
4113
|
+
"name": "navigationScrollArea",
|
|
4114
|
+
"type": {
|
|
4115
|
+
"text": "HTMLElement"
|
|
4116
|
+
},
|
|
4117
|
+
"privacy": "protected",
|
|
4118
|
+
"default": "null!",
|
|
4119
|
+
"inheritedFrom": {
|
|
4120
|
+
"name": "SeatReservationBaseElement",
|
|
4121
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4122
|
+
}
|
|
4123
|
+
},
|
|
3676
4124
|
{
|
|
3677
4125
|
"kind": "field",
|
|
3678
4126
|
"name": "coachScrollArea",
|
|
@@ -3725,6 +4173,19 @@
|
|
|
3725
4173
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3726
4174
|
}
|
|
3727
4175
|
},
|
|
4176
|
+
{
|
|
4177
|
+
"kind": "field",
|
|
4178
|
+
"name": "currSelectedDeckIndex",
|
|
4179
|
+
"type": {
|
|
4180
|
+
"text": "number"
|
|
4181
|
+
},
|
|
4182
|
+
"privacy": "protected",
|
|
4183
|
+
"default": "0",
|
|
4184
|
+
"inheritedFrom": {
|
|
4185
|
+
"name": "SeatReservationBaseElement",
|
|
4186
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4187
|
+
}
|
|
4188
|
+
},
|
|
3728
4189
|
{
|
|
3729
4190
|
"kind": "field",
|
|
3730
4191
|
"name": "preventCoachScrollByPlaceClick",
|
|
@@ -3742,10 +4203,10 @@
|
|
|
3742
4203
|
"kind": "field",
|
|
3743
4204
|
"name": "selectedSeatReservationPlaces",
|
|
3744
4205
|
"type": {
|
|
3745
|
-
"text": "
|
|
4206
|
+
"text": "SeatReservationSelectedPlaces"
|
|
3746
4207
|
},
|
|
3747
4208
|
"privacy": "protected",
|
|
3748
|
-
"default": "[]",
|
|
4209
|
+
"default": "{ seats: [], bicycles: [], }",
|
|
3749
4210
|
"inheritedFrom": {
|
|
3750
4211
|
"name": "SeatReservationBaseElement",
|
|
3751
4212
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3803,6 +4264,19 @@
|
|
|
3803
4264
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
3804
4265
|
}
|
|
3805
4266
|
},
|
|
4267
|
+
{
|
|
4268
|
+
"kind": "field",
|
|
4269
|
+
"name": "hasMultipleDecks",
|
|
4270
|
+
"type": {
|
|
4271
|
+
"text": "boolean"
|
|
4272
|
+
},
|
|
4273
|
+
"privacy": "protected",
|
|
4274
|
+
"default": "false",
|
|
4275
|
+
"inheritedFrom": {
|
|
4276
|
+
"name": "SeatReservationBaseElement",
|
|
4277
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4278
|
+
}
|
|
4279
|
+
},
|
|
3806
4280
|
{
|
|
3807
4281
|
"kind": "field",
|
|
3808
4282
|
"name": "keyboardNavigationEvents",
|
|
@@ -3818,13 +4292,111 @@
|
|
|
3818
4292
|
},
|
|
3819
4293
|
{
|
|
3820
4294
|
"kind": "method",
|
|
3821
|
-
"name": "
|
|
4295
|
+
"name": "navigateByDirectionBtn",
|
|
4296
|
+
"privacy": "protected",
|
|
4297
|
+
"return": {
|
|
4298
|
+
"type": {
|
|
4299
|
+
"text": "void"
|
|
4300
|
+
}
|
|
4301
|
+
},
|
|
4302
|
+
"parameters": [
|
|
4303
|
+
{
|
|
4304
|
+
"name": "btnDirection",
|
|
4305
|
+
"type": {
|
|
4306
|
+
"text": "string"
|
|
4307
|
+
}
|
|
4308
|
+
}
|
|
4309
|
+
],
|
|
4310
|
+
"inheritedFrom": {
|
|
4311
|
+
"name": "SeatReservationBaseElement",
|
|
4312
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4313
|
+
}
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"kind": "method",
|
|
4317
|
+
"name": "initPrepairSeatReservationData",
|
|
4318
|
+
"privacy": "protected",
|
|
4319
|
+
"return": {
|
|
4320
|
+
"type": {
|
|
4321
|
+
"text": "void"
|
|
4322
|
+
}
|
|
4323
|
+
},
|
|
4324
|
+
"description": "Data can be prepared once for the entire component\nin order to avoid recurring iteration processes in rendering.",
|
|
4325
|
+
"inheritedFrom": {
|
|
4326
|
+
"name": "SeatReservationBaseElement",
|
|
4327
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4328
|
+
}
|
|
4329
|
+
},
|
|
4330
|
+
{
|
|
4331
|
+
"kind": "method",
|
|
4332
|
+
"name": "initNavigationSelectionByScrollEvent",
|
|
4333
|
+
"privacy": "protected",
|
|
4334
|
+
"return": {
|
|
4335
|
+
"type": {
|
|
4336
|
+
"text": "void"
|
|
4337
|
+
}
|
|
4338
|
+
},
|
|
4339
|
+
"inheritedFrom": {
|
|
4340
|
+
"name": "SeatReservationBaseElement",
|
|
4341
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4342
|
+
}
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
"kind": "method",
|
|
4346
|
+
"name": "onFocusTableCoachAndPreselectPlace",
|
|
4347
|
+
"privacy": "protected",
|
|
4348
|
+
"return": {
|
|
4349
|
+
"type": {
|
|
4350
|
+
"text": "void"
|
|
4351
|
+
}
|
|
4352
|
+
},
|
|
4353
|
+
"parameters": [
|
|
4354
|
+
{
|
|
4355
|
+
"name": "focusCoachIndex",
|
|
4356
|
+
"type": {
|
|
4357
|
+
"text": "number"
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
4360
|
+
],
|
|
4361
|
+
"description": "If no navigation exists (property setting -> hasNavigation) and a table coach gets the focus,\nthe first place in the coach must be automatically preselected to control the place navigation via keyboard",
|
|
4362
|
+
"inheritedFrom": {
|
|
4363
|
+
"name": "SeatReservationBaseElement",
|
|
4364
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4365
|
+
}
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"kind": "method",
|
|
4369
|
+
"name": "handleKeyboardEvent",
|
|
4370
|
+
"privacy": "protected",
|
|
4371
|
+
"return": {
|
|
4372
|
+
"type": {
|
|
4373
|
+
"text": "void"
|
|
4374
|
+
}
|
|
4375
|
+
},
|
|
4376
|
+
"parameters": [
|
|
4377
|
+
{
|
|
4378
|
+
"name": "event",
|
|
4379
|
+
"type": {
|
|
4380
|
+
"text": "KeyboardEvent"
|
|
4381
|
+
}
|
|
4382
|
+
}
|
|
4383
|
+
],
|
|
4384
|
+
"description": "Initialisation of Keyboard event handling to navigation between each places inside a selected coach by using [arrow] keys.\nWith the [TAB] key the user navigation goes to the next coach navigation element and the currently selected place is automatically reset.",
|
|
4385
|
+
"inheritedFrom": {
|
|
4386
|
+
"name": "SeatReservationBaseElement",
|
|
4387
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
"kind": "method",
|
|
4392
|
+
"name": "preselectPlaceInCoach",
|
|
3822
4393
|
"privacy": "protected",
|
|
3823
4394
|
"return": {
|
|
3824
4395
|
"type": {
|
|
3825
4396
|
"text": "void"
|
|
3826
4397
|
}
|
|
3827
4398
|
},
|
|
4399
|
+
"description": "Selects a place inside the coach if navigated via keyboard,\notherwise the coach grid is selected (necessary for ScreenReader)",
|
|
3828
4400
|
"inheritedFrom": {
|
|
3829
4401
|
"name": "SeatReservationBaseElement",
|
|
3830
4402
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3832,7 +4404,7 @@
|
|
|
3832
4404
|
},
|
|
3833
4405
|
{
|
|
3834
4406
|
"kind": "method",
|
|
3835
|
-
"name": "
|
|
4407
|
+
"name": "scrollToSelectedNavCoach",
|
|
3836
4408
|
"privacy": "protected",
|
|
3837
4409
|
"return": {
|
|
3838
4410
|
"type": {
|
|
@@ -3841,13 +4413,12 @@
|
|
|
3841
4413
|
},
|
|
3842
4414
|
"parameters": [
|
|
3843
4415
|
{
|
|
3844
|
-
"name": "
|
|
4416
|
+
"name": "selectedNavCoachIndex",
|
|
3845
4417
|
"type": {
|
|
3846
4418
|
"text": "number"
|
|
3847
4419
|
}
|
|
3848
4420
|
}
|
|
3849
4421
|
],
|
|
3850
|
-
"description": "If no navigation exists (property setting -> hasNavigation) and a table coach gets the focus,\nthe first place in the coach must be automatically preselected to control the place navigation via keyboard",
|
|
3851
4422
|
"inheritedFrom": {
|
|
3852
4423
|
"name": "SeatReservationBaseElement",
|
|
3853
4424
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3855,7 +4426,7 @@
|
|
|
3855
4426
|
},
|
|
3856
4427
|
{
|
|
3857
4428
|
"kind": "method",
|
|
3858
|
-
"name": "
|
|
4429
|
+
"name": "focusPlaceElement",
|
|
3859
4430
|
"privacy": "protected",
|
|
3860
4431
|
"return": {
|
|
3861
4432
|
"type": {
|
|
@@ -3864,13 +4435,12 @@
|
|
|
3864
4435
|
},
|
|
3865
4436
|
"parameters": [
|
|
3866
4437
|
{
|
|
3867
|
-
"name": "
|
|
4438
|
+
"name": "place",
|
|
3868
4439
|
"type": {
|
|
3869
|
-
"text": "
|
|
4440
|
+
"text": "Place | null"
|
|
3870
4441
|
}
|
|
3871
4442
|
}
|
|
3872
4443
|
],
|
|
3873
|
-
"description": "Initialisation of Keyboard event handling to navigation between each places inside a selected coach by using [arrow] keys.\nWith the [TAB] key the user navigation goes to the next coach navigation element and the currently selected place is automatically reset.",
|
|
3874
4444
|
"inheritedFrom": {
|
|
3875
4445
|
"name": "SeatReservationBaseElement",
|
|
3876
4446
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3878,14 +4448,13 @@
|
|
|
3878
4448
|
},
|
|
3879
4449
|
{
|
|
3880
4450
|
"kind": "method",
|
|
3881
|
-
"name": "
|
|
4451
|
+
"name": "unfocusPlaceElement",
|
|
3882
4452
|
"privacy": "protected",
|
|
3883
4453
|
"return": {
|
|
3884
4454
|
"type": {
|
|
3885
4455
|
"text": "void"
|
|
3886
4456
|
}
|
|
3887
4457
|
},
|
|
3888
|
-
"description": "Selects a place inside the coach if navigated via keyboard,\notherwise the coach grid is selected (necessary for ScreenReader)",
|
|
3889
4458
|
"inheritedFrom": {
|
|
3890
4459
|
"name": "SeatReservationBaseElement",
|
|
3891
4460
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3893,18 +4462,39 @@
|
|
|
3893
4462
|
},
|
|
3894
4463
|
{
|
|
3895
4464
|
"kind": "method",
|
|
3896
|
-
"name": "
|
|
4465
|
+
"name": "getCalculatedDimension",
|
|
3897
4466
|
"privacy": "protected",
|
|
3898
4467
|
"return": {
|
|
3899
4468
|
"type": {
|
|
3900
|
-
"text": "
|
|
4469
|
+
"text": "ElementDimension"
|
|
3901
4470
|
}
|
|
3902
4471
|
},
|
|
3903
4472
|
"parameters": [
|
|
3904
4473
|
{
|
|
3905
|
-
"name": "
|
|
4474
|
+
"name": "elementDimension",
|
|
3906
4475
|
"type": {
|
|
3907
|
-
"text": "
|
|
4476
|
+
"text": "ElementDimension"
|
|
4477
|
+
}
|
|
4478
|
+
},
|
|
4479
|
+
{
|
|
4480
|
+
"name": "coachDimension",
|
|
4481
|
+
"optional": true,
|
|
4482
|
+
"type": {
|
|
4483
|
+
"text": "ElementDimension"
|
|
4484
|
+
}
|
|
4485
|
+
},
|
|
4486
|
+
{
|
|
4487
|
+
"name": "isOriginHeight",
|
|
4488
|
+
"optional": true,
|
|
4489
|
+
"type": {
|
|
4490
|
+
"text": "boolean"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"name": "isStretchHeight",
|
|
4495
|
+
"optional": true,
|
|
4496
|
+
"type": {
|
|
4497
|
+
"text": "boolean"
|
|
3908
4498
|
}
|
|
3909
4499
|
}
|
|
3910
4500
|
],
|
|
@@ -3915,14 +4505,42 @@
|
|
|
3915
4505
|
},
|
|
3916
4506
|
{
|
|
3917
4507
|
"kind": "method",
|
|
3918
|
-
"name": "
|
|
3919
|
-
"privacy": "
|
|
4508
|
+
"name": "getCalculatedPosition",
|
|
4509
|
+
"privacy": "protected",
|
|
3920
4510
|
"return": {
|
|
3921
4511
|
"type": {
|
|
3922
|
-
"text": "
|
|
4512
|
+
"text": "ElementPosition"
|
|
3923
4513
|
}
|
|
3924
4514
|
},
|
|
3925
|
-
"
|
|
4515
|
+
"parameters": [
|
|
4516
|
+
{
|
|
4517
|
+
"name": "elementPosition",
|
|
4518
|
+
"type": {
|
|
4519
|
+
"text": "ElementPosition"
|
|
4520
|
+
}
|
|
4521
|
+
},
|
|
4522
|
+
{
|
|
4523
|
+
"name": "elementDimension",
|
|
4524
|
+
"optional": true,
|
|
4525
|
+
"type": {
|
|
4526
|
+
"text": "ElementDimension"
|
|
4527
|
+
}
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"name": "coachDimension",
|
|
4531
|
+
"optional": true,
|
|
4532
|
+
"type": {
|
|
4533
|
+
"text": "ElementDimension"
|
|
4534
|
+
}
|
|
4535
|
+
},
|
|
4536
|
+
{
|
|
4537
|
+
"name": "isOriginHeight",
|
|
4538
|
+
"optional": true,
|
|
4539
|
+
"type": {
|
|
4540
|
+
"text": "boolean"
|
|
4541
|
+
}
|
|
4542
|
+
}
|
|
4543
|
+
],
|
|
3926
4544
|
"inheritedFrom": {
|
|
3927
4545
|
"name": "SeatReservationBaseElement",
|
|
3928
4546
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3930,14 +4548,22 @@
|
|
|
3930
4548
|
},
|
|
3931
4549
|
{
|
|
3932
4550
|
"kind": "method",
|
|
3933
|
-
"name": "
|
|
3934
|
-
"privacy": "
|
|
4551
|
+
"name": "getAvailableFreePlacesNumFromCoach",
|
|
4552
|
+
"privacy": "protected",
|
|
3935
4553
|
"return": {
|
|
3936
4554
|
"type": {
|
|
3937
4555
|
"text": ""
|
|
3938
4556
|
}
|
|
3939
4557
|
},
|
|
3940
|
-
"
|
|
4558
|
+
"parameters": [
|
|
4559
|
+
{
|
|
4560
|
+
"name": "coachIndex",
|
|
4561
|
+
"type": {
|
|
4562
|
+
"text": "number"
|
|
4563
|
+
}
|
|
4564
|
+
}
|
|
4565
|
+
],
|
|
4566
|
+
"description": "Counts all available seats together depending on the seat type",
|
|
3941
4567
|
"inheritedFrom": {
|
|
3942
4568
|
"name": "SeatReservationBaseElement",
|
|
3943
4569
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3945,14 +4571,22 @@
|
|
|
3945
4571
|
},
|
|
3946
4572
|
{
|
|
3947
4573
|
"kind": "method",
|
|
3948
|
-
"name": "
|
|
4574
|
+
"name": "_scrollToSelectedNavigationButton",
|
|
3949
4575
|
"privacy": "private",
|
|
3950
4576
|
"return": {
|
|
3951
4577
|
"type": {
|
|
3952
4578
|
"text": "void"
|
|
3953
4579
|
}
|
|
3954
4580
|
},
|
|
3955
|
-
"
|
|
4581
|
+
"parameters": [
|
|
4582
|
+
{
|
|
4583
|
+
"name": "selectedNavCoachIndex",
|
|
4584
|
+
"type": {
|
|
4585
|
+
"text": "number"
|
|
4586
|
+
}
|
|
4587
|
+
}
|
|
4588
|
+
],
|
|
4589
|
+
"description": "Performs an automatic main navigation scroll to the specified selectedNavCoachIndex.\nCalculates the central scroll offset of the nav coach to be selected.",
|
|
3956
4590
|
"inheritedFrom": {
|
|
3957
4591
|
"name": "SeatReservationBaseElement",
|
|
3958
4592
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3960,14 +4594,14 @@
|
|
|
3960
4594
|
},
|
|
3961
4595
|
{
|
|
3962
4596
|
"kind": "method",
|
|
3963
|
-
"name": "
|
|
4597
|
+
"name": "_setScrollDirectionByCoachIndex",
|
|
3964
4598
|
"privacy": "private",
|
|
3965
4599
|
"return": {
|
|
3966
4600
|
"type": {
|
|
3967
|
-
"text": ""
|
|
4601
|
+
"text": "void"
|
|
3968
4602
|
}
|
|
3969
4603
|
},
|
|
3970
|
-
"description": "
|
|
4604
|
+
"description": "Sets the new ScrollDirection by the new given target coach index.",
|
|
3971
4605
|
"inheritedFrom": {
|
|
3972
4606
|
"name": "SeatReservationBaseElement",
|
|
3973
4607
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3975,14 +4609,14 @@
|
|
|
3975
4609
|
},
|
|
3976
4610
|
{
|
|
3977
4611
|
"kind": "method",
|
|
3978
|
-
"name": "
|
|
4612
|
+
"name": "_getCoachScrollPositionX",
|
|
3979
4613
|
"privacy": "private",
|
|
3980
4614
|
"return": {
|
|
3981
4615
|
"type": {
|
|
3982
4616
|
"text": ""
|
|
3983
4617
|
}
|
|
3984
4618
|
},
|
|
3985
|
-
"description": "Returns the coach
|
|
4619
|
+
"description": "Returns the scroll start or end position X from the selected coach.\nIn case the user is currently navigating through places by keyboard and goes to previous coach,\nthen we return the end position of the coach to get the closest scroll position of the next focus place.",
|
|
3986
4620
|
"inheritedFrom": {
|
|
3987
4621
|
"name": "SeatReservationBaseElement",
|
|
3988
4622
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -3990,14 +4624,14 @@
|
|
|
3990
4624
|
},
|
|
3991
4625
|
{
|
|
3992
4626
|
"kind": "method",
|
|
3993
|
-
"name": "
|
|
4627
|
+
"name": "_setFocusToSelectedCoachGrid",
|
|
3994
4628
|
"privacy": "private",
|
|
3995
4629
|
"return": {
|
|
3996
4630
|
"type": {
|
|
3997
|
-
"text": ""
|
|
4631
|
+
"text": "void"
|
|
3998
4632
|
}
|
|
3999
4633
|
},
|
|
4000
|
-
"description": "
|
|
4634
|
+
"description": "Sets the focus on the HTML table (grid) caption element so that the heading is read out when using a ScreenReader.",
|
|
4001
4635
|
"inheritedFrom": {
|
|
4002
4636
|
"name": "SeatReservationBaseElement",
|
|
4003
4637
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -4005,23 +4639,14 @@
|
|
|
4005
4639
|
},
|
|
4006
4640
|
{
|
|
4007
4641
|
"kind": "method",
|
|
4008
|
-
"name": "
|
|
4642
|
+
"name": "_isScrollableToSelectedCoach",
|
|
4009
4643
|
"privacy": "private",
|
|
4010
4644
|
"return": {
|
|
4011
4645
|
"type": {
|
|
4012
4646
|
"text": ""
|
|
4013
4647
|
}
|
|
4014
4648
|
},
|
|
4015
|
-
"
|
|
4016
|
-
{
|
|
4017
|
-
"name": "pressedKey",
|
|
4018
|
-
"optional": true,
|
|
4019
|
-
"type": {
|
|
4020
|
-
"text": "string"
|
|
4021
|
-
}
|
|
4022
|
-
}
|
|
4023
|
-
],
|
|
4024
|
-
"description": "To get the correct closest place of current pressed key and the current selected place,\nwe have to investigate the coordinates of each place to find the closest place of the currSelectedPlaceElementId.",
|
|
4649
|
+
"description": "Returns whether the current scrolled position can be used to scroll to the selected wagon",
|
|
4025
4650
|
"inheritedFrom": {
|
|
4026
4651
|
"name": "SeatReservationBaseElement",
|
|
4027
4652
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -4029,28 +4654,14 @@
|
|
|
4029
4654
|
},
|
|
4030
4655
|
{
|
|
4031
4656
|
"kind": "method",
|
|
4032
|
-
"name": "
|
|
4033
|
-
"privacy": "
|
|
4657
|
+
"name": "_getCoachIndexByScrollTriggerPosition",
|
|
4658
|
+
"privacy": "private",
|
|
4034
4659
|
"return": {
|
|
4035
4660
|
"type": {
|
|
4036
|
-
"text": "
|
|
4661
|
+
"text": ""
|
|
4037
4662
|
}
|
|
4038
4663
|
},
|
|
4039
|
-
"
|
|
4040
|
-
{
|
|
4041
|
-
"name": "place",
|
|
4042
|
-
"type": {
|
|
4043
|
-
"text": "Place | null"
|
|
4044
|
-
}
|
|
4045
|
-
},
|
|
4046
|
-
{
|
|
4047
|
-
"name": "coachIndex",
|
|
4048
|
-
"optional": true,
|
|
4049
|
-
"type": {
|
|
4050
|
-
"text": "number"
|
|
4051
|
-
}
|
|
4052
|
-
}
|
|
4053
|
-
],
|
|
4664
|
+
"description": "Returns the coach index which is currently visible in the scroll area",
|
|
4054
4665
|
"inheritedFrom": {
|
|
4055
4666
|
"name": "SeatReservationBaseElement",
|
|
4056
4667
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -4058,13 +4669,14 @@
|
|
|
4058
4669
|
},
|
|
4059
4670
|
{
|
|
4060
4671
|
"kind": "method",
|
|
4061
|
-
"name": "
|
|
4062
|
-
"privacy": "
|
|
4672
|
+
"name": "_getFirstPlaceInSelecedCoach",
|
|
4673
|
+
"privacy": "private",
|
|
4063
4674
|
"return": {
|
|
4064
4675
|
"type": {
|
|
4065
|
-
"text": "
|
|
4676
|
+
"text": ""
|
|
4066
4677
|
}
|
|
4067
4678
|
},
|
|
4679
|
+
"description": "Get the first place of current selected coach by table cell coordinate 0-0 id.",
|
|
4068
4680
|
"inheritedFrom": {
|
|
4069
4681
|
"name": "SeatReservationBaseElement",
|
|
4070
4682
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -4072,39 +4684,24 @@
|
|
|
4072
4684
|
},
|
|
4073
4685
|
{
|
|
4074
4686
|
"kind": "method",
|
|
4075
|
-
"name": "
|
|
4076
|
-
"privacy": "
|
|
4687
|
+
"name": "_getSwitchedCoachDeckIndexByKeyNavigation",
|
|
4688
|
+
"privacy": "private",
|
|
4077
4689
|
"return": {
|
|
4078
4690
|
"type": {
|
|
4079
|
-
"text": "
|
|
4691
|
+
"text": "number | null"
|
|
4080
4692
|
}
|
|
4081
4693
|
},
|
|
4082
4694
|
"parameters": [
|
|
4083
4695
|
{
|
|
4084
|
-
"name": "
|
|
4085
|
-
"type": {
|
|
4086
|
-
"text": "ElementDimension"
|
|
4087
|
-
}
|
|
4088
|
-
},
|
|
4089
|
-
{
|
|
4090
|
-
"name": "coachDimension",
|
|
4091
|
-
"optional": true,
|
|
4092
|
-
"type": {
|
|
4093
|
-
"text": "ElementDimension"
|
|
4094
|
-
}
|
|
4095
|
-
},
|
|
4096
|
-
{
|
|
4097
|
-
"name": "isOriginHeight",
|
|
4098
|
-
"optional": true,
|
|
4696
|
+
"name": "pressedKey",
|
|
4099
4697
|
"type": {
|
|
4100
|
-
"text": "
|
|
4698
|
+
"text": "string"
|
|
4101
4699
|
}
|
|
4102
4700
|
},
|
|
4103
4701
|
{
|
|
4104
|
-
"name": "
|
|
4105
|
-
"optional": true,
|
|
4702
|
+
"name": "coach",
|
|
4106
4703
|
"type": {
|
|
4107
|
-
"text": "
|
|
4704
|
+
"text": "CoachItem"
|
|
4108
4705
|
}
|
|
4109
4706
|
}
|
|
4110
4707
|
],
|
|
@@ -4115,42 +4712,23 @@
|
|
|
4115
4712
|
},
|
|
4116
4713
|
{
|
|
4117
4714
|
"kind": "method",
|
|
4118
|
-
"name": "
|
|
4119
|
-
"privacy": "
|
|
4715
|
+
"name": "_getClosestPlaceByKeyDirection",
|
|
4716
|
+
"privacy": "private",
|
|
4120
4717
|
"return": {
|
|
4121
4718
|
"type": {
|
|
4122
|
-
"text": "
|
|
4719
|
+
"text": ""
|
|
4123
4720
|
}
|
|
4124
4721
|
},
|
|
4125
4722
|
"parameters": [
|
|
4126
4723
|
{
|
|
4127
|
-
"name": "
|
|
4128
|
-
"type": {
|
|
4129
|
-
"text": "ElementPosition"
|
|
4130
|
-
}
|
|
4131
|
-
},
|
|
4132
|
-
{
|
|
4133
|
-
"name": "elementDimension",
|
|
4134
|
-
"optional": true,
|
|
4135
|
-
"type": {
|
|
4136
|
-
"text": "ElementDimension"
|
|
4137
|
-
}
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"name": "coachDimension",
|
|
4141
|
-
"optional": true,
|
|
4142
|
-
"type": {
|
|
4143
|
-
"text": "ElementDimension"
|
|
4144
|
-
}
|
|
4145
|
-
},
|
|
4146
|
-
{
|
|
4147
|
-
"name": "isOriginHeight",
|
|
4724
|
+
"name": "pressedKey",
|
|
4148
4725
|
"optional": true,
|
|
4149
4726
|
"type": {
|
|
4150
|
-
"text": "
|
|
4727
|
+
"text": "string"
|
|
4151
4728
|
}
|
|
4152
4729
|
}
|
|
4153
4730
|
],
|
|
4731
|
+
"description": "To get the correct closest place of current pressed key and the current selected place,\nwe have to investigate the coordinates of each place to find the closest place of the currSelectedPlaceElementId.",
|
|
4154
4732
|
"inheritedFrom": {
|
|
4155
4733
|
"name": "SeatReservationBaseElement",
|
|
4156
4734
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -4268,6 +4846,40 @@
|
|
|
4268
4846
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4269
4847
|
}
|
|
4270
4848
|
},
|
|
4849
|
+
{
|
|
4850
|
+
"kind": "method",
|
|
4851
|
+
"name": "_updateSelectedSeatReservationPlaces",
|
|
4852
|
+
"privacy": "private",
|
|
4853
|
+
"return": {
|
|
4854
|
+
"type": {
|
|
4855
|
+
"text": "SeatReservationPlaceSelection[]"
|
|
4856
|
+
}
|
|
4857
|
+
},
|
|
4858
|
+
"parameters": [
|
|
4859
|
+
{
|
|
4860
|
+
"name": "selectedSeatReservationPlaces",
|
|
4861
|
+
"type": {
|
|
4862
|
+
"text": "SeatReservationPlaceSelection[]"
|
|
4863
|
+
}
|
|
4864
|
+
},
|
|
4865
|
+
{
|
|
4866
|
+
"name": "maxReservations",
|
|
4867
|
+
"type": {
|
|
4868
|
+
"text": "number"
|
|
4869
|
+
}
|
|
4870
|
+
},
|
|
4871
|
+
{
|
|
4872
|
+
"name": "placeSelection",
|
|
4873
|
+
"type": {
|
|
4874
|
+
"text": "PlaceSelection"
|
|
4875
|
+
}
|
|
4876
|
+
}
|
|
4877
|
+
],
|
|
4878
|
+
"inheritedFrom": {
|
|
4879
|
+
"name": "SeatReservationBaseElement",
|
|
4880
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4881
|
+
}
|
|
4882
|
+
},
|
|
4271
4883
|
{
|
|
4272
4884
|
"kind": "method",
|
|
4273
4885
|
"name": "updateCurrentSelectedPlaceInCoach",
|
|
@@ -4325,10 +4937,16 @@
|
|
|
4325
4937
|
"privacy": "private",
|
|
4326
4938
|
"return": {
|
|
4327
4939
|
"type": {
|
|
4328
|
-
"text": "
|
|
4940
|
+
"text": "SeatReservationPlaceSelection[]"
|
|
4329
4941
|
}
|
|
4330
4942
|
},
|
|
4331
4943
|
"parameters": [
|
|
4944
|
+
{
|
|
4945
|
+
"name": "reservationPlaceSelections",
|
|
4946
|
+
"type": {
|
|
4947
|
+
"text": "SeatReservationPlaceSelection[]"
|
|
4948
|
+
}
|
|
4949
|
+
},
|
|
4332
4950
|
{
|
|
4333
4951
|
"name": "currSelectedPlace",
|
|
4334
4952
|
"optional": true,
|
|
@@ -4367,11 +4985,11 @@
|
|
|
4367
4985
|
},
|
|
4368
4986
|
{
|
|
4369
4987
|
"kind": "method",
|
|
4370
|
-
"name": "
|
|
4988
|
+
"name": "_getSeatReservationSelectedCoach",
|
|
4371
4989
|
"privacy": "private",
|
|
4372
4990
|
"return": {
|
|
4373
4991
|
"type": {
|
|
4374
|
-
"text": "
|
|
4992
|
+
"text": "SeatReservationSelectedCoach | null"
|
|
4375
4993
|
}
|
|
4376
4994
|
},
|
|
4377
4995
|
"parameters": [
|
|
@@ -4411,32 +5029,14 @@
|
|
|
4411
5029
|
},
|
|
4412
5030
|
{
|
|
4413
5031
|
"kind": "method",
|
|
4414
|
-
"name": "
|
|
5032
|
+
"name": "_prepairCoachDriverArea",
|
|
4415
5033
|
"privacy": "private",
|
|
4416
5034
|
"return": {
|
|
4417
5035
|
"type": {
|
|
4418
|
-
"text": ""
|
|
5036
|
+
"text": "void"
|
|
4419
5037
|
}
|
|
4420
5038
|
},
|
|
4421
|
-
"
|
|
4422
|
-
{
|
|
4423
|
-
"name": "placeNumber",
|
|
4424
|
-
"optional": true,
|
|
4425
|
-
"type": {
|
|
4426
|
-
"text": "string"
|
|
4427
|
-
},
|
|
4428
|
-
"description": "optional as string"
|
|
4429
|
-
},
|
|
4430
|
-
{
|
|
4431
|
-
"name": "coachIndex",
|
|
4432
|
-
"optional": true,
|
|
4433
|
-
"type": {
|
|
4434
|
-
"text": "number"
|
|
4435
|
-
},
|
|
4436
|
-
"description": "optional as string"
|
|
4437
|
-
}
|
|
4438
|
-
],
|
|
4439
|
-
"description": "Returns the current selected place HTML element by given placeNumber and coachIndex.\nIf both doesnt exist, we try to return the place HTML element by the _currentSelectedPlaceElementId",
|
|
5039
|
+
"description": "Prepares all coaches with the values for whether there is a driver area left or right",
|
|
4440
5040
|
"inheritedFrom": {
|
|
4441
5041
|
"name": "SeatReservationBaseElement",
|
|
4442
5042
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -4444,28 +5044,35 @@
|
|
|
4444
5044
|
},
|
|
4445
5045
|
{
|
|
4446
5046
|
"kind": "method",
|
|
4447
|
-
"name": "
|
|
5047
|
+
"name": "_getPlaceHtmlElement",
|
|
4448
5048
|
"privacy": "private",
|
|
4449
5049
|
"return": {
|
|
4450
5050
|
"type": {
|
|
4451
|
-
"text": "
|
|
5051
|
+
"text": ""
|
|
4452
5052
|
}
|
|
4453
5053
|
},
|
|
5054
|
+
"description": "Returns the current selected place HTML element by currSelectedPlaceElementId.",
|
|
4454
5055
|
"inheritedFrom": {
|
|
4455
5056
|
"name": "SeatReservationBaseElement",
|
|
4456
5057
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4457
5058
|
}
|
|
4458
5059
|
}
|
|
4459
5060
|
],
|
|
5061
|
+
"superclass": {
|
|
5062
|
+
"name": "SeatReservationBaseElement",
|
|
5063
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5064
|
+
},
|
|
5065
|
+
"tagName": "sbb-seat-reservation",
|
|
5066
|
+
"customElement": true,
|
|
4460
5067
|
"attributes": [
|
|
4461
5068
|
{
|
|
4462
|
-
"name": "seat-
|
|
5069
|
+
"name": "seat-reservations",
|
|
4463
5070
|
"type": {
|
|
4464
|
-
"text": "SeatReservation"
|
|
5071
|
+
"text": "SeatReservation[]"
|
|
4465
5072
|
},
|
|
4466
5073
|
"default": "null!",
|
|
4467
|
-
"description": "The seat
|
|
4468
|
-
"fieldName": "
|
|
5074
|
+
"description": "The seat reservations array contains all coaches and places",
|
|
5075
|
+
"fieldName": "seatReservations",
|
|
4469
5076
|
"inheritedFrom": {
|
|
4470
5077
|
"name": "SeatReservationBaseElement",
|
|
4471
5078
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -4490,7 +5097,7 @@
|
|
|
4490
5097
|
"text": "boolean"
|
|
4491
5098
|
},
|
|
4492
5099
|
"default": "false",
|
|
4493
|
-
"description": "
|
|
5100
|
+
"description": "The seat reservation area is aligned vertically",
|
|
4494
5101
|
"fieldName": "alignVertical",
|
|
4495
5102
|
"inheritedFrom": {
|
|
4496
5103
|
"name": "SeatReservationBaseElement",
|
|
@@ -4498,69 +5105,88 @@
|
|
|
4498
5105
|
}
|
|
4499
5106
|
},
|
|
4500
5107
|
{
|
|
4501
|
-
"name": "
|
|
5108
|
+
"name": "base-grid-size",
|
|
5109
|
+
"type": {
|
|
5110
|
+
"text": "number"
|
|
5111
|
+
},
|
|
5112
|
+
"default": "16",
|
|
5113
|
+
"description": "The seat reservation area's base grid size",
|
|
5114
|
+
"fieldName": "baseGridSize",
|
|
5115
|
+
"inheritedFrom": {
|
|
5116
|
+
"name": "SeatReservationBaseElement",
|
|
5117
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5118
|
+
}
|
|
5119
|
+
},
|
|
5120
|
+
{
|
|
5121
|
+
"name": "height",
|
|
4502
5122
|
"type": {
|
|
4503
5123
|
"text": "number"
|
|
4504
5124
|
},
|
|
4505
5125
|
"default": "null!",
|
|
4506
|
-
"description": "
|
|
4507
|
-
"fieldName": "
|
|
5126
|
+
"description": "The seat reservation area's width",
|
|
5127
|
+
"fieldName": "height",
|
|
4508
5128
|
"inheritedFrom": {
|
|
4509
5129
|
"name": "SeatReservationBaseElement",
|
|
4510
5130
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4511
5131
|
}
|
|
4512
5132
|
},
|
|
4513
5133
|
{
|
|
4514
|
-
"name": "
|
|
5134
|
+
"name": "max-seat-reservations",
|
|
4515
5135
|
"type": {
|
|
4516
|
-
"text": "
|
|
5136
|
+
"text": "number"
|
|
4517
5137
|
},
|
|
4518
|
-
"default": "
|
|
4519
|
-
"description": "
|
|
4520
|
-
"fieldName": "
|
|
5138
|
+
"default": "-1",
|
|
5139
|
+
"description": "Maximal number of possible clickable seats",
|
|
5140
|
+
"fieldName": "maxSeatReservations",
|
|
4521
5141
|
"inheritedFrom": {
|
|
4522
5142
|
"name": "SeatReservationBaseElement",
|
|
4523
5143
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4524
5144
|
}
|
|
4525
5145
|
},
|
|
4526
5146
|
{
|
|
4527
|
-
"name": "
|
|
5147
|
+
"name": "max-bicycle-reservations",
|
|
4528
5148
|
"type": {
|
|
4529
5149
|
"text": "number"
|
|
4530
5150
|
},
|
|
4531
|
-
"default": "
|
|
4532
|
-
"description": "
|
|
4533
|
-
"fieldName": "
|
|
5151
|
+
"default": "-1",
|
|
5152
|
+
"description": "Maximal number of possible clickable bicycle places",
|
|
5153
|
+
"fieldName": "maxBicycleReservations",
|
|
4534
5154
|
"inheritedFrom": {
|
|
4535
5155
|
"name": "SeatReservationBaseElement",
|
|
4536
5156
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4537
5157
|
}
|
|
4538
5158
|
},
|
|
4539
5159
|
{
|
|
4540
|
-
"name": "
|
|
5160
|
+
"name": "prevent-place-click",
|
|
5161
|
+
"type": {
|
|
5162
|
+
"text": "boolean"
|
|
5163
|
+
},
|
|
5164
|
+
"default": "false",
|
|
5165
|
+
"description": "Any click functionality is prevented",
|
|
5166
|
+
"fieldName": "preventPlaceClick",
|
|
5167
|
+
"inheritedFrom": {
|
|
5168
|
+
"name": "SeatReservationBaseElement",
|
|
5169
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5170
|
+
}
|
|
5171
|
+
},
|
|
5172
|
+
{
|
|
5173
|
+
"name": "preselect-coach-index",
|
|
4541
5174
|
"type": {
|
|
4542
5175
|
"text": "number"
|
|
4543
5176
|
},
|
|
4544
|
-
"default": "
|
|
4545
|
-
"
|
|
4546
|
-
"fieldName": "height",
|
|
5177
|
+
"default": "-1",
|
|
5178
|
+
"fieldName": "preselectCoachIndex",
|
|
4547
5179
|
"inheritedFrom": {
|
|
4548
5180
|
"name": "SeatReservationBaseElement",
|
|
4549
5181
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4550
5182
|
}
|
|
4551
5183
|
}
|
|
4552
5184
|
],
|
|
4553
|
-
"superclass": {
|
|
4554
|
-
"name": "SeatReservationBaseElement",
|
|
4555
|
-
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
4556
|
-
},
|
|
4557
|
-
"tagName": "sbb-seat-reservation",
|
|
4558
|
-
"customElement": true,
|
|
4559
5185
|
"events": [
|
|
4560
5186
|
{
|
|
4561
5187
|
"name": "selectedplaces",
|
|
4562
5188
|
"type": {
|
|
4563
|
-
"text": "CustomEvent<
|
|
5189
|
+
"text": "CustomEvent<SeatReservationSelectedPlaces>"
|
|
4564
5190
|
},
|
|
4565
5191
|
"description": "Emits when a place was selected and returns a Place array with all selected places.",
|
|
4566
5192
|
"inheritedFrom": {
|
|
@@ -4571,7 +5197,7 @@
|
|
|
4571
5197
|
{
|
|
4572
5198
|
"name": "selectedcoach",
|
|
4573
5199
|
"type": {
|
|
4574
|
-
"text": "CustomEvent<
|
|
5200
|
+
"text": "CustomEvent<SeatReservationSelectedCoach>"
|
|
4575
5201
|
},
|
|
4576
5202
|
"description": "Emits when a coach was selected and returns a CoachSelection",
|
|
4577
5203
|
"inheritedFrom": {
|
|
@@ -4987,6 +5613,17 @@
|
|
|
4987
5613
|
"default": "0",
|
|
4988
5614
|
"attribute": "index"
|
|
4989
5615
|
},
|
|
5616
|
+
{
|
|
5617
|
+
"kind": "field",
|
|
5618
|
+
"name": "freePlacesByType",
|
|
5619
|
+
"type": {
|
|
5620
|
+
"text": "CoachNumberOfFreePlaces"
|
|
5621
|
+
},
|
|
5622
|
+
"privacy": "public",
|
|
5623
|
+
"default": "{ seats: 0, bicycles: 0 }",
|
|
5624
|
+
"description": "Representation of places available for selecting, counting seat places and bicycle places separetely",
|
|
5625
|
+
"attribute": "free-places-by-type"
|
|
5626
|
+
},
|
|
4990
5627
|
{
|
|
4991
5628
|
"kind": "field",
|
|
4992
5629
|
"name": "travelClass",
|
|
@@ -5204,6 +5841,15 @@
|
|
|
5204
5841
|
"default": "0",
|
|
5205
5842
|
"fieldName": "index"
|
|
5206
5843
|
},
|
|
5844
|
+
{
|
|
5845
|
+
"name": "free-places-by-type",
|
|
5846
|
+
"type": {
|
|
5847
|
+
"text": "CoachNumberOfFreePlaces"
|
|
5848
|
+
},
|
|
5849
|
+
"default": "{ seats: 0, bicycles: 0 }",
|
|
5850
|
+
"description": "Representation of places available for selecting, counting seat places and bicycle places separetely",
|
|
5851
|
+
"fieldName": "freePlacesByType"
|
|
5852
|
+
},
|
|
5207
5853
|
{
|
|
5208
5854
|
"name": "travel-class",
|
|
5209
5855
|
"type": {
|
|
@@ -5489,6 +6135,17 @@
|
|
|
5489
6135
|
"description": "Rotation of the text in degrees (without unit)",
|
|
5490
6136
|
"attribute": "text-rotation"
|
|
5491
6137
|
},
|
|
6138
|
+
{
|
|
6139
|
+
"kind": "field",
|
|
6140
|
+
"name": "deckIndex",
|
|
6141
|
+
"type": {
|
|
6142
|
+
"text": "number"
|
|
6143
|
+
},
|
|
6144
|
+
"privacy": "public",
|
|
6145
|
+
"default": "null!",
|
|
6146
|
+
"description": "Deck Index Prop to identifier the right place to deck",
|
|
6147
|
+
"attribute": "deck-index"
|
|
6148
|
+
},
|
|
5492
6149
|
{
|
|
5493
6150
|
"kind": "field",
|
|
5494
6151
|
"name": "coachIndex",
|
|
@@ -5656,6 +6313,15 @@
|
|
|
5656
6313
|
"description": "Rotation of the text in degrees (without unit)",
|
|
5657
6314
|
"fieldName": "textRotation"
|
|
5658
6315
|
},
|
|
6316
|
+
{
|
|
6317
|
+
"name": "deck-index",
|
|
6318
|
+
"type": {
|
|
6319
|
+
"text": "number"
|
|
6320
|
+
},
|
|
6321
|
+
"default": "null!",
|
|
6322
|
+
"description": "Deck Index Prop to identifier the right place to deck",
|
|
6323
|
+
"fieldName": "deckIndex"
|
|
6324
|
+
},
|
|
5659
6325
|
{
|
|
5660
6326
|
"name": "coach-index",
|
|
5661
6327
|
"type": {
|
|
@@ -5719,150 +6385,7 @@
|
|
|
5719
6385
|
"kind": "class",
|
|
5720
6386
|
"description": "Wrapper class for scoped elements with similar properties to set.",
|
|
5721
6387
|
"name": "SbbSeatReservationScopedElement",
|
|
5722
|
-
"members": [
|
|
5723
|
-
{
|
|
5724
|
-
"kind": "field",
|
|
5725
|
-
"name": "insetBlockStart",
|
|
5726
|
-
"type": {
|
|
5727
|
-
"text": "string"
|
|
5728
|
-
},
|
|
5729
|
-
"privacy": "public",
|
|
5730
|
-
"default": "''",
|
|
5731
|
-
"description": "Inset block start in pixels (without unit)",
|
|
5732
|
-
"attribute": "inset-block-start"
|
|
5733
|
-
},
|
|
5734
|
-
{
|
|
5735
|
-
"kind": "field",
|
|
5736
|
-
"name": "insetInlineStart",
|
|
5737
|
-
"type": {
|
|
5738
|
-
"text": "string"
|
|
5739
|
-
},
|
|
5740
|
-
"privacy": "public",
|
|
5741
|
-
"default": "''",
|
|
5742
|
-
"description": "Inset inline start in pixels (without unit)",
|
|
5743
|
-
"attribute": "inset-inline-start"
|
|
5744
|
-
},
|
|
5745
|
-
{
|
|
5746
|
-
"kind": "field",
|
|
5747
|
-
"name": "width",
|
|
5748
|
-
"type": {
|
|
5749
|
-
"text": "string"
|
|
5750
|
-
},
|
|
5751
|
-
"privacy": "public",
|
|
5752
|
-
"default": "''",
|
|
5753
|
-
"description": "Width of the scoped element in pixels (without unit)",
|
|
5754
|
-
"attribute": "width"
|
|
5755
|
-
},
|
|
5756
|
-
{
|
|
5757
|
-
"kind": "field",
|
|
5758
|
-
"name": "height",
|
|
5759
|
-
"type": {
|
|
5760
|
-
"text": "string"
|
|
5761
|
-
},
|
|
5762
|
-
"privacy": "public",
|
|
5763
|
-
"default": "''",
|
|
5764
|
-
"description": "Height of the scoped element in pixels (without unit)",
|
|
5765
|
-
"attribute": "height"
|
|
5766
|
-
},
|
|
5767
|
-
{
|
|
5768
|
-
"kind": "field",
|
|
5769
|
-
"name": "zIndex",
|
|
5770
|
-
"type": {
|
|
5771
|
-
"text": "string"
|
|
5772
|
-
},
|
|
5773
|
-
"privacy": "public",
|
|
5774
|
-
"default": "''",
|
|
5775
|
-
"description": "Z-index of the scoped element",
|
|
5776
|
-
"attribute": "z-index"
|
|
5777
|
-
},
|
|
5778
|
-
{
|
|
5779
|
-
"kind": "field",
|
|
5780
|
-
"name": "cellId",
|
|
5781
|
-
"type": {
|
|
5782
|
-
"text": "string"
|
|
5783
|
-
},
|
|
5784
|
-
"privacy": "public",
|
|
5785
|
-
"default": "''",
|
|
5786
|
-
"description": "Cell id of the scoped element, if it is used in a table",
|
|
5787
|
-
"attribute": "cell-id"
|
|
5788
|
-
},
|
|
5789
|
-
{
|
|
5790
|
-
"kind": "field",
|
|
5791
|
-
"name": "scopedClasses",
|
|
5792
|
-
"type": {
|
|
5793
|
-
"text": "string"
|
|
5794
|
-
},
|
|
5795
|
-
"privacy": "public",
|
|
5796
|
-
"default": "''",
|
|
5797
|
-
"description": "Scoped classes for the scoped element",
|
|
5798
|
-
"attribute": "scoped-classes"
|
|
5799
|
-
}
|
|
5800
|
-
],
|
|
5801
|
-
"attributes": [
|
|
5802
|
-
{
|
|
5803
|
-
"name": "inset-block-start",
|
|
5804
|
-
"type": {
|
|
5805
|
-
"text": "string"
|
|
5806
|
-
},
|
|
5807
|
-
"default": "''",
|
|
5808
|
-
"description": "Inset block start in pixels (without unit)",
|
|
5809
|
-
"fieldName": "insetBlockStart"
|
|
5810
|
-
},
|
|
5811
|
-
{
|
|
5812
|
-
"name": "inset-inline-start",
|
|
5813
|
-
"type": {
|
|
5814
|
-
"text": "string"
|
|
5815
|
-
},
|
|
5816
|
-
"default": "''",
|
|
5817
|
-
"description": "Inset inline start in pixels (without unit)",
|
|
5818
|
-
"fieldName": "insetInlineStart"
|
|
5819
|
-
},
|
|
5820
|
-
{
|
|
5821
|
-
"name": "width",
|
|
5822
|
-
"type": {
|
|
5823
|
-
"text": "string"
|
|
5824
|
-
},
|
|
5825
|
-
"default": "''",
|
|
5826
|
-
"description": "Width of the scoped element in pixels (without unit)",
|
|
5827
|
-
"fieldName": "width"
|
|
5828
|
-
},
|
|
5829
|
-
{
|
|
5830
|
-
"name": "height",
|
|
5831
|
-
"type": {
|
|
5832
|
-
"text": "string"
|
|
5833
|
-
},
|
|
5834
|
-
"default": "''",
|
|
5835
|
-
"description": "Height of the scoped element in pixels (without unit)",
|
|
5836
|
-
"fieldName": "height"
|
|
5837
|
-
},
|
|
5838
|
-
{
|
|
5839
|
-
"name": "z-index",
|
|
5840
|
-
"type": {
|
|
5841
|
-
"text": "string"
|
|
5842
|
-
},
|
|
5843
|
-
"default": "''",
|
|
5844
|
-
"description": "Z-index of the scoped element",
|
|
5845
|
-
"fieldName": "zIndex"
|
|
5846
|
-
},
|
|
5847
|
-
{
|
|
5848
|
-
"name": "cell-id",
|
|
5849
|
-
"type": {
|
|
5850
|
-
"text": "string"
|
|
5851
|
-
},
|
|
5852
|
-
"default": "''",
|
|
5853
|
-
"description": "Cell id of the scoped element, if it is used in a table",
|
|
5854
|
-
"fieldName": "cellId"
|
|
5855
|
-
},
|
|
5856
|
-
{
|
|
5857
|
-
"name": "scoped-classes",
|
|
5858
|
-
"type": {
|
|
5859
|
-
"text": "string"
|
|
5860
|
-
},
|
|
5861
|
-
"default": "''",
|
|
5862
|
-
"description": "Scoped classes for the scoped element",
|
|
5863
|
-
"fieldName": "scopedClasses"
|
|
5864
|
-
}
|
|
5865
|
-
],
|
|
6388
|
+
"members": [],
|
|
5866
6389
|
"superclass": {
|
|
5867
6390
|
"name": "LitElement",
|
|
5868
6391
|
"package": "lit"
|
|
@@ -5900,7 +6423,7 @@
|
|
|
5900
6423
|
"type": {
|
|
5901
6424
|
"text": "Record<string, SeatReservationIcon>"
|
|
5902
6425
|
},
|
|
5903
|
-
"default": "{ BICYCLE: { svgName: 'sa-vo' }, BICYCLE_HIGH: { svgName: 'sa-vo' }, BICYCLE_HIGH_ICON: { svgName: 'sa-vo' }, BICYCLE_ICON: { svgName: 'sa-vo' }, BICYCLE_LOW: { svgName: 'sa-vo' }, BICYCLE_LOW_ICON: { svgName: 'sa-vo' }, BICYCLE_MIDDLE: { svgName: 'sa-vo' }, BICYCLE_MIDDLE_ICON: { svgName: 'sa-vo' }, BISTRO: { svgName: 'sa-mi' }, BISTRO_ICON: { svgName: 'sa-mi' }, BUSINESS: { svgName: 'sa-bz' }, BUSINESS_COMFORT: { svgName: 'sa-bz' }, BUSINESS_ICON: { svgName: 'sa-bz' }, COACH_BORDER_MIDDLE: { svg: svgs.chassisRowMiddle }, COACH_WALL_NO_PASSAGE: { svg: svgs.chassisRowOuter }, COACH_PASSAGE: { svg: svgs.chassisPassageWaggonTopLeft }, COMPARTMENT_PASSAGE: { svg: svgs.chassisPassageCompartmentMiddle }, COMPARTMENT_PASSAGE_HIGH: { svg: svgs.chassisPassageCompartmentLeftTop }, COMPARTMENT_PASSAGE_LOW: { svg: svgs.chassisPassageCompartmentRightBottom }, DRIVER_AREA: { svg: svgs.chassisDriverTrain },
|
|
6426
|
+
"default": "{ BICYCLE: { svgName: 'sa-vo' }, BICYCLE_HIGH: { svgName: 'sa-vo' }, BICYCLE_HIGH_ICON: { svgName: 'sa-vo' }, BICYCLE_ICON: { svgName: 'sa-vo' }, BICYCLE_LOW: { svgName: 'sa-vo' }, BICYCLE_LOW_ICON: { svgName: 'sa-vo' }, BICYCLE_MIDDLE: { svgName: 'sa-vo' }, BICYCLE_MIDDLE_ICON: { svgName: 'sa-vo' }, BISTRO: { svgName: 'sa-mi' }, BISTRO_ICON: { svgName: 'sa-mi' }, BUSINESS: { svgName: 'sa-bz' }, BUSINESS_COMFORT: { svgName: 'sa-bz' }, BUSINESS_ICON: { svgName: 'sa-bz' }, COACH_BORDER_MIDDLE: { svg: svgs.chassisRowMiddle }, COACH_WALL_NO_PASSAGE: { svg: svgs.chassisRowOuter }, COACH_PASSAGE: { svg: svgs.chassisPassageWaggonTopLeft }, COMPARTMENT_PASSAGE: { svg: svgs.chassisPassageCompartmentMiddle }, COMPARTMENT_PASSAGE_HIGH: { svg: svgs.chassisPassageCompartmentLeftTop }, COMPARTMENT_PASSAGE_LOW: { svg: svgs.chassisPassageCompartmentRightBottom }, DRIVER_AREA: { svg: svgs.chassisDriverTrain }, DRIVER_AREA_BUS: { svg: svgs.chassisDriverBus }, DRIVER_AREA_TRAIN: { svg: svgs.chassisDriverTrainFull }, EASY_ACCESS: { svgName: 'sa-em' }, EASY_ACCESS_AREA: { svgName: 'sa-em' }, EASY_ACCESS_ICON: { svgName: 'sa-em' }, ENTRY_EXIT: { svg: svgs.layoutEntrance }, FAMILY: { svgName: 'sa-fa' }, LUGGAGE_AREA: { svgName: 'sa-ga' }, LUGGAGE_ICON: { svgName: 'sa-ga' }, MULTI_FUNCTION_AREA: { svgName: 'sa-mf' }, MULTI_FUNCTION_ICON: { svgName: 'sa-mf' }, PLACE_BICYCLE_ALLOCATED: { svg: svgs.interiorPlaceBikeUnavailable }, PLACE_BICYCLE_FREE: { svg: svgs.interiorPlaceBikeDefault }, PLACE_BICYCLE_RESTRICTED: { svg: svgs.interiorPlaceBikeNotBookable }, PLACE_BICYCLE_SELECTED: { svg: svgs.interiorPlaceBikeSelected }, PLACE_SEAT_ALLOCATED: { svg: svgs.interiorPlaceSeatUnavailable }, PLACE_SEAT_FREE: { svg: svgs.interiorPlaceSeatDefault }, PLACE_SEAT_RESTRICTED: { svg: svgs.interiorPlaceSeatNotBookable }, PLACE_SEAT_SELECTED: { svg: svgs.interiorPlaceSeatSelected }, PLAYGROUND_AREA: { svgName: 'sa-fa' }, PLAYGROUND_ICON: { svgName: 'sa-fa' }, PRAM: { svgName: 'sa-abteilkinderwagen' }, PRAM_AREA: { svgName: 'sa-abteilkinderwagen' }, PRAM_ICON: { svgName: 'sa-abteilkinderwagen' }, RESTAURANT: { svgName: 'sa-wr' }, RESTAURANT_AREA: { svgName: 'sa-wr' }, RESTAURANT_ICON: { svgName: 'sa-wr' }, SILENCE: { svgName: 'sa-rz' }, SILENCE_AREA_ICON: { svgName: 'sa-rz' }, SILENCE_ICON: { svgName: 'sa-rz' }, SKI_AREA: { svgName: 'sa-sa' }, SKI_ICON: { svgName: 'sa-sa' }, STAFF_AREA: { svgName: 'avatar-train-staff-medium' }, STAIR_AREA: { svgName: 'sa-ac' }, TOILET_AREA: { svgName: 'sa-wc' }, TOILET_ICON: { svgName: 'sa-wc' }, TOILET_WHEELCHAIR_AREA: { svgName: 'sa-rw' }, TOILET_WHEELCHAIR_ICON: { svgName: 'sa-rw' }, WARDROBE_AREA: { svgName: 'sa-ka' }, WHEELCHAIR: { svgName: 'sa-rs' }, WHEELCHAIR_AND_SEAT: { svgName: 'sa-rs' }, WHEELCHAIR_ICON: { svgName: 'sa-rs' }, WHEELCHAIR_NO_SEAT: { svgName: 'sa-rn' }, WIFI: { svgName: 'sa-wv' }, }"
|
|
5904
6427
|
}
|
|
5905
6428
|
],
|
|
5906
6429
|
"exports": [
|
|
@@ -5951,6 +6474,12 @@
|
|
|
5951
6474
|
"text": "Place"
|
|
5952
6475
|
}
|
|
5953
6476
|
},
|
|
6477
|
+
{
|
|
6478
|
+
"name": "deckIndex",
|
|
6479
|
+
"type": {
|
|
6480
|
+
"text": "number"
|
|
6481
|
+
}
|
|
6482
|
+
},
|
|
5954
6483
|
{
|
|
5955
6484
|
"name": "coachIndex",
|
|
5956
6485
|
"type": {
|
|
@@ -5958,7 +6487,7 @@
|
|
|
5958
6487
|
}
|
|
5959
6488
|
}
|
|
5960
6489
|
],
|
|
5961
|
-
"description": "Mapped place and coach
|
|
6490
|
+
"description": "Mapped place and coach information to place selection"
|
|
5962
6491
|
},
|
|
5963
6492
|
{
|
|
5964
6493
|
"kind": "function",
|
|
@@ -5981,6 +6510,12 @@
|
|
|
5981
6510
|
"text": "CoachItem"
|
|
5982
6511
|
}
|
|
5983
6512
|
},
|
|
6513
|
+
{
|
|
6514
|
+
"name": "deckIndex",
|
|
6515
|
+
"type": {
|
|
6516
|
+
"text": "number"
|
|
6517
|
+
}
|
|
6518
|
+
},
|
|
5984
6519
|
{
|
|
5985
6520
|
"name": "coachIndex",
|
|
5986
6521
|
"type": {
|
|
@@ -6010,6 +6545,12 @@
|
|
|
6010
6545
|
"type": {
|
|
6011
6546
|
"text": "CoachItem"
|
|
6012
6547
|
}
|
|
6548
|
+
},
|
|
6549
|
+
{
|
|
6550
|
+
"name": "coachNumberOfFreePlaces",
|
|
6551
|
+
"type": {
|
|
6552
|
+
"text": "CoachNumberOfFreePlaces"
|
|
6553
|
+
}
|
|
6013
6554
|
}
|
|
6014
6555
|
],
|
|
6015
6556
|
"description": "Mapped coach information to coach selection"
|
|
@@ -6060,7 +6601,7 @@
|
|
|
6060
6601
|
"type": {
|
|
6061
6602
|
"text": "array"
|
|
6062
6603
|
},
|
|
6063
|
-
"default": "[ { warnings: null, coachDeckLayout: { id: '80', name: 'B10(501) - not touch', dimension: { width: 58, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'FIRST', accommodationSubType: 'BICYCLE', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'BICYCLE', places: [ { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'WHEELCHAIR_ICON', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, { number: '37', rectangle: { position: { x: 15, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '71', rectangle: { position: { x: 51, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '73', rectangle: { position: { x: 51, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '72', rectangle: { position: { x: 55, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '78', rectangle: { position: { x: 55, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, //SPECIAL TEST SET FOR EVERY POSSIBILITY { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'ALLOCATED', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['TABLE'], placeProperties: [], state: 'RESTRICTED', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: [], placeProperties: [], state: 'SELECTED', }, { number: '34', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, { number: '47', rectangle: { position: { x: 21, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '65', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '67', rectangle: { position: { x: 45, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '66', rectangle: { position: { x: 49, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '64', rectangle: { position: { x: 49, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '61', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '63', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '62', rectangle: { position: { x: 49, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '68', rectangle: { position: { x: 49, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '75', rectangle: { position: { x: 51, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '77', rectangle: { position: { x: 51, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '76', rectangle: { position: { x: 55, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '74', rectangle: { position: { x: 55, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 12, height: 10, borderRadius: null, }, }, orientation: 0, type: 'DRIVER_AREA_FULL', }, { rectangle: { position: { x: 7, y: 4, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'STAIR_AREA', }, { rectangle: { position: { x: 7, y: 1, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'WIFI', }, { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 28, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TOILET_AREA', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 57, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 40, y: 4, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'PLAYGROUND_AREA', }, { rectangle: { position: { x: 28, y: 0, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TOILET_WHEELCHAIR_AREA', }, { rectangle: { position: { x: 13, y: 3, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'SKI_AREA', }, { rectangle: { position: { x: 18, y: 3, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'MULTI_FUNCTION_AREA', }, { rectangle: { position: { x: 22, y: 3, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'EASY_ACCESS_AREA', }, { rectangle: { position: { x: 33, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'PRAM_AREA', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, { warnings: null, coachDeckLayout: { id: '81', name: 'B10(501) - not touch', dimension: { width: 58, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_HIGH', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '71', rectangle: { position: { x: 51, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '73', rectangle: { position: { x: 51, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '72', rectangle: { position: { x: 55, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '78', rectangle: { position: { x: 55, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '65', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '67', rectangle: { position: { x: 45, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '66', rectangle: { position: { x: 49, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '64', rectangle: { position: { x: 49, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '61', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '63', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '62', rectangle: { position: { x: 49, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '68', rectangle: { position: { x: 49, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '75', rectangle: { position: { x: 51, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '77', rectangle: { position: { x: 51, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '74', rectangle: { position: { x: 55, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'SILENCE_AREA_ICON', }, { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 57, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 34, y: 2, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'BUSINESS', }, { rectangle: { position: { x: 34, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'BISTRO', }, { rectangle: { position: { x: 40, y: 4, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'RESTAURANT_ICON', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, { warnings: null, coachDeckLayout: { id: '82', name: 'B10(501) - not touch', dimension: { width: 46, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'BISTRO', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'FAMILY', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'WHEELCHAIR_NO_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'ALLOCATED', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'RESTRICTED', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'SELECTED', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'PRAM', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, // CoachDeckLayout einer DRIVER_AREA mitten im Zug { warnings: null, coachDeckLayout: { id: '86', name: 'B10(501) - not touch', dimension: { width: 32, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_WALL_NO_PASSAGE', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [], }, }, { warnings: null, coachDeckLayout: { id: '843', name: 'B10(501) - not touch', dimension: { width: 46, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: ['BICYCLE_LOW'], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'PRAM', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_WALL_NO_PASSAGE', }, { rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, // noch ein CoachDeckLayout einer DRIVER_AREA diesmal am Ende/Anfang des Zuges { warnings: null, coachDeckLayout: { id: '185', name: 'B10(501) - not touch', dimension: { width: 40, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [], graphicElements: [ { rectangle: { position: { x: 28, y: 0, z: 0, }, dimension: { width: 12, height: 10, borderRadius: null, }, }, orientation: 180, type: 'DRIVER_AREA_FULL', }, { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [], }, }, ]"
|
|
6604
|
+
"default": "[ { warnings: null, coachDeckLayout: { id: '80', name: 'B10(501) - not touch', dimension: { width: 58, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'FIRST', accommodationSubType: 'BICYCLE', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'BICYCLE', places: [ { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'WHEELCHAIR_ICON', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, { number: '37', rectangle: { position: { x: 15, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '71', rectangle: { position: { x: 51, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '73', rectangle: { position: { x: 51, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '72', rectangle: { position: { x: 55, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '78', rectangle: { position: { x: 55, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, //SPECIAL TEST SET FOR EVERY POSSIBILITY { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'ALLOCATED', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['TABLE'], placeProperties: [], state: 'RESTRICTED', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: [], placeProperties: [], state: 'SELECTED', }, { number: '34', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, { number: '47', rectangle: { position: { x: 21, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 90, placeLocations: ['WINDOW'], placeProperties: ['AISLE_SEAT', 'WINDOW_SEAT'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '65', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '67', rectangle: { position: { x: 45, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '66', rectangle: { position: { x: 49, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '64', rectangle: { position: { x: 49, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '61', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '63', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '62', rectangle: { position: { x: 49, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '68', rectangle: { position: { x: 49, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '75', rectangle: { position: { x: 51, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '77', rectangle: { position: { x: 51, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '76', rectangle: { position: { x: 55, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '74', rectangle: { position: { x: 55, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 12, height: 10, borderRadius: null, }, }, orientation: 0, type: 'DRIVER_AREA', }, { rectangle: { position: { x: 7, y: 4, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'STAIR_AREA', }, { rectangle: { position: { x: 7, y: 1, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'WIFI', }, { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 28, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TOILET_AREA', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 57, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 40, y: 4, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'PLAYGROUND_AREA', }, { rectangle: { position: { x: 28, y: 0, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TOILET_WHEELCHAIR_AREA', }, { rectangle: { position: { x: 13, y: 3, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'SKI_AREA', }, { rectangle: { position: { x: 18, y: 3, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'MULTI_FUNCTION_AREA', }, { rectangle: { position: { x: 22, y: 3, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'EASY_ACCESS_AREA', }, { rectangle: { position: { x: 33, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'PRAM_AREA', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, { warnings: null, coachDeckLayout: { id: '81', name: 'B10(501) - not touch', dimension: { width: 58, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_HIGH', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '71', rectangle: { position: { x: 51, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '73', rectangle: { position: { x: 51, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '72', rectangle: { position: { x: 55, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '78', rectangle: { position: { x: 55, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '65', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '67', rectangle: { position: { x: 45, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '66', rectangle: { position: { x: 49, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '64', rectangle: { position: { x: 49, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '61', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '63', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '62', rectangle: { position: { x: 49, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '68', rectangle: { position: { x: 49, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '75', rectangle: { position: { x: 51, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '77', rectangle: { position: { x: 51, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '74', rectangle: { position: { x: 55, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'SILENCE_AREA_ICON', }, { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 57, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 34, y: 2, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'BUSINESS', }, { rectangle: { position: { x: 34, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'BISTRO', }, { rectangle: { position: { x: 40, y: 4, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'RESTAURANT_ICON', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, { warnings: null, coachDeckLayout: { id: '82', name: 'B10(501) - not touch', dimension: { width: 46, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'BISTRO', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'FAMILY', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'WHEELCHAIR_NO_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'ALLOCATED', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'RESTRICTED', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'SELECTED', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'PRAM', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, // CoachDeckLayout einer DRIVER_AREA mitten im Zug { warnings: null, coachDeckLayout: { id: '86', name: 'B10(501) - not touch', dimension: { width: 32, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_WALL_NO_PASSAGE', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [], }, }, { warnings: null, coachDeckLayout: { id: '84', name: 'B10(501) - not touch', dimension: { width: 46, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: ['BICYCLE_LOW'], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'PRAM', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_WALL_NO_PASSAGE', }, { rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, { warnings: null, coachDeckLayout: { id: '85', name: 'B10(501) - not touch', dimension: { width: 58, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_HIGH', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '71', rectangle: { position: { x: 51, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '73', rectangle: { position: { x: 51, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '72', rectangle: { position: { x: 55, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '78', rectangle: { position: { x: 55, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '65', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '67', rectangle: { position: { x: 45, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '66', rectangle: { position: { x: 49, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '64', rectangle: { position: { x: 49, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '61', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '63', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '62', rectangle: { position: { x: 49, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '68', rectangle: { position: { x: 49, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '75', rectangle: { position: { x: 51, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '77', rectangle: { position: { x: 51, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '74', rectangle: { position: { x: 55, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'SILENCE_AREA_ICON', }, { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 57, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 34, y: 2, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'BUSINESS', }, { rectangle: { position: { x: 34, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'BISTRO', }, { rectangle: { position: { x: 40, y: 4, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'RESTAURANT_ICON', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, { warnings: null, coachDeckLayout: { id: '86', name: 'B10(501) - not touch', dimension: { width: 58, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_HIGH', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '71', rectangle: { position: { x: 51, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '73', rectangle: { position: { x: 51, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '72', rectangle: { position: { x: 55, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '78', rectangle: { position: { x: 55, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '65', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '67', rectangle: { position: { x: 45, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '66', rectangle: { position: { x: 49, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '64', rectangle: { position: { x: 49, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '61', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '63', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '62', rectangle: { position: { x: 49, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '68', rectangle: { position: { x: 49, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '75', rectangle: { position: { x: 51, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '77', rectangle: { position: { x: 51, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '74', rectangle: { position: { x: 55, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'SILENCE_AREA_ICON', }, { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 57, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 34, y: 2, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'BUSINESS', }, { rectangle: { position: { x: 34, y: 6, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'BISTRO', }, { rectangle: { position: { x: 40, y: 4, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'RESTAURANT_ICON', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, { warnings: null, coachDeckLayout: { id: '87', name: 'B10(501) - not touch', dimension: { width: 46, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'BISTRO', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'FAMILY', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'WHEELCHAIR_NO_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'ALLOCATED', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'RESTRICTED', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'SELECTED', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'PRAM', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_PASSAGE', }, { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, // CoachDeckLayout einer DRIVER_AREA mitten im Zug { warnings: null, coachDeckLayout: { id: '86', name: 'B10(501) - not touch', dimension: { width: 32, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_WALL_NO_PASSAGE', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [], }, }, { warnings: null, coachDeckLayout: { id: '89', name: 'B10(501) - not touch', dimension: { width: 46, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '15', rectangle: { position: { x: 1, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '17', rectangle: { position: { x: 1, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '16', rectangle: { position: { x: 5, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '14', rectangle: { position: { x: 5, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '11', rectangle: { position: { x: 1, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '13', rectangle: { position: { x: 1, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '12', rectangle: { position: { x: 5, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '18', rectangle: { position: { x: 5, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '25', rectangle: { position: { x: 7, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '27', rectangle: { position: { x: 7, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '26', rectangle: { position: { x: 11, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '24', rectangle: { position: { x: 11, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '21', rectangle: { position: { x: 7, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '23', rectangle: { position: { x: 7, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '22', rectangle: { position: { x: 11, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '28', rectangle: { position: { x: 11, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '153', rectangle: { position: { x: 26, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, { number: '151', rectangle: { position: { x: 26, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: ['BICYCLE_LOW'], state: 'FREE', }, { number: '154', rectangle: { position: { x: 26, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'BICYCLE_ICON', places: [ { number: '152', rectangle: { position: { x: 26, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['BICYCLE_LOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'PRAM', places: [ { number: '48', rectangle: { position: { x: 20, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '42', rectangle: { position: { x: 20, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'FIRST', accommodationSubType: 'ANY_SEAT', places: [ { number: '35', rectangle: { position: { x: 13, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '37', rectangle: { position: { x: 13, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '36', rectangle: { position: { x: 17, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '34', rectangle: { position: { x: 17, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '51', rectangle: { position: { x: 38, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '53', rectangle: { position: { x: 38, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '52', rectangle: { position: { x: 43, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '58', rectangle: { position: { x: 43, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '31', rectangle: { position: { x: 13, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '33', rectangle: { position: { x: 13, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '32', rectangle: { position: { x: 17, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '38', rectangle: { position: { x: 17, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '55', rectangle: { position: { x: 38, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '57', rectangle: { position: { x: 38, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '56', rectangle: { position: { x: 43, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '54', rectangle: { position: { x: 43, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'ANY_SEAT', places: [ { number: '45', rectangle: { position: { x: 19, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '47', rectangle: { position: { x: 19, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, { number: '46', rectangle: { position: { x: 23, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: [], state: 'FREE', }, { number: '44', rectangle: { position: { x: 23, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: [], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 33, y: 0, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 22, y: 8, z: 0, }, dimension: { width: 3, height: 2, borderRadius: null, }, }, orientation: 0, type: 'LUGGAGE_AREA', }, { rectangle: { position: { x: 33, y: 9, z: 0, }, dimension: { width: 4, height: 1, borderRadius: null, }, }, orientation: 90, type: 'ENTRY_EXIT', }, { rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COMPARTMENT_PASSAGE', }, { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_WALL_NO_PASSAGE', }, { rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [ { rectangle: { position: { x: 40, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 7, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, { rectangle: { position: { x: 40, y: 2, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'WHEELCHAIR_ICON', }, { rectangle: { position: { x: 28, y: 1, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'BICYCLE_LOW_ICON', }, ], }, }, // noch ein CoachDeckLayout einer DRIVER_AREA diesmal am Ende/Anfang des Zuges { warnings: null, coachDeckLayout: { id: '185', name: 'B10(501) - not touch', dimension: { width: 40, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [], graphicElements: [ { rectangle: { position: { x: 28, y: 0, z: 0, }, dimension: { width: 12, height: 10, borderRadius: null, }, }, orientation: 180, type: 'DRIVER_AREA', }, { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 0, type: 'COACH_WALL_NO_PASSAGE', }, ], serviceIcons: [], }, }, ]"
|
|
6064
6605
|
},
|
|
6065
6606
|
{
|
|
6066
6607
|
"kind": "variable",
|
|
@@ -6068,7 +6609,7 @@
|
|
|
6068
6609
|
"type": {
|
|
6069
6610
|
"text": "array"
|
|
6070
6611
|
},
|
|
6071
|
-
"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: '
|
|
6612
|
+
"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: 4, 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', }, ], }, }, ]"
|
|
6072
6613
|
},
|
|
6073
6614
|
{
|
|
6074
6615
|
"kind": "variable",
|
|
@@ -6078,6 +6619,14 @@
|
|
|
6078
6619
|
},
|
|
6079
6620
|
"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', }, ], }, }, ]",
|
|
6080
6621
|
"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."
|
|
6622
|
+
},
|
|
6623
|
+
{
|
|
6624
|
+
"kind": "variable",
|
|
6625
|
+
"name": "MOCK_GIRUNO_TRAIN",
|
|
6626
|
+
"type": {
|
|
6627
|
+
"text": "object"
|
|
6628
|
+
},
|
|
6629
|
+
"default": "{ vehicleType: 'TRAIN', deckCoachIndex: 0, coachItems: [ { id: '11', number: 'At2(501)', dimension: { w: 64, h: 10, }, places: [ { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 14, y: 0, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 14, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 57, y: 1, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 61, y: 0, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 8, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 57, y: 7, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 61, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, ], serviceElements: [ { icon: 'SILENCE_ICON', dimension: { w: 2, h: 2, }, position: { x: 32, y: 5, z: 0, }, }, { icon: 'SILENCE_ICON', dimension: { w: 2, h: 2, }, position: { x: 17, y: 5, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 47, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 39, y: 9, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 2, }, position: { x: 44, y: 8, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 35, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 43, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 39, y: 0, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 63, y: 0, z: 0, }, rotation: 180, }, { icon: 'DRIVER_AREA', dimension: { w: 11, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 38, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['SILENCE_ICON', 'WHEELCHAIR_ICON'], }, { id: '10', number: 'A3(501)', dimension: { w: 57, h: 10, }, places: [ { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 2, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 0, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 9, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 7, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 8, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 1, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 8, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 29, y: 8, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 5, y: 7, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 29, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 22, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 9, z: 0, }, rotation: 90, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 14, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 15, y: 8, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 22, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '9', number: 'A4(501)', dimension: { w: 57, h: 10, }, places: [ { number: '51', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '76', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, }, { number: '45', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '43', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '31', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '32', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '21', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '22', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '85', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 1, z: 0, }, }, { number: '86', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 0, z: 0, }, }, { number: '35', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '33', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '46', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 0, z: 0, }, }, { number: '44', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 2, z: 0, }, }, { number: '15', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '16', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 1, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 0, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '81', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 7, z: 0, }, }, { number: '82', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 8, z: 0, }, }, { number: '11', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '12', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 7, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '41', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 8, z: 0, }, }, { number: '42', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 8, z: 0, }, }, { number: '72', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '25', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '23', state: 'FREE', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 2, }, position: { x: 28, y: 8, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON', 'MULTI_FUNCTION_ICON'], }, { id: '8', number: 'A5(501)', dimension: { w: 57, h: 10, }, places: [ { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 1, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 7, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 0, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 8, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 1, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 7, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 18, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 18, y: 9, z: 0, }, rotation: 90, }, { icon: 'TOILET_WHEELCHAIR_AREA', dimension: { w: 9, h: 6, }, position: { x: 23, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 32, y: 0, z: 0, }, rotation: 90, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 32, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 36, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 17, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '7', number: 'WR6(501)', dimension: { w: 58, h: 10, }, places: [ { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 8, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 53, y: 8, z: 0, }, }, { number: '13', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '14', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '11', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '12', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '21', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '22', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 0, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 53, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'RESTAURANT_ICON', dimension: { w: 2, h: 2, }, position: { x: 32, y: 3, z: 0, }, }, { icon: 'RESTAURANT_ICON', dimension: { w: 2, h: 2, }, position: { x: 46, y: 3, z: 0, }, }, ], graphicElements: [ { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 14, y: 0, z: 0, }, rotation: 90, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 50, y: 6, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'COMPARTMENT_PASSAGE_HIGH', dimension: { w: 1, h: 10, }, position: { x: 30, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 34, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 50, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 42, y: 6, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'STAFF_AREA', dimension: { w: 19, h: 6, }, position: { x: 5, y: 4, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['RESTAURANT_ICON'], type: 'RESTAURANT_COACH', }, { id: '6', number: 'B7(501)', dimension: { w: 58, h: 10, }, places: [ { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 18, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 18, y: 0, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, ], graphicElements: [ { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 20, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 21, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 21, y: 0, z: 0, }, rotation: 90, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 37, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 41, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_WHEELCHAIR_AREA', dimension: { w: 9, h: 6, }, position: { x: 26, y: 4, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 37, y: 0, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '5', number: 'B8(501)', dimension: { w: 60, h: 10, }, places: [ { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 29, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 29, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '65', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '67', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 2, z: 0, }, }, { number: '66', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, }, { number: '64', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 2, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 0, z: 0, }, }, { number: '87', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 2, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 0, z: 0, }, }, { number: '84', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 2, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 35, y: 6, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 35, y: 8, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '61', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '63', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '68', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 6, z: 0, }, }, { number: '62', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 8, z: 0, }, }, { number: '83', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 6, z: 0, }, }, { number: '88', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 6, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 8, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 8, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 0, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 0, z: 0, }, rotation: 90, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 47, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 3, }, position: { x: 25, y: 7, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 24, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 55, y: 6, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 19, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 59, y: 0, z: 0, }, rotation: 180, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 47, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 55, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 33, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 40, y: 6, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 9, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['MULTI_FUNCTION_ICON', 'WHEELCHAIR_ICON'], }, { id: '4', number: 'B9(501)', dimension: { w: 58, h: 10, }, places: [ { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '18', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '13', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '12', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '11', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '15', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '17', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '16', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '14', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '31', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 28, y: 8, z: 0, }, }, { number: '33', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 28, y: 6, z: 0, }, }, { number: '32', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '38', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '45', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, }, { number: '47', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 2, z: 0, }, }, { number: '46', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 0, z: 0, }, }, { number: '44', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 2, z: 0, }, }, { number: '55', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 0, z: 0, }, }, { number: '57', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 2, z: 0, }, }, { number: '56', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 0, z: 0, }, }, { number: '54', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 2, z: 0, }, }, { number: '41', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 8, z: 0, }, }, { number: '43', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 6, z: 0, }, }, { number: '42', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 8, z: 0, }, }, { number: '48', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 6, z: 0, }, }, { number: '51', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 8, z: 0, }, }, { number: '53', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 6, z: 0, }, }, { number: '52', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 8, z: 0, }, }, { number: '58', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 0, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 24, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 19, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 25, y: 7, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 52, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 52, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 32, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 47, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON', 'MULTI_FUNCTION_ICON'], }, { id: '3', number: 'B10(501)', dimension: { w: 58, h: 10, }, places: [ { number: '154', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 0, z: 0, }, }, { number: '153', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 2, z: 0, }, }, { number: '151', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '152', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 6, z: 0, }, }, { number: '75', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '77', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '76', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '74', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '61', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '63', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '62', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '68', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { number: '48', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 6, z: 0, }, }, { number: '42', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, { number: '15', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '71', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '73', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '72', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '78', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '11', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '25', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '26', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '24', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '21', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '22', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '28', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '35', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '37', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '31', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '33', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '32', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '38', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 2, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '65', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '67', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '66', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '64', state: 'FREE', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'BICYCLE_LOW_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 1, z: 0, }, }, { icon: 'BICYCLE_LOW_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 7, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 40, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 40, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 37, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 31, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 22, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 33, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 33, y: 0, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['BICYCLE_LOW_ICON', 'WHEELCHAIR_ICON'], }, { id: '2', number: 'B11(501)', dimension: { w: 58, h: 10, }, places: [ { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 6, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 28, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 28, y: 2, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 34, y: 0, z: 0, }, rotation: 90, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 38, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 30, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 6, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 34, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 1, y: 7, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['MULTI_FUNCTION_ICON', 'WHEELCHAIR_ICON'], }, { id: '1', number: 'Bt1(501)', dimension: { w: 64, h: 10, }, places: [ { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '83', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '88', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 2, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 6, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 6, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '87', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '84', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 18, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 18, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'DRIVER_AREA', dimension: { w: 11, h: 10, }, position: { x: 53, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 23, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 7, y: 7, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 23, y: 9, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 28, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 28, y: 8, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 27, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 22, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '31', number: 'At2(501)', dimension: { w: 64, h: 10, }, places: [ { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 14, y: 0, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 14, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 57, y: 1, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 61, y: 0, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 33, y: 8, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 27, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 57, y: 7, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 61, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, ], serviceElements: [ { icon: 'SILENCE_ICON', dimension: { w: 2, h: 2, }, position: { x: 32, y: 5, z: 0, }, }, { icon: 'SILENCE_ICON', dimension: { w: 2, h: 2, }, position: { x: 17, y: 5, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 47, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 39, y: 9, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 2, }, position: { x: 44, y: 8, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 35, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 43, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 39, y: 0, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 63, y: 0, z: 0, }, rotation: 180, }, { icon: 'DRIVER_AREA', dimension: { w: 11, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 38, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['SILENCE_ICON', 'WHEELCHAIR_ICON'], }, { id: '30', number: 'A3(501)', dimension: { w: 57, h: 10, }, places: [ { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 2, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 0, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 9, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: ['TABLE'], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 7, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 8, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 1, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 8, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 29, y: 8, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 5, y: 7, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 29, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 22, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 9, z: 0, }, rotation: 90, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 14, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 2, }, position: { x: 15, y: 8, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 22, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '29', number: 'A4(501)', dimension: { w: 57, h: 10, }, places: [ { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 1, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 0, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 1, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 0, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 50, y: 7, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 54, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 7, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 8, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 8, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 48, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 2, }, position: { x: 28, y: 8, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 35, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON', 'MULTI_FUNCTION_ICON'], }, { id: '28', number: 'A5(501)', dimension: { w: 57, h: 10, }, places: [ { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 1, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 7, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 0, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 15, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 8, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 1, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 7, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'FIRST', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 8, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 56, y: 0, z: 0, }, rotation: 180, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 18, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 7, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 18, y: 9, z: 0, }, rotation: 90, }, { icon: 'TOILET_WHEELCHAIR_AREA', dimension: { w: 9, h: 6, }, position: { x: 23, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 32, y: 0, z: 0, }, rotation: 90, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 32, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 36, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE_LOW', dimension: { w: 1, h: 10, }, position: { x: 17, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['FIRST'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '27', number: 'WR6(501)', dimension: { w: 58, h: 10, }, places: [ { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 8, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 53, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 47, y: 0, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 53, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'RESTAURANT_ICON', dimension: { w: 2, h: 2, }, position: { x: 32, y: 3, z: 0, }, }, { icon: 'RESTAURANT_ICON', dimension: { w: 2, h: 2, }, position: { x: 46, y: 3, z: 0, }, }, ], graphicElements: [ { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 14, y: 0, z: 0, }, rotation: 90, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 50, y: 6, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'COMPARTMENT_PASSAGE_HIGH', dimension: { w: 1, h: 10, }, position: { x: 30, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 34, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 2, }, position: { x: 50, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE_RESTAURANT', dimension: { w: 2, h: 4, }, position: { x: 42, y: 6, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'STAFF_AREA', dimension: { w: 19, h: 6, }, position: { x: 5, y: 4, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['RESTAURANT_ICON'], type: 'RESTAURANT_COACH', }, { id: '26', number: 'B7(501)', dimension: { w: 58, h: 10, }, places: [ { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 18, y: 8, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 18, y: 0, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 42, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 46, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, ], graphicElements: [ { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 48, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 20, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 21, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 21, y: 0, z: 0, }, rotation: 90, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 37, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 41, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_WHEELCHAIR_AREA', dimension: { w: 9, h: 6, }, position: { x: 26, y: 4, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 37, y: 0, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON'], }, { id: '25', number: 'B8(501)', dimension: { w: 60, h: 10, }, places: [ { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 29, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 29, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 2, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 2, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 0, z: 0, }, }, { number: '87', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 2, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 0, z: 0, }, }, { number: '84', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 2, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 35, y: 6, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 35, y: 8, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 42, y: 8, z: 0, }, }, { number: '83', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 6, z: 0, }, }, { number: '88', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 6, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 52, y: 8, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 57, y: 8, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 0, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 44, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 0, z: 0, }, rotation: 90, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 47, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 40, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 4, h: 3, }, position: { x: 25, y: 7, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 24, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 55, y: 6, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 19, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 59, y: 0, z: 0, }, rotation: 180, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 47, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 55, y: 0, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 33, y: 6, z: 0, }, rotation: 0, }, { icon: 'TABLE', dimension: { w: 1, h: 4, }, position: { x: 40, y: 6, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 9, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['MULTI_FUNCTION_ICON', 'WHEELCHAIR_ICON'], }, { id: '24', number: 'B9(501)', dimension: { w: 58, h: 10, }, places: [ { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 28, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 28, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 2, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 34, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 38, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 40, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 44, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 15, y: 2, z: 0, }, }, { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 27, y: 2, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 0, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 24, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 20, y: 9, z: 0, }, rotation: 90, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 19, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 25, y: 7, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 52, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 52, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 32, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 47, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON', 'MULTI_FUNCTION_ICON'], }, { id: '23', number: 'B10(501)', dimension: { w: 58, h: 10, }, places: [ { number: '154', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 0, z: 0, }, }, { number: '153', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 2, z: 0, }, }, { number: '151', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '152', state: 'ALLOCATED', type: 'BICYCLE', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 6, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 11, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 13, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 17, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 19, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 23, y: 2, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 38, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'BICYCLE_LOW_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 1, z: 0, }, }, { icon: 'BICYCLE_LOW_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 7, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 40, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 40, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 37, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 31, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 22, y: 8, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 33, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 33, y: 0, z: 0, }, rotation: 90, }, ], travelClass: ['SECOND'], propertyIds: ['BICYCLE_LOW_ICON', 'WHEELCHAIR_ICON'], }, { id: '22', number: 'B11(501)', dimension: { w: 58, h: 10, }, places: [ { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 6, z: 0, }, }, { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 2, z: 0, }, }, { number: '26', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 0, z: 0, }, }, { number: '24', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 12, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '21', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 8, z: 0, }, }, { number: '23', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 18, y: 6, z: 0, }, }, { number: '22', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 8, z: 0, }, }, { number: '28', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 22, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 25, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 25, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 28, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 28, y: 2, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 51, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 55, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '56', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '54', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '52', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '58', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 26, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 31, y: 6, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, ], serviceElements: [ { icon: 'MULTI_FUNCTION_ICON', dimension: { w: 2, h: 2, }, position: { x: 28, y: 6, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 41, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 34, y: 0, z: 0, }, rotation: 90, }, { icon: 'TOILET_AREA', dimension: { w: 4, h: 3, }, position: { x: 1, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 24, y: 8, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 38, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 2, }, position: { x: 30, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 6, y: 7, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 57, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 34, y: 9, z: 0, }, rotation: 90, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 33, y: 0, z: 0, }, rotation: 0, }, { icon: 'TOILET_AREA', dimension: { w: 5, h: 3, }, position: { x: 1, y: 7, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['MULTI_FUNCTION_ICON', 'WHEELCHAIR_ICON'], }, { id: '21', number: 'Bt1(501)', dimension: { w: 64, h: 10, }, places: [ { number: '25', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 0, z: 0, }, }, { number: '27', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 7, y: 2, z: 0, }, }, { number: '15', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 0, z: 0, }, }, { number: '17', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 2, z: 0, }, }, { number: '16', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 0, z: 0, }, }, { number: '14', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 2, z: 0, }, }, { number: '11', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 8, z: 0, }, }, { number: '13', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 1, y: 6, z: 0, }, }, { number: '12', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 8, z: 0, }, }, { number: '18', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 5, y: 6, z: 0, }, }, { number: '61', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 8, z: 0, }, }, { number: '63', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 6, z: 0, }, }, { number: '62', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 8, z: 0, }, }, { number: '68', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 6, z: 0, }, }, { number: '55', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 0, z: 0, }, }, { number: '57', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 2, z: 0, }, }, { number: '81', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 8, z: 0, }, }, { number: '83', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 6, z: 0, }, }, { number: '82', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 8, z: 0, }, }, { number: '88', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 6, z: 0, }, }, { number: '35', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 0, z: 0, }, }, { number: '37', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 2, z: 0, }, }, { number: '36', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 0, z: 0, }, }, { number: '34', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 2, z: 0, }, }, { number: '71', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 8, z: 0, }, }, { number: '73', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 6, z: 0, }, }, { number: '72', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 8, z: 0, }, }, { number: '78', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 6, z: 0, }, }, { number: '51', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 8, z: 0, }, }, { number: '53', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 30, y: 6, z: 0, }, }, { number: '65', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 0, z: 0, }, }, { number: '67', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 33, y: 2, z: 0, }, }, { number: '66', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 0, z: 0, }, }, { number: '64', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 37, y: 2, z: 0, }, }, { number: '31', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 8, z: 0, }, }, { number: '33', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 10, y: 6, z: 0, }, }, { number: '32', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 8, z: 0, }, }, { number: '38', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 14, y: 6, z: 0, }, }, { number: '85', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 0, z: 0, }, }, { number: '87', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 45, y: 2, z: 0, }, }, { number: '86', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 0, z: 0, }, }, { number: '84', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 49, y: 2, z: 0, }, }, { number: '45', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 0, z: 0, }, }, { number: '47', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 2, z: 0, }, }, { number: '46', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 0, z: 0, }, }, { number: '44', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 2, z: 0, }, }, { number: '75', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 0, z: 0, }, }, { number: '77', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 39, y: 2, z: 0, }, }, { number: '76', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 0, z: 0, }, }, { number: '74', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 43, y: 2, z: 0, }, }, { number: '41', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 8, z: 0, }, }, { number: '43', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 0, dimension: { w: 2, h: 2, }, position: { x: 16, y: 6, z: 0, }, }, { number: '42', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 8, z: 0, }, }, { number: '48', state: 'ALLOCATED', type: 'SEAT', travelClass: 'SECOND', remarkId: '', propertyIds: [], selected: false, rotation: 180, dimension: { w: 2, h: 2, }, position: { x: 20, y: 6, z: 0, }, }, ], serviceElements: [ { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 18, y: 2, z: 0, }, }, { icon: 'WHEELCHAIR_ICON', dimension: { w: 2, h: 2, }, position: { x: 18, y: 6, z: 0, }, }, ], graphicElements: [ { icon: 'DRIVER_AREA', dimension: { w: 11, h: 10, }, position: { x: 53, y: 0, z: 0, }, rotation: 180, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 23, y: 0, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 3, h: 3, }, position: { x: 7, y: 7, z: 0, }, rotation: 0, }, { icon: 'ENTRY_EXIT', dimension: { w: 4, h: 1, }, position: { x: 23, y: 9, z: 0, }, rotation: 90, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 28, y: 0, z: 0, }, rotation: 0, }, { icon: 'LUGGAGE_AREA', dimension: { w: 2, h: 2, }, position: { x: 28, y: 8, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 27, y: 0, z: 0, }, rotation: 0, }, { icon: 'COMPARTMENT_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 22, y: 0, z: 0, }, rotation: 0, }, { icon: 'COACH_PASSAGE', dimension: { w: 1, h: 10, }, position: { x: 0, y: 0, z: 0, }, rotation: 0, }, ], travelClass: ['SECOND'], propertyIds: ['WHEELCHAIR_ICON'], }, ], }"
|
|
6081
6630
|
}
|
|
6082
6631
|
],
|
|
6083
6632
|
"exports": [
|
|
@@ -6104,6 +6653,14 @@
|
|
|
6104
6653
|
"name": "MOCK_COACHES_RAW_REAL_DATA",
|
|
6105
6654
|
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
6106
6655
|
}
|
|
6656
|
+
},
|
|
6657
|
+
{
|
|
6658
|
+
"kind": "js",
|
|
6659
|
+
"name": "MOCK_GIRUNO_TRAIN",
|
|
6660
|
+
"declaration": {
|
|
6661
|
+
"name": "MOCK_GIRUNO_TRAIN",
|
|
6662
|
+
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
6663
|
+
}
|
|
6107
6664
|
}
|
|
6108
6665
|
]
|
|
6109
6666
|
},
|