@sbb-esta/lyne-elements-experimental 4.0.2 → 4.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +2 -0
  2. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  3. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +12 -15
  4. package/core/datetime/date-helper.js +3 -3
  5. package/custom-elements.json +143 -99
  6. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts +2 -0
  7. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  8. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +12 -13
  9. package/development/core/datetime/date-helper.js +3 -3
  10. package/development/{differenceInMinutes-D5Nj8Stc.js → differenceInMinutes-B0dawX-5.js} +2 -2
  11. package/development/{format-BQfaa1ZT.js → format-BMkeaqaF.js} +3 -3
  12. package/development/{isValid-DvieCZVi.js → isValid-BYRch7pV.js} +2 -2
  13. package/development/journey-summary/journey-summary.component.js +2 -2
  14. package/development/pearl-chain/pearl-chain.component.js +2 -2
  15. package/development/pearl-chain-time/pearl-chain-time.component.js +1 -1
  16. package/development/seat-reservation/common/mapper/mapper.d.ts +2 -2
  17. package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
  18. package/development/seat-reservation/common/mapper/mapper.js +19 -6
  19. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -0
  20. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
  21. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.js +970 -1
  22. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  23. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +3 -1
  24. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  25. package/development/seat-reservation/seat-reservation/seat-reservation.component.js +26 -24
  26. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +2 -2
  27. package/development/timetable-row/timetable-row.component.js +1 -1
  28. package/development/{toDate-D_Vjps95.js → toDate-BWb6Z1JD.js} +2 -2
  29. package/{differenceInMinutes-CP_C5onR.js → differenceInMinutes-COvvdYsJ.js} +1 -1
  30. package/{format-lqeCzmzS.js → format-CmKROkbc.js} +2 -41
  31. package/{isValid-Ceq2O0NQ.js → isValid-m3_OsPaB.js} +1 -1
  32. package/journey-summary/journey-summary.component.js +2 -2
  33. package/package.json +3 -3
  34. package/pearl-chain/pearl-chain.component.js +2 -2
  35. package/pearl-chain-time/pearl-chain-time.component.js +1 -1
  36. package/seat-reservation/common/mapper/mapper.d.ts +2 -2
  37. package/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
  38. package/seat-reservation/common/mapper/mapper.js +41 -38
  39. package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -0
  40. package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
  41. package/seat-reservation/common/mapper/seat-reservation-sample-data.js +968 -1
  42. package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  43. package/seat-reservation/seat-reservation/seat-reservation-base-element.js +130 -130
  44. package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  45. package/seat-reservation/seat-reservation/seat-reservation.component.js +88 -85
  46. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +1 -1
  47. package/timetable-row/timetable-row.component.js +1 -1
  48. package/{toDate-BCXKL_wM.js → toDate-Bw2KTWeq.js} +1 -1
@@ -2022,6 +2022,10 @@
2022
2022
  "description": "To specify a custom stack order, the `z-index` can be overridden by defining this CSS variable. The default `z-index` of the component is set to `var(--sbb-overlay-default-z-index)` with a value of `1000`.",
2023
2023
  "name": "--sbb-autocomplete-z-index",
2024
2024
  "default": "var(--sbb-overlay-default-z-index)"
2025
+ },
2026
+ {
2027
+ "description": "Maximum height of the options panel. If the calculated remaining space is smaller, the value gets ignored.",
2028
+ "name": "--sbb-options-panel-max-height"
2025
2029
  }
2026
2030
  ],
2027
2031
  "slots": [
@@ -4548,7 +4552,7 @@
4548
4552
  "privacy": "private",
4549
4553
  "return": {
4550
4554
  "type": {
4551
- "text": "TemplateResult[] | null"
4555
+ "text": "TemplateResult | null"
4552
4556
  }
4553
4557
  },
4554
4558
  "parameters": [
@@ -7352,102 +7356,6 @@
7352
7356
  }
7353
7357
  ]
7354
7358
  },
