@sbb-esta/lyne-elements-experimental-dev 4.12.0-dev.1777535350 → 4.12.0-dev.1777543950
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +220 -99
- package/development/seat-reservation/common/types.d.ts +3 -4
- package/development/seat-reservation/common/types.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +38 -7
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +143 -32
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts +2 -13
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +1 -1
- package/development/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +1 -1
- package/development/seat-reservation/seat-reservation-area.js +1 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +1 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +1 -1
- package/development/seat-reservation/seat-reservation-graphic.js +1 -1
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +1 -1
- package/development/seat-reservation/seat-reservation-navigation-coach.js +1 -1
- package/development/seat-reservation/seat-reservation.js +1 -1
- package/development/seat-reservation-area.component-BWdrKqek.js +96 -0
- package/development/seat-reservation-graphic.component-CN5sWn0I.js +129 -0
- package/development/{seat-reservation-navigation-coach.component-CjoDkcVU.js → seat-reservation-navigation-coach.component-tDZkXl-3.js} +3 -3
- package/development/seat-reservation.component-DyB5FVpD.js +464 -0
- package/development/seat-reservation.js +4 -4
- package/development/seat-reservation.pure.js +4 -4
- package/package.json +2 -2
- package/seat-reservation/seat-reservation/seat-reservation-base-element.js +130 -77
- package/seat-reservation/seat-reservation/seat-reservation.component.js +1 -1
- package/seat-reservation/seat-reservation-area/seat-reservation-area.component.js +1 -1
- package/seat-reservation/seat-reservation-area.js +1 -1
- package/seat-reservation/seat-reservation-graphic/seat-reservation-assets.js +1 -1
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +1 -1
- package/seat-reservation/seat-reservation-graphic.js +1 -1
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +1 -1
- package/seat-reservation/seat-reservation-navigation-coach.js +1 -1
- package/seat-reservation/seat-reservation.js +1 -1
- package/{seat-reservation-area.component-CtYawDjE.js → seat-reservation-area.component-B5_N7H_a.js} +1 -1
- package/seat-reservation-graphic.component-Dh1e2Pve.js +102 -0
- package/{seat-reservation-navigation-coach.component-sug9IBTH.js → seat-reservation-navigation-coach.component-BdCUfksf.js} +2 -2
- package/{seat-reservation.component-DajC6fqU.js → seat-reservation.component-DEtsEzex.js} +74 -81
- package/seat-reservation.js +4 -4
- package/seat-reservation.pure.js +4 -4
- package/development/seat-reservation-area.component-DbeuTnXT.js +0 -96
- package/development/seat-reservation-graphic.component-DlrHtlia.js +0 -129
- package/development/seat-reservation.component-DFJVFmrI.js +0 -510
- package/seat-reservation-graphic.component-Cm_pVxaB.js +0 -102
package/custom-elements.json
CHANGED
|
@@ -3539,6 +3539,24 @@
|
|
|
3539
3539
|
"text": "{\n ArrowLeft: 'ArrowLeft',\n ArrowRight: 'ArrowRight',\n ArrowUp: 'ArrowUp',\n ArrowDown: 'ArrowDown',\n Tab: 'Tab',\n Enter: 'Enter',\n }"
|
|
3540
3540
|
}
|
|
3541
3541
|
},
|
|
3542
|
+
{
|
|
3543
|
+
"kind": "field",
|
|
3544
|
+
"name": "seatReservationStructure",
|
|
3545
|
+
"type": {
|
|
3546
|
+
"text": "SeatreservationStructure"
|
|
3547
|
+
},
|
|
3548
|
+
"privacy": "protected",
|
|
3549
|
+
"default": "{ decks: [], }"
|
|
3550
|
+
},
|
|
3551
|
+
{
|
|
3552
|
+
"kind": "field",
|
|
3553
|
+
"name": "notFixedRotatableAreaIcons",
|
|
3554
|
+
"type": {
|
|
3555
|
+
"text": "array"
|
|
3556
|
+
},
|
|
3557
|
+
"privacy": "protected",
|
|
3558
|
+
"default": "['ENTRY_EXIT']"
|
|
3559
|
+
},
|
|
3542
3560
|
{
|
|
3543
3561
|
"kind": "field",
|
|
3544
3562
|
"name": "notAreaElements",
|
|
@@ -3550,12 +3568,12 @@
|
|
|
3550
3568
|
},
|
|
3551
3569
|
{
|
|
3552
3570
|
"kind": "field",
|
|
3553
|
-
"name": "
|
|
3571
|
+
"name": "middleBorderDockingElements",
|
|
3554
3572
|
"type": {
|
|
3555
|
-
"text": "
|
|
3573
|
+
"text": "array"
|
|
3556
3574
|
},
|
|
3557
3575
|
"privacy": "protected",
|
|
3558
|
-
"default": "[]"
|
|
3576
|
+
"default": "[ 'DRIVER_AREA', 'DRIVER_AREA_NO_VERTICAL_WALL', 'COACH_PASSAGE', 'COACH_WALL_NO_PASSAGE', ]"
|
|
3559
3577
|
},
|
|
3560
3578
|
{
|
|
3561
3579
|
"kind": "field",
|
|
@@ -4440,7 +4458,7 @@
|
|
|
4440
4458
|
},
|
|
4441
4459
|
{
|
|
4442
4460
|
"kind": "method",
|
|
4443
|
-
"name": "
|
|
4461
|
+
"name": "_prepareSeatReservationStructureInformation",
|
|
4444
4462
|
"privacy": "private",
|
|
4445
4463
|
"return": {
|
|
4446
4464
|
"type": {
|
|
@@ -4448,6 +4466,75 @@
|
|
|
4448
4466
|
}
|
|
4449
4467
|
}
|
|
4450
4468
|
},
|
|
4469
|
+
{
|
|
4470
|
+
"kind": "method",
|
|
4471
|
+
"name": "_getCalculatedMiddleBorderElement",
|
|
4472
|
+
"privacy": "private",
|
|
4473
|
+
"return": {
|
|
4474
|
+
"type": {
|
|
4475
|
+
"text": ""
|
|
4476
|
+
}
|
|
4477
|
+
},
|
|
4478
|
+
"parameters": [
|
|
4479
|
+
{
|
|
4480
|
+
"name": "coach",
|
|
4481
|
+
"type": {
|
|
4482
|
+
"text": "CoachItem"
|
|
4483
|
+
}
|
|
4484
|
+
}
|
|
4485
|
+
],
|
|
4486
|
+
"description": "Returns the calculated position and dimension of the middle border.\nTo calculate the start + end coordinate and the dimension of the middle border coach graphic,\nthe existing docking coach graphics are analysed and used to calculate the required position and diemension information."
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"kind": "method",
|
|
4490
|
+
"name": "_getFirstLastDockingElements",
|
|
4491
|
+
"privacy": "private",
|
|
4492
|
+
"return": {
|
|
4493
|
+
"type": {
|
|
4494
|
+
"text": ""
|
|
4495
|
+
}
|
|
4496
|
+
},
|
|
4497
|
+
"parameters": [
|
|
4498
|
+
{
|
|
4499
|
+
"name": "graphicElements",
|
|
4500
|
+
"type": {
|
|
4501
|
+
"text": "BaseElement[]"
|
|
4502
|
+
}
|
|
4503
|
+
}
|
|
4504
|
+
],
|
|
4505
|
+
"description": "Returns graphical elements describing the start and end border elements of the coach."
|
|
4506
|
+
},
|
|
4507
|
+
{
|
|
4508
|
+
"kind": "method",
|
|
4509
|
+
"name": "_getCalculatedDimensionPositionElement",
|
|
4510
|
+
"privacy": "private",
|
|
4511
|
+
"return": {
|
|
4512
|
+
"type": {
|
|
4513
|
+
"text": ""
|
|
4514
|
+
}
|
|
4515
|
+
},
|
|
4516
|
+
"parameters": [
|
|
4517
|
+
{
|
|
4518
|
+
"name": "element",
|
|
4519
|
+
"type": {
|
|
4520
|
+
"text": "BaseElement"
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
4523
|
+
{
|
|
4524
|
+
"name": "coachDimension",
|
|
4525
|
+
"type": {
|
|
4526
|
+
"text": "ElementDimension"
|
|
4527
|
+
}
|
|
4528
|
+
},
|
|
4529
|
+
{
|
|
4530
|
+
"name": "isCalcAreaElement",
|
|
4531
|
+
"type": {
|
|
4532
|
+
"text": "boolean"
|
|
4533
|
+
}
|
|
4534
|
+
}
|
|
4535
|
+
],
|
|
4536
|
+
"description": "Returns the calculated positions and dimensions of graphical, service and area elements"
|
|
4537
|
+
},
|
|
4451
4538
|
{
|
|
4452
4539
|
"kind": "method",
|
|
4453
4540
|
"name": "_getPlaceHtmlElement",
|
|
@@ -4553,11 +4640,11 @@
|
|
|
4553
4640
|
},
|
|
4554
4641
|
{
|
|
4555
4642
|
"kind": "method",
|
|
4556
|
-
"name": "
|
|
4643
|
+
"name": "_isLocomotive",
|
|
4557
4644
|
"privacy": "private",
|
|
4558
4645
|
"return": {
|
|
4559
4646
|
"type": {
|
|
4560
|
-
"text": "
|
|
4647
|
+
"text": "boolean"
|
|
4561
4648
|
}
|
|
4562
4649
|
},
|
|
4563
4650
|
"parameters": [
|
|
@@ -4749,15 +4836,6 @@
|
|
|
4749
4836
|
},
|
|
4750
4837
|
"privacy": "private"
|
|
4751
4838
|
},
|
|
4752
|
-
{
|
|
4753
|
-
"kind": "field",
|
|
4754
|
-
"name": "_notFixedRotatableAreaIcons",
|
|
4755
|
-
"type": {
|
|
4756
|
-
"text": "array"
|
|
4757
|
-
},
|
|
4758
|
-
"privacy": "private",
|
|
4759
|
-
"default": "['ENTRY_EXIT']"
|
|
4760
|
-
},
|
|
4761
4839
|
{
|
|
4762
4840
|
"kind": "method",
|
|
4763
4841
|
"name": "_initVehicleSeatReservationConstruction",
|
|
@@ -4892,6 +4970,12 @@
|
|
|
4892
4970
|
"text": "CoachItem"
|
|
4893
4971
|
}
|
|
4894
4972
|
},
|
|
4973
|
+
{
|
|
4974
|
+
"name": "deckCoachIndex",
|
|
4975
|
+
"type": {
|
|
4976
|
+
"text": "number"
|
|
4977
|
+
}
|
|
4978
|
+
},
|
|
4895
4979
|
{
|
|
4896
4980
|
"name": "coachIndex",
|
|
4897
4981
|
"type": {
|
|
@@ -4974,7 +5058,7 @@
|
|
|
4974
5058
|
},
|
|
4975
5059
|
{
|
|
4976
5060
|
"kind": "method",
|
|
4977
|
-
"name": "
|
|
5061
|
+
"name": "_getRenderedCoachElements",
|
|
4978
5062
|
"privacy": "private",
|
|
4979
5063
|
"return": {
|
|
4980
5064
|
"type": {
|
|
@@ -4983,25 +5067,13 @@
|
|
|
4983
5067
|
},
|
|
4984
5068
|
"parameters": [
|
|
4985
5069
|
{
|
|
4986
|
-
"name": "
|
|
4987
|
-
"type": {
|
|
4988
|
-
"text": "BaseElement[]"
|
|
4989
|
-
}
|
|
4990
|
-
},
|
|
4991
|
-
{
|
|
4992
|
-
"name": "coachDimension",
|
|
4993
|
-
"type": {
|
|
4994
|
-
"text": "ElementDimension"
|
|
4995
|
-
}
|
|
4996
|
-
},
|
|
4997
|
-
{
|
|
4998
|
-
"name": "coachIndex",
|
|
5070
|
+
"name": "coachDeckIndex",
|
|
4999
5071
|
"type": {
|
|
5000
5072
|
"text": "number"
|
|
5001
5073
|
}
|
|
5002
5074
|
},
|
|
5003
5075
|
{
|
|
5004
|
-
"name": "
|
|
5076
|
+
"name": "coachIndex",
|
|
5005
5077
|
"type": {
|
|
5006
5078
|
"text": "number"
|
|
5007
5079
|
}
|
|
@@ -5010,76 +5082,25 @@
|
|
|
5010
5082
|
},
|
|
5011
5083
|
{
|
|
5012
5084
|
"kind": "method",
|
|
5013
|
-
"name": "
|
|
5085
|
+
"name": "_getRenderedAreaElements",
|
|
5014
5086
|
"privacy": "private",
|
|
5015
5087
|
"return": {
|
|
5016
5088
|
"type": {
|
|
5017
|
-
"text": "TemplateResult"
|
|
5089
|
+
"text": "TemplateResult[] | null"
|
|
5018
5090
|
}
|
|
5019
5091
|
},
|
|
5020
5092
|
"parameters": [
|
|
5021
|
-
{
|
|
5022
|
-
"name": "graphicalElement",
|
|
5023
|
-
"type": {
|
|
5024
|
-
"text": "BaseElement"
|
|
5025
|
-
}
|
|
5026
|
-
},
|
|
5027
|
-
{
|
|
5028
|
-
"name": "rotation",
|
|
5029
|
-
"type": {
|
|
5030
|
-
"text": "number"
|
|
5031
|
-
}
|
|
5032
|
-
},
|
|
5033
|
-
{
|
|
5034
|
-
"name": "coachDimension",
|
|
5035
|
-
"type": {
|
|
5036
|
-
"text": "ElementDimension"
|
|
5037
|
-
}
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"name": "coachIndex",
|
|
5041
|
-
"type": {
|
|
5042
|
-
"text": "number"
|
|
5043
|
-
},
|
|
5044
|
-
"description": "used to generate a unique id for the popover trigger"
|
|
5045
|
-
},
|
|
5046
5093
|
{
|
|
5047
5094
|
"name": "coachDeckIndex",
|
|
5048
5095
|
"type": {
|
|
5049
5096
|
"text": "number"
|
|
5050
|
-
},
|
|
5051
|
-
"description": "used to generate a unique id"
|
|
5052
|
-
}
|
|
5053
|
-
],
|
|
5054
|
-
"description": "creates a rendered element with an area component"
|
|
5055
|
-
},
|
|
5056
|
-
{
|
|
5057
|
-
"kind": "method",
|
|
5058
|
-
"name": "_getRenderElementWithoutArea",
|
|
5059
|
-
"privacy": "private",
|
|
5060
|
-
"return": {
|
|
5061
|
-
"type": {
|
|
5062
|
-
"text": "TemplateResult"
|
|
5063
|
-
}
|
|
5064
|
-
},
|
|
5065
|
-
"parameters": [
|
|
5066
|
-
{
|
|
5067
|
-
"name": "graphicalElement",
|
|
5068
|
-
"type": {
|
|
5069
|
-
"text": "BaseElement"
|
|
5070
5097
|
}
|
|
5071
5098
|
},
|
|
5072
5099
|
{
|
|
5073
|
-
"name": "
|
|
5100
|
+
"name": "coachIndex",
|
|
5074
5101
|
"type": {
|
|
5075
5102
|
"text": "number"
|
|
5076
5103
|
}
|
|
5077
|
-
},
|
|
5078
|
-
{
|
|
5079
|
-
"name": "coachDimension",
|
|
5080
|
-
"type": {
|
|
5081
|
-
"text": "ElementDimension"
|
|
5082
|
-
}
|
|
5083
5104
|
}
|
|
5084
5105
|
]
|
|
5085
5106
|
},
|
|
@@ -5093,12 +5114,6 @@
|
|
|
5093
5114
|
}
|
|
5094
5115
|
},
|
|
5095
5116
|
"parameters": [
|
|
5096
|
-
{
|
|
5097
|
-
"name": "coachIndex",
|
|
5098
|
-
"type": {
|
|
5099
|
-
"text": "number"
|
|
5100
|
-
}
|
|
5101
|
-
},
|
|
5102
5117
|
{
|
|
5103
5118
|
"name": "coachDeckIndex",
|
|
5104
5119
|
"type": {
|
|
@@ -5106,10 +5121,9 @@
|
|
|
5106
5121
|
}
|
|
5107
5122
|
},
|
|
5108
5123
|
{
|
|
5109
|
-
"name": "
|
|
5110
|
-
"optional": true,
|
|
5124
|
+
"name": "coachIndex",
|
|
5111
5125
|
"type": {
|
|
5112
|
-
"text": "
|
|
5126
|
+
"text": "number"
|
|
5113
5127
|
}
|
|
5114
5128
|
}
|
|
5115
5129
|
]
|
|
@@ -5811,6 +5825,32 @@
|
|
|
5811
5825
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5812
5826
|
}
|
|
5813
5827
|
},
|
|
5828
|
+
{
|
|
5829
|
+
"kind": "field",
|
|
5830
|
+
"name": "seatReservationStructure",
|
|
5831
|
+
"type": {
|
|
5832
|
+
"text": "SeatreservationStructure"
|
|
5833
|
+
},
|
|
5834
|
+
"privacy": "protected",
|
|
5835
|
+
"default": "{ decks: [], }",
|
|
5836
|
+
"inheritedFrom": {
|
|
5837
|
+
"name": "SeatReservationBaseElement",
|
|
5838
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5839
|
+
}
|
|
5840
|
+
},
|
|
5841
|
+
{
|
|
5842
|
+
"kind": "field",
|
|
5843
|
+
"name": "notFixedRotatableAreaIcons",
|
|
5844
|
+
"type": {
|
|
5845
|
+
"text": "array"
|
|
5846
|
+
},
|
|
5847
|
+
"privacy": "protected",
|
|
5848
|
+
"default": "['ENTRY_EXIT']",
|
|
5849
|
+
"inheritedFrom": {
|
|
5850
|
+
"name": "SeatReservationBaseElement",
|
|
5851
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
5852
|
+
}
|
|
5853
|
+
},
|
|
5814
5854
|
{
|
|
5815
5855
|
"kind": "field",
|
|
5816
5856
|
"name": "notAreaElements",
|
|
@@ -5826,12 +5866,12 @@
|
|
|
5826
5866
|
},
|
|
5827
5867
|
{
|
|
5828
5868
|
"kind": "field",
|
|
5829
|
-
"name": "
|
|
5869
|
+
"name": "middleBorderDockingElements",
|
|
5830
5870
|
"type": {
|
|
5831
|
-
"text": "
|
|
5871
|
+
"text": "array"
|
|
5832
5872
|
},
|
|
5833
5873
|
"privacy": "protected",
|
|
5834
|
-
"default": "[]",
|
|
5874
|
+
"default": "[ 'DRIVER_AREA', 'DRIVER_AREA_NO_VERTICAL_WALL', 'COACH_PASSAGE', 'COACH_WALL_NO_PASSAGE', ]",
|
|
5835
5875
|
"inheritedFrom": {
|
|
5836
5876
|
"name": "SeatReservationBaseElement",
|
|
5837
5877
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
@@ -6928,7 +6968,7 @@
|
|
|
6928
6968
|
},
|
|
6929
6969
|
{
|
|
6930
6970
|
"kind": "method",
|
|
6931
|
-
"name": "
|
|
6971
|
+
"name": "_prepareSeatReservationStructureInformation",
|
|
6932
6972
|
"privacy": "private",
|
|
6933
6973
|
"return": {
|
|
6934
6974
|
"type": {
|
|
@@ -6940,6 +6980,87 @@
|
|
|
6940
6980
|
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
6941
6981
|
}
|
|
6942
6982
|
},
|
|
6983
|
+
{
|
|
6984
|
+
"kind": "method",
|
|
6985
|
+
"name": "_getCalculatedMiddleBorderElement",
|
|
6986
|
+
"privacy": "private",
|
|
6987
|
+
"return": {
|
|
6988
|
+
"type": {
|
|
6989
|
+
"text": ""
|
|
6990
|
+
}
|
|
6991
|
+
},
|
|
6992
|
+
"parameters": [
|
|
6993
|
+
{
|
|
6994
|
+
"name": "coach",
|
|
6995
|
+
"type": {
|
|
6996
|
+
"text": "CoachItem"
|
|
6997
|
+
}
|
|
6998
|
+
}
|
|
6999
|
+
],
|
|
7000
|
+
"description": "Returns the calculated position and dimension of the middle border.\nTo calculate the start + end coordinate and the dimension of the middle border coach graphic,\nthe existing docking coach graphics are analysed and used to calculate the required position and diemension information.",
|
|
7001
|
+
"inheritedFrom": {
|
|
7002
|
+
"name": "SeatReservationBaseElement",
|
|
7003
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
7004
|
+
}
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"kind": "method",
|
|
7008
|
+
"name": "_getFirstLastDockingElements",
|
|
7009
|
+
"privacy": "private",
|
|
7010
|
+
"return": {
|
|
7011
|
+
"type": {
|
|
7012
|
+
"text": ""
|
|
7013
|
+
}
|
|
7014
|
+
},
|
|
7015
|
+
"parameters": [
|
|
7016
|
+
{
|
|
7017
|
+
"name": "graphicElements",
|
|
7018
|
+
"type": {
|
|
7019
|
+
"text": "BaseElement[]"
|
|
7020
|
+
}
|
|
7021
|
+
}
|
|
7022
|
+
],
|
|
7023
|
+
"description": "Returns graphical elements describing the start and end border elements of the coach.",
|
|
7024
|
+
"inheritedFrom": {
|
|
7025
|
+
"name": "SeatReservationBaseElement",
|
|
7026
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
7027
|
+
}
|
|
7028
|
+
},
|
|
7029
|
+
{
|
|
7030
|
+
"kind": "method",
|
|
7031
|
+
"name": "_getCalculatedDimensionPositionElement",
|
|
7032
|
+
"privacy": "private",
|
|
7033
|
+
"return": {
|
|
7034
|
+
"type": {
|
|
7035
|
+
"text": ""
|
|
7036
|
+
}
|
|
7037
|
+
},
|
|
7038
|
+
"parameters": [
|
|
7039
|
+
{
|
|
7040
|
+
"name": "element",
|
|
7041
|
+
"type": {
|
|
7042
|
+
"text": "BaseElement"
|
|
7043
|
+
}
|
|
7044
|
+
},
|
|
7045
|
+
{
|
|
7046
|
+
"name": "coachDimension",
|
|
7047
|
+
"type": {
|
|
7048
|
+
"text": "ElementDimension"
|
|
7049
|
+
}
|
|
7050
|
+
},
|
|
7051
|
+
{
|
|
7052
|
+
"name": "isCalcAreaElement",
|
|
7053
|
+
"type": {
|
|
7054
|
+
"text": "boolean"
|
|
7055
|
+
}
|
|
7056
|
+
}
|
|
7057
|
+
],
|
|
7058
|
+
"description": "Returns the calculated positions and dimensions of graphical, service and area elements",
|
|
7059
|
+
"inheritedFrom": {
|
|
7060
|
+
"name": "SeatReservationBaseElement",
|
|
7061
|
+
"module": "seat-reservation/seat-reservation/seat-reservation-base-element.js"
|
|
7062
|
+
}
|
|
7063
|
+
},
|
|
6943
7064
|
{
|
|
6944
7065
|
"kind": "method",
|
|
6945
7066
|
"name": "_getPlaceHtmlElement",
|
|
@@ -7069,11 +7190,11 @@
|
|
|
7069
7190
|
},
|
|
7070
7191
|
{
|
|
7071
7192
|
"kind": "method",
|
|
7072
|
-
"name": "
|
|
7193
|
+
"name": "_isLocomotive",
|
|
7073
7194
|
"privacy": "private",
|
|
7074
7195
|
"return": {
|
|
7075
7196
|
"type": {
|
|
7076
|
-
"text": "
|
|
7197
|
+
"text": "boolean"
|
|
7077
7198
|
}
|
|
7078
7199
|
},
|
|
7079
7200
|
"parameters": [
|
|
@@ -24,11 +24,8 @@ export interface CoachItemDetails {
|
|
|
24
24
|
propertyIds: string[];
|
|
25
25
|
freePlaces: CoachNumberOfFreePlaces;
|
|
26
26
|
isDriverArea: boolean;
|
|
27
|
+
isLocomotive?: boolean;
|
|
27
28
|
driverAreaSide?: Record<string, boolean>;
|
|
28
|
-
driverAreaElements: {
|
|
29
|
-
driverArea: BaseElement | undefined;
|
|
30
|
-
driverAreaNoVerticalWall: BaseElement | undefined;
|
|
31
|
-
};
|
|
32
29
|
}
|
|
33
30
|
/** Extends BaseElement with seat-specific data. */
|
|
34
31
|
export interface Place extends BaseElement {
|
|
@@ -44,6 +41,7 @@ export interface BaseElement {
|
|
|
44
41
|
rotation?: number;
|
|
45
42
|
position: ElementPosition;
|
|
46
43
|
dimension: ElementDimension;
|
|
44
|
+
mounting?: ElementMounting | null;
|
|
47
45
|
}
|
|
48
46
|
export interface ElementDimension {
|
|
49
47
|
w: number;
|
|
@@ -99,4 +97,5 @@ export type PlaceState = 'FREE' | 'ALLOCATED' | 'RESTRICTED' | 'SELECTED';
|
|
|
99
97
|
export type PlaceTravelClass = 'FIRST' | 'SECOND' | 'ANY_CLASS';
|
|
100
98
|
export type VehicleType = 'TRAIN' | 'BUS';
|
|
101
99
|
export type TravelDirection = 'LEFT' | 'RIGHT' | 'NONE';
|
|
100
|
+
export type ElementMounting = 'free' | 'upper-border' | 'lower-border';
|
|
102
101
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/elements-experimental/seat-reservation/common/types.ts"],"names":[],"mappings":"AAAA,yFAAyF;AACzF,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,WAAW,CAAC;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,cAAc,CAAC;IAC/B,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB;AAED,oDAAoD;AACpD,MAAM,WAAW,SAAS;IAExB,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,gBAAgB,CAAC;IAC5B,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,eAAe,CAAC,EAAE,WAAW,EAAE,CAAC;IAChC,eAAe,CAAC,EAAE,WAAW,EAAE,CAAC;IAChC,WAAW,EAAE,gBAAgB,EAAE,CAAC;IAChC,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,wCAAwC;AACxC,MAAM,WAAW,gBAAgB;IAE/B,EAAE,EAAE,MAAM,CAAC;IAEX,WAAW,EAAE,gBAAgB,CAAC;IAE9B,WAAW,EAAE,MAAM,EAAE,CAAC;IAEtB,UAAU,EAAE,uBAAuB,CAAC;IAEpC,YAAY,EAAE,OAAO,CAAC;IAEtB,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/elements-experimental/seat-reservation/common/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,22 @@ interface CoachScrollTriggerPoint {
|
|
|
10
10
|
end: number;
|
|
11
11
|
width: number;
|
|
12
12
|
}
|
|
13
|
+
interface SeatreservationStructure {
|
|
14
|
+
decks: SeatreservationDeck[];
|
|
15
|
+
}
|
|
16
|
+
interface SeatreservationDeck {
|
|
17
|
+
deckIndex: number;
|
|
18
|
+
deckCoaches: CoachStructure[];
|
|
19
|
+
}
|
|
20
|
+
interface CoachStructure {
|
|
21
|
+
width: number;
|
|
22
|
+
height: number;
|
|
23
|
+
areaElements: BaseElement[];
|
|
24
|
+
serviceElements: BaseElement[];
|
|
25
|
+
otherElements: BaseElement[];
|
|
26
|
+
borderMiddleElement: BaseElement;
|
|
27
|
+
hasOverhangingElements: boolean;
|
|
28
|
+
}
|
|
13
29
|
export declare class SeatReservationBaseElement extends SbbElement {
|
|
14
30
|
static readonly events: {
|
|
15
31
|
readonly selectedplaces: "selectedplaces";
|
|
@@ -74,12 +90,10 @@ export declare class SeatReservationBaseElement extends SbbElement {
|
|
|
74
90
|
readonly Tab: "Tab";
|
|
75
91
|
readonly Enter: "Enter";
|
|
76
92
|
};
|
|
93
|
+
protected seatReservationStructure: SeatreservationStructure;
|
|
94
|
+
protected notFixedRotatableAreaIcons: string[];
|
|
77
95
|
protected notAreaElements: string[];
|
|
78
|
-
protected
|
|
79
|
-
coachId: string;
|
|
80
|
-
overhangingPlaces: boolean;
|
|
81
|
-
overhangingGraphicAreas: boolean;
|
|
82
|
-
}[];
|
|
96
|
+
protected middleBorderDockingElements: string[];
|
|
83
97
|
private _isRunningInitPreselectCoachIndex;
|
|
84
98
|
private _scrollTimeout;
|
|
85
99
|
private _lastStartScrollPos;
|
|
@@ -242,7 +256,24 @@ export declare class SeatReservationBaseElement extends SbbElement {
|
|
|
242
256
|
private _prepareTravelClassNavigation;
|
|
243
257
|
private _prepareDriverAreaSideNavigation;
|
|
244
258
|
private _prepareServiceIconsNavigation;
|
|
245
|
-
private
|
|
259
|
+
private _prepareSeatReservationStructureInformation;
|
|
260
|
+
/**
|
|
261
|
+
* Returns the calculated position and dimension of the middle border.
|
|
262
|
+
* To calculate the start + end coordinate and the dimension of the middle border coach graphic,
|
|
263
|
+
* the existing docking coach graphics are analysed and used to calculate the required position and diemension information.
|
|
264
|
+
* @returns BaseElement
|
|
265
|
+
*/
|
|
266
|
+
private _getCalculatedMiddleBorderElement;
|
|
267
|
+
/**
|
|
268
|
+
* Returns graphical elements describing the start and end border elements of the coach.
|
|
269
|
+
* @returns BaseElement[]
|
|
270
|
+
*/
|
|
271
|
+
private _getFirstLastDockingElements;
|
|
272
|
+
/**
|
|
273
|
+
* Returns the calculated positions and dimensions of graphical, service and area elements
|
|
274
|
+
* @returns BaseElement
|
|
275
|
+
*/
|
|
276
|
+
private _getCalculatedDimensionPositionElement;
|
|
246
277
|
/**
|
|
247
278
|
* Returns the current selected place HTML element by currSelectedPlaceElementId.
|
|
248
279
|
* @returns HTMLElement or null
|
|
@@ -283,7 +314,7 @@ export declare class SeatReservationBaseElement extends SbbElement {
|
|
|
283
314
|
* @param coachItem
|
|
284
315
|
* @private
|
|
285
316
|
*/
|
|
286
|
-
private
|
|
317
|
+
private _isLocomotive;
|
|
287
318
|
/**
|
|
288
319
|
* Is called when the SeatReservation loses focus, what happens when the user tabs out or clicks somewhere else.
|
|
289
320
|
* Then we reset the focused elements.
|
package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"seat-reservation-base-element.d.ts","sourceRoot":"","sources":["../../../../../src/elements-experimental/seat-reservation/seat-reservation/seat-reservation-base-element.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,+CAA+C,CAAC;AAE3E,OAAO,EAAY,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AASpD,OAAO,KAAK,EACV,WAAW,EAEX,uBAAuB,EACvB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"seat-reservation-base-element.d.ts","sourceRoot":"","sources":["../../../../../src/elements-experimental/seat-reservation/seat-reservation/seat-reservation-base-element.ts"],"names":[],"mappings":"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"}
|