@sbb-esta/lyne-elements-experimental 4.0.1 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  2. package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +15 -16
  3. package/core/datetime/date-helper.js +3 -3
  4. package/custom-elements.json +241 -53
  5. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
  6. package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +17 -19
  7. package/development/core/datetime/date-helper.js +3 -3
  8. package/development/{differenceInMinutes-D5Nj8Stc.js → differenceInMinutes-B0dawX-5.js} +2 -2
  9. package/development/{format-BQfaa1ZT.js → format-BMkeaqaF.js} +3 -3
  10. package/development/{isValid-DvieCZVi.js → isValid-BYRch7pV.js} +2 -2
  11. package/development/journey-summary/journey-summary.component.js +2 -2
  12. package/development/pearl-chain/pearl-chain.component.js +3 -5
  13. package/development/pearl-chain-time/pearl-chain-time.component.js +1 -1
  14. package/development/seat-reservation/common/mapper/mapper.d.ts +2 -2
  15. package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
  16. package/development/seat-reservation/common/mapper/mapper.js +19 -6
  17. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -0
  18. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
  19. package/development/seat-reservation/common/mapper/seat-reservation-sample-data.js +970 -1
  20. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +11 -5
  21. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  22. package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +118 -56
  23. package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  24. package/development/seat-reservation/seat-reservation/seat-reservation.component.js +170 -282
  25. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts.map +1 -1
  26. package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +11 -8
  27. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  28. package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +153 -45
  29. package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +2 -2
  30. package/development/timetable-row/timetable-row.component.js +1 -1
  31. package/development/{toDate-D_Vjps95.js → toDate-BWb6Z1JD.js} +2 -2
  32. package/{differenceInMinutes-CP_C5onR.js → differenceInMinutes-COvvdYsJ.js} +1 -1
  33. package/{format-lqeCzmzS.js → format-CmKROkbc.js} +2 -41
  34. package/{isValid-Ceq2O0NQ.js → isValid-m3_OsPaB.js} +1 -1
  35. package/journey-summary/journey-summary.component.js +2 -2
  36. package/package.json +2 -2
  37. package/pearl-chain/pearl-chain.component.js +3 -3
  38. package/pearl-chain-time/pearl-chain-time.component.js +1 -1
  39. package/seat-reservation/common/mapper/mapper.d.ts +2 -2
  40. package/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
  41. package/seat-reservation/common/mapper/mapper.js +41 -38
  42. package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -0
  43. package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
  44. package/seat-reservation/common/mapper/seat-reservation-sample-data.js +968 -1
  45. package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +11 -5
  46. package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
  47. package/seat-reservation/seat-reservation/seat-reservation-base-element.js +99 -73
  48. package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
  49. package/seat-reservation/seat-reservation/seat-reservation.component.js +210 -213
  50. package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts.map +1 -1
  51. package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +31 -28
  52. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
  53. package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +143 -142
  54. package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +1 -1
  55. package/timetable-row/timetable-row.component.js +1 -1
  56. package/{toDate-BCXKL_wM.js → toDate-Bw2KTWeq.js} +1 -1
@@ -30693,9 +30693,976 @@ const e = [
30693
30693
  propertyIds: ["WHEELCHAIR_ICON"]
30694
30694
  }
30695
30695
  ]
