@sbb-esta/lyne-elements-experimental 4.0.1 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
- package/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +15 -16
- package/core/datetime/date-helper.js +3 -3
- package/custom-elements.json +241 -53
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.d.ts.map +1 -1
- package/development/autocomplete-grid/autocomplete-grid/autocomplete-grid.component.js +17 -19
- package/development/core/datetime/date-helper.js +3 -3
- package/development/{differenceInMinutes-D5Nj8Stc.js → differenceInMinutes-B0dawX-5.js} +2 -2
- package/development/{format-BQfaa1ZT.js → format-BMkeaqaF.js} +3 -3
- package/development/{isValid-DvieCZVi.js → isValid-BYRch7pV.js} +2 -2
- package/development/journey-summary/journey-summary.component.js +2 -2
- package/development/pearl-chain/pearl-chain.component.js +3 -5
- package/development/pearl-chain-time/pearl-chain-time.component.js +1 -1
- package/development/seat-reservation/common/mapper/mapper.d.ts +2 -2
- package/development/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/mapper.js +19 -6
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -0
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
- package/development/seat-reservation/common/mapper/seat-reservation-sample-data.js +970 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +11 -5
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation-base-element.js +118 -56
- package/development/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation/seat-reservation.component.js +170 -282
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +11 -8
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
- package/development/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +153 -45
- package/development/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +2 -2
- package/development/timetable-row/timetable-row.component.js +1 -1
- package/development/{toDate-D_Vjps95.js → toDate-BWb6Z1JD.js} +2 -2
- package/{differenceInMinutes-CP_C5onR.js → differenceInMinutes-COvvdYsJ.js} +1 -1
- package/{format-lqeCzmzS.js → format-CmKROkbc.js} +2 -41
- package/{isValid-Ceq2O0NQ.js → isValid-m3_OsPaB.js} +1 -1
- package/journey-summary/journey-summary.component.js +2 -2
- package/package.json +2 -2
- package/pearl-chain/pearl-chain.component.js +3 -3
- package/pearl-chain-time/pearl-chain-time.component.js +1 -1
- package/seat-reservation/common/mapper/mapper.d.ts +2 -2
- package/seat-reservation/common/mapper/mapper.d.ts.map +1 -1
- package/seat-reservation/common/mapper/mapper.js +41 -38
- package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts +122 -0
- package/seat-reservation/common/mapper/seat-reservation-sample-data.d.ts.map +1 -1
- package/seat-reservation/common/mapper/seat-reservation-sample-data.js +968 -1
- package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts +11 -5
- package/seat-reservation/seat-reservation/seat-reservation-base-element.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation-base-element.js +99 -73
- package/seat-reservation/seat-reservation/seat-reservation.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation/seat-reservation.component.js +210 -213
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation-graphic/seat-reservation-graphic.component.js +31 -28
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.d.ts.map +1 -1
- package/seat-reservation/seat-reservation-navigation-coach/seat-reservation-navigation-coach.component.js +143 -142
- package/seat-reservation/seat-reservation-place-control/seat-reservation-place-control.component.js +1 -1
- package/timetable-row/timetable-row.component.js +1 -1
- package/{toDate-BCXKL_wM.js → toDate-Bw2KTWeq.js} +1 -1
|
@@ -33,7 +33,7 @@ export declare class SeatReservationBaseElement extends LitElement {
|
|
|
33
33
|
accessor preselectCoachIndex: number;
|
|
34
34
|
protected accessor selectedCoachIndex: number;
|
|
35
35
|
protected accessor focusedCoachIndex: number;
|
|
36
|
-
protected accessor
|
|
36
|
+
protected accessor hoveredCoachIndex: number;
|
|
37
37
|
protected coachBorderPadding: number;
|
|
38
38
|
protected gapBetweenCoaches: number;
|
|
39
39
|
protected coachBorderOffset: number;
|
|
@@ -45,8 +45,6 @@ export declare class SeatReservationBaseElement extends LitElement {
|
|
|
45
45
|
protected scrollCoachsAreaWidth: number;
|
|
46
46
|
protected scrollNavigationAreaDim: number;
|
|
47
47
|
protected triggerCoachPositionsCollection: CoachScrollTriggerPoint[];
|
|
48
|
-
protected firstTabElement: HTMLElement;
|
|
49
|
-
protected lastTabElement: HTMLElement;
|
|
50
48
|
protected navigationScrollArea: HTMLElement;
|
|
51
49
|
protected coachScrollArea: HTMLElement;
|
|
52
50
|
protected currSelectedPlace: Place | null;
|
|
@@ -69,7 +67,9 @@ export declare class SeatReservationBaseElement extends LitElement {
|
|
|
69
67
|
readonly Tab: "Tab";
|
|
70
68
|
readonly Enter: "Enter";
|
|
71
69
|
};
|
|
70
|
+
private _isRunningInitPreselectCoachIndex;
|
|
72
71
|
private _scrollTimeout;
|
|
72
|
+
private _lastStartScrollPos;
|
|
73
73
|
protected willUpdate(changedProperties: PropertyValues<this>): void;
|
|
74
74
|
protected navigateByDirectionBtn(btnDirection: string): void;
|
|
75
75
|
/**
|
|
@@ -93,11 +93,17 @@ export declare class SeatReservationBaseElement extends LitElement {
|
|
|
93
93
|
* @param focusCoachIndex
|
|
94
94
|
*/
|
|
95
95
|
protected onFocusTableCoachAndPreselectPlace(focusCoachIndex: number): void;
|
|
96
|
+
/** Will be triggerd by focus navigation direction */
|
|
97
|
+
protected onFocusNavDirectionButton(): void;
|
|
98
|
+
/** TAB Key Event handling for Coach Navigation */
|
|
99
|
+
protected onKeyNavigationNavCoachButton(event: KeyboardEvent, currNavCoachButtonIndex: number): void;
|
|
100
|
+
/** General TAB Key Event handling for tab navigation inside the coach navigation area and the seatmap area */
|
|
101
|
+
private _handleTabKeyNavigation;
|
|
96
102
|
/**
|
|
97
|
-
* Initialisation of Keyboard event handling to navigation between each places inside a selected coach by using [arrow] keys.
|
|
103
|
+
* Initialisation of Keyboard Seatmap event handling to navigation between each places inside a selected coach by using [arrow] keys.
|
|
98
104
|
* With the [TAB] key the user navigation goes to the next coach navigation element and the currently selected place is automatically reset.
|
|
99
105
|
*/
|
|
100
|
-
protected
|
|
106
|
+
protected keyboardSeatmapEventHadling(event: KeyboardEvent): void;
|
|
101
107
|
/**
|
|
102
108
|
* Selects a place inside the coach if navigated via keyboard,
|
|
103
109
|
* otherwise the coach grid is selected (necessary for ScreenReader)
|
|
@@ -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":"AAEA,OAAO,EAAY,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAShE,OAAO,KAAK,EACV,WAAW,EAEX,uBAAuB,EACvB,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,KAAK,EACL,cAAc,EAEd,eAAe,EAGf,6BAA6B,EAC9B,MAAM,cAAc,CAAC;AAGtB,aAAK,eAAe;IAClB,KAAK,UAAU;IACf,IAAI,SAAS;CACd;AAED,UAAU,uBAAuB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAaD,qBAAa,0BAA2B,SAAQ,UAAU;IACxD,gBAAuB,MAAM;;;MAGlB;IAEX,kEAAkE;IAClE,SACgB,gBAAgB,EAAE,eAAe,EAAE,CAAS;IAE5D,sEAAsE;IACtE,SAEgB,aAAa,EAAE,OAAO,CAAQ;IAE9C,sDAAsD;IACtD,SAEgB,aAAa,EAAE,OAAO,CAAS;IAE/C,iDAAiD;IACjD,SAEgB,YAAY,EAAE,MAAM,CAAM;IAE1C,wCAAwC;IACxC,SAEgB,MAAM,EAAE,MAAM,CAAS;IAEvC,iDAAiD;IACjD,SAEgB,mBAAmB,EAAE,MAAM,CAAM;IAEjD,0DAA0D;IAC1D,SAEgB,sBAAsB,EAAE,MAAM,CAAM;IAEpD,2CAA2C;IAC3C,SAEgB,iBAAiB,EAAE,OAAO,CAAS;IAEnD,SAEgB,mBAAmB,EAAE,MAAM,CAAM;IAExC,SAAS,CAAC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAM;IACnD,SAAS,CAAC,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAM;
|
|
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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"}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
var fe = (n) => {
|
|
2
2
|
throw TypeError(n);
|
|
3
3
|
};
|
|
4
|
-
var
|
|
5
|
-
var g = (n, d, u) => (
|
|
4
|
+
var Ce = (n, d, u) => d.has(n) || fe("Cannot " + u);
|
|
5
|
+
var g = (n, d, u) => (Ce(n, d, "read from private field"), u ? u.call(n) : d.get(n)), v = (n, d, u) => d.has(n) ? fe("Cannot add the same private member more than once") : d instanceof WeakSet ? d.add(n) : d.set(n, u), r = (n, d, u, D) => (Ce(n, d, "write to private field"), D ? D.call(n, u) : d.set(n, u), u);
|
|
6
6
|
import { __runInitializers as l, __esDecorate as f } from "tslib";
|
|
7
|
-
import { isArrowKeyOrPageKeysPressed as
|
|
8
|
-
import { forceType as
|
|
7
|
+
import { isArrowKeyOrPageKeysPressed as Se } from "@sbb-esta/lyne-elements/core/a11y.js";
|
|
8
|
+
import { forceType as S } from "@sbb-esta/lyne-elements/core/decorators.js";
|
|
9
9
|
import { LitElement as xe, isServer as pe } from "lit";
|
|
10
|
-
import { property as
|
|
11
|
-
import { mapIconToSvg as
|
|
10
|
+
import { property as C, state as T, eventOptions as _e } from "lit/decorators.js";
|
|
11
|
+
import { mapIconToSvg as Ie, mapPlaceInfosToPlaceSelection as me, mapPlaceAndCoachToSeatReservationPlaceSelection as ye, mapCoachInfosToCoachSelection as be } from "../common/mapper.js";
|
|
12
12
|
var I;
|
|
13
13
|
(function(n) {
|
|
14
14
|
n.right = "right", n.left = "left";
|
|
15
15
|
})(I || (I = {}));
|
|
16
|
-
const Pe = 3,
|
|
16
|
+
const Pe = 3, Ne = [
|
|
17
17
|
"sa-vo",
|
|
18
18
|
"sa-rs",
|
|
19
19
|
"sa-abteilkinderwagen",
|
|
@@ -23,24 +23,24 @@ const Pe = 3, Ae = [
|
|
|
23
23
|
"sa-rz"
|
|
24
24
|
];
|
|
25
25
|
let ze = (() => {
|
|
26
|
-
var x, p,
|
|
27
|
-
let n = xe, d = [], u, D = [], B = [], z, F = [], V = [],
|
|
26
|
+
var x, p, _, m, y, b, P, N, R, A, k, E, h;
|
|
27
|
+
let n = xe, d = [], u, D = [], B = [], z, F = [], V = [], G, O = [], L = [], K, W = [], X = [], H, U = [], M = [], q, $ = [], j = [], Y, J = [], Q = [], Z, ee = [], te = [], se, ie = [], ae = [], ce, oe = [], re = [], le, ne = [], he = [], de, ue = [], ge = [], ve;
|
|
28
28
|
return h = class extends n {
|
|
29
29
|
constructor() {
|
|
30
30
|
super(...arguments);
|
|
31
31
|
v(this, x);
|
|
32
32
|
v(this, p);
|
|
33
|
-
v(this, m);
|
|
34
33
|
v(this, _);
|
|
34
|
+
v(this, m);
|
|
35
35
|
v(this, y);
|
|
36
36
|
v(this, b);
|
|
37
37
|
v(this, P);
|
|
38
|
-
v(this,
|
|
38
|
+
v(this, N);
|
|
39
39
|
v(this, R);
|
|
40
|
+
v(this, A);
|
|
40
41
|
v(this, k);
|
|
41
|
-
v(this, N);
|
|
42
42
|
v(this, E);
|
|
43
|
-
r(this, x, (l(this, d), l(this, D, null))), r(this, p, (l(this, B), l(this, F, !0))), r(this,
|
|
43
|
+
r(this, x, (l(this, d), l(this, D, null))), r(this, p, (l(this, B), l(this, F, !0))), r(this, _, (l(this, V), l(this, O, !1))), r(this, m, (l(this, L), l(this, W, 16))), r(this, y, (l(this, X), l(this, U, null))), r(this, b, (l(this, M), l(this, $, -1))), r(this, P, (l(this, j), l(this, J, -1))), r(this, N, (l(this, Q), l(this, ee, !1))), r(this, R, (l(this, te), l(this, ie, -1))), r(this, A, (l(this, ae), l(this, oe, -1))), r(this, k, (l(this, re), l(this, ne, -1))), r(this, E, (l(this, he), l(this, ue, -1))), this.coachBorderPadding = (l(this, ge), 6), this.gapBetweenCoaches = 4, this.coachBorderOffset = this.coachBorderPadding / this.baseGridSize, this.gapBetweenCoachDecks = 48, this.coachNavButtonDim = 0, this.coachNavData = [], this.currScrollDirection = I.right, this.maxCalcCoachsWidth = 0, this.scrollCoachsAreaWidth = 0, this.scrollNavigationAreaDim = 0, this.triggerCoachPositionsCollection = [], this.navigationScrollArea = null, this.coachScrollArea = null, this.currSelectedPlace = null, this.currSelectedPlaceElementId = null, this.currSelectedCoachIndex = -1, this.currSelectedDeckIndex = 0, this.preventCoachScrollByPlaceClick = !1, this.selectedSeatReservationPlaces = {
|
|
44
44
|
seats: [],
|
|
45
45
|
bicycles: []
|
|
46
46
|
}, this.seatReservationWithoutNavigationHasFocus = !1, this.isCoachGridFocusable = !1, this.isAutoScrolling = !1, this.isKeyboardNavigation = !1, this.hasMultipleDecks = !1, this.hasSeatReservationNativeFocus = !1, this.keyboardNavigationEvents = {
|
|
@@ -50,15 +50,15 @@ let ze = (() => {
|
|
|
50
50
|
ArrowDown: "ArrowDown",
|
|
51
51
|
Tab: "Tab",
|
|
52
52
|
Enter: "Enter"
|
|
53
|
-
}, this._prepareServiceIconsNavigation = (e) => {
|
|
53
|
+
}, this._isRunningInitPreselectCoachIndex = !1, this._lastStartScrollPos = -1, this._prepareServiceIconsNavigation = (e) => {
|
|
54
54
|
if (!e)
|
|
55
55
|
return [];
|
|
56
56
|
const t = e?.map(function(s) {
|
|
57
57
|
return {
|
|
58
58
|
pId: s,
|
|
59
|
-
svgName:
|
|
59
|
+
svgName: Ie[s]?.svgName ? Ie[s]?.svgName : ""
|
|
60
60
|
};
|
|
61
|
-
}).filter((s) =>
|
|
61
|
+
}).filter((s) => Ne.indexOf(s.svgName) !== -1).filter((s, i, a) => a.map((o) => o.svgName).indexOf(s.svgName) === i).map((s) => s.pId).slice(0, Pe);
|
|
62
62
|
return t || [];
|
|
63
63
|
};
|
|
64
64
|
}
|
|
@@ -78,17 +78,17 @@ let ze = (() => {
|
|
|
78
78
|
}
|
|
79
79
|
/** The seat reservation area is aligned vertically */
|
|
80
80
|
get alignVertical() {
|
|
81
|
-
return g(this,
|
|
81
|
+
return g(this, _);
|
|
82
82
|
}
|
|
83
83
|
set alignVertical(e) {
|
|
84
|
-
r(this,
|
|
84
|
+
r(this, _, e);
|
|
85
85
|
}
|
|
86
86
|
/** The seat reservation area's base grid size */
|
|
87
87
|
get baseGridSize() {
|
|
88
|
-
return g(this,
|
|
88
|
+
return g(this, m);
|
|
89
89
|
}
|
|
90
90
|
set baseGridSize(e) {
|
|
91
|
-
r(this,
|
|
91
|
+
r(this, m, e);
|
|
92
92
|
}
|
|
93
93
|
/** The seat reservation area's width */
|
|
94
94
|
get height() {
|
|
@@ -113,10 +113,10 @@ let ze = (() => {
|
|
|
113
113
|
}
|
|
114
114
|
/** Any click functionality is prevented */
|
|
115
115
|
get preventPlaceClick() {
|
|
116
|
-
return g(this,
|
|
116
|
+
return g(this, N);
|
|
117
117
|
}
|
|
118
118
|
set preventPlaceClick(e) {
|
|
119
|
-
r(this,
|
|
119
|
+
r(this, N, e);
|
|
120
120
|
}
|
|
121
121
|
get preselectCoachIndex() {
|
|
122
122
|
return g(this, R);
|
|
@@ -125,22 +125,21 @@ let ze = (() => {
|
|
|
125
125
|
r(this, R, e);
|
|
126
126
|
}
|
|
127
127
|
get selectedCoachIndex() {
|
|
128
|
-
return g(this,
|
|
128
|
+
return g(this, A);
|
|
129
129
|
}
|
|
130
130
|
set selectedCoachIndex(e) {
|
|
131
|
-
r(this,
|
|
131
|
+
r(this, A, e);
|
|
132
132
|
}
|
|
133
133
|
get focusedCoachIndex() {
|
|
134
|
-
return g(this,
|
|
134
|
+
return g(this, k);
|
|
135
135
|
}
|
|
136
136
|
set focusedCoachIndex(e) {
|
|
137
|
-
r(this,
|
|
137
|
+
r(this, k, e);
|
|
138
138
|
}
|
|
139
|
-
|
|
140
|
-
get hoveredScrollCoachIndex() {
|
|
139
|
+
get hoveredCoachIndex() {
|
|
141
140
|
return g(this, E);
|
|
142
141
|
}
|
|
143
|
-
set
|
|
142
|
+
set hoveredCoachIndex(e) {
|
|
144
143
|
r(this, E, e);
|
|
145
144
|
}
|
|
146
145
|
willUpdate(e) {
|
|
@@ -148,7 +147,7 @@ let ze = (() => {
|
|
|
148
147
|
const t = this.seatReservations[this.currSelectedDeckIndex] || null;
|
|
149
148
|
t?.coachItems.length && (this.baseGridSize = this.height / t.coachItems[0].dimension.h, this.coachBorderOffset = this.coachBorderPadding / this.baseGridSize, this.style?.setProperty("--sbb-seat-reservation-grid-size", `${this.baseGridSize}px`), this.initNavigationSelectionByScrollEvent());
|
|
150
149
|
}
|
|
151
|
-
e.has("alignVertical") && this.alignVertical && this.initNavigationSelectionByScrollEvent(), e.has("preselectCoachIndex") && setTimeout(() => this.scrollToSelectedNavCoach(this.preselectCoachIndex), 1);
|
|
150
|
+
e.has("alignVertical") && this.alignVertical && this.initNavigationSelectionByScrollEvent(), e.has("preselectCoachIndex") && (this._isRunningInitPreselectCoachIndex = !0, setTimeout(() => this.scrollToSelectedNavCoach(this.preselectCoachIndex), 1));
|
|
152
151
|
}
|
|
153
152
|
navigateByDirectionBtn(e) {
|
|
154
153
|
this.unfocusPlaceElement();
|
|
@@ -164,7 +163,7 @@ let ze = (() => {
|
|
|
164
163
|
}
|
|
165
164
|
/** Init scroll event handling for coach navigation */
|
|
166
165
|
initNavigationSelectionByScrollEvent() {
|
|
167
|
-
this.
|
|
166
|
+
this.coachScrollArea = this.shadowRoot?.querySelector("#sbb-sr__wrapper-scrollarea"), this.navigationScrollArea = this.shadowRoot?.querySelector("#sbb-sr__navigation-list-coaches");
|
|
168
167
|
const e = this.seatReservations ? this.seatReservations[this.currSelectedDeckIndex] : null;
|
|
169
168
|
if (e && e.coachItems.length > 0) {
|
|
170
169
|
const t = e.coachItems[0].dimension.h * this.baseGridSize + this.coachBorderPadding, s = (this.seatReservations.length - 1) * this.gapBetweenCoachDecks;
|
|
@@ -208,23 +207,34 @@ let ze = (() => {
|
|
|
208
207
|
onFocusTableCoachAndPreselectPlace(e) {
|
|
209
208
|
!this.seatReservationWithoutNavigationHasFocus && !this.hasNavigation && (this.seatReservationWithoutNavigationHasFocus = !0, this.currSelectedCoachIndex = e === 0 ? this.getNextAvailableCoachIndex(-1) : this.getPrevAvailableCoachIndex(e), this.preselectPlaceInCoach());
|
|
210
209
|
}
|
|
210
|
+
/** Will be triggerd by focus navigation direction */
|
|
211
|
+
onFocusNavDirectionButton() {
|
|
212
|
+
this.focusedCoachIndex = -1;
|
|
213
|
+
}
|
|
214
|
+
/** TAB Key Event handling for Coach Navigation */
|
|
215
|
+
onKeyNavigationNavCoachButton(e, t) {
|
|
216
|
+
if (e.key === this.keyboardNavigationEvents.Tab) {
|
|
217
|
+
this._handleTabKeyNavigation(e, "navigation", t);
|
|
218
|
+
return;
|
|
219
|
+
}
|
|
220
|
+
Se(e) && this.keyboardSeatmapEventHadling(e);
|
|
221
|
+
}
|
|
222
|
+
/** General TAB Key Event handling for tab navigation inside the coach navigation area and the seatmap area */
|
|
223
|
+
_handleTabKeyNavigation(e, t, s) {
|
|
224
|
+
const i = e.key, a = e.shiftKey;
|
|
225
|
+
i === this.keyboardNavigationEvents.Tab && (t == "navigation" ? (s == this.currSelectedCoachIndex ? !this.currSelectedPlace || !a || this.coachNavData[s].isDriverArea || this.focusedCoachIndex == -1 ? this.focusedCoachIndex = s : a && this.currSelectedPlace && (this.focusedCoachIndex = -1, this.focusPlaceElement(this.currSelectedPlace)) : this.focusedCoachIndex = s, this._scrollToSelectedNavigationButton(s)) : t == "seatmap" && (e.preventDefault(), a ? this._navigateCoachNavigationByKeyboard("PREV_TAB") : this._navigateCoachNavigationByKeyboard("NEXT_TAB")));
|
|
226
|
+
}
|
|
211
227
|
/**
|
|
212
|
-
* Initialisation of Keyboard event handling to navigation between each places inside a selected coach by using [arrow] keys.
|
|
228
|
+
* Initialisation of Keyboard Seatmap event handling to navigation between each places inside a selected coach by using [arrow] keys.
|
|
213
229
|
* With the [TAB] key the user navigation goes to the next coach navigation element and the currently selected place is automatically reset.
|
|
214
230
|
*/
|
|
215
|
-
|
|
231
|
+
keyboardSeatmapEventHadling(e) {
|
|
216
232
|
const t = e.key;
|
|
217
|
-
if (this.preventCoachScrollByPlaceClick = !1, !this.hasSeatReservationNativeFocus && (e.shiftKey &&
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
return;
|
|
221
|
-
}
|
|
222
|
-
if (t === this.keyboardNavigationEvents.Tab) {
|
|
223
|
-
this._navigateCoachNavigationByKeyboard("NEXT_TAB"), e.preventDefault();
|
|
224
|
-
return;
|
|
225
|
-
}
|
|
233
|
+
if (this.preventCoachScrollByPlaceClick = !1, !this.hasSeatReservationNativeFocus && (e.shiftKey && t === this.keyboardNavigationEvents.Tab || t === this.keyboardNavigationEvents.Tab) && (this.hasSeatReservationNativeFocus = !0), t == this.keyboardNavigationEvents.Tab) {
|
|
234
|
+
this._handleTabKeyNavigation(e, "seatmap");
|
|
235
|
+
return;
|
|
226
236
|
}
|
|
227
|
-
if (this.currSelectedCoachIndex !== -1 &&
|
|
237
|
+
if (this.currSelectedCoachIndex !== -1 && Se(e))
|
|
228
238
|
switch (e.preventDefault(), t) {
|
|
229
239
|
case this.keyboardNavigationEvents.ArrowLeft:
|
|
230
240
|
{
|
|
@@ -257,25 +267,44 @@ let ze = (() => {
|
|
|
257
267
|
* otherwise the coach grid is selected (necessary for ScreenReader)
|
|
258
268
|
*/
|
|
259
269
|
preselectPlaceInCoach() {
|
|
260
|
-
|
|
261
|
-
|
|
270
|
+
if (this.isAutoScrolling) {
|
|
271
|
+
if (this._isRunningInitPreselectCoachIndex) {
|
|
272
|
+
this._isRunningInitPreselectCoachIndex = !1;
|
|
273
|
+
return;
|
|
274
|
+
}
|
|
275
|
+
if (this.coachNavData[this.currSelectedCoachIndex] && this.coachNavData[this.currSelectedCoachIndex].isDriverArea) {
|
|
276
|
+
this._setFocusToSelectedCoachGrid();
|
|
277
|
+
return;
|
|
278
|
+
}
|
|
279
|
+
if (this.isKeyboardNavigation && this.isAutoScrolling) {
|
|
280
|
+
const e = this._getClosestPlaceByKeyDirection();
|
|
281
|
+
e ? (this.unfocusPlaceElement(), this.focusPlaceElement(e), this.focusedCoachIndex = -1) : this._setFocusToSelectedCoachGrid();
|
|
282
|
+
} else
|
|
283
|
+
this.unfocusPlaceElement(), this.isCoachGridFocusable = !0, this._setFocusToSelectedCoachGrid();
|
|
284
|
+
}
|
|
262
285
|
}
|
|
263
286
|
scrollToSelectedNavCoach(e) {
|
|
264
287
|
if (this._isValidCoachIndex(e) && e !== this.currSelectedCoachIndex) {
|
|
265
|
-
this.isAutoScrolling = !0, this.isCoachGridFocusable = !0, this.currSelectedCoachIndex = e, this.currSelectedDeckIndex = this._getExistingCoachDeckIndex(), this._setScrollDirectionByCoachIndex();
|
|
288
|
+
this.hoveredCoachIndex = e, this.isAutoScrolling = !0, this.isCoachGridFocusable = !0, this.currSelectedCoachIndex = e, this.currSelectedDeckIndex = this._getExistingCoachDeckIndex(), this._setScrollDirectionByCoachIndex();
|
|
266
289
|
const t = this._getCoachScrollPositionX();
|
|
267
|
-
(this.selectedCoachIndex !== -1 || this.currSelectedCoachIndex > 0) && this._isScrollableToSelectedCoach() ? this.coachScrollArea.scrollTo({
|
|
290
|
+
(this.selectedCoachIndex !== -1 || this.currSelectedCoachIndex > 0) && this._isScrollableToSelectedCoach() ? (this._lastStartScrollPos = this.coachScrollArea.scrollLeft, this.coachScrollArea.scrollTo({
|
|
268
291
|
top: this.alignVertical ? t : 0,
|
|
269
292
|
left: this.alignVertical ? 0 : t,
|
|
270
293
|
behavior: "smooth"
|
|
271
|
-
}) : this.updateCurrentSelectedCoach(), this._scrollToSelectedNavigationButton(e);
|
|
294
|
+
})) : this.updateCurrentSelectedCoach(), this._scrollToSelectedNavigationButton(e);
|
|
272
295
|
}
|
|
273
296
|
}
|
|
274
297
|
focusPlaceElement(e) {
|
|
275
298
|
if (this.unfocusPlaceElement(), e) {
|
|
276
299
|
this.currSelectedPlace = e, this._setCurrSelectedPlaceElementId(e);
|
|
277
300
|
const t = this._getPlaceHtmlElement();
|
|
278
|
-
|
|
301
|
+
if (t) {
|
|
302
|
+
t.setAttribute("keyfocus", "focus");
|
|
303
|
+
const s = setTimeout(() => {
|
|
304
|
+
const i = this.getPlaceElementId(this.currSelectedDeckIndex, this.currSelectedCoachIndex, e.number);
|
|
305
|
+
this._scrollPlaceIntoNearestViewport(i), clearTimeout(s);
|
|
306
|
+
}, 0);
|
|
307
|
+
}
|
|
279
308
|
}
|
|
280
309
|
}
|
|
281
310
|
unfocusPlaceElement() {
|
|
@@ -323,12 +352,12 @@ let ze = (() => {
|
|
|
323
352
|
* the reached coach is marked as selected
|
|
324
353
|
*/
|
|
325
354
|
_handleCoachAreaScrollendEvent() {
|
|
355
|
+
const e = this.isAutoScrolling ? this.currSelectedCoachIndex : this._getCoachIndexByScrollTriggerPosition();
|
|
326
356
|
if (this.preventCoachScrollByPlaceClick) {
|
|
327
|
-
this.preventCoachScrollByPlaceClick = !1;
|
|
357
|
+
Math.abs(this._lastStartScrollPos - this.coachScrollArea.scrollLeft) > this.baseGridSize * 2 && (this.selectedCoachIndex = e), this.preventCoachScrollByPlaceClick = !1;
|
|
328
358
|
return;
|
|
329
359
|
}
|
|
330
|
-
|
|
331
|
-
this.hoveredScrollCoachIndex = -1, this.currSelectedCoachIndex === -1 && (this.currSelectedCoachIndex = e), this._isScrollableToSelectedCoach() ? this.currSelectedCoachIndex = e : this.currSelectedCoachIndex = e < this.currSelectedCoachIndex ? this.currSelectedCoachIndex : e, this.isAutoScrolling || this._scrollToSelectedNavigationButton(e), this.preventCoachScrollByPlaceClick = !1, this.updateCurrentSelectedCoach(), this.hasNavigation || (this.preselectPlaceInCoach(), this.isAutoScrolling = !1);
|
|
360
|
+
this._lastStartScrollPos = this.coachScrollArea.scrollLeft, this.hoveredCoachIndex = -1, this.currSelectedCoachIndex === -1 && (this.currSelectedCoachIndex = e), this._isScrollableToSelectedCoach() ? this.currSelectedCoachIndex = e : this.currSelectedCoachIndex = e < this.currSelectedCoachIndex ? this.currSelectedCoachIndex : e, this.isAutoScrolling || this._scrollToSelectedNavigationButton(e), this.preventCoachScrollByPlaceClick = !1, this.updateCurrentSelectedCoach(), this.hasNavigation || (this.preselectPlaceInCoach(), this.isAutoScrolling = !1);
|
|
332
361
|
}
|
|
333
362
|
/**
|
|
334
363
|
* Performs an automatic main navigation scroll to the specified selectedNavCoachIndex.
|
|
@@ -337,7 +366,7 @@ let ze = (() => {
|
|
|
337
366
|
*/
|
|
338
367
|
_scrollToSelectedNavigationButton(e) {
|
|
339
368
|
setTimeout(() => {
|
|
340
|
-
if (this.
|
|
369
|
+
if (this.hasNavigation && this.navigationScrollArea) {
|
|
341
370
|
const t = this.scrollNavigationAreaDim / 2, i = e * this.coachNavButtonDim - t + this.coachNavButtonDim;
|
|
342
371
|
this.navigationScrollArea.scrollTo({
|
|
343
372
|
top: this.alignVertical ? i : 0,
|
|
@@ -427,19 +456,14 @@ let ze = (() => {
|
|
|
427
456
|
// This controls the focused coach from the current selected coach.
|
|
428
457
|
_navigateCoachNavigationByKeyboard(e) {
|
|
429
458
|
const t = this.focusedCoachIndex === -1 ? this.currSelectedCoachIndex === -1 ? 0 : this.currSelectedCoachIndex : this.focusedCoachIndex, s = e === "NEXT_TAB" ? this.getNextAvailableCoachIndex(t) : this.getPrevAvailableCoachIndex(t);
|
|
430
|
-
if (t === s) {
|
|
431
|
-
this.unfocusPlaceElement(), this.seatReservationWithoutNavigationHasFocus = !1, e === "NEXT_TAB" ? this.lastTabElement.focus() : this.firstTabElement.focus();
|
|
432
|
-
return;
|
|
433
|
-
}
|
|
434
459
|
if (this.hasNavigation) {
|
|
435
460
|
const i = this._getPlaceHtmlElement(), a = i ? i.getAttribute("keyfocus") === "focus" : !1;
|
|
436
461
|
if (e === "PREV_TAB" && this.selectedCoachIndex === t)
|
|
437
|
-
if (a) {
|
|
462
|
+
if (a || this.currSelectedPlace !== null) {
|
|
438
463
|
this.focusedCoachIndex = t, this.unfocusPlaceElement();
|
|
439
464
|
return;
|
|
440
|
-
} else
|
|
441
|
-
|
|
442
|
-
else s !== this.currSelectedCoachIndex ? this.focusedCoachIndex = s : (this.focusedCoachIndex = -1, this.selectedCoachIndex = s, a ? this.focusPlaceElement(this.currSelectedPlace) : (this.isCoachGridFocusable = !0, this._setFocusToSelectedCoachGrid()));
|
|
465
|
+
} else t == 0 ? (this.unfocusPlaceElement(), this.currSelectedPlace = null, this.focusedCoachIndex = -1, (this.shadowRoot?.getElementById("sbb-sr-navigation__wrapper-button-direction--left")).focus()) : this.focusedCoachIndex = s;
|
|
466
|
+
else s !== this.currSelectedCoachIndex ? this.focusedCoachIndex = s : e === "NEXT_TAB" && s === this.coachNavData.length - 1 ? (this.unfocusPlaceElement(), this.focusedCoachIndex = -1, (this.shadowRoot?.getElementById("sbb-sr-navigation__wrapper-button-direction--right")).focus()) : (this.focusedCoachIndex = -1, this.selectedCoachIndex = s, a ? this.focusPlaceElement(this.currSelectedPlace) : (this.isCoachGridFocusable = !0, this._setFocusToSelectedCoachGrid()));
|
|
443
467
|
this._scrollToSelectedNavigationButton(s);
|
|
444
468
|
} else
|
|
445
469
|
this.scrollToSelectedNavCoach(s);
|
|
@@ -490,13 +514,15 @@ let ze = (() => {
|
|
|
490
514
|
const i = this.seatReservations[t].coachItems[s].places?.find((o) => o.number == e.number);
|
|
491
515
|
if (!i)
|
|
492
516
|
return;
|
|
493
|
-
this.
|
|
517
|
+
this.currSelectedDeckIndex = t, this.currSelectedCoachIndex = s, this.currSelectedPlace = i, this.currSelectedCoachIndex !== this.selectedCoachIndex && this.updateCurrentSelectedCoach(), this._setCurrSelectedPlaceElementId(i);
|
|
494
518
|
const a = setTimeout(() => {
|
|
495
519
|
this._scrollPlaceIntoNearestViewport(e.id), clearTimeout(a);
|
|
496
520
|
}, 0);
|
|
497
521
|
}
|
|
498
522
|
updateCurrentSelectedCoach() {
|
|
499
|
-
|
|
523
|
+
if (this.currSelectedCoachIndex == this.selectedCoachIndex)
|
|
524
|
+
return;
|
|
525
|
+
this.focusedCoachIndex != -1 && (this.focusedCoachIndex = this.currSelectedCoachIndex), this.selectedCoachIndex = this.currSelectedCoachIndex;
|
|
500
526
|
const e = this._getSeatReservationSelectedCoach(this.selectedCoachIndex);
|
|
501
527
|
e && this.dispatchEvent(new CustomEvent("selectedcoach", {
|
|
502
528
|
bubbles: !0,
|
|
@@ -540,9 +566,9 @@ let ze = (() => {
|
|
|
540
566
|
* that have the state SELECTED within the seatReservation object
|
|
541
567
|
*/
|
|
542
568
|
_initSeatReservationPlaceSelection() {
|
|
543
|
-
this.seatReservations?.forEach((e, t) => e.coachItems.map((s, i) => {
|
|
569
|
+
this.selectedSeatReservationPlaces.seats = [], this.selectedSeatReservationPlaces.bicycles = [], this.seatReservations?.forEach((e, t) => e.coachItems.map((s, i) => {
|
|
544
570
|
s.places?.filter((a) => a.state === "SELECTED")?.forEach((a) => {
|
|
545
|
-
const o = this.getPlaceElementId(t, i, a.number), c =
|
|
571
|
+
const o = this.getPlaceElementId(t, i, a.number), c = me(a, o, e.deckCoachIndex, i), w = this._getSeatReservationPlaceSelection(c, t);
|
|
546
572
|
w && (w.placeType === "SEAT" ? this.selectedSeatReservationPlaces.seats.push(w) : this.selectedSeatReservationPlaces.bicycles.push(w));
|
|
547
573
|
});
|
|
548
574
|
}));
|
|
@@ -665,19 +691,19 @@ let ze = (() => {
|
|
|
665
691
|
_scrollPlaceIntoNearestViewport(e) {
|
|
666
692
|
this.shadowRoot?.getElementById(e)?.scrollIntoView({ behavior: "smooth", block: "nearest", inline: "nearest" });
|
|
667
693
|
}
|
|
668
|
-
}, x = new WeakMap(), p = new WeakMap(),
|
|
694
|
+
}, x = new WeakMap(), p = new WeakMap(), _ = new WeakMap(), m = new WeakMap(), y = new WeakMap(), b = new WeakMap(), P = new WeakMap(), N = new WeakMap(), R = new WeakMap(), A = new WeakMap(), k = new WeakMap(), E = new WeakMap(), (() => {
|
|
669
695
|
const e = typeof Symbol == "function" && Symbol.metadata ? Object.create(n[Symbol.metadata] ?? null) : void 0;
|
|
670
|
-
u = [
|
|
696
|
+
u = [C({ attribute: "seat-reservations", type: Array })], z = [S(), C({ attribute: "has-navigation", type: Boolean })], G = [S(), C({ attribute: "align-vertical", type: Boolean, reflect: !0, useDefault: !0 })], K = [S(), C({ attribute: "base-grid-size", type: Number })], H = [S(), C({ attribute: "height", type: Number })], q = [S(), C({ attribute: "max-seat-reservations", type: Number })], Y = [S(), C({ attribute: "max-bicycle-reservations", type: Number })], Z = [S(), C({ attribute: "prevent-place-click", type: Boolean })], se = [S(), C({ attribute: "preselect-coach-index", type: Number })], ce = [T()], le = [T()], de = [T()], ve = [_e({ passive: !0 })], f(h, null, u, { kind: "accessor", name: "seatReservations", static: !1, private: !1, access: { has: (t) => "seatReservations" in t, get: (t) => t.seatReservations, set: (t, s) => {
|
|
671
697
|
t.seatReservations = s;
|
|
672
698
|
} }, metadata: e }, D, B), f(h, null, z, { kind: "accessor", name: "hasNavigation", static: !1, private: !1, access: { has: (t) => "hasNavigation" in t, get: (t) => t.hasNavigation, set: (t, s) => {
|
|
673
699
|
t.hasNavigation = s;
|
|
674
|
-
} }, metadata: e }, F, V), f(h, null,
|
|
700
|
+
} }, metadata: e }, F, V), f(h, null, G, { kind: "accessor", name: "alignVertical", static: !1, private: !1, access: { has: (t) => "alignVertical" in t, get: (t) => t.alignVertical, set: (t, s) => {
|
|
675
701
|
t.alignVertical = s;
|
|
676
|
-
} }, metadata: e },
|
|
702
|
+
} }, metadata: e }, O, L), f(h, null, K, { kind: "accessor", name: "baseGridSize", static: !1, private: !1, access: { has: (t) => "baseGridSize" in t, get: (t) => t.baseGridSize, set: (t, s) => {
|
|
677
703
|
t.baseGridSize = s;
|
|
678
|
-
} }, metadata: e },
|
|
704
|
+
} }, metadata: e }, W, X), f(h, null, H, { kind: "accessor", name: "height", static: !1, private: !1, access: { has: (t) => "height" in t, get: (t) => t.height, set: (t, s) => {
|
|
679
705
|
t.height = s;
|
|
680
|
-
} }, metadata: e }, U,
|
|
706
|
+
} }, metadata: e }, U, M), f(h, null, q, { kind: "accessor", name: "maxSeatReservations", static: !1, private: !1, access: { has: (t) => "maxSeatReservations" in t, get: (t) => t.maxSeatReservations, set: (t, s) => {
|
|
681
707
|
t.maxSeatReservations = s;
|
|
682
708
|
} }, metadata: e }, $, j), f(h, null, Y, { kind: "accessor", name: "maxBicycleReservations", static: !1, private: !1, access: { has: (t) => "maxBicycleReservations" in t, get: (t) => t.maxBicycleReservations, set: (t, s) => {
|
|
683
709
|
t.maxBicycleReservations = s;
|
|
@@ -689,8 +715,8 @@ let ze = (() => {
|
|
|
689
715
|
t.selectedCoachIndex = s;
|
|
690
716
|
} }, metadata: e }, oe, re), f(h, null, le, { kind: "accessor", name: "focusedCoachIndex", static: !1, private: !1, access: { has: (t) => "focusedCoachIndex" in t, get: (t) => t.focusedCoachIndex, set: (t, s) => {
|
|
691
717
|
t.focusedCoachIndex = s;
|
|
692
|
-
} }, metadata: e }, ne, he), f(h, null, de, { kind: "accessor", name: "
|
|
693
|
-
t.
|
|
718
|
+
} }, metadata: e }, ne, he), f(h, null, de, { kind: "accessor", name: "hoveredCoachIndex", static: !1, private: !1, access: { has: (t) => "hoveredCoachIndex" in t, get: (t) => t.hoveredCoachIndex, set: (t, s) => {
|
|
719
|
+
t.hoveredCoachIndex = s;
|
|
694
720
|
} }, metadata: e }, ue, ge), f(h, null, ve, { kind: "method", name: "coachAreaScrollend", static: !1, private: !1, access: { has: (t) => "coachAreaScrollend" in t, get: (t) => t.coachAreaScrollend }, metadata: e }, null, d), e && Object.defineProperty(h, Symbol.metadata, { enumerable: !0, configurable: !0, writable: !0, value: e });
|
|
695
721
|
})(), h.events = {
|
|
696
722
|
selectedplaces: "selectedplaces",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"seat-reservation.component.d.ts","sourceRoot":"","sources":["../../../../src/elements-experimental/seat-reservation/seat-reservation/seat-reservation.component.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"seat-reservation.component.d.ts","sourceRoot":"","sources":["../../../../src/elements-experimental/seat-reservation/seat-reservation/seat-reservation.component.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAiB1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AAGhF,OAAO,mCAAmC,CAAC;AAC3C,OAAO,+CAA+C,CAAC;AACvD,OAAO,oCAAoC,CAAC;AAC5C,OAAO,6BAA6B,CAAC;AACrC,OAAO,gCAAgC,CAAC;AACxC,OAAO,sCAAsC,CAAC;AAC9C,OAAO,yCAAyC,CAAC;AACjD,OAAO,+BAA+B,CAAC;AAEvC;;;GAGG;AACH,qBAEM,yBAA0B,SAAQ,0BAA0B;IAChE,OAAuB,MAAM,EAAE,cAAc,CAA4B;IAEzE,OAAO,CAAC,SAAS,CAAmC;IACpD,OAAO,CAAC,oBAAoB,CAAC,CAAiB;IAE9C,OAAO,CAAC,gBAAgB,CAQtB;IAGF,OAAO,CAAC,2BAA2B,CAAkB;cAElC,UAAU,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;cAgBzD,YAAY,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;cAS3D,MAAM,IAAI,cAAc,GAAG,IAAI;IAKlD,OAAO,CAAC,uCAAuC;IAuC/C,OAAO,CAAC,iBAAiB;IAYzB,OAAO,CAAC,8BAA8B;IAuCtC,OAAO,CAAC,iBAAiB;IAyCzB;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAuBtB,OAAO,CAAC,mBAAmB;IAuC3B;;;OAGG;IACH,OAAO,CAAC,wBAAwB;IA8BhC,OAAO,CAAC,qBAAqB;IAoC7B,OAAO,CAAC,wBAAwB;IA4DhC,OAAO,CAAC,6BAA6B;IAgCrC;;;;;;;;OAQG;IACH,OAAO,CAAC,yBAAyB;IAgFjC,OAAO,CAAC,4BAA4B;IAuCpC,OAAO,CAAC,2BAA2B;IAwCnC;;;;OAIG;IACH,OAAO,CAAC,cAAc;IAmBtB,OAAO,CAAC,iBAAiB;IAmBzB,OAAO,CAAC,gBAAgB;IAUxB;;;;;OAKG;IACH,OAAO,CAAC,QAAQ;IAWhB;;;OAGG;IACH,OAAO,CAAC,aAAa;IAMrB,OAAO,CAAC,yBAAyB;IAkCjC,OAAO,CAAC,8BAA8B;CAyBvC;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAE7B,sBAAsB,EAAE,yBAAyB,CAAC;KACnD;CACF"}
|