@sbb-esta/lyne-elements-experimental 4.0.1 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +15 -16
- package/core/datetime/date-helper.js +3 -3
- package/custom-elements.json +241 -53
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +17 -19
- package/development/core/datetime/date-helper.js +3 -3
- package/development/{differenceInMinutes-D5Nj8Stc.js → differenceInMinutes-B0dawX-5.js} +2 -2
- package/development/{format-BQfaa1ZT.js → format-BMkeaqaF.js} +3 -3
- package/development/{isValid-DvieCZVi.js → isValid-BYRch7pV.js} +2 -2
- package/development/journey-summary/journey-summary.component.js +2 -2
- package/development/pearl-chain/pearl-chain.component.js +3 -5
- package/development/pearl-chain-time/pearl-chain-time.component.js +1 -1
- package/development/seat-reservation/common/mapper/mapper.d.ts +2 -2
- package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/mapper.js +19 -6
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -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 +970 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +11 -5
- 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 +118 -56
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +170 -282
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +11 -8
- 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 +153 -45
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +2 -2
- package/development/timetable-row/timetable-row.component.js +1 -1
- package/development/{toDate-D_Vjps95.js → toDate-BWb6Z1JD.js} +2 -2
- package/{differenceInMinutes-CP_C5onR.js → differenceInMinutes-COvvdYsJ.js} +1 -1
- package/{format-lqeCzmzS.js → format-CmKROkbc.js} +2 -41
- package/{isValid-Ceq2O0NQ.js → isValid-m3_OsPaB.js} +1 -1
- package/journey-summary/journey-summary.component.js +2 -2
- package/package.json +2 -2
- package/pearl-chain/pearl-chain.component.js +3 -3
- package/pearl-chain-time/pearl-chain-time.component.js +1 -1
- package/seat-reservation/common/mapper/mapper.d.ts +2 -2
- package/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/seat-reservation/common/mapper/mapper.js +41 -38
- package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -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 +968 -1
- package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +11 -5
- package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation-base-element.js +99 -73
- package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation.component.js +210 -213
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +31 -28
- 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 +143 -142
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +1 -1
- package/timetable-row/timetable-row.component.js +1 -1
- package/{toDate-BCXKL_wM.js → toDate-Bw2KTWeq.js} +1 -1
package/custom-elements.json
CHANGED
|
@@ -3056,7 +3056,7 @@
|
|
|
3056
3056
|
},
|
|
3057
3057
|
{
|
|
3058
3058
|
"kind": "field",
|
|
3059
|
-
"name": "
|
|
3059
|
+
"name": "hoveredCoachIndex",
|
|
3060
3060
|
"type": {
|
|
3061
3061
|
"text": "number"
|
|
3062
3062
|
},
|
|
@@ -3157,24 +3157,6 @@
|
|
|
3157
3157
|
"privacy": "protected",
|
|
3158
3158
|
"default": "[]"
|
|
3159
3159
|
},
|
|
3160
|
-
{
|
|
3161
|
-
"kind": "field",
|
|
3162
|
-
"name": "firstTabElement",
|
|
3163
|
-
"type": {
|
|
3164
|
-
"text": "HTMLElement"
|
|
3165
|
-
},
|
|
3166
|
-
"privacy": "protected",
|
|
3167
|
-
"default": "null!"
|
|
3168
|
-
},
|
|
3169
|
-
{
|
|
3170
|
-
"kind": "field",
|
|
3171
|
-
"name": "lastTabElement",
|
|
3172
|
-
"type": {
|
|
3173
|
-
"text": "HTMLElement"
|
|
3174
|
-
},
|
|
3175
|
-
"privacy": "protected",
|
|
3176
|
-
"default": "null!"
|
|
3177
|
-
},
|
|
3178
3160
|
{
|
|
3179
3161
|
"kind": "field",
|
|
3180
3162
|
"name": "navigationScrollArea",
|
|
@@ -3310,6 +3292,15 @@
|
|
|
3310
3292
|
"text": "{\n ArrowLeft: 'ArrowLeft',\n ArrowRight: 'ArrowRight',\n ArrowUp: 'ArrowUp',\n ArrowDown: 'ArrowDown',\n Tab: 'Tab',\n Enter: 'Enter',\n }"
|
|
3311
3293
|
}
|
|
3312
3294
|
},
|
|
3295
|
+
{
|
|
3296
|
+
"kind": "field",
|
|
3297
|
+
"name": "_isRunningInitPreselectCoachIndex",
|
|
3298
|
+
"type": {
|
|
3299
|
+
"text": "boolean"
|
|
3300
|
+
},
|
|
3301
|
+
"privacy": "private",
|
|
3302
|
+
"default": "false"
|
|
3303
|
+
},
|
|
3313
3304
|
{
|
|
3314
3305
|
"kind": "field",
|
|
3315
3306
|
"name": "_scrollTimeout",
|
|
@@ -3318,6 +3309,15 @@
|
|
|
3318
3309
|
},
|
|
3319
3310
|
"privacy": "private"
|
|
3320
3311
|
},
|
|
3312
|
+
{
|
|
3313
|
+
"kind": "field",
|
|
3314
|
+
"name": "_lastStartScrollPos",
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": "number"
|
|
3317
|
+
},
|
|
3318
|
+
"privacy": "private",
|
|
3319
|
+
"default": "-1"
|
|
3320
|
+
},
|
|
3321
3321
|
{
|
|
3322
3322
|
"kind": "method",
|
|
3323
3323
|
"name": "navigateByDirectionBtn",
|
|
@@ -3390,7 +3390,75 @@
|
|
|
3390
3390
|
},
|
|
3391
3391
|
{
|
|
3392
3392
|
"kind": "method",
|
|
3393
|
-
"name": "
|
|
3393
|
+
"name": "onFocusNavDirectionButton",
|
|
3394
|
+
"privacy": "protected",
|
|
3395
|
+
"return": {
|
|
3396
|
+
"type": {
|
|
3397
|
+
"text": "void"
|
|
3398
|
+
}
|
|
3399
|
+
},
|
|
3400
|
+
"description": "Will be triggerd by focus navigation direction"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "method",
|
|
3404
|
+
"name": "onKeyNavigationNavCoachButton",
|
|
3405
|
+
"privacy": "protected",
|
|
3406
|
+
"return": {
|
|
3407
|
+
"type": {
|
|
3408
|
+
"text": "void"
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3411
|
+
"parameters": [
|
|
3412
|
+
{
|
|
3413
|
+
"name": "event",
|
|
3414
|
+
"type": {
|
|
3415
|
+
"text": "KeyboardEvent"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"name": "currNavCoachButtonIndex",
|
|
3420
|
+
"type": {
|
|
3421
|
+
"text": "number"
|
|
3422
|
+
}
|
|
3423
|
+
}
|
|
3424
|
+
],
|
|
3425
|
+
"description": "TAB Key Event handling for Coach Navigation"
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"kind": "method",
|
|
3429
|
+
"name": "_handleTabKeyNavigation",
|
|
3430
|
+
"privacy": "private",
|
|
3431
|
+
"return": {
|
|
3432
|
+
"type": {
|
|
3433
|
+
"text": "void"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3436
|
+
"parameters": [
|
|
3437
|
+
{
|
|
3438
|
+
"name": "event",
|
|
3439
|
+
"type": {
|
|
3440
|
+
"text": "KeyboardEvent"
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
{
|
|
3444
|
+
"name": "eventArea",
|
|
3445
|
+
"type": {
|
|
3446
|
+
"text": "string"
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"name": "currTabIndex",
|
|
3451
|
+
"optional": true,
|
|
3452
|
+
"type": {
|
|
3453
|
+
"text": "number"
|
|
3454
|
+
}
|
|
3455
|
+
}
|
|
3456
|
+
],
|
|
3457
|
+
"description": "General TAB Key Event handling for tab navigation inside the coach navigation area and the seatmap area"
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"kind": "method",
|
|
3461
|
+
"name": "keyboardSeatmapEventHadling",
|
|
3394
3462
|
"privacy": "protected",
|
|
3395
3463
|
"return": {
|
|
3396
3464
|
"type": {
|
|
@@ -3405,7 +3473,7 @@
|
|
|
3405
3473
|
}
|
|
3406
3474
|
}
|
|
3407
3475
|
],
|
|
3408
|
-
"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."
|
|
3476
|
+
"description": "Initialisation of Keyboard Seatmap 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."
|
|
3409
3477
|
},
|
|
3410
3478
|
{
|
|
3411
3479
|
"kind": "method",
|
|
@@ -4480,7 +4548,7 @@
|
|
|
4480
4548
|
"privacy": "private",
|
|
4481
4549
|
"return": {
|
|
4482
4550
|
"type": {
|
|
4483
|
-
"text": "TemplateResult
|
|
4551
|
+
"text": "TemplateResult | null"
|
|
4484
4552
|
}
|
|
4485
4553
|
},
|
|
4486
4554
|
"parameters": [
|
|
@@ -4949,7 +5017,7 @@
|
|
|
4949
5017
|
},
|
|
4950
5018
|
{
|
|
4951
5019
|
"kind": "field",
|
|
4952
|
-
"name": "
|
|
5020
|
+
"name": "hoveredCoachIndex",
|
|
4953
5021
|
"type": {
|
|
4954
5022
|
"text": "number"
|
|
4955
5023
|
},
|
|
@@ -5098,32 +5166,6 @@
|
|
|
5098
5166
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5099
5167
|
}
|
|
5100
5168
|
},
|
|
5101
|
-
{
|
|
5102
|
-
"kind": "field",
|
|
5103
|
-
"name": "firstTabElement",
|
|
5104
|
-
"type": {
|
|
5105
|
-
"text": "HTMLElement"
|
|
5106
|
-
},
|
|
5107
|
-
"privacy": "protected",
|
|
5108
|
-
"default": "null!",
|
|
5109
|
-
"inheritedFrom": {
|
|
5110
|
-
"name": "SeatReservationBaseElement",
|
|
5111
|
-
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5112
|
-
}
|
|
5113
|
-
},
|
|
5114
|
-
{
|
|
5115
|
-
"kind": "field",
|
|
5116
|
-
"name": "lastTabElement",
|
|
5117
|
-
"type": {
|
|
5118
|
-
"text": "HTMLElement"
|
|
5119
|
-
},
|
|
5120
|
-
"privacy": "protected",
|
|
5121
|
-
"default": "null!",
|
|
5122
|
-
"inheritedFrom": {
|
|
5123
|
-
"name": "SeatReservationBaseElement",
|
|
5124
|
-
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5125
|
-
}
|
|
5126
|
-
},
|
|
5127
5169
|
{
|
|
5128
5170
|
"kind": "field",
|
|
5129
5171
|
"name": "navigationScrollArea",
|
|
@@ -5319,6 +5361,19 @@
|
|
|
5319
5361
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5320
5362
|
}
|
|
5321
5363
|
},
|
|
5364
|
+
{
|
|
5365
|
+
"kind": "field",
|
|
5366
|
+
"name": "_isRunningInitPreselectCoachIndex",
|
|
5367
|
+
"type": {
|
|
5368
|
+
"text": "boolean"
|
|
5369
|
+
},
|
|
5370
|
+
"privacy": "private",
|
|
5371
|
+
"default": "false",
|
|
5372
|
+
"inheritedFrom": {
|
|
5373
|
+
"name": "SeatReservationBaseElement",
|
|
5374
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5375
|
+
}
|
|
5376
|
+
},
|
|
5322
5377
|
{
|
|
5323
5378
|
"kind": "field",
|
|
5324
5379
|
"name": "_scrollTimeout",
|
|
@@ -5331,6 +5386,19 @@
|
|
|
5331
5386
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5332
5387
|
}
|
|
5333
5388
|
},
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "field",
|
|
5391
|
+
"name": "_lastStartScrollPos",
|
|
5392
|
+
"type": {
|
|
5393
|
+
"text": "number"
|
|
5394
|
+
},
|
|
5395
|
+
"privacy": "private",
|
|
5396
|
+
"default": "-1",
|
|
5397
|
+
"inheritedFrom": {
|
|
5398
|
+
"name": "SeatReservationBaseElement",
|
|
5399
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5400
|
+
}
|
|
5401
|
+
},
|
|
5334
5402
|
{
|
|
5335
5403
|
"kind": "method",
|
|
5336
5404
|
"name": "navigateByDirectionBtn",
|
|
@@ -5423,7 +5491,22 @@
|
|
|
5423
5491
|
},
|
|
5424
5492
|
{
|
|
5425
5493
|
"kind": "method",
|
|
5426
|
-
"name": "
|
|
5494
|
+
"name": "onFocusNavDirectionButton",
|
|
5495
|
+
"privacy": "protected",
|
|
5496
|
+
"return": {
|
|
5497
|
+
"type": {
|
|
5498
|
+
"text": "void"
|
|
5499
|
+
}
|
|
5500
|
+
},
|
|
5501
|
+
"description": "Will be triggerd by focus navigation direction",
|
|
5502
|
+
"inheritedFrom": {
|
|
5503
|
+
"name": "SeatReservationBaseElement",
|
|
5504
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5505
|
+
}
|
|
5506
|
+
},
|
|
5507
|
+
{
|
|
5508
|
+
"kind": "method",
|
|
5509
|
+
"name": "onKeyNavigationNavCoachButton",
|
|
5427
5510
|
"privacy": "protected",
|
|
5428
5511
|
"return": {
|
|
5429
5512
|
"type": {
|
|
@@ -5436,9 +5519,74 @@
|
|
|
5436
5519
|
"type": {
|
|
5437
5520
|
"text": "KeyboardEvent"
|
|
5438
5521
|
}
|
|
5522
|
+
},
|
|
5523
|
+
{
|
|
5524
|
+
"name": "currNavCoachButtonIndex",
|
|
5525
|
+
"type": {
|
|
5526
|
+
"text": "number"
|
|
5527
|
+
}
|
|
5439
5528
|
}
|
|
5440
5529
|
],
|
|
5441
|
-
"description": "
|
|
5530
|
+
"description": "TAB Key Event handling for Coach Navigation",
|
|
5531
|
+
"inheritedFrom": {
|
|
5532
|
+
"name": "SeatReservationBaseElement",
|
|
5533
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5534
|
+
}
|
|
5535
|
+
},
|
|
5536
|
+
{
|
|
5537
|
+
"kind": "method",
|
|
5538
|
+
"name": "_handleTabKeyNavigation",
|
|
5539
|
+
"privacy": "private",
|
|
5540
|
+
"return": {
|
|
5541
|
+
"type": {
|
|
5542
|
+
"text": "void"
|
|
5543
|
+
}
|
|
5544
|
+
},
|
|
5545
|
+
"parameters": [
|
|
5546
|
+
{
|
|
5547
|
+
"name": "event",
|
|
5548
|
+
"type": {
|
|
5549
|
+
"text": "KeyboardEvent"
|
|
5550
|
+
}
|
|
5551
|
+
},
|
|
5552
|
+
{
|
|
5553
|
+
"name": "eventArea",
|
|
5554
|
+
"type": {
|
|
5555
|
+
"text": "string"
|
|
5556
|
+
}
|
|
5557
|
+
},
|
|
5558
|
+
{
|
|
5559
|
+
"name": "currTabIndex",
|
|
5560
|
+
"optional": true,
|
|
5561
|
+
"type": {
|
|
5562
|
+
"text": "number"
|
|
5563
|
+
}
|
|
5564
|
+
}
|
|
5565
|
+
],
|
|
5566
|
+
"description": "General TAB Key Event handling for tab navigation inside the coach navigation area and the seatmap area",
|
|
5567
|
+
"inheritedFrom": {
|
|
5568
|
+
"name": "SeatReservationBaseElement",
|
|
5569
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5570
|
+
}
|
|
5571
|
+
},
|
|
5572
|
+
{
|
|
5573
|
+
"kind": "method",
|
|
5574
|
+
"name": "keyboardSeatmapEventHadling",
|
|
5575
|
+
"privacy": "protected",
|
|
5576
|
+
"return": {
|
|
5577
|
+
"type": {
|
|
5578
|
+
"text": "void"
|
|
5579
|
+
}
|
|
5580
|
+
},
|
|
5581
|
+
"parameters": [
|
|
5582
|
+
{
|
|
5583
|
+
"name": "event",
|
|
5584
|
+
"type": {
|
|
5585
|
+
"text": "KeyboardEvent"
|
|
5586
|
+
}
|
|
5587
|
+
}
|
|
5588
|
+
],
|
|
5589
|
+
"description": "Initialisation of Keyboard Seatmap 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.",
|
|
5442
5590
|
"inheritedFrom": {
|
|
5443
5591
|
"name": "SeatReservationBaseElement",
|
|
5444
5592
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -7340,7 +7488,8 @@
|
|
|
7340
7488
|
"privacy": "public",
|
|
7341
7489
|
"default": "'FREE'",
|
|
7342
7490
|
"description": "state of the place, e.g. 'FREE', 'SELECTED', 'BLOCKED'",
|
|
7343
|
-
"attribute": "state"
|
|
7491
|
+
"attribute": "state",
|
|
7492
|
+
"reflects": true
|
|
7344
7493
|
},
|
|
7345
7494
|
{
|
|
7346
7495
|
"kind": "field",
|
|
@@ -7646,7 +7795,14 @@
|
|
|
7646
7795
|
{
|
|
7647
7796
|
"name": "vehicleType",
|
|
7648
7797
|
"type": {
|
|
7649
|
-
"text": "VehicleType"
|
|
7798
|
+
"text": "VehicleType | null"
|
|
7799
|
+
}
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"name": "coachDeckLevel",
|
|
7803
|
+
"default": "null",
|
|
7804
|
+
"type": {
|
|
7805
|
+
"text": "CoachDeckLevel | null"
|
|
7650
7806
|
}
|
|
7651
7807
|
}
|
|
7652
7808
|
],
|
|
@@ -7823,6 +7979,22 @@
|
|
|
7823
7979
|
"text": "object"
|
|
7824
7980
|
},
|
|
7825
7981
|
"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'], }, ], }"
|
|
7982
|
+
},
|
|
7983
|
+
{
|
|
7984
|
+
"kind": "variable",
|
|
7985
|
+
"name": "MOCK_COACHE_RAW_DECK_LOWER",
|
|
7986
|
+
"type": {
|
|
7987
|
+
"text": "array"
|
|
7988
|
+
},
|
|
7989
|
+
"default": "[ { warnings: null, coachDeckLayout: { id: '32801', name: 'WR6(501) - not touch', dimension: { width: 56, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'LOWER_DECK', placeGroups: [ { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '21', rectangle: { position: { x: 31, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '22', rectangle: { position: { x: 37, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '41', rectangle: { position: { x: 39, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '42', rectangle: { position: { x: 45, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '61', rectangle: { position: { x: 47, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '62', rectangle: { position: { x: 53, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'AISLE_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '13', rectangle: { position: { x: 31, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '14', rectangle: { position: { x: 37, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '11', rectangle: { position: { x: 31, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '12', rectangle: { position: { x: 37, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '33', rectangle: { position: { x: 39, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '34', rectangle: { position: { x: 45, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '31', rectangle: { position: { x: 39, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '32', rectangle: { position: { x: 45, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, { travelClass: 'SECOND', accommodationSubType: 'RESTAURANT', places: [ { number: '53', rectangle: { position: { x: 47, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['AISLE'], placeProperties: ['AISLE_SEAT', 'TABLE'], state: 'FREE', }, { number: '51', rectangle: { position: { x: 47, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, { number: '52', rectangle: { position: { x: 53, y: 8, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 180, placeLocations: ['WINDOW'], placeProperties: ['WINDOW_SEAT', 'TABLE'], state: 'FREE', }, ], }, ], graphicElements: [ { rectangle: { position: { x: 0, y: 0, z: 0, }, dimension: { width: 6, height: 10, borderRadius: null, }, }, orientation: 0, type: 'DRIVER_AREA', }, { rectangle: { position: { x: 55, y: 0, z: 0, }, dimension: { width: 1, height: 10, borderRadius: null, }, }, orientation: 180, type: 'COACH_WALL_NO_PASSAGE', }, { rectangle: { position: { x: 42, y: 6, z: 0, }, dimension: { width: 2, height: 4, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 50, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 34, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 34, y: 6, z: 0, }, dimension: { width: 2, height: 4, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 42, y: 0, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 50, y: 6, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, { rectangle: { position: { x: 8, y: 2, z: 0, }, dimension: { width: 6, height: 6, borderRadius: null, }, }, orientation: 0, type: 'TABLE_RESTAURANT', }, ], serviceIcons: [ { rectangle: { position: { x: 32, y: 3, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'RESTAURANT_ICON', }, { rectangle: { position: { x: 46, y: 3, z: 0, }, dimension: { width: 2, height: 2, borderRadius: null, }, }, type: 'RESTAURANT_ICON', }, ], }, }, ]"
|
|
7990
|
+
},
|
|
7991
|
+
{
|
|
7992
|
+
"kind": "variable",
|
|
7993
|
+
"name": "MOCK_COACHE_RAW_DECK_UPPPER",
|
|
7994
|
+
"type": {
|
|
7995
|
+
"text": "array"
|
|
7996
|
+
},
|
|
7997
|
+
"default": "[ { warnings: null, coachDeckLayout: { id: '32801', name: 'WR6(501) - not touch', dimension: { width: 56, height: 10, borderRadius: null, }, lowFloorEntry: false, deckLevel: 'UPPER_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: 'SELECTED', }, { 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', }, ], serviceIcons: [], }, }, ]"
|
|
7826
7998
|
}
|
|
7827
7999
|
],
|
|
7828
8000
|
"exports": [
|
|
@@ -7849,6 +8021,22 @@
|
|
|
7849
8021
|
"name": "MOCK_GIRUNO_TRAIN",
|
|
7850
8022
|
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
7851
8023
|
}
|
|
8024
|
+
},
|
|
8025
|
+
{
|
|
8026
|
+
"kind": "js",
|
|
8027
|
+
"name": "MOCK_COACHE_RAW_DECK_LOWER",
|
|
8028
|
+
"declaration": {
|
|
8029
|
+
"name": "MOCK_COACHE_RAW_DECK_LOWER",
|
|
8030
|
+
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
8031
|
+
}
|
|
8032
|
+
},
|
|
8033
|
+
{
|
|
8034
|
+
"kind": "js",
|
|
8035
|
+
"name": "MOCK_COACHE_RAW_DECK_UPPPER",
|
|
8036
|
+
"declaration": {
|
|
8037
|
+
"name": "MOCK_COACHE_RAW_DECK_UPPPER",
|
|
8038
|
+
"module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
|
|
8039
|
+
}
|
|
7852
8040
|
}
|
|
7853
8041
|
]
|
|
7854
8042
|
},
|