7355
- {
7356
- "kind": "javascript-module",
7357
- "path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
7358
- "declarations": [
7359
- {
7360
- "kind": "class",
7361
- "description": "Component displays the available service icons of one coach.",
7362
- "name": "SbbSeatReservationNavigationServicesElement",
7363
- "members": [
7364
- {
7365
- "kind": "field",
7366
- "name": "propertyIds",
7367
- "type": {
7368
- "text": "string[]"
7369
- },
7370
- "privacy": "public",
7371
- "default": "[]",
7372
- "description": "Coach service property ids, which are used to display the services in the navigation",
7373
- "attribute": "property-ids"
7374
- },
7375
- {
7376
- "kind": "field",
7377
- "name": "vertical",
7378
- "type": {
7379
- "text": "boolean"
7380
- },
7381
- "privacy": "public",
7382
- "default": "false",
7383
- "description": "If true, the service icons are displayed vertically",
7384
- "attribute": "vertical",
7385
- "reflects": true
7386
- },
7387
- {
7388
- "kind": "field",
7389
- "name": "_language",
7390
- "privacy": "private",
7391
- "default": "new SbbLanguageController(this)"
7392
- },
7393
- {
7394
- "kind": "method",
7395
- "name": "_getServiceLabelDescription",
7396
- "privacy": "private",
7397
- "return": {
7398
- "type": {
7399
- "text": "string | null"
7400
- }
7401
- }
7402
- }
7403
- ],
7404
- "attributes": [
7405
- {
7406
- "name": "property-ids",
7407
- "type": {
7408
- "text": "string[]"
7409
- },
7410
- "default": "[]",
7411
- "description": "Coach service property ids, which are used to display the services in the navigation",
7412
- "fieldName": "propertyIds"
7413
- },
7414
- {
7415
- "name": "vertical",
7416
- "type": {
7417
- "text": "boolean"
7418
- },
7419
- "default": "false",
7420
- "description": "If true, the service icons are displayed vertically",
7421
- "fieldName": "vertical"
7422
- }
7423
- ],
7424
- "superclass": {
7425
- "name": "LitElement",
7426
- "package": "lit"
7427
- },
7428
- "tagName": "sbb-seat-reservation-navigation-services",
7429
- "customElement": true
7430
- }
7431
- ],
7432
- "exports": [
7433
- {
7434
- "kind": "js",
7435
- "name": "SbbSeatReservationNavigationServicesElement",
7436
- "declaration": {
7437
- "name": "SbbSeatReservationNavigationServicesElement",
7438
- "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
7439
- }
7440
- },
7441
- {
7442
- "kind": "custom-element-definition",
7443
- "name": "sbb-seat-reservation-navigation-services",
7444
- "declaration": {
7445
- "name": "SbbSeatReservationNavigationServicesElement",
7446
- "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
7447
- }
7448
- }
7449
- ]
7450
- },
7451
7359
  {
7452
7360
  "kind": "javascript-module",
7453
7361
  "path": "seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js",
@@ -7488,7 +7396,8 @@
7488
7396
  "privacy": "public",
7489
7397
  "default": "'FREE'",
7490
7398
  "description": "state of the place, e.g. 'FREE', 'SELECTED', 'BLOCKED'",
7491
- "attribute": "state"
7399
+ "attribute": "state",
7400
+ "reflects": true
7492
7401
  },
7493
7402
  {
7494
7403
  "kind": "field",
@@ -7718,6 +7627,102 @@
7718
7627
  }
7719
7628
  ]
7720
7629
  },
