@sbb-esta/lyne-elements-experimental 0.52.1 → 0.52.2
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/core/timetable.js +17 -17
- package/journey-summary.js +57 -57
- package/package.json +2 -2
- package/pearl-chain-time.js +29 -29
- package/pearl-chain.js +69 -69
- package/timetable-duration.js +15 -15
- package/timetable-row.js +189 -189
package/pearl-chain.js
CHANGED
|
@@ -1,129 +1,129 @@
|
|
|
1
1
|
import { defaultDateAdapter as O } from "@sbb-esta/lyne-elements/core/datetime.js";
|
|
2
|
-
import { css as q, LitElement as K, html as
|
|
2
|
+
import { css as q, LitElement as K, html as v, nothing as H } from "lit";
|
|
3
3
|
import { property as y, customElement as Q } from "lit/decorators.js";
|
|
4
4
|
import { styleMap as J } from "lit/directives/style-map.js";
|
|
5
5
|
import { removeTimezoneFromISOTimeString as n } from "./core/datetime.js";
|
|
6
6
|
import { isRideLeg as U } from "./core/timetable.js";
|
|
7
7
|
import { d as m } from "./differenceInMinutes-CDpgJIgL.js";
|
|
8
8
|
import { t as f } from "./constants-ClrwyPF-.js";
|
|
9
|
-
function W(
|
|
10
|
-
const
|
|
11
|
-
return
|
|
9
|
+
function W(e, r) {
|
|
10
|
+
const a = f(e), t = f(r);
|
|
11
|
+
return a.getTime() > t.getTime();
|
|
12
12
|
}
|
|
13
|
-
function
|
|
14
|
-
const
|
|
15
|
-
return +
|
|
13
|
+
function R(e, r) {
|
|
14
|
+
const a = f(e), t = f(r);
|
|
15
|
+
return +a < +t;
|
|
16
16
|
}
|
|
17
17
|
const Z = q`*,:before,:after{box-sizing:border-box}:host{--sbb-pearl-chain-height: var(--sbb-border-width-2x);--sbb-pearl-chain-spacing-small: var(--sbb-spacing-fixed-1x);--sbb-pearl-chain-color: var(--sbb-pearl-chain-bullet-color);--sbb-pearl-chain-color-disruption: var(--sbb-pearl-chain-bullet-color-disruption);--sbb-pearl-chain-color-past: var(--sbb-pearl-chain-bullet-color-past);--sbb-pearl-chain-leg-width: 100%;--sbb-pearl-chain-bullet-size-start-end: .625rem;--sbb-pearl-chain-bullet-size-stop: .5rem;--sbb-pearl-chain-bullet-color: var(--sbb-color-charcoal);--sbb-pearl-chain-bullet-color-past: var(--sbb-color-metal);--sbb-pearl-chain-bullet-color-irrelevant: var(--sbb-color-metal);--sbb-pearl-chain-bullet-color-disruption: var(--sbb-color-red);--sbb-pearl-chain-bullet-border-width: var(--sbb-border-width-2x);--sbb-pearl-chain-bullet-animation-duration: 1.92s;--sbb-pearl-chain-bullet-animation-easing: ease-out;--sbb-pearl-chain-bullet-crossed-width: .88375rem;--sbb-pearl-chain-bullet-crossed-height: .21875rem;--sbb-pearl-chain-bullet-crossed-border-width: .09375rem;display:block}.sbb-pearl-chain{position:relative;display:flex;justify-content:space-between;flex-wrap:nowrap;color:var(--sbb-pearl-chain-color);width:100%;padding-block:calc((var(--sbb-pearl-chain-bullet-size-start-end) - var(--sbb-pearl-chain-height)) / 2);padding-inline-end:var(--sbb-pearl-chain-bullet-size-start-end)}.sbb-pearl-chain__bullet{background:var(--sbb-pearl-chain-bullet-color);color:var(--sbb-pearl-chain-bullet-color);border-color:var(--sbb-pearl-chain-bullet-color);border-radius:100%;min-height:var(--sbb-pearl-chain-bullet-size-start-end);min-width:var(--sbb-pearl-chain-bullet-size-start-end);height:var(--sbb-pearl-chain-bullet-size-start-end);width:var(--sbb-pearl-chain-bullet-size-start-end);content:"";position:absolute;background-color:currentcolor;inset-block-start:0;z-index:3}@media (forced-colors: active){.sbb-pearl-chain__bullet{--sbb-pearl-chain-bullet-color: CanvasText}}.sbb-pearl-chain__bullet:first-of-type{inset-inline-start:0}.sbb-pearl-chain__bullet:last-of-type{inset-inline-end:0}.sbb-pearl-chain__leg{flex-shrink:0;flex-grow:0;position:relative;height:var(--sbb-pearl-chain-height);border-inline-end:var(--sbb-pearl-chain-spacing-small) solid Canvas;background-color:currentcolor;width:var(--sbb-pearl-chain-leg-width);display:flex;align-items:center}@media (forced-colors: active){.sbb-pearl-chain__leg{background-color:CanvasText}.sbb-pearl-chain--past .sbb-pearl-chain__leg{background-color:GrayText}}.sbb-pearl-chain__leg:last-of-type{border:none}.sbb-pearl-chain__stop{background:var(--sbb-pearl-chain-bullet-color);color:var(--sbb-pearl-chain-bullet-color);border-color:var(--sbb-pearl-chain-bullet-color);border-radius:100%;min-height:var(--sbb-pearl-chain-bullet-size-stop);min-width:var(--sbb-pearl-chain-bullet-size-stop);height:var(--sbb-pearl-chain-bullet-size-stop);width:var(--sbb-pearl-chain-bullet-size-stop);border:var(--sbb-pearl-chain-bullet-border-width) solid currentcolor;background:Canvas;position:relative;z-index:2}@media (forced-colors: active){.sbb-pearl-chain__stop{--sbb-pearl-chain-bullet-color: CanvasText}}.sbb-pearl-chain__bullet--future{background:var(--sbb-pearl-chain-bullet-color);color:var(--sbb-pearl-chain-bullet-color);border-color:var(--sbb-pearl-chain-bullet-color);border-radius:100%}@media (forced-colors: active){.sbb-pearl-chain__bullet--future{--sbb-pearl-chain-bullet-color: CanvasText}}.sbb-pearl-chain__leg--past,.sbb-pearl-chain--past,.sbb-pearl-chain__leg--past:after,.sbb-pearl-chain__leg--progress:after,.sbb-pearl-chain__leg--progress .sbb-pearl-chain__stop,.sbb-pearl-chain--progress,.sbb-pearl-chain__bullet--past{--sbb-pearl-chain-bullet-color: var(--sbb-pearl-chain-bullet-color-past);color:var(--sbb-pearl-chain-color-past)}@media (forced-colors: active){.sbb-pearl-chain__leg--past,.sbb-pearl-chain--past,.sbb-pearl-chain__leg--past:after,.sbb-pearl-chain__leg--progress:after,.sbb-pearl-chain__leg--progress .sbb-pearl-chain__stop,.sbb-pearl-chain--progress,.sbb-pearl-chain__bullet--past{--sbb-pearl-chain-bullet-color: GrayText !important}}@media (forced-colors: active){.sbb-pearl-chain__leg--past,.sbb-pearl-chain--past,.sbb-pearl-chain__leg--past:after,.sbb-pearl-chain__leg--progress:after,.sbb-pearl-chain__leg--progress .sbb-pearl-chain__stop,.sbb-pearl-chain--progress,.sbb-pearl-chain__bullet--past{background-color:GrayText!important}}.sbb-pearl-chain__bullet--progress{--sbb-pearl-chain-bullet-color: var(--sbb-pearl-chain-bullet-color-past);background:var(--sbb-pearl-chain-bullet-color)}@media (forced-colors: active){.sbb-pearl-chain__bullet--progress{--sbb-pearl-chain-bullet-color: GrayText !important}}.sbb-pearl-chain__bullet--departure-disruption,.sbb-pearl-chain--arrival-disruption,.sbb-pearl-chain--departure-disruption,.sbb-pearl-chain__leg--disruption{--sbb-pearl-chain-bullet-color: var(--sbb-pearl-chain-bullet-color-disruption);color:var(--sbb-pearl-chain-color-disruption)}@media (forced-colors: active){.sbb-pearl-chain__bullet--departure-disruption,.sbb-pearl-chain--arrival-disruption,.sbb-pearl-chain--departure-disruption,.sbb-pearl-chain__leg--disruption{--sbb-pearl-chain-bullet-color: Highlight}}@media (forced-colors: active){.sbb-pearl-chain__bullet--departure-disruption,.sbb-pearl-chain--arrival-disruption,.sbb-pearl-chain--departure-disruption,.sbb-pearl-chain__leg--disruption{color:Highlight;background:Highlight}}.sbb-pearl-chain__leg--disruption .sbb-pearl-chain__stop{--sbb-pearl-chain-bullet-color: var(--sbb-pearl-chain-bullet-color-disruption)}@media (forced-colors: active){.sbb-pearl-chain__leg--disruption .sbb-pearl-chain__stop{--sbb-pearl-chain-bullet-color: Highlight}}.sbb-pearl-chain__leg--past .sbb-pearl-chain__stop{--sbb-pearl-chain-bullet-color: var(--sbb-pearl-chain-bullet-color-past)}@media (forced-colors: active){.sbb-pearl-chain__leg--past .sbb-pearl-chain__stop{--sbb-pearl-chain-bullet-color: GrayText !important}}.sbb-pearl-chain__leg--disruption:after{background-color:unset;background-image:linear-gradient(to right,currentcolor 0%,currentcolor 50%,Canvas 50%);background-repeat:repeat-x;background-size:calc(2 * var(--sbb-pearl-chain-spacing-small)) var(--sbb-pearl-chain-height);inset-inline-end:var(--sbb-pearl-chain-height)}@media (forced-colors: active){.sbb-pearl-chain__leg--disruption:after{background:unset;border-block-start:.0625rem dashed Highlight;transform:translateY(.0625rem)}}.sbb-pearl-chain__leg--skipped{color:var(--sbb-pearl-chain-color-disruption)}.sbb-pearl-chain__leg--skipped:after{background-color:unset;background-image:linear-gradient(to right,currentcolor 0%,currentcolor 50%,Canvas 50%);background-repeat:repeat-x;background-size:calc(2 * var(--sbb-pearl-chain-spacing-small)) var(--sbb-pearl-chain-height);inset-inline-end:var(--sbb-pearl-chain-height)}@media (forced-colors: active){.sbb-pearl-chain__leg--skipped:after{background:unset;border-block-start:.0625rem dashed Highlight;transform:translateY(.0625rem)}}.sbb-pearl-chain__stop--departure-skipped{min-height:var(--sbb-pearl-chain-bullet-size-stop);min-width:var(--sbb-pearl-chain-bullet-size-stop);height:var(--sbb-pearl-chain-bullet-size-stop);width:var(--sbb-pearl-chain-bullet-size-stop);border:var(--sbb-pearl-chain-bullet-border-width) solid currentcolor;background:Canvas}.sbb-pearl-chain__stop--departure-skipped:before{content:"";position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%) rotate(45deg);border-block-start:var(--sbb-pearl-chain-bullet-crossed-border-width) solid canvas;background:var(--sbb-pearl-chain-bullet-color-disruption);height:var(--sbb-pearl-chain-bullet-crossed-height);width:var(--sbb-pearl-chain-bullet-crossed-width)}@media (forced-colors: active){.sbb-pearl-chain__stop--departure-skipped:before{background:Highlight}}.sbb-pearl-chain--arrival-skipped,.sbb-pearl-chain--departure-skipped{min-height:var(--sbb-pearl-chain-bullet-size-start-end);min-width:var(--sbb-pearl-chain-bullet-size-start-end);height:var(--sbb-pearl-chain-bullet-size-start-end);width:var(--sbb-pearl-chain-bullet-size-start-end);border:var(--sbb-pearl-chain-bullet-border-width) solid currentcolor;background:Canvas}.sbb-pearl-chain--arrival-skipped:before,.sbb-pearl-chain--departure-skipped:before{content:"";position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%) rotate(45deg);border-block-start:var(--sbb-pearl-chain-bullet-crossed-border-width) solid canvas;background:var(--sbb-pearl-chain-bullet-color-disruption);height:var(--sbb-pearl-chain-bullet-crossed-height);width:var(--sbb-pearl-chain-bullet-crossed-width)}@media (forced-colors: active){.sbb-pearl-chain--arrival-skipped:before,.sbb-pearl-chain--departure-skipped:before{background:Highlight}}.sbb-pearl-chain__leg:after{content:"";position:absolute;inset-block:0;inset-inline-start:0;background-color:currentcolor;border-radius:var(--sbb-pearl-chain-height);z-index:1}@media (forced-colors: active){.sbb-pearl-chain__leg:after{background-color:CanvasText}.sbb-pearl-chain--past .sbb-pearl-chain__leg:after{background-color:GrayText}}.sbb-pearl-chain__leg:last-of-type:after{inset-inline-end:calc(-1 * var(--sbb-pearl-chain-height))}.sbb-pearl-chain__leg--progress:after{background-color:var(--sbb-pearl-chain-color-past);width:var(--sbb-pearl-chain-leg-status)}.sbb-pearl-chain__position{background:var(--sbb-pearl-chain-bullet-color);color:var(--sbb-pearl-chain-bullet-color);border-color:var(--sbb-pearl-chain-bullet-color);border-radius:100%;min-height:var(--sbb-pearl-chain-bullet-size-start-end);min-width:var(--sbb-pearl-chain-bullet-size-start-end);height:var(--sbb-pearl-chain-bullet-size-start-end);width:var(--sbb-pearl-chain-bullet-size-start-end);--sbb-pearl-chain-bullet-color: var(--sbb-pearl-chain-bullet-color-disruption);animation:pearl-chain-bullet-position-pulse var(--sbb-pearl-chain-bullet-animation-duration) var(--sbb-pearl-chain-bullet-animation-easing) infinite;position:absolute;inset-block-start:-200%;z-index:4;inset-inline-start:var(--sbb-pearl-chain-status-position)}@media (forced-colors: active){.sbb-pearl-chain__position{--sbb-pearl-chain-bullet-color: CanvasText}}@media (forced-colors: active){.sbb-pearl-chain__position{--sbb-pearl-chain-bullet-color: Highlight}}@keyframes pearl-chain-bullet-position-pulse{0%{box-shadow:0 0 0 0 var(--sbb-pearl-chain-bullet-color-disruption)}25%{box-shadow:0 0 0 0 var(--sbb-pearl-chain-bullet-color-disruption)}50%{box-shadow:0 0 0 .1875rem var(--sbb-color-red-alpha-20)}to{box-shadow:0 0 0 0 var(--sbb-pearl-chain-bullet-color-disruption)}}.sbb-pearl-chain__position--no-animation{animation:unset}.sbb-screen-reader-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`;
|
|
18
|
-
var L = Object.defineProperty, rr = Object.getOwnPropertyDescriptor, k = (
|
|
19
|
-
for (var
|
|
20
|
-
(c =
|
|
21
|
-
return
|
|
18
|
+
var L = Object.defineProperty, rr = Object.getOwnPropertyDescriptor, k = (e, r, a, t) => {
|
|
19
|
+
for (var i = t > 1 ? void 0 : t ? rr(r, a) : r, o = e.length - 1, c; o >= 0; o--)
|
|
20
|
+
(c = e[o]) && (i = (t ? c(r, a, i) : c(i)) || i);
|
|
21
|
+
return t && i && L(r, a, i), i;
|
|
22
22
|
};
|
|
23
23
|
let d = class extends K {
|
|
24
24
|
constructor() {
|
|
25
|
-
super(...arguments), this.
|
|
25
|
+
super(...arguments), this._now = null;
|
|
26
26
|
}
|
|
27
|
-
set now(
|
|
28
|
-
this.
|
|
27
|
+
set now(e) {
|
|
28
|
+
this._now = O.getValidDateOrNull(O.deserialize(e));
|
|
29
29
|
}
|
|
30
30
|
get now() {
|
|
31
|
-
return this.
|
|
31
|
+
return this._now;
|
|
32
32
|
}
|
|
33
|
-
|
|
34
|
-
return
|
|
33
|
+
_getAllDuration(e) {
|
|
34
|
+
return e == null ? void 0 : e.reduce((r, a) => {
|
|
35
35
|
var o, c;
|
|
36
|
-
const
|
|
37
|
-
return
|
|
38
|
-
n(
|
|
39
|
-
n(
|
|
36
|
+
const t = n((o = a.arrival) == null ? void 0 : o.time), i = n((c = a.departure) == null ? void 0 : c.time);
|
|
37
|
+
return t && i ? r + m(
|
|
38
|
+
n(a.arrival.time),
|
|
39
|
+
n(a.departure.time)
|
|
40
40
|
) : r;
|
|
41
41
|
}, 0);
|
|
42
42
|
}
|
|
43
|
-
e
|
|
44
|
-
return
|
|
45
|
-
var
|
|
46
|
-
return (
|
|
43
|
+
_isAllCancelled(e) {
|
|
44
|
+
return e == null ? void 0 : e.every((r) => {
|
|
45
|
+
var a, t;
|
|
46
|
+
return (t = (a = r == null ? void 0 : r.serviceJourney) == null ? void 0 : a.serviceAlteration) == null ? void 0 : t.cancelled;
|
|
47
47
|
});
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
var
|
|
51
|
-
const
|
|
52
|
-
if (
|
|
49
|
+
_getRelativeDuration(e, r) {
|
|
50
|
+
var i, o;
|
|
51
|
+
const a = n((i = r.arrival) == null ? void 0 : i.time), t = n((o = r.departure) == null ? void 0 : o.time);
|
|
52
|
+
if (a && t) {
|
|
53
53
|
const c = m(
|
|
54
54
|
n(r.arrival.time),
|
|
55
55
|
n(r.departure.time)
|
|
56
|
-
),
|
|
57
|
-
return
|
|
56
|
+
), _ = this._getAllDuration(e);
|
|
57
|
+
return _ === 0 ? 100 : c / _ * 100;
|
|
58
58
|
}
|
|
59
59
|
return 0;
|
|
60
60
|
}
|
|
61
|
-
|
|
62
|
-
if (!r || !
|
|
61
|
+
_getProgress(e, r, a) {
|
|
62
|
+
if (!r || !a)
|
|
63
63
|
return 0;
|
|
64
|
-
const
|
|
65
|
-
return
|
|
64
|
+
const t = m(a, r), i = m(e, r);
|
|
65
|
+
return t && i / t * 100;
|
|
66
66
|
}
|
|
67
|
-
|
|
68
|
-
return
|
|
67
|
+
_getStatus(e, r, a) {
|
|
68
|
+
return a && r && R(a, e) && W(r, e) ? "progress" : r && R(r, e) ? "past" : "future";
|
|
69
69
|
}
|
|
70
|
-
|
|
71
|
-
const
|
|
72
|
-
if (
|
|
73
|
-
const
|
|
74
|
-
"--sbb-pearl-chain-status-position": `${
|
|
75
|
-
...
|
|
70
|
+
_renderPosition(e, r, a) {
|
|
71
|
+
const t = this._getProgress(e, r, a);
|
|
72
|
+
if (t < 0 && t > 100) return;
|
|
73
|
+
const i = () => ({
|
|
74
|
+
"--sbb-pearl-chain-status-position": `${t}%`,
|
|
75
|
+
...t >= 50 ? { transform: "translateX(-100%)" } : {}
|
|
76
76
|
}), o = this.disableAnimation ? "sbb-pearl-chain__position--no-animation" : "";
|
|
77
|
-
return
|
|
78
|
-
style=${J(
|
|
77
|
+
return v`<span
|
|
78
|
+
style=${J(i())}
|
|
79
79
|
class="sbb-pearl-chain__position ${o}"
|
|
80
80
|
></span>`;
|
|
81
81
|
}
|
|
82
82
|
render() {
|
|
83
|
-
var z, x,
|
|
84
|
-
const
|
|
85
|
-
var
|
|
86
|
-
return r && ((b = (
|
|
83
|
+
var z, x, S, C;
|
|
84
|
+
const e = this.now ?? /* @__PURE__ */ new Date(), r = (z = this.legs) == null ? void 0 : z.filter((l) => U(l)), a = (r == null ? void 0 : r.length) && n((S = (x = r[0]) == null ? void 0 : x.departure) == null ? void 0 : S.time), t = (r == null ? void 0 : r.length) && n((C = r[(r == null ? void 0 : r.length) - 1].arrival) == null ? void 0 : C.time), i = (() => {
|
|
85
|
+
var l, b, s, p;
|
|
86
|
+
return r && ((b = (l = r[0]) == null ? void 0 : l.serviceJourney) != null && b.stopPoints) && ((p = (s = r[0]) == null ? void 0 : s.serviceJourney) == null ? void 0 : p.stopPoints[0].stopStatus) === "NOT_SERVICED" ? "sbb-pearl-chain--departure-skipped" : "";
|
|
87
87
|
})(), o = (() => {
|
|
88
|
-
var
|
|
89
|
-
const
|
|
88
|
+
var s;
|
|
89
|
+
const l = r && r[r.length - 1], b = l && ((s = l.serviceJourney) == null ? void 0 : s.stopPoints);
|
|
90
90
|
return b && b[b.length - 1].stopStatus === "NOT_SERVICED" ? "sbb-pearl-chain--arrival-skipped" : "";
|
|
91
91
|
})(), c = (() => {
|
|
92
|
-
var
|
|
93
|
-
return r && ((
|
|
94
|
-
})(),
|
|
95
|
-
var
|
|
96
|
-
return r && ((
|
|
97
|
-
})(),
|
|
98
|
-
return this.
|
|
92
|
+
var l, b, s;
|
|
93
|
+
return r && ((s = (b = (l = r[0]) == null ? void 0 : l.serviceJourney) == null ? void 0 : b.serviceAlteration) != null && s.cancelled) ? "sbb-pearl-chain--departure-disruption" : "";
|
|
94
|
+
})(), _ = (() => {
|
|
95
|
+
var l, b, s;
|
|
96
|
+
return r && ((s = (b = (l = r[r.length - 1]) == null ? void 0 : l.serviceJourney) == null ? void 0 : b.serviceAlteration) != null && s.cancelled) ? "sbb-pearl-chain--arrival-disruption" : "";
|
|
97
|
+
})(), I = r && a && t && !c ? "sbb-pearl-chain__bullet--" + this._getStatus(e, t, a) : "", G = r && t && !_ ? "sbb-pearl-chain__bullet--" + this._getStatus(e, t) : "";
|
|
98
|
+
return this._isAllCancelled(r) ? v`
|
|
99
99
|
<div class="sbb-pearl-chain">
|
|
100
100
|
<span class="sbb-pearl-chain__bullet sbb-pearl-chain--departure-disruption"></span>
|
|
101
101
|
<div class="sbb-pearl-chain__leg sbb-pearl-chain__leg--disruption"></div>
|
|
102
102
|
<span class="sbb-pearl-chain__bullet sbb-pearl-chain--departure-disruption"></span>
|
|
103
103
|
</div>
|
|
104
|
-
` :
|
|
104
|
+
` : v`
|
|
105
105
|
<div class="sbb-pearl-chain">
|
|
106
106
|
<span
|
|
107
|
-
class="sbb-pearl-chain__bullet ${
|
|
107
|
+
class="sbb-pearl-chain__bullet ${I} ${i} ${c}"
|
|
108
108
|
></span>
|
|
109
|
-
${r == null ? void 0 : r.map((
|
|
110
|
-
var $, N,
|
|
111
|
-
const { stopPoints:
|
|
112
|
-
return
|
|
109
|
+
${r == null ? void 0 : r.map((l, b) => {
|
|
110
|
+
var D, P, $, N, A, E;
|
|
111
|
+
const { stopPoints: s, serviceAlteration: p } = (l == null ? void 0 : l.serviceJourney) || {}, V = this._getRelativeDuration(r, l), h = n((D = l.departure) == null ? void 0 : D.time), u = n((P = l.arrival) == null ? void 0 : P.time), B = s && (($ = s[s.length - 1]) == null ? void 0 : $.stopStatus) === "NOT_SERVICED", j = s && ((N = s[s.length - 1]) == null ? void 0 : N.stopStatus) === "PLANNED", T = s && ((A = s[0]) == null ? void 0 : A.stopStatus) === "NOT_SERVICED", w = b > 0 && r[b - 1].serviceJourney.stopPoints, M = w && ((E = w[w.length - 1]) == null ? void 0 : E.stopStatus) === "NOT_SERVICED", Y = B || T && j ? "sbb-pearl-chain__leg--skipped" : "", F = T || M ? "sbb-pearl-chain__stop--departure-skipped" : "", g = p != null && p.cancelled ? "sbb-pearl-chain__leg--disruption" : "", X = !g && this._getStatus(e, h, u) && "sbb-pearl-chain__leg--" + this._getStatus(e, u, h);
|
|
112
|
+
return v` <div
|
|
113
113
|
class="sbb-pearl-chain__leg ${X} ${g} ${Y}"
|
|
114
114
|
style=${J({
|
|
115
115
|
"--sbb-pearl-chain-leg-width": `${V}%`,
|
|
116
|
-
...this.
|
|
117
|
-
"--sbb-pearl-chain-leg-status": `${this.
|
|
116
|
+
...this._getStatus(e, u, h) === "progress" && !g ? {
|
|
117
|
+
"--sbb-pearl-chain-leg-status": `${this._getProgress(e, h, u)}%`
|
|
118
118
|
} : {}
|
|
119
119
|
})}
|
|
120
120
|
>
|
|
121
|
-
${b > 0 && b < r.length ?
|
|
122
|
-
${this.
|
|
121
|
+
${b > 0 && b < r.length ? v`<span class="sbb-pearl-chain__stop ${F}"></span>` : H}
|
|
122
|
+
${this._getStatus(e, u, h) === "progress" && !g ? this._renderPosition(e, h, u) : H}
|
|
123
123
|
</div>`;
|
|
124
124
|
})}
|
|
125
125
|
<span
|
|
126
|
-
class="sbb-pearl-chain__bullet ${
|
|
126
|
+
class="sbb-pearl-chain__bullet ${G} ${o} ${_}"
|
|
127
127
|
></span>
|
|
128
128
|
</div>
|
|
129
129
|
`;
|
package/timetable-duration.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { SbbLanguageController as
|
|
1
|
+
import { SbbLanguageController as g } from "@sbb-esta/lyne-elements/core/controllers.js";
|
|
2
2
|
import { i18nDurationHour as l, i18nDurationMinute as u } from "@sbb-esta/lyne-elements/core/i18n.js";
|
|
3
|
-
import { css as
|
|
4
|
-
import { property as
|
|
5
|
-
const d =
|
|
6
|
-
var
|
|
7
|
-
for (var t = r > 1 ? void 0 : r ?
|
|
8
|
-
(o = e[
|
|
9
|
-
return r && t &&
|
|
3
|
+
import { css as b, LitElement as h, html as c } from "lit";
|
|
4
|
+
import { property as m, customElement as f } from "lit/decorators.js";
|
|
5
|
+
const d = b`*,:before,:after{box-sizing:border-box}:host{display:inline-block}.duration{--sbb-text-font-size: var(--sbb-font-size-text-s);font-family:var(--sbb-typo-font-family);font-weight:400;line-height:var(--sbb-typo-line-height-body-text);letter-spacing:var(--sbb-typo-letter-spacing-body-text);font-size:var(--sbb-text-font-size);margin:0;white-space:nowrap}.duration__text--visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}`;
|
|
6
|
+
var _ = Object.defineProperty, x = Object.getOwnPropertyDescriptor, p = (e, n, s, r) => {
|
|
7
|
+
for (var t = r > 1 ? void 0 : r ? x(n, s) : n, i = e.length - 1, o; i >= 0; i--)
|
|
8
|
+
(o = e[i]) && (t = (r ? o(n, s, t) : o(t)) || t);
|
|
9
|
+
return r && t && _(n, s, t), t;
|
|
10
10
|
};
|
|
11
|
-
let a = class extends
|
|
11
|
+
let a = class extends h {
|
|
12
12
|
constructor() {
|
|
13
|
-
super(...arguments), this.
|
|
13
|
+
super(...arguments), this._language = new g(this);
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
|
-
const e = JSON.parse(this.config),
|
|
17
|
-
let r = "", t = "",
|
|
18
|
-
return e.hours === 1 && (
|
|
16
|
+
const e = JSON.parse(this.config), n = l.multiple.short[this._language.current], s = u.multiple.short[this._language.current];
|
|
17
|
+
let r = "", t = "", i = l.multiple.long[this._language.current], o = u.multiple.long[this._language.current];
|
|
18
|
+
return e.hours === 1 && (i = l.single.long[this._language.current]), e.minutes === 1 && (o = u.single.long[this._language.current]), e.hours !== 0 && (r += `${e.hours} ${n}`, t += `${e.hours} ${i}`), r += ` ${e.minutes} ${s}`, t += ` ${e.minutes} ${o}.`, c`
|
|
19
19
|
<p aria-label=${t} class="duration" role="text">
|
|
20
20
|
<span aria-hidden="true" class="duration__text--visual" role="presentation">
|
|
21
21
|
${r}
|
|
@@ -27,10 +27,10 @@ let a = class extends c {
|
|
|
27
27
|
};
|
|
28
28
|
a.styles = d;
|
|
29
29
|
p([
|
|
30
|
-
|
|
30
|
+
m()
|
|
31
31
|
], a.prototype, "config", 2);
|
|
32
32
|
a = p([
|
|
33
|
-
|
|
33
|
+
f("sbb-timetable-duration")
|
|
34
34
|
], a);
|
|
35
35
|
export {
|
|
36
36
|
a as SbbTimetableDurationElement
|