30696
- };
30696
+ }, o = [
30697
+ {
30698
+ warnings: null,
30699
+ coachDeckLayout: {
30700
+ id: "32801",
30701
+ name: "WR6(501) - not touch",
30702
+ dimension: {
30703
+ width: 56,
30704
+ height: 10,
30705
+ borderRadius: null
30706
+ },
30707
+ lowFloorEntry: !1,
30708
+ deckLevel: "LOWER_DECK",
30709
+ placeGroups: [
30710
+ {
30711
+ travelClass: "SECOND",
30712
+ accommodationSubType: "RESTAURANT",
30713
+ places: [
30714
+ {
30715
+ number: "21",
30716
+ rectangle: {
30717
+ position: {
30718
+ x: 31,
30719
+ y: 0,
30720
+ z: 0
30721
+ },
30722
+ dimension: {
30723
+ width: 2,
30724
+ height: 2,
30725
+ borderRadius: null
30726
+ }
30727
+ },
30728
+ orientation: 0,
30729
+ placeLocations: ["WINDOW"],
30730
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
30731
+ state: "FREE"
30732
+ },
30733
+ {
30734
+ number: "22",
30735
+ rectangle: {
30736
+ position: {
30737
+ x: 37,
30738
+ y: 0,
30739
+ z: 0
30740
+ },
30741
+ dimension: {
30742
+ width: 2,
30743
+ height: 2,
30744
+ borderRadius: null
30745
+ }
30746
+ },
30747
+ orientation: 180,
30748
+ placeLocations: ["WINDOW"],
30749
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
30750
+ state: "FREE"
30751
+ }
30752
+ ]
30753
+ },
30754
+ {
30755
+ travelClass: "SECOND",
30756
+ accommodationSubType: "RESTAURANT",
30757
+ places: [
30758
+ {
30759
+ number: "41",
30760
+ rectangle: {
30761
+ position: {
30762
+ x: 39,
30763
+ y: 0,
30764
+ z: 0
30765
+ },
30766
+ dimension: {
30767
+ width: 2,
30768
+ height: 2,
30769
+ borderRadius: null
30770
+ }
30771
+ },
30772
+ orientation: 0,
30773
+ placeLocations: ["WINDOW"],
30774
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
30775
+ state: "FREE"
30776
+ },
30777
+ {
30778
+ number: "42",
30779
+ rectangle: {
30780
+ position: {
30781
+ x: 45,
30782
+ y: 0,
30783
+ z: 0
30784
+ },
30785
+ dimension: {
30786
+ width: 2,
30787
+ height: 2,
30788
+ borderRadius: null
30789
+ }
30790
+ },
30791
+ orientation: 180,
30792
+ placeLocations: ["WINDOW"],
30793
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
30794
+ state: "FREE"
30795
+ }
30796
+ ]
30797
+ },
30798
+ {
30799
+ travelClass: "SECOND",
30800
+ accommodationSubType: "RESTAURANT",
30801
+ places: [
30802
+ {
30803
+ number: "61",
30804
+ rectangle: {
30805
+ position: {
30806
+ x: 47,
30807
+ y: 0,
30808
+ z: 0
30809
+ },
30810
+ dimension: {
30811
+ width: 2,
30812
+ height: 2,
30813
+ borderRadius: null
30814
+ }
30815
+ },
30816
+ orientation: 0,
30817
+ placeLocations: ["WINDOW"],
30818
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
30819
+ state: "FREE"
30820
+ },
30821
+ {
30822
+ number: "62",
30823
+ rectangle: {
30824
+ position: {
30825
+ x: 53,
30826
+ y: 0,
30827
+ z: 0
30828
+ },
30829
+ dimension: {
30830
+ width: 2,
30831
+ height: 2,
30832
+ borderRadius: null
30833
+ }
30834
+ },
30835
+ orientation: 180,
30836
+ placeLocations: ["WINDOW"],
30837
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
30838
+ state: "FREE"
30839
+ }
30840
+ ]
30841
+ },
30842
+ {
30843
+ travelClass: "SECOND",
30844
+ accommodationSubType: "RESTAURANT",
30845
+ places: [
30846
+ {
30847
+ number: "13",
30848
+ rectangle: {
30849
+ position: {
30850
+ x: 31,
30851
+ y: 6,
30852
+ z: 0
30853
+ },
30854
+ dimension: {
30855
+ width: 2,
30856
+ height: 2,
30857
+ borderRadius: null
30858
+ }
30859
+ },
30860
+ orientation: 0,
30861
+ placeLocations: ["AISLE"],
30862
+ placeProperties: ["AISLE_SEAT", "TABLE"],
30863
+ state: "FREE"
30864
+ },
30865
+ {
30866
+ number: "14",
30867
+ rectangle: {
30868
+ position: {
30869
+ x: 37,
30870
+ y: 6,
30871
+ z: 0
30872
+ },
30873
+ dimension: {
30874
+ width: 2,
30875
+ height: 2,
30876
+ borderRadius: null
30877
+ }
30878
+ },
30879
+ orientation: 180,
30880
+ placeLocations: ["AISLE"],
30881
+ placeProperties: ["AISLE_SEAT", "TABLE"],
30882
+ state: "FREE"
30883
+ },
30884
+ {
30885
+ number: "11",
30886
+ rectangle: {
30887
+ position: {
30888
+ x: 31,
30889
+ y: 8,
30890
+ z: 0
30891
+ },
30892
+ dimension: {
30893
+ width: 2,
30894
+ height: 2,
30895
+ borderRadius: null
30896
+ }
30897
+ },
30898
+ orientation: 0,
30899
+ placeLocations: ["WINDOW"],
30900
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
30901
+ state: "FREE"
30902
+ },
30903
+ {
30904
+ number: "12",
30905
+ rectangle: {
30906
+ position: {
30907
+ x: 37,
30908
+ y: 8,
30909
+ z: 0
30910
+ },
30911
+ dimension: {
30912
+ width: 2,
30913
+ height: 2,
30914
+ borderRadius: null
30915
+ }
30916
+ },
30917
+ orientation: 180,
30918
+ placeLocations: ["WINDOW"],
30919
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
30920
+ state: "FREE"
30921
+ }
30922
+ ]
30923
+ },
30924
+ {
30925
+ travelClass: "SECOND",
30926
+ accommodationSubType: "RESTAURANT",
30927
+ places: [
30928
+ {
30929
+ number: "33",
30930
+ rectangle: {
30931
+ position: {
30932
+ x: 39,
30933
+ y: 6,
30934
+ z: 0
30935
+ },
30936
+ dimension: {
30937
+ width: 2,
30938
+ height: 2,
30939
+ borderRadius: null
30940
+ }
30941
+ },
30942
+ orientation: 0,
30943
+ placeLocations: ["AISLE"],
30944
+ placeProperties: ["AISLE_SEAT", "TABLE"],
30945
+ state: "FREE"
30946
+ },
30947
+ {
30948
+ number: "34",
30949
+ rectangle: {
30950
+ position: {
30951
+ x: 45,
30952
+ y: 6,
30953
+ z: 0
30954
+ },
30955
+ dimension: {
30956
+ width: 2,
30957
+ height: 2,
30958
+ borderRadius: null
30959
+ }
30960
+ },
30961
+ orientation: 180,
30962
+ placeLocations: ["AISLE"],
30963
+ placeProperties: ["AISLE_SEAT", "TABLE"],
30964
+ state: "FREE"
30965
+ },
30966
+ {
30967
+ number: "31",
30968
+ rectangle: {
30969
+ position: {
30970
+ x: 39,
30971
+ y: 8,
30972
+ z: 0
30973
+ },
30974
+ dimension: {
30975
+ width: 2,
30976
+ height: 2,
30977
+ borderRadius: null
30978
+ }
30979
+ },
30980
+ orientation: 0,
30981
+ placeLocations: ["WINDOW"],
30982
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
30983
+ state: "FREE"
30984
+ },
30985
+ {
30986
+ number: "32",
30987
+ rectangle: {
30988
+ position: {
30989
+ x: 45,
30990
+ y: 8,
30991
+ z: 0
30992
+ },
30993
+ dimension: {
30994
+ width: 2,
30995
+ height: 2,
30996
+ borderRadius: null
30997
+ }
30998
+ },
30999
+ orientation: 180,
31000
+ placeLocations: ["WINDOW"],
31001
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
31002
+ state: "FREE"
31003
+ }
31004
+ ]
31005
+ },
31006
+ {
31007
+ travelClass: "SECOND",
31008
+ accommodationSubType: "RESTAURANT",
31009
+ places: [
31010
+ {
31011
+ number: "53",
31012
+ rectangle: {
31013
+ position: {
31014
+ x: 47,
31015
+ y: 6,
31016
+ z: 0
31017
+ },
31018
+ dimension: {
31019
+ width: 2,
31020
+ height: 2,
31021
+ borderRadius: null
31022
+ }
31023
+ },
31024
+ orientation: 0,
31025
+ placeLocations: ["AISLE"],
31026
+ placeProperties: ["AISLE_SEAT", "TABLE"],
31027
+ state: "FREE"
31028
+ },
31029
+ {
31030
+ number: "51",
31031
+ rectangle: {
31032
+ position: {
31033
+ x: 47,
31034
+ y: 8,
31035
+ z: 0
31036
+ },
31037
+ dimension: {
31038
+ width: 2,
31039
+ height: 2,
31040
+ borderRadius: null
31041
+ }
31042
+ },
31043
+ orientation: 0,
31044
+ placeLocations: ["WINDOW"],
31045
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
31046
+ state: "FREE"
31047
+ },
31048
+ {
31049
+ number: "52",
31050
+ rectangle: {
31051
+ position: {
31052
+ x: 53,
31053
+ y: 8,
31054
+ z: 0
31055
+ },
31056
+ dimension: {
31057
+ width: 2,
31058
+ height: 2,
31059
+ borderRadius: null
31060
+ }
31061
+ },
31062
+ orientation: 180,
31063
+ placeLocations: ["WINDOW"],
31064
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
31065
+ state: "FREE"
31066
+ }
31067
+ ]
31068
+ }
31069
+ ],
31070
+ graphicElements: [
31071
+ {
31072
+ rectangle: {
31073
+ position: {
31074
+ x: 0,
31075
+ y: 0,
31076
+ z: 0
31077
+ },
31078
+ dimension: {
31079
+ width: 6,
31080
+ height: 10,
31081
+ borderRadius: null
31082
+ }
31083
+ },
31084
+ orientation: 0,
31085
+ type: "DRIVER_AREA"
31086
+ },
31087
+ {
31088
+ rectangle: {
31089
+ position: {
31090
+ x: 55,
31091
+ y: 0,
31092
+ z: 0
31093
+ },
31094
+ dimension: {
31095
+ width: 1,
31096
+ height: 10,
31097
+ borderRadius: null
31098
+ }
31099
+ },
31100
+ orientation: 180,
31101
+ type: "COACH_WALL_NO_PASSAGE"
31102
+ },
31103
+ {
31104
+ rectangle: {
31105
+ position: {
31106
+ x: 42,
31107
+ y: 6,
31108
+ z: 0
31109
+ },
31110
+ dimension: {
31111
+ width: 2,
31112
+ height: 4,
31113
+ borderRadius: null
31114
+ }
31115
+ },
31116
+ orientation: 0,
31117
+ type: "TABLE_RESTAURANT"
31118
+ },
31119
+ {
31120
+ rectangle: {
31121
+ position: {
31122
+ x: 50,
31123
+ y: 0,
31124
+ z: 0
31125
+ },
31126
+ dimension: {
31127
+ width: 2,
31128
+ height: 2,
31129
+ borderRadius: null
31130
+ }
31131
+ },
31132
+ orientation: 0,
31133
+ type: "TABLE_RESTAURANT"
31134
+ },
31135
+ {
31136
+ rectangle: {
31137
+ position: {
31138
+ x: 34,
31139
+ y: 0,
31140
+ z: 0
31141
+ },
31142
+ dimension: {
31143
+ width: 2,
31144
+ height: 2,
31145
+ borderRadius: null
31146
+ }
31147
+ },
31148
+ orientation: 0,
31149
+ type: "TABLE_RESTAURANT"
31150
+ },
31151
+ {
31152
+ rectangle: {
31153
+ position: {
31154
+ x: 34,
31155
+ y: 6,
31156
+ z: 0
31157
+ },
31158
+ dimension: {
31159
+ width: 2,
31160
+ height: 4,
31161
+ borderRadius: null
31162
+ }
31163
+ },
31164
+ orientation: 0,
31165
+ type: "TABLE_RESTAURANT"
31166
+ },
31167
+ {
31168
+ rectangle: {
31169
+ position: {
31170
+ x: 42,
31171
+ y: 0,
31172
+ z: 0
31173
+ },
31174
+ dimension: {
31175
+ width: 2,
31176
+ height: 2,
31177
+ borderRadius: null
31178
+ }
31179
+ },
31180
+ orientation: 0,
31181
+ type: "TABLE_RESTAURANT"
31182
+ },
31183
+ {
31184
+ rectangle: {
31185
+ position: {
31186
+ x: 50,
31187
+ y: 6,
31188
+ z: 0
31189
+ },
31190
+ dimension: {
31191
+ width: 2,
31192
+ height: 2,
31193
+ borderRadius: null
31194
+ }
31195
+ },
31196
+ orientation: 0,
31197
+ type: "TABLE_RESTAURANT"
31198
+ },
31199
+ {
31200
+ rectangle: {
31201
+ position: {
31202
+ x: 8,
31203
+ y: 2,
31204
+ z: 0
31205
+ },
31206
+ dimension: {
31207
+ width: 6,
31208
+ height: 6,
31209
+ borderRadius: null
31210
+ }
31211
+ },
31212
+ orientation: 0,
31213
+ type: "TABLE_RESTAURANT"
31214
+ }
31215
+ ],
31216
+ serviceIcons: [
31217
+ {
31218
+ rectangle: {
31219
+ position: {
31220
+ x: 32,
31221
+ y: 3,
31222
+ z: 0
31223
+ },
31224
+ dimension: {
31225
+ width: 2,
31226
+ height: 2,
31227
+ borderRadius: null
31228
+ }
31229
+ },
31230
+ type: "RESTAURANT_ICON"
31231
+ },
31232
+ {
31233
+ rectangle: {
31234
+ position: {
31235
+ x: 46,
31236
+ y: 3,
31237
+ z: 0
31238
+ },
31239
+ dimension: {
31240
+ width: 2,
31241
+ height: 2,
31242
+ borderRadius: null
31243
+ }
31244
+ },
31245
+ type: "RESTAURANT_ICON"
31246
+ }
31247
+ ]
31248
+ }
31249
+ }
31250
+ ], s = [
31251
+ {
31252
+ warnings: null,
31253
+ coachDeckLayout: {
31254
+ id: "32801",
31255
+ name: "WR6(501) - not touch",
31256
+ dimension: {
31257
+ width: 56,
31258
+ height: 10,
31259
+ borderRadius: null
31260
+ },
31261
+ lowFloorEntry: !1,
31262
+ deckLevel: "UPPER_DECK",
31263
+ placeGroups: [
31264
+ {
31265
+ travelClass: "SECOND",
31266
+ accommodationSubType: "RESTAURANT",
31267
+ places: [
31268
+ {
31269
+ number: "21",
31270
+ rectangle: {
31271
+ position: {
31272
+ x: 31,
31273
+ y: 0,
31274
+ z: 0
31275
+ },
31276
+ dimension: {
31277
+ width: 2,
31278
+ height: 2,
31279
+ borderRadius: null
31280
+ }
31281
+ },
31282
+ orientation: 0,
31283
+ placeLocations: ["WINDOW"],
31284
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
31285
+ state: "FREE"
31286
+ },
31287
+ {
31288
+ number: "22",
31289
+ rectangle: {
31290
+ position: {
31291
+ x: 37,
31292
+ y: 0,
31293
+ z: 0
31294
+ },
31295
+ dimension: {
31296
+ width: 2,
31297
+ height: 2,
31298
+ borderRadius: null
31299
+ }
31300
+ },
31301
+ orientation: 180,
31302
+ placeLocations: ["WINDOW"],
31303
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
31304
+ state: "FREE"
31305
+ }
31306
+ ]
31307
+ },
31308
+ {
31309
+ travelClass: "SECOND",
31310
+ accommodationSubType: "RESTAURANT",
31311
+ places: [
31312
+ {
31313
+ number: "41",
31314
+ rectangle: {
31315
+ position: {
31316
+ x: 39,
31317
+ y: 0,
31318
+ z: 0
31319
+ },
31320
+ dimension: {
31321
+ width: 2,
31322
+ height: 2,
31323
+ borderRadius: null
31324
+ }
31325
+ },
31326
+ orientation: 0,
31327
+ placeLocations: ["WINDOW"],
31328
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
31329
+ state: "FREE"
31330
+ },
31331
+ {
31332
+ number: "42",
31333
+ rectangle: {
31334
+ position: {
31335
+ x: 45,
31336
+ y: 0,
31337
+ z: 0
31338
+ },
31339
+ dimension: {
31340
+ width: 2,
31341
+ height: 2,
31342
+ borderRadius: null
31343
+ }
31344
+ },
31345
+ orientation: 180,
31346
+ placeLocations: ["WINDOW"],
31347
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
31348
+ state: "FREE"
31349
+ }
31350
+ ]
31351
+ },
31352
+ {
31353
+ travelClass: "SECOND",
31354
+ accommodationSubType: "RESTAURANT",
31355
+ places: [
31356
+ {
31357
+ number: "61",
31358
+ rectangle: {
31359
+ position: {
31360
+ x: 47,
31361
+ y: 0,
31362
+ z: 0
31363
+ },
31364
+ dimension: {
31365
+ width: 2,
31366
+ height: 2,
31367
+ borderRadius: null
31368
+ }
31369
+ },
31370
+ orientation: 0,
31371
+ placeLocations: ["WINDOW"],
31372
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
31373
+ state: "FREE"
31374
+ },
31375
+ {
31376
+ number: "62",
31377
+ rectangle: {
31378
+ position: {
31379
+ x: 53,
31380
+ y: 0,
31381
+ z: 0
31382
+ },
31383
+ dimension: {
31384
+ width: 2,
31385
+ height: 2,
31386
+ borderRadius: null
31387
+ }
31388
+ },
31389
+ orientation: 180,
31390
+ placeLocations: ["WINDOW"],
31391
+ placeProperties: ["WINDOW_SEAT", "AISLE_SEAT", "TABLE"],
31392
+ state: "FREE"
31393
+ }
31394
+ ]
31395
+ },
31396
+ {
31397
+ travelClass: "SECOND",
31398
+ accommodationSubType: "RESTAURANT",
31399
+ places: [
31400
+ {
31401
+ number: "13",
31402
+ rectangle: {
31403
+ position: {
31404
+ x: 31,
31405
+ y: 6,
31406
+ z: 0
31407
+ },
31408
+ dimension: {
31409
+ width: 2,
31410
+ height: 2,
31411
+ borderRadius: null
31412
+ }
31413
+ },
31414
+ orientation: 0,
31415
+ placeLocations: ["AISLE"],
31416
+ placeProperties: ["AISLE_SEAT", "TABLE"],
31417
+ state: "FREE"
31418
+ },
31419
+ {
31420
+ number: "14",
31421
+ rectangle: {
31422
+ position: {
31423
+ x: 37,
31424
+ y: 6,
31425
+ z: 0
31426
+ },
31427
+ dimension: {
31428
+ width: 2,
31429
+ height: 2,
31430
+ borderRadius: null
31431
+ }
31432
+ },
31433
+ orientation: 180,
31434
+ placeLocations: ["AISLE"],
31435
+ placeProperties: ["AISLE_SEAT", "TABLE"],
31436
+ state: "FREE"
31437
+ },
31438
+ {
31439
+ number: "11",
31440
+ rectangle: {
31441
+ position: {
31442
+ x: 31,
31443
+ y: 8,
31444
+ z: 0
31445
+ },
31446
+ dimension: {
31447
+ width: 2,
31448
+ height: 2,
31449
+ borderRadius: null
31450
+ }
31451
+ },
31452
+ orientation: 0,
31453
+ placeLocations: ["WINDOW"],
31454
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
31455
+ state: "FREE"
31456
+ },
31457
+ {
31458
+ number: "12",
31459
+ rectangle: {
31460
+ position: {
31461
+ x: 37,
31462
+ y: 8,
31463
+ z: 0
31464
+ },
31465
+ dimension: {
31466
+ width: 2,
31467
+ height: 2,
31468
+ borderRadius: null
31469
+ }
31470
+ },
31471
+ orientation: 180,
31472
+ placeLocations: ["WINDOW"],
31473
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
31474
+ state: "FREE"
31475
+ }
31476
+ ]
31477
+ },
31478
+ {
31479
+ travelClass: "SECOND",
31480
+ accommodationSubType: "RESTAURANT",
31481
+ places: [
31482
+ {
31483
+ number: "33",
31484
+ rectangle: {
31485
+ position: {
31486
+ x: 39,
31487
+ y: 6,
31488
+ z: 0
31489
+ },
31490
+ dimension: {
31491
+ width: 2,
31492
+ height: 2,
31493
+ borderRadius: null
31494
+ }
31495
+ },
31496
+ orientation: 0,
31497
+ placeLocations: ["AISLE"],
31498
+ placeProperties: ["AISLE_SEAT", "TABLE"],
31499
+ state: "FREE"
31500
+ },
31501
+ {
31502
+ number: "34",
31503
+ rectangle: {
31504
+ position: {
31505
+ x: 45,
31506
+ y: 6,
31507
+ z: 0
31508
+ },
31509
+ dimension: {
31510
+ width: 2,
31511
+ height: 2,
31512
+ borderRadius: null
31513
+ }
31514
+ },
31515
+ orientation: 180,
31516
+ placeLocations: ["AISLE"],
31517
+ placeProperties: ["AISLE_SEAT", "TABLE"],
31518
+ state: "FREE"
31519
+ },
31520
+ {
31521
+ number: "31",
31522
+ rectangle: {
31523
+ position: {
31524
+ x: 39,
31525
+ y: 8,
31526
+ z: 0
31527
+ },
31528
+ dimension: {
31529
+ width: 2,
31530
+ height: 2,
31531
+ borderRadius: null
31532
+ }
31533
+ },
31534
+ orientation: 0,
31535
+ placeLocations: ["WINDOW"],
31536
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
31537
+ state: "FREE"
31538
+ },
31539
+ {
31540
+ number: "32",
31541
+ rectangle: {
31542
+ position: {
31543
+ x: 45,
31544
+ y: 8,
31545
+ z: 0
31546
+ },
31547
+ dimension: {
31548
+ width: 2,
31549
+ height: 2,
31550
+ borderRadius: null
31551
+ }
31552
+ },
31553
+ orientation: 180,
31554
+ placeLocations: ["WINDOW"],
31555
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
31556
+ state: "FREE"
31557
+ }
31558
+ ]
31559
+ },
31560
+ {
31561
+ travelClass: "SECOND",
31562
+ accommodationSubType: "RESTAURANT",
31563
+ places: [
31564
+ {
31565
+ number: "53",
31566
+ rectangle: {
31567
+ position: {
31568
+ x: 47,
31569
+ y: 6,
31570
+ z: 0
31571
+ },
31572
+ dimension: {
31573
+ width: 2,
31574
+ height: 2,
31575
+ borderRadius: null
31576
+ }
31577
+ },
31578
+ orientation: 0,
31579
+ placeLocations: ["AISLE"],
31580
+ placeProperties: ["AISLE_SEAT", "TABLE"],
31581
+ state: "FREE"
31582
+ },
31583
+ {
31584
+ number: "51",
31585
+ rectangle: {
31586
+ position: {
31587
+ x: 47,
31588
+ y: 8,
31589
+ z: 0
31590
+ },
31591
+ dimension: {
31592
+ width: 2,
31593
+ height: 2,
31594
+ borderRadius: null
31595
+ }
31596
+ },
31597
+ orientation: 0,
31598
+ placeLocations: ["WINDOW"],
31599
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
31600
+ state: "SELECTED"
31601
+ },
31602
+ {
31603
+ number: "52",
31604
+ rectangle: {
31605
+ position: {
31606
+ x: 53,
31607
+ y: 8,
31608
+ z: 0
31609
+ },
31610
+ dimension: {
31611
+ width: 2,
31612
+ height: 2,
31613
+ borderRadius: null
31614
+ }
31615
+ },
31616
+ orientation: 180,
31617
+ placeLocations: ["WINDOW"],
31618
+ placeProperties: ["WINDOW_SEAT", "TABLE"],
31619
+ state: "FREE"
31620
+ }
31621
+ ]
31622
+ }
31623
+ ],
31624
+ graphicElements: [
31625
+ {
31626
+ rectangle: {
31627
+ position: {
31628
+ x: 0,
31629
+ y: 0,
31630
+ z: 0
31631
+ },
31632
+ dimension: {
31633
+ width: 6,
31634
+ height: 10,
31635
+ borderRadius: null
31636
+ }
31637
+ },
31638
+ orientation: 0,
31639
+ type: "DRIVER_AREA"
31640
+ },
31641
+ {
31642
+ rectangle: {
31643
+ position: {
31644
+ x: 55,
31645
+ y: 0,
31646
+ z: 0
31647
+ },
31648
+ dimension: {
31649
+ width: 1,
31650
+ height: 10,
31651
+ borderRadius: null
31652
+ }
31653
+ },
31654
+ orientation: 180,
31655
+ type: "COACH_WALL_NO_PASSAGE"
31656
+ }
31657
+ ],
31658
+ serviceIcons: []
31659
+ }
31660
+ }
31661
+ ];
30697
31662
  export {
30698
31663
  e as MOCK_COACHES_RAW_0,
30699
31664
  t as MOCK_COACHES_RAW_1,
31665
+ o as MOCK_COACHE_RAW_DECK_LOWER,
31666
+ s as MOCK_COACHE_RAW_DECK_UPPPER,
30700
31667
  i as MOCK_GIRUNO_TRAIN
30701
31668
  };