7630
+ {
7631
+ "kind": "javascript-module",
7632
+ "path": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js",
7633
+ "declarations": [
7634
+ {
7635
+ "kind": "class",
7636
+ "description": "Component displays the available service icons of one coach.",
7637
+ "name": "SbbSeatReservationNavigationServicesElement",
7638
+ "members": [
7639
+ {
7640
+ "kind": "field",
7641
+ "name": "propertyIds",
7642
+ "type": {
7643
+ "text": "string[]"
7644
+ },
7645
+ "privacy": "public",
7646
+ "default": "[]",
7647
+ "description": "Coach service property ids, which are used to display the services in the navigation",
7648
+ "attribute": "property-ids"
7649
+ },
7650
+ {
7651
+ "kind": "field",
7652
+ "name": "vertical",
7653
+ "type": {
7654
+ "text": "boolean"
7655
+ },
7656
+ "privacy": "public",
7657
+ "default": "false",
7658
+ "description": "If true, the service icons are displayed vertically",
7659
+ "attribute": "vertical",
7660
+ "reflects": true
7661
+ },
7662
+ {
7663
+ "kind": "field",
7664
+ "name": "_language",
7665
+ "privacy": "private",
7666
+ "default": "new SbbLanguageController(this)"
7667
+ },
7668
+ {
7669
+ "kind": "method",
7670
+ "name": "_getServiceLabelDescription",
7671
+ "privacy": "private",
7672
+ "return": {
7673
+ "type": {
7674
+ "text": "string | null"
7675
+ }
7676
+ }
7677
+ }
7678
+ ],
7679
+ "attributes": [
7680
+ {
7681
+ "name": "property-ids",
7682
+ "type": {
7683
+ "text": "string[]"
7684
+ },
7685
+ "default": "[]",
7686
+ "description": "Coach service property ids, which are used to display the services in the navigation",
7687
+ "fieldName": "propertyIds"
7688
+ },
7689
+ {
7690
+ "name": "vertical",
7691
+ "type": {
7692
+ "text": "boolean"
7693
+ },
7694
+ "default": "false",
7695
+ "description": "If true, the service icons are displayed vertically",
7696
+ "fieldName": "vertical"
7697
+ }
7698
+ ],
7699
+ "superclass": {
7700
+ "name": "LitElement",
7701
+ "package": "lit"
7702
+ },
7703
+ "tagName": "sbb-seat-reservation-navigation-services",
7704
+ "customElement": true
7705
+ }
7706
+ ],
7707
+ "exports": [
7708
+ {
7709
+ "kind": "js",
7710
+ "name": "SbbSeatReservationNavigationServicesElement",
7711
+ "declaration": {
7712
+ "name": "SbbSeatReservationNavigationServicesElement",
7713
+ "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
7714
+ }
7715
+ },
7716
+ {
7717
+ "kind": "custom-element-definition",
7718
+ "name": "sbb-seat-reservation-navigation-services",
7719
+ "declaration": {
7720
+ "name": "SbbSeatReservationNavigationServicesElement",
7721
+ "module": "seat-reservation/seat-reservation-navigation-services/seat-reservation-navigation-services.component.js"
7722
+ }
7723
+ }
7724
+ ]
7725
+ },
7721
7726
  {
7722
7727
  "kind": "javascript-module",
7723
7728
  "path": "seat-reservation/seat-reservation-scoped/seat-reservation-scoped.component.js",
@@ -7794,7 +7799,14 @@
7794
7799
  {
7795
7800
  "name": "vehicleType",
7796
7801
  "type": {
7797
- "text": "VehicleType"
7802
+ "text": "VehicleType | null"
7803
+ }
7804
+ },
7805
+ {
7806
+ "name": "coachDeckLevel",
7807
+ "default": "null",
7808
+ "type": {
7809
+ "text": "CoachDeckLevel | null"
7798
7810
  }
7799
7811
  }
7800
7812
  ],
@@ -7971,6 +7983,22 @@
7971
7983
  "text": "object"
7972
7984
  },
7973
7985
  "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'], }, ], }"
7986
+ },
7987
+ {
7988
+ "kind": "variable",
7989
+ "name": "MOCK_COACHE_RAW_DECK_LOWER",
7990
+ "type": {
7991
+ "text": "array"
7992
+ },
7993
+ "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', }, ], }, }, ]"
7994
+ },
7995
+ {
7996
+ "kind": "variable",
7997
+ "name": "MOCK_COACHE_RAW_DECK_UPPPER",
7998
+ "type": {
7999
+ "text": "array"
8000
+ },
8001
+ "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: [], }, }, ]"
7974
8002
  }
7975
8003
  ],
7976
8004
  "exports": [
@@ -7997,6 +8025,22 @@
7997
8025
  "name": "MOCK_GIRUNO_TRAIN",
7998
8026
  "module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
7999
8027
  }
8028
+ },
8029
+ {
8030
+ "kind": "js",
8031
+ "name": "MOCK_COACHE_RAW_DECK_LOWER",
8032
+ "declaration": {
8033
+ "name": "MOCK_COACHE_RAW_DECK_LOWER",
8034
+ "module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
8035
+ }
8036
+ },
8037
+ {
8038
+ "kind": "js",
8039
+ "name": "MOCK_COACHE_RAW_DECK_UPPPER",
8040
+ "declaration": {
8041
+ "name": "MOCK_COACHE_RAW_DECK_UPPPER",
8042
+ "module": "seat-reservation/common/mapper/seat-reservation-sample-data.js"
8043
+ }
8000
8044
  }
8001
8045
  ]
8002
8046
  },